]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Speak of window IDs rather than XIDs in the docs.
[~andy/gtk] / ChangeLog.pre-2-10
1 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
2
3         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
4         than XIDs in the docs.
5
6         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
7
8 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
9
10         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
11         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
12
13 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
14
15         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
16         Handle TOGGLE/RADIOBUTTON as well. (#68201,
17         Damon Chaplin.)
18
19         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
20         bug, just introduced.
21
22 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
23
24         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
25         translations, once and for all.
26
27         * gtk/gtktextbuffer.c (paste_from_buffer): Free
28         the ClipboardRequest structure. (#66198, HideToshi
29         Tajima)
30
31 2002-01-08  jacob berkman  <jacob@ximian.com>
32
33         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
34         the child rather than the layout. see bug #68263
35
36 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
37
38         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
39         the handle if we aren't showing both children.
40         (#68135, Diego Gonzalez)
41
42 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
43
44         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
45         leak of result of gtk_container_get_children().
46
47 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
48
49         * gtk/gtktoolbar.c: Fix leaks of results of
50         gtk_container_get_children(). (#68199, Damon Chaplin)
51
52 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
53
54         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
55         Fix problem where child->requisition was accessed
56         directly instead of calling get_child_requisition()
57         (#68199, Damon Chaplin)
58
59 2001-01-08  James Henstridge  <james@daa.com.au>
60
61         * gtk/gtkstyle.c: add trailing */ on doc comment.
62
63 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
64
65         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
66         problem where were the offset into the image was passed
67         into convert_to_format() wrong.
68
69         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
70         gdk_x11_drawable_update_picture_clip () before using
71         the picture; allow update_picture_clip() to take a NULL gc
72         to mean no clipping.
73
74 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
75
76         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
77
78         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
79
80         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
81
82         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
83
84         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
85         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
86         gtk_widget_push_composite_child), gtk/gtkdialog.c 
87         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
88         from messing up the indentation of inline examples.     
89
90         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
91         instead of getenv().
92
93         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
94         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
95         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
96
97         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
98         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
99         Document.
100
101 2002-01-07  Anders Carlsson  <andersca@gnu.org>
102
103         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
104         unused pixels and rowstride variables.
105         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
106
107 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
108
109         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
110         the pointer by x/y_offset into the new window when we found
111         the drag destination.
112
113         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
114         for simulation when the entry already contains the required
115         accel key and mod.
116
117 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
118  
119         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
120         G_DISABLE_CAST_CHECKS.
121
122         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
123         gtk_accel_group_query, gtk_accel_group_find,
124         gtk_accel_groups_from_object): Document.
125
126         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
127
128 2002-01-04  Hans Breuer  <hans@breuer.org>
129
130         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
131         need to cast image->mem away from void* to avoid 
132         'error C2036: 'void *' : unknown size'. Doing pointer 
133         arithmetics on void pointers is a GCCism afaik.
134
135         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
136         _gdk_draw_pixbuf ()
137
138         * gdk/makefile.msc gdk/win32/makefile.msc 
139         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
140
141         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
142         and take care of image->visual possibly NULL.
143
144         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
145         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
146         Again take care of image->visual possibly NULL.
147
148         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
149
150         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
151         instead of private field access
152
153         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
154         colormap setting to the gdk-X behaviour
155
156 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
157
158         * gtk/gtkwidget.c: Documentation additions.
159
160 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
161
162         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
163
164         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
165
166 2002-01-04  Havoc Pennington  <hp@pobox.com>
167
168         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
169         
170 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
171
172         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
173         don't infinite loop if the widget and window heirarchies
174         don't correspond.
175
176         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
177         in heirarchy in ::drag_motion, ::drag_drop callbacks
178         by referencing child widget lists. (Patch from Tim)
179
180         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
181         with widgets where window.x != widget->allocation.x
182
183 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
184
185         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
186         a little bit. (More for consistency than because it
187         makes much of a difference.)
188
189 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
190
191         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
192         (_gdk_x11_have_render): Private function to tell if we have RENDER
193         extension.
194
195         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
196         None if we don't have RENDER extension.
197
198         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
199         use Xft unless we have render extension.
200
201         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
202         Handle missing render extension.
203
204         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
205         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
206         to the GdkDrawable vtable that extends get_image() to allow
207         copying onto existing images.  Make the default implementation of
208         get_image() use this so that backends don't have to implement
209         both. Add private wrapper _gdk_drawable_copy_to_image().
210
211         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
212         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
213         copy_to_image() semantics, speed up by using ShmPixmaps and
214         XCopyArea when possible, XFlush() after ungrabbing the server,
215         generally redo the logic once again.
216
217         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
218         _gdk_windowing_bits_per_depth(): Function to convert from depth to
219         bits-per-pixel. (We assume only one bpp per depth - X requires
220         this.)
221
222         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
223         scratch image code into a generic _gdk_image_get_scratch() chunk
224         of code that we can use other places we need scratch images.
225
226         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
227         Add _gdk_image_new_for_depth() as the backend 
228         to _gdk_image_new() to allowing creating images with
229         a depth and no visual.
230
231         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
232         parts of images not at 0,0 actually works.
233
234         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
235         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
236          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
237           _gdk_draw_pixbuf() [ will be made public later ], to allow 
238           backends to accelerate drawing pixbufs. 
239          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
240            to be the default implementation. 
241          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
242          - Optimize the default implementation by using 
243            _gdk_image_copy_to_pixmap() and scratch shared images, and
244            special casing the compositing.
245
246         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
247         with alpha using the RENDER extension.
248
249         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
250         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
251
252         * tests/testrgb.c: Add test for speed of alpha composition,
253         reduce the number of iterations since alpha composition
254         can be a bit slow.
255
256         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
257         Private function to get a ShmPixmap for an image, if possible.
258
259 2002-01-04  Anders Carlsson  <andersca@gnu.org>
260
261         * tests/testtreesort.c: Add my cool list of integers.
262
263 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
264
265         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
266         problem where retrieved atoms weren't properly returned.
267
268 2002-01-03  Anders Carlsson  <andersca@gnu.org>
269
270         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
271         tab is pressed and the text view isn't editable, 
272         move the focus instead.
273
274         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
275         necessary.
276
277         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
278
279         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
280
281         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
282         if it's NULL.
283
284         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
285         _gtk_tree_view_queue_draw_node.
286         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
287
288         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
289         sort_column_id can be 0.
290
291         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
292         Only redraw one the node being selected.
293
294         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
295         
296 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
297
298         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
299         realized but visible && !mapped resize containers (which is
300         possible with unset CHILD_VISIBLE now).
301
302 2002-01-02  jacob berkman  <jacob@ximian.com>
303
304         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
305         libsomething_la_LDFLAGS, so fix the build again
306
307 2002-01-01  Havoc Pennington  <hp@pobox.com>
308
309         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
310         exposes to no window children not in the buffer window.
311         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
312         - is this the right way to do it?
313         (gtk_text_view_focus): add focus method, just chains up for now, 
314         I'm not sure why the GtkContainer implementation doesn't work
315
316         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
317         in the text line for the child anchor segment
318
319         * tests/testtext.c (do_add_focus_children): add another test
320         example (to put focusable buttons into the widget)
321
322 2002-01-01  Havoc Pennington  <hp@pobox.com>
323
324         * docs/README.linux-fb: note that this file is obsolete
325
326         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
327         files that they should not be edited and look in the reference 
328         manual instead. Probably these files should just be replaced by 
329         the note, and their main contents deleted.
330
331         * gtk/gtktextview.c: docs
332
333         * gtk/gtktextmark.c: docs
334
335         * gtk/gtktextchild.c: docs
336
337         * gtk/gtktextbuffer.c: docs stuff
338
339         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
340         give people more leads in sorting out PRIMARY vs. CLIPBOARD
341
342 2002-01-01  Tor Lillqvist  <tml@iki.fi>
343
344         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
345         ../gdk-pixbuf/gdk-pixbuf-csource.
346
347 2001-12-31  Tor Lillqvist  <tml@iki.fi>
348
349         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
350         handling.
351         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
352
353         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
354         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
355         one more place.
356
357         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
358         -Wall.
359
360         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
361
362 2002-01-01  Havoc Pennington  <hp@pobox.com>
363
364         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
365         fix
366         
367 2002-01-01  Havoc Pennington  <hp@pobox.com>
368
369         * gtk/gtktextview.c (changed_handler): Replace call to
370         gtk_widget_size_request() that expected to actually compute the
371         request with a direct use of widget_class->size_request, so we get
372         our size request right; fixes remaining part of #63065 reported by
373         Matthias Clasen
374
375 2001-12-31  Havoc Pennington  <hp@pobox.com>
376
377         * tests/testtext.c (do_insert_and_scroll): remove backward_char
378         since we no longer have bogus newline
379         (dialog_response_callback): remove another backward_char horkage, 
380         reported by Matthias Clasen #63065
381
382 2001-12-31  Havoc Pennington  <hp@pobox.com>
383
384         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
385         fix an incorrect assertion that the "valid" flag is always correct
386         in a node and add explanatory comment. This keeps me from 
387         reproducing #59101, but I'm remembering that 59101 was actually 
388         about incorrect pixel totals, so I'm not sure 59101 is actually 
389         fixed. May just have stopped happening due to some change in 
390         how C-k works.
391
392 2001-12-31  Havoc Pennington  <hp@pobox.com>
393
394         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
395         selection if shift is down, bug #50939
396         (gtk_text_view_button_press_event): add double/triple click
397         selection to the current selection if shift is down
398
399 2001-12-31  Havoc Pennington  <hp@pobox.com>
400
401         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
402         to use ensure_byte_offsets not ensure_char_offsets, patch 
403         from Padraig O'Briain bug #67356
404         
405 2001-12-30  Havoc Pennington  <hp@pobox.com>
406
407         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
408         the right values, reported by Jeff Franks
409
410 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
411
412         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
413
414 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
415
416         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
417         Minor documentation tweaks.
418
419 2001-12-28  Tor Lillqvist  <tml@iki.fi>
420
421         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
422         (unicode_classify): Don't return -1 on encountering an
423         unclassified character, but play it safe and return U_BASIC_LATIN.
424
425 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
426
427         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
428         of misc->xpad/ypad consistent with GtkLabel. Do 
429         directional flipping when interpreting misc->xalign/yalign.
430         Fix off-by-one error for negative x,y. (#67472, reported
431         by Mathieu Lacage)
432
433 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
434
435         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
436         Remove optimization that was causing problems because
437         we called gtk_widget_size_request() before we called
438         gtk_widget_queue_resize() so RESIZE_NEEDED was not
439         set. Optimization shouldn't mattter now that we
440         are smart about needlessly size requesting or allocating
441         widgets. (#67598, reported by Jacob Berkman)
442
443 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
444
445         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
446         Call gdk_window_get_pointer() on menu->bin_window not
447         menu->window, so we get the correct window for the
448         menu item. (#65213, Guillermo S. Romero)
449
450 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
451
452         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
453         the title by setting to NULL. Move docs inline. 
454         Update the title if the tearoff window already
455         exists. Code cleanup. (Fixes #65190, reported by
456         Vitaly Tishkov.)
457
458 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
459
460         * gtk/gtksocket.c (gtk_socket_key_press_event): 
461         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
462         special handling of key presses unless we are doing 
463         iter-app embedding. (Fixes #67590, Anders Carlsson)
464
465 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
466
467         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
468         (gtk_tree_model_sort_sort_level),
469         (gtk_tree_model_sort_insert_value): fix a few places where
470         I was confused between modelsort iters and other iters. This was
471         really going to happen someday ;)
472
473 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
474
475         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
476         we are unprelighted before reordering
477
478         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
479         need to break out of the for loop, not return (this fixed
480         the 'selection freeze' bug).
481
482         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
483         be pretty stable now, though it still needs some more code
484         cleanups.
485
486 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
487
488         * docs/Changes-2.0.txt: Document the fact that
489         gtk_paned_set_handle_size() has been removed.
490
491         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
492         since it pointed to gtk_paned_set_handle_size(), which
493         was removed. (#66760, Matt Wilson)
494
495 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
496
497         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
498         gtk_drag_hightlight_expose _after_, so it works with
499         widgets that paint there entire background. (#66735)
500
501 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
502
503         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
504         allocation to widget->allocation. (Fixes #67290,
505         Chris Phelps.)
506
507 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
508
509         (#67542, reported by Anders Carlsson)
510         
511         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
512         rc_style->font_desc with defaul style instead of replacing
513         it.
514
515         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
516         font descriptions in RC styles by calling
517         pango_font_description_merge(). 
518
519 2001-12-24  James Henstridge  <james@daa.com.au>
520
521         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
522         valid with both SGML and XML.
523
524 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
525
526         * configure.in: 1.3.12, interface, binary age 0.
527
528         * configure.in: Require new versions of Glib, Pango, ATK.
529
530         * NEWS: Updated.
531
532         * configure.in: Make explicit what libtool we are executing.
533         (Tomas Ogren)
534
535         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
536
537         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
538         parameter names for docs.
539
540 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
541
542         * gtk/gtkwindow.c (gtk_window_realize) 
543           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
544
545         * gtk/gtkentry.c (gtk_entry_key_release)
546           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
547         key release events to the input method.
548
549         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
550         Handle release of Control/Shift to end hex sequence.
551
552         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
553         Handle key releases as well as presses.
554
555 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
556
557         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
558
559         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
560         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
561         documentation about underscores and mnemonics. (#66380)
562
563         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
564         cyclic reference in docs.
565
566         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
567         of default value. (#65402)
568
569         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
570         Markup fixes.
571
572 2001-12-20  Anders Carlsson  <andersca@gnu.org>
573
574         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
575         map here.
576
577 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
578
579         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
580         (reported by Jeff Franks.)
581
582 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
583
584         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
585         prototype for direction_changed. (Reported by
586         Jeff Franks.)
587
588 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
589
590         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
591         Fix typo (list->data becomes list->next)
592
593 2001-12-06  Havoc Pennington  <hp@redhat.com>
594
595         Add Unicode control char menu, based on patch from Dov.
596         Bug #63495
597         
598         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
599         gtk_entry_enter_text
600         (gtk_entry_enter_text): function to do "typing in text"
601         (popup_targets_received): add the Unicode menu items
602
603         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
604         on Input Methods item, and add the unicode menu items.
605
606         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
607         used in GtkEntry and GtkTextView - may become public later.     
608
609 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
610
611         * gtk/gtkprogressbar.c: Fix a typo.
612         * gtk/gtkpaned.c: Fix a typo.
613         
614 2001-12-15  Darin Adler  <darin@bentspoon.com>
615
616         Fix some warnings.
617
618         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
619         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
620         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
621         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
622         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
623         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
624         Restructure loop to get rid of uninitialized variable warning. Also
625         gives a tiny efficiency gain.
626
627 2001-12-15  Murray Cumming  <murrayc@usa.net>
628
629         * Fixed first arg type of GtkScale's "format_value" signal's
630         function pointer.
631
632 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
633         docs/reference/gtk/tmpl/gtkcelleditable.sgml
634                 gtkcelleditable -> GtkCellEditable
635         docs/reference/gtk/tmpl/gtktreesortable.sgml
636                 gtktreesortable -> GtkTreeSortable
637
638 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
639
640         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
641         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
642         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
643         resp.
644
645 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
646
647         * gtk/gtktreeview.c (validate_visible_area): free path
648         at the end
649
650 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
651
652         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
653
654 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
655
656         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
657         to find the clicked node in the tree when tree == NULL
658
659 2001-12-13  Anders Carlsson  <andersca@gnu.org>
660
661         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
662         event->state with the default mod mask. 
663
664 2001-12-12  jacob berkman  <jacob@ximian.com>
665
666         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
667
668 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
669
670         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
671         Reset the existing slave before removing it to give
672         it a chance to commit and emit "preedit_changed" 
673         in case there was still a preedit string.
674
675 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
676         
677         * gtk/gtktextlayout.c: Typo fixes
678         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
679
680         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
681         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
682
683         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
684
685 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
686
687         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
688         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
689
690 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
691
692         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
693         "prepainting" the menu before realizing other than
694         via gtk_style_set_background() - this was broken when
695         we added menu scroll support.
696
697         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
698         window in the expose event -- fixes problem with border
699         flashing during scrolling.
700
701 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
702
703         * gtk/gtksettings.c (gtk_settings_get_property): Support
704         using names/nicks for the gdk_settings values for enum valued
705         types. (#57678, reported by Anders Carlsson)
706
707 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
708
709         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
710         with insert_page_menu.  Code duplication is bad.
711
712         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
713         wrong fix yesterday.
714
715 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
716
717         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
718         modifiers.
719
720 2001-12-12  James Henstridge  <james@daa.com.au>
721
722         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
723         (menu_item)->accel_path first when looking up the accel path.
724
725 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
726
727         * tests/testgtk.c (layout_expose_handler): Only draw
728         for events on the bin window.
729
730 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
731
732         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
733         mnemonics work with notebooks.
734
735 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
736
737         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
738         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
739         Makes some flicker while scrolling go away.
740
741 2001-12-11  Michael Natterer  <mitch@gimp.org>
742
743         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
744         adds alpha to the pixbuf; re-load the saved pixbuf and
745         pixel-by-pixel compare it with the original one.
746
747 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
748
749         * ChangeLog: Fix wrong ChangeLog entry
750         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
751         right corner
752
753 2001-12-10  jacob berkman  <jacob@ximian.com>
754
755         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
756         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
757         (gdk_keyboard_grab): do not grab things if the nograb debug flag
758         is set
759
760         * gdk/gdkinternals.h: 
761         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
762         keyboard / mouse
763
764 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
765
766         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
767         didn't reset the timer.
768
769 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
770
771         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
772
773 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
774
775         * gtk/gtkviewport.c: Add docs.
776
777 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
778
779         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
780         RBTree corruption bug--
781
782 2001-12-10  Anders Carlsson  <andersca@gnu.org>
783
784         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
785         if edited_column is NULL, also grab focus before removing
786         the cell_editable.
787
788 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
789
790         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
791           denominator in the horizontal case just like we do in the vertical
792           case (why I didn't notice that there were two cases the first time
793           around is beyond me:).  Also fix indentation in the vertical case.
794
795 2001-12-09  Anders Carlsson  <andersca@gnu.org>
796
797         * gdk/x11/gdkevents-x11.c: Update xsettings name.
798
799         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
800         gtk-dnd-drag-threshold GtkSetting.
801
802         * gtk/gtksettings.c (gtk_settings_class_init): Add 
803         setting for dnd drag threshold.
804
805 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
806
807         * gtk/gtkcontainer.c: Add docs.
808
809 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
810
811         * gtk/gtkwidget.c: Doc markup fix. 
812
813         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
814
815         * gtk/gtktreestore.c: Typo fixes. (#66445)
816
817         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
818
819         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
820         to gtk_clipboard_set_with_owner(). (#66424)
821  
822 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
823
824         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
825         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
826         Fabrice Bellet <fabrice@gnu.org>, #54127).
827
828 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
829
830         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
831         of places, so that people with crashy trees can just run their
832         program with GTK_DEBUG=TREE.
833
834 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
835
836         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
837         per jrb's request
838
839 2001-12-08  Anders Carlsson  <andersca@gnu.org>
840
841         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
842         since then the default GtkLayout expose handler won't be called.
843
844 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
845
846         * gtk/gtktreeview.c (validate_rows_handler): remove
847         g_return_if_fail.
848
849         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
850         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
851         empty model.
852
853 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
854
855         * gtk/gtktreeview.c (validate_visible_area): get logic right,
856         #66249
857
858         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
859         removing a node ended up with a corrupt tree.  Really really nasty
860         bug.
861         (_gtk_rbtree_debug_spew): new debug helper function
862         (_fixup_validation): new inline function to clean up code
863         readability a lot. 
864
865 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
866
867         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
868         Close comment.
869
870 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
871
872         * gtk/gtkstyle.h: Typo fixes.
873
874         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
875
876         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
877
878 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
879
880         * modules/input/gtkimcontextxim.c: Display the XIM
881         status callbacks with a popup window. (Patch from
882         HideToshi Tajima, #50628, somewhat modified.)
883
884 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
885
886         * gtk/Makefile.am: each source generation rule needs to use its own
887         temporary file, to avoid clashes for parallel builds. fixed rules
888         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
889
890 2001-12-07  Havoc Pennington  <hp@pobox.com>
891
892         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
893         "cursors that are actually useful" in gdk_cursor_new() docs
894
895 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
896
897         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
898         in computing the size of the second child.
899
900 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
901
902         * gtk/gtkrange.c: Make button 1 clicks on the trough
903         do pages, button 3 steps. (Patch from Hans Breuer
904         #63735)
905
906 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
907
908         * gtk/gtklabel.c: Fix docs. (#66383)
909
910         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
911         (#66278, #66280)
912         
913         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
914         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
915
916         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
917         Don't emit a g_warning() about being deprecated. (#66208)       
918
919         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
920
921         * gtk/gtkcontainer.c: Doc fixes.
922         
923         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
924
925         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
926
927 2001-12-05  Sven Neumann  <sven@gimp.org>
928
929         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
930
931         * gtk/queryimmodules.c: g_dir_read_name() returns const.
932
933 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
934
935         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
936         #66225
937         
938 2001-12-04  Manish Singh  <yosh@gimp.org>
939
940         * gtk/gtkmain.c
941         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
942         a gpointer.
943
944         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
945         correction to docs.
946
947         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
948
949 2001-12-04  Havoc Pennington  <hp@redhat.com>
950
951         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
952         g_assert_not_reached() that was bogus, since we demand-create the
953         tag info. reported by Chris Phelps
954
955         Jump through assorted hoops to fix bug from Chris Phelps where 
956         removing tags from the table resulted in btree trying to 
957         access tag->table
958         
959         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
960         ourselves to the tag table
961
962         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
963         (_gtk_text_tag_table_remove_buffer): private cruft to 
964         let us notify buffer of disappearing tags
965
966         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
967         header, put it in tagprivate    
968
969         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
970         tag_removed; it's emitted too late.
971         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
972         this
973
974         Padding for ABI-compat expansion
975         
976         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
977         (struct _GtkTextAppearance): one pad in here too
978
979         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
980
981         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
982         since action signals etc. seem pretty likely
983
984         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
985
986         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
987
988         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
989
990 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
991
992         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
993
994         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
995
996         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
997
998 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
999
1000         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
1001         #62084.
1002
1003 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
1004
1005         * demos/gtk-demo/main.c: (create_tree): Minor fix.
1006
1007         * docs/tree-column-sizing.txt: Update
1008
1009         * gtk/gtkrbtree.[ch]: Massive work to support validation.
1010
1011         * gtk/gtktreemodel.c: Doc fixes.
1012
1013         * gtk/gtktreeview.c: Incremental reflow added.
1014         * gtk/gtktreeviewcolumn.c: ditto
1015         * gtk/gtktreeviewcolumn.h: ditto
1016
1017 2001-12-04  Havoc Pennington  <hp@redhat.com>
1018         
1019         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
1020         "invisible" property, #65999
1021
1022 2001-12-04  Matt Wilson  <msw@redhat.com>
1023
1024         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
1025
1026 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
1027
1028         * gtk/gtksettings.c (gtk_settings_set_property_value):
1029         Simplify, make more efficient and fix memory leak
1030         when turning quark into a string. (#66103, HideToshi
1031         Tajima)
1032
1033         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
1034         init() and unref priv->tooltips in destroy rather
1035         than calling gtk_object_destroy() which has no
1036         effect on memory management. (#66104, HideToshi
1037         Tajima)
1038
1039         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
1040         so we free the when the object is freed. (Fixes memory
1041         leak, #66096, HideToshi Tajima)
1042
1043         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
1044         a full GdkEvent structure to avoid reads of uninitialized/
1045         invalid memory in gdk_event_put() (#65877, patch
1046         from Hidetoshi Tajima)
1047
1048 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
1049
1050         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
1051         toggle-size-request doesn't take a requisition.
1052
1053         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
1054         reference to marshaler that no longer exists.
1055
1056 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
1057
1058         Patch from Bill Haneman (with many modifications) to make
1059         the focus color work on dark themes and to make the
1060         focus line width configurable. (#61079, #63074)
1061
1062         * gtk/gtkwidget.c: Add style properties, 
1063         ::focus-widget, ::focus-line-width, and ::focus-padding.
1064
1065         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
1066         state argument as well so we can use fg[STATE] to
1067         draw instead of always drawing with black. 
1068         Cange paint_focus() to respect GtkWidget::focus-width
1069         and GtkWidget::focus-line-pattern. Fix continuity
1070         problem where the default 1-1 stipple had a blob
1071         in one corner and a gap in the other. Change the
1072         interpretation of x/y/width/height to be the bounding
1073         box of the focus rect instead of the rectangle
1074         passed to gdk_draw_rectangle.
1075
1076         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
1077         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
1078         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
1079         and ::focus-line-padding.
1080
1081         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
1082         and remove duplicated code; fix drawing of focus rectangle
1083         when interior-focus = FALSE. (#63072, #63073)
1084
1085         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
1086         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
1087         Range and TreeViewColumn will need more extensive fixing.
1088
1089         * gtk/gtkcolorsel.c: Honor focus line attributes when
1090         drawing the focus on the color swatches. (#63071)
1091
1092         * gtk/gtkhsv.c: Honor focus line attributes when
1093         drawing the focus for the ring and triangle.
1094
1095         * docs/widget_geometry.txt: Start at documenting how 
1096         various widgets are drawn.
1097
1098         * gtk/gtkbutton.c (_gtk_button_paint): Export 
1099         _gtk_button_paint() librarywide, so we don't have 
1100         duplicate a bunch of code in gtktogglebutton.c.
1101
1102         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
1103
1104 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
1105
1106         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
1107         NONE:POINTER.
1108
1109 2001-12-03  Alex Larsson  <alexl@redhat.com>
1110
1111         * gtk/gtkaccellabel.c:
1112         * gtk/gtkarrow.c:
1113         * gtk/gtkcolorsel.c:
1114         * gtk/gtkcontainer.c:
1115         * gtk/gtklabel.c:
1116         * gtk/gtktextview.c:
1117         * gtk/gtktogglebutton.c:
1118         * gtk/gtktreeview.c:
1119         * gtk/gtkwindow.c:
1120         Return FALSE from expose handlers.
1121
1122 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
1123
1124         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
1125         we use pointers, we should free the previous pointer first (if
1126         it exists), before we set a new pointer. (#64726)
1127
1128         * gtk/gtktreeprivate.h: get rid of cursor_drag
1129
1130         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
1131         for cursor_drag
1132         (gtk_tree_view_bin_expose): don't directly return in the while
1133         loop
1134         (gtk_tree_view_class_init): indentend expanders by default
1135         (gtk_tree_view_header_focus): only give the button focus
1136         if it's clickable, visible and the column is reorderable
1137         (#65539)
1138
1139         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
1140         create and free cursor
1141
1142 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
1143
1144         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
1145         some bugs with size requisition. (From Bill Haneman)
1146
1147         * gtk/gtkcalendar.c: Draw headers and selection in 
1148         base/text[SELECTED] instead of fg/bg[SELECTED].
1149
1150         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
1151         code and formatting.
1152
1153 2001-12-03  Havoc Pennington  <hp@pobox.com>
1154
1155         * gtk/gtktextview.c (set_window_height): 
1156         (set_window_width): Hmm, setter functions normally assign the new
1157         value to the object field. Reported by Chris Phelps.
1158
1159 2001-11-30  jacob berkman  <jacob@ximian.com>
1160
1161         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
1162         signal id to 0 after we disconnect from it
1163
1164 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
1165
1166         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
1167         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
1168         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
1169         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
1170
1171         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
1172         GTK_DISABLE_DEPRECATED.
1173
1174         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
1175         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
1176
1177 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
1178
1179         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
1180         move/resize code, removing various bad, non-functional
1181         hacks. (Fixes #65048, reported by Damon Chaplin.)
1182
1183 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
1184
1185         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
1186         bad match error when target drawable is not the 
1187         same depth as the root window. (#65841)
1188
1189         * HACKING: Update.
1190
1191 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
1192
1193         * gdk/gdkwindow.c: Typo fix.
1194
1195 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
1196
1197         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
1198         empty menu items to behave like insensitive items (#59456)
1199
1200         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
1201         next item if the first item in the menu is a tear off item
1202         (#59456-2, suggestion by Matthias Clasen)
1203
1204         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1205         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
1206         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
1207         (gtk_real_menu_shell_activate_current): add check, so empty
1208         menu items behave like insensitive items (#59456)
1209         
1210         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
1211         the checks more readable ...
1212         
1213         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1214         (gtk_menu_shell_button_release): causes the menu to dropdown if the
1215         caption is clicked again (#64977)
1216
1217 2001-11-29  Havoc Pennington  <hp@redhat.com>
1218
1219         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
1220         assertion here that we were at the end iterator was not correct;
1221         change code to move us to the end iterator. bug #65731
1222
1223 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
1224
1225         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
1226         improper use of g_locale_to_utf8() to convert from
1227         latin-1, and do it the easy way by building the string
1228         correctly in the first place.
1229
1230 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
1231
1232         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
1233         Convert atoms to and from atoms for properties of type XA_ATOM.
1234         (#65555, patch from Hidetoshi Tajima)
1235
1236 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
1237
1238         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
1239         to avoid problems with Objective C.
1240
1241 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1242         
1243         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
1244
1245         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
1246         Fix docs. (#65505)
1247
1248         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
1249
1250 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
1251
1252         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
1253         accounting of menu->tearoff_scrollbar width to here
1254         and make sure we have the correct requisition.
1255
1256         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
1257         by using gtk_window_move().
1258
1259         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
1260         the requisition to be updated by calling
1261         gtk_widget_size_request() (#65440)
1262
1263         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
1264         queue resize before calling gtk_menu_set_tearoff_state().
1265
1266 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
1267
1268         * demos/gtk-demo/editable_cells.c: fix typo
1269
1270         * demos/gtk-demo/list_store.c (add_columns): remove call to
1271         gtk_tree_view_column_set_clickable which didn't make sense
1272
1273 2001-11-28  Havoc Pennington  <hp@redhat.com>
1274
1275         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
1276         explaining the validation error in front of the G_BREAKPOINT
1277
1278         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
1279         process updates with include_children = FALSE instead of TRUE, so
1280         we redraw the range only, not the whole darn window.  Making
1281         GtkRange a NO_WINDOW widget had weirdly caused the text widget
1282         Trace/breakpoint trap bug to become much easier to trigger.
1283
1284 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
1285
1286         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
1287         to gdkcursors.h.
1288
1289 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1290
1291         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
1292
1293         * gdk/gdkcursor.h: Directly include the contents
1294         of gdkcursors.h in the GdkCursorType enum.
1295
1296         * gdk/gdkcursors.h: Deleted.
1297
1298         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
1299         header boilerplate.
1300
1301         * gdk/Makefile.am: Remove the X-derived-headers rule.
1302
1303 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
1304
1305         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
1306         Notify on the ::active property _here_, not in
1307         gtk_check_menu_item_set_active.
1308
1309 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
1310
1311         * gtk/gtkcellrendererpixbuf.c
1312         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
1313         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
1314
1315 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1316
1317         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
1318         comment about what is going on in this file.
1319
1320         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
1321         x/y problem.
1322
1323 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
1324
1325         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
1326         Calculate size based on the _child_ of the menu item,
1327         not the menuitem. (#65005, Damon Chaplin)
1328
1329         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
1330         some extra vertical padding to the label widget ... restores
1331         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
1332
1333 2001-11-26  Tor Lillqvist  <tml@iki.fi>
1334
1335         * demos/pixbuf-demo.c
1336         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
1337
1338         * demos/gtk-demo/main.c (read_line): No flockfile() or
1339         getc_unlocked() on Win32.
1340
1341 2001-11-25  Tor Lillqvist  <tml@iki.fi>
1342
1343         * configure.in
1344         * acconfig.h: As we now use GDir, no need to check for dirent.h.
1345
1346 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
1347
1348         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
1349         when finished (#65266)
1350
1351 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
1352
1353         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
1354         data after we set the property. (#65264)
1355
1356 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
1357
1358         * gtk/gtkbutton.c: add destroy method so label_text gets freed
1359         if it has been allocated (#65268)
1360
1361 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
1362
1363         * gdk/linux-fb/gdkdrawable-fb2.c
1364         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
1365
1366         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
1367
1368         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
1369         set_family
1370         
1371         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
1372
1373 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
1374
1375         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
1376         deactivate menu when menu_item isn't sensitive (#61389)
1377
1378 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
1379
1380         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
1381         we return (in case of a failure here)
1382
1383 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
1384
1385         * gtk/gtknotebook.c: Handle events in windows other
1386         than widget->event_window properly. (#65079, reported
1387         by Damon Chaplin)
1388
1389         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
1390
1391 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
1392
1393         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
1394         the image at the top. (#65020, request from Seth Nickell)
1395
1396 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
1397
1398         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
1399         arithmetic that was resulting in rows being drawn too low.
1400         (#65001, reported by Damon Chaplin)
1401
1402 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
1403
1404         * gtk/gtkrange.c (gtk_range_button_press): Offset 
1405         invalidated range correctly.
1406
1407         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
1408         of title window. (#65001, reported by Damon Chaplin)
1409
1410         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
1411         horrible hack with use of ::event_after.
1412
1413 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
1414
1415         * Version 1.3.11
1416
1417         * configure.in (ATK_REQUIRED_VERSION): Require
1418         GLib-1.3.11, Pango-0.22, ATK-0.7.
1419
1420         * tests/prop-editor.c (property_widget): Restore
1421         to working as well as it did before.
1422
1423         * gtk/gtklistitem.h: Mark deprecated since it is
1424         an integral part of GtkList.
1425
1426         * demos/gtk-demo/demo-common.h: New header file,
1427         for a common functions not important to the meat
1428         of the demos.
1429         
1430         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
1431         function to search for a file used by the demo.
1432
1433         * demos/*.c: Use demo_find_file.
1434
1435 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
1436
1437         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
1438         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
1439         fixes already mentioned in ChangeLog entry on 2001-11-14.
1440
1441         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
1442
1443 2001-11-23  Hans Breuer  <hans@breuer.org>
1444
1445         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
1446         reflect Pango API change
1447
1448         * gtk/gtk.def : updated externals
1449
1450         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
1451         g_return_val_if_fail() to avoid 'function must return a value'
1452
1453         * gtk/gtkrc.c : added spaces to fix small coding style issues
1454         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
1455         'static correctness'
1456
1457         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
1458         because they only can be build on win32 after applying my patch
1459
1460 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
1461
1462         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
1463         children, in order for the input pnly window to stay *above*
1464         children.
1465
1466 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
1467
1468         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
1469         type walks againts G_TYPE_FUNDAMENTAL_MAX.
1470         
1471         * tests/prop-editor.c: disable type hackery.
1472
1473 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
1474
1475         * gdk/gdkimage.c (gdk_image_get): Fix problem with
1476         lost parameter.
1477
1478 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
1479
1480         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
1481         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
1482         trailing commas in enum declarations.
1483
1484 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
1485
1486         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
1487         interface, binary age 0.
1488
1489         * NEWS: Updates
1490
1491         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
1492         fixes in docs.
1493
1494         * gtk/gtkmain.h: Remove unused and misnamespaced
1495         get_gtk_win32_directory() prototype.
1496
1497         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
1498         to match header.
1499
1500         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
1501         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
1502         to match docs.
1503
1504         * gdk/gdkevents.c (gdk_event_get_coords)
1505           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
1506           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
1507         Fix parameter names in docs.
1508         
1509         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
1510         (#64961, Akira Tagoh)
1511
1512 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
1513
1514         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
1515
1516         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
1517
1518         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
1519
1520         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
1521         back to gtk_accel_groups_from_object(), change @acceleratable
1522         parameter to gtk_accel_groups_activate() accordingly.
1523
1524         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
1525         left-over comment about quark return.
1526
1527         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
1528
1529         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
1530         (Patch from Matt Wilson)
1531
1532         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
1533         object is finalized.
1534
1535 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
1536
1537         * applied patch from owen to get rid of accel map notifiers.
1538         changed things to fix reentrancy and API as discussed on gtk-devel.
1539
1540         * gtk/gtkaccelgroup.[hc]:
1541         (gtk_accel_group_finalize): unregister this accel group from all
1542         accel map paths.
1543         (accel_closure_invalidate): handle invalidation of closures by
1544         disconnecting their accelerators.
1545         (quick_accel_add): move closure connection and changed notification
1546         into this function to reduce code duplication. don't emit change
1547         notification on closurers without accelerators.
1548         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
1549         for a GtkAccelGroupEntry.
1550         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
1551         (gtk_accel_group_connect_by_path): new function to add accelerators
1552         with an accel path.
1553         (gtk_accel_group_disconnect_closure): new function, disconnect a
1554         closure from of an accel group.
1555         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
1556         accel_mods pair and remove them.
1557         (_gtk_accel_group_reconnect): new function that basically does
1558         gtk_accel_group_disconnect_closure() and
1559         gtk_accel_group_connect_by_path() once an accel path changed.
1560         (gtk_accel_groups_disconnect_closure): remove this, there's
1561         gtk_accel_group_disconnect_closure().
1562         
1563         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
1564         nuke notifiers.
1565         (_gtk_accel_path_is_valid): make this non-static for
1566         gtkwidget.c and gtkaccelgroup.c assertions.
1567         (gtk_accel_map_add_notifer): removed this function.
1568         (gtk_accel_map_remove_notifer): same.
1569         (_gtk_accel_map_add_group):
1570         (_gtk_accel_map_remove_group): (un-)register accel groups, with
1571         accel paths for correct propagation.
1572         (gtk_accel_map_add_entry): return void.
1573         (gtk_accel_map_lookup): return gboolean instead of GQuark.
1574         
1575         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
1576         set accel_path on widgets.
1577         
1578         * gtk/gtkwidget.[hc]:
1579         (accel_path_changed): got rid of this, changes are handled by
1580         accel maps internally now.
1581         (_gtk_widget_set_accel_path): get things to work without notifiers.
1582         (gtk_widget_list_accel_closures): list accel closures of a widget.
1583         
1584         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
1585
1586 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
1587
1588         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
1589
1590 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
1591
1592         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
1593         replace gboolean free_last in the function parameters with
1594         gint depth. Changes to reflect new situation.
1595
1596         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
1597         replace gboolean free_last, with gint depth, add gint current_depth.
1598         Changes to reflect new situation.
1599
1600         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
1601         to reflect new situation
1602
1603         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
1604
1605 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
1606
1607         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
1608         where notebook gap was double shifted by allocation.x/y
1609
1610         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
1611         to unmap children.
1612
1613 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
1614
1615         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
1616         allocation to be relative to paned->allocation, now
1617         that this is a NO_WINDOW widget.
1618         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
1619
1620         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
1621         needs to be a boxed property.
1622
1623 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
1624
1625         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
1626         Use the widget's state when drawing the indicator, as
1627         in GtkCheckButton. This gives us color changes for
1628         un-prelighted checkbuttons. (#63308, Matt Wilson)
1629
1630 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
1631
1632         (Fixes related to #64428, Michael Meeks)
1633
1634         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
1635         widget, so it gets mapped again properly when we
1636         add to a parent.
1637
1638         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
1639         plug->socket_window. 
1640
1641         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
1642         socket_window to NULL, not FALSE.
1643
1644         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
1645         socket->same_app to TRUE. (#64612)
1646
1647 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
1648
1649         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
1650         gtk_fixed_set/get_has_window() to remove criticism
1651         about GTK_WIDGET_SET_FLAGS() hacks.
1652
1653 2001-11-19  Michael Natterer  <mitch@gimp.org>
1654
1655         * gtk/gtknotebook.c: show notebook->event_window with
1656         gdk_window_show_unraised(), so it doesn't catch the events which
1657         should go to the tab widgets first.
1658
1659 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
1660
1661         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
1662         "resizable" property, to get rid of the
1663         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
1664         (gtk_tree_view_column_set_resizable): New function to set resizable.
1665         (gtk_tree_view_column_set_resizable): getter.
1666
1667         * tests/testtreecolumns.c (add_clicked): modify for above change.
1668
1669         * Makefile.am (install-data-hook): remove old .pc files before
1670         installing the new one.  We used to symlink this, and it will
1671         break old installs.
1672
1673 2001-11-19  Havoc Pennington  <hp@pobox.com>
1674
1675         * tests/testtext.c (fill_example_buffer): put in a test for
1676         negative indentation values
1677
1678 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
1679
1680         * gtk/gtklabel.c (gtk_label_init): Change default for
1681         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
1682         labels are most often wrapped labels, this gives better
1683         compatibility with GTK+-1.2, where justification was
1684         ignored for wrapped labesl and is a more sensible
1685         default in any case. (#64489)
1686
1687         * gtk/gtklabel.c (gtk_label_class_init): Fix default
1688         for wrap property to FALSE.
1689
1690 2001-11-19  jacob berkman  <jacob@ximian.com>
1691
1692         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
1693
1694 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
1695
1696         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
1697         RevertToParent, not RevertToNone. (#64613, 
1698         Matthias Clasen)
1699
1700 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
1701
1702         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
1703         and label_yalign need to be float properties to
1704         correspond to GTK+-1.2, to gtk_frame_set_label_align,
1705         and to the types of the xalign and yalign properties of GtkMisc.
1706         (#63484, Vitaly Tishkov)
1707
1708 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
1709
1710         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
1711         of plug_added vfunc. (#64408, Jeff Franks)
1712
1713 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
1714
1715         * configure.in (deps): Undef HAVE_STDLIB_H before
1716         checking for jpeg, because jconfig.h has this
1717         in it too (%#$@!). Fix from Matthias Clasen, #64500.
1718
1719 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
1720
1721         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
1722         memory leak when retrieving atom names. (Michael Meeks,
1723         #64508)
1724
1725 2001-11-18  Alex Larsson  <alexl@redhat.com>
1726
1727         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
1728         Update to new Pango API.
1729         
1730 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
1731
1732         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
1733         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
1734         GTK_OBJECT_DESTROYED() check macro.
1735
1736         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
1737         instances of GTK_OBJECT_DESTROYED() that weren't
1738         needed any more.
1739
1740         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
1741         for a connection to ::destroy.
1742
1743 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
1744
1745         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
1746         have been since the beginning, but as special hack,
1747         allow clearing the NO_WINDOW flag to get a window widget.
1748
1749 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
1750
1751         * gtk/gtktreestore.c: return TRUE when value changed, so
1752         row_changed is being emitted
1753
1754 2001-11-18  Hans Breuer  <hans@breuer.org>
1755
1756         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
1757         no label without op, even if it's a no-op.
1758
1759         * gtk/gtk.def :
1760         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
1761
1762         * config.h.win32.in : remove definition of HAVE_DIRENT_H
1763         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
1764         required anymore, replace it.
1765         * gtk/queryimmodules.c : DIR -> GDir replacement, also
1766         getcwd() -> g_get_current_dir()
1767
1768         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
1769         Even 'noisy laugh' scolling appears to work, though I still can't
1770         claim to have fully understood what it is supposed to do ...
1771
1772 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
1773
1774         * gtk/gtkenums.h: Include glib-object.h instead of
1775         gobject/gsignal.h
1776
1777         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
1778           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
1779         argument to the window_at_pointer() field of
1780         GdkPointerHooks. (Patch from Erwann Chenede)
1781
1782         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
1783         to 6 pointers.
1784
1785 2001-11-17  Matt Wilson  <msw@redhat.com>
1786
1787         * gtk/gtkenums.h: must include glib-object.h only
1788
1789 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
1790
1791         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
1792         key bindings in order of visibility - mnemonics, then 
1793         accelerators, then send key to the focus widget, then
1794         bindings on the GtkWindow.
1795
1796         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
1797         Removed the xoffset, yoffset fields of GtkLayout which were
1798         identically zero for compat with 1.2, but were no longer 
1799         compatible with all uses of these fields in 1.2.
1800
1801         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
1802         unused variable.
1803
1804 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
1805
1806         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
1807         We no longer need to create the signals here ... they
1808         come from the interface.
1809
1810         * gtk/maketypes.awk: Use GType, not GtkType in output.
1811
1812         * gtk/gtktypeutils.h: Mark virtually all of this
1813         file deprecated.
1814
1815         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
1816         the only use of this function is the GtkArg using
1817         GtkCallbackMarshal, since destroy notification is
1818         silly here.
1819
1820 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
1821
1822         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
1823         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
1824         only for compatibility with GTK+-1.2; and deprecate it; 
1825         put all marshalers we actually use into gtkmarshalers.list 
1826         and use the _gtk_marshal_ prefix for these marshalers.
1827
1828 2001-11-17  Murray Cumming  <murrayc@usa.net>
1829
1830         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
1831         The first parameters of the signals are now registered as
1832         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
1833         
1834 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1835
1836         * gtk-zip.sh.in: Build separate runtime and developer
1837         packages.
1838
1839         * gtk/gtk.def: Reflect recent accelerator-related changes.
1840
1841 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
1842
1843         * gtk/gtkwindow.c (gtk_window_set_default): Move 
1844         notification of "has_default" to here, so it
1845         is safe to call gtk_window_set_default() instead
1846         of gtk_widget_grab_default().
1847
1848         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
1849         gtk_widget_grab_focus(), which then calls 
1850         _gtk_widget_internal_set_focus(). This makes 
1851         gtk_window_set_focus() a safe way of both setting
1852         and unsetting the focus widget.
1853
1854         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
1855         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
1856         to find the toplevel.
1857
1858         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
1859         from the "internal functions" section.
1860
1861 2001-11-16  jacob berkman  <jacob@ximian.com>
1862
1863         * tests/testgtk.c (create_radio_buttons): add some no-indicator
1864         radio buttons
1865
1866         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
1867         initially active, also initially be depressed
1868         (gtk_radio_button_clicked): also update our depressed state
1869
1870 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
1871
1872         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
1873         key press events not just to focus/window but also to
1874         intermediate widgets.
1875
1876         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
1877         to switch pages. (Needs some work on handling focus
1878         when switching pages.)
1879
1880 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
1881
1882         * gtk/gtknotebook.c: Fix child allocations to be relative to 
1883         widget position and some drawing bugs.
1884
1885         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
1886         with reading uninitialized variable.
1887
1888 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
1889
1890         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
1891         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
1892         NO_WINDOW widgets.
1893
1894         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
1895         cleanup.
1896
1897         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
1898         we are drawing in a window when drawing the paned handle.
1899
1900 2001-11-16  Sven Neumann  <sven@gimp.org>
1901
1902         * demos/gtk-demo/appwindow.c
1903         * demos/gtk-demo/menus.c: reduce compiler warnings
1904
1905 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
1906
1907         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
1908         unused callback to make things compile with 
1909         gtk_tree_view_path_at_pos_change().
1910
1911 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
1912
1913         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
1914
1915 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1916
1917         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
1918  
1919 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
1920
1921         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
1922         to get a GdkWindow to compare event->window to.
1923
1924         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
1925         the signal for lateral motion too, #64361
1926
1927         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
1928         arg as it is useless, #64137
1929
1930 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
1931
1932         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
1933
1934 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
1935  
1936         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
1937         gdk_window_invalidate_maybe_recurse() for recursion.
1938         (Soeren Sandmann)
1939
1940         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
1941  
1942         * gtk/gtkcontainer.c (gtk_container_expose): Call
1943         gtk_container_forall() not _foreach() to propagate,
1944         since we need to propagate exposes to internal children
1945         as well.
1946
1947         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
1948         Remove the restriction of only being able to call these
1949         on window widgets, since we have lots of NO_WINDOW widgets
1950         with windows now; for add events, recurse over the children
1951         of widget->window to find one owned by the widget.
1952
1953         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
1954         window to catch events.
1955
1956         * gtk/gtktogglebutton.[ch]: Remove the code for switching
1957         between NO_WINDOW and WINDOW widgets based on the mode.
1958
1959         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
1960         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
1961
1962         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
1963
1964         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
1965         change for range.
1966
1967         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
1968  
1969         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
1970
1971 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
1972
1973         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
1974         "message_type" and "buttons" CONSTRUCT properties. (#64069)
1975
1976         * tests/testsocket.c: Expand tests to add a "local passive
1977         child" (Test case for #64428)
1978
1979 2001-11-14  jacob berkman  <jacob@ximian.com>
1980
1981         * gtk/gtkgamma.c (button_clicked_callback): create the label with
1982         a mnemonic
1983
1984 2001-11-15  Sven Neumann  <sven@gimp.org>
1985
1986         * tests/testgtk.c: make it compile without warnings.
1987
1988 2001-11-14  Alex Larsson  <alexl@redhat.com>
1989
1990         * gtk/gtklabel.c:
1991         Don't recalculate the layout on each gkt_label_ensure_layout () for
1992         wrapped labels.
1993
1994 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
1995
1996         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
1997         the currently selected column when we get the column, #64380
1998
1999         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
2000         to cancel CellRendererText editting, #63613
2001
2002         * gtk/gtkcellrenderertext.c: ditto
2003
2004         * gtk/gtkcellrenderertext.h: formatting changes
2005
2006 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2007
2008         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
2009
2010         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
2011
2012         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
2013
2014         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
2015
2016         * gtk/gtklabel.c: Documentation fixes (#64452)
2017
2018 2001-11-14  Daniel Egger  <degger@fhm.edu>
2019
2020         * gdk-pixbuf/io-xpm.c: 
2021         (xpm_skip_whitespaces): Remove unused static function.
2022         (xpm_skip_string): Dito.        
2023         (xpm_extract_color): Declare const variable const to avoid warnings. 
2024
2025         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
2026         
2027         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
2028         
2029         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
2030         a long.
2031
2032 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
2033
2034         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
2035         out accidental commit of debugging timing code.
2036
2037 2001-11-14  Havoc Pennington  <hp@redhat.com>
2038
2039         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
2040         it doesn't move to a new line each time you press it
2041
2042         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
2043         return value, #62987
2044
2045 2001-11-14  Havoc Pennington  <hp@redhat.com>
2046
2047         * tests/testtextbuffer.c (main): bulk of the tests were commented
2048         out, oops.
2049
2050         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
2051         function work, should resolve #63426
2052         (gtk_text_iter_ends_line): return TRUE for the end iterator
2053
2054         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
2055         a couple things that might get cached in here.
2056
2057 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
2058
2059         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
2060         "model" construct property for language bindings.
2061
2062         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
2063         function to let you set the column types of a GtkTreeStore for
2064         language bindings.
2065
2066         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
2067
2068 2001-11-13  Havoc Pennington  <hp@redhat.com>
2069
2070         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
2071         including reference to bugzilla bug about how we should have 
2072         a better way of positioning children
2073
2074         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
2075
2076         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
2077         size to side rects if they don't exist, #63438
2078
2079 2001-11-13  Havoc Pennington  <hp@redhat.com>
2080
2081         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
2082         properly replace selection with Return or Tab
2083
2084         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
2085         that didn't locate the end of the line correctly, should fix #63800
2086
2087 2001-11-13  Havoc Pennington  <hp@redhat.com>
2088
2089         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
2090         to requisition, request non-anchored children
2091         (gtk_text_view_size_allocate): handle border width, allocate
2092         non-anchored children
2093         (text_view_child_new_window): set the child as object data
2094         (gtk_text_view_move_child): allow children at negative
2095         coordinates, no reason why not
2096         (gtk_text_view_forall): make it copy the list of children before
2097         walking it, to avoid reentrancy issues  
2098         (gtk_text_view_move_child): short-circuit if position is unchanged
2099         (changed_handler): only queue_resize if requisition has changed
2100         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
2101         a better job of invalidation ourselves
2102
2103         * tests/testtext.c: add tests for the fixed-position children
2104
2105 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
2106
2107         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
2108         with gdk threads macro.
2109
2110 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
2111
2112         * gtk/maketypes.awk: fix type utils generation on unix.
2113
2114         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
2115         registry.
2116
2117         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
2118         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
2119         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
2120         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
2121         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
2122         introduced ::accel_changed signal for change notification, and
2123         gtk_accel_group_connect/disconnect to connect closures to accel groups.
2124         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
2125         functions.
2126         deprecated gtk_accel_group_ref/unref.
2127
2128         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
2129         to accel group changed notification and basically operate on closures.
2130         removed gtk_accel_label_get_accel_object and
2131         gtk_accel_label_set_accel_object.
2132         introduced gtk_accel_label_set_accel_closure, and for convenience,
2133         gtk_accel_label_set_accel_widget.
2134
2135         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
2136         which mostly moved into gtkaccelmap.[hc].
2137         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
2138         and gtk_item_factory_print_func.
2139
2140         * gtk/gtkmain.c: call _gtk_accel_map_init().
2141
2142         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
2143         that associates an accelerator path with menu items, through which
2144         persistent accelerator settings on menu items are enabled.
2145
2146         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
2147         paths of menu item can be default constructed to allow installation
2148         of accelerators on menu items that don't come with an accelerator
2149         binding by default.
2150
2151         * gtk/gtksettings.c: fix STRING type rc settings by special casing
2152         them appropriately in the parser.
2153
2154         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
2155         gtk_signal_newv().
2156
2157         * gtk/gtkwidget.[hc]: accelerator API revamp.
2158         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
2159         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
2160         gtk_widget_(un)lock_accelerators.
2161         accelerators maintained through gtk_widget_add/remove_accelerator()
2162         are not runtime changable now, the correct sequence to setup a
2163         widget for runtime changable accelerators is now:
2164           gtk_accel_map_add_entry(accel_path, key, mods);
2165           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
2166
2167         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
2168         group changes (as well as mnemonic changes) through the new signal
2169         ::accels_changed.
2170
2171 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
2172
2173         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
2174         GString->string conversions.
2175
2176 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
2177
2178         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
2179         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
2180
2181 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
2182
2183         * gtk/gtktreeview.c: Documentation fixes. (#64377)
2184         
2185         * gtk/gtktreestore.c: Documentation fixes. (#64376)
2186
2187 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2188
2189         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
2190         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
2191         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
2192         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
2193
2194 2001-11-10  Hans Breuer  <hans@breuer.org>
2195
2196         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
2197         we know what we are talking about when asked for MINMAXINFO.
2198         Also some cleaning for !HAVE_DIMM_H etc.
2199
2200 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
2201
2202         * gtk/gtktreeviewcolumn.c: Fix docs for 
2203         gtk_tree_view_column_set_sort_order. (#62647)
2204         
2205         * gtk/gtkcontainer.c: Fix docs for 
2206         gtk_container_set_border_width. (#64139)
2207
2208         * gtk/gtkcolorsel.c: Documentation fixes.
2209
2210 2001-11-10  Hans Breuer  <hans@breuer.org>
2211
2212         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
2213         don't have strcasecmp()
2214
2215         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
2216         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
2217         code duplication wrap it in its own function and use it in 
2218         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
2219
2220         * gdk/win32/gdkdrawable-win32.c : implement the finalize
2221         method like the X11 version does, allow to set_colormap NULL
2222         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
2223         set_colormap, also some adaption to X11 version :
2224         (gdk_window_hide) call _gdk_window_clear_update_area
2225         (gdk_window_reparent) call _gdk_window_init_position
2226
2227         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
2228         call gdk_window_resize() after all hints are set, because the
2229         window resizing process (WM_GETMINMAXINFO) takes all of them into 
2230         account
2231
2232         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
2233
2234         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
2235         sizeof (GdkVisualPrivate)
2236
2237         * gdk/gdk.def gtk/gtk.def : upated externals
2238
2239         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
2240           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
2241         from now on use make.msc from $(TOP)/glib/build/win32
2242
2243         * gtk/stock-icons/makefile.msc : add stock_missing_image
2244
2245 2001-11-08  Tor Lillqvist  <tml@iki.fi>
2246
2247         * README.win32: Add headers. Add section about ActiveIMM.
2248
2249         * configure.in: Add --with-ie55 flag to specify the location of
2250         the "IE55 libs and headers" package downloadable from Microsoft,
2251         which contains, among other things, the Active IMM header dimm.h
2252         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
2253         Require GLib 1.3.10.
2254         
2255         * config.h.win32.in: New version, produced by merging two
2256         configure-generated ones (for gcc and MSVC). Hopefully #defines
2257         the same flags that the previous, hand-written one, did.
2258
2259         * gdk/Makefile.am
2260         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
2261
2262         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
2263         stuff. Remove unused GdkIOClosure.
2264
2265         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
2266         available).
2267
2268         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
2269         for uuid.lib. (Does it really have to be this hard to use an
2270         existing library with libtool? Probably I am missing something.)
2271
2272 2001-11-08  Darin Adler  <darin@bentspoon.com>
2273
2274         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
2275         typo where it says LEFT instead of CENTER.
2276
2277 2001-11-07  Darin Adler  <darin@bentspoon.com>
2278
2279         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
2280         (gtk_dialog_set_default_response): Add g_return_if_fail.
2281
2282 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
2283
2284         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
2285         Add row_draggable() vfunc, and wrapper function.
2286
2287         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
2288         row_drop_possible take a GtkSelectionData, rather than
2289         model/row pair.
2290
2291         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
2292         new DND interfaces.
2293
2294         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
2295         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
2296         and rename them to enable_model_drag_source/dest.
2297
2298         * gtk/treeviewcolumn.c: Add DND of columns between rows.
2299         Still can't drop _to_ the left tree, but other places
2300         work.
2301
2302         * gtk/gtktreeview.c (unset_reorderable): Unset the
2303         reorderable property if unset/enable_model_drag_source/dest
2304         are called manually.
2305
2306         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
2307         Correct for change in depth count handling.
2308
2309         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
2310         Pass in a expose area to gtk_tree_view_column_cell_render()
2311
2312 2001-11-06  Havoc Pennington  <hp@redhat.com>
2313
2314         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
2315
2316 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
2317
2318         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
2319
2320 2001-11-05  Havoc Pennington  <hp@redhat.com>
2321
2322         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
2323         widgets in here
2324         (gtk_text_view_realize): set parent window of child widgets
2325         (gtk_text_view_size_request): use child req to decide whether
2326         to invalidate layout, not widget->requisition
2327
2328         * gtk/gtktextdisplay.c (render_layout_line): set
2329         shaped_width_pixels for NULL shape objects, so that we properly
2330         draw the "missing pixbuf/widget" thing
2331         (render_layout_line): don't draw the widget here
2332         (gtk_text_layout_draw): pass out a list of widgets that need exposing
2333
2334         * demos/gtk-demo/textview.c (insert_text): add demo of child
2335         widgets
2336
2337         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
2338
2339         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
2340
2341         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
2342         scroll offsets
2343         (gtk_text_view_value_changed): poke new X and Y into child allocations
2344
2345 2001-11-06  Tor Lillqvist  <tml@iki.fi>
2346
2347         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
2348         -specific directory on Windows, too (#63759).
2349
2350 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
2351
2352         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
2353         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
2354         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
2355         directly to Picture objects instead of using XftDraw.
2356         This fixes the problem where we weren't able to 
2357         properly destroy XftDraw objects before destroying
2358         the accompanying windows, and probably improves
2359         efficiency a bit too. (#50214)
2360
2361 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
2362
2363         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
2364         Clamp max window width/height to 32767, not 32768 since
2365         we have to be able to deal with a dx/y of -32768 without
2366         getting a width of 65536 when guffaw scrolling.
2367
2368         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
2369         for the guffaw scrolling case, fixing some problems with
2370         copy-area case as well. Fix BadValue bug with moving windows
2371         by large amounts.
2372
2373         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
2374         clip in window structue before calling gdk_window_invalidate_region
2375         since that trims new invalidations to the window's visible
2376         region.
2377
2378         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
2379         Really set the static window gravity on the children, not
2380         repeatedly on the window.
2381
2382         * gtk/testgtk.c: Add a torture test for big windows and 
2383         gdk_window_scroll().
2384
2385 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
2386
2387         * acconfig.h configure.in: sigsetjmp is macroized in some places,
2388         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
2389
2390 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
2391
2392         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
2393         in terms of pango_color_parse().
2394
2395         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
2396         gdk_color_parse() implementations.
2397
2398 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
2399
2400         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
2401         queue_resize_on_group with both the old and new mode, not
2402         just the new mode. (#60171, Nicolas Setton). Also, notify
2403         the "mode" property.
2404         
2405 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2406
2407         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
2408         for use in "shallow invalidation" of a widget. (Windows belonging
2409         to the widget, but not to the widget's children)
2410
2411         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
2412         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
2413         up on ancestors up to the resize container on queue_resize. Size
2414         requests only actually take place if GTK_REQUEST_NEEDED, size
2415         allocations only take place if GTK_ALLOC_NEEDED or the size
2416         changed.
2417
2418         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
2419         container->resize_widgets and the RESIZE_NEEDED flag since the
2420         above flags are sufficient to figure out what needs to be
2421         resized/reallocated. Remove code manipulating
2422         container->resize_widget.
2423
2424         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
2425         allows widgets to turn off being automatically invalidated is when
2426         they are resized.
2427
2428         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
2429         a widget is resized or moved is "shallow" as described above -
2430         only the windows that need to be invalidated are invalidated.
2431
2432         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
2433         Make these widget's init functions call 
2434         gtk_widget_set_redraw_on_allocate(widget,FALSE).
2435
2436         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
2437         _gtk_container_queue_resize(), since we don't want
2438         redrawing. (Probably could be done for other 
2439         calls to gtk_widget_queue_resize() in gtkwindow.c,
2440         but this is the most important one.)
2441
2442         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
2443         gtk_widget_queue_draw() - size_allocate() handles
2444         that as appropriate.
2445
2446         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
2447         of queue_clear() to avoid invalidating children.
2448
2449 2001-11-04  jacob berkman  <jacob@ximian.com>
2450
2451         * gtk/gtkmain.c (find_module): don't free the module name until
2452         after we load the module
2453
2454 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
2455  
2456         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
2457         derivation instead of boxed derivation.
2458  
2459         * gtk/gtkmarshal.list: Remove some now unused marshallers.
2460  
2461 2001-11-04  Tor Lillqvist  <tml@iki.fi>
2462
2463         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
2464         include yesterday, without really thinking), as that defeats the
2465         working of correct_libdir_prefix() (it becomes a no-op.). Add
2466         comment mentioning that. Thanks to Hans Breuer for noticing.
2467         
2468 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
2469
2470         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
2471         signal argument (was GtkWidget*).
2472
2473         * gtk/gtkwindow.c (gtk_window_frame_event),
2474           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
2475         Fixed argument types as above, removed GTK_WINDOW casts and
2476         added some GTK_WIDGET casts instead.
2477
2478 2001-11-03  Hans Breuer  <hans@breuer.org>
2479
2480         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
2481         finalize to parent class to get removed from the toplevel_list.
2482         Should fix 'random' crashes of #63474.
2483
2484         * gtk/gtktreemodelsort.c : chain finalize() to parent class
2485
2486 2001-11-03  Tor Lillqvist  <tml@iki.fi>
2487
2488         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
2489         for .dll or .so as appropriate as module suffix.
2490
2491         * gtk-zip.sh.in: Use correct import library names.
2492
2493         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
2494
2495         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
2496         Windows to turn build-time paths from a gtk.immodules distributed
2497         as part of a binary package into runtime ones in the
2498         end-user-chosen installation directory.
2499         (gtk_im_module_init): Use it for module path and domain
2500         directory.
2501
2502 2001-11-02  Tor Lillqvist  <tml@iki.fi>
2503
2504         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
2505         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
2506         Windows.
2507
2508 2001-10-30  Tor Lillqvist  <tml@iki.fi>
2509
2510         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
2511         files. Configure on Win32 (running on Cygwin) thinks symlinks
2512         exist, but pkg-config is not necesarily a Cygwin program, and
2513         doesn't understand them.
2514
2515 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
2516
2517         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
2518         a bit.  I don't think it's completely correct yet, but it's
2519         getting there.
2520
2521 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
2522
2523         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
2524         random + 5 for width and height. If people want padding,
2525         they should add padding. (Note the +5 isn't padding
2526         that will always appear - it just appears in the case
2527         where the widget is allocated it's requisition.)
2528         (#51018, Janet Davis)
2529
2530 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
2531
2532         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
2533         the structure for future expansion.
2534
2535 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
2536
2537         Patch from HideToshi Tajima (#51922)
2538         
2539         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
2540
2541         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
2542         set_use_preedit().
2543         
2544         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
2545         to destroy the input context because we change the
2546         client window or use_preedit, make sure we empty
2547         the preedit string.
2548
2549 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
2550
2551         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
2552         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
2553         proposed ordering of buttons with [OK] in the lower
2554         right hand corner. Patch from Gregory Merchan,
2555         #56331.
2556
2557 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
2558
2559         * gtk/gtklabel.c (gtk_label_select_region_index): remove
2560         extraneous gtk_label_clear_layout (label)
2561
2562 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2563
2564         * tests/makefile.msc, gtk/makefile.msc.in: Removed
2565         -DGTK_DISABLE_COMPAT_H.
2566
2567         * docs/Changes-2.0.txt:
2568         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
2569
2570         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
2571
2572 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
2573
2574         * examples/**/Makefile.am: Convert to use pkg-config
2575         rather than gtk-config. (#53375, Skip Montanaro)
2576
2577 2001-11-02  Matt Wilson  <msw@redhat.com>
2578
2579         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
2580         broken unused, non-compiling, static function.
2581
2582 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2583
2584         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
2585         Iterate through children of the action area, not of
2586         the vbox. (#58278, Sergey Kuzminov)
2587
2588 2001-11-01  Havoc Pennington  <hp@pobox.com>
2589
2590         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
2591         order to remove a workaround in Nautilus that forced
2592         GTK_ENABLE_BROKEN
2593
2594         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
2595
2596 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
2597
2598         * gtk/gtkrange.c: Patch from George Lebl to 
2599         fix division by zero for full scroll bars. (#62114)
2600
2601 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
2602
2603         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
2604         around gtk_widget_event() if we are going to
2605         set a flag afterwards. (#63464)
2606
2607 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
2608
2609         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
2610         Actually add the missing/broken image icon as the
2611         image for the "missing image" stock icon.
2612
2613 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
2614
2615         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
2616         Set a reasonable default height for the window.
2617
2618         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
2619         bug where subsequent '-' weren't converted to '_'.
2620         (#59550, Matthias Clasen)
2621
2622         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
2623         justify the Help menu - just include a comment on
2624         how to do it. (#63539,  Marius Andreiana)
2625
2626         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
2627         list GTK_ICON_SIZE_INVALID.
2628
2629         * demos/gtk-demo/stock_browser.c: Show the biggest available
2630         size, not a fixed size. (Often reported, including #63539, 
2631         Marius Andreiana)
2632
2633 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
2634
2635         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
2636         #59583
2637
2638         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
2639         warning.
2640
2641 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
2642
2643         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
2644         (Daniel Elstner).
2645
2646 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
2647
2648         * gtk/gtkimcontext.[ch]: Add:
2649           - A ::retrieve_surrounding signal that asks the widget for
2650             context around the insertion point.
2651           - A ::delete_surrounding signal that asks the widget to 
2652             delete context aroudn the insertion point.
2653           - gtk_im_context_set_context() for widgets to set context
2654             around the insertion point in response to ::retrieve_context.
2655           - gtk_im_context_get_context() for context to get context
2656             around the insertion point
2657
2658         * gtkmarshal.list: Add BOOL:INT,INT
2659
2660         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
2661         set_surrounding() methods, and the ::retrieve_surrounding /
2662         ::delete_surrounding signals.
2663
2664         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
2665         GtkIMContext::retrieve_surrounding / ::delete_surrounding
2666         signals.
2667
2668 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
2669
2670         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2671         it's amazing how well things work sometimes, even when they're
2672         completely wrong.
2673
2674         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
2675         where you could try to collapse a node w/o it having children.
2676
2677         (gtk_tree_view_class_init): remove Shift L<->R as they already
2678         existed for expand/collapse.
2679
2680 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
2681
2682         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
2683         found by Matt Wilson.
2684
2685 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
2686
2687         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
2688         Control, and Shift|Control L<->R, #63475
2689
2690 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
2691
2692         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
2693         infinite loop noticed by yosh.
2694
2695 2001-11-01  Michael Meeks  <michael@ximian.com>
2696
2697         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
2698         GTK_REALIZED flag so we don't re-enter when we are
2699         destroyed from the plug side.
2700
2701 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
2702
2703         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
2704         Add a "menu" property and notify on it. (#62798,
2705         Padraig O'Briain)
2706
2707         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
2708         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
2709         Fix set_text to take a gchar, not a guchar, and to have 
2710         a len argument.
2711
2712 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
2713
2714         * gtk/gtkstock.c: fix typo to make it compile
2715
2716 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
2717
2718         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
2719         the widget is insensitive, draw the text insensitively, #63306
2720
2721 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2722
2723         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
2724
2725 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
2726
2727         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
2728         gtk_selection_data_set_tree_row, #60218
2729         (gtk_tree_get_row_drag_data): rename
2730         gtk_selection_data_get_tree_row, #60218
2731
2732         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
2733         get this right, after the third try, #63122.
2734
2735 2001-10-31  jacob berkman  <jacob@ximian.com>
2736
2737         * gdk/gdkselection.h (GDK_TARGET_STRING): 
2738         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
2739         for Xatoms (and not using the XA_* macros)!
2740
2741 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
2742
2743         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
2744         gtk_window_get_focus() getter to determine the currently
2745         focused widget within the window. (#63145, request
2746         from Damian Ivereigh)
2747
2748 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
2749
2750         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
2751
2752         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
2753         GTK_SELECTION_NONE enum.
2754         (_gtk_tree_selection_internal_select_node): ditto
2755
2756         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
2757         constness.
2758
2759         * gtk/gtkcellrenderertoggle.c: more yummy constness.
2760
2761         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
2762         if mode == GTK_SELECTION_NONE
2763
2764 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
2765
2766         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
2767         "cursor_changed" signal, #62850.
2768
2769 2001-10-31  Matt Wilson  <msw@redhat.com>
2770
2771         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
2772         allocating the treedatalist, zero it to make sure the values are
2773         cleared from any garbage that was in this chunk.
2774
2775 2001-10-31  Murray Cumming  <murrayc@usa.net>
2776
2777         * gtk/cellrenderertext.h: "edited" default signal handler
2778         gchar* args are now const.
2779         gtk/cellrenderertoggle.h: "toggled" default signal handler
2780         gchar* arg is now const.
2781         Also changed other signal handlers for "edited" and "toggled" to
2782         have the same signature.
2783
2784 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
2785
2786         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
2787         rewrite.  Static models now totally work.  I'm not 100% sure about
2788         row_inserted and row_changed, but I'll get those later.
2789
2790 2001-10-30  Sven Neumann  <sven@gimp.org>
2791
2792         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
2793         output for configure --help.
2794
2795 2001-10-30  Havoc Pennington  <hp@pobox.com>
2796
2797         * gtk/gtktextview.c (changed_handler): Update the IM spot location
2798         here, if text was invalidated in the visible area, because the
2799         scroll offset doesn't normally change in that case, and the mark
2800         isn't set, just implicitly moved over as text is added/removed
2801         
2802 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
2803
2804         * gtk/gtkseparatormenuitem.c: Code cleanup.
2805         (gtk_separator_menu_item_class_init): Fix bugs in this code.
2806
2807 2001-10-29  jacob berkman  <jacob@ximian.com>
2808
2809         * gdk/Makefile.am (LDFLAGS): 
2810         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
2811         LDFLAGS, so put win32 flags in here
2812
2813 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
2814
2815         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
2816         I can't believe this took this long to fix.
2817
2818 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
2819
2820         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
2821         reordered signal.
2822
2823 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
2824
2825         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
2826         the focus to the fileop entry for create dir / rename
2827         file. (#62838)
2828
2829 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
2830
2831         * configure.in: Don't use AC_CHECK_FILE to check for a 
2832         file since it always spits warnings about cross compilation,
2833         use -f instead. It's not like we cross compile properly
2834         anyways.
2835
2836         * configure.in (gtktargetlib): Move call to AC_PROG_CC
2837         to suppress autoconf warning.
2838
2839         * acconfig.h: Add some missing #undefs from recent
2840         Win32 additions.
2841
2842 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
2843
2844         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
2845         when we didn't find it. (#62944, Eric Lemings)
2846
2847         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
2848         sign in assignment. (#63209, Arkadiusz Miskiewicz)
2849
2850 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2851
2852         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
2853         the buttons size request before using it. Fixes #61696.
2854
2855 2001-10-29  Tor Lillqvist  <tml@iki.fi>
2856
2857         * README.win32: Updates.
2858
2859         * gtk-zip.sh.in: New file, used to build distribution package for
2860         Windows.
2861
2862         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
2863         applicable with GDKVAR.
2864
2865         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
2866         Wintab library.
2867
2868         * gdk/win32/gdkwin32.h
2869         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
2870         X11 headers better, and to enable gdkwin32.h to be installed and
2871         included from applications, but not the *-win32.h headers.
2872
2873         * gdk/win32/*.c: Corresponding small changes, simplifications of
2874         #includes.
2875         
2876         * gdk/win32/gdkregion-win32.c: Remove.
2877
2878         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
2879
2880         * gdk/win32/gdkfont-win32.c
2881         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
2882
2883         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
2884         GDK_NONE values into hash table.
2885
2886         * gtk/gtk.def: Update.
2887
2888         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
2889         gethostname().
2890
2891         * gtk/gtkmain.c 
2892         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
2893         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
2894         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
2895         g_win32_get_package_installation_subdirectory() with the actual
2896         DLL name saved above. Redefine above directory name macros to call
2897         these functions. Remove some ifdefs.
2898
2899         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
2900         variable for export on Win32) also to the _vars file.
2901
2902         Changes for autoconfiscated build on Win32, and addition of Win32
2903         backend to the related files:
2904         
2905         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
2906         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
2907         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
2908         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
2909         win32 target, using pangowin32. Don't use the
2910         -export-symbols-regex option on Win32, we use .def files to list
2911         exported symbols. Check <winsock.h> (for gethostname() in
2912         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
2913         prevent premature m4 expansion.
2914
2915         * acconfig.h: Add HAVE_WINTAB.
2916
2917         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
2918         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
2919         MS_LIB_AVAILABLE, build MS import library. Install the import
2920         libraries. If HAVE_WINTAB, link with the Wintab library.
2921
2922         * gdk/win32/Makefile.am: Actually enable building the win32
2923         objects here, not just list all files in EXTRA_DIST. Link in the
2924         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
2925         copy the Wintab library into the .libs directory. 
2926
2927         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
2928         name of the GDK DLL when fetching the icon. Use the HMODULE saved
2929         in gdk_dll_hinstance by DllMain.
2930
2931         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
2932         build/win32/lt-compile-resource script.
2933
2934         * gdk/win32/rc/gdk.rc.in
2935         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
2936
2937         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
2938         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
2939         file. Install import libraries.
2940
2941 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2942
2943         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
2944
2945 2001-10-28  Hans Breuer  <hans@breuer.org>
2946
2947         * gdk/gdk.c gdk/gdkevents.c
2948           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
2949           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
2950           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
2951           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
2952           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
2953           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
2954           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
2955         static correct-ness, underscore prefixing of library internal 
2956         functions
2957         (applied the undisputed and the win32 part. Of the latter 
2958          I'm probably the one who will change it back again, if Owen
2959          decides that the Gdk*Impl types should not be private to Gdk)
2960
2961         * gdk/gdk.def : added the remaining exported functions
2962
2963 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
2964
2965         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
2966         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
2967         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
2968
2969 2001-10-28  jacob berkman  <jacob@ximian.com>
2970
2971         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
2972         gtk_settings_get_default() here as that requires an X connection
2973         (which breaks doc building with no X connection) and is not
2974         multihead safe
2975         (gtk_color_selection_init): delay palette loading until realize
2976         time
2977         (gtk_color_selection_realize): load the palette, and initialize
2978         the global palette if it hasn't been already
2979
2980         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
2981         visual/cmap fields of klass->info since they are gone
2982         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
2983         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
2984         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
2985
2986         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
2987         cmap fields
2988         (gtk_preview_get_visual):
2989         (gtk_preview_get_cmap): mark as deprecated
2990
2991         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
2992         changes
2993
2994 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2995
2996         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
2997         structure to have GObject not GtkObject as
2998         parent_instance. (Jeff Franks.)
2999
3000 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
3001
3002         * gdk/x11/gdkinput.c: Typo fix.
3003
3004 2001-10-26  Havoc Pennington  <hp@pobox.com>
3005
3006         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
3007         update_im_spot_location here explicitly
3008         (gtk_text_view_reset_im_context): don't update the spot location
3009         here
3010
3011 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3012
3013         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
3014         This fixes #62942.
3015
3016         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
3017         Clarify that we're returning a spin button in the _new function.
3018         This fixes #54097.
3019         
3020 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
3021
3022         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
3023         Unfortunately, people apparently erroneously connect
3024         to ::clicked for GtkToggleButton and expect
3025         they know what happened in the default signal handler
3026         instead of appropriately connecting to notification
3027         signal ::toggled. When the revolution comes, such
3028         people will be first against the wall.
3029
3030         We'll just have to go back to the old less-reliable
3031         set-it-back hacks for handling model-view check
3032         buttons and radio buttons. :-(. 
3033
3034 2001-10-27  Hans Breuer  <hans@breuer.org>
3035
3036         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
3037           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
3038           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
3039           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
3040           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
3041           gtk/gtktreestore.c gtk/gtkvbbox.c : 
3042         to simplify parsing for exported functions:
3043         - made implementation signature static, when the local 
3044           prototype already was
3045         - put the functions return value on it's own line
3046         - added as space between the function name and the 
3047           opening bracket
3048
3049         * gtk/gtk.def : added the remaining exported functions
3050
3051 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3052
3053         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3054         Add note about width having to be greater than 0. This fixes
3055         #55574. 
3056
3057         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
3058         Fix docs to say previous instead of next.
3059         (gtk_text_iter_backward_word_start): Likewise.
3060         This fixes bug #62980.
3061
3062         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
3063         that the valid width is in range 0-65535 pixels. Fixes bug 
3064         #56754.
3065
3066         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
3067         a dot in the documentation. Fixes bug #62632.
3068
3069         * gdk/x11/gdkmain-x11.c: Replace int and guint with
3070         long and gulong in some places to make the code 64-bit
3071         clean.
3072         (_gdk_windowing_init_check): Replace gint with gulong.
3073         This patch was made by George Lebl and fixes bug #62113.
3074
3075         * tests/testgtk.c (create_range_controls): Don't set a 
3076         fixed height on the hscale widget. This fixes "bug" 
3077         #55840.
3078         (create_window_states): Set up destroy signals so that
3079         all windows will be destroyed when one is. This fixes 
3080         bug #58133.
3081
3082 2001-10-26  Anders Carlsson  <andersca@gnu.org>
3083
3084         * gtk/gtktreeview.c: 
3085         (gtk_tree_view_class_init): Create new "indent_expander"
3086         style property.
3087
3088         (gtk_tree_view_get_arrow_xrange): Add a tree argument
3089         to the function since the xrange can change depending
3090         on where in the tree we are. 
3091         
3092         (coords_are_over_arrow): Update function call to
3093         gtk_tree_view_get_arrow_xrange.
3094         (gtk_tree_view_draw_arrow): Likewise.
3095         
3096         (gtk_tree_view_real_expand_collapse_cursor_row):
3097         Call real_{expand|collapse}_row, so that we'll have an
3098         animation.
3099
3100 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
3101
3102         * tests/Makefile.am: fixed a small typo
3103
3104 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
3105
3106         * demos/gtk-demo/list_store.c (create_model): Anders
3107         Carlsson suggested to use G_N_ELEMENTS here
3108
3109 2001-10-26  Sven Neumann  <sven@gimp.org>
3110
3111         * gtk/gtkbutton.[ch]
3112         * gtk/gtkdnd.c: fixed inline comments
3113         
3114         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
3115
3116 2001-10-26  Hans Breuer  <hans@breuer.org>
3117
3118         * gdk-pixbuf/gdk_pixbuf.def : 
3119         * gdk/gdk.def : 
3120         * gtk/gtk.def : updated externals
3121
3122         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
3123         gdk_window_lookup implementation. It already was in
3124         gdk/win32/gdkwindow-win32.c
3125
3126         * gdk/win32/gdkproperty-win32.c : made it compile again
3127         after GdkAtom API change
3128
3129         * gtk/gtk/makefile.msc.in : updated
3130
3131 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
3132
3133         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
3134         require GLib 1.3.10.
3135
3136         * NEWS: updates.
3137
3138 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
3139
3140         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
3141         invalid nodes.
3142          (_gtk_rbnode_rotate_right): Ditto.
3143          (_gtk_rbtree_node_mark_invalid): New function.
3144          (_gtk_rbtree_node_mark_valid): New function.
3145
3146         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
3147         GObject, not a GtkObject.
3148         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
3149         correct.
3150         (gtk_tree_model_sort_row_deleted): ditto.
3151         (gtk_tree_model_sort_{un,}ref_node): Fix.
3152
3153         * gtk/gtktreeview.c: Protean incremental reflow support (commented
3154         out)
3155
3156         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
3157         to const char *key.
3158
3159         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3160         Important 1 line fix to fix a lot of refcounting woes.
3161
3162 2001-10-25  Matt Wilson  <msw@redhat.com>
3163
3164         * gtk/gtktextview.c (gtk_text_view_destroy): call
3165         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
3166         now invalidates) so that we remove our idle functions.
3167         (gtk_text_view_destroy_layout): remove the first_validate_idle as
3168         well.
3169
3170         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
3171         the 'indent' property is G_MININT to G_MAXINT.  Don't use
3172         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
3173         instead.
3174
3175 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3176
3177         * gtk/gtktreeview.c: 
3178         (gtk_tree_view_real_expand_row): add an animate argument
3179         (gtk_tree_view_real_collapse_row): likewise
3180         
3181         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
3182         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
3183         (gtk_tree_view_collapse_row): update functions that call
3184         real_{expand|collapse}_row to set the animate argument 
3185         accordingly.
3186         
3187 2001-10-24  Alex Larsson  <alexl@redhat.com>
3188
3189         * gdk/linux-fb/gdkfont-fb.c:
3190         Update to new Pango APIs
3191
3192         * gdk/linux-fb/gdkproperty-fb.c:
3193         Update to new GdkAtom APIs
3194
3195         * gdk/linux-fb/gdkwindow-fb.c:
3196         Remove warnings
3197
3198 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
3199
3200         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
3201
3202 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
3203
3204         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
3205         s_path as a child path
3206
3207 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
3208
3209         * gtk/gtktreemodelsort.c: more changes in an attempt to get
3210         it right. It's not yet ready for general consumption.
3211
3212         * tests/treestoretest.c: add a button and entry for the new
3213         iter_change function
3214         (iter_change): new function, to test
3215         the row_changed signal implementation of the GtkTreeModelSort
3216
3217         * tests/testtreesort.c: cleanups, changes to test more features
3218         of the GtkTreeModelSort at once
3219
3220 2001-10-24  Havoc Pennington  <hp@redhat.com>
3221
3222         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
3223         remove hack to strip off the bogus newline, since we killed the
3224         bogus newline; fixes #61779
3225
3226 2001-10-24  Havoc Pennington  <hp@redhat.com>
3227
3228         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
3229         create layout if we didn't have one
3230         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
3231         as appropriate, avoids blanking the screen 
3232         (gtk_text_view_invalidate): new function to do invalidation,
3233         containing old guts of invalidated_handler
3234
3235 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
3236
3237         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
3238         dreadful tooltips.
3239
3240 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
3241
3242         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
3243         set window->parent (except or the root window itself); if 
3244         the window's parent is not a GdkWindow, or is a window of 
3245         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
3246
3247         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
3248         windows of type GDK_WINDOW_FOREIGN.
3249
3250 2001-10-24  Havoc Pennington  <hp@pobox.com>
3251
3252         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
3253         the front of a segment, use the "slow" technique for moving
3254         backward, so we don't mess up the any_segment field in the iter. 
3255         Fixes #57707
3256
3257         * tests/testtextbuffer.c: add code to detect #57707, to avoid
3258         regression
3259
3260 2001-10-23  Havoc Pennington  <hp@redhat.com>
3261
3262         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
3263         if selection contains some editable text, #60975
3264         (gtk_text_view_scroll_to_iter): remove warning about scrolling
3265         prior to map; it should actually be OK to do so in many cases, 
3266         it would be nice to warn about scrolling when many lines have
3267         height 0, but I don't know what to do about that. Perhaps 
3268         move part of flush_scroll into this function? comment added 
3269         to consider this.
3270
3271 2001-10-23  Havoc Pennington  <hp@redhat.com>
3272
3273         * gtk/gtktextview.c (changed_handler): Correctly keep the same
3274         text on the top of the screen, considering that the changed region
3275         may have overlapped the first paragraph. Should fix msw's "text
3276         widget scrolled to wrong place on map" bug, and probably some
3277         other scrolling cases as well.
3278         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
3279         instead of some random value
3280
3281         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
3282         grab_focus, so #59708 is really fixed
3283
3284 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3285
3286         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
3287         (popup_targets_received): Call append_action_signal with stock items
3288         
3289         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
3290         (gtk_label_do_popup): Call append_action_signal with stock items
3291         
3292         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
3293         (popup_targets_received): Call append_action_signal with stock items
3294
3295 2001-10-23  Havoc Pennington  <hp@redhat.com>
3296
3297         * gtk/gtktextview.c (changed_handler): queue a resize here; will
3298         temporarily slow down the widget a lot, until we figure out how to
3299         optimize to avoid full redraw everytime we queue a resize.
3300
3301 2001-10-23  Havoc Pennington  <hp@redhat.com>
3302
3303         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
3304         0 and char_len == 0, bug #61729
3305
3306 2001-10-23  Havoc Pennington  <hp@redhat.com>
3307
3308         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
3309         return value, #61714 (Vitaly Tishkov)
3310         (gtk_text_iter_backward_sentence_starts): ditto
3311         (gtk_text_iter_backward_word_starts): ditto
3312         (gtk_text_iter_forward_word_ends): ditto
3313         (gtk_text_iter_forward_sentence_ends): ditto
3314         (gtk_text_iter_backward_cursor_positions): ditto
3315
3316 2001-10-23  Havoc Pennington  <hp@redhat.com>
3317
3318         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
3319         fix from Dov Grobgeld, #61858
3320
3321 2001-10-23  Havoc Pennington  <hp@redhat.com>
3322
3323         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
3324         Update IM spot location at appropriate times, #50626
3325         (Hidetoshi Tajima)
3326
3327 2001-10-23  Havoc Pennington  <hp@redhat.com>
3328
3329         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
3330         on grab focus, unless it's caused by button click, #59708
3331
3332 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
3333
3334         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
3335
3336         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
3337         G_CONST_RETURN. (Murray Cumming)        
3338
3339         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
3340         Make G_CONST_RETURN.
3341
3342         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
3343         results of g_get_home_dir().
3344
3345         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
3346         copy. Storing the return from gtk_entry_get_text() is evil.
3347
3348         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
3349         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
3350         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
3351         gtk/gtksignal.c: Add const.
3352
3353         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
3354
3355         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
3356         if we are setting them on private widgets.
3357
3358         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
3359         Duplicate entry->text before setting it as object data.
3360
3361 2001-10-22  Havoc Pennington  <hp@redhat.com>
3362
3363         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
3364         up a char from the end iterator, fixes #61859 ("can't put cursor
3365         at the end of the buffer")
3366
3367         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
3368         to work with delimiters other than newline.
3369
3370         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
3371         get_bytes_in_line
3372
3373         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
3374         last line, since the newline is no longer counted.
3375         (gtk_text_iter_get_bytes_in_line): ditto
3376
3377 2001-10-22  Havoc Pennington  <hp@redhat.com>
3378
3379         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
3380         #58290 would trigger if it reappeared, I think
3381
3382 2001-10-22  Havoc Pennington  <hp@redhat.com>
3383
3384         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3385         add temporary code to dump btree contents on assertion failure
3386         described in #62656
3387         
3388         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
3389         assertions that we're getting the right end iter segment
3390
3391         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3392         verify that we aren't on the end iterator after moving 
3393         forward one segment - fixes return value in an obscure case. 
3394         Also, some trivial code cleanup/rearranging.
3395         
3396 2001-10-22  Havoc Pennington  <hp@redhat.com>
3397
3398         * gtk/gtktextlayout.h: add a #error unless you define
3399         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
3400
3401         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
3402         
3403 2001-10-22  Havoc Pennington  <hp@redhat.com>
3404
3405         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
3406         #62365
3407
3408 2001-10-22  Havoc Pennington  <hp@redhat.com>
3409
3410         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
3411         #62436
3412
3413 2001-10-22  Havoc Pennington  <hp@redhat.com>
3414
3415         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
3416         #62366
3417
3418 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
3419
3420         * gtk/gtklabel.c: Add cursor-position, selection-bound 
3421         properties. (#62148, reported by Padraig O'Briain)
3422
3423         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
3424         to cursor_position. (1.3.x addition, text_position is an awful
3425         name.) Make cursor_position read-only to avoid sticky questions
3426         of interaction with selection_bound. (#62636, reported by
3427         Padraig O'Briain)
3428
3429 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
3430
3431         Fixing popup menus to have "Paste" sensitized correctly. Original
3432         patches from Damian Ivereigh, much mangled.
3433
3434         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
3435         gtk_selection_data_targets_include_text(). (#60854)
3436
3437         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
3438         the clipboard has text" function gtk_clipboard_wait_is_text_available.
3439         (#60854)
3440
3441         * gtk/gtkentry.c: Only enable the paste item if the clipboard
3442         contains text. (#60973)
3443
3444         * gtk/gtktextview.c: Only enable the paste item if the clipboard
3445         contains text. (#60975)
3446
3447 2001-10-22  Havoc Pennington  <hp@redhat.com>
3448
3449         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
3450         "height_lines" and "width_columns" properties, it doesn't make
3451         sense to set the size request on a text view really. #62103
3452
3453 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
3454
3455         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
3456         g_node_depth is broken, and that it's not worth being consistent
3457         with it.
3458
3459 2001-10-22  Havoc Pennington  <hp@redhat.com>
3460
3461         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
3462         docs, #61777
3463         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
3464         change the two boolean args to a flags field, so we can extend 
3465         to add case insensitive, regexp searches later. #61852
3466
3467 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
3468
3469         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
3470         reflect reality, #62810
3471
3472 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
3473
3474         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
3475
3476         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
3477         system.  Instead of having a window the size of the tree, we have
3478         a window the size of widget->allocation, and simply draw with the
3479         offset.
3480         (coords_are_over_arrow): ditto.  Move to window coordinates.
3481         (do_prelight): ditto
3482         (do_unprelight): ditto
3483
3484         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3485         Minor fix from Kristian Rietveld to fix unsorted case.
3486
3487 2001-10-22  jacob berkman  <jacob@ximian.com>
3488
3489         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
3490         a PIXMAP cell (fixes crash when using PIXTEXT cells)
3491
3492 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
3493
3494         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
3495         (#58768, Vitaly Tishkov)
3496         
3497         * gtk/gtkobject.h: Deprecate with abandon. 
3498         (#61942, Vitaly Tishkov, Matthias Clasen)
3499
3500         * gtk/gtksignal.h: Deprecate everything.
3501
3502         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
3503         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
3504         (#61942, Matthias Clasen)
3505
3506         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
3507         Havoc Pennington)
3508
3509         * gtk/gtkitemfactory.h: Deprecate compat functions
3510         for GtkMenuFactory code. (#62071)
3511
3512         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
3513         gdk_draw_text,gdk_draw_text_wc. (#62071)
3514
3515 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
3516
3517         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
3518         g_thread_init(), we don't want to link to -lgthread if we don't
3519         have to.
3520
3521 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3522
3523         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
3524         Add a function, gdk_threads_init() that must be explicitely 
3525         called to enable the GDK thread mutex.
3526
3527 2001-10-22  Jakub Steiner <jimmac@ximian.com>
3528
3529         * gtk/stock-icons/stock_stop.png: no body parts
3530         
3531 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
3532
3533         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
3534         problem with g_return_if_fail return value.
3535
3536         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
3537         virtual atom code from the gdk-multihead branch, removing the per-display
3538         part. Virtualizing atoms needs to be done now to prevent compat
3539         breakage in direct Xlib accessing code in the future. (#62208)
3540  
3541         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
3542         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
3543  
3544         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
3545         an opaque pointer type so the compiler catches attempts
3546         to mingle it with X atoms.
3547
3548         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
3549           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
3550           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
3551           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
3552           tests/testdnd.c,tests/testselection.c: 
3553         Fix up for above atom changes.
3554
3555         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
3556         now have the ability to add custom predefines.
3557
3558         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
3559         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
3560         to gtk_clipboard_get().
3561
3562         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
3563         for GdkAtom => pointer change.
3564
3565         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
3566         atoms, fix for GdkAtom => pointer change.
3567
3568 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
3569
3570         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
3571         new function spin_button_get_arrow_size() instead.
3572
3573         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
3574         arrow was hardcoded, it's now variable.
3575
3576         Fixes bug #50200
3577
3578 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
3579
3580         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
3581         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
3582         for those
3583
3584 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
3585
3586         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
3587         in favor of g_signal_*, gtk_object_* in favor of 
3588         g_object_*.
3589
3590 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
3591
3592         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
3593         from GObject now, we have to use the g_object_* functions, not
3594         gtk_object_*.
3595
3596 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
3597
3598         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
3599         nailed down now (this code is not yet ready for general consumption)
3600
3601 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
3602
3603         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
3604         for use_align
3605
3606 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
3607
3608         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
3609
3610 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
3611
3612         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
3613         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
3614         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
3615         GObject, not GtkObject. (#62621)
3616
3617 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
3618
3619         * tests/testsocket.c: Remove now useless include of unistd.h,
3620         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
3621         
3622 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
3623
3624         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
3625         Pango font API. #61933. (Untested, even for compilation.)
3626
3627 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
3628
3629         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
3630         export gtk_disable_setlocale(). (Caught by Sven Neumann)
3631
3632 2001-10-18  Havoc Pennington  <hp@redhat.com>
3633
3634         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
3635
3636 2001-10-18  Havoc Pennington  <hp@redhat.com>
3637
3638         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
3639         to GTK_RUN_LAST, #50239
3640
3641 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
3642
3643         * gtk/gtkimmodule.c (match_locale):
3644         Support "*" for all locales with least priority
3645         when to select default im module, #58201
3646
3647 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
3648
3649         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
3650         Fix docs. (#61976)
3651  
3652         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
3653
3654         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
3655
3656         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
3657         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
3658         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
3659         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
3660         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
3661         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
3662         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
3663
3664         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
3665
3666         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
3667         Don't restrict the width of the spinbutton entry field 
3668         to 10 digits. (#58681)
3669
3670 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
3671
3672         * tests/testtreeflow.c: new test program for the tree.
3673
3674 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
3675
3676         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
3677         reported by (Oleg Maiboroda), #62600
3678
3679 2001-10-18  Michael Meeks  <michael@ximian.com>
3680
3681         * gtk/gtkentry.c (gtk_entry_set_property),
3682         (gtk_entry_get_property): impl 'text'
3683         (gtk_entry_class_init): add the 'text' prop.
3684         (gtk_entry_insert_text): notify 'text' changed.
3685         (gtk_entry_delete_text): ditto.
3686
3687 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
3688
3689         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
3690         Documentation updates.
3691
3692 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
3693
3694         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
3695         in truncating length of text to MAX_SIZE. (Found by 
3696         Padraig O'Briain, #62055)
3697
3698 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
3699
3700         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
3701         MNEMONIC_ACTIVATE; signal was changed a long time
3702         ago.
3703
3704         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
3705         Fix wrong return statement. (Reported by HideToshi
3706         Tajima and others.)
3707
3708         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
3709         left over select_all vfunc.
3710
3711 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
3712
3713         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
3714         a utility function to translate coordinates relative to
3715         one widget's allocation to coordinates relative to another
3716         widget's allocation.
3717
3718         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
3719         that:
3720          - only accepts external focus if there is no active
3721            member of the group or the button is active.
3722          - makes arrow keys move the active button as well
3723            as the focus
3724          - make tab tab out directly.
3725         This makes a radio button group act as a single focus location.
3726         (#53577).
3727         
3728         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
3729         it was only a small optimization that didn't matter and made
3730         things more complicated.
3731
3732         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
3733         sorter for FOCUS_TAB as we did for the other focus directions,
3734         sort by center of widgets, not upper-left corner. (Shouldn't
3735         matter in general.)
3736
3737         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
3738         from the different types of focusing: encapsulate sorting the
3739         widgets for the focus direction into one routine
3740         (gtk_container_focus_sort()) and then share the work of moving the
3741         focus between the different focus directions.
3742
3743         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
3744         work correctly with focus chains containing non-immediate
3745         children. Sorting was being done using allocation coordinates for
3746         each widget in the focus chain, and if there were intermediate
3747         window-widgets, these allocations would not be in the same
3748         coordinate system.
3749
3750 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
3751
3752         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
3753         mnemonic_activate function to option menu.
3754
3755 2001-10-15  Murray Cumming <murrayc@usa.net>
3756
3757         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
3758           Corrected the type names used in some calls to g_signal_new().
3759         
3760 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
3761
3762         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
3763         specs, use g_pattern_spec_equal() instead of direct field accesses.
3764         upon compressing two equal paths of the same type, the resulting
3765         priority has to be the maximum.
3766         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
3767         GtkPathPriorityType enum and make it a macro.
3768
3769 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
3770
3771         * gtk/gtkwidget.c: Fix some doc comments.
3772
3773 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
3774
3775         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
3776         on empty models.
3777
3778 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
3779
3780         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
3781         Remove stale gdk backend includes.
3782  
3783 2001-10-10  Michael Meeks  <michael@ximian.com>
3784
3785         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
3786         and value_in_list properties.
3787         (gtk_combo_set_value_in_list): notify change.
3788         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
3789
3790 2001-10-11  James Henstridge  <james@daa.com.au>
3791
3792         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
3793         that gtk+ can be built with automake 1.5 while not breaking
3794         things for automake 1.4.
3795
3796 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
3797
3798         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
3799         (#60606)
3800
3801         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
3802         to disable calling setlocale (LC_ALL, "").
3803
3804         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
3805         docs that this function is not typically useful.
3806
3807         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
3808         Automatically initialize GDK for the current locale
3809         on gdk_init(). Don't reset locale to C when
3810         XSupportsLocale() fails.
3811
3812         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
3813         useless checks for UTF-8 locale breakage that mattered
3814         only for X.
3815
3816         * examples/calendar/calendar.c
3817         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
3818         gtk_set_locale().
3819
3820         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
3821         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
3822
3823 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
3824
3825         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
3826
3827         Fixes bug #61904
3828
3829 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
3830
3831         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
3832         new function, #61923
3833         (gtk_tree_selection_path_is_selected): Ditto
3834
3835 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
3836
3837         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
3838         not a GtkObject.  Thanks andersca.
3839
3840         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
3841
3842 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3843
3844         * gtk/gtktreeviewcolumn.c
3845         (gtk_tree_view_model_sort_column_changed): fix broken code.
3846
3847 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
3848
3849         * gtk/gtkselection.c: s/succesfully/successfully/g
3850
3851 2001-10-08  Havoc Pennington  <hp@pobox.com>
3852
3853         * demos/gtk-demo/stock_browser.c: remove unused enum
3854
3855         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3856         pass the current selection state of the node in to the user
3857         selection func
3858
3859 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
3860
3861         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
3862         non-existent function gdk_x11_cursor_get_xid 
3863         by gdk_x11_cursor_get_xcursor.
3864
3865 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
3866
3867         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
3868         warning.
3869
3870         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
3871         unref nodes, #okay61676
3872
3873         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
3874         to the property; no need to clear the other columns.  Also, we go
3875         to 'unsorted' if the model supports it.
3876
3877 2001-10-05  Sven Neumann  <sven@gimp.org>
3878
3879         * demos/testpixbuf-save.c
3880         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
3881         feature.
3882
3883 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
3884
3885         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
3886         destroy the search dialog
3887
3888         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3889         added check to prevent creation of a search dialog if there's
3890         already one around
3891
3892         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
3893         it instead of "search-dialog" (when getting/setting the search dialog
3894         widget).
3895
3896 2001-10-05  Jakub Steiner <jimmac@ximian.com>
3897
3898         * gtk/stock-icons/stock_broken_image.png: broken images icon
3899
3900 2001-10-04  Havoc Pennington  <hp@pobox.com>
3901
3902         Fix #56586
3903         
3904         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
3905         accelerator setting here...
3906
3907         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
3908         because we try to use it when a menu bar hasn't necessarily been 
3909         initialized.
3910
3911 2001-10-03  Havoc Pennington  <hp@redhat.com>
3912
3913         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
3914         it previously verified incorrect behavior
3915
3916         Fixes for #61565
3917         
3918         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
3919         off the end
3920         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
3921         the end
3922         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
3923         the end
3924         (gtk_text_iter_forward_lines): if on the last line, move to end of
3925         it
3926
3927         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
3928         don't return a line off the end
3929
3930 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
3931
3932         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
3933         functions to do_insert_text and do_delete_text, add signals
3934         insert_text, delete_text and changed
3935
3936         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
3937         and changed. Updates to match new situation.
3938
3939         * gtk/gtkspinbutton.c: updates to match new situation
3940
3941         * gtk/gtkoldeditable.h: remove signals changed, insert_text
3942         and delete_text
3943
3944         * gtk/gtkoldeditable.c: updates to match new situation
3945
3946         * gtk/gtktext.c: updates to match new situation
3947
3948         Fixes bug #59803
3949
3950 2001-10-03  Havoc Pennington  <hp@redhat.com>
3951
3952         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
3953         position
3954
3955         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
3956         changes
3957
3958         * tests/testtextbuffer.c (logical_motion_tests): updates
3959
3960 2001-10-03  jacob berkman  <jacob@ximian.com>
3961
3962         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
3963         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
3964         * gtk/gtksettings.c (apply_queued_setting): 
3965         * gtk/gtkmain.c (gtk_init_check): 
3966         * gtk/gtkcontainer.c (gtk_container_child_get_property):
3967         s/retrive/retrieve/
3968
3969 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
3970
3971         * gtk/gtktreemodelsort.[ch]: preparation for surgery
3972         * tests/testtreesort.c: ditto
3973
3974 2001-10-02  Havoc Pennington  <hp@redhat.com>
3975
3976         Throughout: assorted docs
3977         
3978         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
3979         gdk_window_set_geometry_hints() should be used instead.
3980
3981         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
3982         document them
3983
3984         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
3985         seem to exist in any .c files
3986
3987         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
3988         g_return_if_fail (pixel < colormap->size).
3989
3990 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
3991
3992         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
3993         NULL for @target_list to mean, use
3994         gtk_drag_dest_get_target_list (widget).
3995
3996         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
3997         drop could hang when calling gtk_drag_finish with 
3998         success == FALSE and del == TRUE.
3999
4000         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
4001         drops without a matching target found would propagate
4002         to the parent widget rather than being rejected.
4003
4004         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
4005         Use text_view->dnd_mark instead of mark name to be
4006         consistent with the rest of the code.
4007
4008         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
4009         pendantically correct for a drop-only-in-some-places
4010         widget. (Check whether you can insert in drag_drop,
4011         not just in drag_motion ... matters in theory, and
4012         for Motif drag and drop in practice.)
4013
4014         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
4015         Damian Ivereigh to not allow drops on non-editable
4016         entries. (#61124)
4017
4018         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
4019         text to be moved from a non-editable entry.
4020         
4021 2001-10-03  James Henstridge  <james@daa.com.au>
4022
4023         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
4024         s/width/fixed_width/ in order to get things to compile.
4025
4026 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
4027
4028         * gtk/gtkcelleditable.c: docs
4029
4030         * gtk/gtktreemodel.h: more docs.
4031
4032 2001-10-02  Havoc Pennington  <hp@redhat.com>
4033
4034         * gdk/x11/gdkwindow-x11.c: docs
4035
4036         * tests/testtextbuffer.c (logical_motion_tests): add sentence
4037         boundary tests
4038
4039 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
4040
4041         * demos/gtk-demo/Makefile.am: add editable_cells.c,
4042         list_store.c and tree_store.c
4043
4044         * demos/gtk-demo/appwindow.c: remove tearoff item from
4045         File menu, put menubar and toolbar in handle boxes.
4046
4047         * demos/gtk-demo/genincude.pl: various changes to support trees
4048
4049         * demos/gtk-demo/main.c: various changes to support trees
4050
4051         * demos/gtk-demo/stock_browser.c: changed name of demo
4052         to Stock Item and Icon Browser, so geninclude.pl doesn't see
4053         it as child
4054
4055         * demos/gtk-demo/editable_cells.c: new file/demo
4056         * demos/gtk-demo/list_store.c: new file/demo
4057         * demos/gtk-demo/tree_store.c: new file/demo
4058
4059 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
4060
4061         * gtk/gtkrc.c gtk/gtksettings.c: 
4062         g_string_printfa => g_string_append_printf.
4063
4064 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
4065
4066         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
4067         and destroy handler.
4068
4069         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
4070
4071         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
4072         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
4073         Singh <yosh@gimp.org>.
4074
4075 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
4076
4077         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
4078         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
4079
4080         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
4081
4082 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
4083
4084         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
4085         scroll_to_cell delayed code to happen in size_allocate.
4086
4087         * gtk/gtkstyle.c (gtk_default_draw_expander): change
4088         prelight/normal arrow drawing.
4089
4090         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
4091
4092         * gtk/gtktreestore.c: refactor.
4093
4094 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
4095
4096         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
4097         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
4098         centers the child in relation to the to indicator height.
4099
4100 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
4101
4102         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
4103         correct
4104
4105 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
4106
4107         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
4108         property code using g_param_spec_int and changed from
4109         g_value_get_enum to g_value_get_int instead. Probably a better way
4110         to fix the problem :-)
4111
4112 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
4113
4114     * gtk/gtkcellrenderertext.c changed "weight" property type from 
4115       g_param_spec_int to g_param_spec_enum.
4116
4117 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
4118
4119         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
4120         fix: s/Wether/Whether/ in reorderable property description
4121
4122 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
4123
4124         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
4125         start editing when you select with a keyboard.
4126
4127         (gtk_tree_view_button_press_event): much more graceful now.
4128
4129         * gtk/gtkstyle.c: Draw togglebutton better.
4130
4131 2001-09-26  Havoc Pennington  <hp@redhat.com>
4132
4133         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
4134         of passing non-stock label in to gtk_dialog_new_with_buttons
4135
4136         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
4137         debugging updates
4138
4139         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
4140         are private
4141
4142         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
4143         exist, fall back to mnemonic label, not plain label, bug #61184
4144         
4145 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
4146
4147         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
4148         stupid and emitting the signal every time.
4149
4150         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
4151
4152 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
4153
4154        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
4155
4156        * contrib/gdk-pixbuf-xlib/Makefile.am: install
4157        gdk-pixbuf-xlib-2.0.pc.
4158
4159 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
4160
4161         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
4162         problem where menmonic wasn't removed properly when
4163         setting a label when there already is a label.
4164         Also, handle setting the tab label back to the same
4165         value. (#61160, #61161)
4166
4167         * gtk/gtkentry.c (paste_received): Patch from 
4168         Damian Ivereigh to replace selection if there is 
4169         one. (#61121)
4170
4171 2001-09-25  Darin Adler  <darin@bentspoon.com>
4172
4173         * tests/.cvsignore: Ignore new test program.
4174
4175 2001-09-25  Havoc Pennington  <hp@redhat.com>
4176
4177         * gtk/gtktextview.c: fix for #50317
4178         
4179 2001-09-25  Havoc Pennington  <hp@redhat.com>
4180
4181         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
4182         gtk_text_iter_can_insert
4183         
4184         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
4185
4186         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
4187          (gtk_text_iter_can_insert): new function to fix #60282, should
4188         also fix msw's "can paste into empty buffer" bug.
4189
4190         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
4191         "event object,"  #59091
4192
4193         * gtk/gtktextbtree.c: indentation fixes
4194
4195         * gtk/gtktextiter.c (find_by_log_attrs): fixes
4196
4197 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
4198
4199         * configure.in: Version 1.3.9, interface age 0, binary age 0.
4200
4201         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
4202
4203         * NEWS: Updates.
4204
4205 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
4206
4207         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
4208         function for drawing cursors between gtkentry/gtklabel/gtktextview.
4209         Should this be public? It has a bit of an odd interface, but
4210         custom editing widgets probably should be using it.
4211         Function will draw with wider width for taller cursors, and
4212         draws a little indicator arrow to indicate directoin for split 
4213         cursors.
4214
4215         * gtk/gtktextview.c: Add a "cursor_color" property.
4216
4217         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
4218         gtk_text_layout_draw().
4219
4220         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
4221         _gtk_draw_insertion_cursor().
4222
4223 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
4224
4225         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
4226         the behavior where you could turn family_set (etc) back on
4227         and get back the values you had before.
4228
4229         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
4230         g_string_ascii_up() rather than looping through the
4231         string ourself.
4232
4233 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
4234
4235         * gtk/gtktreeviewcolumn.c
4236         (gtk_tree_view_column_set_cell_renderer): Removed
4237         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
4238
4239         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
4240         Patch from Detlef Reichl
4241
4242 2001-09-25  Havoc Pennington  <hp@redhat.com>
4243
4244         * tests/testtextbuffer.c (line_separator_tests): Add tests for
4245         line separators, addresses bug #57428
4246
4247 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
4248
4249         * gtk/gtkentry.c: Make a GtkCellEditable
4250         (get_widget_window_size): Change to let it honor size_allocate
4251         when a CellEditable.
4252
4253         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
4254         editable changes.
4255         (gtk_tree_view_set_cursor): Now you can set the cursor
4256         horizontally, as well as start editing.
4257
4258         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
4259         code to look more like the other check buttons.
4260
4261         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
4262         Change the way we calculate cell size.
4263
4264         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
4265
4266         * demos/gtk-demo/sizegroup.c: Add mnemonics.
4267
4268         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
4269         Fix logic.
4270
4271         * gtk/gtkcellrenderertext.c: Change to be editable.
4272
4273         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
4274
4275         * test/testtreesort.c: Fix misspelling
4276
4277         * test/testreecolumns.c: Add mnemonics.
4278
4279         * test/testreeedit.c: New test program.
4280
4281 2001-09-25  Havoc Pennington  <hp@pobox.com>
4282
4283         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
4284         etc. docs about how these are not going to do what you want for 
4285         the X/win32 ports. Futile attempt to avoid a FAQ...
4286
4287 2001-09-24  James Henstridge  <james@daa.com.au>
4288
4289         * gtk/gtkmarshal.list (VOID): add marshal function types.
4290
4291         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
4292         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
4293         GTK_TYPE_POINTER.
4294         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
4295         with no-op copy/free functions.
4296
4297         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
4298         GtkCTreeNode get_type function.
4299
4300 2001-09-24  Havoc Pennington  <hp@redhat.com>
4301
4302         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
4303         gtktextlayout.c:
4304         Get rid of the newline-that-could-not-be-deleted; buffers may 
4305         now be zero-length. Much easier to fix than expected, once 
4306         I figured out the right way to do it. However, there are 
4307         various subtle bugs introduced by this that will have to get 
4308         sorted out. Please use bugzilla.
4309
4310 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
4311
4312         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
4313         response back from the window manager if our size hasn't changed 
4314         since we won't get a response back from the window manager;
4315         there was code in there to do this, but it was in the wrong
4316         place so if the hints change and the size didn't we'd expect
4317         a response.
4318
4319         Also, optimize the position-only-changed case by running
4320         the resize queue immediately, and clean up some comments
4321         for the changes.
4322
4323 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
4324
4325         * gtk/gtknotebook.h: Add a compat macro that got lost.
4326
4327         * gtk/gtktreestore.c: Doc fixes.
4328
4329         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
4330         leak for windows that receive events after being destroyed.
4331         (#60863, Joshua N. Pritikin)
4332
4333         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
4334         rather than gtk_container_queue_resize().
4335
4336         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
4337         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
4338         gtk_container_child_composite_name. (#60217.)
4339
4340 2001-09-22  Hans Breuer  <hans@breuer.org>
4341
4342         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
4343
4344 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
4345
4346         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
4347         weight value should be an int
4348
4349 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
4350
4351         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
4352         to gtk_menu_scroll_item_visible(). Only call
4353         gtk_menu_scroll_item_visible() if the menu widget has been
4354         realized. Fixes bug #55310.
4355
4356 2001-09-21  Havoc Pennington  <hp@redhat.com>
4357
4358         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
4359         key press to IM context if cursor isn't in an editable location;
4360         bug #58425, patch from Hidetoshi Tajima
4361
4362 2001-09-21  Havoc Pennington  <hp@redhat.com>
4363
4364         Bug #60862
4365         
4366         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
4367         (_gtk_text_btree_unref): fix up mark memory management
4368
4369         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
4370
4371 2001-09-20  Havoc Pennington  <hp@redhat.com>
4372
4373         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
4374         try to handle alignment here, because it's done by PangoLayout
4375         after we set the layout width. Fix from Dov.
4376
4377 2001-09-21  Hans Breuer  <hans@breuer.org>
4378
4379         * gdk/gdk.def :
4380         * gtk/gtk.def : updated externals
4381
4382         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
4383         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
4384         Also handle that Win32 pathes cann't be hard-coded      
4385
4386         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
4387         module, themes etc directory calculations
4388
4389         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
4390         >16 bit right. The size limit within Win9x appears _not_ to be 32767
4391         but slightly smaller ...
4392
4393         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
4394         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
4395
4396         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
4397
4398         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4399         handling. I'm not sure if it is better now, but at least not worse
4400
4401         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
4402
4403         * gdk/win32/gdkwin32.h : reflect recent API restrictions
4404
4405 2001-09-21  Matt Wilson  <msw@redhat.com>
4406
4407         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
4408         radio_menu_item->group to NULL after removing it from the list, as
4409         it is no longer in the group. (#60869)
4410
4411         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
4412
4413 2001-09-20  Havoc Pennington  <hp@pobox.com>
4414
4415         * configure.in (PANGO_REQUIRED_VERSION)
4416         (ATK_REQUIRED_VERSION): add variables and checks for specific 
4417         versions of dependencies. Previously we didn't verify the 
4418         Pango or ATk versions.
4419
4420 2001-09-09  Havoc Pennington  <hp@pobox.com>
4421
4422         * gtk/gtktextiter.c: fool with indentation
4423         (gtk_text_iter_in_range): add g_return_if_fail
4424
4425 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
4426
4427         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
4428         ref count on new tag to be 1.  Update doc.  (#60836)
4429
4430 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
4431
4432         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
4433         call to gdk_image_new_bitmap(). (#59094, reported by
4434         by Sven Neumann)
4435
4436 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
4437
4438         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
4439         day, as well as the current month and year.
4440         (#59047, reported by Vitaly Tishkov)
4441
4442 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
4443
4444         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
4445         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
4446         
4447 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
4448
4449         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
4450
4451         (build_option_menu): add func argument, connect ::changed
4452         signal to option menu instead of connecting the ::activate
4453         signal to the menu items,
4454
4455         (toplevel): get rid of RADIOMENUTOGGLED macro,
4456
4457         (list_toggle_sel_mode), (clist_toggle_sel_mode),
4458         (ctree_toggle_line_style), (ctree_toggle_expander_style),
4459         (ctree_toggle_justify), (ctree_toggle_sel_mode),
4460         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
4461         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
4462
4463         (notebook_type_changed): merged standard_notebook(),
4464         notabs_notebook(), scrollable_notebook() and borderless_notebook()
4465         into notebook_type_changed()
4466
4467         (create_list), (create_ctree), (create_notebook),
4468         (create_progress_bar): changed OptionMenuItem arrays into
4469         gchar * arrays. Removed "Extended" item where used.
4470
4471         Fixes bug #59885
4472
4473 2001-09-20  Sven Neumann  <sven@gimp.org>
4474
4475         * configure.in
4476         * gdk/Makefile.am
4477         * gtk/Makefile.am
4478         * gtk/gtkselection.c
4479         * gtk/gtktreeview.c
4480         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
4481
4482 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
4483
4484         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
4485         a missing pango_layout_iter_free ().
4486
4487 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
4488
4489         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
4490         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
4491
4492         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
4493         the function definition so we don't accidentally rely on
4494         the compat #define from gtk_radio_menu_item_group.
4495         (#60782, Jeff Franks)
4496
4497 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
4498
4499         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
4500         incorrect values for top, right and bottom due to cut-and-paste
4501         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
4502
4503 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
4504
4505         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
4506         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
4507         window, not just on the client leader. (#58463)
4508
4509 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
4510
4511         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
4512
4513         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
4514         non-public _gtk_menu_item_set_placement.
4515
4516         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
4517
4518 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
4519
4520         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
4521           gdk/linux-fb/gdkcolor-fb.c:
4522         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
4523         (#59723)
4524
4525 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
4526
4527         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
4528         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
4529         #59723)
4530
4531 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
4532
4533         Patch from Frank Belew #59037 for Solaris compilation.
4534
4535         * gtk/maketypes.awk: Change syntax slightly for a call
4536         to sub(), apparently making awk on Solaris happier.
4537
4538         * gtk/gtktreeview.c: Remove C++ comments.
4539
4540 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
4541
4542         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
4543         to handle '99% of the time. (#60473, reported by Christian Rose)
4544
4545         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
4546         which no longer exists. (#60379, reported by Vitaly Tishkov)
4547
4548 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
4549
4550         * Released 1.3.8.
4551
4552         * gdk/Makefile.am: kill EXTRA_DIST clearing.
4553         
4554 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
4555
4556         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
4557         as its broken in automake 1.4, add explicit object rule to
4558         generate this.
4559         
4560         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
4561         get rid of uneccessary stamps, group stuff more logically, and build
4562         sources due to object rules. fix srcdir!=builddir.
4563
4564 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
4565
4566         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
4567         incorrect parameter to compute_double_length
4568         (#58680, patch from Matthias Clasen)
4569
4570         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
4571
4572         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
4573
4574         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
4575         for GDK_RELEASE_MASK to avoid warnings with Forte.
4576
4577         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
4578         break; statements.
4579
4580 2001-09-18  Alex Larsson  <alexl@redhat.com>
4581
4582         * gtk/gtkcheckbutton.c:
4583         * gtk/gtkradiobutton.c:
4584         Don't draw with GTK_STATE_ACTIVE.
4585
4586         * gtk/gtkclist.c:
4587         * gtk/gtkctree.c:
4588         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
4589
4590         * gtk/gtktextdisplay.c:
4591         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4592         unfocused with base_gc [GTK_STATE_ACTIVE].
4593         
4594         * gtk/gtkentry.c:
4595         Add select all menu-item.
4596         Default cursor color is red.
4597         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4598         unfocused with base_gc [GTK_STATE_ACTIVE].
4599
4600         * gtk/gtklabel.[ch]:
4601         Add keynav + menu to selectable lables.
4602         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4603         unfocused with base_gc [GTK_STATE_ACTIVE].
4604
4605         * gtk/gtkfilesel.c:
4606         Add drag and drop support.
4607
4608         * gtk/gtkstyle.c:
4609         (This was checked in earlier)
4610         New default values for text/base SELECTED and ACTIVE
4611         
4612 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
4613
4614         * configure.in: up version to 1.3.8, interface age 0,
4615         binary age 0, depend on glib 1.3.8.
4616
4617         * NEWS: 1.3.8 updates.
4618
4619 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
4620
4621         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
4622         the editing code
4623
4624         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
4625         reason to call it beyond emiting the two signals.
4626
4627         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
4628         to GtkEntry.
4629
4630 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
4631
4632         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
4633           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
4634         PangoFontDescription.
4635
4636         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
4637         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
4638         structure.
4639   
4640         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
4641
4642         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
4643         direct access to style->font. Deprecate gtk_style_ref/unref.
4644   
4645         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
4646         Remove gtk_style_ref/unref with g_object_ref/unref.
4647   
4648         * gtk/gtkcalendar.c: Remove leftover macros accessing
4649         style->font.
4650   
4651         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
4652         variable.
4653   
4654         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
4655         style->font.
4656
4657 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
4658
4659         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
4660         "can_activate" properties in favor of
4661         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
4662         and GTK_CELL_RENDERER_MODE_EDITABLE
4663
4664 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
4665
4666         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
4667         editable widgets.  This function is private, and should only be
4668         used by GtkTreeView.
4669
4670 2001-09-18  Matt Wilson  <msw@redhat.com>
4671
4672         * docs/Makefile.am (EXTRA_DIST): don't use += before =
4673
4674         * docs/faq/Makefile.am (EXTRA_DIST): likewise
4675
4676         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
4677         
4678         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
4679         (EXTRA_HEADERS): likewise
4680
4681         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
4682         (EXTRA_HEADERS): likewise
4683         (EXTRA_DIST): likewise
4684         (CLEANFILES): likewise
4685
4686         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
4687
4688         * tests/Makefile.am (EXTRA_DIST): likewise
4689         
4690         * Makefile.am (install-data-local): changed to use
4691         install-data-hook, which runs after install-pkgconfigDATA, so that
4692         the pkgconfigdir will have been created and populated first.
4693
4694 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
4695
4696         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
4697         be the last big GtkTreeView API change.
4698
4699         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
4700         replace with "activate" and "start_editing".  Also, added a
4701         "can_activate" and "can_edit" property.
4702
4703         * gtk/gtktreeviewcolumn.c: modify to use above.
4704
4705 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
4706
4707         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
4708
4709 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
4710
4711         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
4712         icon instead of one with ugly white background.
4713
4714 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
4715
4716         * demos/gtk-demo/stock_browser.c (id_to_macro): make
4717         the uppercasing work. (#59550)
4718
4719 2001-09-14  Jakub Steiner <jimmac@ximian.com>
4720
4721         * gtk/stock-icons/dialog_error.png:
4722         * gtk/stock-icons/dialog_question.png: more road signs
4723
4724 2001-09-13  Jakub Steiner <jimmac@ximian.com>
4725
4726         * gtk/stock-icons/dialog_question.png:
4727         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
4728           like a road sign.
4729
4730 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
4731
4732         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
4733         signals to make them more clear.  Also, change ::range_changed to
4734         ::row_changed.
4735         * gtk/gtktreemodel.c: Adjust to interface change
4736         * gtk/gtktreemodel.h: ditto
4737         * gtk/gtktreemodelsort.c: ditto
4738         * gtk/gtktreestore.c: ditto
4739         * gtk/gtkliststore.c: ditto
4740         * gtk/gtktreeview.c: ditto
4741         * tests/testtreecolumns.c: ditto
4742         * gtk/gtkmarshal.list: Actually remove a marshaller!
4743
4744 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
4745
4746         * gtk/gtktextview.c
4747         Add support for Ctrl+Up/Down arrow to move cursor to beginning
4748         of previous/next paragraph. If within a paragraph cursor moves to
4749         beginning of that paragraph.
4750
4751 2001-09-12  Jakub Steiner <jimmac@ximian.com>
4752
4753         * gtk/stock-icons/dialog_question.png: replacing the shaky
4754           question mark with a sans-serif one.
4755         * gtk/stock-icons/stock_top.png, stock_bottom.png,
4756      stock_first.png, stock_last.png: using the new style arrows
4757         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
4758      colors.
4759         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
4760      color.
4761         * gtk/stock-icons/stock_zoom*: anti-aliased
4762         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
4763      '-' with a '_', removed the wrong files
4764
4765 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
4766  
4767         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
4768  
4769         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
4770         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
4771         than in gtk-2.0/major.minor.micro/<type>/. This
4772         works better for a search path for modules.
4773  
4774         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
4775         gtk_binary_version variable holding major.minor.(micro-binary_age).
4776  
4777         * modules/input/Makefile.am (moduledir): Fix installation
4778         directory to match change in lookup location.
4779  
4780         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
4781         suffixes. Needs to be handled in g_module_build_path().
4782
4783         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
4784         appropriate.
4785  
4786 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
4787
4788         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
4789         causing RC properties not to work.
4790
4791 2001-09-11  Jakub Steiner <jimmac@ximian.com>
4792
4793         * gtk/stock-icons/dialog-error.png: less drastic
4794         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
4795           "STOP" is international enough.
4796         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
4797         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
4798
4799 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
4800
4801         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
4802         (add|remove)_selection_clipboard symmetric. (bug #59836)
4803
4804         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
4805         Avoid SEGV for empty tree. (bug #60243)
4806
4807 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
4808
4809         * tests/testgtk.c (create_idle_test): slight fix for
4810         g_object_set() not usable for nesting anymore.
4811
4812         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
4813         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
4814         properties, supply ::shadow_type properties instead as most
4815         other widgets do.
4816
4817 2001-09-10  Alex Larsson  <alexl@redhat.com>
4818
4819         * demos/gtk-demo/stock_browser.c:
4820         * gdk/gdkcolor.c:
4821         * gdk/gdkfont.c:
4822         * gdk/gdkcursor.c:
4823         * gdk/gdkevents.c:
4824         * gdk/gdkrectangle.c:
4825         * gtk/gtktypeutils.c:
4826         Update to use the new g_boxed_type_register_static API.
4827
4828 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4829
4830         * gtk/gtktreestore.c:
4831         Fix looping in gtk_tree_store_init() waiting for zero random int.
4832
4833 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
4834
4835         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
4836         behaviour which havoc broke. they have to default to 1.0 for
4837         expand behaviour.
4838
4839         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
4840
4841 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4842
4843         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
4844         Amend previous change to avoid runtime error in g_param_spec_ref()
4845
4846 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
4847
4848         * gtk/gtkrc.c (insert_rc_property): Fix blank line
4849         in the wrong place.
4850
4851 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
4852
4853         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
4854         do a lookup immediately after creating style->property_cache,
4855         since bsearch crashes on zero length for Solaris.
4856         (Found by Padraig O'Briain.)
4857
4858 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4859
4860         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
4861         Really return NULL if not set.
4862         (gtk_widget_init): Remove unused varaible.
4863         
4864 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4865
4866         * configure.in:
4867         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
4868         in cvs.
4869
4870 2001-09-08  Havoc Pennington  <hp@pobox.com>
4871
4872         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
4873         people might want to use
4874
4875 2001-09-08  Havoc Pennington  <hp@pobox.com>
4876
4877         * gtk/gtkalignment.c (gtk_alignment_class_init): default
4878         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
4879
4880         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
4881
4882         * gtk/gtktextiter.c: fix docs
4883         (gtk_text_iter_spew): get rid of this
4884
4885         * gtk/gtklayout.c: docs
4886
4887         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
4888         to center image and label together, instead of having image on
4889         left and label centered, patch/suggestion from Jacob
4890
4891         * gtk/gtkdialog.c: docs
4892
4893 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
4894
4895         * gtk/gtkliststore.c: Write documentation
4896         * gtk/gtktreestore.c: Write documentation
4897
4898 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
4899
4900         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
4901         with GArray and bsearch(), to remove dependency on a still
4902         evolving interface that we want to keep private to glib/gobject. 
4903
4904 2001-09-08  Havoc Pennington  <hp@pobox.com>
4905
4906         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
4907         docs fixes
4908
4909         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
4910
4911         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
4912
4913         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
4914
4915         * gtk/gtkscrolledwindow.h: docs fixes
4916
4917         * gtk/gtkimage.c (gtk_image_new): docs fixes
4918
4919 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
4920
4921         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
4922         false alarm  constness warning with a cast.
4923
4924         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
4925         for the inside-gdk case.
4926
4927 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
4928
4929         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
4930         remove g_print.
4931
4932         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
4933         change models, #59899
4934
4935 2001-09-07  Havoc Pennington  <hp@pobox.com>
4936
4937         * gtk/gtkmain.c: move some docs inline
4938
4939 2001-09-07  Havoc Pennington  <hp@pobox.com>
4940
4941         * gtk/gtk.h: tsk tsk, jrb broke the build
4942
4943 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
4944
4945         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
4946         Removed 'fill' attribute.  It was silly b/c that was a property of
4947         the cell renderer, anyway.
4948         (gtk_tree_view_column_render): Actually render the packed
4949         renderers.
4950         * doc/tree-column-sizing.txt: initial devel documentation.
4951         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
4952         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
4953
4954         * tests/testtreefocus.c: fix up to reflect above changes.
4955         * tests/testtreeview.c: ditto
4956         * demos/gtk-demo/stock_browser.c: ditto
4957
4958 2001-09-07  Alex Larsson  <alexl@redhat.com>
4959
4960         * gdk/linux-fb/gdkcolor-fb.c:
4961         Removed unused function.
4962         
4963         * gdk/linux-fb/gdkdrawable-fb2.c
4964         * gdk/linux-fb/gdkfont-fb.c:
4965         Use PangoLanguage functions.
4966
4967         * gdk/linux-fb/gdkinput.c:
4968         * gdk/linux-fb/gdkselection-fb.c:
4969         Fix const warnings.
4970         
4971         * gdk/linux-fb/gdkwindow-fb.c:
4972         Fix warning. Implement gdk_window_set_icon_list() and
4973         gdk_window_get_frame_extents(). (No icon support yet though.)
4974
4975         * gtk/gtkwindow.c (gtk_window_get_position):
4976         If window->frame is set get the extents of it instead.
4977         
4978 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
4979
4980         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
4981         Make the default default colormap the GdkRGB colormap,
4982         not the system colormap.
4983
4984         * gtk/gtkinvisible.c (gtk_invisible_init) 
4985           gtk/gtkwindow.c (gtk_window_init): Set the current
4986         colormap, as returned by _gtk_widget_peek_colormap()
4987         on the widget.
4988
4989         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
4990         to GTK+. Make it return %NULL instead of the default
4991         colormap if no colormap has explicitely been pushed.
4992
4993         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
4994         colormaps on ancestral widgets before defaulting the
4995         the system default colormap.
4996
4997         * docs/Changes-2.0.txt: explain colormap changes.
4998
4999 2001-09-07  Havoc Pennington  <hp@redhat.com>
5000
5001         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
5002         #57424
5003
5004 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
5005
5006         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
5007         make gdk_set_use_xshm a noop. Remove --no-xshm command line
5008         option. If we aren't autodetecting properly, we need
5009         to fix the problem, or at least make it an environment
5010         variable setting, to avoid problems with propagating
5011         to embedded children, plugins, etc.
5012
5013         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
5014
5015         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
5016         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
5017         New function to render a pixmap and mask for a particular colormap.
5018
5019         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
5020         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
5021         of internal implementation of the same.
5022
5023 2001-09-07  Havoc Pennington  <hp@redhat.com>
5024
5025         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
5026         debug code that seems to have caused a breakpoint in valid cases
5027         
5028         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
5029         pointer on the first view when adding the second view, fixes
5030         crash when closing gtk-demo text test with active selection
5031
5032         * gtk/gtktextbuffer.c
5033         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
5034         clipboards in the list of clipboards - probably fixes #59836
5035
5036 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
5037
5038       Make gdkx.h the only installed header from gdk/x11.
5039       All structures in gdk/x11 are opaque.
5040
5041         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
5042         Don't install gdk{drawable,pixmap,window}-x11.h.
5043
5044         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
5045         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
5046         GdkVisualClass into C files.
5047
5048         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
5049
5050         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
5051         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
5052         Add public functions to replace previously exported direct
5053         structure access.
5054         gdk_x11_colormap_get_{xdisplay,xcolormap} 
5055         gdk_x11_cursor_get_{xdisplay,xcursor},
5056         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
5057         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
5058         gdk_x11_gc_get_{xdisplay,ximage}
5059         
5060         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
5061         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
5062
5063       Fix a number of variables and functions that were exported
5064       "accidentally" from GDK.
5065
5066         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
5067         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
5068         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
5069         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
5070         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
5071         gdk_event_queue_find_first, gdk_event_queue_remove_link,
5072         gdk_event_queue_append, gdk_event_button_generate,
5073         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
5074
5075         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
5076            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
5077         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
5078         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
5079         gdk_use_xshm, gdk_input_ignore_core.
5080
5081         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
5082         #defines to namespace functions into the private _gdk_ 
5083         namespace.
5084
5085         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
5086         to replace gdk_parent_root exported variable. Adjust and
5087         deprecate GDK_ROOT_PARENT().
5088
5089         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
5090         GDK_ROOT_PARENT usage, remove includes of port-specific
5091         headers.
5092
5093         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
5094         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
5095         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
5096
5097         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
5098         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
5099         gdk_wm_delete_window functions, gdk_wm_take_focus, 
5100         use gdk_atom_intern() instead.
5101
5102         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
5103           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
5104           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
5105           gtk/gtkselection.c 
5106         Unexport gdk_selection_property, just use 
5107         gdk_atom_intern ("GDK_SELECTION").
5108
5109         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
5110         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
5111         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
5112         GdkVisualprivate, gdk_x11_gc_flush.
5113
5114       Make a number of public exports of variables into functions
5115       to increase encapsulation.
5116
5117         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
5118         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
5119         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
5120
5121         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
5122         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
5123         gdk_error_warnings.
5124
5125         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
5126           docs/Changes-2.0.txt: 
5127         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
5128         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
5129         Add gdk_x11_get_default_xdisplay().
5130
5131         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
5132         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
5133         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
5134         Don't export gdk_progclass, move --class command line
5135         option and handling to common portion of GDK.
5136
5137       Miscellaneous fixes:
5138
5139         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
5140         g_return_val_if_fail that should have been g_return_if_fail.
5141
5142         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
5143         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
5144
5145         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
5146         X11 dependency.
5147
5148         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
5149         Remove unused gdk_key_repeat_disable/restore.
5150
5151         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
5152         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
5153         Remove unused gdk_null_window_warnings variable.
5154
5155         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
5156         it can be retrieved from the repository; it is too far
5157         from functional to be worth having people check out;
5158         it would be easier to start from scratch, I suspect.
5159
5160         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
5161
5162         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5163         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5164         Fix some accidentally global variables and unused global variables.
5165
5166         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5167         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5168         Fix some accidentally global variables and unused global variables.
5169
5170       Add some space for future expansion to multihead.
5171
5172         * gdk/gdkdrawable.h: Add four reserved function pointers
5173         for future expansion of GdkDrawableClass.
5174
5175         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
5176         where we can put a GdkScreen * later.
5177
5178 2001-09-07  Havoc Pennington  <hp@redhat.com>
5179
5180         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
5181         adjustments after validating destination yrange; fixes #53918
5182         (This may cause other issues, but I hope it won't)
5183         
5184 2001-09-05  Havoc Pennington  <hp@redhat.com>
5185
5186         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
5187         line into start line, update the character counts in parent nodes; 
5188         caused a bug when end and start line had different parent nodes.
5189
5190 2001-08-30  Havoc Pennington  <hp@redhat.com>
5191         
5192         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
5193         assertion that tag is in a table
5194
5195 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
5196
5197         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
5198         g_strcasecmp on NULL strings. (#59058)
5199
5200 2001-09-06  Alex Larsson  <alexl@redhat.com>
5201
5202         * gtk/gtkbin.c:
5203         * gtk/gtkfontsel.c:
5204         * gtk/gtkspinbutton.c:
5205         * gtk/gtktipsquery.c:
5206         Use GtkType/GType instead of uint.
5207
5208 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
5209
5210         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
5211         sort column.
5212
5213         * gtk/gtktreestore.c (gtk_list_store_init): ditto
5214
5215         * gtk/gtktreesortable.c: add docs.
5216
5217 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
5218
5219         * Version 1.3.7
5220
5221         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
5222         docs for gtk-config
5223
5224         * modules/input/Makefile.am (install-data-local): Don't
5225         run gtk-query-immodules if DESTDIR is set.
5226
5227         * NEWS: Various additions.
5228
5229 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
5230
5231         * NEWS: updates for 1.3.7 release.
5232
5233 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
5234
5235         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
5236         handle default sort feature
5237
5238         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
5239         new function to handle default sort.
5240         (gtk_tree_sortable_has_default_sort_func): check if default sort
5241         is set.
5242
5243         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
5244         handle default sort feature
5245
5246 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
5247
5248         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
5249         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
5250         #59731
5251
5252 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
5253
5254         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
5255         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
5256         time, #59727
5257
5258         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
5259         correctly.
5260
5261 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
5262
5263         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
5264         so that we don't eternally update the keymap after we
5265         get a change notification.
5266
5267         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
5268         incorrect cast.
5269
5270 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
5271
5272         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
5273         it working. It mostly works now, although there're still a few issues
5274         to be worked out.
5275
5276         * tests/testtreesort.c (main): changes to have a better test
5277         application for the GtkTreeModelSort.
5278
5279 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
5280
5281         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
5282         fix for bug #59222.
5283
5284         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
5285         gpointer search_data argument to function definition and
5286         prototype, to match GtkTreeViewSearchEqualFunc typedef.
5287
5288 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
5289
5290         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
5291         per jrb's request.
5292
5293 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
5294
5295         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
5296
5297         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
5298
5299 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
5300
5301         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
5302         Instead of always mirroring the selection to a single PRIMARY
5303         selection, allow it to be mirrored to any number of clipboards.
5304
5305         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
5306         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
5307
5308         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
5309         GtkClipboard argument, and for paste_clipboard, the
5310         @override_location argument from @paste_primary.
5311
5312         * gtk/gtktextview.c: Adapt to above change.
5313         
5314 2001-08-30  Havoc Pennington  <hp@redhat.com>
5315
5316         * gtk/gtktextview.c (invalidated_handler): put validate idle at
5317         resize - 2 just for flexibility
5318
5319 2001-08-30  Havoc Pennington  <hp@redhat.com>
5320
5321         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
5322         object from the empty-child-anchor case by drawing a little box.
5323         
5324         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
5325         if the child anchor has no anchored widgets - fixes #59328.
5326
5327         Also, remove bizarre deletion of preedit string that seems to have
5328         gotten in here somehow.
5329
5330 2001-08-30  Havoc Pennington  <hp@redhat.com>
5331
5332         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
5333         to #58420 from Hidetoshi Tajima and Matthias Clasen
5334
5335 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
5336
5337         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5338         change color when the GtkTreeView loses focus.
5339
5340         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
5341         ditto.
5342         
5343         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
5344
5345 2001-08-28  Havoc Pennington  <hp@pobox.com>
5346
5347         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
5348
5349 2001-08-28  Havoc Pennington  <hp@pobox.com>
5350
5351         * demos/gtk-demo/main.c (setup_default_icon): add default icon
5352
5353         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
5354         warning fix
5355         (gtk_radio_button_new_with_label): warning fix
5356
5357         * gtk/gtkdnd.c: used some random GtkImage private structs, 
5358         update to reflect GtkImage changes
5359
5360         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
5361         whether the hint is supported, just always set the icon. A task
5362         list might want to use it even if the WM doesn't, and the WM may
5363         change over time. Also, XDeleteProperty() if list == NULL.
5364
5365         * gtk/gtkwindow.c (gtk_window_set_icon_list)
5366         (gtk_window_get_icon_list)
5367         (gtk_window_set_icon)
5368         (gtk_window_get_icon)
5369         (gtk_window_set_default_icon_list)
5370         (gtk_window_get_default_icon_list):
5371         new functions
5372
5373         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
5374
5375         * gtk/gtkimage.c: Implement property support, bug #59408
5376
5377         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
5378         on reparent-without-removing-first a bit more helpful.
5379         Let's just destroy this FAQ.
5380
5381 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
5382
5383         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
5384         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
5385
5386 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
5387
5388         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
5389         of use_text_format to the end of the function. (#56447)
5390
5391 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
5392
5393         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
5394         only in response to an area_prepared signal.
5395
5396 2001-08-28  Alex Larsson  <alexl@redhat.com>
5397
5398         * gtk/gtkwidget.c (gtk_widget_class_init):
5399         Make unrealize GTK_RUN_LAST.
5400
5401 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
5402
5403         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
5404         with_label and with_mnemonic should create radio buttons, not
5405         check buttons
5406
5407 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
5408
5409         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
5410         * tests/treestoretest.c (make_window): ditto
5411         * demos/gtk-demo/main.c (create_tree): ditto
5412         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
5413
5414 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
5415
5416         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
5417         GTK selection types rather than GtkTreeSelectionMode.
5418
5419         * docs/Changes-2.0: Add comment about selection change.
5420
5421 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
5422
5423         * gtk/gtkenums.h (GtkSelectionMode): deprecate
5424         GTK_SELECTION_EXTENDED.
5425
5426         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
5427         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
5428
5429         * gtk/gtkctree.c: ditto
5430
5431         * gtk/gtklist.c: ditto
5432
5433         * gtk/gtktree.c: ditto
5434
5435 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
5436
5437         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
5438         of typos in compat macros. (#59624, Skip Montaro)
5439
5440 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
5441
5442         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
5443         macro.
5444
5445          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
5446  
5447         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
5448         interface to be a standard setter from gtk_menu_item_right_justify.
5449         (gtk_menu_item_get_right_justified): a getter to go with the setter
5450
5451         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
5452         gtk_menu_item_right_justify.
5453
5454         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
5455         gtk_menu_item_set_right_justified.
5456  
5457 2001-08-27  Jens Finke <jens@gnome.org>
5458
5459         * gtk+.spec.in: Updated to match gpp requirements, reworked the
5460         files section to make it work with 1.3.x releases.
5461
5462 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5463
5464         * gtk/gtkbutton.[ch]:
5465         Add properties for labels, mnemonics and stock items.
5466         Added C accessor functions for the properties.
5467         Removed deprecated button->child.
5468
5469         * gtk/gtkradiobutton.c:
5470         * gtk/gtktogglebutton.c:
5471         Update to use the functions in GtkButton.
5472
5473         * gtk/gtkcheckbutton.c:
5474         Update to use the functions in GtkButton.
5475         Changed size allocation of child. Now only gets as much
5476         space as it requests.
5477
5478         * gtk/gtkclist.c:
5479         Don't use GtkButton->child
5480
5481         * gtk/gtklabel.c:
5482         Fixed typo in docs
5483         
5484 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5485
5486         * tests/testgtk.c:
5487         * tests/Makefile.am:
5488         Ressurect the properties test.
5489         I don't care if it is inferior, I just want to test my property code.
5490
5491 2001-08-25  Chema Celorio  <chema@celorio.com>
5492
5493         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
5494         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
5495         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
5496
5497 2001-08-24  Havoc Pennington  <hp@pobox.com>
5498
5499         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
5500         these are already in gtkmenu.h, and the copies
5501         here were broken.
5502
5503         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
5504
5505         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
5506         special-case bitmaps to allow no colormap
5507         (bitmap1): implement no-colormap bitmap-getting
5508         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
5509         alpha
5510         (rgb8): indentation
5511         (rgb1a, rgb1): change the way we read the data out of the image, 
5512         old way didn't seem to work quite right.
5513
5514         I'm pretty sure a lot of the rgbconvert code is still broken.
5515         
5516         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
5517         above position constraint (I really intended to do this before,
5518         don't know what's up with that)
5519         (gtk_XParseGeometry): shut up gcc
5520
5521         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
5522         and "0" should have been. remove the attempted 4-bytes-at-once
5523         optimization, it was totally broken.
5524
5525 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
5526
5527         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
5528         on push to buttons (based on patch from Soeren Sandmann, #54720)
5529
5530           - Add child_displacement_x/y style properties to control how far the
5531             child moves when the button is depressed.
5532
5533           - Add non-exported function _gtk_button_set_depressed to clean
5534             up the handling of the in/out shadow and separate it frmo
5535             widget->state.
5536
5537           - Lots of code cleanup and simplification of state handling
5538             for GtkButton/GtkToggleButton.
5539  
5540         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
5541         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
5542
5543 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
5544
5545         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
5546         and make gtk_image_new() take no arguments. The compiler will
5547         catch it, and it is vastly more useful than having
5548         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
5549
5550         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
5551         to add tearoff-title property (#51319, Lee Mallabone)
5552
5553 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
5554
5555         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
5556         gtk_menu_item_configure(). (#58925)
5557
5558 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
5559
5560         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
5561         "use_align" to give people the option to just make a cell visible.
5562
5563         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
5564         we were scrolling past the end of the tree.
5565
5566         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
5567         rename gtk_tree_view_column_pack_start_cell_renderer to
5568         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
5569
5570 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
5571
5572         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
5573         a stray g_object_ref() left over from gtk_object_ref/sink.
5574         (Pointed out by Josh Pritikin.)
5575
5576 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
5577
5578         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
5579         to gtk_container_get_children. Added deprecated compatibility
5580         macro. (Suggested by Vitaly Tishkov, #59051)
5581
5582         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
5583         calls.
5584
5585 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
5586
5587         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
5588         gtk_menu_bar_append/prepend/insert, forgot to do this
5589         when we deprecated gtk_menu_append/prepend/insert.
5590
5591         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
5592         compat macros.
5593
5594         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
5595         renamed by compat macro.
5596
5597         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
5598         gtk_font_selection_dialog_get_font(). (Suggested by
5599         Vitaly Tishkov, #59383)
5600
5601 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
5602
5603         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
5604         Rename from gtk_text_tag_table_size(). (#59366)
5605
5606 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
5607
5608         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
5609         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
5610         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
5611         (#59173).
5612
5613 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
5614
5615         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
5616         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
5617         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
5618
5619 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
5620
5621         [ Patch from Sebastian Wilhelmi, 52790 ]
5622
5623         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
5624
5625         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
5626         Move compatibility macros from g[dt]kcompat.h to within 
5627         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
5628
5629         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
5630
5631         * demos/Makefile.am demos/gtk-demo/Makefile.am 
5632           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
5633           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
5634
5635         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
5636                  testpixbuf.c}: Fix usages of deprecated functions.
5637
5638 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
5639
5640         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
5641         when changing models.
5642
5643 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
5644
5645         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
5646         We check the current event for modifiers rather than try to trap
5647         all presses.
5648
5649 2001-08-22  Anders Carlsson  <andersca@gnu.org>
5650
5651         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
5652         It's LIST_STORE, not LISTSTORE.
5653
5654 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
5655
5656         * gtk/gtk.h: Remove commented out gtkpacker reference.
5657
5658 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5659
5660         * configure.in (all_loaders): Add tga loader, 
5661         patch by Nicola Girardi. (#56067)
5662
5663 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
5664
5665         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
5666         a little.  More needs to be done tomorrow.
5667
5668 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
5669
5670         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
5671
5672 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
5673
5674         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
5675         reported by Kristian Rietveld <kristian@planet.nl> to handle row
5676         == NULL.
5677         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
5678         <kristian@planet.nl> to change destroy order.
5679
5680 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
5681
5682         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
5683         correct marshaller.
5684
5685 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
5686
5687         * gtk/gtkliststore.c: Fix up warnings, #58928.
5688
5689         * gtk/gtktreeselection.h: Change signal prototype, #58647
5690
5691         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
5692         #59221.
5693
5694         * gtk/gtkstyle.c: Actually prelight arrow, #50981
5695         
5696 2001-08-18  Hans Breuer  <hans@breuer.org>
5697
5698         * gdk/gdk.def : updated externals
5699
5700         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
5701         is required to get (at least) visible in entry fields. Some selections
5702         are really handled now - even on win32 - but copying via middle
5703         mouse button into a different app needs to wait ... 
5704
5705         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
5706         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
5707
5708         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
5709         handling. I'm not sure if it is better now, but at least not worse
5710
5711         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
5712         with SetWindowPos () which allows more fine-tuning backing-store wise
5713
5714         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
5715         Also changed move/resize to be more like the X version.
5716
5717         * gtk/gtk.def : updated externals
5718
5719 2001-08-19  Sven Neumann  <sven@gimp.org>
5720
5721         * gtk/gtktooltips.c
5722         * tests/testtreesort.c
5723         * tests/treestoretest.c: inserted some casts to get rid of compiler
5724         warnings.
5725
5726 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
5727
5728         * gtk/gtktreeviewcolumn.c
5729         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
5730
5731         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
5732         (_gtk_tree_view_find_node): If *node is NULL,
5733         *tree should be NULL too.
5734
5735         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
5736         column/renderers.
5737         * tests/testtreecolumns.c: ditto
5738         * tests/testtreefocus.c: ditto
5739         * tests/testtreesort.c: ditto
5740         * tests/testtreeview.c: ditto
5741         * tests/treestoretest.c: ditto
5742
5743 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
5744
5745         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
5746         signals; is_expander/is_expanded.
5747
5748         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
5749         pixbufs.
5750
5751         * gtk/gtktreeview.c: set above properties.
5752
5753 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
5754
5755         * gtk/gtkwidget.h: Really remove set_default_style().
5756
5757         * docs/Changes-2.0.txt: added a note about
5758         gtk_widget_push/pop/set_default_style.
5759
5760 2001-08-18  Havoc Pennington  <hp@pobox.com>
5761
5762         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
5763         hints_changed in addition to the other cases.
5764         (gtk_window_move_resize): include last position from configure
5765         notify in debug spew
5766
5767 2001-08-18  James Henstridge  <james@daa.com.au>
5768
5769         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
5770         second argument to the weak ref notify, cleaning up some uglyness.
5771         (gtk_accel_group_attach): remove and add the weak notifier when
5772         changing the accel groups slist.
5773         (gtk_accel_group_detach): same here.
5774
5775 2001-08-17  Darin Adler  <darin@bentspoon.com>
5776
5777         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
5778         missing parameters to utf8 functions to make it compile.
5779
5780 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
5781
5782         * gtk/gtktreeprivate.h:
5783         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
5784         (gtk_tree_view_init), (gtk_tree_view_set_property),
5785         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
5786         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
5787         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
5788         (gtk_tree_view_set_destroy_count_func),
5789         (gtk_tree_view_set_enable_search),
5790         (gtk_tree_view_get_enable_search),
5791         (gtk_tree_view_get_search_column),
5792         (gtk_tree_view_set_search_column),
5793         (gtk_tree_view_get_search_equal_func),
5794         (gtk_tree_view_set_search_equal_func),
5795         (gtk_tree_view_search_dialog_destroy),
5796         (gtk_tree_view_search_position_func),
5797         (gtk_tree_view_interactive_search),
5798         (gtk_tree_view_search_delete_event),
5799         (gtk_tree_view_search_button_press_event),
5800         (gtk_tree_view_search_key_press_event),
5801         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
5802         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
5803         * gtk/gtktreeview.h:
5804         Add heavily modified patch from Kristian Rietveld to handle
5805         interactive searching.
5806
5807 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
5808
5809         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
5810         string parameter.
5811
5812         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
5813         GtkMenuShell::selection_done, now that we have it, instead of 
5814         ::deactivate so we're not tearing the menu apart and notify
5815         the user prematurely.
5816
5817 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
5818
5819         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
5820         window, clear window->need_default_position to avoid infinite loops.
5821         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
5822
5823 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
5824
5825         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
5826         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
5827         (gtk_tree_view_set_property): don't cast possible NULL objects.
5828         (gtk_tree_view_destroy): reset the model to NULL.
5829
5830         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
5831         parent_class handler.
5832
5833 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5834
5835         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
5836
5837 2001-08-17  Anders Carlsson  <andersca@gnu.org>
5838
5839         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
5840         point numbers so that the result will be floating point.
5841
5842 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5843
5844         * tests/testgtk.c (create_handle_box): 
5845         (create_toolbar): Replace gtk_window_set_policy calls by
5846         gtk_window_set_resizable.
5847
5848 2001-08-16  Jakub Steiner <jimmac@ximian.com>
5849
5850         * gtk/stock-icons/dialog_info.png: new style bulb
5851         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
5852         * gtk/stock-icons/dialog_warning.png: need a hand?
5853         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
5854           the aa border gets chopped off ok
5855         * gtk/stock-icons/stock_colorselector.png: using the new hand
5856         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
5857           this one is for, but the old icon was butt ugly.
5858         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
5859         * gtk/stock-icons/stock*_insert_object.png: "
5860         * gtk/stock-icons/stock_index.png: using new hand icon
5861         * gtk/stock-icons/stock*_new.png: the document template being used 
5862           elsewhere too
5863         * gtk/stock-icons/stock*_print*.png: new print and print preview 
5864           icons (panel/menu)  
5865         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
5866           icons based on Tuomas' floppy image.
5867         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
5868         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
5869         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
5870         * gtk/stock-icons/stock*_undelete.png: "
5871         * gtk/stock-icons/stock_preferences.png: I have a version with a 
5872           document base if the sliders are no good.
5873         * gtk/stock-icons/stock_properties.png: properties 
5874         
5875
5876         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
5877           (tigert@ximian.com) clipboard icons
5878         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
5879         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
5880         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
5881           little bigger IMHO
5882
5883 2001-08-16  Sven Neumann  <sven@gimp.org>
5884
5885         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
5886
5887 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
5888
5889         * gtk/gtkcellrenderertext.c:
5890         Avoid warning when specifying NULL for "attributes" property
5891
5892 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5893
5894         * docs/debugging.txt: Add a warning about --enable-debug=no,
5895         some editorial changes.
5896
5897 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5898
5899         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
5900         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
5901         debugging info, remove unused debug flags. (#58330)
5902
5903 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
5904
5905         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
5906         (gtk_tree_selection_select_all): Remove strict checking for rows.
5907
5908 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5909         
5910         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
5911         Don't remove the tooltip window when the tip text changes. (#15891)
5912
5913 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
5914
5915         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
5916         $(srcdir).
5917
5918 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
5919
5920         * Makefile.am (EXTRA_DIST): Fix problem with trying to
5921         dist files from intl/, which is no longer there.
5922
5923 2001-08-11  Hans Breuer  <hans@breuer.org>
5924
5925         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
5926           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
5927           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
5928           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
5929           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
5930           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
5931
5932         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
5933           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
5934         GDK_TYPE_EVENT signals
5935
5936         * gtk/gtkalignment.c : removed 'direct allocation bug',
5937         which Tim discovered while reading the patch
5938
5939 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
5940
5941         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
5942         compat macros for push/pop/set_visual that were supposed
5943         to be added a long time ago, but got dropped. 
5944
5945 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
5946
5947         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
5948         property notifies.
5949
5950 2001-08-07  Havoc Pennington  <hp@pobox.com>
5951
5952         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
5953
5954         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
5955         some fixage is needed here, but nothing simple. Owen understands
5956         it. ;-)
5957
5958         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
5959         sizing and positioning.  Also, fix bug in compute_geometry_hints
5960         (width/height confusion for setting min size). 
5961         (gtk_window_move): new function
5962         (gtk_window_resize): new function
5963         (gtk_window_get_size): new function
5964         (gtk_window_get_position): new function
5965         (gtk_window_parse_geometry): new function
5966         
5967         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
5968         (gtk_widget_get_size_request): new function
5969         (gtk_widget_get_usize): delete, that was a short-lived function
5970         ;-)
5971         (gtk_widget_set_usize): deprecate
5972         (gtk_widget_set_uposition): deprecate, make it a trivial 
5973         gtk_window_move() wrapper
5974         (gtk_widget_class_init): remove x/y/width/height properties,
5975         add width_request height_request
5976         
5977         * demos/*: update to avoid deprecated functions
5978         
5979         * gtk/gtklayout.c: add x/y child properties
5980
5981         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
5982         uses of "gint16"
5983
5984         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
5985         sizing test
5986
5987         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
5988         configure events on toplevel windows are always in root window
5989         coordinates, following ICCCM spec that all synthetic events 
5990         are in root window coords already, while real events are 
5991         in parent window coords. Previously the code assumed that 
5992         coords of 0,0 were parent window coords, which was 
5993         really broken.
5994   
5995         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
5996         warning
5997  
5998         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
5999         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
6000         hints in gtk_window_parse_geometry()
6001  
6002         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
6003         new USER_POS USER_SIZE hints    
6004
6005 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6006
6007         * tests/prop-editor.c (properties_from_type): Use 
6008         g_object_class_list_properties to get the param specs 
6009         for a given type. (#58609)
6010
6011 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6012
6013         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
6014         free the text_aa parts. (#57549)
6015
6016 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6017
6018         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
6019         not the foreground color. (#57621)
6020
6021 2001-08-09  Alexander Larsson <alexl@redhat.com>
6022
6023         * gdk/win32/gdkfont-win32.c:
6024         Update to the new pango win32 api.
6025
6026 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
6027
6028         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
6029         COMPOUND_TEXT instead of TEXT
6030         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
6031         interpret the return value of g_string_to_compound_text()
6032         (#55152)
6033
6034 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6035
6036         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
6037         fail if iter is NULL. (#58347)
6038
6039 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6040
6041         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
6042         some off-by-one issues, fixing selection of line-ends. (#50323)
6043
6044 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6045
6046         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
6047         functions in order to make mouse operation work again in the
6048         color wheel. (#58604)
6049
6050 2001-08-07  James Henstridge  <james@daa.com.au>
6051
6052         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
6053         the accelerator when the accel object is changed.  Fixes bug
6054         #58628.
6055
6056 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
6057
6058         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
6059         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
6060         (gnome bugzilla #58202)
6061
6062 2001-08-06  Havoc Pennington  <hp@pobox.com>
6063  
6064         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
6065         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
6066         it was expecting a GdkWindow, not a GdkWindowImplX11.
6067  
6068         Also, we were getting the window rect in screen coords 
6069         and the screen rect in window coords then intersecting 
6070         them; instead, get window rect in window coords.
6071  
6072         Finally, there were codepaths that resulted in a stuck server grab
6073         (when the window was fully onscreen, or on gdk_image_new()
6074         failure); make the server ungrab thing a bit more
6075         robust/consistent.
6076
6077 2001-08-06  Sven Neumann  <sven@gimp.org>
6078
6079         * gdk/gdkpango.c (gdk_pango_context_destroy): 
6080         check if info->colormap != NULL before unref'ing it. It might have
6081         been set to NULL using gdk_pango_context_set_colormap().
6082
6083 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
6084
6085         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
6086         Fix conversion from float to int so that we don't get
6087         skew in the int => float => int roundtrip. 
6088         (#58120, reported by Vitaly Tishkov). Also fix problem
6089         where if no alpha was set, the returned alpha
6090         from (say) set_current_alpha() was returned as 1, not 65535.
6091
6092 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
6093
6094         * gtk/gtklist.c (gtk_list_clear_items): Fix
6095         problem with selecting a new focus child.
6096
6097         * gtk/gtklist.c (gtk_list_clear_items): Clear 
6098         list->undo/list_focus_child after unparenting
6099         child, since unparenting the child can result
6100         in list->last_focus_child being set. (#58024)
6101
6102         * Makefile.am (SUBDIRS): Add target specific pc
6103         files to DISTCLEANFILES.
6104
6105         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
6106         (58327, Matthias Clasen)
6107
6108 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
6109
6110         * tests/testgtk.c: Patch from Hans (with various modifications),
6111         to add the ability to use testgtk as a rough-and-ready
6112         benchmark. Try, 'testgtk --bench all:5' (if you want decent
6113         numbers, run without a window manager)
6114
6115 2001-08-04 Alexander Larsson <alexl@redhat.com>
6116
6117         * gdk/win32/gdkinput.c:
6118         Add #ifdef HAVE_WINTAB around wintab.h include.
6119
6120         * gtk/gtk.def:
6121         Removed marshals that have been moved to glib.
6122         Commented out plug and socket. They didn't compile for me 
6123         on win32.
6124
6125 2001-08-04  Hans Breuer  <hans@breuer.org>
6126
6127         * gtk/stocks-icons/makefile.msc : new file
6128         * gtk/makefile.msc.in : use it
6129
6130         * gtk/gtkstyle.c : not all platforms do provide M_PI and
6131         friends, but luckily there is G_PI
6132
6133         * gtk/gtk.def : updated
6134
6135         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
6136         windows WS_POPUP, but only those without a parent. This fixes the 
6137         mis-alignment between the selectable (temp, input only) window and 
6138         the window text of GtkLabel.
6139
6140         (gdk_window_show) : respect private->state when actually showing
6141         the window.
6142
6143         (gdk_window_set_transient_for) : Implementation from Wolfgang 
6144         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
6145         error handling. Should fix #50586.
6146
6147         * gdk/win32/gdkevents-win32.c : beautify log output
6148
6149 2001-08-04  Michael Natterer  <mitch@gimp.org>
6150
6151         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
6152         Need to show the image after adding it to the GtkImageMenuItem.
6153         This used to work without in testgtk because of the
6154         gtk_widget_show_all() at the end of the function.
6155         (Closes #54978).
6156
6157 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
6158
6159         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
6160         (gtk_notebook_set_child_property): fix finding of child's page,
6161         since we have to validly deal with labels and menus here as well.
6162         (gtk_notebook_get_child_property): fix warning.
6163         (gtk_notebook_class_init): property tab_pack is of type
6164         GTK_TYPE_PACK_TYPE (enum) not boolean.
6165         (gtk_notebook_find_child): don't always warn, we might be looking
6166         for a label or menu child.
6167         (gtk_notebook_map): fix mapping of panel.
6168
6169         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
6170         widget's mapped state, regardless of the value being set equals
6171         old settings, since things like REALIZED(parent) or MAPPED(parent)
6172         may have changed since the old value was set. make it an error to
6173         invoke this function on a toplevel widget.
6174
6175 2001-07-31  Darin Adler  <darin@bentspoon.com>
6176
6177         * gdk/gdkprivate.h:
6178         * gdk/x11/gdkx.h:
6179         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
6180
6181         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
6182         GTK_OBJECT.
6183
6184 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
6185
6186         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
6187         scoping error pointed out by matthiasc@poet.de.
6188
6189 2001-07-31  Sven Neumann  <sven@gimp.org>
6190
6191         * demos/gtk-demo/appwindow.c
6192         * demos/gtk-demo/item_factory.c
6193         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
6194
6195 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
6196
6197         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
6198         argument order for g_signal_has_handler_pending.
6199
6200 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
6201
6202         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
6203         instead of long deprecated g_scanner_stat_mode().
6204
6205 2001-07-29  Hans Breuer  <hans@breuer.org>
6206
6207         * gdk/makefile.msc : build in the backend dir after
6208         auto-generating files
6209
6210         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
6211         with code from win32-production-branch.
6212
6213         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
6214         before calling DestroyWindow, which indirectly calls 
6215         gdk_window_destroy_notify ()
6216
6217         (performance patch merged from win32-production-branch)
6218         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
6219         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
6220         R2_COPYPEN rop). It is claimed to be much faster.
6221
6222 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
6223
6224         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
6225         add an "attributes" property to the text renderer for ATK.
6226
6227 2001-07-26  Alex Larsson  <alexl@redhat.com>
6228
6229         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
6230         Initialize image->bits_per_pixel from the drawable, not from
6231         the root window.
6232
6233         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
6234         Fix cast. argument is an IMPL already.
6235
6236 2001-07-15  James Henstridge  <james@daa.com.au>
6237
6238         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
6239         (gtk_window_remove_accel_group): same here.
6240         (gtk_window_key_press_event): same here.
6241
6242         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
6243         (gtk_widget_remove_accelerator): same here.
6244         (gtk_widget_remove_accelerators): same here.
6245
6246         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
6247
6248         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
6249         instead of GtkObject.
6250
6251         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
6252         now takes GObjects.
6253
6254         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
6255         pass a GObject to gtk_accel_group_entries_from_object.
6256         (gtk_item_factory_create_item): s/accel_widget/accel_object/
6257
6258         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
6259
6260         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
6261
6262         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
6263         GObjects can have accelerators set now.  Add compatibility
6264         defines.
6265
6266         * gtk/gtkmarshal.list: add missing marshallers.
6267
6268         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
6269         accelerators on plain GObjects.  gtk_accel_group_object_destroy
6270         has been converted into a weak reference, and
6271         gtk_accel_group_delete_entries is now a destroy notify for that
6272         piece of data.
6273
6274 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
6275
6276         * gdk/gdkdraw.c: Added a check on the colormap depth to
6277         gdk_drawable_set_colormap()
6278         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
6279         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
6280         for pixmaps without visuals (more specifically, bitmaps)
6281         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
6282         doesn't set a colormap with the wrong depth
6283
6284
6285 2001-07-22  Anders Carlsson  <andersca@gnome.org>
6286
6287         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
6288         expander_height and expander_width properties with a single
6289         property, expander_size.
6290         (gtk_tree_view_init): Set the tab_offset to expander_size
6291         plus some padding.
6292         (gtk_tree_view_unrealize): Remove the expand/collapse
6293         timeout if it exists.
6294         (coords_are_over_arrow): Fix a small bug.
6295         (gtk_tree_view_motion_draw_column_motion_arrow): Use
6296         expander_size.
6297         (gtk_tree_view_draw_focus): Use "treeview" instead of
6298         "add-mode" as detail when drawing the focus.
6299         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
6300         instead of "add-mode" as detail when drawing the focus.
6301         (gtk_tree_view_deleted): If we have a node currently being
6302         expanded or collapsed, remove the timeout and set the node 
6303         to NULL.
6304         (gtk_tree_view_queue_draw_arrow): New function that just
6305         redraws the arrow of a node.
6306         (gtk_tree_view_draw_arrow): Use expander_size instead of
6307         expander_width/expander_height, also pass a different
6308         expander_style to gtk_paint_expander depending on the 
6309         state of the node being drawn.
6310         (expand_collapse_timeout): New function for expanding 
6311         or collapsing a node depending on the previous state.
6312         (gtk_tree_view_real_expand_row): Add timeout and set 
6313         correct state for node being expanded.
6314         (gtk_tree_view_real_collapse_row): Add timeout and set
6315         correct state for node being collapsed.
6316
6317         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
6318         information about the node currently being expanded or
6319         collapsed, and also a timeout id.
6320
6321         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
6322         with expander_style for draw_expander.
6323
6324         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
6325         expander_style.
6326         (create_expander_affine): New function for creating an 
6327         expander affine.
6328         (apply_affine_on_point): New function for applying an 
6329         affine to a point.
6330         (gtk_default_draw_expander): Modified to take expander_style
6331         instead of is_open, and to draw the rectangle rotated differently
6332         depending on the expander style.
6333         (gtk_paint_expander): Replace is_open with expander_style.
6334
6335         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
6336
6337         * gtk/gtkenums.h: Add expander style enum.
6338
6339 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
6340
6341         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
6342         value from gtk_tree_model_get_iter, the model might be empty.
6343
6344 2001-07-20  Hans Breuer  <hans@breuer.org>
6345
6346         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
6347         gdk/gdkinput.c like the other backends
6348
6349         * gdk/win32/gdkinput-win32.h :
6350         * gdk/win32/gdkinput.c :
6351         * gdk/win32/gdkvisual-win32.c :
6352         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
6353         GdkVisual GObjectification. UNTESTED for pen-devices because
6354         I simply have none.
6355
6356         * gdk/gdk.def :
6357         * gtk/gtk.def : updated externals
6358
6359         * gtk/gtkiconfactory.c :
6360         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
6361         before passing &error to functions to avoid strange crashes
6362         
6363         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
6364
6365         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
6366
6367         * gtk/makefile.msc.in : updated
6368
6369 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
6370
6371         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
6372         Add property support. (#51858)
6373
6374 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
6375
6376         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
6377         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
6378         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
6379
6380 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
6381
6382         * gtk/gtkcolorsel.c: Add propery support (roughly
6383         based on patch from Lee Mallabone, #51014)
6384
6385         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
6386         deprecated, since we already g_warning() on it.
6387
6388 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
6389
6390         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
6391         typo that sometimes caused selection not to work properly.
6392
6393         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
6394         entry when tabbing in. (#57743)
6395         
6396         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
6397         user drags up above or down below the entry, move
6398         to the end or the beginning of the entry. (Suggestion
6399         from Jay Cox, #50940)
6400
6401         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
6402         a current selection, then when moving by chars or
6403         words, move to the end of the selection rather than
6404         from entry->current_pos. (Suggestion from Jay Cox,
6405         #50942)
6406         
6407 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
6408
6409         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
6410         set window->decorated. (Patch from Hidetoshi Tajima,
6411         #55846)
6412
6413 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
6414
6415         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
6416         the widget/child realization/mapping invariants.
6417
6418         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
6419         gtk_widget_[get/set]_child_visible() to control
6420         whether visible children of a mapped window are
6421         mapped.
6422
6423         * docs/widget_system.txt: Updated for changes in
6424         container contract, and addition of GTK_CHILD_VISIBLE.
6425
6426         * gtk/gtkcontainer.c: Add generic map()/unmap()
6427         functions that work for almost all containers.
6428
6429         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
6430         gtk_widget_set_child_visible() where necessary.
6431
6432         * gtk/*.c: Remove excess map(), unmap(), and 
6433         realization/mapping invariant enforcing code
6434         from many containers.
6435
6436 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
6437
6438         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
6439         Get the foreground color from 'text', nor 'fg'. (#57568)
6440
6441 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
6442
6443         * gtk/*.c: Patch from Matthias Clasen to remove remove
6444         all instances of g_return_if_fail (foo != NULL); that are
6445         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
6446         since the second check catches the NULL anyways.
6447
6448 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6449
6450         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
6451         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
6452         GDK_THREADS_ENTER()/LEAVE() pairs.
6453
6454         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
6455         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
6456         pairs. (Problem found by M. Meeks)
6457
6458 2001-07-18  Darin Adler  <darin@bentspoon.com>
6459
6460         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
6461         that we don't get a g_warning message every time we register a new
6462         icon size.
6463
6464         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
6465         using pixel variable of the correct type.
6466         
6467 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
6468
6469         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
6470         so that using X functions on a GdkWindow is possible, if
6471         a little hairy.
6472
6473         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
6474         and ts_origin of a GC, so that external parties can offset/restore
6475         a GC, when using gdk_window_get_internal_paint_info().
6476
6477 2001-07-17  Darin Adler  <darin@bentspoon.com>
6478
6479         * .cvsignore: Ignore the sgml directory made by gtkdoc.
6480         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
6481         instead of the deprecated gtk_window_set_policy.
6482         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
6483         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
6484         function to get rid of warning and some code too.
6485         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
6486         missing const.
6487         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
6488         unused local.
6489         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
6490         const.
6491         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
6492         (gdk_utf8_to_compound_text): Add missing const.
6493         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
6494         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
6495         cast and get rid of an unnecessary one.
6496         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
6497         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
6498         local.
6499         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
6500         Remove unused local.
6501         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
6502         missing const.
6503         * tests/testsocket.c: (add_child): Add cast so the printf format
6504         doesn't make us implicitly depend on what integer type
6505         gtk_socket_get_id returns.
6506         * tests/testtextbuffer.c: Add missing const.
6507         * tests/testtreefocus.c: (main): Remove unused local.
6508         * tests/treestoretest.c: (iter_remove): Remove unused local.
6509         (uppercase_value): Remove unused function.
6510         (make_window): Add statement to quiet the compiler's uninitialized
6511         variable warning.
6512
6513 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
6514
6515         * gtk/gtkrange.c:
6516         (second_timeout): 
6517         (initial_timeout): 
6518         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
6519         (gtk_range_calc_layout): compute the new layout based on an
6520         adjustment->value being passed in as argument.
6521         (gtk_range_button_press): for button2 slider warps, first recalc
6522         the layout, then adjust the value. also, use update_slider_position()
6523         for adjusting the value, so we keep pixel quantisation at which we
6524         usually operate (upon motion or button releases). the reason for this
6525         is that, we can't change the adjustment upon button2 presses to a non
6526         quantised value and upon button2 release re-quantise the value since
6527         that'd alter the value even if we didn't get any motion events (causing
6528         unexpected scroll area warps upon release and/or slider pixel-jitter).
6529         (gtk_range_motion_notify): update the slider position from queried
6530         coordinates, not event coordinates.
6531
6532 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
6533
6534         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
6535         the default gc values are: width=0, CapBut, JoinMiter.
6536
6537 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
6538
6539         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
6540         into account the xpad and ypad when calculating the width and the
6541         height of the pixbuf cel.
6542
6543 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
6544
6545         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
6546         Rename to gtk_radio_menu_item_get_group(), add deprecated
6547         alias. (#57044)
6548
6549         * gtk/gtkfilesel.c: Indentation fix.
6550
6551 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
6552
6553         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
6554         Hasselmann to fix warnings in compat macros. 
6555         (#56773)
6556
6557         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
6558         stupid wrong cast added in last patch.
6559
6560 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
6561
6562         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
6563         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
6564
6565 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
6566
6567         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
6568         missing cast.
6569
6570         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
6571         NULL/FALSE return value confusion.
6572
6573         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
6574         problem when scrollbar completely fills range. (Patch
6575         from  Matthias Clasen, #57047)
6576
6577 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
6578
6579         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
6580         clean up when handling events for move-resize emulation.
6581         (Problem traced down by Matthias Clasen, #57271)
6582
6583 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
6584
6585         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
6586           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
6587           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
6588           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
6589           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
6590           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
6591           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
6592         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
6593
6594 2001-07-09  Peter Williams  <peterw@ximian.com>
6595
6596         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
6597         for when srcdir != builddir
6598
6599 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
6600
6601         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
6602         gtk_tree_model_get_iter_root.
6603
6604         * gtk/gtkliststore.c: Add a bunch of g_return statements.
6605         (gtk_list_store_iter_n_children): Fix up.
6606
6607         * gtk/gtktreestore.c: Add a bunch of g_return statements.
6608
6609 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
6610
6611         * gtk/gtkwidget.c (gtk_widget_class_init):
6612         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
6613         restore some workingness.
6614
6615         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
6616         handle of window type for input-only windows.
6617
6618 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
6619
6620         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
6621         Patch from Gregory Merchan to add 
6622         gtk_button_box_set_secondary(), which separates
6623         the child into a separate group from the normal
6624         buttons. (#56331)
6625
6626         * gtk/gtkdialog.c: Make help buttons secondary by
6627         default.
6628
6629         * gtk/gtkbbox.c: Added a child property "secondary".
6630
6631         * gtk/testgtk.c: Turn on the help button for the 
6632         color selector to check that it properly appears
6633         as secondary.
6634
6635 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
6636  
6637         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
6638         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
6639         Add gdk_set_pointer_hooks() to allow pointer-querying to
6640         be hooked by an event record/playback system like GERD.
6641         (#56914)
6642         
6643 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
6644
6645         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
6646         in the right value of initial_emission to
6647         gtk_widget_set_style_internal (#57091)
6648
6649 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
6650
6651         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
6652         Make compile.
6653
6654         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
6655         with calling gtk_widget_set_style_internal() with
6656         the old style, not the new style. (#56989)
6657
6658 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
6659
6660         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
6661           gtk/gtkwidget.c:
6662         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
6663         not GTK_WIDGET_GET_ANCESTOR ... see 
6664         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
6665         Indicate the best practice in the docs for gtk_widget_get_toplevel().
6666
6667         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
6668         so GtkPlug can give the correct signals when transforming
6669         from a child to a toplevel.
6670         
6671         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
6672         reparentation correctly.
6673
6674         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
6675         Propagate the previous_toplevel argument down properly.
6676
6677         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
6678         of wrong atr list.
6679
6680         * gtk/gtkplug.[ch]: Add an "embedded" signal.
6681
6682         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
6683         signals.
6684
6685         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
6686         functions gtk_plug_get_id(), gtk_socket_get_id(),
6687         to avoid the user having to worry about realization,
6688         and gdkx.h.
6689
6690         * tests/testsocket.c: Extend to try out the new signals
6691         and gtk_plug/socket_get_id().
6692
6693         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
6694         setting of underline attributes.
6695
6696         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
6697         DestroyNotify events from SubstructureNotifyMask
6698
6699         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
6700         Switch GDK_WINDOW_TYPE (window) as needed.
6701
6702         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
6703         allow creation of toplevel windows as children of
6704         foreign windows.
6705
6706         * gtk/gtkplug.c: Remove hacks involving changing private
6707         fields of GdkWindow.
6708
6709         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
6710         exactly the same signals and notification
6711         be emitted for local embedding as for inter-process
6712         embedding.
6713
6714 2001-07-04  James Henstridge  <james@daa.com.au>
6715
6716         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
6717
6718 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
6719
6720         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
6721         XEMBED embedding add a _XEMBED_INFO property to the
6722         client with version number and a "mapped" flags.
6723         Use the mapped flag instead of the racy MapRequestEvent
6724
6725         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
6726         code to reliably set things (when the child is a passive
6727         embedder participating in the XEMBED protocol) intead
6728         of just being a hack for embedding non-participating
6729         programs. Fix various bugs and race conditions.
6730         
6731         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
6732         work by simply making the GtkSocket the gtk parent
6733         of the GtkPlug. Set a flag in this case and make
6734         the GtkPlug work like a normal container by overriding
6735         methods such as check_resize and "chaining past" GtkWindow
6736         to GtkBin.
6737
6738         * gtk/gtkentry.c (gtk_entry_real_activate)
6739           gtk/gtkmain.c (gtk_propagate_event): 
6740         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
6741         
6742         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
6743         gtk_widget_get_ancestor):
6744         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
6745         might not give the expected result and recommend
6746         an alternative.
6747
6748         * tests/testsocket.c tests/testsocket_child.c
6749         tests/testsocket_common.c tests/Makefile.am: Extended
6750         to test different type of adding plugs to sockets
6751         (local,active,passive), and to test mapping/unmapping
6752         the plug.
6753
6754         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
6755         mark the window as destroyed until after we
6756         called _gdk_windowing_window_destroy().
6757         (_gdk_windowing_window_destroy() may use GDK functions
6758         on the window.)
6759
6760         * gdk/x11/gdkinput.c: Remove the check for finalization - 
6761         devices can be finalized under some circumnstances.
6762  
6763         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
6764         small problem with GDK_TYPE_DEVICE.
6765  
6766 2001-07-02  Havoc Pennington  <hp@pobox.com>
6767
6768         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
6769         use constants not atoms.
6770
6771 2001-07-02  James Henstridge  <james@daa.com.au>
6772
6773         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
6774         PANGO_TYPE_TAB_ARRAY.
6775
6776         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
6777         for PANGO_TYPE_TAB_ARRAY.
6778
6779         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
6780         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
6781
6782         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
6783         the file.  Remove Pango types from defs -- they are now defined in
6784         libpango.
6785
6786 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
6787
6788         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
6789
6790         * gtk/gtkobject.c (gtk_object_destroy): invoke
6791         g_object_run_dispose().
6792
6793         * gtk/gtkwindow.c: 
6794         * gtk/gtkwidget.c: 
6795         * gtk/gtkobject.c:
6796         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
6797         method.
6798
6799 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6800
6801         * gtk/gtktypeutils.c (gtk_type_class): Remove
6802         change check for GTK_TYPE_OBJECT derivation to
6803         G_TYPE_OBJECTS - it's Tim-approved to use this 
6804         for arbitary objects.
6805
6806         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
6807         prefix gtk_container_dequeue_resize_handler().
6808
6809         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
6810         to the hierarachy_changed signal, since you otherwise
6811         have to always keep that around.
6812
6813         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
6814         for extra argument to hierarchy_changed.
6815
6816 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
6817
6818         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
6819         for style to mean "revert to default style"
6820
6821         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
6822           gtk_widget_restore_default_style): Make this functions
6823         deprecated aliases for gtk_widget_set_style (widget, NULL).
6824
6825         * gtk/gtkwidget.[ch]: Remove:
6826            gtk_widget_set_default_style ()
6827            gtk_widget_push_style ()
6828            gtk_widget_pop_style ()
6829         These functions interact are overriden by RC files, and
6830         thus virtually useless, and complicated.
6831
6832 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
6833
6834         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
6835         most of the previous global variables in gtkrc.c. This is
6836         in preparation for multi-head, since each screen can
6837         have different GtkSettings and RC information.
6838
6839         * gtk/gtkrc.[ch]: 
6840
6841         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
6842         GtkSettings parameter to GtkRcStyle::parse.
6843
6844         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
6845         Add two new settings gtk-theme-name, gtk-key-theme-name,
6846         for RC files that are loaded by name after reading
6847         the default RC files.
6848         
6849         * gtk/gtkrc.c: Allow priorities for styles, as wll as
6850         bindings.
6851
6852         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
6853         and use it by default for RC files loaded via 
6854         gtk-theme-name, gtk-key-theme-name.
6855
6856         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
6857         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
6858         tests/testgtkrc: Require pathnames to be absolute.
6859
6860         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
6861         the source when parsing, since the operation of looking up a
6862         pixmap from an RC file depends on the parsing context.
6863
6864         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
6865         reset RC styles on all widgets when files are reparsed.
6866
6867         * tests/testgtk.c (create_rc_file) 
6868           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
6869         Simplify, now that gtk_rc_reparse_all() resets styles on
6870         all widgets itself.
6871
6872         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
6873         return value.
6874
6875         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
6876         GtkSettings argument.
6877
6878         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
6879         gtk_settings_get_global().
6880
6881         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
6882         to get the appropriate GtkSettings for a widget. (For now,
6883         just gets the default GtkSetttings.) 
6884
6885         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
6886           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
6887         changes.
6888
6889         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
6890         getting a style for a path without actually having a widget.
6891         (Allows using a style for a subpart of a widget, for
6892         example.)
6893
6894         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
6895         the RC files to be reloaded for just one GtkSettings
6896         (not sure how useful this really is.)
6897
6898         * gtk/gtkrc.h: Deprecate
6899         gtk_rc_add_widget_name/widget_class/class_style
6900
6901 2001-06-30  Alex Larsson  <alexl@redhat.com>
6902
6903         * gdk/linux-fb/gdkinput-none.c:
6904         * gdk/linux-fb/gdkinput.c:
6905         * gdk/linux-fb/gdkinputprivate.h:
6906         Convert GdkDevice to a GObject.
6907
6908         * linux-fb/gdkprivate-fb.h:
6909         * linux-fb/gdkvisual-fb.c:
6910         Convert GdkVisual to a GObject.
6911
6912 2001-06-29  Alex Larsson  <alexl@redhat.com>
6913
6914         * gdk/gdkvisual.h:
6915         * gdk/gdkcolor.c:
6916         * gdk/x11/gdkx.h:
6917         * gdk/x11/gdkvisual-x11.c:
6918         Convert GdkVisual to a GObject.
6919
6920         * gdk/gdkinput.h:
6921         * gdk/gdkevents.c:
6922         * gdk/x11/gdkinputprivate.h:
6923         * gdk/x11/gdkinput-gxi.c:
6924         * gdk/x11/gdkinput-none.c:
6925         * gdk/x11/gdkinput-x11.c:
6926         * gdk/x11/gdkinput-xfree.c:
6927         * gdk/x11/gdkinput.c:
6928         Convert GdkDevice to a GObject.
6929
6930 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
6931
6932         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
6933         to just plain new, fixing the number of columns, and column types
6934         at creation time.
6935
6936         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
6937
6938         * gtk/gtkcellrenderertext.c
6939         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
6940         height to a specific font.
6941
6942         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
6943
6944         * tests/*c: change to work with new store models.
6945
6946 2001-06-29  Havoc Pennington  <hp@redhat.com>
6947
6948        * Throughout: fixes to compile with G_DISABLE_COMPAT
6949         (s/g_signal_connectc/g_signal_connect/,
6950         s/g_signal_newc/g_signal_new/,
6951         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
6952
6953 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
6954
6955         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6956         add path argument to selection callbacks.
6957
6958 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
6959
6960         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
6961         walk through a model in a depth first manner, with the option to
6962         break out.
6963
6964 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
6965
6966         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
6967         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
6968         column and follow it when draged, rather than a location in the
6969         view. "expander_column" property and drawing functions changed
6970         accordingly.  Fixes bug #55942.
6971
6972         (gtk_tree_view_{set,get}_expander_column): Now works with a
6973         GtkTreeViewColumn* instead of int.
6974
6975 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
6976
6977         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
6978
6979 2001-06-28  Havoc Pennington  <hp@pobox.com>
6980
6981         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
6982         image data to the screen, using a server grab to avoid race
6983         conditions.
6984
6985         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
6986         check for NULL return from gtk_image_new_from_stock(), it never
6987         returns NULL.
6988         (gtk_item_factory_create_item): fix bug where we parsed the stock
6989         ID as an inline pixbuf
6990
6991         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
6992
6993         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
6994         support (should be using binding set here)
6995
6996         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
6997         support (should be using binding set here)
6998
6999         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
7000         support
7001
7002         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
7003
7004         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
7005
7006         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
7007
7008         * gtk/gtkimcontextsimple.c
7009         (gtk_im_context_simple_filter_keypress): keypad
7010
7011         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
7012
7013         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
7014
7015         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
7016
7017         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
7018         should be binding-setted)
7019
7020         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
7021
7022         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
7023
7024         * gtk/gtkcalendar.c: numeric keypad fixes
7025
7026         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
7027         support
7028
7029         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
7030         screwup
7031
7032         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
7033         clip the render area to the drawable's clip region in advance,
7034         so we don't get data from the server that we don't need.
7035
7036         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7037         check return value of gdk_pixbuf_get_from_drawable(), fall back 
7038         to bilevel alpha if we can't get the pixbuf to composite against.
7039
7040         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
7041
7042         * gdk/gdkimage.c (gdk_image_get_colormap): add
7043         gdk_image_set_colormap, gdk_image_get_colormap
7044
7045         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
7046         take a region of the image, instead of converting the entire
7047         image.
7048
7049         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
7050         keybinding signal. Add default bindings for it. Add default
7051         handler for show_help that shows the tooltip for the widget.
7052
7053         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
7054         "close" keybinding signal, remove key press handler.
7055
7056         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
7057         it's not our usual practice to leave a deprecated function around
7058         with a runtime warning, plus we don't want it to appear in docs,
7059         plus if we make them yellow no one will want to change them
7060         anyhow.
7061
7062 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
7063
7064         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
7065         GTK_WIDGET_REALIZE() for resize queueing.
7066
7067         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
7068         GTK_WIDGET_REALIZE() for post event delivery destruction upon
7069         GDK_DESTROY.
7070         
7071         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
7072         sompensate for former (pre-2.0) connect_after() facility.
7073         (gtk_widget_send_expose): 
7074         (gtk_widget_event): assert the widget is realized, since event delivery
7075         to non-realized widgets is essentially a bug. event handlers should
7076         be able to unconditionally rely on widget->window (unless they
7077         emit events on their own which can trigger widget destruction).
7078         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
7079         logic. event delivery happens as follows:
7080         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
7081         b) if !was_handled in (a) and the widget is still realized, emit event-
7082            specific signal (RUN_LAST handler). returns was_handled.
7083         c) emission of GtkWidget::event-after for notification if the widget is
7084            still realized (regardless of was_handled from previous stages, no
7085            class handler). no return value.
7086         d) was_handled gets passed on to caller, to determine further
7087            propagation. if the widget got unrealized meanwhile, was_handled
7088            is returned as TRUE.
7089
7090         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
7091         gdk_event_get_coords().
7092
7093 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
7094
7095         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
7096         age 0, binary age 0. depend on glib 1.3.7.
7097
7098         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
7099
7100         * gtk/gtkmenubar.c: same here.
7101         
7102         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
7103
7104         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
7105
7106         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
7107         
7108         * gtk/gtkmenubar.c (add_to_window): likewise.
7109         
7110         * gtk/gtktextbtree.c: and here...
7111         
7112         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
7113         
7114         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
7115         
7116         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
7117         
7118         * gtk/gtktreeviewcolumn.c:
7119         (_gtk_tree_view_column_set_tree_view): yet again.
7120
7121         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
7122         signal connections without g_signal_connect_data().
7123         
7124         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
7125         demo of the matter.
7126         
7127         * demos/testpixbuf.c (main): running out of equality phrases for the
7128         ChangeLog, but had to adapt connections here as well.
7129         
7130         * demos/testanimation.c (progressive_timeout): and for the fun of it,
7131         tackled this the same way.
7132         
7133         * tests/testtext.c (create_view): ok, it's becoming a pain at this
7134         point, but had enough enery for one more fix.
7135
7136         * tests/testtreecolumns.c (main): stand up man, do your work!
7137
7138         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
7139         fix, either that's been all of it or CVS gtk is broken yet again.
7140         
7141 2001-06-29  James Henstridge  <james@daa.com.au>
7142
7143         The following changes correspond to bug #56812
7144
7145         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
7146         code for GdkDevice.
7147
7148         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
7149         GdkCursor.
7150
7151 2001-06-19  Havoc Pennington  <hp@pobox.com>
7152
7153         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
7154         for mapping a window without fooling with stacking order, but
7155         updating the "withdrawn" flag
7156
7157         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
7158         filtering as soon as possible, moving move resize and wmspec_check
7159         handling after the event filter.  Make default filter apply to all
7160         events, not just those with no GdkWindow wrapped around the X
7161         window. Fix a FIXME about how the window could be a pixmap using 
7162         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
7163
7164         Also, be robust against events not on a known GdkWindow.
7165
7166         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
7167         gdk_x11_ungrab_server): export reference-counted server grabs, so
7168         other people can grab server over a GDK function that also does
7169         so.
7170
7171 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
7172
7173         * gtk/gtktreeviewcolumn.c
7174         (gtk_tree_view_column_pack_start_cell_renderer): New function to
7175         reflect that you can (hypothetically) pack cell renderers into a
7176         column.
7177         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
7178         (gtk_tree_view_column_cell_is_visible): Move more functionality to
7179         the column.
7180         (gtk_tree_view_column_cell_can_focus): Move more functionality to
7181         the column.
7182
7183         * gtk/gtktreeview.c: Move to use new column-packing code.
7184         (gtk_tree_view_real_expand_row): remove totally braindead code.
7185         (gtk_tree_view_real_collapse_row): ditto.
7186
7187 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
7188
7189         * gtk/gtktreeviewcolumn.c: Fix a typo.
7190         
7191 2001-06-26  Joel Becker  <jlbec@evilplan.org>
7192
7193         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
7194           at the end of the file
7195
7196 2001-06-26  Havoc Pennington  <hp@redhat.com>
7197
7198         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
7199
7200 2001-06-26  Havoc Pennington  <hp@redhat.com>
7201
7202         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
7203         property
7204
7205 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
7206
7207         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
7208         stupid missing statement
7209
7210         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
7211         private function for ATK.  It notifies you of how many _visible_
7212         children are deleted when a node is deleted.  Should be used by
7213         atk only.
7214
7215 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
7216
7217         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
7218         Use new pango_context_get_metrics() to fix problems
7219         with font lists in descriptions. (#56184, reported by
7220         Jonas Borgström)
7221
7222 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
7223
7224         * gtk/gtkiconfactory.c:
7225         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
7226         item factory so inlined pixbufs actually work.
7227
7228 2001-06-25  Havoc Pennington  <hp@redhat.com>
7229
7230         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
7231         s/RESIZEABLE/RESIZABLE/
7232
7233         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
7234
7235 2001-06-25  Alexander Larsson  <alexl@redhat.com>
7236
7237         * configure.in:
7238         Added --enable-fbmanager. This is some experimental code
7239         that lets several GtkFB apps coordinate their access to the
7240         framebuffer.
7241         
7242         * acconfig.h:
7243         Added ENABLE_FB_MANAGER.
7244
7245         * gdk/linux-fb/Makefile.am:
7246         Added gdkfbmanager and gdkfbswitch.
7247
7248         * gdk/linux-fb/gdkkeyboard-fb.c:
7249         * gdk/linux-fb/gdkmouse-fb.c:
7250         * gdk/linux-fb/gdkprivate-fb.h:
7251         Split device init and open so that
7252         they can be opened and closed while switched
7253         away.
7254
7255         * gdk/linux-fb/gdkmain-fb.c:
7256         Add the basic manager communication.
7257
7258         * gdk/linux-fb/gdkrender-fb.c:
7259         Don't update to the shadow fb if we're
7260         blocked by the fb manager.
7261
7262 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7263
7264         * docs/Changes-2.0.txt: Add note about child property
7265         changes.
7266
7267 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
7268
7269         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
7270         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
7271
7272         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
7273         with un'reffing wrong list reported by Jeff Franks.
7274
7275         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
7276
7277         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
7278         for the default icon. Remove inline XPM.
7279
7280         * gtk/gtkstock.h gtk/gtkiconfactory.c:
7281         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
7282         is used for GTK_STOCK_DND, but it is a bit too small.)
7283
7284         * gtk/stock-icons/stock_dnd_multiple.png
7285         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
7286
7287         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
7288         TRUE when starting a drag. In other cases, we are
7289         just observing. (#52995)
7290
7291         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
7292         function to set the icon for a drag from a GdkPixbuf
7293         or stock ID.
7294
7295         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
7296         Likewise, for drag sources.
7297
7298         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
7299         (Now should be done using the stock system.)
7300
7301 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
7302
7303         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
7304         Removed - didn't work and not particularly useful anyways
7305         if it did. 
7306
7307 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
7308
7309         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
7310         introduced last night that was making things decidedly not work.
7311
7312         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
7313         so that we have getter/setter pairing everywhere it makes
7314         sense. (#55767)
7315
7316         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
7317         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
7318         deprecated compat macro. (#55516)
7319
7320         * gtk/gtklabel.[ch]: Add functions
7321         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
7322         gtk_label_set_label(), which mirror the property API for GtkLabel.
7323         Make gtk_label_get_attributes() only reflect the attributes
7324         set by gtk_label_set_attributes.
7325
7326         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
7327         from gtk_notebook_set_page().
7328
7329 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
7330
7331         * configure.in: Fix tests for XShm.h.
7332
7333         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
7334         gdk_image_new() by use of goto, properly use g_object_unref().
7335
7336 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
7337
7338         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
7339         calls, as GdkImage is an object. these should be g_obejct_unref()
7340         instead but that won't work because of the g_error() statement
7341         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
7342         to spot these places.
7343
7344 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
7345
7346         * modules/input/gtkimcontextxim.c: Fixup some problems with 
7347         text length handling in error cases.
7348
7349         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
7350         a bit to make test actually warn on attempt to allocation
7351         a negative size. (#56101, Matthias Clasen)
7352
7353 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
7354
7355         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7356         noticed by Brian Cameron.
7357         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
7358         Cameron.
7359
7360 2001-06-22  Hans Breuer  <hans@breuer.org>
7361
7362         * gdk/gdk.def : updated externals
7363
7364         * gdk/win32/gdkdrawable-win32.c : corrected some casts
7365         in GDK_NOTEs
7366
7367         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
7368         to translate coordinates to the internal > 16 bit system
7369         Try to handle WM_WINDOWPOSCHANGED to get better performance for
7370         when moving/resizing
7371
7372         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
7373         and gdk_keymap_get_direction (). The latter is untested for
7374         the RTL case
7375
7376         * gtk/gtk.def : updated externals
7377
7378         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
7379         from pango_language_from_string (), not an already freed pointer
7380
7381         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
7382         binary (-kb) to be useable on windoze
7383  
7384 2001-06-21  Alexander Larsson  <alexl@redhat.com>
7385
7386         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
7387         Update to new PangoLanguage changes.
7388         
7389         * gtk/gtkwindow-decorate.c:
7390         * gtk/gtkwindow.[ch]:
7391         Added setting argument to gtk_window_set_has_frame ()
7392         
7393 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
7394
7395         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
7396         the case without XKB properly.
7397
7398         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
7399         unused gtk_rc_auto_parse variable.
7400
7401         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
7402         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
7403         longer needed with GdkPixbuf.
7404
7405         * gtk/gtkrc.c (_gtk_rc_init): Make private.
7406
7407 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
7408
7409         * gtk/gtkentry.h: Mark deprecated functions with
7410         GTK_DISABLE_DEPRECATED.
7411
7412 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7413
7414         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
7415
7416         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
7417
7418         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
7419           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
7420           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
7421           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
7422           to recent changes in Pango.
7423
7424         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
7425           to test whether the basic engine honors them.
7426
7427 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
7428
7429         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
7430         gtk_container_child_get_property().
7431
7432 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
7433
7434         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
7435         (gtk_tree_view_move_cursor_page_up_down): implement.
7436
7437 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
7438
7439         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
7440         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
7441         don't use automatic fixed size buffer for printf-ing floats, doubles
7442         can expand to really _huge_ strings, use g_strdup_printf() instead.
7443
7444 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
7445
7446         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
7447         construct property in 1.2 and still needs to be.
7448
7449         * gtk/gtkwidget.c: "composite_child" is not a settable property.
7450
7451 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
7452
7453         * gtk/gtkliststore.c (gtk_list_store_clear): 
7454         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
7455         clear a model.
7456
7457 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
7458
7459         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
7460
7461         * gtk/Makefile.am:
7462         * gtk/gtk.h: disabled GtkPacker compilation.
7463
7464         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
7465
7466         * gtk/gtknotebook.c:
7467         * gtk/gtktable.c:
7468         * gtk/gtkbox.c: ported this over to child properties.
7469
7470         * gtk/gtksettings.c: fetch class properties via
7471         g_object_class_list_properties().
7472
7473         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
7474         child arg interface. use gobjectnotifyqueue.c for child property
7475         notification.
7476
7477         * gtk/gtkwidget.[hc]: provide necessary means for container child
7478         properties, i.e. ::child_notify signal,
7479         gtk_widget_freeze_child_notify(),
7480         gtk_widget_child_notify(),
7481         gtk_widget_thaw_child_notify().
7482
7483         * tests/testgtk.c: removed inferior property handling code, for
7484         property editing, a generic module should be used, and GLE
7485         coincidentally fullfills that purpose.
7486
7487         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
7488         needs to be adapted to g_object_class_list_properties() before this
7489         builds again.
7490
7491 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
7492
7493         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
7494         test if a node is expanded.
7495
7496 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
7497
7498         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7499         where collapsing a selected row would result in the cursor/anchor
7500         getting screwed up.
7501
7502 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
7503
7504         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
7505         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
7506         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
7507         Now I can really reorder/sort all Store widgets.  treesorttest
7508         seems to just work now.
7509         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
7510         testtreesort worked through a big coincidence all this time.
7511         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
7512         code.
7513         * tests/testtreecolumns.c: Big 'ol warning at the top letting
7514         people know that this code should never ever ever be copied.
7515
7516 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
7517
7518         * gtk/gtkwindow.h: Fixed a small typo, it should be
7519         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
7520         on line 134.
7521
7522 2001-06-14  Havoc Pennington  <hp@redhat.com>
7523
7524         Docs fixups, and:
7525         
7526         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
7527         GTK_DISABLE_DEPRECATED
7528
7529 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
7530
7531         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
7532         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
7533         finish it off tonight, though it basically works now when it's a
7534         list.  Also, I have a sinking feeling neither GtkTreeStore or
7535         GtkListStore actually resort when adding a new item.  I'll look
7536         into it.
7537
7538 2001-06-14  Havoc Pennington  <hp@redhat.com>
7539
7540         * demos/gtk-demo/main.c (load_file): fix bug identified by
7541         warnings I just added to gtktextbuffer
7542
7543 2001-06-14  Havoc Pennington  <hp@redhat.com>
7544
7545         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
7546
7547         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
7548
7549         * gtk/gtktextbtree.c: don't leak node data all over the place.
7550
7551         * demos/gtk-demo/main.c (main): create fontify tags for the right
7552         buffer
7553
7554         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
7555         to mention tags in the same table can't have the same name,
7556         suggested by Skip Montanaro
7557
7558 2001-06-11  Havoc Pennington  <hp@redhat.com>
7559
7560         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
7561         for trying to add two tags with same name to the tag table
7562
7563         * demos/gtk-demo/main.c (main): fix colors ;-)
7564
7565 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
7566
7567         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
7568         that allows grouping together multiple windows so that grabs
7569         within that set of windows only affect those windows.
7570
7571         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
7572         signal for notification when a widget becomes shadowed
7573         by a grab or is no longer shadowed by a grab.
7574
7575         * gtk/gtkwidget.c (gtk_widget_propagate_state)
7576           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
7577         insenstive widgets to maintain a grab.
7578
7579 2001-06-14  Alexander Larsson  <alexl@redhat.com>
7580
7581         * docs/README.linux-fb:
7582         Add some example config files that can be used with the URW fonts.
7583         
7584         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
7585         Set up the color ramps for DirectColor mode.
7586
7587 2001-06-11  Havoc Pennington  <hp@redhat.com>
7588
7589         * Release 1.3.6
7590          
7591 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7592
7593         * gdk/linux-fb/gdkwindow-fb.c:
7594         Unify shaped window code and make it repaint the area that used
7595         to be part of the shape, but isn't anymore.
7596
7597 2001-06-11  Havoc Pennington  <hp@redhat.com>
7598
7599         * NEWS: Updates
7600
7601         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
7602
7603         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
7604         
7605 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7606
7607         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
7608         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
7609         passes zero instead, so do we.
7610         
7611 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7612
7613         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
7614         Deep copy dash_list too.
7615         (_gdk_fb_gc_new): Set default cap_style before
7616         setting values.
7617
7618 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
7619
7620         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
7621         gdk_keymap_get_direction): New functions.
7622
7623 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
7624
7625         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
7626         gtk_tree_model_get_flags by adding a second flag for atk.
7627
7628         * gtk/gtktreemodel.c: make cursor behavior interact better with
7629         mouse presses.
7630
7631 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
7632
7633         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
7634         expand_row/collapse_row to be 2 signals each -- test_expand_row
7635         and row_expanded as well as test_collapse_row and row_collapsed.
7636
7637 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
7638
7639         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
7640         signal name to be changed instead of selection_changed.
7641
7642 2001-06-08  Havoc Pennington  <hp@redhat.com>
7643
7644         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
7645         "scroll_offset" property for notification when the layout offsets
7646         may have changed
7647         (gtk_entry_adjust_scroll): add notify for scroll_offset
7648         (gtk_entry_layout_index_to_text_index): function to compensate for
7649         preedit string when doing coordinate stuff on the entry's layout
7650         (gtk_entry_text_index_to_layout_index): inverse function
7651         (gtk_entry_get_layout_offsets): hook to get current position of
7652         the layout      
7653         (gtk_entry_get_layout): hook to get the layout itself.
7654
7655         * gtk/gtklabel.c (gtk_label_get_layout): new function
7656
7657 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
7658
7659         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
7660         keybinding.
7661         (gtk_tree_view_focus): Fix merge conflict.
7662
7663 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
7664
7665         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
7666         clean up cursor handling.
7667
7668 2001-06-08  Havoc Pennington  <hp@redhat.com>
7669
7670         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
7671         function
7672
7673         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
7674         this function
7675
7676 2001-06-08  Alex Larsson  <alexl@redhat.com>
7677
7678         * gtk/gtkcompat.h.in:
7679         Added compat macros for all old GTK_TYPE_GDK_xxx types.
7680         Fixes bug #52892
7681
7682 2001-06-08  Havoc Pennington  <hp@redhat.com>
7683         
7684         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
7685         parent still
7686
7687 2001-06-08  Havoc Pennington  <hp@redhat.com>
7688
7689         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
7690         don't call g_list funcs on GSList
7691
7692         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
7693         gtk_container_focus(), since some widgets have focusable locations
7694         which are not other widgets. These widgets should not have to be 
7695         containers just to manage the focus. For example, GtkHSV is
7696         currently a container for no good reason. Also, this cleans
7697         up the "if (is_container && is_sensitive && is_drawable)
7698         container_focus ()" mess in widget implementations.
7699
7700         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
7701         function, and have it just call gtk_widget_child_focus().
7702
7703         * gtk/gtkhsv.c: derive from widget not container
7704         
7705         Throughout: fix to reflect GtkContainer::focus change
7706         
7707 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
7708
7709         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
7710         range.  Fix bug #55921
7711
7712         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
7713         (#55920).
7714
7715 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
7716
7717         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
7718         and gdk_keymap_get_current_direction().
7719
7720         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
7721           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
7722         the current locked group, use it to set the keymap
7723         direction.
7724
7725         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
7726         to determine whether we draw a split cursor or use
7727         a jumping cursor based on the current direction.
7728
7729         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
7730         Obey the split cursor setting. 
7731
7732 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
7733
7734         * gtk/gtkimmulticontext.c (activate_cb): Only activate
7735         when toggling on, not when toggling off... (#55906)
7736
7737 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
7738
7739         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
7740         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
7741         in docs. (#55812, Vitaly Tishkov)
7742
7743 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
7744
7745         * demos/gtk-demo/main.c (create_tree): Changed signal name from
7746         selection_changed to changed in signal connection to GtkTreeSelection,
7747         also used g_signal_connectc since GtkTreeSelection is now a GObject.
7748
7749 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
7750
7751         * gtk/gtktreeselection.c: Now it's a GObject instead of a
7752         GtkObject.  The GtkTreeSelection::selection_changed signal is now
7753         the GtkTreeSelection::changed signal.
7754
7755         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
7756         object.
7757
7758         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
7759         object.
7760
7761 2001-06-07  Havoc Pennington  <hp@redhat.com>
7762
7763         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
7764
7765 2001-06-07  Havoc Pennington  <hp@redhat.com>
7766         
7767         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
7768         (not tested yet because with absolute path to srcdir I can't build
7769         atk, but it was broken anyway so this may help) 
7770
7771 2001-06-07  Havoc Pennington  <hp@redhat.com>
7772
7773         * configure.in: output m4macros/Makefile
7774         
7775 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
7776
7777         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
7778         buttons.  Fixes #55460 reported by matthiasc@poet.de.
7779
7780 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
7781
7782         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
7783         expansion/collapsing so it only happens in one place.
7784         (gtk_tree_view_real_expand_row): ditto.
7785
7786 2001-06-07  Havoc Pennington  <hp@redhat.com>
7787
7788         * tests/Makefile.am: add missing -I flag
7789
7790         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
7791
7792         * configure.in: use pkg-config to see if GModule is
7793         supported; fix to properly turn on included loaders 
7794         when GModule isn't supported; don't use AC_CHECK_LIB 
7795         when libs are not installed yet
7796
7797         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
7798
7799         * Makefile.am (SUBDIRS): add m4macros subdir
7800
7801         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
7802         dependencies also.
7803
7804 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
7805
7806         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
7807         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
7808
7809 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
7810
7811         * gtk/gtktreeview.c
7812         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
7813         bindings to expand and collapse rows.
7814         (gtk_tree_view_real_select_cursor_parent): New key binding.
7815         (gtk_tree_view_real_toggle_cursor_row): New key binding.
7816
7817         * gtk/gtkmarshal.list: new
7818         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
7819
7820 2001-06-06  Havoc Pennington  <hp@redhat.com>
7821
7822         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
7823
7824         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
7825         Down to move visually rather than logically, since it confuses 
7826         people. Add -/+ and Ctrl--/+ bindings for logical movement.
7827
7828 2001-06-06  Alex Larsson  <alexl@redhat.com>
7829
7830         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7831         Fix up error messages.
7832
7833 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
7834
7835         * gtk/gtktooltips.h: Include gtkwidget.h 
7836         (#55798, Karl Nelson)
7837
7838         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
7839         a valid latin-1 character. (Marc Lehmann, #35467)
7840
7841         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
7842         (Marc Lehmann, #35467)
7843         
7844 2001-06-05  Alex Larsson  <alexl@redhat.com>
7845
7846         * demos/gtk-demo/appwindow.c (do_appwindow):
7847         Don't swap the order of the args to gtk_widget_destroyed.
7848
7849         * tests/testgtk.c (destroy_properties):
7850         Don't crash when the properties window is destroyed.
7851
7852         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
7853         Use with_mnemonics to handle the case of stock items with
7854         underscores in them.
7855
7856 2001-06-05  Havoc Pennington  <hp@redhat.com>
7857
7858         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
7859         gtk_text_iter_reorder
7860
7861 2001-06-05  Havoc Pennington  <hp@redhat.com>
7862
7863         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
7864
7865 2001-06-05  Havoc Pennington  <hp@redhat.com>
7866
7867         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
7868         to the range that was set
7869
7870         * gtk/gtkrange.c: add value_changed signal, primarily 
7871         intended for use with GtkScale
7872         (gtk_range_set_increments): new function
7873         (gtk_range_set_range): new function with weird name
7874         (gtk_range_set_value): new function
7875         (gtk_range_get_value): new function
7876
7877         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
7878         from gtk_spin_button_get_value_as_float(). Compat #define
7879         added for get_value_as_float.
7880
7881         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
7882
7883         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
7884
7885 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
7886
7887         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
7888
7889 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
7890
7891         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
7892
7893         * tests/testgtk.c (create_tooltips): Remove usage of
7894         gtk_widget_set().
7895
7896 2001-06-05  Havoc Pennington  <hp@redhat.com>
7897
7898         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
7899
7900         Applying patch from Jeff Franks, with function docs added.
7901         
7902         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
7903         remove call to set_mnemonic_widget, change docs a bit.  
7904
7905         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
7906         new function
7907
7908         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
7909         new function
7910
7911         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
7912
7913         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
7914         function
7915         (gtk_radio_button_new_with_mnemonic_from_widget): new function
7916
7917         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
7918         new function
7919
7920         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
7921         function        
7922
7923         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
7924         auto-selection of mnemonic widget.
7925
7926 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
7927
7928         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
7929         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
7930         (gtk_tree_view_column_set_min_width): ditto.
7931
7932 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
7933
7934         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
7935         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
7936
7937 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
7938
7939         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
7940         gtk_clist_thaw().
7941
7942 2001-06-04  Havoc Pennington  <hp@pobox.com>
7943
7944         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
7945 r       eleases for buttons 6, 7
7946
7947 2001-06-04  Havoc Pennington  <hp@redhat.com>
7948
7949         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
7950         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
7951         #55562
7952
7953 2001-06-04  Havoc Pennington  <hp@redhat.com>
7954
7955         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
7956         where text_view->layout == NULL by assuming its size is 0, 
7957         i.e. same as if we haven't done any reflow. Reported by 
7958         Hidetoshi Tajima #55448 
7959
7960 2001-06-04  Havoc Pennington  <hp@redhat.com>
7961
7962         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
7963         and 7 for scroll left/right, from Thomas Broyer
7964
7965 2001-05-10  Havoc Pennington  <hp@redhat.com>
7966
7967         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
7968         we need to parse the xsetting as if it were an RC file string.
7969
7970         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
7971         value of palette from settings, not from static variable
7972
7973         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
7974         xsettings translation table
7975
7976         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
7977         hardcoding the toolbar style conflicts with new customizable 
7978         toolbar style philosophy
7979         (gtk_toolbar_class_init): add settings for default toolbar style;
7980         these are used unless the app specifically forces a toolbar style
7981
7982         * gtk/gtksettings.c (settings_install_property_parser): only
7983         return at the start if we warn and parser == NULL
7984
7985         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
7986         palette changed handler so we don't notify dead color selections
7987
7988         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
7989         xthickness/ythickness of 0 or 1 properly 
7990         (gtk_default_draw_resize_grip): clear the background behind the
7991         resize grips, and align to bottom right if we square the 
7992         area to be drawn.
7993
7994         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
7995         statusbar label to 1, so it doesn't make toplevels resize oddly
7996         (gtk_statusbar_size_request): add grip size to request
7997         (gtk_statusbar_size_allocate): hack so the hbox still works with 
7998         the grip size in the request
7999
8000         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
8001         bug where showing all on a toplevel makes the toolbar 
8002         button text appear despite the toolbar mode
8003
8004         * gtk/gtkmenubar.c: add internal padding style property
8005
8006         * gtk/gtktoolbar.c: Add internal padding style property; add
8007         shadow type style property
8008
8009         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
8010         state; and put Container::border_width outside the frame
8011
8012         * gtk/gtktextview.c: don't draw focus rectangle if we're in
8013         interior focus mode, we just use blinking cursor
8014
8015 2001-06-04  Havoc Pennington  <hp@redhat.com>
8016
8017         * configure.in: Make gdk-pixbuf have same version number as GTK
8018
8019 2001-06-04  Havoc Pennington  <hp@redhat.com>
8020
8021         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
8022         digits greater than 6. If there actually are limits (which there
8023         likely aren't), should clamp to them not warn.
8024         (gtk_spin_button_new_with_range): don't take log of 0
8025         (gtk_spin_button_size_request): use digits to compute size
8026         request, rather than step increment.
8027
8028         * tests/testgtk.c (create_spins): test larger values of digits
8029         
8030         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
8031         font on map not expose, so we don't get weirdness during scrolling
8032
8033 2001-06-04  Havoc Pennington  <hp@redhat.com>
8034
8035         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
8036         Sam Solon, bug #54577, update value even if not drawable.
8037
8038 2001-06-04  Havoc Pennington  <hp@redhat.com>
8039
8040         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
8041         SCROLL_LEFT, reported by Thomas Broyer.
8042
8043 2001-06-04  Havoc Pennington  <hp@redhat.com>
8044
8045         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
8046         Process updates immediately, to prevent funny lag effect
8047         when scrolling, at some mild potential efficiency cost.
8048
8049 2001-06-04  Havoc Pennington  <hp@redhat.com>
8050
8051         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
8052         slider on the click.
8053
8054 2001-06-03  Havoc Pennington  <hp@pobox.com>
8055
8056         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
8057         hscale/vscale details, so we can use it for scrollbar as well.
8058
8059         * tests/testgtk.c (reformat_value): honor digits from GtkScale
8060
8061         * gtk/gtkenums.h (GtkTroughType): Remove this enum
8062         (GtkScrollType): add START and END from GtkTroughType
8063
8064         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
8065         its x/y arguments
8066
8067         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
8068         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
8069         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
8070         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
8071         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
8072
8073         Notable changes in the process:
8074          
8075         - stepper_size style property is the height for vertical 
8076           ranges, width for horizontal; the other dimension matches
8077           the trough size
8078         - add ability to do NeXT-style steppers (and several other styles
8079           that don't make any sense)
8080         - added min_slider_length, fixed_slider_length properties to
8081           GtkScrollbar
8082         - cleaned some private (or at least useless) functions out of
8083           gtkscale.h    
8084         - moved bindings to GtkScale from subclasses, even arrow keys,
8085           since blind users don't know scale orientation.
8086         - change move_slider action signal to use new GtkScrollType,
8087           remove GtkTroughType argument
8088         - digits rounds the values a range will input to the given 
8089           number of decimals, but will not try to force adjustment 
8090           values set by other controllers. That is, we no longer
8091           modify adjustment->value inside a value_changed handler.
8092         - added getters for GtkScale setters
8093         - middle-click begins a slider drag
8094         
8095 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
8096
8097         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
8098         getting the focus code to work.
8099         (gtk_tree_view_class_init): Add a bunch of keybindings.
8100
8101         * gtk/gtktreeviewcolumn.c
8102         (gtk_tree_view_column_set_cell_data_func):
8103         s/GtkCellDataFunc/GtkTreeCellDataFunc.
8104         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
8105         of "properties_changed" to help justify the death of the latter
8106         signal. (-:
8107
8108         * tests/testtreefocus.c (main): Let some columns be focussable to
8109         test focus better.
8110
8111 2001-06-01  Havoc Pennington  <hp@redhat.com>
8112
8113         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
8114         
8115         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
8116         overwrite in overwrite mode if we already deleted the selection
8117         and replaced it with new text.  
8118
8119         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
8120         selection to an empty range, clear the clipboard if we owned it.
8121         (gtk_label_set_selectable): give up selection if we become
8122         unselectable.
8123         (gtk_label_state_changed): override state changed to unselect text
8124         when insensitive
8125         (get_text_callback): add paranoia check that indexes aren't
8126         outside of label->text
8127         (gtk_label_select_region): make -1 for start_offset mean "end of
8128         label," for consistency with GtkEditable
8129
8130         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
8131         GTK_DIALOG_NO_SEPARATOR flag
8132
8133 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
8134
8135         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
8136         notifications on non-existant "enable_arrow_keys".
8137         (#53753, Skip Montanaro)
8138
8139 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
8140
8141         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
8142         GDK_TYPE_RECTANGLE.
8143
8144         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
8145         of allocation argument be GDK_TYPE_RECTANGLE.
8146
8147 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
8148
8149         * gtk/gtkoptionmenu.c: Account for the fact that the border
8150         width is _outside_ the window. (Fixes #54585, bug found
8151         by Bastien Nocera.)
8152
8153 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
8154
8155         * gtk/gtksettings.c (gtk_settings_get_property): Validate
8156         value from GDK settings against parameter spec.
8157
8158         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
8159         to temporary values and use g_value_transform(), since
8160         thinking that GValue was going to be easy or efficient
8161         to use was, of course, a mistake.
8162
8163         * gtk/gtksettings.c: Add cursor blink setting.
8164         
8165         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
8166
8167         * gtk/gtkentry.c: Add cursor blinking.
8168
8169         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
8170         cursor blink global settings.
8171
8172         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
8173         for :text_position in places where it is missing.
8174
8175 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
8176
8177         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
8178
8179 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
8180
8181         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
8182         not pkg-config. (#51032)
8183
8184         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
8185         (fixes #51952, James Henstridge)
8186         
8187 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
8188
8189         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
8190         Rename to the more correct gtk-go-up.
8191
8192         * gtk/stock-icons/stock_menu_sort_ascending.png:
8193         Added new file.
8194         
8195         * gtk/stock-icons/stock_menu_sort_descending.png:
8196         Changed to show descending instead of ascending.
8197
8198         * gtk/gtkiconfactory.c:
8199         Added menu size icon to sort ascending.
8200
8201         * gtk/stock-icons/Makefile.am:
8202         Added stock_menu_sort_ascending.png.
8203         
8204         * gtk/gtkseparatormenuitem.c:
8205         Use correct typenames.
8206
8207 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
8208
8209         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
8210         gulong as in GSignal.
8211
8212 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
8213
8214         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
8215         instances of GtkCellRenderer in code (all but dnd icon code).
8216         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
8217         there, and I can do multiple Cells per column.
8218
8219         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
8220
8221         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
8222         when model was unreffed prior to removing the row reference.
8223
8224 2001-05-25  Havoc Pennington  <hp@redhat.com>
8225
8226         * gtk/gtkiconfactory.c: fix so that default icons are created if 
8227         you call gtk_stock_list_ids()
8228
8229         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
8230         in list
8231
8232 2001-05-25  Havoc Pennington  <hp@redhat.com>
8233
8234         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
8235         set can render without falling back to missing image icon
8236
8237         * gtk/gtktextview.c (gtk_text_view_size_request): request full
8238         size of text, instead of random values
8239
8240         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
8241         size of tree view, instead of random values
8242
8243         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
8244         image in an appropriate size
8245
8246         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
8247         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
8248
8249         Throughout: fix GTK_STOCK_BUTTON_ instances
8250         
8251         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8252         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
8253         Add a bunch of new stock items/icons
8254
8255         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
8256         new function, convenience for inserting columns with a data func
8257
8258         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
8259         (_gtk_icon_factory_list_ids): use list of all factories to
8260         generate a list of all known IDs
8261
8262         * gtk/gtkstock.c (gtk_stock_list_ids): replace
8263         gtk_stock_list_items() with a function that returns all IDs known
8264         including those for GtkIconFactory.
8265
8266 2001-05-25  Hans Breuer  <hans@breuer.org>
8267
8268         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
8269         work -> check boxes and radio buttons are drawn now, even on win9x.
8270         Improved line settings a bit, still no clue how to get really dotted
8271         lines on win9x, on NT it's PS_ALTERNATE.
8272
8273         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
8274         GDK_HINT_MIN_SIZE as well
8275
8276         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
8277
8278         * gtk/gtk.def : updated
8279
8280         * gtk/gtktreeprivate.h : change column_drop_func to be a function
8281         pointer not a function pointer pointer
8282
8283         * tests/testdnd.c : include <stdlib.h> for putenv prototype
8284
8285         * tests/testsocket.c : made it compile on win32 again
8286
8287         * tests/makefile.msc : one more test-app uses prop-editor.obj
8288
8289 2001-05-22  Havoc Pennington  <hp@pobox.com>
8290
8291         * gtk/gtkbin.c (gtk_bin_get_child): New function
8292
8293 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
8294
8295         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
8296         to ignore when doing compose processing.
8297
8298 2001-05-22  Joe Shaw  <joe@ximian.com>
8299
8300         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
8301         Simplify as suggested by Havoc. Just get the last iter and work
8302         backward to the tag instead of getting a line and working back from
8303         there. Fixes passing in an invalid offset to
8304         iter_init_from_byte_offset().
8305
8306 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
8307
8308         * gtk/gtktreeview*.h: 
8309         * gtk/gtkcell*.h:
8310         * gtk/gtk*store.h:
8311         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
8312         macros to all objects.
8313
8314 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
8315
8316         * gtk/gtkcellrenderertext.c
8317         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
8318         with very large (TM) amounts of text.  May be moved to
8319         GtkCellRenderer in the future, though I'm not sure it wants to be
8320         this accessible.
8321
8322         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
8323         More sanity brought to this class.  I like it.
8324
8325         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
8326         case.  Kids, don't try this at home.
8327
8328         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
8329         convenience function.
8330
8331         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
8332
8333 2001-05-21  Alexander Larsson  <alexl@redhat.com>
8334
8335         * gtk/gtkfontsel.c:
8336         Added properties. Based on patch by Lee Mallabone.
8337
8338         * gtk/gtkruler.c:
8339         * gtk/gtkhruler.c:
8340         * gtk/gtkvruler.c:
8341         * gtk/gtktext.c:
8342         * gtk/gtktextview.c:
8343         Converted GtkArg to GParam. Based on patches by John Margaglione.
8344
8345         * tests/Makefile.am:
8346         * tests/testtext.c:
8347         Add a property editor to testtext.
8348         
8349 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
8350
8351         * gtk/gtk{h,v,}paned.c: Only show the separator if 
8352
8353         * configure.in: Fixed reversed conditional causing all image
8354         libraries to be linked in.
8355
8356 2001-05-21  Joe Shaw  <joe@ximian.com>
8357
8358         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
8359         that top_y needs to be >= 0.
8360
8361 2001-05-11  Havoc Pennington  <hp@pobox.com>
8362         
8363         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
8364         losing connection to the X server.
8365
8366 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
8367
8368         * configure.in: Start checks for X from pangox/pangoxft
8369         CFLAGS to avoid duplicate libraries.
8370
8371         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
8372
8373         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
8374         to include gobject.
8375         
8376 2001-05-18  Alexander Larsson  <alexl@redhat.com>
8377
8378         * gtk/gtkspinbutton.c:
8379         Convert GtkArgs to GParams. Based on patch by John Margaglione.
8380         Also do size request reasonable for MAXDOUBLE. Previously it printed
8381         the limits to a buffer and overran it. Instead do it using log10() and
8382         limit the width to 10 digits.
8383         
8384         * gtk/gtkwidget.c (gtk_widget_get_property):
8385         Correctly handle setting the parent property to NULL.
8386
8387 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
8388
8389         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
8390         style attributes even if the widget isn't realized.
8391
8392         * demos/gtk-demo/main.c: Use a slightly smaller font.
8393
8394 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
8395
8396         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
8397         This is something that only a widget writer would ever want
8398         to change.
8399
8400         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
8401         gtk_signal_emit_by_name().
8402
8403         * gtk/gtkviewport.c: Fix some warnings.
8404
8405         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
8406         allowing the requisitions of multiple widgets to be grouped
8407         together.
8408
8409         * tests/testgtk.c: Add GtkSizeGroup test
8410
8411         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
8412
8413         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
8414         warnings.
8415
8416         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
8417
8418 2001-04-28  Martin Baulig  <baulig@suse.de>
8419
8420         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
8421         to gtk_image_menu_item_set_icon() and made it work if there's already
8422         an image.
8423         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
8424         (gtk_image_menu_item_new_with_label): New function.
8425
8426 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
8427
8428         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
8429         highlighting code!!!!  The result is okay so long as you don't try
8430         to stress it.  It also highlights a bug in the TextView so it's in
8431         an unproportional font right now until it's fixed.
8432
8433         *demos/gtk-demo/*.c: Clean up code a bit to make it
8434         ugly-parser(TM) friendly. (-:
8435
8436 2001-05-17  Joe Shaw  <joe@ximian.com>
8437
8438         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
8439         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
8440         if it is only partially onscreen.
8441
8442 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
8443
8444         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
8445         not by characters.
8446
8447         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
8448         are not zero or one; that is, when graphemes of multiple characters
8449         are involved.
8450
8451         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
8452         FIXME.
8453
8454 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
8455         
8456         * gtk/gtkbbox.c:
8457         Add properties, based on patch by Lee Mallabone.
8458
8459         * gtk/gtknotebook.c:
8460         * gtk/gtktoolbar.c:
8461         Convert from GtkArg to GParam, based on patch by John Margaglione.
8462         
8463         * gtk/gtkhscale.c:
8464         * gtk/gtkvscale.c:
8465         * gtk/gtkhscrollbar.c:
8466         * gtk/gtkvscrollbar.c:
8467         * gtk/gtkrange.c:
8468         Move adjustment property to GtkRange.
8469
8470         * gtk/gtklabel.c:
8471         Setup mnemonics on property changes
8472
8473         * gtk/gtkwidget.c (gtk_widget_get_property):
8474         GdkExtensionMode is an enum, not a flag. Set it with
8475         g_value_set_enum ().
8476
8477         * tests/prop-editor.c:
8478         Better propery editor.
8479
8480         * tests/testgtk.c:
8481         Add new property test. Pass zero to the property editor to
8482         get properties from all derived types.
8483         
8484 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
8485
8486         * autogen.sh (have_automake): Require libtool-1.4,
8487         automake-1.4p1.
8488
8489         * acinclude.m4: Remove libtool macros.
8490
8491         * gdk-pixbuf/Makefile.am: Add dependencies to loade
8492         modules.
8493
8494         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
8495         for libgdk.
8496
8497         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
8498         libgdk.la for libgtk.
8499
8500         * modules/input/Makefile.am: Make modules have full
8501         dependencies.
8502
8503 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
8504
8505         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
8506         #54699 where paths weren't being checked for correctness.
8507
8508 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
8509
8510         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
8511         in any order you wan, whether or not the column is added to the
8512         tree, or the tree is realized.  Yay!
8513
8514         * gtk/gtktreeviewcolumn.c
8515         (gtk_tree_view_column_setup_sort_column_id_callback): handle
8516         sorting columns a lot saner
8517
8518         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
8519         new function to actually set wether or not a column is
8520         reorderable.
8521
8522         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
8523         if we have 'em.
8524
8525         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
8526         Fix nasty bug where we were showing the button just before
8527         realizing it.  As a result, the parent window was
8528         tree_view->window instead of tree_view->priv->header_window.
8529
8530         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
8531         to let you easily reorder a list or tree.
8532
8533 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
8534
8535         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
8536         from args to properties.
8537
8538 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
8539
8540         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
8541         from args to properties. (#51957)
8542
8543         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
8544         calls to after ->set_property call.
8545
8546 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
8547
8548         * tests/prop-editor.c: Block against redundant changes.
8549
8550         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
8551         properties.
8552
8553 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
8554
8555         * gdk/gdkpixmap.h: Remove creative formatting.
8556
8557 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
8558
8559         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
8560         property API. (#51669)
8561
8562         * gtk/gtkscale.c: Patch from John Margaglione converting to
8563         property API. (#51891)
8564
8565         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
8566         to property API. (#50985)
8567
8568 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
8569
8570         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
8571         buffering state across expose event, so we still call end_paint().
8572
8573 2001-05-11  Alexander Larsson  <alexl@redhat.com>
8574
8575         * gtk/gtkhsv.c (paint_triangle):
8576         Expose the ring in the triangle at the correct place when
8577         exposing just a part of the triangle.
8578
8579         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
8580         Return FALSE, or window focusing will not work.
8581
8582 2001-05-11  Havoc Pennington  <hp@pobox.com>
8583
8584         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
8585         #54144
8586
8587         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
8588         bug #54330
8589
8590 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
8591
8592         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
8593         propagate exposes to NULL child.
8594
8595         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
8596         against not having one of the scrollbars.
8597
8598         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
8599         we don't keep a mnemonic window if we have no mnemonic installed.
8600
8601 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
8602
8603         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
8604         it has the _important_ side effect of initializing a class.
8605
8606 2001-05-10  Alexander Larsson  <alexl@redhat.com>
8607
8608         * gdk/linux-fb/gdkprivate-fb.h:
8609         Make sure you can compile out the implementation/wrapper assert
8610         macros.
8611
8612         * gdk/linux-fb/gdkdrawable-fb2.c:
8613         Check implementation/wrappers, initialize type for pixmap dummys.
8614
8615         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
8616         Hide the cursor if reading from the screen.
8617
8618         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8619         Fix sign bug in tiling code.
8620
8621         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
8622         Handle background pixmaps.
8623
8624 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
8625
8626         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
8627         function to let user control where columns are dragged.
8628
8629         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
8630         Escape is pressed.
8631
8632 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
8633
8634         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
8635         "columns_changed" signal.
8636         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
8637         motion code to draw arrows to the side if indicator is outside the
8638         widget.
8639         (gtk_tree_view_map_expanded_rows): Implement.
8640
8641 2001-05-07  Alexander Larsson  <alexl@redhat.com>
8642
8643         * demos/testpixbuf-save.c: 
8644         * demos/testpixbuf-drawable.c:
8645         Include gdkfb.h on linux-fb.
8646
8647 2001-05-07  Alexander Larsson  <alexl@redhat.com>
8648
8649         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
8650         New function for getting toplevel window at position.
8651         (gdk_drag_find_window): Use get_toplevel_window () instead
8652         of gdk_window_get_pointer(). (gdk_drag_status): Use
8653         correct context for getting window.
8654
8655         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
8656         g_strdup the atom name.
8657
8658         * gdk/linux-fb/gdkwindow-fb.c:
8659         Costmetic fix.
8660
8661         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
8662         Add code for changing cursor on linux-fb backend (same as
8663         win32).
8664
8665 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
8666
8667         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
8668         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
8669         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
8670         report was not for the development branch of GTK+, but it applies
8671         anyways).
8672
8673 2001-05-04  Havoc Pennington  <hp@redhat.com>
8674
8675         * configure.in: fix some shell typos
8676
8677         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
8678
8679         * gtk/gtkimage.c: handle animations
8680
8681         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
8682         border_width * 2, not just border_width
8683
8684         * gtk/gtkscale.c: add "format_value" signal to allow people
8685         to override the way values are drawn.
8686         (gtk_scale_get_value_size): fix width/height mistake,
8687         and compute size from actual displayed text, not 
8688         from made-up text.
8689
8690         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
8691         signal registration
8692
8693         * tests/testtext.c: Add "Remove all tags" menu item for testing
8694
8695         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
8696
8697         * demos/gtk-demo/main.c (main): add hack so we can find modules
8698         without installing gtk
8699
8700         * demos/gtk-demo/textview.c (insert_text): demo font scaling
8701
8702         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
8703         factor)
8704         (gtk_cell_renderer_text_set_property): remove some bogus
8705         g_object_notify
8706
8707         * gtk/gtktexttag.c: add "scale" property which is a font scaling
8708         factor
8709
8710         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
8711         to layout
8712
8713         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
8714         gtk_text_iter_is_first
8715
8716 2001-01-06  Hans Breuer  <hans@breuer.org>
8717
8718         * gdk/gdk.def : updated exports
8719
8720         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
8721         gdk won't compile anymore
8722  
8723         * gdk/win32/gdkevents-win32.c : initialize ret_val when
8724         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
8725         Improved gdk_flush () to not only do pending drawing operations
8726         but also process all currently pending events. This should make
8727         the behaviour more similar to the X11 version.  
8728
8729         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
8730         option needs to be set even if there is no GDK_GC_BACKGROUND.
8731         (gdk_win32_hdc_get) : use predraw_set_background () independent
8732         of value_mask. This allows to draw dashed lines leaving the original
8733         background intact.
8734
8735         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
8736         after processing, because we can't reuse it as the X11 version does.
8737
8738         * gtk/gtk.def : updated exports
8739
8740         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
8741         would like to get rid of this file again, and use straight
8742         makefile.msc again, as the other Gtk+ subdirs do)
8743
8744         * test/makefile.msc (new file) : build the test apps here
8745
8746 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
8747
8748         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
8749         strike-through setting
8750         (gdk_draw_layout_line_with_colors): Render strike-through
8751
8752 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
8753
8754         * Release 1.3.5
8755
8756         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
8757
8758         * NEWS: Updated
8759
8760         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
8761         Makefile breakage.
8762
8763 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
8764
8765         * demos/gtk-demo/images.c (progressive_timeout): Fix
8766         typo in filename.
8767
8768         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
8769         out FIXME warning; just too annoying.
8770
8771 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
8772
8773         * gdk/linux-fb/gdkcolor-fb.c:
8774         Better error messages.
8775
8776         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
8777         Initialize abs_x and abs_y.
8778         
8779         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8780         Correct handling of stipple offset.
8781
8782         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
8783         Treat directcolor framebuffers as truecolor.
8784         
8785 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
8786
8787         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
8788         dependency on Atk for accessibility support.
8789
8790         * configure.in **/Makefile.am: Major reworking of substituted
8791         variables for CFLAGS/LIBS to make a lot more sane and 
8792         keep the the compile/link lines a bit shorter.
8793
8794         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
8795
8796 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
8797
8798         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
8799         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
8800         use _gtk_boolean_handled_accumulator.
8801
8802 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
8803
8804         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
8805         to fix things so clicking inside selection leaves cursor
8806         at point where clicked. (#50324)
8807
8808         * gtk/gtksettings.c (gtk_settings_class_init): Restore
8809         sane value for default double click time.
8810
8811         * tests/testtext.c (test_init): Really path to input modules.
8812
8813 2001-05-03  Sven Neumann  <sven@convergence.de>
8814
8815         * demos/testpixbuf-save.c: include target-specific headers as
8816         done in testpixbuf-drawable.c
8817
8818 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
8819
8820         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
8821         new_text_length appropriately when we run into the 
8822         size limit for the entry. (#53445, reported by Jeff Franks)
8823
8824         * tests/testgtk.c (create_entry): Remove most of the
8825         property toggle buttons. Replace with a "Props" button
8826         that brings up a property editor.
8827
8828         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
8829         Split the property editor code out for reuse, improve.
8830
8831 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
8832
8833         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
8834         trap errors around calls to XSetInputFocus since we have
8835         no way of knowing reliably whether we are viewable or
8836         not. (#53947)
8837
8838 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
8839
8840         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8841         fix bug in dropping columns.  Moving columns now basically works
8842         modula some fine tuning.
8843
8844 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
8845
8846         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
8847         autoscroll support.  It mostly works, but could use some fine
8848         tuning.
8849         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8850         Actually move the column.
8851
8852 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
8853
8854         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
8855           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
8856           New default theme! A slighly improved version of the 2.0 Raleigh
8857           theme, with Windows-esque focus/drawing default. 
8858           (GtkWidget::interior_focus defaults to TRUE.)
8859
8860         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
8861
8862 2001-04-30  Havoc Pennington  <hp@pobox.com>
8863
8864         * tests/testtext.c (line_numbers_expose): fix to work with
8865         gtk_paint_layout change
8866
8867 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8868
8869         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
8870           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
8871           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
8872           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
8873
8874         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
8875           with GtkWidget::interior_focus = TRUE better.
8876
8877         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
8878         ::default_outside_border for more flexibility.
8879
8880         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
8881         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
8882         change that had to be made with g_object_get.
8883
8884 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
8885
8886         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
8887         (gtk_tree_view_move_column_after): Clean up interface. 
8888
8889 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
8890
8891         * gtk/gtkpacker.h:
8892         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
8893          to gtkenum.h.
8894
8895         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
8896         handled in switch).
8897
8898         * gtk/Makefile.am:
8899         (gtk.defs): generate enum portions with  glib-mkenums.
8900         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
8901         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
8902         
8903         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
8904         addition.
8905
8906         * docs/Changes-2.0.txt: keep a note on signal handlers now
8907         not getting emitted during the emission they were connected within.
8908
8909 2001-04-28  Havoc Pennington  <hp@pobox.com>
8910
8911         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
8912
8913 2001-04-24  Havoc Pennington  <hp@redhat.com>
8914
8915         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
8916         (gtk_text_layout_move_iter_to_next_line): fix these two for
8917         invisible text, lots of other stuff still hosed.
8918
8919         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
8920         new function, replaces the get/set palette stuff. This function 
8921         is intended for use by libgnomeui which should set the hook to a
8922         thing which sets the palette in GConf, and we need the
8923         GConf-to-xsettings proxy which will result in the change being
8924         propagated back to the GTK app.
8925
8926         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
8927         about unusable signals that it may be because the signal has 
8928         parameters.
8929
8930         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
8931         style, otherwise gtkrc.c won't know to create a new GtkStyle for
8932         it.
8933         (gtk_widget_modify_color_component): call
8934         gtk_widget_modify_style() so the rc style will get copied.
8935         (gtk_widget_modify_font): ditto
8936
8937         * gtk/gtkrc.c: make a couple variables static
8938
8939         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
8940         help button by default, since it does nothing
8941
8942         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
8943         around with UI
8944
8945         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
8946         so we can have tooltips
8947
8948         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
8949         can have tooltips
8950
8951         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
8952         GDK_ENABLE_BROKEN, because its memory behavior is completely
8953         hosed.
8954
8955         * gtk/gtknotebook.c: remove key press handler, replace with
8956         binding set, add numeric keypad support
8957
8958         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
8959
8960         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
8961
8962         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
8963         addition to plain Delete
8964
8965         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
8966         GDK_KP_Enter in addition to GDK_Return
8967
8968         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
8969         activate on entry instead of key press
8970         (gtk_font_selection_on_clist_key_press): get
8971         rid of this signal handler, not needed with new font sel.
8972
8973         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
8974         no-longer-needed emit_stop_by_name(), just return TRUE
8975
8976         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
8977         cruft, this widget is no longer focusable.
8978
8979         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
8980         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
8981         move_slider action signal, add binding set for vscale/hscale, in
8982         the process support numeric keypad
8983
8984         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
8985         make GDK_Return and GDK_KP_Enter activate the entry via 
8986         binding set, instead of hardcoded.
8987
8988 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
8989
8990         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
8991         code.  Some documentation added.
8992
8993 2001-04-27  Havoc Pennington  <hp@redhat.com>
8994
8995         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
8996
8997         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
8998
8999         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
9000         line/para separators
9001         (gtk_entry_create_layout): set single paragraph mode on the layout
9002
9003         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
9004         spacing between the image and label; instead, inside a button box 
9005         the button will get extra space that will go there, but if people 
9006         configure button box for 0 chubbiness, then there's no spacing.
9007
9008         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
9009         and min/max size style properties, so people can tune their
9010         chubbiness.
9011
9012         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
9013         functions
9014
9015         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
9016         space_style, and button_relief into style properties, remove
9017         functions for setting them
9018         
9019         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
9020         it back down
9021
9022         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
9023         types from gtk_widget_style_get
9024
9025         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
9026         with a style property.
9027
9028         * gdk/x11/gdkevents-x11.c: namespace the settings
9029
9030         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
9031
9032         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
9033         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
9034         be used. Also, translate doc strings for settings. Also, namespace
9035         the double-click-time property. Also, remove bell properties crap.
9036
9037 2001-04-27  Sven Neumann  <sven@gimp.org>
9038
9039         * Makefile.am: before creating links, check if pkg-config files
9040         exist for the default target. Otherwise link to the pkg-config files
9041         that got installed with this build.
9042
9043 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
9044
9045         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
9046         dragging code.  Revealed some (potential) GdkWindow bugs.
9047
9048         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
9049         _gdk_window_init_position to the end of reparent to fix the case
9050         of reparenting when new_x != old_x and new_y != old_y.
9051
9052 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
9053
9054         * gtk/gtkentry.c (strstr_len): Fix optimization that
9055         was correct for the use here, but completely incorrect
9056         in general.
9057
9058 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
9059
9060         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
9061         until patch adding gtk_window_set_size() is recommitted. 
9062
9063         * **Makefile.am configure.in gdk/x11/gdkim-11.c
9064           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
9065           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
9066           (#10784)
9067
9068 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
9069
9070         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
9071         window == NULL in a number of cases.
9072
9073         * tests/testdnd.c: Set module path for gdk-pixbuf.
9074
9075 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
9076
9077         * gtk/Makefile.am xembed.h: File containing #defines
9078         for XEMBED protocol.
9079
9080         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
9081
9082         - Change protocol from old plug/socket specific protocol
9083           to XEMBED draft
9084         - Various fixes to work with GTK+-2.0
9085
9086         Still quite a bit of work to do here to handle initiation
9087         from the socket side (as specified by XEMBED), to handle
9088         the more advanced features of XEMBED, and to figure out
9089         a good way to handle same-app embedding with less overhead
9090         than using full XEMBED.
9091
9092 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
9093
9094         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
9095         track of whether the toplevel has the focus; only send
9096         focus-in events to the focus widget when the window
9097         actually has the focus.
9098
9099 2001-04-25  Havoc Pennington  <hp@pobox.com>
9100
9101         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
9102         were still in the header
9103
9104 2001-04-24  Alexander Larsson  <alexl@redhat.com>
9105
9106         * gtk/gtkclist.[ch]:
9107         * gtk/gtkctree.c:
9108         When there is a row highlighted for D'n'D it must alse
9109         be painted hightlighted on exposes. Otherwise exposes from
9110         the icon being dragged will mess up the hightlight.
9111
9112         * gtk/gtkfontsel.c:
9113         Don't recenter selected font when exposing the font family
9114         clist. This means you can now actually scroll the font family
9115         list.
9116
9117         * gtk/gtknotebook.c:
9118         Fix focus movement on scrolling tabs that are placed on the left
9119         and right.
9120
9121 2001-04-21  Havoc Pennington  <hp@pobox.com>
9122
9123         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
9124         empty/invisible lines.
9125
9126         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
9127         (gtk_text_iter_set_visible_line_index): new functions to set
9128         indexes excluding invisible text
9129
9130         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
9131         index
9132
9133         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
9134         (gtk_text_iter_get_visible_line_offset): new functions to 
9135         get indexes excluding invisible text
9136
9137         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
9138         bunch of extra padding that served no purpose
9139
9140         * gtk/gtkdialog.c: Make all the spacings configurable via style
9141         properties, for chubbiness configuration in themes
9142
9143         * tests/testtext.c: fix path to the immodules.
9144         
9145 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
9146
9147         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
9148         got munched by #endif.
9149
9150         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
9151
9152         * gtk/gtktreeview.c: Refactored code to clean up a number of
9153         events.
9154
9155         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
9156         values to make consistent with other functions.  Spotted by Jeff
9157         Franks <jcf@tpg.com.au>.
9158
9159         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
9160         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
9161
9162 2001-04-23  Sven Neumann  <sven@gimp.org>
9163
9164         * gtk/Makefile.am
9165         * gtk/gtkplug.c
9166         * gtk/gtksocket.c: on request of Owen, reverted my last change 
9167         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
9168
9169 2001-04-23  Sven Neumann  <sven@gimp.org>
9170
9171         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
9172         compile for non-X11 targets again
9173
9174 2001-04-20  Alexander Larsson  <alexl@redhat.com>
9175
9176         * gtk/gtkcolorsel.[ch]:
9177         API Change. Take GdkColor arguments instead of gdouble *.
9178         Leave the old gtk_color_selection_set_color for compatibility,
9179         but marked deprecated.
9180         Do correct rounding when converting RGB <-> HSV.
9181         
9182         * gtk/gtkcolorseldialog.c:
9183         * tests/testgtk.c:
9184         Use new GtkColorSelection API.
9185
9186         * gtk/gtkhsv.c:
9187         Fix problem selecting colors in triangle when Hue is 330.
9188         Fix some black dots around the HSB triangle.
9189         
9190         * gtk/gtkfilesel.c:
9191         return FALSE from the focus_in_event handler to fix focus problems.
9192
9193 2001-04-18  Havoc Pennington  <hp@redhat.com>
9194
9195         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
9196         set, so keybindings are configurable    
9197         (gtk_window_activate_default): Change to activate the focus widget
9198         instead if there's a focus widget, to be consistent with the
9199         behavior that previously existed in key_press_event
9200
9201 2001-04-18  Havoc Pennington  <hp@redhat.com>
9202
9203         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
9204
9205 2001-04-18  Havoc Pennington  <hp@redhat.com>
9206
9207         Close bug #50615:
9208         
9209         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
9210         the layout
9211
9212         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
9213
9214         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
9215
9216         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
9217         
9218         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
9219         to blue for base, in addition to bg
9220         
9221 2001-04-18  Havoc Pennington  <hp@redhat.com>
9222
9223         * tests/testgtk.c (create_image): allow shrinking the image window
9224         to test that we clip to allocation.
9225
9226         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
9227         #9845
9228
9229         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
9230
9231 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
9232
9233         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
9234         mode on shm segments to 0600. We'll see who complains.
9235
9236         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
9237         _gdk_windowing_window_destroy() AFTER recursing through
9238         children.
9239
9240         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
9241         testsocket_child on X.
9242
9243         * tests/testsocket[_child].c: Fix uses of
9244         gtk_window_get_default_accel_group().
9245
9246         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
9247
9248         * gdk/gdkimage.c: (gdk_image_get):
9249         Deal with the possibility that XGetImage() might return NULL.
9250         Allocate the GdkImagePrivate structure only after XGetImage()
9251         succeeds in order not to dereference a NULL ximage pointer.  This
9252         prevents a core dump when XGetImage() fails - which is unlikely,
9253         but can happen due to race conditions accessing the geometries of
9254         drawables.  An x error will still be triggered, but the gdk image
9255         wrapper at least wont seg fault.
9256         
9257 2001-04-18  Havoc Pennington  <hp@redhat.com>
9258
9259         * gtk/gtkimage.c: fix to properly queue resizes when the image is
9260         set
9261
9262         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
9263         if the insertion point isn't editable
9264
9265         * demos/gtk-demo/images.c: Added a GtkImage demo
9266
9267         * demos/gtk-demo/drawingarea.c: drawing area demo
9268         
9269         * demos/gtk-demo/menus.c (create_menu): cleanups
9270
9271 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
9272
9273         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
9274           gdk/x11/gdkevents-x11.c: Introduce an extra child
9275         of toplevel windows that serves to hold the focus to
9276         avoid events being delivered to embedded windows.
9277
9278         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
9279         some extra variables to clean up code and reduce the
9280         number of casts.
9281
9282         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
9283         guint for 1 bit bit fields, not gboolean.
9284
9285 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
9286
9287         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
9288         not TRUE. (Fixes #52925)
9289
9290 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
9291
9292         * Released 1.3.4
9293
9294         * NEWS: Updated
9295
9296         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
9297         use GTK_TYPE_ENUM.
9298
9299 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
9300
9301         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9302
9303         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
9304         names to compatibility #defines so docs work.
9305
9306         * gtk/gtkenums.h: Remove GtkMenuFactoryType
9307
9308         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
9309
9310         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9311
9312         * tests/testgtkrc: No magenta cursors, please.
9313
9314         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
9315
9316         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
9317         
9318 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
9319
9320         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
9321         grabs, since they are no longer necessary.
9322
9323         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
9324         by signal_connect() and call gtk_button_pressed() rather
9325         than signal_connect_after().
9326
9327         * tests/testgtk.c: Restore radio menu items to combos 
9328         since they'll look OK with Raleigh, and it is easier
9329         than finishing the process of removing them that was
9330         started earlier.
9331
9332 2001-04-16  Hans Breuer  <hans@breuer.org>
9333
9334         * gdk/gdk.def :
9335         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
9336
9337         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
9338         we are interested in the functions return value not the function address
9339         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
9340
9341         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
9342
9343 2001-04-14  Hans Breuer  <hans@breuer.org>
9344
9345         * gdk/gdk.def :
9346         * gdk/makefile.msc : updated
9347
9348         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
9349         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
9350         (the testgtk::text backgound pixmap is drawn again)
9351         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
9352         Win32 Pango change
9353         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
9354
9355         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
9356         Not sure if the returned settings have the right unit, because I couldn't
9357         find any docs for the X version ...
9358
9359         * gtk/gtk.def :
9360         * gtk/makefile.msc.in : updated
9361
9362 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
9363
9364         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
9365         wording problems. (Compared to version from Johannes Stezenbach to
9366         check correctness.)
9367
9368 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
9369
9370         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
9371         this to compile.
9372
9373 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
9374
9375         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
9376         not pixbufpos.
9377
9378         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
9379
9380         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
9381         are unsigned insts, therefore use g_value_set_uint.
9382         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
9383
9384 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
9385
9386         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
9387
9388         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
9389         GTK_TYPE_STRING.
9390
9391         * gtk/gtktreeview.c: New functions to allow initial column
9392         dragging work.
9393
9394         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
9395
9396         * tests/testtreefocus.c: give dave some love.
9397
9398         * tests/testtreesort.c: Modify test to check really long samples.
9399
9400 2001-04-11  Alexander Larsson  <alexl@redhat.com>
9401
9402         * gtk-2.0.m4: Pass pkg-config options
9403         before the other args so it works even if
9404         POSIXLY_CORRECT is set.
9405
9406 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
9407
9408         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
9409         0, interface 0).
9410
9411 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
9412
9413         * gtk/gtkcalendar.c (gtk_calendar_button_press):
9414         check for action_func != NULL
9415
9416 2001-04-04  Sven Neumann  <sven@gimp.org>
9417
9418         * tests/testgtk.c (test_init): corrected path to gtk.immodules
9419
9420 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
9421
9422         * Released Gtk+-1.3.3.
9423
9424 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
9425
9426         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
9427
9428 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
9429
9430         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
9431         files to/from source dir. (if we don't stay in builddir, we
9432         can't reach make-inline-pixbuf.
9433
9434         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
9435         deps.
9436
9437         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
9438         ages 0).
9439
9440 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
9441
9442         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
9443         moved to the GtkTreeSortable interface.
9444
9445         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9446         Make more efficient (fixes #50262).
9447
9448 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
9449
9450         * NEWS: Updated.
9451
9452         * configure.in: Remove support for uninstalled glib.
9453
9454         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
9455         so as not to stop emission.
9456
9457         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
9458         is no longer supported.
9459
9460         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
9461         into tests, change build order to build modules before
9462         gtk/.
9463
9464         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
9465         to here.
9466
9467 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
9468
9469         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
9470         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
9471         GPatternSpec. this is actually unlikely to cause breakage in
9472         third-party apps since except for gle, pretty much ever caller
9473         passes NULL here.
9474
9475         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
9476
9477         * *.c: use g_pattern_*() API.
9478
9479         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
9480
9481         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
9482         directions aren't passed in.
9483
9484         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
9485         functionality to be usable from gtkstyle.c as well, give precedence
9486         for conversion to user-supplied parsers.
9487         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
9488
9489         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
9490         _gtk_settings_parse_convert() for rcporperty value conversion.
9491
9492 2001-04-03  Alexander Larsson  <alexl@redhat.com>
9493
9494         * gdk/linux-fb/gdkevents-fb.c:
9495         Add empty gdk_setting_get().
9496
9497 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
9498
9499         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
9500         variable names.
9501         
9502         * gtk/makeenums.pl: touch this so enum files get remade.
9503
9504 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
9505
9506         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
9507         work again when not sorted.
9508
9509         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
9510         and "expand_row" signal, closing bug 52578.
9511
9512         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
9513         support.
9514
9515         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
9516         support.
9517
9518 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9519
9520         * gdk/gdkevents.h: Add GdkEventSetting event for notification
9521         of changes to system settings, gdk_setting_get() to retrieve
9522         a single system setting.
9523
9524         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
9525         to the draft XSETTINGS mechanism.
9526
9527         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
9528         XSETTINGS.
9529
9530         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
9531         of GDK settings changes to the GtkSettings object.
9532
9533         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
9534         double-click-timeout property to GDK.
9535
9536         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
9537         Define GDK boxed types here.
9538
9539         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
9540         gdk/gdkenumtypes.[ch] for enum definitions.
9541
9542         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
9543         * gtk/gtk-boxed.defs: Comment out GDK types
9544         * gtk/gtktypeutils.h: Remove GDK types
9545         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
9546
9547 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
9548
9549         * Applied patch from Ron Steinke to add signal accumulators
9550         so that signals with the convention 'TRUE return means
9551         handled' stop emission on a TRUE return.
9552
9553         * gtk/gtkmain.[ch]: Add private accumulator 
9554         _gtk_boolean_handled_accumulator, used throughout GTK+.
9555         
9556         * gtk/gtkspinbutton.c: Add accumulator for ::output.
9557
9558         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
9559         
9560         * gtk/gtkwidget.c: Add accumulators for event signals,
9561         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
9562         for ::mnemonic-activate.
9563
9564         * gtk/gtkwindow.c: Add accumulator for ::frame_event
9565
9566 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
9567
9568         * gtk/gtkwidget.c: Add missing include.
9569
9570 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
9571
9572         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
9573         marshaller.
9574
9575         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
9576         "changed" signal to "range_changed".
9577
9578         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
9579         removing a tree from one model would remove all trees from that
9580         model.
9581         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
9582         changed signal instead.
9583
9584 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
9585
9586         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
9587         chaining up to parent impl, since we have a INPUT_ONLY
9588         window.
9589
9590         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
9591         foreground color for the cursor.
9592
9593 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
9594
9595         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
9596         param spec when caching property values, since we unref it
9597         later when we free the style.
9598
9599         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
9600         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
9601
9602 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
9603
9604         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
9605         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
9606         stupidity.
9607
9608 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
9609
9610         [ First pass at adding style properties. Still needs some definite
9611         fine-tuning. ]
9612
9613         * gtk/gtkbutton.c: Add ::default_spacing style property.
9614          
9615         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
9616         ::indicator_spacing style properties.
9617
9618         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
9619         style properties.
9620
9621         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
9622         rather than a normal property.
9623
9624         * gtk/gtkwidget.c: Add an ::interior_focus style property to
9625         draw focus inside buttons, in the Windows/Java Metal/etc. style.
9626
9627         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
9628         Honor ::interior_focus.
9629         
9630         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
9631         TRUE.
9632
9633         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
9634         Add ::slider_width, ::trough_border, ::stepper_size,
9635         ::stepper_spacing style properties.
9636
9637         * gtk/gtkscale.[ch] Add ::slider-length style property.
9638
9639 2001-04-02 Alexander Larsson   <alexl@redhat.com>
9640
9641         * gdk/linux-fb/gdkwindow-fb.c:
9642         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
9643         warnings that were spewed on startup.
9644
9645         * gtk/gtkwindow-decorate.c:
9646         gtk_window_reposition -> _gtk_window_reposition
9647
9648 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
9649
9650         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9651         Add boxed type for GtkRequistion. Use it for ::size-request.
9652
9653         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9654         Add a new GtkBorder structure useful for geometry properties
9655         for widgets. Add corresponding GTK_TYPE_BORDER.
9656         
9657         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
9658         Support automatic parser selection like
9659         gtk_settings_install_property_parser().
9660
9661         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
9662         functionality for use by gtk_widget_class_install_style_property.
9663         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
9664
9665 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
9666
9667         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
9668         g_param_spec_unichar(). 
9669
9670 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
9671
9672         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
9673         _NET window managers.
9674
9675         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
9676
9677 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
9678
9679         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
9680         bad needs to be nuked, not just deprecated.
9681
9682         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
9683         gtk_widget_popup().
9684
9685         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
9686         
9687         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
9688         widget.
9689         
9690         * docs/Changes-2.0.txt: updates.
9691         
9692 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
9693
9694         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
9695         for (i = 0; i < 100; i ++)
9696           g_print ("I will confirm it compile before committing\n");
9697
9698 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
9699
9700         * gtk/gtktreestore.c: Initial work on implementing the
9701         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
9702
9703 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
9704
9705         * gtk/gtkwidget.c: fixed a bunch of notifications, added
9706         reference counts around emissions where the widget is used afterwards.
9707         added freeze/thaws around multiple properties being notified.
9708         (_gtk_widget_get_aux_info): cleanups.
9709         
9710         * gtk/gtksettings.c (gtk_settings_install_property): provide
9711         default parsing functions for gdkcolor, enums and flags.
9712
9713         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
9714         applied by owen.
9715         backed out gtk_window_get_location(), gtk_window_set_location(),
9716         gtk_window_get_size() and gtk_window_set_size(), these
9717         have to be sorted out wrg x/y/width/height/default_with/default_height
9718         properties.
9719         kept a flag in GtkWindowGeometryInfo to handle user
9720         resetting default sizes.
9721         cleaned up ZVT comments.
9722         bunch of assorted bug fixes, notification fixes.
9723         (_gtk_window_reposition): make this a really internal function.
9724         
9725         * gtk/testgtk.c: fixups.
9726         
9727 2001-03-31  Hans Breuer  <hans@breuer.org>
9728
9729         * config.h.win32.in : disable USE_MMX for msvc build cause
9730         the assembler doesn't fit and is out of my scope. Disable
9731         USE_GMODULE for msvc build as wel. The right way to share
9732         binaries on win32 would be to use libtiff.dll etc. To reduce
9733         installation hassles IMO it's better to include all fileformats
9734         builtin to gdk-pixbuf
9735
9736         * gdk-pixbuf/makefile.msc : new file
9737
9738         * gdk/gdk.def : updated
9739
9740         * gdk/win32/gdkevents-win32.c : don't erase the background if
9741         .no_bg is set. It improves the scrolling (e.g. of testgtk main
9742         buttons
9743         * gdk/win32/gdkgeometry-win32.c : added comment about the above
9744
9745         * gdk/win32/gdkwindow-win32.c : added three new functions like
9746         the X version. Only one is implemented, because the other two
9747         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
9748         be default behaviour on win32 anyway ...
9749
9750         * gtk/gtk.def : updated
9751
9752         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
9753         from where it was built and add an additional rule to automagically
9754         build gtkmarshal.[hc]
9755
9756         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
9757         before array access for the current entry isn't finished
9758
9759         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
9760         use g_return_val_if_fail
9761
9762         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
9763         for the static array, but let the compiler calculate it. It
9764         makes me wonder if gcc isn't capable to catch bugs like this ...
9765
9766 2001-03-31  James Henstridge  <james@daa.com.au>
9767
9768         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
9769         constant "-1" in the aux info structure.
9770
9771 2001-03-30  Alexander Larsson  <alexl@redhat.com>
9772
9773         * gtk/gtkbutton.c (gtk_button_get_property):
9774         * gtk/gtklabel.c:
9775         Remove leaks.
9776         
9777         * gtk/gtkcontainer.c:
9778         * gtk/gtkhscale.c:
9779         * gtk/gtkhscrollbar.c:
9780         * gtk/gtklayout.c:
9781         * gtk/gtkmisc.c:
9782         * gtk/gtkprogress.c:
9783         * gtk/gtkprogressbar.c:
9784         * gtk/gtkrange.c:
9785         * gtk/gtktable.c:
9786         * gtk/gtkviewport.c:
9787         * gtk/gtkvscale.c:
9788         * gtk/gtkvscrollbar.c:
9789         * gtk/gtkwidget.c:
9790         Property patches, based on patches from John Margaglione and Lee Mallabone.
9791
9792 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
9793
9794         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
9795         adjustment. Cleaned redundant preconditions (spin != NULL). Added
9796         inline API function docs.
9797         (gtk_spin_button_new_with_range): New convenience constructor.
9798         (gtk_spin_button_set_increments): New adjustment helper.
9799         (gtk_spin_button_set_range): New adjustment helper.
9800
9801         * gtk/testgtk.c : added test of the new convenince constructor and
9802         value_changed signals.
9803
9804 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
9805
9806         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
9807         listen to the reorder signal.
9808
9809 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
9810
9811         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
9812         to get the aux info structure fo the widget.
9813
9814         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
9815         above function.
9816
9817         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
9818
9819         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
9820         to get the size of the window manager frame, basically the same
9821         code that gdk_window_get_root_origin() had
9822         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
9823
9824         * gtk/gtkwindow.c (gtk_window_set_default_size): use
9825         gdk_window_resize() if the window is realized and resizeable
9826
9827         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
9828         typo so that setting gravity works
9829
9830         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
9831         allocation if auto_shrink is on, even if the default size
9832         has not changed.
9833
9834         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
9835         g_return_if_fail
9836
9837 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
9838
9839         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
9840         reordering/sorting work.  Now pretty much works.
9841
9842         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
9843         reorder mostly work.  Still need to get the parity correct.
9844
9845         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
9846         signal, so I can listen for the sort_column_changed signal so I
9847         can change my "sort_indicator" property.  Cool.
9848
9849 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
9850
9851         [ Patch from Havoc Pennington, hp@redhat.com ]
9852
9853         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
9854         Add functions gdk_window_begin_resize_drag/begin_move_drag
9855         to start resizing or moving a toplevel window. This
9856         is done either using the _NET_WM_MOVERESIZE protocol,
9857         or, if that isn't present, by emulation.
9858
9859         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
9860         to export the above to GTK+-land.
9861
9862         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
9863         
9864         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
9865         Move this function into gdkwindow, since we need it
9866         when implementing fallback resizing.
9867
9868         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
9869         Fix typo when setting gravity.
9870
9871         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
9872         Add an optional (but on by default) resize grip for resizing 
9873         the parent window.
9874
9875 01-03-29  Alexander Larsson  <alexl@redhat.com>
9876
9877         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
9878         Don't return TRUE from the event handler, that blocks all
9879         event signals on the tooltip widget. Now you can press buttons
9880         in toolbars again.
9881
9882 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
9883
9884         * gtk/testtext.c (create_buffer): Add missing NULL on
9885         valist.
9886
9887         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
9888         c-n-p problem with INCONSISTENT property.
9889
9890         [ Patch from Havoc Pennington  <hp@redhat.com> ]
9891
9892         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
9893         hook.
9894
9895         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
9896         signal as a hook for extending the default popup menu
9897
9898         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9899         use radio menu items for the input method menuitems
9900
9901         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
9902         inserted unicode from Ctrl-Shift-hex input method
9903
9904         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
9905         validatation here, already done at GtkTextBuffer level.
9906
9907         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
9908         popup_menu run action signal and Shift+F10 and Menu keybindings.
9909
9910         * gtk/gtkentry.c: implement a default handler for popup_menu
9911
9912         * gtk/gtktextview.c: implement a default handler for popup_menu
9913
9914         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
9915         from a key event
9916         
9917         * gtk/gtklabel.c: remove "trailer" cruft
9918
9919 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
9920
9921         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
9922         handle reordering of trees.  Seems to mostly work w/ the exception
9923         of the parity flag.
9924
9925         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
9926         signal.
9927
9928 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
9929
9930         * gtk/gtkwidget.h: c++ fixes.
9931
9932 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
9933
9934         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
9935         memory.
9936
9937 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
9938
9939         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
9940         Nils Barth fixing event return values. (#51041)
9941
9942         * gtk/gtkwidget.c: Fix some return values for default
9943         functions.
9944
9945         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
9946         return values for trough_keys functions.
9947
9948         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
9949         value for add_accelerator (shoudl have been a void
9950         return.)
9951
9952         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
9953         Fix return type of EVENT.
9954
9955         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
9956         signal return a boolean.
9957
9958 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
9959
9960         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
9961         reordered signal.
9962
9963         * tests/testtreesort.c (main): fix spelling.
9964
9965 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
9966
9967         * gtk/gtkliststore.c: More work on implementing sortable
9968         interface.
9969
9970 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
9971
9972         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
9973         reference the widgets in the resulting list. (#11821)
9974         This makes this consistent with gtk_container_children.
9975
9976         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
9977         uses of gtk_window_list_toplevels.
9978
9979 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
9980
9981         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
9982         a virtual function to set whether the IM context should use 
9983         the preedit string. (#51922)
9984         
9985 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
9986
9987         * gdk/gdkpango.h: Remove stale FIXME comment.
9988
9989 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
9990
9991         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
9992         Fixed bug that returned NULL if a filename was selected.
9993
9994 2001-03-24  Havoc Pennington  <hp@pobox.com>
9995
9996         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
9997         to contain the word "theme"
9998
9999 2001-03-24  Havoc Pennington  <hp@pobox.com>
10000
10001         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
10002         slower but finer-grained
10003         (gtk_hsv_focus): get initial focus on the ring or triangle 
10004         according to tab direction
10005
10006         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
10007
10008 2001-03-23  Havoc Pennington  <hp@pobox.com>
10009
10010         * gtk/gtkhsv.c: make this somewhat key-navigable
10011
10012         * gtk/gtkfontsel.c: mnemonics
10013
10014         * gtk/gtkgamma.c: mnemonics
10015
10016         * gtk/gtkcolorsel.c: add mnemonics to labels
10017
10018 2001-03-22  Havoc Pennington  <hp@pobox.com>
10019
10020         Applied big patch from Seth Lytle to fix event handler return
10021         values, slightly modified.
10022
10023         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
10024         handled.
10025         (gtk_calendar_key_press): return TRUE for GDK_space triggers
10026         select_day
10027
10028         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
10029         (gtk_clist_button_release): return TRUE if handled
10030
10031         * gtk/gtkcolorsel.c (mouse_release):
10032         (palette_activate): 
10033         (palette_press): 
10034         (palette_new): 
10035         (mouse_press): 
10036         (get_screen_color): 
10037         fixed return type (void to gboolean), return TRUE,
10038         added GTK_SIGNAL_FUNC cast
10039
10040         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
10041         (void to gboolean), and return TRUE
10042         (gtk_combo_button_release): changed return value to TRUE after
10043         gtk_grab_add on combo->popwin
10044
10045         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
10046         collapse or expand
10047
10048         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
10049         button/motion
10050
10051         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
10052         press/release and motion that trigger act
10053
10054         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
10055
10056         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
10057         for GDK_Return
10058         
10059         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
10060         (gtk_list_button_release): return TRUE if selection
10061
10062         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
10063         press
10064
10065         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
10066         (gtk_menu_shell_button_release): chain parent_menu_shell retval
10067
10068         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
10069         nothing triggered
10070         (gtk_notebook_button_release): return TRUE if we do anything
10071
10072         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
10073         (gtk_spin_button_button_release): return TRUE or chained retval
10074
10075         * gtk/gtktext.c (gtk_text_button_press): 
10076         (gtk_text_button_release): return TRUE
10077         (gtk_text_key_press): remove redundant retval code
10078         
10079         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
10080         and sensitive
10081         (gtk_tree_item_subtree_button_click): changed type to gint, and return
10082         TRUE if sensitive
10083
10084         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
10085         return TRUE
10086
10087 2001-03-23  Havoc Pennington  <hp@redhat.com>
10088
10089         * gtk/testgtk.c: fix warnings
10090
10091         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
10092
10093         * gtk/gtktextview.c: fix warnings
10094
10095         * gtk/gtktext.c (find_cursor_at_line): fix warning
10096
10097         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
10098
10099         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
10100         of this function
10101
10102         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10103         fix warning
10104
10105         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
10106
10107         * gtk/gtkfontsel.c: fix warning
10108
10109         * gtk/gtkcolorsel.c: fix warnings
10110
10111 2001-03-23  Havoc Pennington  <hp@redhat.com>
10112
10113         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
10114
10115         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
10116
10117         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
10118         and deprecated gtk_check_menu_item_set_show_toggle().
10119         
10120         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
10121
10122         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
10123
10124         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
10125
10126 2001-03-23  Havoc Pennington  <hp@redhat.com>
10127
10128         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
10129         some docs
10130
10131 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
10132
10133         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
10134         this.
10135
10136         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
10137         set_cell to set_value
10138
10139         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
10140         set_cell to set_value
10141
10142 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
10143
10144         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10145         fix braino.
10146         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
10147         support.
10148
10149         * gtk/gtktreeview.c: Addition of initial sortable support.
10150
10151         * gtk/gtktreestore.c: Addition of initial sortable support.
10152
10153         * gtk/gtkliststore.c: Addition of initial sortable support.
10154
10155         * gtk/gtkmarshal.list: yet another marshaller.
10156
10157         * gtk/gtktreedatallist.[ch]: shared code between the store models
10158         for handling sorting headers.
10159
10160 2001-03-22  Havoc Pennington  <hp@redhat.com>
10161
10162         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
10163         (gtk_container_unset_focus_chain): Add ability to override the 
10164         focus chain for a container explicitly
10165
10166 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
10167
10168         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
10169         added PROP_MNEMONIC_WIDGET.
10170
10171         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
10172         (gtk_window_remove_mnemonic): 
10173         (gtk_window_add_mnemonic): fixed assertions.
10174         (gtk_window_activate_mnemonic): constrain modifier checks to those
10175         permitted by gtk_accelerator_get_default_mod_mask().
10176         got rid of gtk_window_get_default_accel_group().
10177
10178         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
10179         activatable widgets either by focussing or a warning.
10180         added a signal accumulator to ::activate_mnemonic which stops the
10181         emission once a handler returned TRUE.
10182
10183 2001-03-22  Havoc Pennington  <hp@pobox.com>
10184
10185         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
10186         the stock item label
10187
10188         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
10189
10190         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
10191
10192         * demos/gtk-demo/*.c: Add mnemonics all over the place
10193
10194         * gtk/gtklabel.h: mark parse_uline deprecated
10195
10196 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10197
10198         * gtk/gtkitemfactory.[ch]:
10199         Add support for stock and normal imagemenuitems.
10200         
10201         * gtk/testgtk.c:
10202         Add some tests for mnemonics, stock toolbars, stock
10203         and image menuitems in itemfactory and gdk_window_scroll.
10204
10205 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10206
10207         * gtk/gtkbutton.[ch]:
10208         * gtk/gtkdialog.c:
10209         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
10210         removed accel_group argument. Renamed gtk_button_new_accel() to
10211         gtk_button_new_with_mnemonic() and removed accel_group argument.
10212
10213         * gtk/gtkcheckbutton.[ch]:
10214         New function gtk_check_button_new_with_mnemonic().
10215
10216         * gtk/gtkentry.c:
10217         Override activate_mnemonic and just grab focus.
10218
10219         * gtk/gtkitemfactory.c:
10220         Don't add menu uline accel group, instead use mnemonics support.
10221
10222         * gtk/gtklabel.[ch]:
10223         New support for mnemonics.
10224
10225         * gtk/gtkmarshal.list:
10226         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
10227
10228         * gtk/gtkmenu.[c]:
10229         * gtkmenushell.c:
10230         Use mnemonics instead of accel groups for uline
10231         support in menu items.
10232         Removed gtk_menu_get_uline_accel_group() and
10233         gtk_menu_ensure_uline_accel_group().
10234
10235         * gtk/gtkmenuitem.c:
10236         Override activate_mnemonic to handle switching between
10237         menu items if there are collisions.
10238         
10239         * gtk/gtknotebook.c:
10240         Connect to activate_mnemonic on the tab_label, so that
10241         activating it switches to that notebook page.
10242
10243         * gtk/gtkwidget.[ch]:
10244         Add activate_mnemonic signal. New function
10245         gtk_widget_activate_mnemonic() to emit it.
10246         Default implementation does activate/grab_focus.
10247
10248         * gtk/gtkwindow.[ch]:
10249         Add support for mnemonics in windows.
10250         New functions:
10251         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
10252         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
10253
10254         * gtk/testgtk.c:
10255         Update to function name changes.
10256         
10257 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10258
10259         * gtk/gtkimagemenuitem.[c]:
10260         Add gtk_image_menu_item_new_from_stock()
10261
10262 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
10263
10264         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10265         Fix buglet in meeting.
10266
10267 2001-03-19  Havoc Pennington  <hp@redhat.com>
10268
10269         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
10270         add a bunch of accessor functions. This is because we have
10271         reasonable expectations of extending what fields it contains in
10272         the future.
10273
10274         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
10275         changes
10276
10277         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
10278         GtkIconSource   
10279
10280 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
10281
10282         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
10283         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
10284
10285         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
10286           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
10287           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
10288           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
10289         Change float to double everywhere with the exception of 0<->1.0 alignment
10290         and GtkCurve.
10291
10292 2001-03-19  Tor Lillqvist  <tml@iki.fi>
10293
10294         * gdk/win32/gdkdrawable-win32.c
10295         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
10296         output.
10297
10298         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
10299         gdkwin32.h.
10300
10301 2001-03-18  Tor Lillqvist  <tml@iki.fi>
10302
10303         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
10304         print_event_state, print_event): Use preprocessor macro to make
10305         code more compact. Print also GDK_WINDOW_STATE events.
10306         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
10307         
10308         * gtk/gtk.def
10309         * gtk/makefile.mingw.in: Update.
10310
10311         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
10312         to catch also Cygwin.
10313
10314 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
10315
10316         * gtk/gtkspinbutton.[hc]: added rc-style argument
10317         GtkSpinButton::shadow_type.
10318         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
10319         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
10320         rc-style settings.
10321
10322         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
10323
10324         * gtk/gtkwidget.c: quark cleanups.
10325
10326         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
10327         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
10328         to create_rc_style() (we don't do cloning in standard OO sense).
10329         added per rc style properties.
10330         
10331         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
10332         property values and for caching those. some cleanups.
10333         
10334         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
10335         
10336         * gtk/gtksettings.[hc]: new file for global rc-file properties
10337         (at least currently, should get extended to support X properties
10338         and other communication mechanisms).
10339         
10340         * gtk/gtkwidget.[hc]: added style property support:
10341         (gtk_widget_class_install_style_property_parser): install style
10342         property pspec with parser function for rc-file values other
10343         than LONG, DOUBLE or STRING.
10344         (gtk_widget_class_install_style_property): same as above without
10345         parser (parsers are going to be needed quite infrequently).
10346         (gtk_widget_style_get_property): retrive style property value.
10347         (gtk_widget_style_get_valist): same as above with varargs support,
10348         has NOCOPY semantics.
10349         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
10350
10351 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
10352
10353         * demos/gtk-demo/main.c (row_activated_cb): modified to use
10354         "row_activated" signal.
10355
10356         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
10357         stupidity.  Lets actually pass in the row with this signal...
10358
10359 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
10360
10361         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
10362
10363         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
10364
10365         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
10366         everything into the ::destroy function, and freed a lot more.
10367
10368 2001-03-16  Havoc Pennington  <hp@redhat.com>
10369
10370         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
10371         instead of gint16, to avoid overflow issues, since sizes > 16-bit
10372         are now allowed.
10373
10374 2001-03-16  Havoc Pennington  <hp@redhat.com>
10375
10376         * Applied patch from Nils Barth (bug # 51041) to 
10377         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
10378         in various places.
10379
10380 2001-03-15  Havoc Pennington  <hp@redhat.com>
10381         
10382         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
10383         for properties to set on the tag.
10384
10385         * gtk/testtext.c: fixups to reflect create_tag change
10386         
10387         * gtk/gtktexttag.c (gtk_text_tag_set_property):
10388         background/foreground stipple are objects, not boxed.
10389
10390         * demos/gtk-demo/textview.c: intellihancing
10391
10392 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
10393
10394         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
10395         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
10396
10397 2001-03-16  Alexander Larsson  <alexl@redhat.com>
10398
10399         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
10400         Fix sign error with queued region translations.
10401
10402 2001-03-15  HideToshi Tajima  <tajima@happy>
10403
10404         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
10405         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
10406         * gtk/gtkentry.c (update_im_cursor_location): 
10407         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
10408         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
10409         set_cursor_pos to set_cursor_location in GtkInputContext class
10410
10411 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
10412
10413         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
10414         the location of the cell relative to its area.
10415         * gtk/gtkcell*: modified for above change
10416         * gtk/gtktreeview.c: modified for above change.
10417
10418 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
10419
10420         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
10421          (gtk_tree_view_finalize): actually unref the model.  Thanks to
10422         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
10423
10424 2001-03-14  Havoc Pennington  <hp@redhat.com>
10425
10426         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
10427         
10428         * gtk/gtk.h: remove gtkdata.h
10429
10430         * gtk/Makefile.am: remove gtkdata
10431         
10432         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
10433         not "disconnect" on the adjustments.
10434         
10435         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
10436         GtkData
10437
10438         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
10439         not GtkData
10440
10441         * configure.in: handle case where X render exists, but Pango lacks
10442         Xft support.
10443
10444 2001-03-15 Alexander Larsson  <alexl@redhat.com>
10445
10446         * gtk/gtktoolbar.[ch]:
10447         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
10448         to add stock items to toolbars.
10449
10450         * gtk/Makefile.am:
10451         Remove ../gdk/gdkim.h from gdk_headers.
10452
10453 2001-03-15  Sven Neumann  <sven@gimp.org>
10454
10455         * gdk/gdkim.h: removed
10456         
10457         * gdk/gdkprivate.h
10458         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
10459
10460 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
10461
10462         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
10463         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
10464         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
10465         set_cursor_pos() virtual method
10466
10467         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
10468         (gtk_im_context_xim_set_cursor_pos): add implementation for
10469         set_cursor_pos() method
10470
10471         * gtk/gtkentry.c (recompute_idle_func): set current cursor
10472         position to input methods
10473
10474 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
10475
10476         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
10477         code a lot.
10478
10479         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
10480         g_mem_chunk.
10481         (_gtk_tree_data_list_alloc): use g_mem_chunk.
10482         (_gtk_tree_data_list_node_to_value): Fix to switch on
10483         G_TYPE_FUNDAMENTAL.
10484         (_gtk_tree_data_list_value_to_node): Fix to switch on
10485         G_TYPE_FUNDAMENTAL.
10486         (_gtk_tree_data_list_node_copy): Fix to switch on
10487         G_TYPE_FUNDAMENTAL.
10488
10489 2001-03-12  Havoc Pennington  <hp@redhat.com>
10490
10491         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
10492         to convert to new property API. Also, change default_width and
10493         default_height get_property to return 0 as the flag value for
10494         "unset"; -1 is not a valid value for these fields.
10495
10496 2001-03-12  Havoc Pennington  <hp@redhat.com>
10497
10498         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
10499         enum with registration for icon sizes, instead of strings.
10500
10501         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
10502         gtkwidget.c: Fix to reflect GtkIconSize
10503         
10504 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10505
10506         Make GtkFB compile and link.
10507         
10508         * gdk/linux-fb/gdkdrawable-fb2.c:
10509         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10510         
10511         * gdk/linux-fb/gdkwindow-fb.c:
10512         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10513         Added gdk_window_shape_combine_region.
10514         Added assorted placeholders for unimplemented new GdkWindow API calls.
10515
10516 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10517
10518         * gtk/gtkfilesel.c:
10519         Add more test when converting filenames from/to utf-8.
10520         Don't allow entering text in the filename entry which isn't allowed in
10521         a filename. Just beep instead.
10522
10523 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10524
10525         * gtk/gtkclist.c:
10526         Scroll using gdk_window_scroll(). Don't wait for exposes.
10527         Move the column headers in an order that makes them flash less.
10528
10529 2001-03-10  Hans Breuer  <hans@breuer.org>
10530
10531         * gdk/gdk.def : updated
10532
10533         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
10534         to offseting the clip_mask at the right place
10535
10536         * gdk/win32/gdkwindow-win32.c : don't create background brushes
10537         for all the gdkClasses, especially not for the input_only case.
10538         Otherwise flickering wont be avoidable, because we don't get
10539         WM_ERASEBKGND message for these windows.
10540
10541         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
10542         and fixed massive redraw problems apparently triggered by Alexanders 
10543         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
10544         but it seems to work quite well :-)
10545
10546         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
10547         prototype
10548
10549 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
10550
10551         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
10552         (gtk_list_store_set_cell): Fix a stupid typo.
10553
10554 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
10555
10556         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
10557         select_all not work if you're in SINGLE mode (it doesn't make that
10558         much sense, anyway.)
10559
10560         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10561         handle types more sanely.
10562         (_gtk_tree_data_list_value_to_node): handle types more sanely.
10563         (_gtk_tree_data_list_node_copy): handle types more sanely.
10564
10565         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
10566         GValue better. Converts the type as well.
10567
10568         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
10569         GValue better. Converts the type as well.
10570
10571 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
10572
10573         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
10574         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
10575         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
10576         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
10577
10578         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
10579         gdk_im/gdk_ic.
10580
10581 2001-03-09  Hans Breuer  <hans@breuer.org>
10582
10583         * gdk/gdk.def : updated
10584
10585         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
10586         for their palette
10587
10588         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
10589         removing
10590
10591         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
10592         removing and implemented Havoc's GdkWindow state functions; 
10593         stick/unstick only as no-op, cause I don't know how to emulate 
10594         on win32 ...
10595
10596         * gtk/gtk.def : updated
10597
10598         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
10599
10600         * gtk/gtktypeutils.c : #include <string.h>
10601
10602         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
10603
10604 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
10605
10606         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
10607         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
10608         not a boxed.
10609
10610 2001-03-09  Alexander Larsson  <alexl@redhat.com>
10611
10612         * docs/Changes-2.0.txt:
10613         Document expose event->region change and that gtk_widget_event
10614         doesn't allow passing expose events.
10615
10616         * gdk/gdkevents.h:
10617         Add region to expose event.
10618         
10619         * gdk/gdkevents.c:
10620         Handle event->region in gdk_event_copy() and gdk_event_free().
10621
10622         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
10623         Generate expose_event->region when creating expose events.
10624
10625         * gdk/x11/gdkevents-x11.c:
10626         Generate expose events with regions when translating X events.
10627
10628         * gtk/gtkcontainer.[ch]:
10629         Default expose handler that propagates expose events to NO_WINDOW
10630         children. New function gtk_container_propagate_expose()
10631
10632         * gtk/gtkwidget.[ch]:
10633         Moved gtk_widget_event implementation to gtk_widget_event_internal.
10634         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
10635         expose events. New function gtk_widget_send_expose() to send expose
10636         events. New function gtk_widget_region_intersect() to calculate
10637         window/region intersections.
10638         
10639         * gtk/gtkmain.c (gtk_main_do_event):
10640         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
10641         Use gtk_widget_send_expose() to send expose events.
10642         
10643         * gtk/gtkbin.c:
10644         * gtk/gtkbox.c:
10645         * gtk/gtkfixed.c:
10646         * gtk/gtkimagemenuitem.c:
10647         * gtk/gtklist.c:
10648         * gtk/gtkpacker.c:
10649         * gtk/gtktable.c:
10650         * gtk/gtktree.c:
10651         Remove expose handler, using the default container implementation
10652         instead.
10653         
10654         * gtk/gtkbutton.c:
10655         * gtk/gtkcheckbutton.c:
10656         * gtk/gtkeventbox.c:
10657         * gtk/gtkfixed.c:
10658         * gtk/gtkhandlebox.c:
10659         * gtk/gtklayout.c:
10660         * gtk/gtklistitem.c:
10661         * gtk/gtkmenu.c:
10662         * gtk/gtkmenubar.c:
10663         * gtk/gtkmenuitem.c:
10664         * gtk/gtknotebook.c:
10665         * gtk/gtkoptionmenu.c:
10666         * gtk/gtkpaned.c:
10667         * gtk/gtkscrolledwindow.c:
10668         * gtk/gtktogglebutton.c:
10669         * gtk/gtktoolbar.c:
10670         * gtk/gtktreeitem.c:
10671         * gtk/gtkviewport.c:
10672         Chain expose handler to parent class handler. Use
10673         gtk_container_propagate_expose() to propagate exposes.
10674
10675         * gtk/gtkclist.c (check_exposures):
10676         * gtk/gtktext.c (process_exposes):
10677         Use gtk_widget_send_expose instead of gtk_widget_event.
10678
10679 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
10680
10681         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
10682
10683 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
10684
10685         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
10686         unref the nodes.   Fixes bug #50058.
10687
10688         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
10689         "::ref_iter" to "::ref_node".
10690         (gtk_tree_model_unref_node): change "::unref_iter" to
10691         "::unref_node". Fixes bug #50064.
10692
10693 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
10694
10695         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
10696         support for invisible cells.
10697          (gtk_tree_view_bin_expose): ditto
10698
10699 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
10700
10701         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
10702         on gobjects.
10703
10704         * tests/testtreefocus.c (main): New test file.
10705
10706         * tests/testtreeview.c: update to latest glib changes.
10707
10708         * tests/testtreecolumns.c: update to latest glib changes.
10709
10710 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
10711
10712         * gtk/testgtk.c: re-enabled event watcher emission hooks.
10713
10714 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
10715
10716         * *.c: added accumulator data argument to g_signal_newc()
10717         functions.
10718
10719         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
10720         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
10721         * gtk/treestoretest.c (make_window):
10722         s/g_signal_connect/g_signal_connectc/.
10723
10724         * gtk/gtktextbuffer.c: completed signal arg fixups,
10725         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
10726
10727 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
10728
10729         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
10730         G_CONST_RETURN.
10731
10732         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
10733         ::hierarchy-changed signal when a widget changes
10734         from anchored to unanchored or vice versa.
10735         (anchored means 
10736          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
10737         Use a private flag to keep track of this efficiently.
10738
10739 2001-03-07  Havoc Pennington  <hp@redhat.com>
10740
10741         * gtk/testgtk.c (create_spins): uglify so that size request gets
10742         tested.
10743
10744         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
10745         request on values for upper/lower, completes #6152
10746
10747 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
10748
10749         * Makefile.am: Remove gtk-config-2.0 again.
10750         (Grrrr, pkg-config. And stops make loops.)
10751
10752 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
10753
10754         * gtk/gtksignal.[hc]: removed old emission hook API.
10755         
10756         * docs/Changes-2.0.txt: fixed sections.
10757         
10758         * gtk/gtktextbuffer.c: signal arg fixups.
10759
10760 2001-03-07  Havoc Pennington  <hp@redhat.com>
10761
10762         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
10763
10764         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
10765         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
10766         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
10767         validation and the redraw which is higher priority than the
10768         validation.
10769
10770 2001-03-07  Havoc Pennington  <hp@redhat.com>
10771
10772         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
10773         (gtk_entry_set_property): remove trailer
10774
10775         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
10776         (gtk_entry_get_width_chars): new functions, to set size request to 
10777         a given number of characters
10778
10779         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
10780
10781         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
10782         (gtk_dialog_get_has_separator): new function
10783         (run_delete_handler): fix to not emit "response" signal
10784         because we already did in the delete event handler installed
10785         at dialog creation time.
10786         
10787         * gtk/gtkdialog.h: add a has_separator property,
10788         add GTK_DIALOG_NO_SEPARATOR flag
10789
10790 2001-03-07  Havoc Pennington  <hp@redhat.com>
10791
10792         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
10793         off decorations for a window.
10794
10795         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
10796         changes
10797
10798         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
10799         to get location of PangoLayout inside the label, closes #51198
10800
10801         * gtk/testgtk.c (create_bbox): fix up button box usage
10802
10803         * gtk/testcalendar.c (create_calendar): fix up button box usage
10804
10805         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
10806
10807         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
10808
10809         * gtk/gtkhbbox.h: deprecations
10810
10811         * gtk/gtkvbbox.h: deprecations
10812
10813         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
10814         emulate deprecated gtk_button_box_get_spacing
10815
10816         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
10817         the "set global default" functions
10818         (struct _GtkButtonBox): remove "spacing" field, use the one from 
10819         GtkBox base class
10820
10821         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
10822
10823         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
10824         render the icon, return the missing image icon.
10825
10826         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
10827         image icon if the load fails.   
10828
10829         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
10830         when no image is found; should be the Netscape "missing image"
10831         icon eventually but for now is a random image
10832
10833         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
10834         role for the session manager
10835
10836         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
10837
10838         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
10839         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
10840
10841         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
10842
10843 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
10844
10845         * gtk/*.c: marshaller fixes.
10846         
10847         * gtk/gtkmarshal.list: extreme cleanup.
10848
10849         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
10850         param spec for now.
10851
10852         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
10853         where appliable.
10854
10855         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
10856         special cased autogenerated boxed types from gtktypebuiltins_ids.c
10857         which are not reference counted:
10858         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
10859         PangoFontDescription, GtkTreeIter and GtkTreePath.
10860
10861 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
10862
10863         * gtk/gtktreeselection.h: 
10864         * gtk/gtktreemodel.c:
10865         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
10866         file should be included directly, and gobject/gmarshal.h
10867         as well as gtk/gtkmarshal.h even can't be included directly.
10868
10869         * Makefile.am: grr, install gtk-config-2.0.
10870
10871         * gtk/testgtk.c:
10872         * gtk/simple.c:
10873         * gtk/gtkmenu.c:
10874         * gtk/gtkitemfactory.c: use g_object_connect() instead of
10875         passing "*signal*::*" args to gtk_widget_set().
10876         
10877         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
10878         
10879         * gtk/*.c: removed trailer arg from property setters and getters.
10880         macro fixups.
10881
10882 2001-03-07  Alexander Larsson  <alexl@redhat.com>
10883
10884         * gtk/gtklabel.c (set_markup): Removed warning
10885
10886 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
10887
10888         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
10889         field to allow you to hide cell renderers.
10890
10891         * gtk/gtkcellrenderer.c: Add support for invisible cells.
10892
10893         * gtk/gtktreeview.c: Add support for invisible cells.
10894
10895 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
10896
10897         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
10898         Add "clicked" signal back to columns.
10899
10900         * ChangeLog: remove conflict markers.
10901
10902 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
10903
10904         * gtk/gtkbutton.c: Add animation of activation by, on 
10905         activate, pressing the button, and adding a timeout that 
10906         releases the button after 250ms or on key release and
10907         emits ::clicked. (#51501)
10908
10909         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
10910         action area, we connect to ::clicked instead of ::activate
10911         so the dialog stays up through the animation.
10912
10913 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
10914
10915         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
10916         check the ignore_enter flag for the menu shell that
10917         the item is actually a child of, not for attached
10918         submenus. (#51536)
10919
10920 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10921
10922         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10923         special key-press grab handling for widgets within
10924         GtkWindows. Otherwise, fall through to normal case.
10925
10926         This prevents key events being sent twice to GtkInvisible
10927         widgets, which can cause all sorts of mischief.
10928
10929 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10930
10931         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10932         widget is in effect, give the grab widget a first
10933         crack at KEY_PRESS/RELEASE events. (#424)
10934
10935 2001-03-06  James Henstridge  <james@daa.com.au>
10936
10937         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
10938         offset for the window_state_event to point at window_state_event
10939         rather than no_expose_event.
10940
10941 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
10942
10943         * gtk/gtkimmodule.h: fix busted /* comment */
10944
10945 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
10946
10947         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
10948         object properties.
10949
10950 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
10951
10952         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
10953         add object properties.
10954
10955         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
10956         to add object properties.
10957
10958         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
10959         object properties.
10960
10961         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
10962         add object properties.
10963
10964         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
10965         object properties.
10966
10967 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
10968
10969         * gtk/gtktreemodel.c: renamed "child_toggled" to
10970         "has_child_toggled".
10971
10972         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
10973         handle new signal name.
10974
10975         * gtk/gtktreestore.c: Updated to handle new signal name.
10976         * gtk/gtklisttore.c: Updated to handle new signal name.
10977         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
10978
10979 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10980
10981         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
10982         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
10983
10984 2001-03-05  Michael Natterer  <mitch@gimp.org>
10985
10986         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
10987         pixbuf-engine coincidentially also failed to make one of it's
10988         parent_class pointers static, causing overwriting of GtkLabel's
10989         parent_class pointer in pixbuf_style_class_init().
10990         (Will commit the fix to the pixbuf-engine too).
10991
10992 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10993
10994         * gdk/gdkwindow.h:
10995         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
10996         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
10997         gdk_window_set_icon_list for net wmspec functionality.
10998
10999         * gdk/x11/gdkwindow-x11.c:
11000         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
11001         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
11002         gdk_window_set_icon_list.
11003         Added gdk_wmspec_change_state helper function and used it in the code.
11004         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
11005
11006         * gtk/gtkdialog.c (gtk_dialog_init):
11007         Set GDK_WINDOW_TYPE_HINT_DIALOG.
11008
11009         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
11010         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
11011
11012         * gtk/gtkwindow.c:
11013         new function gtk_window_set_type_hint.
11014         On realize, set type hint and modal hint.
11015
11016         * gtk/gtkwindow.h:
11017         Added type_hint field and gtk_window_set_type_hint.
11018
11019 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11020
11021         * gtk/gtklabel.[ch]:
11022         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
11023         New function gtk_label_get_accel_keyval () to get the underline accelerator
11024         of the label. Setting the label pattern overrides other attributes.
11025
11026 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
11027
11028         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
11029         Added missing initializers to gtk_rc_style_init().
11030
11031 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
11032
11033         * gtk/gtktextview.c: fixed bug #51097 about setting 
11034         gtk_text_view_set_border_window_size() if the widget is 
11035         already realized.
11036
11037 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
11038
11039         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
11040
11041         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
11042         comment. Won't do to have duplicated doc comments between
11043         the platform subdirs.
11044
11045 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
11046
11047         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
11048           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
11049
11050         Detectable auto-repeat - make a repeating key generate
11051         press/press/press/release instead of press/release pairs.
11052
11053         If we have Xkb and XkbSetDectableAutoRepeat supports
11054         that, we do it that way. Otherwise, when we get
11055         a release event, we check ahead with XPending to see
11056         if the next key is a KeyPress with the same keycode
11057         and timestamp. (Not 100% reliable, but pretty close.)
11058           
11059 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11060         
11061         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11062         special key-press grab handling for widgets within
11063         GtkWindows. Otherwise, fall through to normal case.
11064  
11065         This prevents key events being sent twice to GtkInvisible
11066         widgets, which can cause all sorts of mischief.
11067  
11068 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11069  
11070         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11071         widget is in effect, give the grab widget a first
11072         crack at KEY_PRESS/RELEASE events. (#424)
11073  
11074 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
11075
11076         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
11077         to extend the selection. (Roughly based on patch
11078         from Jay Cox, #50939)
11079
11080         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
11081         to properly handle previous GDK_BUTTON_PRESS. 
11082         (Patch from Jay Cox, #50938)
11083
11084         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
11085         '\0' back along with the deleted text. (#51148)
11086
11087 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
11088
11089         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
11090         the group when extracting it from the X keyboard event.
11091
11092         * modules/input/Makefile.am modules/input/imipa.c: 
11093         Simple module for entering IPA. (Do we need a 
11094         gtk-stupid-input-tricks CVS module?)
11095
11096 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
11097
11098         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
11099         const.
11100
11101         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
11102
11103         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
11104         is no focus widget for the dialog currently, grab the focus as well
11105         as the default.
11106
11107         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
11108         the action area's children to iterate through, not the
11109         dialog's children.
11110
11111 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
11112
11113         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
11114         Add plug-socket tests. (Won't work worth a darn until I commit
11115         the rest of the plug-socket changes, but no reason these
11116         can't go into CVS now.)
11117
11118 2001-03-02  Havoc Pennington  <hp@redhat.com>
11119
11120         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
11121         _gdk_region_get_xrectangles()
11122
11123         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
11124
11125         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
11126
11127         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
11128         function, contributed by Ron Steinke    
11129
11130         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
11131         gdk_net_wm_supports
11132
11133         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
11134         New function, contributed by Ron Steinke
11135
11136         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
11137         used to line up the text in the entry when using the entry for
11138         editable sheet cell hacks
11139
11140         * gtk/testgtk.c (create_entry): test the activate_default setting
11141         on GtkEntry
11142
11143         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
11144         cause the entry to activate the default button for a dialog when 
11145         activated
11146         (gtk_entry_get_activates_default): new function
11147
11148 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
11149
11150         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
11151         Hwang to move call to sync_selection() up a few lines
11152         to before the row list is modified, to fix crash when
11153         removing rows in the undo_selection list.
11154
11155         (Test case provided by Daniel Elstner:
11156
11157         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
11158
11159 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
11160
11161         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
11162         of tree->root_tree in parent_set rather than _map(), 
11163         fixing #50892 in a bit better manner.
11164
11165 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
11166
11167         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
11168
11169 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
11170
11171         * gtk/gtkstyle.c : Remove duplicate fwd decl for
11172         gtk_default_draw_shadow.
11173
11174 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
11175
11176         * gdk/gdkimage.c (gdk_image_new): Remove excess 
11177         warning, make warnings more verbose, treat a error
11178         in shmat as permanent, and don't try again.
11179         (#51163, Ed Randall.)
11180
11181 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
11182
11183         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
11184         delay for the first click before starting to scroll.
11185         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
11186
11187         * gtk/gtktext.c: GtkText should have I-beam cursor. 
11188         (based on gtk-enf-990513-1.patch, Eric Fisher.)
11189
11190 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
11191
11192         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
11193         cleanup to remove some references to unused
11194         ->xoffset, ->yoffset.
11195
11196 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
11197
11198         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
11199         mask. (#51039, fix from Martin Maierhofer)
11200
11201 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
11202
11203         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
11204         for unshifted + and shifted = for non-us keyboards.
11205         Make <Control>+ and <Control>- work as well as 
11206         <Control>KP_Plus, <Control>KP_Minus for recursive
11207         open/close.  (#2682, René Seindal)
11208
11209 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
11210
11211         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
11212         the active menu item before deactivating the menu,
11213         so gtk_menu_popdown doesn't change the history. (#50964)
11214         
11215 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
11216
11217         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
11218         draw lines with text_gc rather than black_gc.
11219         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
11220
11221 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
11222
11223         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
11224         Move handling of buttons fully in gtktreeviewcolumn.  This code is
11225         less interrelated then it was, but it still requires the
11226         GtkTreeView to map it.
11227
11228         * test/testtreecolumn.c: Now I can add a column to one view,
11229         remove it, add it to the another view, remove it, then re-add it
11230         to the first.  Nifty.
11231
11232 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
11233
11234         * docs/tutorial/gtk-tut.sgml: Minor corrections
11235
11236 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
11237
11238         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
11239         GtkRowReference.
11240
11241 2001-02-28  Havoc Pennington  <hp@redhat.com>
11242
11243         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
11244         draw_default
11245         (gtk_widget_draw_focus): remove this function; we could instead
11246         make it just gtk_widget_draw(), but in most cases I think the
11247         result would be broken user code, so think it's better to have
11248         that code not compile and get fixed
11249         (gtk_widget_draw_default): ditto
11250
11251         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
11252         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
11253         
11254         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
11255         widgets lose/get the default, instead of calling draw_default
11256         
11257         * docs/Changes-2.0.txt: note about all this
11258
11259         Then fixed every widget in GTK, I won't list all the filenames.
11260
11261 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
11264         _gtk_tree_row_reference_deleted.
11265         (inserted_callback): Proxy out to
11266         _gtk_tree_row_reference_inserted.
11267         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
11268         get around signal emission ordering problem.
11269
11270         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11271         fix to work with SINGLE 
11272         (_gtk_tree_selection_internal_select_node): Major sanitization on
11273         selections.  SINGLE now seems to work.
11274
11275         * tests/Makefile.am: add testtreecolumn.c:
11276
11277         * tests/testtreecolumn.c: New test.  Mostly points out selection
11278         bugs currently, but will test columns later.
11279
11280         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
11281         selection bug.  I hate touching this code -- it's scary.
11282
11283 2001-02-26  Havoc Pennington  <hp@redhat.com>
11284
11285         * gtk/testgtk.c: test the window state stuff
11286
11287         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
11288         window come to the user's attention as if it were just created
11289         (gtk_window_iconify): new function
11290         (gtk_window_deiconify): new function
11291         (gtk_window_stick): new function
11292         (gtk_window_unstick): new function
11293         (gtk_window_maximize): new function
11294         (gtk_window_unmaximize): new function
11295
11296         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
11297
11298         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
11299
11300         * gdk/x11/gdkevents-x11.c: create window state events when
11301         appropriate
11302         (gdk_wmspec_supported): new function
11303
11304         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
11305         iconification before showing the window
11306         (gdk_window_deiconify): new function
11307         (gdk_window_stick): new function
11308         (gdk_window_unstick): new function
11309         (gdk_window_maximize): new function
11310         (gdk_window_unmaximize): new function
11311
11312         * gdk/gdkwindow.c: store the window state in the window; 
11313         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
11314         window->mapped.
11315         (gdk_window_get_state): return the current window state
11316
11317         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
11318         (gdk_event_get_state): handle GDK_WINDOW_STATE
11319         (gdk_synthesize_window_state): function to create the window state
11320         events
11321
11322         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
11323         event, for changes to "window state" such as maximized, sticky, 
11324         etc.
11325         
11326         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
11327         focuses a window
11328
11329         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
11330         finds out if we support a given WM spec hint
11331
11332 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
11333
11334         * docs/faq/gtk-faq.sgml: New question re memory leaks.
11335
11336 2001-02-25  Hans Breuer  <hans@breuer.org>
11337
11338         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
11339         cause we want to loose those prototypes only in the latter case
11340
11341         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
11342         GdkPixmapImplWin32 because it itsn't derived from it. Use the
11343         impl member variable instead
11344
11345         * gtk/gtk.def : updated
11346
11347         * gtk/gtklist.c : 
11348         * gtk/gtkmenus.c : include <string.h> for memset ()
11349
11350         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
11351         for everthing built here, but for gtk-x.x.dll only. This solves
11352         problem of indifferent gtk type definitions
11353
11354 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
11355
11356         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
11357
11358 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
11359
11360         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
11361         column that is exposed.
11362
11363         (_gtk_tree_view_update_size): Changed name from set_size, and
11364         changed function to do more work, and not force people calling it
11365         to figure out the size.  Simplifies a lot of code elsewhere.
11366
11367 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11368
11369         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
11370         return solid masks for xpms that have no transparent color.
11371         This makes the ..._create_from_xpm... API backwards
11372         compatible.
11373
11374 2001-02-23  Tor Lillqvist  <tml@iki.fi>
11375
11376         * README.win32: Update. Mention the gtk-1-3-win32-production
11377         branch.
11378
11379         * gdk/win32/bdfcursor.c: New file. A program that generates
11380         xcursors.h. Thanks to Stefan Ondrejicka.
11381
11382         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
11383         compact format.
11384
11385         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
11386
11387         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
11388         function, uses xcursors.h.
11389         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
11390         cursor from inline data instead of using LoadCursor() to generate
11391         it from a resource.
11392
11393         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
11394         event, must check the Windows message for mouse button state, as
11395         the GDK event state might not have been built if it is
11396         undelivered. Remove one goto.
11397
11398         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
11399         SetCursor() if the current cursor as returned by GetCursor() is
11400         the window's previous cursor. The ChildWindowFromPoint() test
11401         apparently didn't work correctly.
11402
11403         * gdk/win32/rc/*.cur: Remove.
11404
11405         * gdk/win32/rc/gdk.rc.in: Remove cursors.
11406
11407         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
11408
11409         * gtk/makefile.{mingw,msc}.in: Updates.
11410
11411 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
11412
11413         * gtk/gtktreemodel.h: add functions for signal emission.
11414
11415         * gtk/gtktreestore.c: move to use above functions instead of
11416         g_signal_emit.
11417
11418         * gtk/gtkliststore.c: ditto
11419
11420 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
11421
11422         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
11423         GObject instead of GtkObject.
11424
11425         * gtk/gtkliststore.c: ditto.
11426
11427         * gtk/gtktreemodelsort.c: ditto.
11428
11429         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
11430         GtkTreeModelIface, instead of in each model.
11431
11432 2001-02-21  Havoc Pennington  <hp@redhat.com>
11433
11434         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
11435         unbreak this function
11436
11437         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
11438         properties
11439
11440         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
11441         properties
11442
11443         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
11444         properties
11445
11446         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
11447         mean unset the max length
11448
11449 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
11450
11451         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
11452         Changed name to be set_cell_data_func to make it clear what
11453         the functino does.  Close bug #51069.
11454
11455 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
11458         have memory actually freed.  Keeps box running longer.
11459
11460 2001-02-21  Alexander Larsson  <alexl@redhat.com>
11461         
11462         * gtk/gtkseparatormenuitem.[ch]:
11463         Added new menu separator item. The drawing and size handling
11464         is still done in GtkMenuItem, but the API is a bit more sane.
11465         
11466         * gtk/Makefile.am:
11467         Add gtkseparatormenuitem.[ch].
11468
11469         * gtk/gtk.h:
11470         Add gtkseparatormenuitem.h.
11471         
11472         * gtk/gtkentry.c:
11473         * gtk/gtkmenufactory.c:
11474         * gtk/gtktextview.c:
11475         Use the new API for menu separators.
11476         
11477         * demos/gtk-demo/menus.c (create_menu):
11478         Add some GtkSeparatorMenuItem demo code.
11479
11480 2001-02-20  Havoc Pennington  <hp@redhat.com>
11481
11482         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
11483         Lee Mallabone
11484
11485         * gtk/gtkarrow.c: Convert to new property API, patch from 
11486         Lee Mallabone
11487
11488 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * tests/testtreeview.c (toggled_callback): fix to reflect change
11491         in GtkTreeModelStore.
11492
11493 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
11494
11495         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
11496         function to create an icon set from a pixbuf.
11497
11498 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11499
11500         * gtk/gtkcellrenderertext.[ch]:
11501         Add a "markup" property.
11502
11503         * gtk/treestoretest.c:
11504         Use the markup property, remove some leftover stuff from
11505         GtkTreeModelMapping.
11506
11507 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11508
11509         * gtk/gtklabel.c (gtk_label_set_selectable):
11510         Queue a redraw if the selectable setting was changed.
11511
11512 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11513
11514         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11515         Actually copy the whole gc, not just the public parts.
11516         
11517         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11518         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
11519         labels.
11520
11521 2001-02-19  Havoc Pennington  <hp@pobox.com>
11522
11523         * gdk/gdkwindow.c: docs
11524
11525         * gdk/gdkrgb.c: docs
11526
11527         * gdk/gdkregion-generic.c: docs
11528
11529         * gdk/gdkgc.c (gdk_gc_set_values): docs
11530
11531         * gdk/gdkdraw.c: docs
11532
11533         * gdk/gdkdrawable.h: deprecate drawable get/set data
11534
11535 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
11536
11537         * demos/gtk-demo/dialog.c: Add simple new demo.
11538
11539 2001-02-19  Havoc Pennington  <hp@redhat.com>
11540
11541         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
11542         insert_child_anchor signal, bug #50245
11543
11544         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
11545         from create_child_anchor, so the anchor is passed in
11546
11547         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
11548         (_gtk_widget_segment_new): have the child anchor object passed in, 
11549         instead of creating it.
11550
11551         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
11552         to gtk_text_buffer_get_modified
11553
11554 2001-02-19  Havoc Pennington  <hp@redhat.com>
11555
11556         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
11557         changed GLib without fixing GTK
11558
11559         * gtk/gtkrange.h: Rename all the stupid implementation detail 
11560         functions to have an underscore in front. Most of them should 
11561         probably just go away, but for starters don't export them.
11562         Bug #50482
11563
11564 2001-02-19  Havoc Pennington  <hp@redhat.com>
11565
11566         * gdk/gdkcolor.h: test was backward, so deprecated functions were
11567         excluded by default
11568
11569         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
11570         clean up the old code a bit
11571
11572         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
11573         inconsistent state
11574
11575         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
11576         draw inconsistent state
11577
11578         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
11579         (create_menu): add inconsistent test
11580
11581         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
11582         new function
11583         (gtk_check_menu_item_get_inconsistent): new function
11584         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
11585         state (using etched in for now)
11586
11587         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
11588         draw inconsistent state
11589
11590         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
11591         function, used when the user has selected a range of stuff in
11592         different states
11593         (gtk_toggle_button_get_inconsistent): accessor for that
11594         (gtk_toggle_button_paint): draw inconsistent state (etched in?
11595         don't know what else to do)
11596
11597 2001-02-19  Hans Breuer <hans@breuer.org>
11598
11599         * gtk/gtk.def : updated exported symbols
11600
11601         * gtk/makefile.msc.in : updated
11602
11603         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
11604         a colormap, when invoked from testgtk::entry. I'm not sure where
11605         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
11606         avoids immediate crashing ...
11607
11608         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
11609         any objections ?
11610
11611         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
11612         0 parameter. At least msvc doesn't like macros with var args. 
11613         I simply removed the extra 0, was it a feature or a typo ?
11614
11615         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
11616         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
11617         because the value assignment to the internal struct wasn't working.
11618         I'm not absolutely sure. The problem could have been resolved by
11619         changing the "func" declartion in the struct, but was the pointer
11620         to the function pointer intended ?
11621
11622         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
11623
11624         * gdk/gdk.def : updated exported symbols
11625
11626         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
11627         only use SetDIBitsToDevice if there is a palette at the drawable
11628         and the image is GDK_VISUAL_PSEUDO_COLOR
11629
11630         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
11631
11632         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
11633
11634         * gdk/*/makefile.msc : updated
11635
11636 2001-02-19  Havoc Pennington  <hp@redhat.com>
11637
11638         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
11639         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
11640
11641         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
11642         (gdk_key_repeat_restore): nuke
11643
11644         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
11645         (gdk_init_check): no atexit func
11646
11647         * gdk/gdkrgb.h: mark some stuff deprecated
11648
11649         * gdk/gdkcolor.h: mark some stuff deprecated
11650         
11651         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
11652
11653         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
11654
11655 2001-02-16  Havoc Pennington  <hp@redhat.com>
11656
11657         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
11658         scroll steps.
11659
11660         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
11661         steps, and add Ctrl-arrow shortcuts for paging visually as with
11662         HScale, since Page Up and Page Down move logically.
11663
11664         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
11665         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
11666         
11667         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
11668         steps
11669         (gtk_range_scroll): handle the visual steps
11670
11671         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
11672         scroll steps
11673
11674         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
11675         steps, not the logical ones.
11676
11677         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
11678         (scroll_vertical): handle up/down steps
11679
11680 2001-02-19 Alexander Larsson  <alexl@redhat.com>
11681
11682         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
11683         Copy data and free data with free().
11684
11685         * gdk-pixbuf/gdk-pixbuf.c:
11686         * gdk-pixbuf/io-jpeg.c:
11687         * gdk-pixbuf/io-png.c:
11688         Use g_try_malloc/g_free instead malloc/free.
11689         
11690         * gdk-pixbuf/test-gdk-pixbuf.c:
11691         Must... initialize... gobject...
11692         
11693         * gdk-pixbuf/pixops/timescale.c:
11694         * gtk/gtkcalendar.c:
11695         Use g_malloc instead of malloc.
11696         
11697 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
11698
11699         * gtk/testgtkrc:
11700         Comment out property assignments, these don't work yet.
11701
11702 2001-02-17  Havoc Pennington  <hp@pobox.com>
11703
11704         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
11705         bit.
11706
11707 2001-02-17  Havoc Pennington  <hp@pobox.com>
11708
11709         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
11710         shadowed variables that had broken size request in some cases,
11711         leading to bogus tooltips (#50996)
11712
11713 2001-02-06  Jon K Hellan  <hellan@acm.org>
11714
11715         Implement fast browsing of tooltips, bug #50619
11716         
11717         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
11718         and last_popdown
11719         
11720         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
11721         use_sticky_delay and last_popdown.
11722         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
11723         time of popdown.
11724         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
11725         is NULL.
11726         (gtk_tooltips_recently_shown): New static function.  Return true
11727         if < sticky_delay has elapsed since last popdown.
11728         (gtk_tooltips_event_handler): Display window after sticky_delay
11729         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
11730         since last popdown.
11731         
11732 2001-02-17  Havoc Pennington  <hp@pobox.com>
11733
11734         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
11735         instead of (). #6394
11736
11737         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
11738         G_CONST_RETURN, make it return by reference, #50473
11739         
11740 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
11741
11742         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
11743         generated ENTER_NOTIFY event with 0, otherwise not explicitely
11744         setup fields contain garbage (e.g. subwindow, breaking
11745         gdk_drawable_ref() upon event copy).
11746         (gtk_menu_stop_navigating_submenu_cb): same here.
11747
11748         * gtk/gtklist.c (gtk_list_vertical_timeout): 
11749         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
11750         * gtk/gtkclist.c (vertical_timeout): 
11751         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
11752         default-zero-intialization for unions to memset(,0,), as unions are
11753         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
11754         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
11755
11756         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
11757         g_closure_sink() warning.
11758
11759         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
11760         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
11761         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
11762         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
11763         
11764 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
11765
11766         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
11767         gtk_*_store_get, and moved to GtkTreeModel.
11768
11769         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
11770
11771         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
11772
11773         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
11774
11775         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
11776         set the func.
11777
11778         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
11779         freeze/thaw notify between setting all the properties for a cell.
11780
11781         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
11782
11783 2001-02-15  Havoc Pennington  <hp@redhat.com>
11784
11785         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
11786         the X coordinates so they're with respect to the line, rather than 
11787         with respect to the layout.
11788
11789         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
11790         Mallabone
11791
11792         * gtk/testgtk.c (create_range_controls): add vscale tests, 
11793         and inverted test
11794
11795         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
11796         #50806
11797
11798         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
11799
11800         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
11801         gtk_text_iter_is_end
11802
11803         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
11804         rename gtk_text_buffer_get_end_iter
11805
11806         * gtk/testgtk.c (create_labels): Add test for selectable
11807
11808         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
11809         the selection stuff. This code is kind of broken since it doesn't 
11810         use the theme engine.
11811
11812         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
11813         fix infinite loop and y offset problem
11814         (gdk_draw_layout_line_with_colors): fix foreground color handling
11815
11816         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
11817         that makes the label selectable.
11818         
11819         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
11820         layout when the style is set, since fonts etc. could have changed.      
11821
11822 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
11823
11824         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
11825
11826         * gtk/gtktreemodelsimple.[ch]: removed.
11827
11828 2001-02-16  Alexander Larsson  <alexl@redhat.com>
11829
11830         * gtk/gtktreemodelmapping.[ch]:
11831         New files. Implement GtkTreeModelMapping.
11832         
11833         * gtk/Makefile.am:
11834         Add gtktreemodelmapping.[ch].
11835         
11836         * gtk/gtk.h:
11837         Add gtktreemodelmapping.h
11838
11839         * gtk/treestoretest.c:
11840         Test the GtkTreeModelMapping
11841
11842 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
11843
11844         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
11845         have a demo, we might as well pass in real values.  Thanks to
11846         clahey for pointing this out.
11847
11848 2001-02-14  Havoc Pennington  <hp@pobox.com>
11849
11850         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
11851         "static" to a private function
11852         (gtk_image_menu_item_class_init): remove destroy handler,
11853         add "image" object property
11854
11855 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
11856
11857         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
11858         Add a shortcut if the window and the current clip_region doesn't
11859         overlap. This is needed when there are a lot of windows in a
11860         window. The layout test in testgtk is a good test.
11861
11862         * gdk/linux-fb/gdkwindow-fb.c:
11863         Whitespace fix.
11864
11865 2001-02-13  Sven Neumann  <sven@convergence.de>
11866
11867         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
11868
11869 2001-02-13  Alexander Larsson  <alexl@redhat.com>
11870
11871         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
11872         Don't reference last_cursor if it is null. Fixes crash when rotating
11873         the screen before having moved the mouse.
11874
11875         * gdk/linux-fb/gdkcc-fb.c: Zapp!
11876
11877         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
11878
11879         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
11880         when using 90 or 270 degrees rotation.
11881
11882 2001-02-12  Havoc Pennington  <hp@pobox.com>
11883
11884         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
11885         it always set the foreground, even if we were only using
11886         a stipple.
11887         (gdk_draw_layout_line_with_colors): new function, allow
11888         override colors
11889         (gdk_draw_layout_with_colors): new function, allow override
11890         colors
11891         (gdk_pango_layout_line_get_clip_region): function to get the clip
11892         region for a logical text range
11893         (gdk_pango_layout_get_clip_region): get the clip region for a
11894         logical text range
11895
11896         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
11897         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
11898         the right number of arguments.
11899
11900         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
11901         enhance the function to check that node data corresponds to a 
11902         view still belonging to the tree.
11903
11904         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
11905         GtkTreePath
11906         (gtk_tree_view_inserted): ditto
11907         (gtk_tree_view_child_toggled): ditto
11908
11909         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
11910         simplify this code.
11911
11912         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
11913         a PangoAttrList
11914
11915         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
11916
11917         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
11918
11919         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
11920         size in the size request 
11921         (gtk_menu_bar_size_allocate): consider toggle size here
11922
11923         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
11924         that displays a widget in the toggle slot
11925
11926         * gtk/testgtk.c: test GtkImageMenuItem
11927
11928         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
11929         
11930         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
11931         request and allocation
11932
11933         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
11934
11935         * gtk/gtkcheckmenuitem.c
11936         (gtk_check_menu_item_toggle_size_request): ditto
11937         
11938 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
11939
11940         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
11941         reference.
11942
11943         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
11944         and refuse to initialize GTK+ if they fail.
11945
11946 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
11947
11948         * configure.in: Add check for gtk-doc version.
11949
11950 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
11951
11952         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
11953         where the xpad/ypad was only being used on one side!
11954
11955 2001-02-11  Tor Lillqvist  <tml@iki.fi>
11956
11957         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
11958         function, copied from X11 version.
11959
11960         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
11961         DestroyCursor failures. The reason for the problem (despite the
11962         inconsistent messages from GetLastError()) was that
11963         DestroyCursor() cannot be called while a cursor is set in a
11964         window. Set the new cursor first and then destroy the old one.
11965         Thanks to jpe@archaeopteryx.com.
11966
11967         * gdk/win32/gdkcc-win32.c: Remove.
11968
11969         * gdk/win32/Makefile.am: Remove from here, too.
11970         
11971         * gdk/gdk.def
11972         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
11973
11974         * gtk/gtk.def
11975         * gtk/makefile.mingw.in: Updates.
11976
11977 2001-02-08  Havoc Pennington  <hp@redhat.com>
11978
11979         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
11980         add a widget to a bin that already has a child.
11981
11982         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
11983
11984         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
11985         
11986         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
11987
11988         * gdk/gdk.h: remove gdkcc.h
11989
11990         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
11991
11992         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
11993         GdkPixbuf, since the previous implementation was GdkColorContext
11994         dependent.
11995
11996         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
11997         
11998 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
11999
12000         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
12001         a sane value!
12002
12003 2001-02-08  Havoc Pennington  <hp@redhat.com>
12004
12005         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
12006         lighten them.
12007
12008 2001-02-08  Havoc Pennington  <hp@redhat.com>
12009
12010         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
12011         validation idle
12012
12013         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
12014         cell renderer
12015
12016         * demos/pixbuf-demo.c (timeout): remove deprecated
12017         gtk_widget_draw
12018
12019         * demos/testpixbuf-save.c (main): remove deprecated
12020         gtk_drawing_area_size
12021
12022         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
12023         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
12024         at the start of the allocation.
12025         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
12026         unsetup or NULL model.
12027
12028         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
12029         even/odd/sorted cells in the tree view.
12030
12031         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
12032         bugfixes
12033
12034         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
12035         backgrounds with draw_flat_box using different detail for even/odd
12036         rows.
12037
12038         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
12039         row, so we can draw the alternating colors thing
12040
12041         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
12042         property from a synonym property, notify for the synonym.
12043         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
12044         (gtk_text_tag_get_property): Always return the font, even if
12045         all its fields aren't set
12046
12047         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
12048         store the attr list; it leaves us with no way to change attributes
12049         in _render according to the render flags, and no way to implement
12050         get_property. Instead store all the specific text attributes. 
12051         Separate whether an attribute is enabled from its value. Sync all
12052         properties with GtkTextTag, make them all consistent, etc.
12053
12054         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
12055         renderers can highlight the sort row/column     
12056
12057         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
12058         accessor functions to get values; this has the side effect of
12059         showing up which accessor functions were missing. Added those.
12060
12061         * gtk/gtktreeviewcolumn.h: Replace set_justification with
12062         set_alignment, to be consistent with GtkLabel, GtkMisc
12063
12064         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
12065         arrow.
12066
12067         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
12068
12069         * gtk/gtktreesortable.h: updates in here
12070
12071 2001-02-07  Sven Neumann  <sven@convergence.de>
12072
12073         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
12074         pango dimensions after painting the background. We used to draw
12075         gigantic flat boxes here.
12076
12077 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
12078
12079         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
12080         error introduced with earlier commit) (pointed out by
12081         Ollie Lho)
12082
12083 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
12084
12085         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
12086         which are no longer necessary.
12087
12088 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
12089
12090         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
12091
12092 2001-02-04  Tor Lillqvist  <tml@iki.fi>
12093
12094         * gdk/gdk.def
12095         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
12096         Provide dummy implementations.
12097
12098 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
12099
12100         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
12101
12102         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
12103         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
12104         deprecated this function.
12105
12106         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
12107         argument.
12108
12109 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
12110
12111         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
12112
12113 2001-02-03  Havoc Pennington  <hp@pobox.com>
12114
12115         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
12116         Mikael Hermansson with patch from Mikael (if there was a toggle
12117         start one after the first character in the range, this function
12118         was broken). Bug #50380
12119
12120 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
12121
12122         * configure.in: Remove confusing comment about X11.
12123
12124 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
12125
12126         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
12127         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
12128         
12129 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
12130
12131         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
12132         it breaks things on BSD. If you want to compile GTK+ with
12133         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
12134         when configuring, since GTK+ simply can't be "pure ANSI" 
12135         in the header files it uses. (#8170, Greg Hudson)
12136
12137 2001-02-02  Havoc Pennington  <hp@redhat.com>
12138
12139         * gtk/gtkwindow.c: docs
12140
12141         * gtk/gtkwidget.c: docs
12142         (gtk_widget_set_colormap): add a reference to the colormap
12143         (gtk_widget_get_default_colormap): add a reference to the colormap
12144
12145         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
12146
12147         * gtk/gtktextiter.c: docs
12148
12149         * gtk/gtkmain.c (gtk_propagate_event): docs
12150
12151         * gtk/gtkpaned.c (gtk_paned_get_position): docs
12152         (gtk_paned_set_position): docs
12153
12154         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
12155         sort interface, no implementation yet.
12156
12157         * demos/testpixbuf.c (new_testrgb_window): replace
12158         gtk_drawing_area_size() with gtk_widget_set_usize()
12159
12160         * demos/testpixbuf-drawable.c (main): ditto
12161         
12162         * gtk/testgtk.c: remove use of GtkStatusbarMsg
12163
12164         * gtk/gtktextbuffer.c: docs
12165
12166         * gtk/gtkstock.c: docs
12167
12168         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
12169
12170         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
12171
12172         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
12173         
12174         * gtk/gtkimage.c: add some docs in here
12175         (gtk_image_size_request): change name of
12176         gtk_widget_render_stock_icon
12177         (gtk_image_get_icon_set): don't dup returned string
12178         (gtk_image_get_icon_set): don't dup returned string
12179
12180         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
12181         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
12182         and gtkiconfactory.h functions
12183
12184         * gtk/gtkiconfactory.c: add some docs in here
12185
12186         * gtk/gtkmain.c (gtk_get_default_language): document
12187         (gtk_get_current_event): document
12188         (gtk_get_current_event_state): document
12189         (gtk_get_event_widget): document
12190
12191         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
12192
12193         * gtk/gtkcontainer.c: Add some documentation
12194         (gtk_container_add): give a more explanatory warning on adding an
12195         already-parented widget, this is kind of a FAQ and also a common
12196         typo that's easier to debug with a nice warning 
12197
12198         * gtk/gtkcellrenderertoggle.c
12199         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
12200         adding this, it's useless
12201         (gtk_cell_renderer_toggle_set_active): remove
12202         (gtk_cell_renderer_toggle_get_radio): add
12203
12204         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
12205         the NULL cell renderer, that doesn't make any sense to me. 
12206
12207         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
12208         demo code should never use deprecated features.
12209
12210         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
12211         code should never use deprecated features.
12212
12213         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
12214         gtk_widget_queue_clear_area deprecated
12215
12216         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
12217         deprecated
12218
12219         * gtk/gtklabel.h: mark gtk_label_get() deprecated
12220
12221         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
12222         a GdkImage deprecated, replaced by new consistently-named
12223         functions       
12224
12225         * gtk/gtkmain.h: Mark gtk_exit() deprecated
12226
12227         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
12228
12229         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
12230         deprecated
12231
12232         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
12233         so it won't appear in docs and confuse people.
12234
12235         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
12236
12237         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
12238         macros deprecated. (can't mark the type itself deprecated, since
12239         GtkProgressBar is not deprecated and we need the type decl to use
12240         GtkProgressBar)
12241
12242         * gtk/gtkpixmap.h: Mark deprecated
12243
12244         * gtk/gtkoldeditable.h: Mark deprecated
12245
12246         * gtk/gtklist.h: Mark deprecated
12247
12248         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
12249         for anything anymore.
12250
12251         * gtk/gtkctree.h: Mark deprecated
12252
12253         * gtk/gtkclist.h: Mark deprecated
12254
12255         * gtk/gtkpreview.h: Mark deprecated
12256
12257         * gtk/gtkpacker.h: Mark deprecated
12258
12259         * gtk/gtktipsquery.h: Mark deprecated
12260
12261         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
12262
12263         * gtk/gtkvruler.h: Add comment that it will move out of GTK
12264
12265         * gtk/gtkhruler.h: Add comment that it will move out of GTK
12266
12267         * gtk/gtkruler.h: Add comment that it will move out of GTK
12268
12269         * gtk/gtkgamma.h: Add comment that it will move out of GTK
12270
12271         * gtk/gtkcurve.h: Add comment that it will move out of GTK
12272
12273 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
12274
12275         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
12276         gdk_colormap_sync private since it was never exported
12277         in a header file.
12278
12279         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
12280         colormap->colors[] for StaticGray, StaticColor colormaps.
12281
12282         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
12283         was being used as if it was image->bits_per_pixel.
12284
12285         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
12286         for the image in the GdkImage structure since it isn't
12287         reconstructable, and we need it to handle packed types
12288
12289         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
12290         the assumption that on Win32 image->bits_per_pixel == image->depth,
12291         always.
12292
12293         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
12294
12295         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
12296         warning message if no converter can be found. 
12297
12298 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
12299
12300         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
12301         chars to isupper() / tolower(). (#567)
12302
12303         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
12304         to clear up 64-bit warnings. (#567)
12305
12306 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
12307
12308         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
12309         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
12310
12311         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
12312         since some people set $(libdir) separately. (#1290, David Kaelbling)
12313
12314 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
12315
12316         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
12317         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
12318         MAXPATHLEN, but the code here depends on a fixed value.)
12319         (#4524)
12320
12321 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
12322
12323         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
12324         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
12325
12326 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
12327
12328         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
12329         viewable there is no way that moving the node will cause the 
12330         focus row to become not viewable, so omit check on the visibility
12331         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
12332
12333 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
12334
12335         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
12336         selection before inserting new text.
12337
12338 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
12339
12340         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
12341         Make the sensitivity of the reparented child track that of
12342         the original parent menu item. (#34218, David Hodson)
12343
12344         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
12345         the case where the current item is destroyed properly.
12346
12347         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
12348         some edge cases with child-less menuitems.
12349         
12350 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
12351
12352         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
12353         key pop down window. (#12074, Jon K Hellan)
12354
12355 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
12356
12357         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
12358         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
12359         The solution here isn't perfect - you get an extraneous
12360         emission of "toggle", which could conceivably confuse an app,
12361         but better than the current situation. LXR search seems to
12362         indicate that no apps in GNOME CVS connect to "toggle".
12363
12364 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
12365
12366         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
12367         gtk_public_h_sources to directly here to avoid warning when
12368         building srcdir != builddir. (#9656)
12369
12370 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
12371
12372         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
12373         handlers in gtkrange.c return the proper values (TRUE == handled)
12374         (#10316).
12375
12376         This is just the tip of the iceberg, but gtkrange.c is the
12377         most common place where the propagation is problematical,
12378         and also a place where it is almost certainly safe to change
12379         this in the stable branch.
12380
12381         (You don't want right click popups on a range control or anything...)
12382
12383 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
12384
12385         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
12386         area on focus out, even if a background pixmap isn't set.
12387         (#13941)
12388         
12389 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
12390
12391         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
12392         to deal with setting the shape properly when scrolling arrows are
12393         turned on, but not visible because there is sufficient space.
12394         (#13432)
12395
12396 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
12397
12398         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
12399         items with submenus, destroy the item along with the submenu.
12400         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
12401         properly.
12402
12403         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
12404         later.
12405
12406 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
12407
12408         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
12409         the focus widget sometimes wasn't drawn with the default if there
12410         was no default widget.
12411
12412         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
12413         unreference pixmaps. 
12414
12415         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
12416         for some extra safety.
12417
12418 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
12419
12420         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
12421         the text of a cell to the old pointer value better, by
12422         copying the new text before freeing the old text. Some code
12423         cleanup. (#8079, Karl Nelson)
12424
12425 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
12426
12427         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
12428         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
12429
12430 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
12431
12432         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
12433         item from a menu, check to see if it matches 
12434         menu->old_active_menu_item, and if so, unref and clear
12435         old_active_menu_item (Patch from Pavel Cisler)
12436
12437         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
12438         menu_shell->active_menu_item, if it is the child being
12439         removed. (Patch based on that of Gene Ragan, #50337)
12440
12441 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
12442
12443         * gdk/linux-fb/gdkselection-fb.c: 
12444         * gdk/linux-fb/gdkcolor-fb.c: 
12445         * gdk/linux-fb/gdkdrawable-fb2.c: 
12446         * gdk/linux-fb/gdkfont-fb.c: 
12447         * gdk/linux-fb/gdkim-fb.c: 
12448         * gdk/linux-fb/gdkinput.c: 
12449         * gdk/linux-fb/gdkkeyboard-fb.c: 
12450         * gdk/linux-fb/gdkmain-fb.c: 
12451         * gdk/linux-fb/gdkrender-fb.c: 
12452         A bunch of whitespace cleanup.
12453         
12454 2001-01-30  Havoc Pennington  <hp@pobox.com>
12455
12456         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
12457         #ifdef GTK_ENABLE_BROKEN.
12458
12459         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
12460         GTK_ENABLE_BROKEN just before including the broken headers.
12461         
12462         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
12463         deprecated types registered.
12464
12465         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
12466         we have to test the broken stuff.
12467
12468         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
12469         
12470 2001-01-30  Havoc Pennington  <hp@redhat.com>
12471
12472         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
12473         here where prev pointer was set to the wrong thing
12474
12475         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
12476         (gtk_tree_path_is_descendant): new function
12477
12478         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
12479         cached length
12480         (gtk_list_store_get_iter): don't modify iter if we can't get the
12481         path.
12482
12483         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
12484         
12485         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
12486         GtkTreeDragDest
12487
12488         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
12489         was causing segfault
12490
12491         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
12492         pointer to NULL
12493
12494         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
12495
12496         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
12497         on returning FALSE
12498         (gtk_list_store_iter_children): ditto
12499         (gtk_list_store_iter_nth_child): ditto
12500         (gtk_list_store_iter_nth_child): ditto
12501         (gtk_list_store_iter_parent): ditto
12502
12503         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
12504         on iter->user_data != NULL instead of silently accepting it.
12505         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
12506         we are returning TRUE.
12507         (gtk_tree_store_iter_children): ditto
12508         (gtk_tree_store_iter_nth_child): ditto
12509         (gtk_tree_store_iter_parent): ditto
12510         (gtk_tree_store_insert): remove handling of parent->user_data ==
12511         NULL, replace with parent == NULL       
12512
12513         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
12514         and a comment explaining things
12515
12516         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
12517         interface support to GtkTreeStore.
12518
12519         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
12520         FALSE if no prev, fix
12521
12522         * gtk/gtktreeview.c (set_source_row): use a row reference
12523         (set_dest_row): use a row reference
12524
12525 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
12526
12527         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
12528         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
12529         (gtk_tree_selection_select_iter): The same as above.
12530
12531 2001-01-26  Havoc Pennington  <hp@redhat.com>
12532
12533         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
12534         which holds a handle to a specific row (particular set of values
12535         in the model, i.e. pointer-identity row).
12536
12537         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
12538         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
12539         Still need to use it for the src/dest row saved on the drag context.
12540
12541 2001-01-26  Havoc Pennington  <hp@redhat.com>
12542
12543         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
12544
12545         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
12546         not offset by TREE_VIEW_HEADER_HEIGHT
12547         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
12548         TREE_VIEW_HEADER_HEIGHT
12549
12550         * configure.in (included_loaders): for me, --with-included-loaders
12551         generates the error "the specified loader yes does not exist",
12552         i.e. the arg defaults to "yes", so change test for value ""
12553         to test for value "yes", and include all loaders in that case.
12554
12555         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
12556
12557         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
12558         handle TREE_VIEW_VERTICAL_SEPARATOR
12559         (gtk_tree_view_bin_expose): fix to consider the row offset as
12560         pointing halfway into vertical separator.       
12561         (gtk_tree_view_draw_node_focus_rect): ditto
12562
12563         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
12564         --gtk-debug=updates, which causes gdk_window_set_debug_updates
12565         (TRUE) to be called.
12566
12567         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
12568         debug mode where the invalid region is colored in on invalidate,
12569         so you can see the flicker and know whether your redraw code is 
12570         doing a good job.
12571
12572         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
12573         tree window coordinates (clip rect is in tree window coords)
12574
12575         * gtk/Makefile.am: add gtktreednd.[hc]
12576
12577         * gtk/gtkliststore.c: implement gtktreednd interfaces.
12578
12579         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
12580         drag-and-drop data operations on a model (so we can set up tree
12581         drag-and-drop automatically)
12582
12583         * gtk/testgtk.c: Add a window to change sensitivity in the
12584         GtkLabel test; add a way to change the entry frame in GtkEntry
12585         test
12586
12587         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
12588         (gtk_entry_get_has_frame): new functions to remove the frame
12589         around an entry
12590         (gtk_entry_size_request): shrink requisition if no frame
12591         (gtk_entry_draw_focus): don't draw frame if no frame
12592
12593         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
12594         checks inside a cell renderer
12595         (gtk_default_draw_option): ditto for options
12596
12597         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
12598         children from the alignment, not the button
12599         (gtk_tree_view_column_init): ref/sink the column, to emulate
12600         GObject refcounting.
12601
12602         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
12603         
12604         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
12605         Use theme functions to draw the toggles 
12606
12607         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
12608
12609         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
12610         GdkPangoAttrEmbossed to use in rendering insensitive text
12611
12612         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
12613
12614         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
12615         using new GDK features
12616         
12617 2001-01-24  Alexander Larsson  <alexl@redhat.com>
12618
12619         * gtk/gtkimage.c:
12620         Splitted gtk_image_clear into gtk_image_clear() and
12621         gtk_image_reset(). Call gtk_image_clear() in ::destroy
12622         to avoid leaks.
12623
12624         * gtk/gtklabel.c (set_markup):
12625         Don't leak text.
12626
12627         * gtk/gtktextlayout.c:
12628         Always free display->shaped_objects.
12629
12630         * gtk/testgtk.c (create_clist):
12631         Don't leak custom style.
12632
12633 2001-01-23  Alexander Larsson  <alexl@redhat.com>
12634
12635         * gtk/gtkcolorsel.c (grab_color_at_mouse):
12636         Don't leak image. Simplify using gdk_colormap_query_color().
12637         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
12638
12639         * linux-fb/gdkcolor-fb.c:
12640         Implemented gdk_colormap_query_color.
12641
12642 2001-01-23  Alexander Larsson  <alexl@redhat.com>
12643
12644         * linux-fb/gdkcursor-fb.c:
12645         Don't leak built-in cursors.
12646
12647         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
12648         Don't leak tmp_points.
12649
12650         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
12651         Don't modify desc. Don't leak font if the PangoFont
12652         isn't found.
12653         
12654         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
12655         Free dash_list.
12656
12657         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
12658         Don't leak string.
12659         
12660 2001-01-20  Havoc Pennington  <hp@pobox.com>
12661
12662         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
12663         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
12664         me, matches Pango
12665
12666 2001-01-22  Havoc Pennington  <hp@redhat.com>
12667
12668         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
12669
12670         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
12671
12672         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
12673         Remove, move back to gdk-pixbuf
12674
12675         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
12676         to all the word functions
12677
12678         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
12679         before doing anything on NULL layout or if we don't have the focus
12680
12681         * gtk/testtext.c (fill_example_buffer): "justification"
12682
12683         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
12684         to be called "justification" not "justify"
12685
12686         * demos/gtk-demo/textview.c (create_tags): "justification"
12687         
12688         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
12689
12690 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12691
12692         * gdk/gdkwindow.c (gdk_window_invalidate_region):
12693         Don't leak visible_region. Use visible_region instead of region.
12694         
12695         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
12696         Don't do extra gdk_drawable_ref(). This is not X.
12697         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
12698         gdk_fb_focused_window is ref:ed.
12699         (gdk_fb_window_send_crossing_events): Watch out for destroyed
12700         windows.
12701
12702 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12703
12704         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
12705         Don't leak the PangoFontDescriptor.
12706
12707 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
12708
12709         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
12710         when not realized.
12711         (gtk_tree_view_scroll_to_cell): Make work when not realized.
12712         (gtk_tree_view_realize): add scroll_to support
12713         (gtk_tree_view_finalize): add a finalize method.  Populate.
12714         (gtk_tree_view_insert_column): ref and sink the column.
12715         (gtk_tree_view_append_column): ref and sink the column.
12716         (gtk_tree_view_queue_draw_node): New function to handle redrawing
12717         individual nodes.  Should make the code much more efficient, if
12718         actually used.
12719
12720 2001-01-19  Havoc Pennington  <hp@redhat.com>
12721
12722         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
12723         byte_offset variable was being used to mean both "offset into
12724         layout" and "offset into buffer line" which was no longer true
12725         with addition of preedit string; fix
12726
12727 2001-01-19  Havoc Pennington  <hp@redhat.com>
12728
12729         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
12730
12731         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
12732         function
12733
12734         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
12735         implement
12736
12737         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
12738         scroll_to_cell, matches TextView scroll functions better
12739         (gtk_tree_view_tree_to_widget_coords): new function
12740         (gtk_tree_view_widget_to_tree_coords): new function
12741         (gtk_tree_view_get_visible_rect): new function
12742         (gtk_tree_view_get_path_at_pos): accept negative coordinates
12743         (gtk_tree_view_draw_node_focus_rect): new function moved from
12744         draw_focus, also, use width of bin_window as width of the focus
12745         rect
12746         (gtk_tree_view_expand_row): fix bug where it didn't recognize
12747         already-expanded rows
12748         (gtk_tree_view_get_cell_rect): new function
12749         (gtk_tree_view_get_path_at_pos): return the click position
12750         relative to the passed-in cell
12751         (gtk_tree_view_set_expander_column): new function
12752
12753         * configure.in: remove gtk-config-2.0 chmod
12754
12755         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
12756         and properly handle drags with targets we don't understand
12757         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
12758         scrolling anyway
12759         (gtk_text_view_drag_drop): stop scrolling here though, and set the
12760         mark invisible
12761
12762         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
12763         function
12764         (gtk_drag_dest_get_target_list): new function
12765         (gtk_drag_dest_set_target_list): new function
12766         
12767         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
12768
12769         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
12770         related to drag-and-drop
12771
12772 2001-01-19  Alexander Larsson  <alexl@redhat.com>
12773
12774         * gdk/linux-fb/gdkprivate-fb.h:
12775         Define EMULATE_GDKFONT.
12776         Add extra pango_font stuff to GfkFontPrivate.
12777         
12778         * gdk/linux-fb/gdkdrawable-fb2.c:
12779         * gdk/linux-fb/gdkfont-fb.c:
12780         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
12781         emulation using PangoFont.
12782
12783 2001-01-17  Havoc Pennington  <hp@pobox.com>
12784
12785         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
12786         all the non-deprecated set_foo functions. Added missing object
12787         properties, and added g_object_notify() to setters. 
12788         Wrote docs.
12789         
12790 2001-01-18  Tor Lillqvist  <tml@iki.fi>
12791
12792         * gtk/gtkmain.c
12793         * gtk/gtkrc.c: (Win32) Use the new
12794         g_win32_get_package_installation_(sub)directory() functions.
12795
12796         * config.h.win32.in: New file.
12797         
12798         * config.h.win32: Removed.
12799
12800         * configure.in: Output config.h.win32.
12801
12802         * Makefile.am: Add it to EXTRA_DIST.
12803
12804         * gtk/gtk.def: Update.
12805
12806 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
12807
12808         * gtk/gtklabel.c (gtk_label_size_request): Set the
12809         attributes onto the PangoLayout even if they are newly
12810         created from label->pattern.
12811
12812 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
12813
12814         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
12815
12816         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
12817         structures in functions. Fixes bug where gtk_dataset_*
12818         was accidentally still being used in one place, causing
12819         every dest side event to be treated independently.
12820
12821         * gtk/gtkdnd.c: Remove last vestages of handling
12822         ::draw (fixes warning)
12823         
12824         * gtk/gtkentry.[ch]: Add drag and drop support.
12825
12826         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
12827         new function gtk_check_drag_threshhold() for checking
12828         to check if (dx,dy) has exceeded the threshhold for starting
12829         a drag and use it everywhere.
12830
12831 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
12832
12833         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
12834         add -I{includedir}/gtk-2.0.
12835
12836         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
12837         gdk/gdk-pixbuf.h: Doc fixups.
12838         
12839         * gtk/gtkobject.h: Remove trailing , from enum
12840
12841 2001-01-17 Alexander Larsson <alexl@redhat.com> 
12842
12843         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
12844         Doh! Mixed up x and y.
12845
12846         * gdk/linux-fb/gdkglobals-fb.c:
12847         Removed gdk_fb_pointer_grab_window_events,
12848         added _gdk_fb_pointer_grab_owner_events and
12849         _gdk_fb_keyboard_grab_owner_events.
12850
12851         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
12852         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
12853         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
12854         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
12855         Send crossing events after ungrab finished.
12856         (gdk_keyboard_grab): Set ..._owner_events
12857         (type_masks): Move out of function.
12858         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
12859         gdk_fb_keyboard_event_window): New functions, return the
12860         window an event should be targeted at. Handles grabs and
12861         event propagation. Can return NULL.
12862         (gdk_event_make): Remove event_mask checking. Now always
12863         returns an event.
12864                 
12865         * gdk/linux-fb/gdkkeyboard-fb.c:
12866         * gdk/linux-fb/gdkproperty-fb.c:
12867         * gdk/linux-fb/gdkselection-fb.c:
12868         Use new event_window/gdk_event_make() behaviour.
12869         
12870         * gdk/linux-fb/gdkmouse-fb.c:
12871         Use new event_window/gdk_event_make() behaviour.
12872         Only send motion events if in the same window.
12873         If grabbed, use cursor from window if sibling of grabbed
12874         window, and cursor from grabbed window otherwise.
12875
12876         * gdk/linux-fb/gdkprivate-fb.h:
12877         Update gdk_fb_window_send_crossing_events, gdk_event_make
12878         and grab varaible declarations. Add gdk_fb_*_event_window().
12879
12880         * gdk/linux-fb/gdkwindow-fb.c:
12881         Use new event_window/gdk_event_make() behaviour.
12882         Keep correct track of focus window.
12883         (gdk_window_set_events): Set all specific button motion masks
12884         if GDK_BUTTON_MOTION_MASK set.
12885
12886         * gtk/gtkdnd.c (gtk_drag_update):
12887         Free info->last_event if gdk_drag_motion returned FALSE.
12888
12889 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12890
12891         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
12892         Eliminate redraws when input-only windows are shown or
12893         hidden. Thanks to jpe@archaeopteryx.com.
12894
12895 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
12896
12897         * docs/faq/gtk-faq.sgml: FAQ update:
12898           - Update to bugzilla
12899           - Add GTK+ and security/SUID/SGID
12900           - Add DnD question
12901
12902 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
12903
12904         * gdk/linux-fb/gdkdnd-fb.c:
12905         Some cleanups.
12906         
12907 2001-01-15  Havoc Pennington  <hp@pobox.com>
12908
12909         * tests/testtreeview.c: add test stuff for CellRendererToggle
12910
12911         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
12912         accessor
12913
12914         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
12915         only toggle on button press (would do release like GtkButton, but
12916         we'd need implicit grab code for treeview cells)
12917
12918 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12919
12920         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
12921
12922         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
12923         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
12924
12925         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
12926         to g_{locale,filename}_{to,from}_utf8 to match current API.
12927
12928         * gtk/makefile.msc.in (gtk_OBJECTS)
12929         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
12930
12931         * gtk/gtk.def: Update.
12932
12933 2001-01-15  Tor Lillqvist  <tml@iki.fi>
12934
12935         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
12936         implementaion that more closely mimics the events that an X server
12937         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
12938         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
12939         with nested preview widgets, for instance, more responsive when
12940         you move the mouse quickly into them.
12941         (find_window_for_pointer_event): Make it actually compile.
12942         (gdk_event_translate): Set send_event to the value of
12943         InSendMessage (). This doesn't really mean the same as X11's
12944         send_event flag, but is close enough, says jpe@archaeopteryx.com
12945
12946 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12947
12948         * gdk/linux-fb/gdkdnd-fb.c:
12949         Implemented drag and drop.
12950         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
12951         when it tries to free and then copy the same event (info->last_event).
12952         I am not sure about why this happens, but will continue looking.
12953
12954 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12955
12956         * gdk/linux-fb/gdkwindow-fb.c:
12957         Use gdk_window_invalidate_rect instead of
12958         gdk_window_invalidate_rect_clear to minimise flashing.
12959         When hiding windows you need to clear the root window though.
12960
12961 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12962
12963         * gdk/linux-fb/gdkdrawable-fb2.c:
12964         For optization, add an full_shapes argument to gdk_fb_clip_region.
12965         If this is false, only the cliprects of the shapes are used.
12966
12967         * gdk/linux-fb/gdkprivate-fb.h:
12968         Export gdk_fb_window_peek_shape.
12969         Add full_shapes to gdk_fb_clip_region.
12970
12971         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
12972         When moving a window, don't clear everything under the it, just the
12973         root window. Makes stuff faster and flash less.
12974         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
12975         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
12976         offset of the shape.
12977         
12978
12979 2001-01-12  Havoc Pennington  <hp@redhat.com>
12980
12981         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
12982         current invalid region, fixes redraw bug while scrolling the 
12983         text widget
12984
12985         * gtk/gtktextview.c, gtk/gtktextview.h:
12986         Rearrange the scrolling/validation/etc. code in a major way, 
12987         so it seems to make sense to me. Probably isn't genuinely that
12988         much better, but...
12989
12990         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
12991         notifies
12992
12993         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
12994
12995 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
12996
12997         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
12998         Hide mouse pointer while rotation. Show it afterwards.
12999
13000 2001-01-12  Alexander Larsson  <alexl@redhat.com>
13001
13002         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
13003         windows in consideration when generating clip region.
13004
13005         * gdk/linux-fb/gdkfb.h:
13006         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
13007
13008         * gdk/linux-fb/gdkprivate-fb.h:
13009         Add shape to GdkWindowFBDatat.
13010         exported gdk_fb_window_get_abs_shape().
13011         removed gdk_fb_draw_lines declaration.
13012
13013         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
13014         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
13015         send focus changes when there is a grabbed window.
13016         (gdk_window_get_pointer): Handle shaped windows.
13017         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
13018         (gdk_fb_window_peek_shape): Returns the shape for a window,
13019         handles GDK_FB_USE_CHILD_SHAPE.
13020         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
13021         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
13022         (gdk_window_shape_combine_mask): Implement.
13023
13024         * gtk/gtkwindow-decorate.c:
13025         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
13026         setting the shape of a window makes the window transparent.
13027
13028 2001-01-11  Havoc Pennington  <hp@redhat.com>
13029
13030         * gtk/gtktreemodelsimple.h: Oops, broke some macros
13031
13032 2001-01-10  Havoc Pennington  <hp@redhat.com>
13033
13034         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
13035         add this function, bug 40251
13036
13037         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
13038         of type macro   
13039
13040 2001-01-11  Alexander Larsson  <alexl@redhat.com>
13041
13042         * acconfig.h:
13043         Added ENABLE_SHADOW_FB
13044
13045         * configure.in:
13046         Added --disable-shadowfb
13047
13048         * gdk/linux-fb/gdkcursor-fb.c:
13049         Update shadowfb when updating cursor
13050
13051         * gdk/linux-fb/gdkdrawable-fb2.c:
13052         Added wrappers for shadowfb that calls  the normal drawable
13053         methods, but calls gdk_shadow_fb_update(bounding box) when
13054         GdkWindows are drawed to.
13055         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
13056         which also returns the bounding box.
13057
13058         * gdk/linux-fb/gdkfb.h:
13059         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
13060
13061         * gdk/linux-fb/gdkgeometry-fb.c:
13062         Update shadowfb when scrolling window.
13063
13064         * gdk/linux-fb/gdkglobals-fb.c:
13065         Add _gdk_fb_screen_angle.
13066         
13067         * gdk/linux-fb/gdkkeyboard-fb.c:
13068         Test code for screen rotation. Shift-F2 in the xlate driver
13069         rotates the screen.
13070
13071         * gdk/linux-fb/gdkmain-fb.c:
13072         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
13073
13074         * gdk/linux-fb/gdkmouse-fb.c:
13075         Use fb_width/height instead of modeinfo.xres/yres.
13076
13077         * gdk/linux-fb/gdkprivate-fb.h:
13078         Added fb_men, fb_width, fb_height & fb_stride. When using
13079         shadow fb these can differ from the framebuffer stuff.
13080         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
13081         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
13082         _gdk_fb_screen_angle. Removed CM, RP.
13083
13084         * gdk/linux-fb/gdkrender-fb.c:
13085         Added code for shadowfb handling and screen rotation using
13086         shadowfb.
13087
13088         * gdk/linux-fb/gdkwindow-fb.c:
13089         Use fb_mem, fb_stride, fb_width, fb_height.
13090         Added recompute_rowstride to reset the rowstride of all windows.
13091         Added gdk_fb_recompute_all() which recomputes rootwindow size,
13092         window abs positions and window rowstrides. Usefull when the
13093         rotation has changed.
13094
13095 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
13096
13097         * docs/faq/gtk-faq.sgml: update to make web site updating easier
13098
13099 2001-01-10  Havoc Pennington  <hp@redhat.com>
13100
13101         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
13102         where sibling == iter
13103         (gtk_tree_store_insert_after): handle sibling == iter
13104         (gtk_tree_store_prepend): remove stamp checks
13105         (gtk_tree_store_insert_before): ditto
13106         (gtk_tree_store_append): ditto
13107         (gtk_tree_store_get_path): ditto
13108         (gtk_tree_store_get_value): ditto
13109         (gtk_tree_store_iter_has_child): ditto
13110         (gtk_tree_store_iter_n_children): ditto
13111         (gtk_tree_store_iter_nth_child): ditto
13112         (gtk_tree_store_insert_after): ditto
13113         (gtk_tree_store_is_ancestor): ditto
13114         (gtk_tree_store_iter_depth): ditto
13115         (gtk_tree_store_insert_before): assert that sibling's parent is
13116         the same as the passed-in parent
13117         (gtk_tree_store_insert_after): assert that sibling's parent is
13118         the same as the passed-in parent
13119
13120         
13121         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
13122         function to get the first iterator in a model
13123         
13124         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
13125         conventionally the "root" in this sense is just NULL afaict.
13126
13127         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
13128         where sibling == iter
13129         (gtk_list_store_insert_after): handle case where sibling == iter
13130
13131         * tests/testtreeview.c (run_automated_tests): fairly lame basic
13132         automated tests for ListStore, TreeStore
13133
13134         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
13135         (gtk_list_store_insert): update tail pointer, and fix it to work
13136         (gtk_list_store_insert_before): update tail pointer, and fix it to work
13137         (gtk_list_store_append): use tail to be faster
13138         (gtk_list_store_prepend): fix it, update tail pointer
13139         (gtk_list_store_insert_after): fix it, update tail pointer
13140
13141         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
13142         the list
13143
13144 2001-01-09  Havoc Pennington  <hp@redhat.com>
13145
13146         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
13147         is NULL due to a pending resize
13148
13149         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
13150         column width to values less than 1
13151
13152         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
13153         width to be between min/max width, and still set the width 
13154         even if autosize is turned on, so the tree view can use this 
13155         function in order to autosize.
13156         (gtk_tree_view_column_init): set initial width to 1 not 0
13157
13158         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
13159         setter function to modify column width, so we get notification
13160         (gtk_tree_view_insert_iter_height): ditto
13161         (gtk_tree_view_calc_size): ditto
13162         (gtk_tree_view_check_dirty): ditto
13163
13164         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
13165         properties to change all the interesting attributes of the tree
13166         view column.
13167         (gtk_tree_view_column_set_header_clickable): rename set_clickable
13168         (gtk_tree_view_column_get_clickable): add
13169         (gtk_tree_view_column_set_cell_renderer): don't unset the current
13170         attributes; assume a cell renderer with equivalent object
13171         properties has been swapped in. Do g_object_notify().
13172         (gtk_tree_view_column_set_visible): g_object_notify
13173         (gtk_tree_view_column_get_sizing): rename from get_col_type
13174         (gtk_tree_view_column_set_sizing): g_object_notify
13175         (gtk_tree_view_column_set_width): add g_object_notify
13176         (gtk_tree_view_column_set_min_width): ditto
13177         (gtk_tree_view_column_set_max_width): ditto
13178         (gtk_tree_view_column_set_title): ditto
13179         (gtk_tree_view_column_set_clickable): ditto
13180         (gtk_tree_view_column_set_widget): ditto
13181         (gtk_tree_view_column_set_justification): ditto
13182
13183 2001-01-09  Havoc Pennington  <hp@redhat.com>
13184
13185         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
13186         there are no rows in the model
13187
13188         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
13189         NULL, then return the start of the list
13190
13191         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
13192         if we can't get any rows from an empty model 
13193
13194         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
13195         extraneous * after function pointer typedef usage
13196
13197         * Makefile.am: don't specify full path to cp and rm
13198
13199         * gtk/gtkcellrenderertextpixbuf.c
13200         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
13201         NULL before dereferencing, fixes a segfault that happened from
13202         time to time
13203
13204         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
13205         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
13206         and reindent the function
13207         (gtk_cell_renderer_pixbuf_get_size): indentation
13208
13209         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
13210         we quit it
13211         (gtk_dialog_add_buttons_valist): add g_return_if_fail
13212         (gtk_dialog_set_default_response): New function, to set default
13213         button
13214         (gtk_dialog_set_response_sensitive): New function, to set 
13215         sensitivity of buttons
13216
13217         * gtk/gtkcellrendererpixbuf.c
13218         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
13219         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
13220
13221         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
13222         handle any G_TYPE_OBJECT subclass, not just the base class, and 
13223         also boxed types.
13224         (_gtk_tree_data_list_value_to_node): ditto
13225
13226         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
13227         --gtk-debug=tree
13228
13229         * gtk/gtkmain.c: add GTK_DEBUG_TREE
13230
13231         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
13232
13233 2001-01-09  Tor Lillqvist  <tml@iki.fi>
13234
13235         * gdk/win32/gdkevents-win32.c: Implement better mouse
13236         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
13237         (find_window_for_pointer_event): New function.
13238         (gdk_event_translate): Use it when handling mouse events.
13239
13240 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
13241
13242         * configure.in:
13243         Added --with-included-loaders option
13244
13245         * gdk-pixbuf/Makefile.am:
13246         * gdk-pixbuf/gdk-pixbuf-io.c:
13247         Add support for including selected gdk-pixbuf loaders only.
13248
13249         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
13250         gtk_window_set_has_frame):
13251         Added inline documentation.
13252
13253         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
13254         * docs/reference/gdk/tmpl/windows.sgml:
13255         Added inline documentation.
13256
13257 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
13258
13259         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
13260         realizing buttons that have already been realized.
13261
13262 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
13263
13264         * tests/testtreeview.c (main): Show menu items before adding to
13265         option menu.
13266
13267         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
13268         around if we kill them.
13269
13270         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13271         Return if we pass in a NULL model.
13272
13273 2001-01-08  Havoc Pennington  <hp@redhat.com>
13274
13275         * tests/testtreeview.c: hack on this some
13276
13277         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
13278         gtk_tree_store_set_valist, v is for arrays, valist for varargs
13279         list
13280         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
13281
13282         * gtk/gtkliststore.h: Add varargs set() and get() convenience
13283         functions
13284
13285 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13286
13287         * gtk/gtkwindow-decorate.[hc]:
13288         * gtk/Makefile.am:
13289         New files. Contains an implementation of a minimal WM for
13290         linux-fb.
13291
13292         * gtk/gtkwindow.h:
13293         Add the possibility for GtkWindows to specify a frame. This
13294         is used for the window decoration code, but could concievably
13295         be used for X programs too (xmms style windows).
13296         GtkWindow->frame is the toplevel window if the window is framed.
13297         The signal frame_event gets all events that are targeted to
13298         GtkWindow->frame.
13299         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
13300         
13301         * gtk/gtkwindow.c:
13302         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
13303         Call out to gtkwindow-decorate.c for WM support in linx-fb.
13304
13305 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13306
13307         * docs/README.linux-fb:
13308         Correct filename ~/.pangoft2_aliases
13309
13310         * gdk/gdkwindow.h:
13311         Added new function gdk_window_get_decorations.
13312
13313         * gdk/linux-fb/gdkfb.h:
13314         Removed _gdk_window_get_decorations declaration.
13315         Renamed _gdk_window_set_child_handler to
13316         gdk_fb_window_set_child_handler.
13317
13318         * gdk/linux-fb/gdkwindow-fb.c:
13319         Renamed _gdk_window_set_child_handler to
13320         gdk_fb_window_set_child_handler.
13321
13322         * gdk/x11/gdkwindow-x11.c:
13323         New function gdk_window_get_mwm_hints().
13324         Implemented gdk_window_get_decorations.
13325
13326         * docs/reference/gdk/tmpl/windows.sgml:
13327         * docs/reference/gdk/gdk-sections.txt:
13328         Added gdk_window_get_decorations docs.
13329         
13330 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
13331
13332         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
13333         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
13334         gdk_fb_window_send_crossing_events):
13335         Possibly send focus events when the mouse moves from one
13336         window to another.
13337
13338 2001-01-07  Tor Lillqvist  <tml@iki.fi>
13339
13340         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
13341         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
13342         to match current API.
13343
13344         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
13345         environment variable is set, don't call g_error when on a
13346         palettized (PseudoColor) display. Some people want to use GTK+ 
13347         in 256-colour mode even though works only partially.
13348
13349         * gdk/gdk.def
13350         * gtk/gtk.def
13351         * gtk/makefile.mingw.in: Update.
13352
13353 2001-01-05  Havoc Pennington  <hp@redhat.com>
13354
13355         * tests/testtreeview.c: hack on this a bit
13356
13357         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
13358         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
13359
13360         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
13361         was spelled incorrectly
13362         (GTK_IS_TREE_MODEL_SIMPLE): ditto
13363
13364         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
13365         from gtk_tree_view_set_headers_active   
13366
13367         * gtk/gtktexttag.c:
13368         (gtk_text_tag_get_property): handle PROP_DIRECTION
13369         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
13370         properties, bug 40235
13371
13372         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
13373         forward_to_line_end
13374
13375 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
13376
13377         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
13378         modules/input/gtkimcontextxim.c: Adapt to new prototypes
13379         for unicode,locale,filename conversion functions.
13380
13381 2001-01-05  Havoc Pennington  <hp@redhat.com>
13382
13383         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
13384         broken if called on the first position in the buffer.
13385
13386         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
13387         forward_to_delimiters to be called only if we aren't already at
13388         the delimiters.
13389
13390 2001-01-05  Havoc Pennington  <hp@redhat.com>
13391
13392         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
13393
13394 2001-01-05  Alexander Larsson  <alexl@redhat.com>
13395
13396         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
13397         colormap in here. Sync from X port.
13398         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
13399         Sync from X port.
13400         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
13401         This happens now and then, and i don't think it is a bug.
13402         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
13403         != endpoint.
13404         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
13405         GDK_LINE_SOLID.
13406
13407         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
13408         some of the fields filled in at least.
13409
13410         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
13411         miLineArcD is no more, remove it from the function definition.
13412
13413 2001-01-04  Havoc Pennington  <hp@redhat.com>
13414
13415         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
13416         this
13417
13418         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
13419         user_data instead of tree_node
13420
13421         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
13422         TREE_VIEW_COLUMN_SIZE
13423
13424         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
13425         "size" field to "width" finishes bug 40061
13426
13427         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
13428         for bitfields, bug 40268
13429
13430 2001-01-04  Havoc Pennington  <hp@redhat.com>
13431
13432         Rename some stuff:
13433         
13434         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
13435
13436         s/GtkModelSimple/GtkTreeModelSimple/g;
13437         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
13438         s/gtk_model_simple/gtk_tree_model_simple/g;
13439         s/gtkmodelsimple/gtktreemodelsimple/g;
13440
13441         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
13442
13443         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
13444         s/column_set_col_type/column_set_sizing/g;
13445
13446         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
13447         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
13448
13449         s/GtkCellRendererType/GtkCellRendererState/g;
13450         
13451         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
13452         (gtk_cell_renderer_toggle_class_init): change "state" property to
13453         "active", to match GtkToggleButton
13454         (gtk_cell_renderer_toggle_get_active): new function, bug
13455         40269
13456         (gtk_cell_renderer_toggle_set_active): new function
13457         (gtk_cell_renderer_toggle_set_property): route changes to toggle
13458         state through gtk_cell_renderer_set_active
13459
13460 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
13461
13462         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
13463         temporarily until they work again.  Brought up to date with
13464         changes in the model.
13465         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
13466         model.
13467
13468 2001-01-04  Havoc Pennington  <hp@redhat.com>
13469
13470         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
13471         equal to the line length, then position iterator before paragraph 
13472         separators. Fixes crash reported by Mikael Hermansson when
13473         pressing left arrow from the start of a line.   
13474
13475         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
13476         about byte indexes off the end
13477         (iter_set_from_char_offset): add g_error about char offsets
13478         off the end
13479
13480 2001-01-03  Havoc Pennington  <hp@redhat.com>
13481
13482         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
13483
13484         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
13485         of private functions; remove inclusion of private headers.
13486
13487         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
13488         function, so we don't need private functions in gtktextdisplay.c
13489
13490         * gtk/gtktextiterprivate.h: underscore-ification
13491
13492         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
13493         to instead say "only useful to implement widgets"
13494
13495         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
13496         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
13497         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
13498
13499         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
13500         This function was completely broken
13501
13502         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
13503
13504         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
13505
13506         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
13507
13508         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
13509
13510         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
13511
13512         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
13513
13514         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
13515         gtk_paint_layout
13516
13517         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
13518         gtk_paint_layout
13519
13520         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
13521         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
13522         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
13523         which were not implemented.     
13524
13525         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
13526         insert_pixbuf signal. Rename delete_text to delete_range since it
13527         also deletes pixbufs and child anchors. This almost closes bug
13528         40245 (still need to deal with child anchors)
13529
13530         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
13531         insert_pixbuf, change signal names as appropriate, change types of
13532         signals taking marks/tags to have the specific type, not just
13533         G_TYPE_OBJECT
13534         
13535         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
13536         closes bug 40051
13537
13538         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
13539         unnecessary remove_contents() call
13540         (gtk_option_menu_class_init): add a "changed" signal, closes
13541         bug 40039
13542         (gtk_option_menu_update_contents): emit "changed" if the 
13543         active menu item changes
13544
13545         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
13546         cast to GtkObject, reported by Jonas Borgstrom
13547         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
13548         we can't do stuff with side effects in finalize. Instead, spew a
13549         warning if the loader isn't closed.
13550
13551         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
13552         colormap in here, non-X ports probably need to sync to this change
13553
13554         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
13555         assertion that colormap != NULL, you can set the colormap to NULL
13556         if you like.
13557         
13558         * Makefile.am: remove gtk-config-2.0
13559
13560         * configure.in: Use pkg-config to locate GLib. Remove
13561         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
13562         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
13563         Use pkg-config to locate Pango. Output correct Pango libs to
13564         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
13565
13566         * Makefile.am (pkgconfig_DATA): install only target-specific pc
13567         files
13568         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
13569         X11 pc files
13570
13571         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
13572         unref from here
13573
13574 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
13575
13576         * configure.in:
13577         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
13578
13579 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
13580
13581         * gtk/gtktextlayout.c
13582         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
13583         variable when moving back onto a single line.
13584
13585 2001-01-01  Havoc Pennington  <hp@redhat.com>
13586
13587         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13588
13589         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13590
13591         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
13592         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
13593
13594 2001-01-01  Havoc Pennington  <hp@redhat.com>
13595
13596         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
13597
13598         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
13599         GtkTextAttributes
13600
13601         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
13602         #40246
13603         (gtk_text_attributes_copy_values): rename from 
13604         gtk_text_attributes_copy
13605         (gtk_text_attributes_copy): a more standard GTK copy function, 
13606         which returns a new object
13607
13608 2001-01-01  Havoc Pennington  <hp@redhat.com>
13609
13610         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
13611         
13612         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
13613         don't fill in tree_view->priv->selection, kind of an unexpected
13614         side effect
13615
13616         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
13617         gtkintl.h
13618         
13619         * gtk/gtkcellrenderer.c: Remove definition of _ and include
13620         gtkintl.h
13621         (gtk_cell_renderer_get_property): remove calls to g_value_init
13622
13623         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
13624         gtkintl.h
13625
13626         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
13627         and include gtkintl.h
13628         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
13629         property names
13630
13631         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
13632         GtkTreeSelection
13633         (_gtk_tree_selection_new_from_with_view): rename, return
13634         GtkTreeSelection
13635         (_gtk_tree_selection_set_tree_view): rename with uscore
13636         (gtk_tree_selection_get_selected): fill in the "model" out param
13637         first, so it gets filled in even if we return at the top of the 
13638         function
13639         (gtk_tree_selection_real_select_all): add a comment and an else{}
13640         to clarify this a bit
13641         (gtk_tree_selection_real_unselect_all): add the same else{}
13642
13643         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
13644         set_tree_view to have underscore prefixes, move them to the
13645         private header, fix return type of new_with_tree_view
13646         (struct _GtkTreeSelection): mark struct
13647         fields private  
13648
13649         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
13650         GtkTreeModelFlags, not a guint
13651         (gtk_tree_path_prev): return gboolean not gint
13652         (gtk_tree_path_up): return gboolean not gint
13653
13654         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
13655         return GtkTreeModelFlags, not a guint
13656
13657         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
13658         that child model is non-null before unrefing it
13659         (g_value_int_compare_func): make this a qsort compare func, not 
13660         a boolean predicate
13661
13662         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
13663         (add -umn to the end), and mark it unimplemented
13664         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
13665         I don't see what it's for - doesn't the model always sort itself?
13666         (gtk_tree_model_sort_set_compare): this had the wrong signature
13667
13668         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
13669         Fix the docs to say that it destructively replaces existing
13670         attributes (previously said that it added attributes).
13671         (gtk_tree_view_column_set_visible): canonicalize bool before
13672         equality testing. Also, check for realization before
13673         hiding/showing the tree_column->window; if this window could exist
13674         before realization, then it's busted and needs fixing, we can't 
13675         create GDK resources pre-realization. Also, remove
13676         superfluous queue_resize(), since set_size() does that for us.
13677         (gtk_tree_view_column_set_col_type): check realization before 
13678         using tree_column->window
13679
13680         * gtk/gtktreedatalist.c: fix filename in copyright notice
13681
13682 2000-12-31  Havoc Pennington  <hp@pobox.com>
13683
13684         * gtk/gtktextview.c: Rearrange all the
13685         scroll-while-dragging-or-selecting code to be different, not
13686         necessarily better. ;-)
13687         (gtk_text_view_scroll_to_mark): Change this
13688         function to take within_margin as a fraction instead of a pixel
13689         value, and to take alignment arguments (indicating where to align 
13690         the mark inside the visible area)
13691         
13692         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
13693         to GtkObject
13694
13695         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
13696         behavior so that offsets past the end of the line are not 
13697         allowed, and an offset equal to the line length moves the iterator
13698         to the next line
13699         (gtk_text_iter_set_line_index): make parallel change
13700         (gtk_text_iter_get_bytes_in_line): add this function
13701         
13702         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
13703         of byte indexes off the end of the line; byte index at the end of
13704         the line now returns FALSE and doesn't fill in the requested
13705         values, byte index past the end of the line is an error.  Also,
13706         don't allow -1 offset anymore, since its meaning is unclear.
13707
13708         This change exposes some bug in visual cursor motion, where we
13709         end up with a huge invalid byte index; needs fixing. Symptom of 
13710         bug is a crash when you hit up arrow.
13711         
13712         (_gtk_text_line_char_locate): match the change to byte_locate
13713
13714         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
13715         from start of line properly. fixes bug reported by Mikael
13716         Hermansson where backspace would delete all text before the
13717         cursor.
13718
13719 2000-12-30  Tor Lillqvist  <tml@iki.fi>
13720
13721         * gdk/win32/gdkwindow-win32.c
13722         (gdk_window_impl_win32_get_visible_region): New function, as in
13723         the X11 backend.
13724         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
13725         instead of duplicating the same code here.
13726
13727         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
13728         GDK_COLORMAP macro.
13729
13730         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
13731         destroy function.
13732         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
13733         access that.
13734
13735         * gtk/gtk.def: Update.
13736
13737         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
13738
13739 2000-12-30  Havoc Pennington  <hp@pobox.com>
13740
13741         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
13742         colormap on input only windows, to avoid special cases all over
13743         the code for these windows.
13744
13745 2000-12-26  Tor Lillqvist  <tml@iki.fi>
13746
13747         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
13748         we are on a palettized display ("PseudoColor" in X11), as the code
13749         for that doesn't work anyway, and never has.
13750
13751 2000-12-22  Alexander Larsson  <alexl@redhat.com>
13752
13753         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
13754         Don't use isprint() for chars > 255.
13755
13756 2000-12-21  Havoc Pennington  <hp@redhat.com>
13757
13758         * tests/testtreeview.c: more work
13759
13760 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13761
13762         * docs/README.linux-fb:
13763         Update the docs to the new pangoft2 way.
13764
13765 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13766
13767         * configure.in:
13768         For linux-fb get the pangoft2 cflags and libs. This needs a recent
13769         pango version.
13770         Remove modules/linux-fb/Makefile.
13771
13772         * gdk/linux-fb/gdkdrawable-fb2.c:
13773         Render glyphs using freetype.
13774
13775         * gdk/linux-fb/gdkfb.h:
13776         Add new fb-specific functions needed for managing windows.
13777
13778         * gdk/linux-fb/gdkmain-fb.c:
13779         Remove gdk_font_init/fini() calls.
13780
13781         * gdk/linux-fb/gdkpango-fb.c:
13782         Remove old implementation. Use pangoft2 instead.
13783
13784         * gdk/linux-fb/gdkprivate-fb.h:
13785         Remove PangoFBFont and related stuff.
13786
13787         * gdk/linux-fb/gdkwindow-fb.c:
13788         Implement drawable->get_visible_region.
13789         Implement support for _gdk_window_set_child_handler () and
13790         _gdk_window_get_decorations().
13791
13792         * modules/Makefile.am:
13793         Remove linux-fb subdir.
13794
13795         * modules/linux-fb/*:
13796         Removed all.
13797         
13798 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
13799
13800         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
13801         calls, as they are no longer needed.
13802
13803         * gtk/gtktreemodelsort.c: Fix up the comparison code.
13804         
13805         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
13806         figure out how to emit a signal on an interface.
13807
13808 2000-12-20  Havoc Pennington  <hp@redhat.com>
13809
13810         * tests: new directory to contain tests, gtk/test* should move
13811         here sometime (with appropriate on-cvs-server hackery)
13812
13813         * tests/testtreeview.c, tests/Makefile.am: a test
13814         
13815         * configure.in (AC_OUTPUT): add tests/Makefile
13816
13817         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
13818         and "invisible_set" which were missing
13819
13820         * gtk/gtkrbtree.h: some cheesy indentation fix
13821         
13822 2000-12-20  Alexander Larsson  <alexl@redhat.com>
13823
13824         * gtk/gtkinvisible.c (gtk_invisible_realize):
13825         Attach the style to the window so that the style it is not
13826         leaked when unrealizing the window.
13827
13828 2000-12-18  Havoc Pennington  <hp@redhat.com>
13829
13830         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
13831         begin/end user action where appropriate
13832         (gtk_text_view_commit_handler): add begin/end user action
13833
13834         * gtk/gtktextbuffer.c: add begin/end user action signals, and
13835         bracket interactive operations with begin/end user action pair.
13836         
13837         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
13838         "interactive" arg from insert_text and delete_text signals.
13839         Add begin_user_action, end_user_action signals
13840         (gtk_text_buffer_begin_user_action): 
13841         (gtk_text_buffer_end_user_action): New functions to delimit 
13842         a user-visible action
13843
13844         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
13845         signals.
13846         
13847 2000-12-18  Havoc Pennington  <hp@redhat.com>
13848
13849         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
13850         was pretty non-working.
13851
13852         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
13853         by passing the length to g_utf8_validate().
13854
13855 2000-12-16  Havoc Pennington  <hp@pobox.com>
13856
13857         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
13858         Port to GObject, can go back in gdk-pixbuf after setting up 
13859         a gdk-pixbuf-marshal.h header over there.
13860
13861         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
13862         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
13863         args
13864         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
13865         set
13866         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
13867         here, do it when we create the buttons later
13868         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
13869         (gtk_tree_view_map): paranoia checks that column->button is shown 
13870         and unmapped
13871         (gtk_tree_view_size_request): only request visible children.
13872         Move header size calculation in here, for cleanliness, and 
13873         to maintain invariants for child widgets if we eventually 
13874         let users set different children inside the buttons
13875         (gtk_tree_view_map_buttons): factor out code to map buttons,
13876         since it was being called several times
13877         (gtk_tree_view_size_allocate_buttons): move_resize the drag
13878         windows instead of just moving them; their height may change 
13879         if we allow random widgets in there, or the theme changes.
13880         (gtk_tree_view_size_allocate): move button size allocation 
13881         above emitting the scroll signals, to ensure a sane state when we
13882         hit user code
13883         (gtk_tree_view_button_release): remove queue_resize after
13884         tree_view_set_size(), set_size() will handle any resize queuing
13885         that's needed
13886         (gtk_tree_view_focus_in): just queue a draw, don't fool with
13887         draw_focus goo
13888         (gtk_tree_view_focus): use gtk_get_current_event() and
13889         gdk_event_get_state()
13890         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
13891         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
13892         semicolon
13893         (gtk_tree_view_create_button): show the button here
13894         (gtk_tree_view_button_clicked): actually emit the clicked signal
13895         on the column
13896         (_gtk_tree_view_set_size): return right away if the size is
13897         unchanged, as a cheesy optimization
13898         (gtk_tree_view_setup_model): rename set_model_realized to 
13899         setup_model to match the flag that indicates whether we've 
13900         called it
13901         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
13902         exist, because set_scroll_adjustment does that and it shouldn't
13903         matter what order you call these in
13904         (gtk_tree_view_get_vadjustment): ditto
13905         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
13906         for paranoia
13907         (gtk_tree_view_set_headers_visible): call
13908         gtk_tree_view_map_buttons() instead of using cut-and-paste code
13909         (gtk_tree_view_append_column): clarify whether the return value
13910         is the count of columns before or after, and do the increment 
13911         separately from the return statement so you can tell from the code.
13912         (gtk_tree_view_remove_column): ditto
13913         (gtk_tree_view_insert_column): ditto
13914         (gtk_tree_view_get_column): remove g_return_if_fail for columns
13915         outside the existing range, the docs say that outside-range
13916         columns are allowed, so we handle them as documented. (Presumably
13917         this allows a nice loop with column != NULL as test.)
13918         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
13919         mean (left/right/center etc.).
13920         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
13921         (gtk_tree_view_expand_row): add docs
13922         (gtk_tree_view_collapse_row): add docs
13923
13924         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
13925         function to emit the clicked signal on a column
13926         
13927         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
13928         state of an event
13929         (gdk_event_get_time): don't treat GDK_SCROLL 
13930         as a button event, remove default case from switch so gcc 
13931         will whine if we don't explicitly handle all event types
13932
13933         * gtk/gtktreeselection.h: added some FIXME 
13934         
13935         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
13936         "columns" to "n_columns" and "column" to "columns" for clarity
13937
13938 2000-12-16  Havoc Pennington  <hp@pobox.com>
13939         
13940         * gtk/gtktextiter.c: General cleanup of the log attr iteration
13941         stuff. This should make e.g. the delete key work again in the
13942         text widget...
13943         (gtk_text_iter_forward_cursor_positions): handle negative count
13944         (gtk_text_iter_backward_cursor_positions): handle negative count
13945         (gtk_text_iter_forward_word_ends): handle negative count
13946         (gtk_text_iter_backward_word_starts): handle negative count
13947
13948         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
13949         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
13950         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
13951         GObject. No doubt will cause breakage.
13952
13953         * demos/gtk-demo/textview.c: remove hacks around
13954         non-GObject-ification of the text objects
13955
13956         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
13957         the text tag
13958         
13959 2000-12-14  Havoc Pennington  <hp@pobox.com>
13960
13961         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
13962         that we have Xrender
13963
13964 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
13965
13966         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
13967         Add two virtualized functions gdk_drawable_get_clip_region - to
13968         get the clip region when drawing.
13969         
13970         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
13971         use invalidate_region.
13972
13973         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
13974         region.
13975
13976         * acconfig.h configure.in: Check for Xft. For now, assume
13977         that if Xft is found, Pango was compiled with Xft support
13978         as well.
13979
13980         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
13981         gdk_colormap_query_color().
13982         
13983         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
13984         with Xft if appropriate.
13985
13986         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
13987         a pangoxft context if we have XFT and the environment
13988         variable GD_USE_XFT is set.
13989         
13990         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
13991         and also possibly an XftDraw structure.
13992
13993         * gtk/gtkfontsel.c: Handle the case where the font from the
13994         style doesn't match any of the fonts a bit better.
13995         
13996         * gtk/testgtk.c: Add tabs between directional segments for
13997         hebrew/arabic test. (Not really necessary, just a little
13998         prettier.)
13999
14000 2000-12-14  Havoc Pennington  <hp@redhat.com>
14001
14002         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
14003         reading a file
14004
14005 2000-12-14  Havoc Pennington  <hp@redhat.com>
14006
14007         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
14008         unused call to get_last_line()
14009
14010         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
14011         here until boxed is working (and maybe after that - we should
14012         really not gratuitously break old code)
14013
14014         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
14015         specific types for font_desc and tabs args, move them to
14016         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
14017         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
14018
14019         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
14020         use GTK_TYPE_POINTER for signal signatures as a hack-around
14021
14022         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
14023         PangoTabArray
14024
14025         * gtk/gtktextlayout.c (line_display_iter_to_index): 
14026         make static
14027         (line_display_index_to_iter): make static
14028
14029         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
14030         to marshal a string not a boxed
14031
14032         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
14033
14034         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
14035         since the UTF-8 isn't validated yet
14036
14037         * gtk/gtktextsegment.c (char_segment_check_func): don't require
14038         lines to end in '\n'
14039         
14040         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
14041         forward_to_delimiters, and grapheme boundaries
14042         (gtk_text_view_delete_from_cursor): properly handle non-newline
14043         delimiters, and grapheme boundaries
14044
14045         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
14046         to gtk_text_iter_forward_to_delimiters, and make it work properly
14047         if empty lines end with a character other than '\n'
14048
14049         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
14050         position
14051
14052 2000-12-15  Tor Lillqvist  <tml@iki.fi>
14053
14054         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
14055
14056         * gtk/gtk.def
14057         * gdk/gdk.def: Update.
14058
14059         * gdk/win32/gdkmain-win32.c
14060         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
14061         gdkmain-win32.c here.
14062
14063         * gdk/win32/makefile.mingw.in (all): No need to make
14064         gdk-win32res.o here, the makefile one step up will call us to make
14065         it.
14066
14067         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
14068         gdkkeys-win32.
14069
14070         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
14071
14072         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
14073         call to g_source_add().
14074
14075         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
14076         leak. Thanks to Andreas Kemnade.
14077
14078 2000-12-13  Havoc Pennington  <hp@pobox.com>
14079
14080         * gtk/gtktextbtree.h: Remove double _ in front of some functions
14081
14082         * gtk/gtktext*.[hc]: update accordingly
14083         
14084 2000-12-13  Havoc Pennington  <hp@pobox.com>
14085
14086         * gtk/gtktextbtree.h: Put _ in front of every function in this 
14087         header file
14088
14089         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
14090
14091 2000-12-13  Alex Larsson  <alexl@redhat.com>
14092
14093         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
14094         Add support for ps2 intellimouse.
14095
14096         * gdkkeyboard-fb.c:
14097         Move shift-F1 repaint handling to xlate handler only.
14098         
14099         * docs/README.linux-fb:
14100         Add imps2 to docs.
14101         Document the new refresh keys.
14102         
14103 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
14104
14105         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
14106
14107         * gtk/gtkbox.c: change property types from (u)long to (u)int for
14108         ::position and ::padding.
14109
14110         * gtk/gtkcontainer.c: make ::border_width an INT property.
14111
14112         * gtk/gtkpacker.c: make ::position an INT property.
14113
14114         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
14115         guard against NULL h/v scrollbars, since this is used at construction
14116         time.
14117
14118         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
14119         internal gtk_clist_constructor().
14120
14121         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
14122         gtk_ctree_constructor().
14123
14124         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
14125         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
14126
14127         * docs/reference/Makefile.am: fun stuff, disabled docs generation
14128         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
14129
14130         * gtk/gtkwidget.[hc]:
14131         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
14132         and gtk_widget_get().
14133         (gtk_widget_new): use g_object_new_valist().
14134         (gtk_widget_set): use g_object_set_valist().
14135
14136         * gtk/gtkobject.[hc]:
14137         removed gtk_object_arg_get_info(), gtk_object_getv(),
14138         gtk_object_query_args(), gtk_object_newv(),
14139         gtk_object_class_add_signals(),
14140         gtk_object_class_user_signal_new(),
14141         gtk_object_class_user_signal_newv(),
14142         gtk_object_arg_set(), gtk_object_arg_get(),
14143         gtk_object_args_collect(),
14144         gtk_object_default_construct(),
14145         gtk_object_constructed(),
14146         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
14147         removed nsignals, signals and n_args members from GtkObjectClass.
14148         (gtk_object_new): use g_object_new_valist().
14149         (gtk_object_set): use g_object_set_valist().
14150         (gtk_object_get): use g_object_get_valist().
14151         
14152         * gtk/gtkcompat.h: define gtk_object_default_construct().
14153         
14154         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
14155         g_object_new().
14156
14157         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
14158         fucntions, cleaned up method assignments (make sure your structures
14159         are setup properly before calling out). removed all GTK_CONSTRUCTED
14160         hacks ;)
14161
14162 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
14163
14164         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
14165         off-by-one error in checks. (Dave Lambert)
14166
14167 2000-12-12  Alexander Larsson  <alexl@redhat.com>
14168
14169         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
14170         Don't free gdk_fb_keyboard twice.
14171
14172 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
14173
14174         * gtk/testgtk.c:
14175         (create_tooltips): 
14176         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
14177         use GObject swapped_signal:: properties instead.
14178
14179         * gtk/gtkcellrenderertoggle.c: 
14180         * gtk/gtkcellrenderertextpixbuf.c: 
14181         * gtk/gtkcellrenderertext.c: 
14182         * gtk/gtkcellrendererpixbuf.c: 
14183         * gtk/gtkcellrenderer.c:
14184         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
14185         missing warnings for invalid property ids, install properties
14186         with g_object_class_install_property() now.
14187         
14188         * gtk/gtksignal.c:
14189         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
14190         
14191 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
14192         
14193         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
14194         to determine if a window is the focus widget within
14195         its toplevel.
14196
14197         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
14198         to be boolean.
14199
14200         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
14201         of the case where the container CAN_FOCUS to here instead
14202         of having it in each individual move-the-focus place.
14203
14204         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
14205         focusing to be geometric in a much more obvious sense. Arrowing
14206         around is still non-intuitive because it isn't perfect and
14207         because entries, etc, grab the arrow keys, but it at least
14208         usually will do what you expect now.
14209         
14210         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
14211         file.
14212
14213         * gtk/gtknotebook.c: Change tabs to be a single item in
14214         the focus chain. Make movement of focus on tabs with arrow
14215         keys wrap around.
14216         
14217         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
14218         CHECK_FIND_CHILD macro to give informative error messages
14219         instead of silent returns.
14220
14221         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
14222         flag since we handle GdkReturn on the tabs.
14223
14224         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
14225         windows rather than sending expose events directly.
14226
14227         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
14228         definition for GtkNotebookPage into .c file, since it is private.
14229
14230         * gtk/testgtk.c (create_notebook): Add option for 
14231         testing borderless notebook.
14232
14233         * gtk/testgtk.c (page_switch): Removed egregious poking
14234         around in GTK+ internals.
14235
14236         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
14237
14238         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
14239         properly through gtk_clist_focus. Make the title headers a
14240         single item in the tab-focus chain, and make left-right wrap
14241         around.
14242
14243         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
14244         focus method so that wrapping around works properly.
14245
14246         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
14247         that is handled for the widget now. 
14248
14249 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
14250
14251         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
14252         widgets as TOPLEVEL.
14253
14254         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
14255         TOPLEVEL widgets are containers.
14256
14257         * gtk/gtkinvisible.h: Remove useless include.
14258
14259 2000-12-11  Havoc Pennington  <hp@redhat.com>
14260
14261         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
14262         Handle chopping off \r\n and 0x2029 in addition to \n before
14263         passing to PangoLayout
14264
14265         * gtk/gtkimcontextsimple.c
14266         (gtk_im_context_simple_get_preedit_string): 
14267         return an empty string if no match is pending
14268
14269         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
14270         assertion that the returned preedit string was sane
14271
14272         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
14273         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
14274         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
14275
14276 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
14277
14278         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
14279         Fix up finalizer to chain to its parent.
14280
14281 2000-12-11  Alexander Larsson  <alexl@redhat.com>
14282
14283         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
14284         Clearified the difference between the keyboard types. Wrote a note
14285         about the magic sysrq key to get out of raw mode.
14286
14287 2000-12-09  James Henstridge  <james@daa.com.au>
14288
14289         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
14290         member to hold masks for detecting the start of a protocol packet.
14291         (mouse_devs): add packet start masks for ps2 and ms device types.
14292         Left the mask for fidmour blank, as I have no idea what it should
14293         be.
14294         (handle_mouse_io): skip bytes until we get to the start of a
14295         packet.  My Logitech mouse seems to be passing an extra NULL pad
14296         byte, and GPM does a similar thing here.
14297         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
14298         this is the ms mouse driver.
14299         (gdk_fb_mouse_ms_packet): fix up button handling, which was
14300         completely broken except for button1.  It was checking the wrong
14301         bit in the packet for the status of the right mouse button, and
14302         wrongly assuming right == button2 rather than 3.  I fixed that and
14303         also added support for middle button (button2).
14304
14305 2000-12-08  Havoc Pennington  <hp@redhat.com>
14306
14307         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
14308         that cause a segfault on text insertion
14309
14310         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
14311         warning
14312
14313         * gtk/gtktextiter.c (test_log_attrs): use
14314         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
14315
14316         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
14317         Get log attrs for a line, using a cache stored on the buffer
14318         
14319         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
14320         reported by Jeff Franks
14321
14322 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14323
14324         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
14325         /dev/ttyS0 -> /dev/mouse
14326
14327 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14328
14329         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
14330         Added dummy gdk_fontset_load.
14331
14332 2000-12-08  Alexander Larsson  <alexl@redhat.com>
14333
14334         * docs/README.linux-fb:
14335         * docs/Makefile.am:
14336         Initial GtkFB docs.
14337         
14338         * gdk/linux-fb/Makefile.am:
14339         Define GDK_DATA_PREFIX.
14340
14341         * gdk/linux-fb/gdkmain-fb.c:
14342         Fix typo.
14343         Change default display to /dev/fb0.
14344
14345         * gdk/linux-fb/gdkpango-fb.c:
14346         Add $(prefix)/share/fonts/ to font path.
14347         
14348 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14349
14350         * gdk/linux-fb/gdkkeyboard-fb.c:
14351         New file containing the abstracted keyboard driver. Most code
14352         taken from gdkinput-ps2.c
14353
14354         * gdk/linux-fb/gdkinput-ps2.c:
14355         Removed file.
14356         
14357         * gdk/linux-fb/Makefile.am:
14358         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
14359
14360         * gdk/linux-fb/gdkcolor-fb.c:
14361         display->fb was renamed to display->fb_fd.
14362
14363         * gdk/linux-fb/gdkcursor-fb.c:
14364         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14365
14366         * gdk/linux-fb/gdkinput.c:
14367         Moved gdk_input_init here from gdkinput-ps2.c
14368
14369         * gdk/linux-fb/gdkmain-fb.c:
14370         display->fb was renamed to display->fb_fd.
14371         Now the tty and the console is opened here instead
14372         of in the keyboard driver. Also check GDK_VT to see what
14373         tty to open.
14374         Move gdk_beep () here from gdkinput-ps2.c
14375         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14376
14377         * gdk/linux-fb/gdkmouse-fb.c:
14378         Add header.
14379         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14380         Return correct keyboard modifiers.
14381         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
14382
14383         * gdk/linux-fb/gdkprivate-fb.h:
14384         Add tty and vt info to display.
14385         Add orignal modeinfo storage to display
14386         Update global functions
14387
14388         * gdk/linux-fb/gdkwindow-fb.c:
14389         Added gdk_fb_window_find_focus().
14390         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14391
14392 2000-12-07  Havoc Pennington  <hp@pobox.com>
14393
14394         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
14395         function, noticed by Alex
14396
14397 2000-12-06  Elliot Lee  <sopwith@redhat.com>
14398
14399         * configure.in: Detect freetype properly
14400
14401         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
14402         above.
14403
14404 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14405
14406         * gdk/linux-fb/Makefile.am:
14407         Add gdkmouse-fb.c
14408         
14409         * gdk/linux-fb/gdkmouse-fb.c:
14410         New file. Abstracted the mouse drivers a bit.
14411
14412         * gdk/linux-fb/gdkcursor-fb.c:
14413         The cursor hide/show functions was moved here from gdkinput-ps2.c.
14414
14415         * gdk/linux-fb/gdkinput-ps2.c:
14416         Removed old mouse handling code. Moved cursor handling code
14417         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
14418         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
14419         gdk_mouse_get_info.
14420
14421         * gdk/linux-fb/gdkmain-fb.c:
14422         Pass NULL pointers for x,y in gdk_mouse_get_info call.
14423
14424         * gdk/linux-fb/gdkprivate-fb.h:
14425         Removed public gdk_fb_find_common_ancestor, added and renamed
14426         functions for the new mouse handling code.
14427
14428         * gdk/linux-fb/gdkwindow-fb.c:
14429         Moved gdk_fb_window_send_crossing_events here. added global
14430         variable gdk_fb_window_containing_pointer. made
14431         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
14432         renamed to gdk_mouse_get_info.
14433
14434 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14435
14436         * gdk/linux-fb/gdkevents-fb.c:
14437         Update to match latest gmain/gsource changes.
14438
14439         * gdk/linux-fb/gdkinput-ps2.c:
14440         Bogus gdk_keymap_get_entries_for_keycode implementation so that
14441         it links. Will be implemented later.
14442
14443 2000-12-03  Havoc Pennington  <hp@pobox.com>
14444
14445         * gdk/Makefile.am: add gdkkeys.[hc]
14446
14447         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
14448         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
14449
14450         * acconfig.h, configure.in: add checks and command line options
14451         for XKB
14452
14453         * gdk/x11/gdkkeys-x11.c: Implement the above functions
14454         
14455         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
14456         and group in the key event
14457
14458         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
14459         field with the low-level hardware key code, and a group
14460         field with the keyboard group
14461
14462         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
14463         and declare a couple globals used for keymap handling
14464         
14465         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
14466         hold down Shift-Control and type a hex number to get a Unicode 
14467         character corresponding to the hex number
14468         (gtk_im_context_simple_get_preedit_string): Fix cursor position
14469         (return bytes not chars)
14470
14471 2000-12-05  Elliot Lee  <sopwith@redhat.com>
14472
14473         * gdk/gdkcolor.h: Make GdkColor specify element sizes
14474         to avoid waste on 64-bit platforms.
14475
14476 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
14477
14478         * INSTALL: Fix link to PNG home, remove reference
14479         to fribidi.
14480
14481         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
14482         
14483         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
14484         tested.)
14485
14486         * gtk/gtkcheckmenuitem.c: Permanently turn on
14487         always_show_toggle.
14488
14489         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
14490         be NULL. (Vladimir Klebanov, #26545)
14491
14492         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
14493         some signed/unsigned comparison problems. (#6510,
14494         David Kaelbling)
14495
14496         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
14497         return type to boolean (Oskar Liljeblad, #18648)
14498
14499 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14500
14501         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
14502         Remove bogus colormap setting.
14503
14504 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14505
14506         * gdk/linux-fb/gdkcolor-fb.c:
14507         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
14508
14509         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
14510         Must set colormap.
14511         
14512 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
14513
14514         * docs/tutorial/gtk-tut.sgml: DND updates
14515
14516 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
14517
14518         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14519         Remove old debug g_warning().
14520         (gdk_fb_draw_drawable): The src argument can be either a wrapper
14521         or an implementation, just pass the implementation to draw_drawable_2.
14522         
14523         * gdk/linux-fb/gdkprivate-fb.h:
14524         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
14525
14526         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14527         clear and invalidate area when window is destroyed.
14528         (send_map_events): Remove old commented out code.
14529
14530 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14531
14532         * gdk/linux-fb/gdkpango-fb.c:
14533         Use italic instead of oblique in font aliases.
14534         
14535         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
14536         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
14537         other unsupported functions.
14538
14539 2000-12-04  Havoc Pennington  <hp@redhat.com>
14540
14541         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
14542
14543         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
14544
14545         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
14546
14547         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
14548         hack to avoid infinite loops (synthetic expose event) - 
14549         Owen has more appropriate fixes in a branch he'll check in later.
14550
14551         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
14552         separator, CR, and CRLF as line ends
14553
14554         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
14555         into lines using pango_find_paragraph_boundary(); other bits of
14556         the widget are still going to be broken if the boundary isn't '\n'
14557         though
14558
14559 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14560
14561         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
14562         multiply.
14563
14564         * gdk/linux-fb/gdkpango-fb.c:
14565         Copied some 26.6 scaling macros from pango to clean up the rounding.
14566         (pango_fb_font_get_glyph_info): Correct sign on x value.
14567
14568         * gdk/linux-fb/gdkprivate-fb.h:
14569         Removed unreferenced external functions.
14570
14571         * modules/linux-fb/Makefile.am: Use ` instead of '.
14572
14573         * modules/linux-fb/basic.c:
14574         Remove dead code. In particular the dummy lang engine which broke all
14575         pango layouts in GtkFB. Don't include tables-big.i anymore.
14576
14577         * modules/linux-fb/tables-big.i:
14578         Upgrade to latest version from pango. Left for reference, basic_ranges
14579         moved to basic.c.
14580         
14581 2000-12-04  Havoc Pennington  <hp@redhat.com>
14582
14583         Fix bugs Alex found:
14584         
14585         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
14586         to "draw"
14587
14588         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
14589
14590         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
14591
14592         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
14593         implementation in here, apparently the expose() implementation was
14594         dead code.
14595
14596 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14597
14598         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14599         Return positive descent.
14600
14601 2000-12-02  Havoc Pennington  <hp@pobox.com>
14602
14603         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
14604         method and signal
14605         
14606         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
14607         calls gdk_window_process_updates() to push the exposes through
14608         (gtk_widget_class_init): No more draw signal, no
14609         gtk_widget_real_draw()  
14610         
14611         * gtk/gtkbin.c (gtk_bin_draw): remove
14612
14613         * gtk/gtkbox.c (gtk_box_draw): remove
14614
14615         * gtk/gtkbutton.c (gtk_button_draw): remove
14616
14617         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
14618
14619         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
14620
14621         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
14622
14623         * gtk/gtkclist.c (gtk_clist_draw): remove
14624
14625         * gtk/gtkentry.c (gtk_entry_draw): remove
14626
14627         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
14628
14629         * gtk/gtkfixed.c (gtk_fixed_draw): remove
14630
14631         * gtk/gtkframe.c (gtk_frame_draw): remove
14632
14633         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
14634
14635         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
14636
14637         * gtk/gtklayout.c (gtk_layout_draw): remove
14638
14639         * gtk/gtklist.c (gtk_list_draw): remove
14640
14641         * gtk/gtklistitem.c (gtk_list_item_draw): remove
14642
14643         * gtk/gtkmenu.c (gtk_menu_draw): remove
14644
14645         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
14646
14647         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
14648
14649         * gtk/gtknotebook.c (gtk_notebook_draw): remove
14650
14651         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
14652
14653         * gtk/gtkpacker.c (gtk_packer_draw): remove
14654
14655         * gtk/gtkrange.c (gtk_range_draw): remove
14656
14657         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
14658
14659         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
14660
14661         * gtk/gtktable.c (gtk_table_draw): remove
14662
14663         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
14664
14665         * gtk/gtktext.c (gtk_text_draw): remove
14666
14667         * gtk/gtktextview.c (gtk_text_view_draw): remove
14668
14669         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
14670
14671         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
14672
14673         * gtk/gtktree.c (gtk_tree_draw): remove
14674
14675         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
14676
14677         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
14678
14679         * gtk/gtkviewport.c (gtk_viewport_draw): remove
14680
14681         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
14682
14683         * gtk/gtkvscale.c (gtk_vscale_draw): remove
14684
14685         * gtk/gtkwindow.c (gtk_window_draw): remove
14686
14687 2000-20-01  Anders Carlsson  <andersca@gnu.org>
14688
14689         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
14690         a GtkToggleButton is both insensitive and active, it was being
14691         drawn by the GtkButton draw handler which doesn't check the
14692         state. Now it's calling gtk_toggle_button_paint instead.
14693         
14694 2000-12-01  Havoc Pennington  <hp@redhat.com>
14695
14696         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
14697         dangling pointers to the appearance attributes from the 
14698         line display
14699
14700         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
14701         width/height to mean "full width/height of drawable"
14702
14703         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
14704         click to select word/line
14705         
14706         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
14707         when getting log attrs. Get a slice, so that pixmaps and stuff
14708         are properly handled.
14709
14710         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
14711         paste into the selection (replaces selection now, previously
14712         crashed or added to selection). Reveals longstanding btree bug -
14713         select multiple lines, middle-click on the selection, boom. This
14714         isn't related to my changes though.
14715
14716         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
14717         PangoLogAttrs changes
14718         (gtk_entry_move_backward_word): ditto
14719
14720         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
14721         functions return bool whether the iter moved onto a
14722         dereferenceable position.
14723  
14724         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
14725         functions for motion in terms of display lines.
14726
14727         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
14728         get the buffer a mark is inside
14729         
14730 2000-12-01  Alexander Larsson  <alexl@redhat.com>
14731
14732         * gdk/linux-fb/Makefile.am:
14733         * modules/linux-fb/Makefile.am:
14734         Freetype 2 final uses freetype-config
14735
14736         * gdk/linux-fb/gdkpango-fb.c:
14737         Upgrade to use Freetype 2 final.
14738         More flexible support for font aliases, this also fixes a bug with
14739         GtkFontSelector, as the aliases must be visible in the font/family list,
14740         or GtkFontSelector reads uninitialized memory.
14741
14742 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
14743
14744         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
14745         XGetIMValues to properly terminate variable argument list, and do
14746         NULL return check for ic_values and xim_styles.
14747
14748         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
14749         Restore preedit state after XmbResetIC().
14750         
14751         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
14752         XvaCreateNestedList() should take XvaNestedList, but not
14753         XvaNestedList*.
14754
14755         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
14756         preedit_draw_callback, preedit_caret_callback): Match
14757         "preedit-changed" signal name to "preedit_changed" to be
14758         consistent to the spec.
14759
14760         * gtk/gtkimcontextsimple.c (check_table):
14761         Match "preedit-changed" to "preedit_changed" to be consistent
14762         to the spec.
14763
14764 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
14765
14766         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
14767         gc->clip_region == NULL>
14768
14769 2000-11-30  Tor Lillqvist  <tml@iki.fi>
14770
14771         Changes by Hans Breuer:
14772         
14773         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
14774         Dont't use negative width and height as max_hints. This fixes
14775         Owen's recent testgtk changes for win32.
14776
14777         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
14778         gdk_win32_hdc_release): These are exported and may be called with
14779         other drawable types than our GdkDrawableImplWin32 (?).
14780
14781         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
14782         so always #define USE_BACKING_STORE.
14783
14784         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
14785         of printf for debugging output.
14786
14787         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
14788         
14789         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
14790
14791         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
14792         declaration.
14793
14794         * gtk/gtktexttypes.h: Ditto.
14795
14796         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
14797         (GDK_VoidSymbol) also if in case of arg check failure.
14798
14799         * gtk/gtkimcontextsimple.c
14800         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
14801         position to the pointer, but to the variable it points to.
14802
14803         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
14804
14805         * gtk/gtk.def: Updates.
14806
14807 2000-11-29  Elliot Lee  <sopwith@redhat.com>
14808
14809         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
14810         GTK_TYPE_TREE_MODEL.
14811
14812 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14813
14814         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
14815         Set the size of the font from the description.
14816         (gdk_text_width): Gross hack that calculates the width
14817         of text by text_length * size/2. This is necessary because
14818         GtkLabel does some ugly gtk_string_width call to calculate
14819         an good size.
14820         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
14821
14822 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
14823
14824         * docs/tutorial/gtk-tut.sgml: DND updates
14825
14826 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14827
14828         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
14829         If you pass width or height == 0 to gdk_window_clear_area they
14830         should be calculated from the window size.
14831
14832 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14833
14834         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
14835         a grab, but no grab-cursor, use the cursor from the grabbed
14836         window. (gdk_fb_window_send_crossing_events): Send normal
14837         enter/leave notifications if grab and owner_events == TRUE.
14838
14839 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14840
14841         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14842         Do implicit button grabs, even if the window doesn't
14843         want the event.
14844         (gdk_fb_window_send_crossing_events): If there is a
14845         grab, only the grabbed window gets normal enter/leave
14846         notifications. On ungrab go from grabbed window to current.
14847         Don't send any notification to b when propagating from c -> b.
14848         If setting a grab on window, don't set prev_window.
14849         (handle_mouse_input): Send enter/leave events to the window the
14850         mouse is over, not the grabbed one.
14851         
14852 2000-11-28  Elliot Lee  <sopwith@redhat.com>
14853
14854         * gdk/gdkregion-generic.c: Zap warning.
14855         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
14856         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
14857
14858 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
14859
14860         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14861         The cursor should be hidden if it is part of either the
14862         source or destination region. Not only if it is in both.
14863         (gdk_window_set_transient_for): Silence warnings.
14864
14865 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14866
14867         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
14868         The default mode in X is Pie Arcs, therefore that is
14869         what Gtk+ uses.
14870
14871 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14872
14873         * gdk/linux-fb/gdkinput-ps2.c:
14874         Implement correct EnterNotify/LeaveNotify:
14875         (gdk_fb_window_send_crossing_events): New function that sends
14876         all GdkCrossingEvents from the last mouse-window to the specified
14877         destination.
14878         (gdk_fb_window_visibility_crossing): Removed function.
14879         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
14880         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
14881         instead of gdk_window_get_pointer() for better readability.
14882
14883         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
14884         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
14885
14886         * gdk/linux-fb/gdkprivate-fb.h:
14887         removed gdk_fb_window_visibility_crossing, added
14888         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
14889
14890         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
14891         New function that finds the least common ancestor of two windows.
14892         (gdk_window_show, gdk_window_hide):
14893         Use gdk_fb_window_send_crossing_events.
14894         (gdk_fb_window_move_resize): Send configure events to toplevel
14895         windows. Use gdk_fb_window_send_crossing_events.
14896
14897 2000-11-27  Havoc Pennington  <hp@redhat.com>
14898
14899         * gtk/gtkprivate.h (enum): Remove a trailing comma
14900
14901 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
14902
14903         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
14904         the "changed" callback of the adjustment.  We need to redraw the
14905         spin button's arrows when the adjustment's range changes.
14906         (adjustment_changed_cb): Draw the arrows.
14907         (gtk_spin_button_value_changed): Draw the arrows.
14908
14909 2000-11-23  Alexander Larsson  <alexl@redhat.com>
14910
14911         * gdk/linux-fb/gdkselection-fb.c:
14912         Initial selection implementation.
14913
14914         * gtk/gtkselection.c:
14915         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
14916         requestor in gtk_selection_request.
14917         
14918         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
14919         Added gdk_selection_property atom.
14920
14921         * gdk/linux-fb/gdkprivate-fb.h:
14922         Export _gdk_selection_window_destroyed.
14923         Removed mask_off_x/y from GdkCursorPrivateFB.
14924         Removed hbearing, added top, left to PangoFBGlyphInfo.
14925
14926         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14927         Call _gdk_selection_window_destroyed
14928         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
14929         the root window has been created.
14930         (static_dx_hack, static_dy_hack, compare_draw_rects,
14931         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
14932         in region. They are already sorted. Instead just traverse them in
14933         reverse if draw_direction < 0.
14934         
14935         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14936         Double-clicks must be sent after the normal button_press.
14937         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
14938         
14939         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
14940         Pass _gdk_fb_screen_gc instead of NULL.
14941
14942         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
14943         Initialize gdk_selection_property.
14944         (gdk_event_make): Remove unused code.
14945
14946         * gdk/linux-fb/gdkcursor-fb.c:
14947         Make the pixmap for the cursor the same size as the mask. Also remove
14948         the mask_off_x/y fields in GdkCursorPrivateFB and combine
14949         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
14950         Now the whole cursor is visible.
14951
14952         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14953         Fix bug where xdest+height instead of ydest+height was used
14954         to calculate if the source and dest overlapped. This fixes the
14955         redraw bug when the main window in testgtk was scrolled when
14956         partially covered by a tall window.
14957         Copy rectangles in region in order depending on draw_direction.
14958         Also moved the draw_direction flipping of start_y and end_y into
14959         the gc functions, as this might not be what all of them want.
14960         (gdk_fb_draw_lines): Support dashed lines.
14961         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
14962         so that the text is positioned correctly (was 1 pixel high).
14963
14964         gdk/linux-fb/gdkgc-fb.c:
14965         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
14966         all lines were drawn a pixel to short. Also checked the default of
14967         the rest of the values, and they're the same as X now.
14968
14969         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
14970         Clean up pixel positioning of the glyphs. Just use bgy->top and
14971         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
14972         to all divisions to get correct rounding behaviour.
14973
14974         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
14975         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
14976         Moved start_y/end_y flip into draw_drawable implementations.
14977         Flip also x rendering when draw_direction < 0.
14978         Remove unneccesary multiply with draw_direction.
14979
14980 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
14981
14982         * docs/tutorial/gtk-tut.sgml:
14983           - get rid of gtk_toggle_button_toggled FUD
14984           - start DND section - needs work - based on:
14985                 http://wolfpack.twu.net/docs/gtkdnd/
14986
14987 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14988
14989         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14990         Correct calculation of font metrics. Now GtkEntrys have sane
14991         size.
14992
14993 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14994
14995         * gdk/gdktypes.h:
14996         Add new type GdkSpan
14997         
14998         * docs/reference/gdk/gdk-sections.txt,
14999         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
15000         gdk/gdkregion.h:
15001         Implement and document gdk_region_spans_intersect_foreach.
15002
15003         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
15004         Add new file gdkrender-fb.c which contains all core
15005         rendering code.
15006         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
15007         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
15008         (optimized rectangle fillers).
15009
15010         * gdk/linux-fb/gdkdrawable-fb2.c:
15011         Move all rendering code to gdkrender-fb.c.
15012         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
15013         Use the new span intersection functions in gdk_fb_fill_spans.
15014         gdk_fb_draw_rectangle() clips filled rectangles and calls
15015         gc->fill_rectangle with the result.
15016         gdk_fb_fill_spans() gets extra argument "sorted".
15017
15018         * gdk/linux-fb/gdkevents-fb.c:
15019         Remove unused includes and defines.
15020         New function gdk_fb_get_time() to get correct time for events.
15021
15022         * gdk/linux-fb/gdkinput-ps2.c:
15023         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
15024         Make sure to set the time of all events.
15025
15026         * gdk/linux-fb/gdkmain-fb.c:
15027         Use gdk_fb_get_time ().
15028
15029         * gdk/linux-fb/gdkprivate-fb.h:
15030         New virtual GC calls: fill_span & fill_rectangle.
15031         Export gdk_fb_get_time().
15032         gdk_fb_fill_spans() gets extra argument "sorted".
15033
15034         * gdk/linux-fb/mi*.c:
15035         Use GdkSpan instead of GdkRectangle.
15036         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
15037         from XFree 4 source)
15038         
15039 2000-11-22    <jrb@redhat.com>
15040
15041         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
15042         reversing the order in an if statement will do.  Doing so managed
15043         to make the treemodelsort half work.  Other half will follow after
15044         I get the insert function fully fixed.
15045
15046 2000-11-21  Elliot Lee  <sopwith@redhat.com>
15047         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
15048         more than 2 bits. Besides, I need to implement an evil hack. :)
15049
15050 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
15051
15052         * docs/tutorial/gtk-tut.sgml: minor corrections
15053
15054 2000-11-20  Jonathan Blandford <jrb@redhat.com>
15055         * gtk/gtktreemodelsort.h: Add convertion functions to let you
15056           convert to and from relative path's and iters.
15057
15058         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
15059           testing sorting functions a bit better.  Currently broken -- will
15060           fix in morning.
15061
15062 2000-11-20  Havoc Pennington  <hp@redhat.com>
15063
15064         * gtk/gtkwidget.c: Documented a bunch of functions in here
15065         (gtk_widget_realize): Warn if you try to realize
15066         a widget with no parent that isn't a toplevel
15067         (gtk_widget_intersect): return a gboolean
15068
15069 2000-11-20  Havoc Pennington  <hp@redhat.com>
15070
15071         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
15072         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
15073         scrolling to be implemented in GDK to finish. Also, right now
15074         we just size_allocate all children on every layout change,
15075         which is pretty lame. Test commented out of testtext.c, 
15076         until it works better.
15077
15078 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
15079
15080         * gdk/linux-fb/gdkdrawable-fb2.c:
15081         Removed unused arguments from gdk_fb_drawable_get_pixel().
15082
15083         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
15084         Renamed fidur specific mouse packet data in MouseDevice to
15085         generic. Used it in ps2 mouse handling code to avoid blocking
15086         reads.
15087
15088 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
15089
15090         * demos/gtk-demo/main.c: Changed to have the list become
15091         non-italic when the demo window is destroyed through an external
15092         event (like a close button).  Doing so found three bugs in the
15093         widget.
15094
15095         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
15096
15097         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
15098         we actually set the cell.
15099
15100         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
15101
15102         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
15103         free a leaked path.  Thanks memprof.
15104
15105 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
15106
15107         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
15108         off-by-one error when destroying allocated segments
15109         on failure. (Elliot)
15110
15111 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
15112
15113         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
15114         memleaks found by Evan Martin.
15115
15116 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
15117
15118         * Released 1.3.2
15119         
15120         * NEWS: Updates for 1.3.2
15121
15122 2000-11-17  Tor Lillqvist  <tml@iki.fi>
15123
15124         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
15125         but in general for window system specific events.
15126
15127         * gtk/gtk.def
15128         * gtk/makefile.mingw.in
15129         * gtk/makefile.msc.in: Update.
15130         
15131         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
15132
15133 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
15134
15135         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
15136         distribute gtk.immodules.
15137
15138         * gtk/Makefile.am (install-data-local): Don't install the
15139         gtk.immodules file created for the uninstalled modules;
15140         instead run gtk-query-immodules after install
15141
15142 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
15143
15144         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
15145         -rpath to the right install location.
15146
15147         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
15148         -export-dynamic.
15149
15150         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
15151         properly.
15152
15153 2000-11-15  Havoc Pennington  <hp@pobox.com>
15154
15155         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
15156         patch from Mikael Hermansson to temporarily stop blinking while
15157         the user is using the keyboard to type or navigate. 
15158
15159         Also, when blinking, stay on for longer than we stay off. Also,
15160         return from start_cursor_blink if !cursor_visible, to save
15161         checking that flag all over the place before we call
15162         start_cursor_blink.
15163
15164 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
15165
15166         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
15167         only contain a "fontset" line, which is now ignored.
15168
15169         * gtk/gtkentry.c (gtk_entry_button_release): Make 
15170         double-click-to-select-word work.
15171         
15172 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
15173
15174         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
15175         Don't move back one char when we are actually at the end of the 
15176         paragraph.
15177
15178 2000-11-15  Robert Brady  <robert@suse.co.uk>
15179
15180         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
15181         'o' < 'p'.
15182         
15183         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
15184         bind_textdomain_codeset.
15185
15186         (gtk_init_check): Make the warning about translating default:LTR
15187         sterner.
15188         
15189 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
15190
15191         * **/Makefile.am : remove unecessary rules for win32-specific
15192         config-substituted targets. If you want these rules, use
15193         --enable-maintainer-mode (called automatically by autogen.sh).
15194         Stops a lot of unneccessary make-time warnings.
15195
15196         * gtk/gtktext{layout,display}.c: Factor in total width as
15197         well as screen when figuring alignment for word-wrap as well as
15198         no wrap; this is necessary to handle lines that cannot be wrapped
15199         at all.
15200
15201 2000-11-15  Havoc Pennington  <hp@redhat.com>
15202
15203         * gtk/testtext.c: Implement essential color cycling feature
15204
15205 2000-11-15  Havoc Pennington  <hp@redhat.com>
15206
15207         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
15208         when we invalidate the main window.
15209
15210         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
15211         GtkTextView will now invalidate the side windows for us when text
15212         changes.
15213
15214 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
15215
15216         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
15217         unconditionally, since we may need to update the horizontal
15218         scrollbars even if the height didn't change.
15219
15220         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
15221         the extra attrs, since some of them affect size.
15222
15223         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
15224         x_offset correctly.
15225
15226 2000-11-15  Havoc Pennington  <hp@redhat.com>
15227
15228         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
15229         don't move the first line out into the margin, instead move the
15230         whole paragraph in order to make space for the first line within 
15231         the margin
15232
15233 2000-11-15  Havoc Pennington  <hp@redhat.com>
15234
15235         * gtk/gtktextview.c (changed_handler): offset redraw rect by
15236         xoffset in addition to yoffset, so horizontal scrolling doesn't
15237         break redraws
15238
15239 2000-11-15  Havoc Pennington  <hp@redhat.com>
15240
15241         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
15242         from the cursor
15243         (render_layout_line): fix reversed test that caused weird
15244         underlines to get drawn
15245
15246 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15247
15248         * gdk/linux-fb/gdkprivate-fb.h:
15249         Fix debug macros.
15250         
15251 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15252
15253         * gdk/linux-fb/gdkprivate-fb.h:
15254         Added virtual functions set_pixel, get_color,
15255         fill_span and draw_drawable to the GC.
15256         Added global _gdk_fb_screen_gc to use instead of
15257         NULL when drawing to the screen.
15258         Added _gdk_fb_gc_calc_state() prototype.
15259
15260         * gdk/linux-fb/gdkgc-fb.c:
15261         Call _gdk_fb_gc_calc_state() on any gc state change.
15262
15263         * gdk/linux-fb/gdkglobals-fb.c:
15264         Add _gdk_fb_screen_gc
15265                 
15266         * gdk/linux-fb/gdkdrawable-fb2.c:
15267         _gdk_fb_gc_calc_state() calculates best functions
15268         for the GC state and depth.
15269         Moved bpp specialized code to separate functions.
15270         Added optimized 24 bpp AA draw_drawable.
15271
15272         * gdk/linux-fb/gdkevents-fb.c:
15273         Silence gcc warning.
15274
15275         * gdk/linux-fb/gdkimage-fb.c:
15276         Use _gdk_fb_screen_gc
15277
15278         * gdk/linux-fb/gdkwindow-fb.c:
15279         Init and use _gdk_fb_screen_gc
15280
15281         * gdk/linux-fb/mitypes.h:
15282         Remove unused types.
15283
15284 2000-11-14  Havoc Pennington  <hp@pobox.com>
15285
15286         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
15287         to pixels
15288
15289 2000-11-14  Havoc Pennington  <hp@pobox.com>
15290
15291         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
15292
15293         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
15294         unknown char, no real reason we were using a variable. 
15295         Remove gtk_text_unknown_char variable. Fix all the text widget
15296         files accordingly.
15297
15298         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
15299         since the Unicode spec seems to prefer that character for our
15300         purposes.
15301
15302 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
15303
15304         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
15305         value of g_getenv() isn't freeable, so g_strdup it.
15306
15307         * modules/input/inuktitut.c: Inuktitut input method.
15308
15309         * modules/input/Makefile.am: Build this.
15310         
15311 2000-11-14  Elliot Lee  <sopwith@redhat.com>
15312
15313         * gtk/Makefile.am: Install gtk.immodules, needed for operation
15314         of gtk programs.
15315
15316 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
15317
15318         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
15319         reversed > that was causing Home to go to end of previous line.
15320
15321         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
15322         modified-keypresses (leave for bindings.)
15323
15324         * modules/input/Makefile.am: Remove useless -export-dynamic
15325         from module LDFLAGS.
15326
15327 2000-11-14  Havoc Pennington  <hp@redhat.com>
15328
15329         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
15330         higher.
15331
15332         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
15333         account. Also, render rise, underline, background, etc. for
15334         pixbufs as well as text. Also, draw underlines one pixel higher.
15335
15336         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
15337         PangoAttribute for the rise, so it gets drawn properly. Also,
15338         add the GtkTextAppearance attribute for pixbuf/widget segments
15339         as well; we should go ahead and have rise, underline, background,
15340         stipple work for those
15341
15342         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
15343         Pango
15344
15345 2000-11-15  Tor Lillqvist  <tml@iki.fi>
15346
15347         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
15348
15349         * gtk/gtk.def: Update.
15350
15351         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
15352         included.
15353         (gtk_rc_get_im_module_file): Use run-time installation directory
15354         on Win32.
15355
15356         * gdk/win32/rc/gdk.rc: Remove.
15357         * gdk/win32/rc/gdk.rc.in: New file.
15358         * gdk/win32/rc/Makefile.am: New file
15359         * gdk/win32/Makefile.am: Corresponding changes.
15360
15361         * gtk/gtk.rc: Remove.
15362         * gtk/gtk-win32.rc.in: New file.
15363         * gtk/Makefile.am: Corresponding changes.
15364
15365         * configure.in: Corresponding changes.
15366
15367         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
15368         has a built gtkcompat.h. Developers using CVS code on Win32 can
15369         hand-edit it from gtkcompat.h.in.
15370
15371         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
15372         gtkcompat.h from gtkcompat.h.win32.
15373
15374 2000-11-14  Havoc Pennington  <hp@redhat.com>
15375
15376         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
15377         to default to GDK_ACTION_MOVE if the drag is within a single
15378         widget. Defaults to GDK_ACTION_COPY between widgets.
15379
15380 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
15381
15382         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
15383
15384         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
15385
15386         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
15387         srcdir != builddir
15388
15389         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
15390
15391         * configure.in (GTK_VERSION): Up to 1.3.2
15392
15393         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
15394         gtkimcontextxim.h
15395
15396         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
15397         missing doc comment.
15398
15399 2000-11-14  Alexander Larsson  <alexl@redhat.com>
15400
15401         * modules/linux-fb/basic.c:
15402         Use the glib iconv wrappers.
15403
15404 2000-11-13  Havoc Pennington  <hp@pobox.com>
15405
15406         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
15407         still more bugs.
15408
15409         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
15410         scroll the GdkWindows before realization.
15411
15412 2000-11-13  Havoc Pennington  <hp@redhat.com>
15413
15414         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
15415         where GC didn't always get updated properly
15416
15417         * demos/gtk-demo/textview.c (create_tags): Use subattributes
15418         of fonts instead of setting the entire font
15419
15420         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
15421         setting entire font
15422
15423         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
15424
15425         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
15426         a bunch of individually-settable font attributes. You can still 
15427         use the "font" and "font_desc" args, they just set all the font
15428         attributes at once.
15429
15430 2000-11-13 Elliot Lee <sopwith@redhat.com>
15431
15432         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
15433
15434 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
15435
15436         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
15437         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
15438
15439         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
15440         work better.
15441
15442 2000-11-13  Havoc Pennington  <hp@redhat.com>
15443
15444         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
15445         the module file.
15446
15447         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
15448         dest->language
15449
15450         * gtk/testtext.c: Test pixels above/below/inside paragraphs
15451         settings
15452
15453         * gtk/gtktextview.c: Implement object args and setters/getters for
15454         all the aspects of the GtkTextAttributes that are not set from
15455         GtkWidget attributes. This is spacing, justification, margins,
15456         etc.
15457
15458         (gtk_text_view_set_arg)
15459         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
15460         args
15461         (gtk_text_view_class_init): Add args for justify, left_margin,
15462         right_margin, indent, and tabs
15463         
15464
15465         * gtk/gtktextlayout.c (set_para_values): fix to display indent
15466         attribute properly
15467
15468         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
15469         replace with indent attribute
15470
15471         * gtk/gtktextlayout.c (set_para_values): multiply indent by
15472         PANGO_SCALE
15473
15474         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
15475         rearranging code to do that
15476         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
15477         i.e. don't subtract the top_margin first, just to keep
15478         all margin-futzing in one place.
15479
15480         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
15481
15482         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
15483         special case of last line, Pango now handles this itself.
15484         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
15485         Y coordinate
15486         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
15487         (find_display_line_above): wasn't moving the byte index as it
15488         iterated over lines, so always returned byte 0. Also, port to use
15489         PangoLayoutIter.
15490         (find_display_line_below): same problem as
15491         find_display_line_above. Also, port to use PangoLayoutIter.
15492
15493 2000-11-13  Alexander Larsson  <alexl@redhat.com>
15494
15495         * gdk/linux-fb/*.[ch]:
15496         Massive reindent to gtk+ standard. My hands hurt.
15497
15498         * gdk/linux-fb/gdkcolor-fb.c:
15499         Move GdkColorPrivateFB from inherited to windowing_data
15500
15501         * gdk/linux-fb/gdkcursor-fb.c:
15502         _gdk_cursor_new_from_pixmap made static
15503
15504         * gdk/linux-fb/gdkdnd-fb.c:
15505         GdkDragContextPrivate moved to windowing_data
15506
15507         * gdk/linux-fb/gdkdrawable-fb2.c:
15508         Removed endian.h, use glib endianness macros instead
15509         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
15510         and GDK_DRAWABLE_IMPL_FBDATA
15511
15512         * gdk/linux-fb/gdkfont-fb.c:
15513         Add empty gdk_font_load(). Needed for linking of Gtk+.
15514
15515         * gdk/linux-fb/gdkimage-fb.c:
15516         Removed endian.h, use glib endianness macros instead
15517         Moved GdkImagePrivateFB to windowing_data
15518         gdk_image_new_bitmap didn't always allocate enough
15519         memory.
15520
15521         * gdk/linux-fb/gdkinput-ps2.c:
15522         Added semi-working support for MS serial mice.
15523
15524         * gdk/linux-fb/gdkprivate-fb.h:
15525         s/GdkWindowPrivate/GdkWindowObject/
15526         Removed GdkWindowPrivate typedef
15527         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
15528         Removed GDK_DRAWABLE_P
15529         Move GdkColorPrivateFB from inherited to windowing_data
15530         Moved GdkImagePrivateFB to windowing_data
15531
15532         * gdk/linux-fb/gdkvisual-fb.c:
15533         Removed some unused debug code.
15534
15535         * gdk/linux-fb/gdkwindow-fb.c:
15536         Use stock cursors instead of including X headers.
15537         s/GdkWindowPrivate/GdkWindowObject/
15538
15539         * gdk/linux-fb/mitypes.h:
15540         Removed unused types.
15541
15542         * modules/linux-fb/basic.c:
15543         Use the pango fribidi wrappers.
15544
15545 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15546
15547         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
15548         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
15549         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
15550         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
15551         GEqualFunc where applicable.
15552         
15553         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
15554         pango_font_description_equal as changed in pango.
15555         
15556         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
15557
15558         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
15559
15560         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
15561
15562         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
15563
15564         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
15565
15566         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
15567
15568         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
15569         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
15570
15571         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
15572         gtk_rc_styles_compare -> gtk_rc_styles_equal.
15573
15574 2000-11-12  Havoc Pennington  <hp@pobox.com>
15575
15576         * demos/gtk-demo/Makefile.am (democodedir): change demo install
15577         dir to datadir/gtk+-2.0/demo
15578
15579         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
15580         sorts of text widget and Pango font bugs. Urgh.
15581
15582         * demos/gtk-demo/Makefile.am (demos): Add textview.c
15583
15584         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
15585         tree that you should double click to see the demo. Fix 
15586         types of variables to reflect changed return values from 
15587         GtkTreeStore and GtkTreeViewColumn constructors.
15588
15589         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
15590         newly-created buffer to prepare for GObject semantics
15591
15592         * gtk/testtext.c: don't leak the buffer with GObject semantics
15593
15594         * gtk/testtextbuffer.c: ditto
15595         
15596 2000-11-12  Havoc Pennington  <hp@pobox.com>
15597
15598         Rename this testgtk to gtk-demo to avoid confusion, and 
15599         install it so people can use it as a supplement to 
15600         the documentation.
15601         
15602         * demos/gtk-demo: Moved from demos/testgtk
15603
15604         * demos/testgtk: Removed
15605
15606         * configure.in: make Makefile in gtk-demo
15607         
15608         * demos/gtk-demo/Makefile.am: Install sample source to 
15609         datadir/gtk-demo (maybe there's a better place?), and 
15610         rename the binary to gtk-demo
15611         
15612         * demos/gtk-demo/main.c (load_file): Load installed sample
15613         source if source isn't found in pwd.
15614
15615 2000-11-09  Havoc Pennington  <hp@pobox.com>
15616
15617         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
15618         argument to set the char displayed when visibility == FALSE
15619         (gtk_entry_create_layout): If !entry->visible, replace 
15620         all chars with the "invisible char"
15621
15622         * gtk/testgtk.c: Test the invisible_char deal
15623         
15624 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
15625
15626         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
15627         can't get a native font in the right encoding.
15628
15629 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
15630
15631         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
15632         respectively.
15633
15634 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
15635
15636         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
15637         Fix warning when moving between paragraphs.
15638
15639         * gtk/gtkentry.[ch]: Change move => move_cursor, 
15640         delete => delete_from_cursor, insert => insert_at_cursor
15641
15642 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
15643
15644         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
15645
15646         * modules/input/imthai-broken.c: A Thai input method for use if
15647         Thai keys are really generating Latin1 keysyms.
15648
15649         * modules/input/Makefile.am: Build these.
15650
15651 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
15652
15653         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
15654         g_filename_{to,from}_utf8 now takes an extra parameter.
15655
15656         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
15657         strftime into UTF-8.
15658
15659         (column_from_x, gtk_calendar_paint_day_names): Support RTL
15660         calendars.
15661
15662         (gtk_calendar_paint_day_names): Draw day names in the right 
15663         place.
15664         
15665 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
15666
15667         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
15668         problem with using result of g_get_charset() backwards -
15669         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
15670
15671         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
15672         negative min_width/height and max_width/height to
15673         mean "requisition"; this allows setting a window
15674         to be user-resizable in only one direction easily.
15675
15676         * gtk/testgtk.c (create_main_window): Remove hard-coded
15677         usize - set a default size in the vertical direction.
15678
15679 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
15680
15681         * gtk/gtkrange.c: Add some missing casts. Support 
15682         2 and 3 button clicks on the arrows to mean 
15683         "move by pages" and "jump to end". (Like gtkspinbutton)
15684
15685 2000-11-12 Hans Breuer <Hans@Breuer.Org>
15686
15687         * gdk/win32/makefile.msc : reflect build module changes
15688
15689         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
15690         from GdkPixmap*, cast implementation member instead.
15691
15692         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
15693         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
15694         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
15695         more Gdi functions return value checking. 
15696         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
15697         GdkImagePrivateWin32 *.
15698
15699         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
15700         menus useable again. Add #pragma message to keep reminded on this issue.
15701         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
15702         windows. This allows to enable backing store on Win32!
15703
15704         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
15705         in drawable is of impl type. Correct specific type checks appropriate.
15706  
15707         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
15708         GDK_WINDOW_DESTROYED before allocating new resources.
15709
15710         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
15711
15712         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
15713         (gdk_window_foreign_new) initialize parent handle.
15714         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
15715
15716         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
15717         Let the GDI invalidate the window on MoveWindow call to fix scrolling
15718         problems (e.g. main buttons in testgtk). 
15719
15720 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
15721
15722         * gtk/gtkentry.c (gtk_entry_key_press): Call 
15723         gtk_widget_activate for GDK_Return.
15724
15725         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
15726         of preedit cursor position.
15727
15728 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
15729
15730         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
15731         static.
15732
15733 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
15734
15735         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
15736         out support for multiple locales; that simple doesn't
15737         work reliably with current Xlib
15738
15739         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
15740         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
15741         Add support for positioning the cursor within the preedit string.
15742
15743 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
15744
15745         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
15746         at XIM input method module.
15747
15748         * gtk/gtktextview.c: Check for bindings after passing
15749         events to im context filter.
15750
15751 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
15752
15753         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
15754         empty attribute lists properly.
15755
15756 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
15757
15758         * gtk/queryimmodules.c (main): Return non-zero exit
15759         status if errors were encountered querying any
15760         modules.
15761
15762         * modules/input/Makefile.am (moduledir): remove
15763         leftover bin program target.
15764
15765         * docs/make-todo: Fix typo in error message.
15766
15767 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
15768
15769         * configure.in: Add modules/input/Makefile
15770
15771 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
15772
15773         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
15774         don't include gtkthemes.h.
15775
15776         * gtk/testgtk.c gtk/testtext.c: Set environment variables
15777         to point
15778
15779         * gtk/Makefile.am: Add new .c and .h files, build 
15780         gtk-query-immodules and use it to create a gtk.immodules
15781         file for use of test programs.
15782
15783         * gtk/gtkpreview.c: remove extra blank line.
15784
15785 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
15786
15787         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
15788         Add the ability to add extra tables beyond the default
15789         one, and also the ability to have compose sequences 
15790         that are prefixes of other compose sequences. 
15791
15792         * gtk/gtkimcontextsimple.c: Export a preedit string which
15793         consists of possible candidates for keystrokes that have
15794         been entered but not yet committed.
15795
15796         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
15797         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
15798
15799         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
15800         Add a function to add input-method switching menu items
15801         to a menu.
15802
15803         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
15804         when switching input methods.
15805
15806         * gtk/gtkimcontextsimple.[ch]: Change the format of
15807         the compose table to allow compose tables of different
15808         lengths / sequence.
15809
15810 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
15811
15812         * gtk/gtkimmodule.[ch]: Support routines for loading
15813         GtkIMContext implementations dynamically at runtime.
15814
15815         * modules/input/imcyrillic-translit.c: A sample input
15816         method (based on GtkIMContextSimple with an extra table),
15817         which demonstrates preedit strings and the module
15818         system for input modules
15819
15820         * gtk/queryimmodules.c: Program to query the available
15821         input modules and write the results into a file.
15822          
15823         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
15824         extra config options "im_module_file" (cache file for
15825         input method modules), and "im_module_path" - path
15826         to look for modules when generating cache file.
15827
15828         This doesn't scale.
15829
15830 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
15831
15832         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
15833         generic code from gtkthemes into a new abstraction
15834         GtkModule which has the logic for implementing
15835         a loadable module which implements a number of 
15836         GObject types.
15837
15838 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
15839
15840         * gtk/gtkeditable.[ch]: Convert GtkEditable from
15841         a class into an interface  
15842         
15843         * gtk/gtkoldeditable.[ch]: Move the old editable
15844         implementation into here, so legacy widgets can
15845         still rely on the implemenation. GtkOldEditable
15846         exports GtkEditable. Make selection handling
15847         code use new text conversion functions (and
15848         handle UTF-8 as a side-effect). Use GtkClipboard
15849         for CLIPBOARD.
15850
15851         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
15852         Adopt to match above changes.
15853
15854         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
15855         avoid GtkOldEditable implementation. Restructure
15856         to reduce number of places that modify state directly.
15857         Move to GtkBindingSet. Display the preedit string.
15858         Queue recomputation of PangoLayout and scroll position
15859         to improve effiency of doing complex changes naively.
15860         Add a menu with cut/copy/paste and input method selection.
15861
15862 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
15863
15864         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
15865         to set preedit string and attributes; display preedit string by
15866         inserting string and attributes at cursor when creating the
15867         GtkTextLineDisplay.
15868
15869         * gtk/gtktextlayout.c: Move all conversions between byte
15870         positions in PangoLayout and GtkTextIter into new functions
15871         line_display_iter_to_index/index_to_iter that properly
15872         handle the preedit string.
15873
15874         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
15875         it to return const char * (eventually will end up
15876         as GCONST char *, most likely.)
15877
15878         * gtk/gtktextview.[ch]: Handle the preedit string, call
15879         gtk_im_context_reset() as necessary, add a menu to switch
15880         input methods.
15881         
15882         * gtk/gtktextlayout.[ch]: Remove useless
15883         gtk_text_layout_get_log_attrs() function.
15884
15885 2000-11-11  Tor Lillqvist  <tml@iki.fi>
15886
15887         * gdk/gdk.def
15888         * gtk/gtk.def: Update.
15889
15890         * gdk/win32/*.c: Add last argument to g_type_register_static()
15891         calls.
15892
15893         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
15894
15895         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
15896         generated by older wheel mouse drivers. Get the correct y
15897         coordinate from WM_MOUSEWHEEL messages.
15898
15899         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
15900         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
15901         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
15902         Debugging functions.
15903
15904         * gdk/win32/gdkprivate-win32.h: Declare them.
15905
15906         * gdk/win32/gdkinput-win32.h: Add declaration for
15907         gdk_input_window_destroy().
15908
15909         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
15910
15911 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
15912
15913         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
15914         function to help handle keeping things in sync.
15915
15916 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
15917
15918         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
15919         BOXED marshallers.
15920
15921         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
15922         (gtk_list_store_class_init): use the new BOXED marshallers.
15923
15924         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
15925         new_with_values to new_with_types.
15926         (gtk_tree_store_get_column_type): add this.
15927         (gtk_tree_store_class_init): use the new BOXED marshallers.
15928
15929         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
15930         mirror some POINTER marshallers.
15931
15932 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
15933
15934         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
15935         allow more interesting iterators.  Also, made the lifecycle of
15936         iterators more explicit.
15937
15938         * gtk/gtktreemodelsort.[ch]: New model for sorting.
15939
15940         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
15941         types.
15942
15943 2000-11-09  Alexander Larsson  <alexl@redhat.com>
15944
15945         * demos/testgtk/menus.c:
15946         Changes to make the new testgtk compile after
15947         gtk_menu_append was removed.
15948
15949         * gdk/linux-fb/gdkdrawable-fb2.c
15950         (gdk_fb_get_depth, gdk_fb_get_visual,
15951         gdk_drawable_impl_fb_class_init): Implement
15952         these drawable functions. Now GtkImages work again.
15953
15954         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
15955
15956         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
15957         
15958         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
15959         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
15960         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
15961         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
15962
15963 2000-11-08  Havoc Pennington  <hp@pobox.com>
15964
15965         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
15966         visible_set args, don't know where these had gone, I thought they
15967         used to be there
15968
15969         * gtk/testtext.c: Add a menu item to apply invisibility tag;
15970         now we can test the feature and see that it's totally broken.
15971
15972 2000-11-08  Havoc Pennington  <hp@pobox.com>
15973
15974         Make DND copy pixbufs and tags when source and target share a 
15975         tag table.
15976         
15977         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
15978         in-process GTK_TEXT_BUFFER_CONTENTS target
15979         (gtk_text_view_drag_data_received): Paste from
15980         GTK_TEXT_BUFFER_CONTENTS if we receive it.
15981
15982 2000-11-08  Alexander Larsson  <alexl@redhat.com>
15983
15984         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
15985         API changes.
15986
15987         * gtk/gtkmenu.c: Add support for scrolling menus.
15988         Remove gtk_menu_append/prepend/insert, these have been moved to
15989         gtkcompat.h as #defines.
15990
15991         * gtk/gtkcompat.h.in:
15992         Add compatibility #defines for gtk_menu_append/prepend/insert
15993
15994         * gtk/gtkmenu.h: Add data needed for scrolling menus.
15995         GtkMenuPositionFunc gets an extra argument push_in.
15996         gtk_menu_append/prepend/insert removed.
15997         
15998         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
15999         positioning behaviour to fit to scrolling menus.
16000
16001         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
16002         into menuitem->submeny. That is wrong, and broke torn
16003         off submenus of torn off menus, since they were unrealized
16004         when the first menu was unrealized.
16005
16006         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
16007         gtk_menu_shell_select_item() since these need to be overridden in
16008         GtkMenu.
16009
16010         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
16011         positioning behaviour to fit to scrolling menus.
16012         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
16013         the current item so that it is prelighted when the menu pops up.
16014         This is a workaround to the fact that the menu doesn't get the
16015         initial enter event (due to grabs).
16016
16017         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
16018         s/gtk_menu_append/gtk_menu_shell_append/
16019
16020         * gtk/gtknotebook.c:
16021         s/gtk_menu_insert/gtk_menu_shell_insert/
16022
16023         * gtk/testgtk.c (create_menu, create_menus):
16024         Create the first menu with 50 items so that menu scrolling
16025         can be tested.
16026         
16027         
16028         Patch from Jonathan Blandford  <jrb@redhat.com>
16029
16030         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
16031         system to handle size requests.  First, we ask what the size of
16032         the toggle is.  Then, when allocating the size, we allocate the
16033         toggle_size first.  This way we can have multiple menu-item
16034         classes w/o needing a seperate class for each.
16035
16036         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
16037         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
16038
16039         * gtk/gtkcheckmenuitem.c
16040         (gtk_check_menu_item_toggle_size_request): New function to handle
16041         the toggle size-request.
16042
16043 2000-11-07  Havoc Pennington  <hp@redhat.com>
16044
16045         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
16046         Half-ass somewhat fix this function, so that scrolling to the
16047         insertion point works. Pango hacking is in the future to really
16048         fix it.
16049
16050         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
16051         length of data, no longer used.
16052
16053         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
16054         method contents in here, get rid of destroy method
16055         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
16056         that were backward. Remove debug spew.
16057         (cut_or_copy): Make the clipboard work with insert_range to
16058         preserve tags and pixbufs, not just the primary selection.
16059
16060 2000-11-07  Havoc Pennington  <hp@redhat.com>
16061
16062         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
16063         to gtk_text_mark_get_visible
16064
16065         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
16066         bug that was generating an invalid iterator
16067
16068         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
16069         ensure_char_offsets() in front of code placing the iter in an
16070         invalid state.
16071
16072         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
16073         make override_location arg const
16074         (paste): Replace the selection if we paste into the 
16075         current selection
16076
16077         * gtk/gtkselection.h: Remove "GtkSelectioData"
16078         (struct _GtkSelectionData): move the definition here.
16079
16080         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
16081         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
16082
16083         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
16084
16085         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
16086         (gtk_text_buffer_insert_range_interactive): implement
16087         (gtk_text_buffer_get_tags): Remove, replaced by
16088         gtk_text_iter_get_tags()
16089
16090         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
16091         limit parameter, to avoid infinite linear scan.
16092         (gtk_text_iter_backward_search): Add search limit
16093         (gtk_text_iter_forward_find_char): Add search limit
16094         (gtk_text_iter_backward_find_char): Add search limit
16095
16096 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
16097
16098         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16099         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
16100         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
16101         gdk/linux-fb/gdkwindow-fb.c:
16102         use g_object_new() instead of g_type_create_instance() which
16103         is a private function for fundamental type implementations.
16104
16105         * gdk/linux-fb/gdkinput-ps2.c:
16106         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
16107         instead just store the current modifier state. Add a (somewhat broken)
16108         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
16109         Rename exported function gdk_input_ps2_get_mouseinfo to
16110         gdk_input_get_mouseinfo.
16111
16112         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
16113         gdk/linux-fb/gdkwindow-fb.c:
16114         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
16115         
16116
16117 2000-11-02  Havoc Pennington  <hp@redhat.com>
16118
16119         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
16120         use stock buttons. Should be 100% source compatible, appropriate
16121         filesel fields now point to dialog->vbox and dialog->action_area.
16122         On the bizarre side, dialog->action_area and filesel->action_area
16123         are not the same widget.
16124         (gtk_file_selection_init): Put some padding around the selection
16125         entry, so it isn't touching the GtkDialog separator.    
16126
16127         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
16128         use stock buttons, etc. Should also be source compatible.
16129         Set the dialog default title in _init not _new().
16130         
16131         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
16132         Use stock buttons; don't put a button box inside the existing
16133         dialog button box. Don't bother with push/pop colormap anymore.
16134
16135         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
16136         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
16137         for message dialog, and necessary for the font selection and color
16138         selection with help and apply buttons.
16139         
16140         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
16141         to the created button widget. Set GTK_CAN_DEFAULT on the button.
16142         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
16143         between buttons, put less padding around the action area.
16144         (gtk_dialog_run): Exit on unmap rather than on destroy. 
16145         This will also exit the loop if the widget is hidden.
16146         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
16147         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
16148         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
16149         special-case delete event.
16150
16151         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
16152         formatting
16153         
16154 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
16155
16156         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
16157         button to temporarily disable position recording in the
16158         "saved position" test.
16159
16160 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
16161
16162         * gtk/gtkthemes.c: added compat code that temporarily implements
16163         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
16164         going to be revamped by owen's upcoming GtkModule patches, but
16165         untill then people want gtk to build, right? ;)
16166
16167 2000-11-04  Havoc Pennington  <hp@pobox.com>
16168
16169         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
16170         list
16171
16172         * docs/Changes-2.0.txt: Add note about
16173         gtk_container_get_toplevels()
16174
16175         * gtk/gtktextview.h: formatting
16176         
16177         * gtk/gtktextview.c: don't start descriptions with "Returns",
16178         confuses gtk-doc
16179
16180 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
16181
16182         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
16183         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
16184
16185 2000-11-03  Havoc Pennington  <hp@redhat.com>
16186
16187         * gtk/gtktexttagtable.c: Docs
16188         (gtk_text_tag_table_size): return a signed int
16189
16190         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
16191         (gtk_text_tag_event): make the event_object a GObject
16192
16193         * gtk/gtktextview.c: Write API docs for all functions.
16194
16195         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
16196         for gtk_text_view_get_window_type() called on one of the private
16197         windows.
16198
16199         * gtk/gtktextview.c: Instead of accessing text_view->buffer
16200         directly, call get_buffer() which demand-creates a default
16201         buffer. So gtk_text_view_new() can be used to create a view with a
16202         default buffer in it, if you just want an empty text box users can
16203         put data in. Useful for GUI builders also.
16204
16205 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
16206
16207         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
16208         the charset encodign portion MUST be in lowercase.
16209         * gtk/gtkrc.az: added file for Azeri language
16210
16211 2000-11-03  Havoc Pennington  <hp@redhat.com>
16212
16213         Get widgets working on the btree/buffer side. Display of them 
16214         still doesn't work.
16215         
16216         * gtk/gtktextview.c: start implementing child widget stuff
16217
16218         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
16219
16220         * gtk/gtktextlayout.c: handle embedded widgets
16221
16222         * gtk/gtktextdisplay.c: handle embedded widgets
16223
16224         * gtk/gtktextchild.c: Implement all the child anchor goo
16225
16226         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
16227         function
16228
16229         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
16230         (insert_pixbuf_or_widget_segment): abstract out common portions of 
16231         creating a child anchor or a pixbuf segment.
16232         (gtk_text_btree_create_child_anchor): new function
16233         (gtk_text_btree_unregister_child_anchor): new function
16234
16235         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
16236         allocate_child signal on GtkTextLayout
16237
16238         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
16239         values
16240         (gtk_text_iter_get_child_anchor): new function
16241
16242         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
16243         default handler for the changed signal, which calls
16244         gtk_text_buffer_set_modified(), instead of just always emitting
16245         changed then calling set_modified() manually. I guess this is
16246         maybe more flexible. It seems logical.
16247
16248 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
16249
16250         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
16251         now.
16252
16253         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
16254
16255 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
16256
16257         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
16258         been marked static.
16259
16260 2000-11-02  Havoc Pennington  <hp@redhat.com>
16261
16262         * gtk/testgtk.c (create_labels): had a test backward
16263
16264         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
16265         fields, so the dest GC ends up with the correct clip origin, 
16266         etc. Fixes a bug where colored labels didn't redraw 
16267         properly.
16268
16269 2000-11-02  Alexander Larsson  <alexl@redhat.com>
16270
16271         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16272         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
16273         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
16274         Add last argument to t_type_register_static call.
16275         
16276         * gdk/linux-fb/gdkdrawable-fb2.c:
16277         Add last argument to t_type_register_static call.
16278         export the get_image drawable virtual function.
16279
16280         * gdk/linux-fb/gdkimage-fb.c:
16281         Add last argument to t_type_register_static call.
16282         rename gtk_image_get to _gdk_fb_get_image and
16283         export it for use by gdkdrawable-fb2.
16284
16285         * gdk/linux-fb/gdkprivate-fb.h:
16286         export _gdk_fb_get_image.
16287
16288         * gdk/linux-fb/gdkselection-fb.c:
16289         Add new api call stubs.
16290
16291         * gtk/Makefile.am:
16292         Missing ( in linux-fb part.
16293
16294         * modules/linux-fb/Makefile.am:
16295         Must link with gdk_pixbuf or get unresolved symbol.
16296
16297 2000-11-01  Havoc Pennington  <hp@pobox.com>
16298
16299         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
16300         GTK_TYPE_TEXT_ITER and BOXED marshallers
16301
16302         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
16303
16304         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
16305         
16306         * gtk/gtk-boxed.defs: add GtkTextIter
16307
16308         * gtk/gtkmarshal.list: Add marshallers for text widget that 
16309         properly use OBJECT and BOXED
16310
16311 2000-11-01  Havoc Pennington  <hp@redhat.com>
16312
16313         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
16314
16315         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
16316         before returning it. 
16317         
16318 2000-11-01  Havoc Pennington  <hp@redhat.com>
16319
16320         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16321         Clip the rectangle to be rendered to the drawable, since
16322         get_from_drawable() requires a region within the drawable
16323
16324 2000-11-01  Havoc Pennington  <hp@redhat.com>
16325
16326         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
16327         from coordinates.
16328
16329 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
16330
16331         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
16332         it isn't NULL.
16333
16334 2000-11-01  Havoc Pennington  <hp@pobox.com>
16335
16336         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
16337         on a label
16338         (gtk_label_finalize): unref the attr list if any.
16339
16340         * gtk/testgtk.c (create_get_image): close test on second click
16341         (make_message_dialog): close dialog if it exists
16342
16343         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
16344
16345         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
16346         gdk-pixbuf
16347
16348         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
16349         from Pango markup format
16350         (gtk_label_set_markup_with_accel): ditto but with accelerator
16351         parsing
16352
16353         * gtk/gtkimage.c (gtk_image_expose): reformatting.
16354
16355         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
16356         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
16357         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
16358         call gdk_window_get_origin().
16359
16360         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16361         implement GDK_PIXBUF_ALPHA_FULL
16362         
16363 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
16364
16365         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
16366         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
16367         g_signal_handlers_disconnect_matched to block/unblock and disconnect
16368         multiple handlers respectively, instead of only treating the
16369         first handler found (bug reported by owen).
16370
16371 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
16372
16373         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
16374
16375         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
16376
16377         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
16378         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
16379         gtk/gtktreeviewcolumn.h: Fixed inline docs.
16380
16381         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
16382         widget.  Needs writing someday.
16383
16384         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
16385         the docs.
16386
16387 2000-10-30  Havoc Pennington  <hp@redhat.com>
16388
16389         * gtk/gtktextview.h, gtk/gtktextview.c:
16390         Rename delete_at_cursor delete_from_cursor, and 
16391         move to move_cursor.
16392
16393 2000-10-30  Havoc Pennington  <hp@redhat.com>
16394
16395         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
16396         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
16397         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
16398         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
16399         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
16400         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
16401         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
16402         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
16403         gtktexttypes.h, gtktextview.c, gtktextview.h:
16404
16405         Massive reindentation and reformatting. Arg alignment and comments
16406         still need fixing in various places.
16407
16408 2000-10-30  Havoc Pennington  <hp@redhat.com>
16409
16410         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
16411         to be named insert_at_cursor and delete_at_cursor so C++ can
16412         handle them.
16413
16414 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16415
16416         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
16417         to get a double directory separator in case the home directory
16418         ends with one. This would cause trouble especially on Windows,
16419         where the path will be confused with the syntax for an an UNC
16420         (network share) path \\server\share\path.
16421         (gtk_rc_add_initial_default_files): Ditto.
16422
16423 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
16424
16425         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
16426
16427         * gtk/gtktextview.c: Use correct marshallers.
16428
16429 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
16430
16431         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
16432         use new iter stuff, and added all the appropriate signals et al.
16433
16434         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
16435         code is internal to gtk only.
16436
16437 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16438
16439         * gtk/gtk.def
16440         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
16441         glib-genmarshal etc.
16442
16443 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
16444
16445         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
16446         parallel builds.
16447
16448 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
16449
16450         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
16451
16452 2000-10-27  Robert Brady  <robert@suse.co.uk>
16453
16454         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
16455         en_GB (British), ia (Interlingua).
16456
16457 2000-10-26  Havoc Pennington  <hp@redhat.com>
16458
16459         * gtk/gtktextiter.c (my_strrstr): fix constness warning
16460
16461         Fixed output of:
16462         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
16463         
16464         * gtk/gtktextsegment.c (char_segment_new): rename
16465         (_char_segment_new_from_two_strings): rename
16466         (_toggle_segment_new): rename
16467         
16468         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
16469         (make_clipboard_widget): make it static
16470         (text_get_func): static
16471         (text_clear_func): static
16472
16473         * gtk/gtkcolorsel.c (adjustment_changed): make this function
16474         static
16475         (hex_changed): make it static
16476         (hsv_changed): make it static
16477         (opacity_entry_changed): make it static
16478
16479         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
16480         (toggle_segment_check_func): rename with _gtk
16481
16482         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
16483         (_widget_segment_new): rename
16484         (_widget_segment_add): rename
16485         (_widget_segment_remove): rename
16486         (_widget_segment_ref): rename
16487         (_widget_segment_unref): rename
16488
16489         * gtk/gtktextmark.c (_mark_segment_new): Rename
16490         _gtk_mark_segment_new   
16491
16492 2000-10-26  Havoc Pennington  <hp@redhat.com>
16493
16494         * gtk/gtkmarshal.list: add new marshallers used by the text widget
16495         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
16496         types
16497
16498         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
16499         marshaller types
16500
16501         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
16502         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
16503         license on these files.
16504
16505         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
16506         work.
16507
16508         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
16509         runtime random number different for each tree, instead of 
16510         a constant I made up.
16511
16512 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
16513
16514         * gtk/Makefile.am: buncha cleanups, kludged build sources
16515         dependencies with a Makefile: oldest-source-stamp dependancy
16516         for the moment. automake is really fighting us here, with
16517         intentionally not allowing user-defined rules or dependancies
16518         prior to it's -include $(DEP_FILES) statement. sucks rocks!
16519
16520         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
16521         to public headers. tehy have a comment stating that they are
16522         "semi-public" aren't included by gtk.h and if enums popup there,
16523         they can be /*< skip >*/-ed.
16524
16525         * gtk/gtktextlayout.h: 
16526         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
16527         added LGPL... <SIGH>
16528
16529 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
16530
16531         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
16532         GtkTreeIter.  Added iterators everywhere.
16533
16534         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
16535
16536         * gtk/gtktreeviewselection.c: Changed to use the iterators.
16537
16538         * gtk/gtktreestore.c: Changed to use the iterators.
16539
16540         * gtk/gtkliststore.c: Commented out the code.  Will convert to
16541         iterators tomorrow.
16542
16543         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
16544         iterators tomorrow.
16545
16546         * gtk/treestoretest.c: Changed to use iterators.
16547
16548         * demos/testgtk/main.c: Moved to use the new iterator system.
16549
16550 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
16551
16552         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
16553         localization misbehaviour.
16554
16555         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
16556         a useless type without copy/free.
16557
16558         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
16559         of GTK_TYPE_CTREE_NODE.
16560
16561 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
16562
16563         * gtk/gtksignal.c:
16564         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
16565         applicable.
16566
16567         * gtk/gtk-boxed.defs (GtkSelectionData): specify
16568         gtk_selection_data_copy and gtk_selection_data_free
16569         do GtkSelectionData work as params in signals.
16570
16571 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
16572
16573         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
16574         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
16575         couldn't they at least give it a non-standard name?
16576         
16577         * gtk/gtktextlayout.c: arg! yet another implementation of
16578         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
16579
16580         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
16581         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
16582         home. now i know this _is_ a conspiracy.
16583
16584         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
16585         ::state-changed.
16586
16587         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
16588         (gtk_accel_group_create_add): marshaller signature fixups.
16589
16590         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
16591         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
16592
16593         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
16594         anymore.
16595
16596 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
16597
16598         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
16599         due to the signal system changes, it wouldn't build currently. to
16600         be fixed soon.
16601
16602         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
16603
16604         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
16605         so it needs gtk_marshal_VOID__ENUM() instead of
16606         gtk_marshal_NONE__UINT().
16607
16608         * gdk/gdk*.c: adapted type registration functions.
16609
16610         * gtk/gtkbindings.c:
16611         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
16612         gone.
16613
16614         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
16615
16616         * gtk/gtkobject.c:
16617         (gtk_object_destroy):
16618         (gtk_object_shutdown): fixed recursion guards. basically we have to
16619         catch the case where any of GObject.shutdown() or gtk_object_destroy()
16620         is called during ::destroy, and avoid recursion there.
16621
16622         * gtk/gtktypeutils.c:
16623         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
16624         boxed_copy/boxed_free. this needs a more general solution based on a
16625         publically installed code-generator utility.
16626
16627         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
16628         glib's gobject has support for that now.
16629         define GtkSignalMarshaller in terms of GSignalCMarshaller.
16630
16631 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
16632
16633         * gtk/gtksignal.[hc]:
16634         * gtk/gtkmarshal.[hc]:
16635         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
16636         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
16637         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
16638         care of that.
16639
16640         * *.c: marshaller name fixups.
16641
16642         * gtk/gtkmarshal.list: added a comment briefing the format.
16643
16644 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
16645
16646         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
16647         compatibility macros here now. more specifically, most of
16648         the API is preserved (yes, _most_, nonwithstanding the
16649         following exceptions listed, the API is stil lHUGE ;)
16650         things that got removed completely:
16651         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
16652         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
16653         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
16654         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
16655         gtk_signal_remove_emission_hook().
16656         non-functional functions variants:
16657         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
16658         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
16659         not supported anymore.
16660         (gtk_signal_compat_matched): new internal function to aid
16661         implementation of the compatibility macros, it  provides
16662         functionality to block/unblock/disconnect handlers based
16663         on func/data.
16664
16665         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
16666
16667         * *.c: adaptions to new type registration API signatures.
16668
16669 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
16670
16671         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
16672
16673 2000-10-25  Robert Brady  <robert@suse.co.uk>
16674
16675         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
16676         gdk_property_delete): If window == NULL, assume the root window.
16677         (restoring the behaviour that was in 1.2).
16678         
16679         * gtk/testtext.c (save_buffer): Allow creation of new files when
16680         saving.
16681
16682         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
16683         calls to read().
16684
16685 2000-10-25  Tor Lillqvist  <tml@iki.fi>
16686
16687         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
16688
16689         * gdk/win32/gdkdrawable-win32.c
16690         * gdk/win32/gdkimage-win32.c
16691         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
16692         X11 backend.
16693
16694         * gdk/win32/gdkcc-win32.c
16695         * gdk/win32/gdkcolor-win32.c
16696         * gdk/win32/gdkfont-win32.c
16697         * gdk/win32/gdkinput-win32.c
16698         * gdk/win32/gdkmain-win32.c
16699         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
16700
16701 2000-10-24  Havoc Pennington  <hp@redhat.com>
16702
16703         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
16704         it a static function
16705
16706         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
16707         redraw text when a tag is applied to it.
16708
16709         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
16710         (gtk_text_tag_affects_nonsize_appearance): private functions to
16711         see if a tag requires various kinds of redraw/layout to be queued
16712         up.
16713
16714         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
16715
16716         * gtk/testtext.c (fill_example_buffer): Put the cursor 
16717         at the start of the buffer, so search works by default
16718
16719         * gtk/gtktextiter.c (lines_match): init match_start always
16720
16721         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
16722         function, get iter at a line + a byte index
16723
16724         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
16725         to set byte position within a line
16726         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
16727
16728 2000-10-23  Havoc Pennington  <hp@redhat.com>
16729
16730         * gtk/testtext.c: Re-enable the "find" dialog
16731
16732         * gtk/testgtk.c: Add test for gdk_drawable_get_image
16733         
16734         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
16735         the arguments to gdk_draw_drawable were in the wrong order
16736         (gdk_window_paint_init_bg): This function was ignoring the
16737         init_region, instead of clipping to it, so the entire backing
16738         pixmap was cleared on every begin_paint()
16739         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
16740         was in here again, the loop kept using the same GtkWindowPaint
16741         over and over.
16742         (gdk_window_begin_paint_region): Fix a bug where we had two
16743         x_offset instead of x_offset and y_offset
16744
16745         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
16746         before we get the image.
16747         (gdk_draw_drawable): get the composite before we draw the drawable.
16748         (gdk_drawable_real_get_composite_drawable): default
16749         get_composite_drawable implementation that returns the drawable 
16750         itself
16751
16752         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
16753         get_composite_drawable virtual function
16754
16755         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
16756         list-walking bug
16757
16758         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
16759         make this work if the source drawable is a GdkDrawableImplX11
16760         instead of a public drawable type. This is really broken; the
16761         problem is that GdkDrawable needs a virtual method get_xid(), but
16762         of course that doesn't work in practice. Enter RTTI.
16763
16764         Also, improve mismatched depth message.
16765
16766         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
16767         GdkPixmap
16768
16769         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
16770         install _gdk_x11_get_image as our implementation of get_image
16771         
16772         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
16773         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
16774
16775         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
16776         gdk_drawable_get_image
16777
16778         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
16779
16780         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
16781         get_image
16782
16783         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
16784         trailing semicolon after for loop
16785
16786 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
16787
16788         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
16789         where font_desc for widget's context lagged widget's font_desc by
16790         one step.
16791
16792 2000-10-22  Tor Lillqvist  <tml@iki.fi>
16793
16794         * gdk/win32/gdkgc-win32.c
16795         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
16796
16797         * gtk/makefile.mingw.in
16798         * gtk/gtk.def: Updates.
16799
16800         * gtk/testgtk.c: sleep() is called _sleep in MS's C
16801         library.
16802
16803         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
16804
16805         * gtk/makefile.msc: Remove
16806
16807         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
16808
16809         * gtk/Makefile.am: Add it.
16810
16811         * configure.in: Generate it.
16812
16813         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
16814         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
16815         something even if not implemented, to satisfy picky MSVC.
16816
16817         Patches by Hans Breuer:
16818         
16819         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
16820         SetBkMode() and SetTextAlign() before calling
16821         pango_win32_render().
16822
16823         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
16824         Set hcliprgn to NULL after destroying it.
16825         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
16826
16827         * gdk/win32/gdkgeometry-win32.c
16828         (_gdk_windowing_window_queue_antiexpose): More effective
16829         implementation.
16830
16831         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
16832         depth as default, not the visual's.
16833
16834         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
16835         against empty title.
16836
16837         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
16838         IMAGE_PRIVATE_DATA.
16839
16840         * gdk/win32/gdkimage-win32.c: Use it.
16841
16842 2000-10-22  Robert Brady  <robert@suse.co.uk>
16843
16844         * configure.in: Check for bind_textdomain_codeset
16845
16846         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
16847         present, make use of it.
16848
16849         Add a translatable string "default:LTR" which, if translated
16850         to "default:RTL", will cause the default direction to be
16851         Right-to-Left.
16852
16853         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
16854         direction if marked as flippable.
16855
16856         * gtk/gtkhscale.c: Mark widget as flippable.
16857         
16858 2000-10-04  Havoc Pennington  <hp@redhat.com>
16859
16860         * gtk/testgtk.c (create_buttons): create some stock buttons
16861         with the default accel group
16862         (create_image): test some new GtkImage features
16863         (make_message_dialog): test GtkMessageDialog
16864         (create_modal_window): fix someone's bizzarro indentation
16865
16866         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
16867         GTK_WIN_POS_CENTER_ON_PARENT. 
16868         Add "destroy with parent" setting, which means the window goes
16869         away with its transient parent.
16870         (gtk_window_get_default_accel_group): get the default accel group
16871         for the window.
16872         (gtk_window_set_destroy_with_parent): set/unset destroy with
16873         parent flag
16874         (gtk_window_read_rcfiles): invalidate icon set caches
16875         after reloading rcfiles 
16876
16877         * gtk/gtkenums.h (GtkWindowPosition): add
16878         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
16879         on its parent window when the dialog is mapped for the first time.
16880
16881         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
16882         a simple message dialog class
16883         
16884         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
16885         handler to emit response signal, and maybe later it would
16886         honor a hide_on_delete flag - though that isn't there yet.
16887         Set border width on the vbox to 2, so we get some padding.      
16888         Use a button box for the action area.
16889         (gtk_dialog_key_press): synthesize a delete event if Esc
16890         is pressed and the GtkWidget key press handler didn't 
16891         handle the escape key.
16892         (gtk_dialog_new_with_buttons): new function creates a dialog
16893         with some default buttons in it.
16894         (gtk_dialog_add_action_widget): add an activatable widget
16895         as a button in the dialog - you can also add a non-activatable
16896         widget by accessing the action area directly.
16897         (gtk_dialog_add_button): add a simple button - stock ID or 
16898         label - to the action area
16899         (gtk_dialog_response): emit response signal
16900         (gtk_dialog_run): block waiting for the dialog, return 
16901         the response. Override normal delete_event behavior, so that 
16902         delete_event does nothing inside gtk_dialog_run().
16903
16904         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
16905         emitted when an action widget is clicked or the dialog gets
16906         delete_event
16907
16908         * gtk/gtk.h: add gtkmessagedialog.h
16909
16910         * gtk/Makefile.am: add gtkmessagedialog.[hc]
16911
16912 2000-10-18  Havoc Pennington  <hp@redhat.com>
16913
16914         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
16915         where any number of empty lines would get skipped
16916
16917         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
16918         edge.
16919
16920         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
16921         warning about invalid iterators (explain more thoroughly)
16922         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
16923
16924         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
16925         big
16926
16927         * demos/*.c: Add error handling
16928
16929         * gtk/gtktextbuffer.c: don't modify const iterators
16930
16931         * gtk/gdk-pixbuf-loader.c: Add full error handling here
16932
16933         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
16934         on file load
16935
16936         * gtk/gtkiconfactory.c: Update to reflect addition of error
16937         handling to gdk-pixbuf loaders
16938
16939 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
16940
16941         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
16942         move to new modularized testgtk.
16943
16944 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
16945
16946         * gtk/gtktreeview.c: Draw the arrows correctly.
16947
16948         * gtk/gtktreemodel.c: Added user docs.
16949
16950         * gtk/gtk.h: remove gtktreedatalist.h.
16951
16952         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
16953         parent when generating my type.
16954
16955         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
16956         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
16957
16958 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16959
16960         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
16961         GtkTreeModel from object to interface.
16962
16963 2000-10-16  Havoc Pennington  <hp@redhat.com>
16964
16965         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
16966         compilation
16967
16968 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16969
16970         * gtk/gtktreeselection.c: Add API documentation to all public
16971         functions.
16972
16973         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
16974         functions.
16975
16976 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
16977
16978         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
16979         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
16980         docs to all public functions.
16981
16982         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
16983         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
16984         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
16985         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
16986         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
16987         issue.
16988
16989 2000-10-14  Robert Brady  <robert@suse.co.uk>
16990
16991         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
16992
16993 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
16994
16995         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
16996         values other then G_TYPE_STRING.
16997         * gtk/gtktreeselection.c: Minor commenting updates.
16998         * gtk/gtktreeview.c: Format updates.
16999
17000 2000-10-09  Tor Lillqvist  <tml@iki.fi>
17001
17002         * README.win32: Update.
17003
17004         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
17005         lines that had been deleted by mistake (?).
17006
17007         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
17008         also the case fg==white and bg==black (but still not randomly
17009         coloured cursors). Thanks to Wolfgang Sourdeau.
17010
17011         * gdk/win32/*.c: Silence gcc -Wall.
17012
17013         * gtk/gtk.def: Add missing entry points.
17014
17015         Fixes by Hans Breuer:
17016
17017         * gdk/makefile.msc
17018         * gdk/win32/makefile.msc: Update.
17019
17020         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
17021         some MSVC thing, presumably), cause breakpoint on failures. Add
17022         GDK_NOR case. Call g_log_set_always_fatal.
17023
17024         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
17025         should be pased by reference.
17026         
17027         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
17028         
17029         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
17030
17031         * gdk/win32/gdkevents-win32.c
17032         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
17033
17034         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
17035         implementation object.
17036
17037         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
17038         not just windows.
17039         
17040         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
17041         Use the wrapper object.
17042         
17043 2000-10-06  Havoc Pennington  <hp@redhat.com>
17044
17045         * Makefile.am (SRC_SUBDIRS): contrib subdir
17046
17047         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
17048         so it can be used in Xlib version
17049
17050         * demos/testpixbuf.c (update_timeout): error checking from 1.0
17051         tree
17052
17053         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
17054         change from 1.0 tree that returns first frame of animation
17055         if the loaded file is an animation.
17056
17057         * contrib: add new directory to hold stuff that comes with GTK+
17058         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
17059         
17060         * configure.in: add contrib/*
17061
17062 2000-10-05  Havoc Pennington  <hp@redhat.com>
17063
17064         * demos/testpixbuf-save.c: add pixbuf save test
17065
17066         * demos/Makefile.am: add testpixbuf-save.c
17067
17068 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
17069
17070         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
17071         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
17072         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
17073         * gtk/gtktreeselection.[ch]: Replaced
17074         "node_selected"/"node_unselected" signal with "selection_changed"
17075         signal.
17076
17077 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17078
17079         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
17080         tree widget.
17081
17082 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17083
17084         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
17085         drawing.
17086
17087 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
17088
17089         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
17090         Move list pointer forwards before removing item from
17091         list. (Crash reported by Salmaso Raffaele)
17092
17093         * gdk/gdkwindow.h: Remove spurious trailing ,
17094
17095         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
17096         dependencies on uninstalled libraries, sorry folks.
17097
17098 2000-10-04  Havoc Pennington  <hp@redhat.com>
17099
17100         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
17101         gtk/gtkiconfactory.c: Fix copyrights    
17102
17103         * demos/testpixbuf.c: add inline pixbuf test
17104         
17105 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
17106
17107         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
17108         Add gdk_window_iconify.
17109
17110         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
17111         (gdk_window_set_geometry_hints): Add win_gravity
17112         to geometry structure.
17113
17114         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
17115         Implement _NET_WM_PING.
17116
17117         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
17118         Set _NET_WM_PID on the client leader.
17119
17120         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
17121         Handle UTF-8 better.
17122
17123         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
17124         UTF-8 better, set _NET_WM_NAME as well. Only set
17125         icon name if it hasn't previously been explicitely 
17126         set.
17127
17128 2000-10-03  Havoc Pennington  <hp@redhat.com>
17129
17130         * gtk/testtextbuffer.c: clean up trailing whitespace,
17131         add extensive tests for tag toggle iteration.
17132         
17133         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
17134         distance
17135
17136         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
17137         optimize case where the tag root is on level 1
17138         (gtk_text_line_previous_could_contain_tag): attempt to implement
17139         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
17140         functionality
17141
17142         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
17143         Implement this, though not very efficiently.
17144
17145         * gtk/gtktextiterprivate.h: reformat
17146
17147         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
17148         iterator
17149
17150         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
17151         this to properly revalidate the iterators.
17152
17153         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
17154         properly at the end of the line (and therefore on empty lines)
17155
17156         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
17157         maybe we should return a value...
17158
17159 2000-10-03  Tor Lillqvist  <tml@iki.fi>
17160
17161         * config.h.win32: Guard definition of alloca(). glib.h now handles
17162         that.
17163
17164         * gdk/gdk.def
17165         * gtk/gtk.def: Add new entry points.
17166
17167         Changes just to make GTK+ build without errors on Win32. No hope
17168         of it working in its current state, though...:
17169         
17170         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
17171         some functions from the X11 backend, just to make GTK+ build.
17172
17173         * gdk/makefile.mingw.in
17174         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
17175         number. Add new object files.
17176
17177         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
17178         GetMessageTime to get timestamp (where on X11 uses
17179         gdk_x11_get_server_time()).
17180
17181 2000-10-02  Havoc Pennington  <hp@pobox.com>
17182
17183         * gtk/gtktextview.c: text_window_* weren't static and should have
17184         been.
17185         Start work on child widgets; not yet complete, syncing to 
17186         office computer.
17187
17188         * gtk/gtktextchild.h: change this to contain a public interface,
17189         starting work on child interfaces.
17190         * gtk/gtktextchildprivate.h: move private interfaces here
17191
17192         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
17193
17194         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
17195         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
17196         gtk/gtktextmark.c: copyright notices
17197
17198         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
17199         internal functions      
17200
17201         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
17202         internal function
17203
17204         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
17205         Reformatting    
17206
17207 2000-09-30  Havoc Pennington  <hp@pobox.com>
17208
17209         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
17210         NULL start/end pointers
17211
17212         * gtk/gtktextbuffer.c: Write some docs
17213         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
17214         NULL, so you can just check whether there's a selection.        
17215
17216         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
17217         cleanup_line or segments_changed ourselves, it gets done 
17218         in unlink_segment
17219
17220         * gtk/gtktextmark.h:
17221         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
17222         
17223         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
17224
17225         * gtk/gtktextmark.c: delete some more old Tk cruft
17226
17227         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
17228         mark before removing it, so we can emit MARK_DELETED with a valid
17229         pointer.
17230         (gtk_text_buffer_mark_set): hold ref across signal emission
17231
17232         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
17233         whining about attempts to delete special marks
17234
17235         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
17236         underscore, since it's internal.
17237
17238         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
17239         now implemented in terms of iterators in gtktextiter.h
17240
17241         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
17242         New function, destructively sets contents of buffer. Also 
17243         a convenient way to clear the buffer by setting text to ""
17244
17245         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
17246         multiline string literal
17247
17248         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
17249         text changes.
17250
17251         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
17252         is not dereferenceable
17253         (gtk_text_iter_forward_lines): fix return value
17254
17255 2000-09-29  Havoc Pennington  <hp@redhat.com>
17256
17257         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
17258
17259         * gtk/gtktextview.c: Implement drag thresholding; change functions 
17260         that set border window size to have nicer name
17261         (gtk_text_view_mark_set_handler):  Fix this to have the 
17262         right signature.
17263
17264         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
17265
17266         * gtk/testtext.c: Update with API changes, put line numbers on 
17267         both sides.
17268         
17269         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
17270         with this
17271
17272         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
17273         pixbuf; delete a big block of #if 0 Tk code
17274
17275         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
17276         insert_pixmap with insert_pixbuf
17277
17278 2000-09-29  Martin Baulig  <baulig@suse.de>
17279
17280         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
17281         confusion with the GdkPixbuf of the GNOME 1.x platform.
17282
17283 2000-09-29  Havoc Pennington  <hp@pobox.com>
17284
17285         * gtk/gtktextview.c: Implement the side windows.
17286
17287         * gtk/testtext.c: Implement simple line numbering in the 
17288         left side window; seems to make scrolling sloooow. Oops.
17289         Also, cursor blink is for some reason causing redraws
17290         of the line numbers. Should investigate...
17291
17292 2000-09-28  Havoc Pennington  <hp@redhat.com>
17293
17294         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
17295         scrolling child windows, and draw focus rectangle properly.
17296         
17297         (gtk_text_view_buffer_to_window_coords):
17298         Coordinate transformation to deal with all these freaking windows
17299         and offsets
17300         (gtk_text_view_window_to_buffer_coords): transform the other way
17301
17302         * gtk/testtext.c (create_buffer): Update to match Pango API change
17303
17304         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
17305         anonymous tags
17306         (foreach_unref): don't emit remove signal from finalize, just
17307         set tag's parent to NULL
17308
17309 2000-09-26  Havoc Pennington  <hp@redhat.com>
17310
17311         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
17312         Fix some warnings       
17313
17314 2000-09-26  Havoc Pennington  <hp@redhat.com>
17315
17316         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
17317         headers into the private header list
17318
17319         * Makefile.am (pkgconfig_DATA): install pkg-config files
17320
17321         * configure.in: add pkg-config files
17322
17323         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
17324
17325         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
17326         outstanding icon caches on theme change.
17327
17328         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
17329         important types:
17330
17331         (GtkIconSource): Specification for creating a pixbuf 
17332         appropriate for a direction/state/size triplet from 
17333         a source pixbuf or filename
17334
17335         (GtkIconSet): List of GtkIconSource objects that are used to
17336         create the "same" icon (e.g. an OK button icon), and cache for
17337         rendered icons
17338
17339         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
17340         up the icon set for a given stock ID.  GTK maintains a stack of
17341         GtkIconFactory to search, and applications or libraries can add
17342         additional icon factories on top of the stack
17343         
17344         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
17345         the set of GtkIconSource specified for a given stock ID into 
17346         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
17347         RcStyle, under the specified stock ID.
17348
17349         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
17350         render_icon used to derive a GdkPixbuf from a GtkIconSource.
17351         This allows people to theme how prelight, insensitive, etc. are
17352         done.
17353
17354         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
17355         icon factories for a style, and return the resulting 
17356         icon set if any.
17357
17358         (gtk_style_render_icon): Render an icon using the render_icon 
17359         method in the GtkStyleClass.
17360
17361         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
17362         Use the style for a given widget to look up a stock ID, get the
17363         icon set, and render an icon using the render_icon method 
17364         of the style
17365
17366         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
17367         (contains information about a stock item), the built-in stock item
17368         IDs, and functions to add/lookup stock items.
17369
17370         * gtk/stock-icons/*: Stock icons that come with GTK
17371
17372         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
17373         a button based on a GtkStockItem
17374         (gtk_button_new_accel): Takes a uline string and accel group, and
17375         installs the accelerator.
17376
17377         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
17378         image-display widget.
17379
17380 2000-09-25  Havoc Pennington  <hp@redhat.com>
17381
17382         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
17383
17384         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
17385         Fix a bug when removing node data, we didn't properly 
17386         re-splice the linked list after removing the data.
17387
17388         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
17389         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
17390
17391         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
17392
17393         * gtk/gtktextlayout.c (set_para_values): Set tab array 
17394         for the layout from the GtkTextTag.
17395
17396         * gtk/gtktexttypes.h: delete tab and search cruft, 
17397         remove g_convert() in favor of GLib version
17398
17399         * gtk/gtktexttypes.c: remove tab implementation from here,
17400         move to Pango
17401
17402         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
17403         tab stuff using new PangoTabArray from Pango
17404
17405         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
17406         unused border_width stuff
17407
17408 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
17409
17410         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
17411         glib) and now useless utf_to_latin1() latin1_to_utf()
17412
17413         * gtk/gtktextview.[ch]: Change ::move_insert and
17414         ::delete_text action signals to ::move and ::delete;
17415         create the signals with the right enumeration type,
17416         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
17417         C-v bindings, change Home, End to move to beginning/end
17418         of line, Add C-Home C-End to move to beginning/end
17419         of buffer. Change ::cut_text to ::cut_clipboard, etc;
17420         combine ::scroll_text into ::move; use new GtkSelectionData
17421         functions to simplify DND text handling.
17422         
17423         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
17424         deletion enumerations here, rename enumeration values to 
17425         be consistently plural.
17426
17427         * gtk/gtktextbuffer.c: Use new clipboard interfaces
17428         for cut/copy/paste and primary selection.
17429
17430         * gtk/gtktextbuffer.[ch]: Remove excess time and
17431         'interactive' arguments from cut/copy/paste;
17432         rename cut to cut_clipboard, etc; remove
17433         gtk_text_buffer_get_clipboard_contents().
17434
17435         * gtk/gtktextlayout.[ch]: Add 
17436         gtk_text_layout_move_iter_to_line_end() to move the iter to 
17437         line ends.
17438
17439         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
17440         Functions to set or get a UTF-8 string on the selection
17441         data.
17442
17443         * gtk/gtkclipboard.[ch]: New, simplified selection handling
17444         interfaces.
17445
17446         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
17447         created widgets - one of these is useless if we don't.
17448
17449         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
17450         a public function clear all targets registered for the
17451         widget.
17452
17453         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
17454         Never call gtk_widget_realize() - that was just asking
17455         for bizarre side-effects.
17456
17457         * gtk/gtkselection.c (gtk_selection_owner_set): Call
17458         gdk_selection_owner_set even if the widget is the
17459         same so that we reliably update the timestamp on
17460         the server.
17461
17462         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
17463         gdk_x11_get_server_time() function.
17464         
17465         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
17466         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
17467         Add some tricky filtering on serial numbers for
17468         selection clear events to fix up long-standard
17469         race condition FIXME's in gtkselection.c.
17470
17471         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
17472         routines to convert from utf8 to compound text or
17473         STRING and from a text property to UTF-8.
17474
17475         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
17476         a convenience function gdk_get_current_event_time().
17477
17478         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
17479         and free selection_data->data properly
17480
17481 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
17482
17483         * gtk/gtkthemes.c: Remove some unecessary includes.
17484
17485 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
17486
17487         * gtk/gtktextdisplay.c
17488         * gtk/gtktextlayout.c
17489         * gtk/gtktexttag.c
17490         * gtk/gtktexttag.h
17491         * gtk/testtext.c: Change the overstrike property to strikethrough,
17492         to closer match pango.
17493
17494 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
17495
17496         * gtk/gtktextview.c: Fix up visibility so that focus,
17497         cursor_visible and blink interact properly.  Reenable cursor blink
17498         which had been roughly disabled. Make blink and focus
17499         properly per-view.
17500
17501         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
17502         Add a flag for whether to display insertion cursor and
17503         a function to set the flag.
17504
17505         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
17506         get_line_y() to get_line_yrange(), to be a bit more generally
17507         useful.
17508
17509 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
17510
17511         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
17512           do stop_navigating_submenu, to clear last timeout properly.
17513           Also in gtk_menu_motion_notify move ignore_enter above
17514           the conditional to make it always happen as suggested by Owen
17515
17516 2000-09-07  Tor Lillqvist  <tml@iki.fi>
17517
17518         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
17519
17520         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
17521         w32api headers.
17522
17523         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
17524         declarations.
17525
17526         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
17527         (gdk_win32_get_colormap): A line had been deleted by mistake.
17528
17529         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
17530         (gdk_event_translate): Handle more virtual keycodes to be able to
17531         generate GDK events for Control-comma, Control-period, etc.
17532
17533         * gtk/gtk.def: Add some missing entry points.
17534
17535 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
17536
17537         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
17538         Doc comment fixing. (Mostly non-matching parameter names.)
17539
17540         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
17541         comments a little to avoid looking like a doc comment.
17542
17543         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
17544         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
17545         conversions be changed to GError?)
17546
17547         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
17548         Move private #defines into .c file.
17549
17550         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
17551         order of argument addition, remove duplicates.
17552
17553         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
17554         parent class is FrameClass, not BinClass.
17555
17556         * gtk/gtk.h: Add gtkinvisible, which was missing.
17557         (It's occasionalyl useful for client apps, if seldom.)
17558
17559         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
17560         #define.
17561
17562 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
17563
17564         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
17565         coordinates when creating window, instead of GDK-space
17566         coordinates. (Avoid BadValue on too large windows.)
17567
17568 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17569
17570         * configure.in (use_mmx_asm): Remove conftest* after use along the
17571         lines of AC_TRY_COMPILE.        
17572         
17573         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
17574         of g_dirname, which is deprecated.
17575         (gtk_rc_parse_any): Removed calls to
17576         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
17577
17578         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
17579         Removed calls to g_hash_table_{freeze,thaw}, as they are
17580         deprecated now.
17581
17582         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
17583         instead of g_basename.
17584         
17585 2000-09-04 Elliot Lee <sopwith@redhat.com>
17586         
17587         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
17588         ANSI warning.
17589
17590 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
17591
17592         * gtk/gtkwidget.h:  Add some documenting comments about 
17593           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
17594           just as owen said on irc.
17595
17596         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
17597           set HAS_DEFAULT.  Only set it if there isn't another window
17598           holding it (a focus window which RECEIVES_DEFAULT) and only unset
17599           it if the widget is not the focused window with RECEIVES_DEFAULT.
17600           This fixes weird double default bugs in dialogs which has things
17601           call gtk_window_set_default at times.
17602
17603 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
17604
17605         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
17606         Nils Barth and David Santiago to improve submenu
17607         navigation. The patch does this by creating a triangular
17608         region from the point where the pointer leaves the
17609         menu to the submenu.  While the pointer is in
17610         that region and a timeout has not expired, events 
17611         that would cause the active submenu to change are
17612         ignored.
17613
17614 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
17615
17616         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
17617         moving a toplevel window immediately after sizing it would
17618         result in it being sized back to the old size since 
17619         impl->width, impl->height aren't updated until we hear
17620         back from the server. There is still a (longstanding) bug
17621         here that gdk_window_get_size() will give the wrong size
17622         until we do hear back.
17623
17624 2000-08-31  Havoc Pennington  <hp@redhat.com>
17625
17626         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
17627         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
17628         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
17629         Rename GtkTextStyleValues to GtkTextAttributes
17630
17631 2000-08-31  Havoc Pennington  <hp@pobox.com>
17632
17633         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
17634         for rapid testing whether an iterator is the end iterator
17635         (gtk_text_btree_new): init end line cache
17636         (gtk_text_line_is_last): use fast cached line to 
17637         see if we're the last line.
17638         (get_last_line): use cached line here too, should 
17639         speed up some random unrelated code.
17640         
17641 2000-08-30  Havoc Pennington  <hp@pobox.com>
17642
17643         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
17644         signals.
17645
17646         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
17647         delete_text signals. This allows the signals to be used for
17648         implementing undo.
17649
17650         * gtk/gtktextbuffer.c: Change signal handler signatures; 
17651         provide "interactive" argument when emitting insert_text or
17652         delete_text signal.
17653         
17654 2000-08-30  Havoc Pennington  <hp@pobox.com>
17655
17656         * gtk/gtktextbuffer.c: Docs
17657
17658 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
17659
17660         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
17661         from switch statements, since Tor removed the enumeration
17662         value.
17663         
17664         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17665         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
17666
17667 2000-08-29 Elliot Lee <sopwith@redhat.com>
17668         * */*.h: Use G_GNUC_CONST.
17669
17670 2000-08-27  Havoc Pennington  <hp@pobox.com>
17671
17672         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
17673         minor indentation fixes, inserted some FIXME about stuff I
17674         realized was broken while documenting it.
17675         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
17676         GTK convention  
17677
17678 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
17679
17680         * gtk/testgtk.c (create_styles): Fix double free of
17681         font desc.
17682
17683 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17684
17685         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
17686         
17687         * gtk/testgtk.c (create_styles): Add a test for modifying
17688         the style through gtk_widget_modify_*.
17689
17690         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
17691         a function to get the current modifier style.
17692
17693         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
17694         of the passed in GtkRcStyle instead of ref'ing it.
17695
17696         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
17697
17698 2000-08-20  Tor Lillqvist  <tml@iki.fi>
17699
17700         * gdk/gdkimage.h
17701         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
17702         shared memory image+pixmap GdkImage type, or
17703         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
17704         I am dropping that.
17705
17706         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
17707         actually call gtk_init_abi_check(), passing also
17708         sizeof(GtkWindow). Ditto for gtk_init_check(). 
17709
17710         * gtk/gtk.def
17711         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
17712         New functions, used to check that the GTK+-using code has been
17713         compiled using the correct compiler and switches. In particular,
17714         with gcc one has to use the -fnative-struct switch as GTK+ is
17715         compiled with that.
17716
17717 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
17718
17719         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
17720         ->prev fields when merging lists. (Found simultaneously
17721         by Pawel Salek and Jakub Jelinek)
17722
17723 2000-08-12  Tor Lillqvist  <tml@iki.fi>
17724
17725         * gdk/gdk.def
17726         * gtk/gtk.def: Add missing entries.
17727
17728         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
17729         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
17730
17731         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
17732         function. Dummy implementation at this point.
17733
17734         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
17735         rules. Undefine GTK_COMPILATION when compiling the test programs.
17736         
17737         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
17738
17739 2000-08-11  Tor Lillqvist  <tml@iki.fi>
17740
17741         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
17742         to convert back and forth from UTF-8 and the "system" (or "current
17743         locale") charset when necessary. Indentation/spacing cleanup.
17744
17745 2000-08-10  Havoc Pennington  <hp@redhat.com>
17746
17747         * Makefile.am (snapshot): Change the format of the snapshot
17748         version to match glib
17749
17750         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
17751         from EXTRA_DIST since it doesn't seem to exist
17752
17753 2000-08-10  Tor Lillqvist  <tml@iki.fi>
17754
17755         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
17756         version of the directory name (not the UTF-8 one) when building
17757         the path name to stat().
17758
17759 2000-08-03  Elliot Lee  <sopwith@redhat.com>
17760
17761         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
17762         PANGO_ATTR_SHAPE set.
17763
17764 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
17765
17766         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
17767         Peter Osterlund to simplify the code while keeping the
17768         functionality the same.
17769
17770 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
17771
17772         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
17773         is_viewable() test further inside the function, since removing the 
17774         window from the redraw list without clearing ->update_area
17775         was also very broken.
17776
17777 2000-08-02  Tor Lillqvist  <tml@iki.fi>
17778
17779         * configure.in: Check for <unistd.h>.
17780
17781 2000-08-01  Martin Baulig  <baulig@suse.de>
17782
17783         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
17784         to display the message that this is a development version of GTK+.
17785
17786 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
17787
17788         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
17789         was depending on widget->allocation instead of the width of text_area,
17790         which was incorrect for subclasses like GtkSpinButton.
17791
17792         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
17793         with width == 1 tests that should be width == -1.
17794
17795 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
17796
17797         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
17798         (broken, Elliot, every single window blank on X) custom code with call
17799         to gdk_window_is_viewable() which a) prevents code duplicate and
17800         b) works. 
17801
17802 2000-07-31  Elliot Lee  <sopwith@redhat.com>
17803
17804         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
17805         to get the GDK_PARENT_ROOT() macro to work.
17806         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
17807         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
17808         of, windows that aren't shown.
17809         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
17810         pointer grab stuff.
17811
17812 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
17813
17814         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
17815           s/gtk_main_iteration/g_main_iteration/
17816
17817           Did this already in change:
17818                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
17819           don't know how it got reverted.
17820
17821 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
17822
17823         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
17824         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
17825
17826         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
17827         not gdk_pixbuf.
17828
17829 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
17830
17831         * configure.in,po/{sp,sr}.po: Added Serbian files
17832
17833 2000-07-30  Tor Lillqvist  <tml@iki.fi>
17834
17835         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
17836
17837         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
17838         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
17839         GIOChannel implementation.
17840
17841         * gdk/win32/gdkinput.c
17842         * gdk/win32/gdkpango-win32.c: Update license name here, too.
17843
17844         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
17845         definition to match prototype.
17846
17847         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
17848
17849 2000-07-27  Elliot Lee  <sopwith@redhat.com>
17850
17851         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
17852         function, to allow handling image formats that cannot be detected
17853         by looking at content alone.
17854
17855 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
17856
17857         * docs/tutorial/*.gif *.jpg *.eps
17858           Update these to the same look-n-feel.
17859           Why does including images in DocBook suck so badly?
17860
17861 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
17862
17863         * gtk/gtktable.c: applied patch from Phil Thompson
17864         <phil@river-bank.demon.co.uk> that enables space settings for
17865         the last row/columns as well.
17866
17867 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
17868
17869         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
17870         updates the license headers to the GNU Lesser General Public License,
17871         as well as updating the copyright year to 2000.
17872
17873 2000-07-26  Robert Brady  <rwb197@zepler.org>
17874
17875         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
17876           and po/Makefile, was installing and looking for them under gtk20
17877           and gtk2 respectively.
17878
17879 2000-07-25  Havoc Pennington  <hp@redhat.com>
17880
17881         * gtk/testtext.c: Comment out some stuff that depends on the rest
17882         of my patches.
17883
17884 2000-07-25  Havoc Pennington  <hp@redhat.com>
17885
17886         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
17887         buffer
17888
17889 2000-07-25  Havoc Pennington  <hp@redhat.com>
17890
17891         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
17892         widget changes.
17893
17894         * gtk/gtktextview.h: To be consistent with usage of "line"
17895         throughout the API to mean "newline-terminated thingy", change
17896         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
17897         to MOVEMENT_LINE.
17898
17899         (GtkTextView): Add flags for default editability, and whether to
17900         show the cursor. Add functions to get/set that. Add 
17901
17902         (gtk_text_view_get_iter_location): new function
17903
17904         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
17905         gtktextlayout.h
17906         (g_convert): Add g_convert temporarily, will go in glib in a bit
17907         
17908         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
17909         GtkTextTagTableForeach instead of brokenly using GHFunc.
17910         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
17911
17912         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
17913         moved to public header.
17914
17915         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
17916         "invisible", since "elide" was a bad name.
17917         (gtk_text_tag_get_priority): Added
17918
17919         (GtkTextStyleValues): put this in public header, along with
17920         functions to use it.
17921
17922         * gtk/gtktextmarkprivate.h: Include more headers, since we no
17923         longer include gtktextbtree.h.
17924
17925         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
17926         gtk_text_mark_deleted
17927
17928         * gtk/gtktextlayout.h: Don't include the "really private" headers,
17929         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
17930         to make this possible. Now we only need to install
17931         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
17932         (However the Makefile.am isn't changed yet because of the
17933         logistics of merging gtk-hp-patches piecemeal)
17934
17935         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
17936         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
17937         gtk_text_iter_get_line is now used in the public API for a
17938         different purpose.
17939
17940         * gtk/gtktextiter.h: Clean up function names to be more
17941         consistent. Always call char offset "offset" and byte index
17942         "index". A "line" is always a line number. 
17943
17944         (gtk_text_iter_is_last): new function, more efficient than 
17945         the existing way to check
17946         (gtk_text_iter_is_first): new function, also more efficient
17947
17948         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
17949
17950         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
17951         gtk_text_iter_forward_char, etc.
17952
17953         (gtk_text_iter_forward_to_tag_toggle): Renamed from
17954         forward_find_tag_toggle, since this isn't a linear search
17955
17956         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
17957
17958         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
17959         New functions, search for a buffer substring.
17960
17961         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
17962         interactive and default editable (since we need to store that info
17963         until we receive the selection data).
17964
17965         Remove all the _at_char and at_line etc. versions of functions;
17966         only have iterator versions.
17967
17968         Add _interactive() versions of functions, that consider the
17969         editability of text. (FIXME add interactive flag to the 
17970         insert/delete signals per Darin's suggestion)
17971
17972         (gtk_text_buffer_get_tag_table): new function, demand-creates the
17973         tag table if necessary
17974
17975         Remove declaration of gtk_text_buffer_get_iter_from_string
17976
17977         (_gtk_text_buffer_get_btree): private/internal function, added.
17978         
17979
17980         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
17981         (gtk_text_line_is_last): new function
17982
17983 2000-07-25  Havoc Pennington  <hp@redhat.com>
17984
17985         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
17986         using GtkProgressBar. See Changes-2.0.txt for details.
17987
17988         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
17989         "pulse_step" which are the equivalent of
17990         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
17991         Implement new API.
17992         
17993         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
17994         (use_text_format) to mark whether text set on the progress bar is
17995         a format string. Deprecate entire GtkProgress interface.
17996
17997         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
17998         (gtk_progress_build_string): make this a no-op if use_text_format
17999         is FALSE
18000
18001         * docs/Changes-2.0.txt: Describe progress bar changes.
18002
18003 2000-07-25  Tor Lillqvist  <tml@iki.fi>
18004
18005         * Makefile.am: Include the build directory.
18006
18007         * configure.in: Generate build/Makefile, build/win32/Makefile,
18008         gdk/, gdk/win32/, and gtk/makefile.mingw.
18009
18010         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
18011         Add GETTEXT_PACKAGE.
18012         
18013         * gdk/gdk.def
18014         * gtk/gtk.def: Updates.
18015
18016         * gdk/gdkfont.h
18017         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
18018         need them any longer.
18019
18020         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
18021
18022         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
18023         PANGOWIN32_LIBS and gdk_pixbuf.
18024
18025         * gdk/win32: Compiles, but no doubt doesn't work at all.
18026
18027         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
18028
18029         * gdk/win32/gdkinput.c: New file, temporarily.
18030         
18031         * gdk/win32/gdkinput-win32.h: New file
18032
18033         * gdk/win32/gdkinputprivate.h: Remove.
18034
18035         * gdk/win32/gdkpango-win32.c: New file.
18036
18037         * gtk/makefile.mingw.in: New file
18038
18039         * gtk/makefile.cygwin: Removed
18040         
18041         * gtk/Makefile.am: Update accordingly.
18042
18043         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
18044         made externally visible.
18045
18046         * gtk/gtkmain.c: Use it.
18047         
18048         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
18049         is enough.
18050
18051         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
18052
18053 2000-07-24 Elliot Lee <sopwith@redhat.com>
18054         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
18055         individual backends already.
18056         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
18057         again. Yes, there really is a good reason for this, if you are using the gdkregion
18058         internals, and if you're not, why do you care?
18059         * gdk/gdkwindow.c: Fix inverted condition
18060         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
18061         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
18062         * gtk/gtkrange.c: Redraw trough when moving.
18063         * gtk/gtktypeutils.c: Fix warning by adding const cast.
18064         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
18065
18066 2000-07-23  Tor Lillqvist  <tml@iki.fi>
18067
18068         * configure.in: Check for mkstemp and sigsetjmp. Output
18069         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
18070
18071         More work on GDK for Win32. Still in an intermediate state.
18072
18073         * gdk/makefile.cygwin
18074         * gdk/win32/makefile.cygwin: Removed.
18075         
18076         * gdk/makefile.mingw.in
18077         * gdk/win32/makefile.mingw.in: New files.
18078
18079         * gdk/Makefile.am
18080         * gdk/win32/Makefile.am: Generate and distribute them.
18081
18082         * gdk/win32/gdkwindow-win32.h
18083         * gdk/win32/gdkdrawable-win32.h
18084         * gdk/win32/gdkpixmap-win32.h: New files.
18085
18086         * gdk/win32/gdkcolor-win32.c
18087         * gdk/win32/gdkcursor-win32.c
18088         * gdk/win32/gdkdrawable-win32.c
18089         * gdk/win32/gdkgc-win32.c
18090         * gdk/win32/gdkimage-win32.c
18091         * gdk/win32/gdkprivate-win32.h
18092         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
18093         Rename fields and variables called xcursor, xid, etc (these names
18094         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
18095
18096 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
18097
18098         * gtk/gtkentry.[ch]: Fix some problems with vertical
18099         alignment.
18100
18101         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
18102         char/byte confusion.
18103
18104 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
18105
18106         * gtk/gtktextview.c (changed_handler): Fix bug where
18107         redraw wasn't being done properly when height of
18108         dirty region changed.
18109
18110         * demos/Makefile.am: Remove various references to
18111         -lgmodule
18112
18113 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
18114
18115         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
18116         PangoAttrShape to reserve space for pixmaps, add 
18117         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
18118         in the display functions.
18119         
18120         * gtk/testgtk.c (create_layout): Set some more exotic
18121         scrolled window options
18122
18123         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
18124         Add function to set the shadow type of a window, to allow
18125         putting a shadow around widgets such as GtkLayout or GnomeCanvas
18126         which don't draw their own frame.
18127
18128 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
18129
18130         * docs/tutorial/package-db-tutorial.sh: New file for
18131           packaging DocBook format tutorial
18132
18133 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
18134
18135         * docs/tutorial/gtk-tut.sgml: Minor updates
18136
18137         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
18138
18139 2000-07-19  Tor Lillqvist  <tml@iki.fi>
18140
18141         * gtk/gtksignal.c: Fix C++ comment.
18142
18143         * gtk/gtkimmulticontext.c
18144         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
18145         don't return value from void functions.
18146
18147         * gtk/gtk.def: Add gtk_rc_style_unref.
18148
18149 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
18150
18151         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
18152         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
18153         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
18154         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
18155         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
18156         gtk/gtktypeutils.h: Include files outside of the extern "C"
18157         block. Makes some C++ compiler happy. Reported by Denis Vakatov
18158         <vakatov@peony.nlm.nih.gov>.
18159
18160 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
18161
18162         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
18163           Completes first pass. Hurrah!
18164
18165 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
18166
18167         * docs/tutorial/gtk-tut.sgml: More clean ups.
18168
18169 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
18170
18171         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
18172         paint the background of the text area which was accidentally
18173         removed at some point.
18174
18175         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
18176           
18177          - Move most of the functionality from the theme vtable
18178            into GtkRcStyleClass and GtkStyleClass. The moved
18179            vtable functions were changed a bit in the move to
18180            work better in their new home.
18181
18182          - Get rid of the engine and engine_data fields from
18183            GtkRcStyle and GtkStyle; instead the theme
18184            engine derives theme-specific subclasses of GtkRcStyle
18185            and GtkStyle
18186
18187          - Add extra dlsym() found entry point to themes,
18188            theme_create_rc_style().
18189
18190         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
18191         in gtk_style_real_copy.
18192
18193         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
18194         to register a type associated with an engine. (The engine
18195         won't be unloaded as there is an instance of the type.)
18196
18197
18198 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
18199
18200         * docs/tutorial/gtk-tut.sgml: Clean ups.
18201
18202 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
18203
18204         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
18205           of cleaning up to do.
18206
18207 2000-07-15  Tor Lillqvist  <tml@iki.fi>
18208
18209         * gdk/testgdk.c: New file, quick hack to test backends for
18210         pixel-by-pixel correctness of the most simple graphic operations.
18211
18212 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
18213
18214         * Really release 1.3.1
18215         
18216         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
18217         include structure.
18218
18219 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
18220
18221         * Released 1.3.1
18222
18223 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
18224
18225         * gtk/gtktextlayout.c: use FALSE for size_only most
18226         of the time when calling gtk_text_layout_get_line_display()
18227         to avoid causing double reshapes when a redraw follows
18228         immediately after.
18229
18230 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
18231
18232         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
18233         appropriate region and gdk_window_process_updates() so trough
18234         updating doesn't lag behind the window being scrolled.
18235
18236         * gdk/gdkgc.c: Make parent_class pointer static.
18237          
18238 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
18239
18240         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
18241         include <string.h>.
18242          
18243         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
18244         cut-and-paste error in computing memory offset for 4 channels.
18245
18246 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
18247
18248         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
18249         gtk_rc_append_default_pixmap_path(), since it wasn't
18250         adding an interesting path and we don't have a meaningful
18251         default for this value.
18252
18253 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
18254
18255         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
18256         gtk-config to gtk-config-2.0 move gtk_.m4 to
18257         gtk-2.0.m4
18258
18259         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18260         gdk/Makefile.am demos/Makefile.am: Change 
18261         library names to libgtk-1.3.la, etc, so that we
18262         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
18263
18264         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18265         gdk/Makefile.am gdk/x11/Makfile.am
18266         Move include files into /usr/include/gtk-2.0, 
18267         /usr/lib/gtk-2.0/include/
18268          
18269         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
18270         gtk/gtkintl.h: Change package for gettext from 
18271         gtk+ to gtk20. Put hack in autogen.sh to modify
18272         po/Makefile.in.in after gettextize to make this
18273         possible.
18274
18275         * gtk+.spec: Some updates, not tested.
18276
18277         * gdk-pixbuf/Makefile.am: Move loaders into
18278         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
18279
18280         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
18281         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
18282         to THEMENAME/gtk-2.0/. Move engine directory  to
18283         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
18284         
18285 2000-07-12  Tor Lillqvist  <tml@iki.fi>
18286
18287         Win32 changes, still doesn't build though.
18288
18289         * gdk/makefile.cygwin
18290         * gdk/win32/makefile.cygwin
18291         * gtk/makefile.cygwin: Updates.
18292
18293         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
18294         default values for fg and bg pixel as X11 does (0 and 1), not
18295         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
18296         Use 0 for pen width by default (treated as 1 anyway later, but for
18297         apps that might check the value in the GdkGC).
18298         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
18299         interface to gdk_gc_predraw and _postdraw.
18300
18301         * gdk/win32/gdkwin32.h
18302         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
18303
18304         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
18305         extraneous semicolon.
18306
18307         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
18308
18309         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
18310         not the Win32 bitspixel value.
18311
18312         * gdk/win32/gdkcc-win32.c:
18313         * gdk/win32/gdkcolor-win32.c 
18314         * gdk/win32/gdkprivate-win32.h
18315         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
18316         GDK object structure.
18317
18318 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
18319
18320         * docs/tutorial/gtk_tut_12.es.sgml (name): 
18321         * docs/tutorial/gtk_tut_it.sgml (name): 
18322         * docs/tutorial/gtk_tut_fr.sgml (name): 
18323         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
18324         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
18325
18326 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
18327
18328         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
18329           small changes.
18330
18331 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
18332
18333         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
18334         a bug here, never been here and never fixed anything ;(
18335         (don't segfault if tree->root_tree is NULL, which happens prior
18336         to widget realization, but puke instead).
18337
18338 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
18339
18340         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
18341         add the necessary tokens.
18342
18343         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
18344         (gtk_rc_style_to_style): copy thicknesses.
18345         (gtk_rc_init_style): apply thicknesses.
18346         (gtk_rc_parse_style): parse xthickness and ythickness.
18347
18348         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
18349
18350         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
18351         (gdk_window_new): 
18352         (_gdk_windowing_window_init): 
18353         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
18354         (gdk_pixmap_create_from_data): 
18355         (gdk_bitmap_create_from_data): 
18356         (gdk_pixmap_new): 
18357         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18358         (gdk_image_new): 
18359         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
18360         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
18361         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
18362         (gdk_colormap_get_system): 
18363         (gdk_colormap_new): 
18364         * gdk/gdkwindow.c (gdk_window_init): 
18365         * gtk/gtkstyle.c (gtk_style_new):
18366         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
18367         * gdk/gdkpixmap.c (gdk_pixmap_init): 
18368         * gtk/gtkrc.c (gtk_rc_style_new):
18369         use g_object_new() instead of g_type_create_instance() which
18370         is a private function for fundamental type implementations.
18371
18372 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
18373
18374         * configure.in: Add check for db2html
18375
18376 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
18377
18378         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
18379         hack to set glib_debug_objects based on gtk_debug_flags.
18380
18381 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
18382
18383         * INSTALL.in: Update the Prerequisites section.
18384
18385         * Makefile.am demos/Makefile.am docs/Makefile.am
18386         docs/tutorial/Makefile.am gdk/x11/Makefile.am
18387         gdk/linux-fb/Makefile.am: Dist fixes
18388
18389 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
18390
18391         * NEWS: 10,000 foot view of 1.3.1 changes.
18392
18393 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
18394
18395         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
18396         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
18397         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
18398         gdk/x11/gdkmain-x11.c: 
18399
18400         Patch from George Lebl to add a GdkGrabStatus enumeration to use
18401         as a return value of gdk_*_grab(). Previously, we just
18402         returned the X11 values directly.
18403
18404 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
18405
18406         * gdk/x11/Makefile.am: Patch from George Lebl to 
18407         install all the headers in the right place.
18408
18409 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
18410
18411         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
18412           initial conversion to DocBook.
18413
18414 2000-07-04  Tor Lillqvist  <tml@iki.fi>
18415
18416         * README.win32: Improve a bit.
18417
18418         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
18419         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
18420         Alt+0nnn on the numpad (used to enter characters by numeric code
18421         from current DOS or ANSI codepage) working correctly, as in other
18422         Windows apps.
18423
18424         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
18425         same argument validity tests as in X11 version.
18426         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
18427
18428         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
18429         definitions in case missing from headers.
18430
18431         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
18432         destroy the window-specific cursor.
18433         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
18434         calling GetModuleHandle(NULL).
18435         (gdk_window_set_cursor): Reworked to always copy the passed cursor
18436         with CopyCursor before setting it as the window-specific
18437         cursor. It is OK for the caller to destroy the GdkCursor (and thus
18438         also its Windows cursor) after calling this function. Destroy any
18439         previous window-specific cursor.
18440
18441 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
18442
18443         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
18444         font charset is iso8859-1, not iso-8859-1.
18445
18446 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
18447
18448         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
18449         Use g_get_charset() instead of g_get_codeset().
18450
18451         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
18452         Comment out some strdup'ing functions to keep timj
18453         happy until we finish fighting this out.
18454
18455 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
18456
18457         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
18458         <= width or height.
18459
18460         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
18461         from 1.2 for parent/child states.
18462
18463         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
18464         of typos.
18465
18466         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
18467         event structures, replace with a generic axes field. Replace 
18468         deviceid/sourec with GdkDevice *device.
18469
18470         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
18471         to extract particular axis use value from event. (Also
18472         can be used for normal X/Y.)
18473
18474         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
18475         allow for arbitrary number of axes, namespace everything
18476         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
18477         everywhere.
18478
18479         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
18480         Get rid of the gdk_input_vtable setup if favor of simply
18481         defining the functions in gdkinput-none/gxi/xfree.c in
18482         a similar fashion to the way that the port structure is 
18483         done.
18484
18485         * gtk/gtkdnd.c: Fix fields of synthesized button press event
18486         for new event structures. 
18487
18488         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
18489         new device interfaces.
18490
18491 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
18492
18493         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
18494         set the initial text.
18495
18496         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
18497         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
18498         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
18499         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
18500
18501         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18502         pango_layout_set_font_description to simplify.
18503
18504 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
18505
18506         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18507         pango_layout_set_font_description to simplify.
18508
18509 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
18510
18511         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
18512         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
18513         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
18514
18515         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
18516         PANGO_PIXELS() macro.
18517
18518 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
18519
18520         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
18521         that returns a PangoContext owned by the widget and updated to
18522         match future changes in the widget. Also, make 
18523         gtk_widget_create_pango_layout() use this context. If we ever
18524         add a ::changed signal to PangoContext, this will make things
18525         much more convenient. 
18526
18527         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
18528         in the appropriate places instead of destroying the layouts and
18529         creating new ones.
18530
18531         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
18532         in a few strategic places.
18533
18534 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
18535
18536         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
18537         gtk_widget_size_request() on reparented child, if one. Otherwise,
18538         queue_resize() on the child never results in it getting size-requested
18539         at all.
18540
18541         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
18542         in option menus, so that (with luck) people won't copy it into
18543         their apps in the future.
18544
18545         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
18546         to gtk_option_menu_calc_size. This isn't perfect, but should fix
18547         a lot of problems with changing the size of the menu's menu
18548         items after adding it to the option menu.
18549
18550         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
18551
18552         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
18553         the text direction for a widget changes.
18554
18555         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
18556         ::direction_changed to get rid of various hacks.
18557
18558 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
18559
18560         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
18561         name.
18562
18563 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
18564
18565         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
18566         flag to the structure. Do not call XFreePixmap on pixmaps created
18567         by gdk_pixmap_foreign_new().
18568
18569 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
18570
18571         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
18572         value using GdkRGB functionality given GdkColormap and GdkColor.
18573         (name not final, waiting for inspiration.)
18574         
18575         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
18576         set the foreground/background of a GC using the GC's colormap
18577         and GdkRGB. (name not final, waiting for inspiration.)
18578
18579         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
18580         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
18581
18582         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
18583         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
18584         purely a function of the corresponding colormap. Make
18585         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
18586
18587         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
18588         gdk_pixbuf_*create_from_xpm_* in terms of
18589         gdk_pixbuf_new_from_xpm_data(), move into platform independent
18590         code.
18591
18592         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
18593         advantage of the new draw_rgb_32_image_dithalign.
18594
18595         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
18596
18597         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
18598         on each created GC.
18599
18600         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
18601
18602         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
18603         which we initialize from the drawable when the GC is created,
18604         if the drawable has a colormap.
18605
18606         * gdk/x11/gdkgc-x11.c: include string.h for memset.
18607
18608         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
18609
18610         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
18611
18612 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
18613
18614         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
18615         actually returning expose events, make sure to set
18616         the count field properly.
18617
18618         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
18619         accidentally reintroced bug which always cleared
18620         the graphics_exposures value. 
18621
18622 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
18623
18624         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
18625
18626 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
18627
18628         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
18629
18630 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
18631
18632         * docs/faq/gtk-faq.sgml: Start of Section 6.
18633
18634 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
18635
18636         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
18637         
18638         (Fixes problem with drawing childless frames. Pointed out
18639         by and a first patch from Anders)
18640         
18641         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
18642         compute a child_allocation, even if we don't have a child.
18643
18644         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
18645         Always chain to the parent's impl, even if we don't have a child.
18646
18647 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18648
18649         * gdk/gdkrgb.c: If possible, create only a single shm segment and
18650         use multiple parts of it instead of creating a bunch of separate
18651         segments, since the maximum number of segments per system is not
18652         large. (This might be worth backporting to GTK+-1.2.x if we make a
18653         new release )
18654
18655         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
18656         structure in preparation for per-colormap GdkRGB.
18657
18658         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
18659         to False when we get EINVAL from shmget so that the caller of
18660         gdk_image_new can retry with a smaller segment size.
18661
18662 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
18663
18664         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
18665
18666 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
18667
18668         * configure.in: make the current version number 1.3.1 (binary age 0,
18669         interface age 0).
18670         
18671         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
18672         gtkcompat.h is all we want.
18673
18674         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
18675         GLib primitive types. fixed g_type_register_fundamental() argument
18676         ordering.
18677
18678         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
18679         compiles.
18680
18681         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
18682         object code cleanup, comment trigraph fixes, etc...
18683
18684 2000-06-23  Havoc Pennington  <hp@redhat.com>
18685
18686         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
18687         instead of making up a bogus name for first_para_mark
18688
18689         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
18690         0 as a context ID
18691
18692 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
18693
18694         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
18695
18696 2000-06-21  Havoc Pennington  <hp@pobox.com>
18697
18698         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
18699         we didn't check window->bg_pixmap != GDK_NO_BG.
18700
18701         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
18702         gdk-pixbuf
18703
18704 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
18705
18706         * docs/faq/gtk-faq.sgm: Move file to here.
18707           TODO: Update Makfile.am 
18708
18709 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
18710
18711         * docs/gtk-faq.sgm: Add Section 2
18712
18713 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
18714
18715         * docs/gtk-faq.sgm: New file. Start of DocBook
18716           version of the FAQ.
18717
18718 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
18719
18720         * configure.in (GDK_PIXBUF_MAJOR): Define version
18721         numbers for GDK_PIXBUF_*, as they get substituted
18722         into a header file. Need to consider versioning
18723         for gdk-pixbuf more carefully later.
18724
18725 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
18726
18727         Work with srcdir != builddir.   
18728         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
18729         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
18730         * demos/testpixbuf.c: Likewise.
18731         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
18732         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
18733         <gdk/x11/gdkx.h>.
18734         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
18735         "gdk-pixbuf.h".
18736         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
18737
18738 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
18739
18740         * TODO.xml: Change 1.4 version numbers to 2.0.
18741
18742 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
18743
18744         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
18745         fixups to GTK+ standard.
18746
18747 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
18748
18749         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
18750         gdk-pixbuf.
18751
18752         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
18753         fixups for GObject.
18754
18755         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
18756         gdk-pixbuf with GDK dependencies moved into GDK.
18757         
18758         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
18759         move gdk-pixbuf-loader here until GObject has signals.
18760
18761         * demos/: New directory of demos. Move demos from
18762         gdk-pixbuf here.
18763
18764         * demos/pixbuf-init.c: Small bit of code to check for
18765         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
18766         set GDK_PIXBUF_MODULEDIR appropriately.
18767
18768         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
18769         define which no longer makes sense.
18770
18771 2000-06-21  Havoc Pennington  <hp@redhat.com>
18772
18773         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
18774         gtk_get_default_language
18775
18776         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
18777         new function to get the default language
18778
18779         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
18780         s/gtk_text_view_style_values/gtk_text_style_values/
18781
18782         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
18783         Add a "language" field to tags.
18784
18785         (gtk_text_tag_set_arg): Fix bug in setting
18786         "bg_full_height_set" tag.
18787
18788 2000-06-21  Havoc Pennington  <hp@redhat.com>
18789
18790         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
18791         in the interfaces
18792
18793         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
18794         stuff instead when possible.
18795
18796         * gtk/gtktexttypes.h: Delete some unused constants
18797
18798         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
18799         testtextbuffer.c: use glib instead of custom unicode routines
18800
18801 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
18802
18803         * docs/es/: Removed mistakenly added generated sgml
18804
18805         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
18806         Remove outdated info files.
18807
18808         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
18809         Moved tutorial files into subdir
18810
18811         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
18812         subdir.
18813
18814         * docs/man/gtk_button.pod: Remove. (contents will be
18815         integrated into gtk-reference button page.)
18816
18817         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
18818         docs/faq/Makefile.am: Adjust for new organization
18819
18820 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
18821
18822         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
18823         not $(MKINSTALLDIRS)
18824
18825 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
18826
18827         * gtk/testgtk.c (create_text): Finish the job Elliot started
18828         of removing font setting test for text widget. (Since text widget
18829         and GdkFont are not deprecated, and cause portability problems.)
18830
18831 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
18832
18833         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
18834         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
18835         Remove use of libunicode in favor of new GLib functions.
18836
18837         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
18838         nano-x, framebuffer. The X11 include is just a hack until we get
18839         the necessary functions in gdkcolor.h, so there is no reason to
18840         add other includes of platforms.
18841
18842         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
18843         window bigger than the screen change.
18844
18845         * gtk/testgtk.c: Revert some random changes from Elliot
18846         that had no particular point and were causing testgtkrc
18847         not to function correctly.
18848         
18849         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
18850         because GdkSegment and GdkRegionBox have the same fields,
18851         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
18852         results in clearer code.
18853
18854         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
18855         gdk_input_translate_coordinates): Fix missed GdkObjectification
18856
18857 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18858
18859         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
18860         * gtk/gtk{plug,socket}.h: Missed commits from previous.
18861
18862 2000-06-20  Havoc Pennington  <hp@redhat.com>
18863
18864         * modules/linux-fb/Makefile.am: Make this compile
18865         without framebuffer enabled
18866
18867         * gdk/linux-fb/Makefile.am: Add conditional to not build
18868         framebuffer unless specified in configure
18869
18870         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
18871         the size of the target instead of source if -1 was passed for
18872         width/height
18873
18874         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
18875         width/height confusion.
18876
18877 2000-06-19  Havoc Pennington  <hp@redhat.com>
18878
18879         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
18880         GDK_DRAWABLE_XID. In the future, we probably want to make it
18881         faster with G_DISABLE_CHECKS turned on.
18882
18883 2000-06-14  Havoc Pennington  <hp@redhat.com>
18884
18885         * gdk/Makefile.am: add gdkpixmap.c
18886
18887         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
18888         s/gdk_image_init/_gdk_windowing_image_init
18889
18890         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
18891         ref/unref
18892
18893         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
18894
18895         * gdk/gdkcompat.h: remove GdkWindowType compat, since
18896         GdkWindowType is now non-deprecated; 
18897         change gdk_window_get_type() compat to be
18898         gdk_window_get_window_type().
18899
18900         * gdk/gdkdnd.h: make GdkDragContext a GObject.
18901
18902         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
18903         virtual GObject. Make all functions call into the vtable.
18904         Move gdk_image_put() guts in here. Remove GdkDrawableType
18905         and gdk_drawable_get_type(), these are now GdkWindow-specific.
18906         draw_image, get_depth, get_size, set_colormap, get_colormap,
18907         get_visual added to the vtable.
18908         
18909         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
18910         GObject. Virtualize everything. 
18911         (gdk_gc_new_with_values): remove check for destroyed window,
18912         because now GdkWindow::create_gc will check this.
18913         (gdk_gc_set_values): New function to set GC values, this 
18914         was already implemented but wasn't in the header
18915
18916         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
18917
18918         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
18919         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
18920         remove _gdk_window_class; add _gdk_window_impl_get_type() and
18921         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
18922         _gdk_windowing_window_init, rename gdk_image_init to
18923         _gdk_windowing_image_init.
18924         
18925         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
18926         (gdk_draw_layout): Remove check for destroyed window, 
18927         because all the drawable methods already check it.
18928         
18929         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
18930         Add gdkpixmap.c which contains implementation of GdkDrawable
18931         virtual table (by chaining to a platform-specific implementation
18932         object).
18933         
18934         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
18935         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
18936         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
18937         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
18938         GdkColormapPrivate. 
18939
18940         * gdk/gdktypes.h: #include <glib-object.h>
18941
18942         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
18943         Move most functionality to platform-specific implementation
18944         object. GdkWindow itself now handles the backing store, then
18945         chains to the platform-specific implementation.
18946         (gdk_window_get_window_type): return GdkWindowType of the window.
18947         (gdk_window_peek_children): New routine, returns the children of 
18948         a GdkWindow
18949         (gdk_window_get_children): Was in X11-specific code and did 
18950         XQueryTree. Changed to simply return a copy of window->children; 
18951         so it can go in cross-platform code.
18952         
18953         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
18954
18955         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
18956         GdkColormap; just changed to use the new private data instead
18957         of casting to GdkColormapPrivate.
18958
18959         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
18960         gdk_cursor_new().
18961
18962         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
18963         (private data member in the GObject). 
18964         (xdnd_manager_source_filter): Function had broken 
18965         error handling, fix it (use gdk_error_trap_push).
18966
18967         * gdk/x11/gdkdrawable-x11.c: This file now implements
18968         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
18969         base class is purely for the convenience of the X port,
18970         and not part of the interface to cross-platform GDK.
18971
18972         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
18973         
18974         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
18975         specific to X, and returned by the create_gc virtual method
18976         of GdkDrawableImplX11. 
18977         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
18978         rather than gchar, this was also changed in the GdkGC vtable.
18979         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
18980         mask is 0, return immediately, instead of checking every flag.
18981         This is faster, and keeps us from segfaulting if values is NULL
18982         and the mask contains some nonzero flags.
18983
18984         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
18985         GdkWindow.
18986
18987         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
18988         GdkWindowPrivate is gone.
18989
18990         * gdk/x11/gdkim-x11.c: rename things that got renamed.
18991
18992         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
18993         remove the image_put stuff that got transferred to GdkDrawable.
18994         
18995         * gdk/x11/gdkinput.c: renamings
18996
18997         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
18998
18999         * gdk/x11/gdkpixmap-x11.c: GObject conversion
19000
19001         * gdk/x11/gdkprivate-x11.h: indentation fixes
19002
19003         * gdk/x11/gdkproperty-x11.c: renamings
19004
19005         * gdk/x11/gdkselection-x11.c: renamings
19006
19007         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
19008         implements the platform-specific "impl" object.
19009         Moved gdk_window_get_children to gdk/gdkwindow.c
19010
19011         * gdk/x11/gdkx.h: Remove all the private structs and private datas
19012         that no longer exist. Add declaration of GdkGCX11 object here.
19013         Fix all the macros to still work. 
19014
19015         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
19016         GdkDragContext from the boxed types since they are now GObjects.
19017
19018         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
19019         moved xthickness/ythickness into the instance. GtkStyleClass
19020         functions are now in the standard vtable for GtkStyle, so you have
19021         to create a GObject subclass to write a theme engine.
19022         (gtk_style_copy): fixed a leaked PangoFontDescription
19023         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
19024         can be the standard GObject function.
19025         
19026         * Throughout GTK:
19027         s/style->klass->[xy]thickness/style->[xy]thickness
19028         s/pango_layout_unref/g_object_unref/
19029
19030         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
19031         
19032         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
19033         accessing GDK internals.
19034
19035         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
19036         accessing GDK internals.
19037
19038 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19039
19040         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
19041
19042         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
19043         problem by calculating event position relative to the trough
19044         rather than the slider.
19045         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
19046
19047         * gdk/gdkgc.h: Add GDK_NOR.
19048
19049         * configure.in, Makefile.am: Add modules top level dir
19050         * configure.in: Only use pangox library if building x11 target.
19051         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
19052
19053 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19054
19055         * gtk/gtkcolorsel.c: Change private class member to be named
19056         private_data throughout the file.
19057
19058         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
19059         private_data to avoid clashing with keyword.
19060
19061 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19062
19063         * gdk/gdkdnd.h: Add comment to remove warning.
19064
19065 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
19066
19067         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
19068         Byelorussian language; changed the Makefile and file names 
19069         to reflect that.
19070
19071 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
19072
19073         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
19074         rather than gdk_window_hide; this makes things work
19075         correctly if the window is programmatically hidden while
19076         iconified.
19077
19078 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
19079
19080         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
19081         cut and paste typo where wrong pixmap was being
19082         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
19083
19084 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
19085
19086         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
19087         Add helper function to compute format / bytes 
19088         relationship. Use in a couple places to fix up
19089         errors which assume 8 * format.
19090
19091         * gtk/gtkselection.c (gtk_selection_request): Use 32
19092         rather than 8 * sizeof (GdkAtom), to work correctly
19093         on Alpha.
19094
19095 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
19096
19097         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
19098         libgtk.la
19099         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
19100         versions
19101
19102         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
19103         checking macros return NULL since the function has a return value.
19104
19105 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
19106
19107         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
19108         GTK+ from building at all.
19109
19110         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
19111
19112 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
19113
19114         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
19115         gtk/Makefile.am: make it possible to configure gtk for different
19116         targets on the same platform. The library name is now 
19117         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
19118         flag. Only the x11 target compiles right now.
19119         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
19120         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
19121         * gdk/nanox/gdk*generic*: delete generic region code.
19122         * gdk/linux-fb/gdk*generic*: delete generic region code.
19123         * README.nanox: update information.
19124         
19125 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
19126
19127         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
19128         prepend not append. (Pointed out by Brett Hall.)
19129
19130 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
19131
19132         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
19133
19134 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
19135
19136         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
19137         need this later, and this makes sure that the atexit for
19138         glib gets called after that for GDK, so atexits are
19139         properly ordered for object leak checking.
19140
19141         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
19142
19143         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
19144         pango_x_shutdown_display()
19145
19146         * gtk/simple.c (main): Close window on destroy.
19147
19148 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
19149
19150         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
19151         to treat initial creation different from setting with 
19152         regards to the graphics-exposures parameter, so add a parameter
19153         indicating whether this is initial or not.
19154
19155 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
19156
19157         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
19158         to sort of work by adding an extra return_exposes arg
19159         to gdk_event_translate() - it might be better to simply
19160         deprecate the function altogether and force people to rewrite
19161         without it. gdk_window_scroll() handles most of it, and where
19162         gdk_window_scroll() doesn't work, simply redrawing more does.
19163
19164         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
19165         assertion.
19166
19167         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
19168
19169         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
19170         bunch of pretty much useless /* Print debugging info */ comments 
19171         which had drifted away from the code they were commenting.
19172
19173 2000-06-02  Havoc Pennington  <hp@pobox.com>
19174
19175         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
19176         is in working order.
19177         
19178         * gtk/testtext.c: Change to reflect anonymous mark API
19179
19180         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
19181
19182         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
19183         field, which was unused.
19184
19185         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
19186         saves some typing.
19187
19188         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
19189
19190         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
19191         flag on the insertion point and selection bound
19192
19193         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
19194         make mark-manipulation functions take a GtkTextMark* instead of a
19195         mark name.
19196         
19197         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
19198         GtkTextMarkBody; will be used to detect attempts to delete
19199         the permanent marks (insert and selection bound)
19200
19201         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
19202
19203 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
19204
19205         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
19206         flag to on.
19207
19208         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
19209         Honor DOUBLE_BUFFRED_FLAG
19210
19211         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
19212         function to set the DOUBLE_BUFFERED flag.
19213
19214         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
19215         or not exposes done on the widget should be double-buffered.
19216
19217         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
19218         to be what would be expected. (Fixes problem with a
19219         g_return_if_fail() validating a TextDirection enumeration)
19220
19221 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
19222
19223         * gtk/gtkwidget.c: Remove all references to 
19224         offscreen flag which was no longer used.
19225
19226         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
19227
19228         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
19229         for non-null label_widget->parent.
19230
19231         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
19232         which no longer was used.
19233
19234         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
19235
19236         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
19237         for null arguments.
19238
19239         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
19240         check for destroyed windows.
19241
19242 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
19243
19244         * gtk/gtkimmulticontext.c: Add a finalize method and unref
19245         the slave context there.
19246
19247         * gtk/gtkinvisible.[ch]: Make reference counting behavior
19248         identical to GtkWindow.
19249
19250 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
19251
19252         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
19253         pangox to here, so we can write them independent of rendering
19254         system, using GDK primitives.
19255
19256         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
19257         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
19258         since we have a rendering-system independent implementation in
19259         terms of draw_glyphs().
19260         
19261         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
19262         function to render a single line.
19263
19264         * gdk/x11/gdkpango.c: Move the guts of this file mostly
19265         into ../gdkpango.c, which simplifies things, since we
19266         don't have to deal with raw X gc's.
19267
19268 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
19269
19270         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
19271         get the logical attributes for a given GtkTextLine.
19272
19273 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
19274
19275         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
19276         g_locale_get_codeset() to g_get_codeset() change.
19277
19278 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
19279
19280         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
19281         descriptions.
19282
19283         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
19284         the entry.
19285
19286         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
19287         redoing (vastly simplifying) for Pango. Still needs quite
19288         a bit of work. (Size selection is currently poor. List of 
19289         predefined sizes is not a good idea, since all of these
19290         sizes won't necessarily be distinct.)
19291
19292 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
19293
19294         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
19295         CODESET results for LANG=C.
19296
19297 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
19298
19299         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
19300         which takes a stringized pango font description;
19301         ignore the older 'font' and 'fontset' declarations.
19302
19303         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
19304         field with a GdkFont derived via gdk_font_from_description(),
19305         for compatibility. (Should we just remove it entirely?
19306         Probably too much compatibility breakage, but people
19307         should be migrating to the new Pango stuff as quickly
19308         as possible.)
19309
19310 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
19311
19312         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
19313
19314 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
19315
19316         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
19317         redoing; there are some bugs in size allocation right
19318         now, the semi-existant distinction between header / day
19319         fonts was removed, but, with Pango, could actually
19320         be made functional in a nice way.
19321         
19322         * gtk/testcalender: Move calender from examples into this
19323         directory as a test program. (We really need to restrcture
19324         testgtk into a whole directory full of tests for every
19325         widget or functionality group, separated into multiple .c
19326         files.)
19327
19328 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
19329
19330         * gtk/testgtk.c (file_exists): Fix stupid typo that
19331         was keeping RC file from being loaded.
19332
19333         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
19334         RC file font code.
19335
19336 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
19337
19338         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
19339         Add function to load a GdkFont from a PangoFontDescription.
19340
19341 2000-05-29  Tor Lillqvist  <tml@iki.fi>
19342
19343         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
19344         variable should be of type GdkEventPrivate.
19345
19346 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
19347
19348         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
19349         to have any widget for the label, use a GtkLabel widget
19350         to display the text. (Based partially on a patch from
19351         Anders Carlson.)
19352
19353         (Quite a bit of code reorganization - strip 90% of the
19354         guts out of gtkaspectframe and add a single virtual
19355         func to GtkFrameClass - compute_child_allocation.)
19356
19357 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
19358
19359         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
19360         (Removed clist->row_center_offset field because caching
19361         it wasn't saving time or code, added private function
19362         _gtk_clist_create_cell_layout()).
19363
19364 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
19365
19366         * gtk/gtkaccellabel.c: Pangoized.
19367
19368         * gtk/[hv]ruler.c: Pangoized
19369
19370 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
19371
19372         * gtk/gtkfilesel.c (gtk_file_selection_init):
19373         Use gtk_clist_set_column_auto_resize() to remove need
19374         need for manual column width computations.
19375
19376 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
19377
19378         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
19379         ensuring Pango correctness, and considerably simplifying the
19380         code.
19381         
19382         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
19383
19384         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
19385         getting of numbers of lines.
19386
19387         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
19388         to the actual requested width of the lable, not to the wrap
19389         width we set.
19390
19391         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
19392
19393         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
19394           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
19395
19396         * gtk/gtktextview.c: Fix structure inheritance.
19397
19398         * gtk/gtkprogressbar.c: Pangoize.
19399
19400 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
19401
19402         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
19403         in a function.
19404
19405         * gtk/gtktextlayout.c (find_display_line_above): Fixed
19406         bug with computing line tops.
19407
19408         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
19409
19410 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19411
19412         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
19413         and y_offset coordinates to do what we need now. (The offset between
19414         buffer and layout coordinates has been reintroduced, but is a 
19415         bit different than before.)
19416
19417         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
19418         handle the adjustments ourselves, and scroll as necessary using
19419         the new gdk_window_scroll().
19420         
19421         The advantage of this is that when we are incrementally revalidating,
19422         we are essentially rearranging things around the visible portion
19423         of the screen. With the old setup, the visible portion of the
19424         screen was moved around in the layout, so scrolling and redrawing
19425         to track that caused jumping of the display. Since we now
19426         control the scrolling ourselves, we can suppress this and
19427         only redraw when things actually change.
19428
19429 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
19430
19431         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
19432         the region not just redisplay it after-all, since we store the
19433         cursors in the LineDisplay. (Ugly interactions here between
19434         GtkLayout and GtkTextBTree here.)
19435         
19436         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
19437
19438 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
19439
19440         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
19441         Added function to scroll contents of a window while keeping the
19442         window constant. Works by XCopyArea or guffaw-scrolling depending
19443         on the details of how the window is set up. (guffaw-scrolling
19444         still needs to be filled in.)
19445
19446 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
19447
19448         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
19449         move the debugging that was tied to a global variable
19450         to that.
19451
19452         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
19453
19454         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
19455         validated flag, in line data instead of setting height/width to
19456         -1. This allows us to perform operations with partially invalid
19457         buffer (using the old size for invalid lines) and thus to do
19458         incremental vaidation. Keep height/width aggregates up to date
19459         when deleting text and rebalancing the tree.
19460
19461         * gtk/gtktextbtree.[ch]: Add functions validate a line
19462         (gtk_text_btree_validate_line), and to validate up
19463         to a number of pixels (gtk_text_btree_validate).
19464
19465         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
19466         that indicates that something is changed and a revalidation
19467         pass is needed. Change ::need_repaint to ::changed, and
19468         make it take old and new yranges instead of a rectangle.
19469
19470         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
19471         the line_data_destroy() function from 
19472         gtk_text_btree_add_view() to a virtual function in 
19473         GtkTextLayout
19474
19475         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
19476         since we are handling partial repaints in a different fashion
19477         now.
19478
19479         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
19480         of the selection instead of queueing a repaint on the
19481         entire widget.
19482
19483         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
19484         get_selection_bounds() down to btree, make the function
19485         in buffer a wrapper around the btree function.
19486
19487         * gtk/gtktextlayout.[ch]: Add functions to check if the
19488         layout is valid and to recompute either a range of pixels
19489         aroudn a line or a certain total number of pixels.
19490
19491         * gtk/gtktextlayout.[ch]: Cache a single line display;
19492         now that we only redraw the needed portions, the hit rate
19493         for this cache is quite high.
19494         
19495         * gtk/gtktextview.[ch]: Keep track of the first paragraph
19496         on the screen so that when re-laying-out the buffer, we can
19497         keep the same place. This requires connecting to ::value_changed
19498         on the adjustments
19499
19500         * gtk/gtktextview.[ch]: Add idle functions to revalidate
19501         the buffer after we receive an ::invalidated signal.
19502         
19503 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
19504
19505         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
19506         to max of allocation and layout size, not just to the
19507         layout size.
19508
19509         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
19510         Invalidate window so it gets redrawn properly.
19511
19512         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
19513         to mean the entire window.
19514
19515         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
19516         into public header.
19517
19518 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19519
19520         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
19521         to get the name of a mark.
19522
19523         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
19524         to find the paragraph from a y position.
19525
19526 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
19527
19528         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
19529         nodes have width/height >= 0, not > 0.
19530
19531 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
19532
19533         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
19534         Add a size_only flag, so when we only need the size, we don't create
19535         useless appearance attributes.
19536
19537         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
19538         duplicate setting of font description.
19539
19540         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
19541
19542 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19543
19544         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19545         EXTRA_DIST. It does not work well when the file that
19546         everything depends on is not in the tarball.
19547
19548 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19549
19550         * gtk/testgtk.c: Some hacks and fixes so that it basically
19551         works when not sitting in the GTK+ build tree.
19552
19553 2000-05-03  Havoc Pennington  <hp@redhat.com>
19554
19555         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
19556         Properly determine the ordering of the tag root and the current
19557         line within the tree. Previous algorithm only worked if the tag
19558         root's immediate parent was the common root of both the current
19559         line and the tag root.
19560
19561 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
19562
19563         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
19564         alignment.
19565
19566         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
19567         the widget text directional dynamically.
19568
19569         * gtk/gtktextview.[ch]: Added functions to get and set default
19570         wrap mode.
19571
19572 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
19573
19574         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
19575         in cursor location computation.
19576
19577 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
19578
19579         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
19580         vadjusment values properly when layout gets smaller.
19581
19582         * gtk/gtktextview.c (need_repaint_handler): Areas being
19583         passed in are far completely inaccurate, and sometimes
19584         too small, so, for now, just queue a redraw on the
19585         whole visible region.
19586
19587 2000-04-25  Havoc Pennington  <hp@redhat.com>
19588
19589         * gtk/gtktextbtree.c (summary_destroy): new function to 
19590         destroy tag summary nodes
19591         (gtk_text_line_next_could_contain_tag): this function was 
19592         totally broken if the line passed in wasn't below the tag
19593         root. Fix it.
19594         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
19595         "wildcard" case, we have to do a linear scan. Blah.
19596         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
19597         we have to do the linear scan
19598         (tag_removed_cb): When a tag is removed from the tag table, 
19599         remove the GtkTextTagInfo node from the btree.
19600         (gtk_text_btree_spew): Implement the spew function, for 
19601         our debugging pleasure.
19602
19603 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
19604
19605         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
19606         a problem with referring to the wrong buffer.
19607
19608         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
19609
19610         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
19611         font description to gtk_style_new() - otherwise things
19612         don't work without a .gtkrc file.
19613
19614         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
19615         tags table if we create it ourself, too.
19616
19617         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
19618         it was conflicting with XKB modifiers.
19619
19620         * gtk/gtktextview.[ch]: Add simple support for 
19621         GtkIMContext.
19622
19623 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
19624
19625         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
19626         with deletion from last commit.
19627
19628 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
19629
19630         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
19631         in the context from the current locale.
19632         
19633         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
19634         context, not hardcoded value.
19635
19636         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
19637         not logical.
19638
19639 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19640
19641         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
19642         attributes - that doesn't handle partial-glyph selection
19643         properly. Instead use new pango_layout_line_get_x_ranges()
19644         functionality to draw the selection.
19645
19646         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
19647         now properly handles out-of-range coordinates.
19648
19649         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
19650
19651         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
19652         public.
19653
19654         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
19655         for paragraphs opposite to the base direction of the widget.
19656
19657         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
19658
19659         * gtk/gtktextlayout.c: Don't split segments on marks, since that
19660         causes Arabic words to reshape as you cursor through.
19661
19662         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
19663         cursor position when moving vertically with the arrow keys and
19664         scrolling with page-up/page-down. (Arrow keys save only the X,
19665         scrolling saves both X and Y.)
19666
19667         This means you can line-up / line-down or page-up / page-down
19668         without losing your place, and also that moving vertically
19669         with the cursor keys keeps the same X position, not the same
19670         character count:
19671
19672         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
19673         arrow keys move by display lines, not paragraphs.
19674
19675 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19676
19677         * gtk/gtklayout.c: Make sure that the bin window is at least
19678         as big as the allocation. (Should we also make sure that the
19679         bin window is big enough to completely cover widget->window?)
19680
19681         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
19682         function to get the onscreen rectangle.
19683
19684         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
19685         for offsets in window coordinates.
19686
19687 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
19688
19689         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
19690         confusion.
19691
19692         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
19693         from the widget direction.
19694
19695         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
19696         Add a "direction" attribute.
19697
19698         * gtk/gtktextview.c: global s/tkxt/text_view/.
19699
19700         * gtk/testtext.c: Added long block of text in Arabic, to test out
19701         the direction attributes. (Some problems with the shaping system
19702         for arabic become obvious - like the fact the cursor splits words
19703         into unjoined pieces.)
19704
19705 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
19706
19707         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
19708
19709         * gtk/gtktextlayout.c: Fix up alignment.
19710
19711         * gtk/testtext.c: Add some tests for centering, wrapping.
19712
19713 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
19714
19715         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19716         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
19717         If we wrote GTK+-specific layout-render function this could just replace
19718         the draw_layout() operation in the vtable.
19719
19720         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
19721         pango_layout_get_cursor_pos() and use that function.
19722
19723         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
19724         is a non-static symbol.
19725
19726         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
19727         with gtk_text_btree_find_line_by_y()
19728
19729         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
19730         renderer that handles GtkTextAppearance attributes.
19731
19732         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
19733
19734           - Move the values in the style that don't affect geometry into a
19735             GtkTextAppearance structure.
19736           - Change underline to take a PangoUnderline and "font" a string
19737             representation of a font description
19738           - Add a "font_desc" attribute which takes a FontDescription structure.
19739
19740         * gtk/gtktextlayout.[ch]:
19741
19742           - Get rid of the display-line list per each line. Instead, we
19743             generate, on demand, a GtkTextLineDisplay structure which]
19744             contains a PangoLayout * and other necesary information
19745             (offsets, cursor locations) for displaying a paragraph.
19746           - Get rid of the code to wrap lines, create display chunks,
19747             etc. Instead, we just go through a paragraph and convert
19748             it into the necessary inputs to a PangoLayout.
19749           - Implement a new attribute type, GtkTextAttrAppearance. This
19750             holds a GtkTextAppearance, and is used to pass colors, 
19751             stipple, etc, through from the layout to the display without
19752             having to use lots and lots of individual attributes.
19753           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
19754             in terms of PangoLayout functions.
19755         
19756         * gtk/gtktextview.c: 
19757          
19758           - Handle passing the necessary PangoContext to the layout
19759           - Some fixups in painting to deal with the automatic backing store
19760             and offsetting of GTK+-1.4
19761           - Add a style_set handler so that the default style reacts
19762             properly to theme changes.
19763         
19764         * gtk/gtktext?*.[ch]: Random code-style fixes.
19765
19766         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
19767
19768 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
19769
19770         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
19771         in original form preparatory to Pango-ization and gdkimcontext-ization.
19772
19773 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
19774
19775         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
19776         so that we can derive from gtkimcontext in language bindings properly.
19777
19778 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
19779
19780         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
19781         Add a compose table including (almost) all the compose combinations
19782         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
19783         data in the XIM implementation.
19784
19785         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
19786         Moved functions to convert keyvalues from and to unicode here from
19787         the win32 port and made them public.
19788
19789 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
19790
19791         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
19792
19793 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
19794
19795         * gtk/gtkimcontext.[ch]: Base class for new input context system
19796
19797         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
19798         the real input context implementation to be loaded from modules
19799         and switched on the fly.
19800
19801         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
19802         context that just does direct keysymbol => unicode translation.
19803
19804         * gtk/gtkentry.[ch]: Start switching editing over to using
19805         GtkInputContext. (No handling of preedit yet.)
19806
19807 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
19808
19809         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
19810         many substitutions. (klass should not be subsituted.)
19811
19812 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
19813
19814         * configure.in: Add checks for Pango
19815
19816         * configure.in docs/Makefile.am: Add test for sgml2html
19817         and allow 'make dist' without building html, but print out
19818         warnings in that case. (For making snapshots)
19819
19820         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
19821         Add Pango libraries and C flags
19822
19823         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19824         Add function (gdk_draw_layout) to draw a pango layout.
19825
19826         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
19827         for getting Pango contexts for GDK.
19828
19829         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
19830
19831         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
19832         editing.
19833
19834         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
19835         keysym => unicode translations. More languages can be added
19836         here, but real input-method support is needed.
19837
19838         * docs/Changes-1.4.txt: Added note about entry behavior.
19839         
19840         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
19841         to set the reading direction for a widget and the global direction.
19842         Add test which allows toggling the global direction. Two private
19843         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
19844
19845         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
19846           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
19847
19848         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
19849
19850         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
19851         underlining now handled by Pango.
19852
19853         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
19854         to RCStyle and Style. (Having both this and the old font name and GdkFont 
19855         is temporary.)
19856
19857         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
19858         convenience functions for creating contexts and layouts for widgets.
19859
19860         * gtk/testgtk.c: Enhance label tests with multilingual labels.
19861
19862 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
19863
19864         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
19865         titles to be active, even if they aren't visible.
19866         (gtk_clist_column_titles_passive):  Ditto.
19867
19868 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
19869
19870         * gtkmenu.c:
19871         * gtkmenu.h:
19872         * gtktypeutils.h: Spelling/grammar fixes in comments.
19873
19874 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
19875
19876         * gdk/nanox/*.h: add missing header files.
19877
19878 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
19879
19880         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
19881         send_event to TRUE.
19882         (gtk_drawing_area_size): queue a resize.
19883
19884 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
19885
19886         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
19887         the handlers, also invalidate them. bug nailed down by Karl Nelson
19888         <kenelson@ece.ucdavis.edu>.
19889
19890 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
19891
19892         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
19893         "(nil)" foundries, patch from Grigorios Magklis.
19894
19895         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
19896         on non-available fonts, based on a patch by Grigorios Magklis
19897         <maglis@cs.rochester.edu>.
19898
19899 2000-05-18  Elliot Lee  <sopwith@redhat.com>
19900
19901         * gdk/x11/gdkregion-generic.c: If a region does not have any
19902         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
19903         instead of GDK_OVERLAP_RECTANGLE_IN.
19904
19905 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
19906
19907         * gtk/gtklayout.c (gtk_layout_map): Remove references to
19908         OFFSCREEN, as it is no longer necessary.
19909
19910 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
19911
19912         * gtk/gtkcolorsel.c: Patch from David Santiago
19913         <mrcooger@cyberverse.com> to change things so that the 
19914         indicator of the active palette entry is done independently,
19915         not via the focus, since it should always be visible.
19916
19917 2000-05-17  Tor Lillqvist  <tml@iki.fi>
19918
19919         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
19920         refcount leaks as in the X11 backend.
19921
19922         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
19923         cosmetics.
19924
19925         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
19926         backend. Add _gdk_windowing_window_destroy().
19927
19928         * gtk/gtkcolorsel.c: Include correct backend-specific header.
19929         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
19930         either, but these probably do exist on nanox?)
19931         
19932         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
19933         which isn't necessarily defined by <math.h>.
19934
19935         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
19936         ancestry past GtkObject.
19937
19938         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
19939         from DLL on Win32.
19940
19941         * gtk/gtk.def: Update corresponding to recent changes.
19942
19943         * gtk/makefile.{cygwin,msc}: Updates.
19944
19945 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
19946
19947         * docs/Changes-1.4.txt: A bit of editing.
19948
19949         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
19950         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
19951         to clear the update area for the window, and clear it
19952         when hiding a window.
19953
19954         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
19955         if window destroyed.
19956
19957         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
19958
19959         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
19960         gdk_window_destroy() to the generic code, since there was a lot of 
19961         window-system-independent logic it in. Add a function:
19962         
19963          _gdk_window_destroy() 
19964
19965         to the internal API to destroy a window without unreferencing it.
19966         Add a function:
19967
19968          _gdk_windowing_window_destroy()
19969
19970         That does the windowing-system-dependent part of destroying 
19971         the window.
19972
19973 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
19974
19975         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
19976
19977 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
19978
19979         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
19980         Make gtk_widget_shape_combine_mask() keep a reference count on
19981         the pixmap since it keeps it around.
19982
19983 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
19984
19985         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
19986         leak.
19987
19988         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
19989         leak with event filters.
19990
19991 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
19992
19993         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
19994         signal handlers with the right data arguments. (Fixes
19995         some warnings when a widget was repeatedly set as a drag
19996         destination.)
19997
19998         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
19999         window so we can avoid avoid setting the DND properties on the
20000         toplevel window repeatedly.
20001
20002 2000-05-13  Tor Lillqvist  <tml@iki.fi>
20003
20004         * gdk/win32/gdkwin32.h: Define more message types missing from
20005         mingw headers.
20006
20007         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
20008         call gdk_window_destroy_notify(). It was never called. This
20009         probably meant that the GdkWindow was never freed. Thanks Owen for
20010         noticing (!).
20011
20012         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
20013         window as destroyed before calling DestroyWindow(). DestroyWindow()
20014         causes a call to the window procedure (gdk_WindowProc), which
20015         calls gdk_event_translate(), which calls
20016         gdk_window_destroy_notify(), which gets confused unless the window
20017         is set as destroyed.
20018
20019         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
20020         this function to indicate it's win32 only. Put inside #ifdef
20021         G_ENABLE_DEBUG.
20022
20023         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
20024         debugging function. (gdk_event_translate:) Add a default branch
20025         that uses the above function to print debug messages with all
20026         Windows messages symbolically.
20027
20028         * gdk/win32/gdkprivate-win32.h: Declare it, and
20029         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
20030
20031 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
20032
20033         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
20034         public header file.
20035
20036 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
20037
20038         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
20039
20040         * gtk/gtktext.c: made the adjustments no-construct args, simply
20041         provide default adjustments.
20042         (gtk_text_destroy): release adjustments.
20043
20044         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
20045         adjustment argument non-construct.
20046
20047         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
20048         instead of in finalize.
20049         (gtk_progress_get_text_from_value): 
20050         (gtk_progress_get_current_text): 
20051         (gtk_progress_set_value): 
20052         (gtk_progress_get_percentage_from_value): 
20053         (gtk_progress_get_current_percentage): 
20054         (gtk_progress_set_percentage): 
20055         (gtk_progress_configure): ensure an adjustment is present.
20056
20057 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
20058
20059         * gtk/gtkcolorsel.[hc]:
20060         * gtk/gtkcolorseldialog.[hc]:
20061         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
20062         their parent implementation, use bit fields for boolean values, don't
20063         create unused widgets, usage of glib types, braces go on their own
20064         lines, function argument alignment, #include directives etc. etc. etc..
20065
20066         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
20067
20068 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
20069
20070         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
20071
20072         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
20073         of NULL.
20074
20075         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
20076         to freed data.
20077         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
20078
20079         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
20080         to NULL when the toplevel is getting destroyed.
20081         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
20082         (gtk_menu_destroy): 
20083         (gtk_menu_init): store the information of whether we have to
20084         readd the initial child ref_count during destruction in a new
20085         GtkMenu field needs_destruction_ref_count.
20086
20087         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
20088         here, those reading: learn from my mistake! ;)
20089         in order for set_?adjustment to support a default adjustemnt if
20090         invoked with an adjustment pointer of NULL, the code read (pseudo):
20091         if (v->adjustment) unref (v->adjustment);
20092         if (!adjustment) adjustment = adjustment_new ();
20093         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
20094         now imagine the first unref to actually free the old adjustment and
20095         adjustment_new() creating a new adjustment from the very same memory
20096         portion. here, the latter comparision will unintendedly fail, and
20097         all hell breaks loose.
20098         (gtk_viewport_set_hadjustment):
20099         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
20100         after unreferencing it.
20101
20102         * gtk/gtkcontainer.[hc]: removed toplevel registration
20103         functions: gtk_container_register_toplevel(),
20104         gtk_container_unregister_toplevel() and
20105         gtk_container_get_toplevels() which had wrong semantics
20106         anyways: it didn't reference and copy the list.
20107
20108         * gtk/gtkwindow.c: we take over the container toplevel registration
20109         bussiness now. windows are registered across multiple destructions,
20110         untill they are finalized. the initial implicit reference count
20111         users are holding on windows is removed with the first destruction
20112         though.
20113         (gtk_window_init): ref & sink and set has_user_ref_count, got
20114         rid of gtk_container_register_toplevel() call. add window to
20115         toplevel_list.
20116         (gtk_window_destroy): unref the window if has_user_ref_count
20117         is still set, got rid of call to
20118         gtk_container_unregister_toplevel().
20119         (gtk_window_finalize): remove window from toplevel list.
20120         (gtk_window_list_toplevels): new function to return a newly
20121         created list with referenced toplevels.
20122         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
20123
20124         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
20125         adjustment a non-construct arg.
20126         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
20127         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
20128         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
20129
20130         * gtk/gtkrange.c: added some realized checks.
20131         (gtk_range_destroy): get rid of the h/v adjustments in the
20132         destroy handler instead of finalize. remove timer.
20133         (gtk_range_get_adjustment): demand create adjustment.
20134
20135         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
20136         we simply create them on demand now and get rid of them in
20137         the destroy handler.
20138         (gtk_viewport_destroy): get rid of the h/v adjustments in the
20139         destroy handler instead of finalize.
20140         (gtk_viewport_get_hadjustment): 
20141         (gtk_viewport_get_vadjustment): 
20142         (gtk_viewport_size_allocate): demand create h/v adjustment
20143         if required.
20144
20145         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
20146         gtk_widget_real_destroy () functionality.
20147         (gtk_widget_real_destroy): reinitialize with a new style, instead
20148         of setting widget->style to NULL.
20149
20150 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
20151
20152         * gtk/gtkcalendar.c:
20153         * gtk/gtkbutton.c: ported _get_type() implementation over to
20154         GType, either to preserve memchunks allocation facilities,
20155         or because Gtk+ 1.0 GtkTypeInfo was still being used.
20156
20157         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
20158         over. prepare for ::destroy to be emitted multiple times.
20159         removed reference tracer magic. chain into GObjectClass.shutdown()
20160         to emit ::destroy signal.
20161
20162         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
20163         fundamental.
20164
20165         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
20166         cludge.
20167
20168         * gtk/gtksocket.c:
20169         * gtk/gtkplug.c:
20170         * gtk/gtklayout.c:
20171         * gtk/gtklabel.c:
20172         * gtk/gtkargcollector.c:
20173         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
20174         not being a fundamental anymore, and to work with the new
20175         type system (nuked fundamental type varargs clutter).
20176
20177         * gtk/*.c: install finalize handlers in the GObjectClass
20178         part of the class structure.
20179         changed direct GTK_OBJECT()->klass accesses to
20180         GTK_*_GET_CLASS().
20181         changed direct object_class->type accesses to GTK_CLASS_TYPE().
20182
20183         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
20184         GType. made most of the GTK_*() type macros and Gtk* typedefs
20185         simple wrappers around macros and types provided by GType.
20186         most notably, a significant portion of the old API vanished:
20187         GTK_TYPE_MAKE(),
20188         GTK_TYPE_SEQNO(),
20189         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
20190         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
20191         GTK_TYPE_ARGS,
20192         GTK_TYPE_CALLBACK,
20193         GTK_TYPE_C_CALLBACK,
20194         GTK_TYPE_FOREIGN,
20195         GtkTypeQuery,
20196         gtk_type_query(),
20197         gtk_type_set_varargs_type(),
20198         gtk_type_get_varargs_type(),
20199         gtk_type_check_object_cast(),
20200         gtk_type_check_class_cast(),
20201         gtk_type_describe_tree(),
20202         gtk_type_describe_heritage(),
20203         gtk_type_free(),
20204         gtk_type_children_types(),
20205         gtk_type_set_chunk_alloc(),
20206         gtk_type_register_enum(),
20207         gtk_type_register_flags(),
20208         gtk_type_parent_class().
20209         replacements, where available are described in ../docs/Changes-1.4.txt.
20210         implemented compatibility functions for the remaining API.
20211
20212         * configure.in: depend on glib 1.3.1, use gobject module.
20213
20214 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
20215
20216         * TODO.xml: Various updates to current status.
20217
20218 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
20219
20220         * gtk.m4: Print out version when test succeeds.
20221
20222 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
20223
20224         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
20225         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
20226         
20227         (Original triangle color selector from Simon Budig
20228         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
20229         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
20230         Santiago <mrcooger@cyberverse.com>)
20231
20232         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
20233         out into a separate widget.
20234
20235         * gtk/testgtk.c: Add some checkbuttons for toggling palette
20236         and opacity controls.
20237
20238 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
20239
20240         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
20241         snuck in prematurely.
20242
20243 2000-05-07  Tor Lillqvist  <tml@iki.fi>
20244
20245         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
20246         had deleted a ! operator by mistake, which caused
20247         GDK_SELECTION_CLEAR events never to be generated, which caused
20248         only the first copy to the clipboard from an gtkeditable to
20249         actually cause a copy to the Windows clipboard.
20250
20251 2000-05-06  Tor Lillqvist  <tml@iki.fi>
20252
20253         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
20254         compilation, too. Current mingw gcc distributions include the
20255         necessary headers. Also the necessary IIDs are now in mingw
20256         headers/libraries, and own definitions unnecessary.
20257
20258         More hacking on OLE2 DND, still doesn't work though, and thus
20259         ifdeffed out.
20260
20261         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
20262         here, too.
20263
20264 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
20265
20266         * gdk/nanox/*: nano-X port work in progress.
20267         * gdk/simple.c: simple test for Gdk.
20268         * README.nanox: notes about the port: read this first!
20269         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
20270         with nano-X.
20271
20272 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
20273
20274         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
20275         gdk_window_clear() into common code, implement in terms of
20276         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
20277         not redirected to the backing rectangle.
20278
20279 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
20280
20281         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
20282         EXTRA_DIST. It does not work well when the file that
20283         everything depends on is not in the tarball.
20284
20285 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
20286
20287         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
20288         with recursion where process_updates() is called from
20289         an expose handler. (GtkTextView is highly broken in
20290         doing this, but it should work, so it is a nice test
20291         case.)
20292
20293 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20294
20295         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
20296         handle the case where updates are queued during processing of
20297         updates.
20298
20299 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20300
20301         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
20302         window is on gdk_display - use that instead of segfaulting.
20303
20304 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
20305
20306         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
20307         broken and require an empty arg, give it to them.
20308
20309 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
20310
20311         * gtk/gtklabel.h: indentation fixes.
20312
20313 2000-05-02  Tor Lillqvist  <tml@iki.fi>
20314
20315         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
20316         draw too narrow or too low arcs, they seem to fail, at least with
20317         some display drivers.
20318
20319         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
20320
20321         Large changes to the Win32 backend, partially made necessary by
20322         the changes to the backend-independent internal
20323         structures. Attempts to implement similar backing store stuff as
20324         on X11. The current (CVS) version of the Win32 backend is *not* as
20325         stable as it was before the no-flicker branch was merged. A
20326         zipfile with that version is available from
20327         http://www.gimp.org/win32/. That should be use by "production"
20328         code until this CVS version is usable. (But note, the Win32
20329         backend has never been claimed to be "production quality".)
20330
20331         * README.win32: Add the above comment about versions.
20332
20333         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
20334
20335         * gdk/gdk.def: Update.
20336
20337         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
20338         presumably be replaced by some more better mechanism as 1.4 gets
20339         closer to release shape.
20340
20341         * gdk/makefile.{cygwin,msc}: Update.
20342
20343         * gdk/win32/*.c: Correct inclusions of the backend-specific and
20344         internal headers. Change code according to changes in these. Use
20345         gdk_drawable_*, not gdk_window_* where necessary.
20346
20347         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
20348         our old DND.
20349
20350         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
20351         to interpret single characters as UTF-8. Thanks to Hans Breuer.
20352         Use correct function name in warning messages.
20353
20354         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
20355         GSourceFuncs gdk_event_prepare and gdk_event_check.
20356         (gdk_event_get_graphics_expose): Do implement, use
20357         PeekMessage. Thanks to Hans Breuer.
20358         (event_mask_string): Debugging function to print an GdkEventMask.
20359         (gdk_pointer_grab): Use it.
20360
20361         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
20362         (old) book I used claimed was Hangul actually is CJK Unified
20363         Ideographs Extension A. Also, Hangul Syllables were missing.
20364         Improve logging.
20365
20366         * gdk/win32/gdkgc-win32.c: Largish changes.
20367
20368         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
20369         g_win32_getlocale() from GLib, and not setlocale() to get current
20370         locale name.
20371
20372         * gdk/win32/gdkprivate-win32.h
20373         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
20374         gdkwin32.h, similarily as in the X11 backend.
20375
20376         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
20377         assignment was used instead of equals in if test. Thanks to Hans
20378         Breuer.
20379
20380         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
20381         the X11 version.
20382
20383         * gdk/win32/makefile.{cygwin,msc}
20384         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
20385         path to the Win32 headers that works also with the mingw compiler.
20386
20387         * gtk/gtkstyle.c: Include <string.h>.
20388
20389 2000-04-26  Havoc Pennington  <hp@redhat.com>
20390
20391         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
20392         replacing the broken gtk_label_get ()
20393
20394 2000-04-15  Havoc Pennington  <hp@pobox.com>
20395
20396         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
20397         this keeps scanner scripts from getting confused.
20398
20399         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
20400         data, rather than void
20401
20402 2000-04-15  Tor Lillqvist  <tml@iki.fi>
20403
20404         * gtk/gtkclist.c (gtk_clist_motion)
20405         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
20406         with is_hint FALSE, get x and y from the event. They used to be
20407         used uninitialised. The Win32 backend never sends motion events
20408         marked as hints. This for instance fixes the annoying file and
20409         font selector behaviour in the Win32 version.
20410
20411 2000-04-14  Tor Lillqvist  <tml@iki.fi>
20412
20413         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
20414         gtk_private_n_signals variables, they are used by some software,
20415         sigh.
20416
20417         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
20418         installation directory from the Registry, where the installer
20419         should have put it.
20420
20421 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
20422
20423         * gdk/x11/Makefile.am: Fix problem with installation directory for
20424         gdkx.h
20425
20426         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
20427         <mrcooger@cyberverse.com> so that when selecting menus with the
20428         mouse, the first item will not be selected, but when selecting
20429         with an accelerator, or navigating left-right on a menubar with
20430         the menus popped up, the first item will be selected.
20431
20432 2000-04-05  Dan Damian  <dand@dnttm.ro>
20433
20434         * configure.in: Added "ro" to ALL_LINGUAS.
20435
20436 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
20437
20438         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
20439         indentation.
20440
20441         * Makefile.am (EXTRA_DIST): Fix typo.
20442
20443         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
20444         to catch gdkconfig.h
20445
20446         * gtk/gtkitemfactory.c: Added FIXME.
20447
20448 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
20449
20450         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
20451         s/return_if_fail/return_val_if_fail/g and add a return value.
20452
20453 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
20454
20455         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
20456         merge slipup.
20457
20458         * gdk/gdkinput.h: Fix missing line from merge.
20459
20460 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
20461
20462         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
20463         instead of gdkprivate.h.
20464
20465 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
20466
20467         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
20468         parent class to correctly be GtkDialogClass.
20469
20470 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
20471
20472         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
20473         toplevel windows and their immediate children by their parents,
20474         since the size of toplevel windows is out of our immediate
20475         control and we don't get any real benefit from trying to track
20476         this size for clipping.
20477
20478         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
20479         for input_only windows.
20480
20481         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
20482         to fix some hacks and make sure that we don't try to set the
20483         background of input only windows.
20484
20485 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
20486
20487         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
20488         the _really_ internal stuff, and leave gdkprivate.h for the fake private
20489         stuff that we've traditionally exposed.
20490
20491         * gdk/**.c: Use gdkinternals.h where appropriate.
20492
20493         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
20494         not include gdkprivate-x11.h, move all stuff of conceivable public
20495         interest into gdkx.h; keep all really private stuff in
20496         uninstalled header gdkprivate-x11.h.
20497
20498         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
20499         image->image_put on windows through a new function _gdk_window_draw_image()
20500         to allow us to do backing store for images. (Sort of ugly)
20501
20502         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
20503         contexts locally so that we can offset them properly when drawing 
20504         onto backing pixmaps.
20505
20506         * gdk/gdkinput.h: Reindented
20507
20508         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
20509         pixmap or color for the window, so we can properly initialize
20510         our double-buffer pixmaps, and also so that we temporarily set
20511         a background of None while scrolling.
20512
20513         * gdk/gdkregion.h: Revise region boolean operators to have an
20514         interface that is actually convenient - switch from creating new
20515         regions on every op, to "methods" that modify existing regions
20516         (A = A OP B). 3 argument forms which allow dest == src, would also
20517         be possible, but the current interfaces seem to map nicely
20518         onto what needs to be done. (There is quite a lot of region
20519         code in GDK now.)
20520
20521         * gdk/gdkregion.h: Add constructor from rectangle and a copy
20522         operator.
20523
20524         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
20525         gdkpoly-generic.h: Copy region code from Xlib, switch it over
20526         to 32 bit coordinates, modify it to be mostly GTK+ style
20527         and to have interfaces that match gdkregion.h.
20528
20529         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
20530         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
20531         create a backing pixmap and redirect all drawing to
20532         that backing pixmap until a matching gdk_window_end_paint().
20533
20534         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
20535         Create a special drawable class for GtkWindow's that 
20536         redirects the drawing to the backing pixmap as necessary
20537         and then calls the real operations in _gdk_windowing_window_class.
20538
20539         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
20540         Store invalid region for each window. Generate expose events for invalid
20541         region in an idle. This replaces both the expose compression
20542         and the redrawing queuing in GTK+. It is both more efficient and
20543         simpler than either one individually and far more so then the
20544         combination.
20545
20546         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
20547         Emulate 32 bit coordinates for windows with 16 bit coordinates
20548         by offsetting drawing, guffaw scrolling techniques and
20549         mapping/unmapping child windows as necessary.
20550
20551         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
20552         where, when invalid regions are processed, the region is stored,
20553         and if expose events come in that are detectably duplicate
20554         the processed exposes (by comparison of event serial numbers),
20555         the stored region is subtracted out of those exposes.
20556
20557         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
20558         regions newly exposed when scrolling or resizing windows.
20559         This, combined with forcing processesing of queued invalidated
20560         regions, gives nice flicker-free scrolling.
20561
20562         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
20563         invalidated regions after every scroll.
20564
20565         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
20566         emulation in GDK. Its, for all practical purposes just a
20567         GtkViewport/GtkFixed hybrid now.
20568
20569         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
20570         (16-bit) structures as necessary instead of just casting.
20571
20572         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
20573         in terms of the structures from gdkregion-generic.c, using appropriate
20574         offsets from GDK to X11 coordinates. Cache clip mask and
20575         origin and ts origin locally and only flush to the server
20576         when drawing, to avoid constantly setting and resetting these
20577         values when offsetting GC's for scrolling and backing pixmaps.
20578
20579         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
20580
20581         * gtk/gtkcontainer.c: Call process_all_updates at end
20582         of resizing to reduce flicker. (Avoids having redraw
20583         lag arbitrarily behind resize under some circumstances)
20584
20585         * gtk/gtkentry.c: Remove old backing store code, and simply take
20586         advantage of the new backing store capabilities of GDK.
20587
20588         * gtk/gtkmain.c: Simple implementation of widget backing
20589         store - simply push a paint while handling each expose.
20590         (Should really be configurable widget for widget.)
20591         
20592         * gtk/gtkwidget.c: Remove all the old complicated redraw
20593         code, and simply invalidate the GDK windows from
20594         gdk_window_queue_clear(), etc. (Sigh, so much carefully
20595         debugged complexity ... gone to the winds.)
20596
20597         Remove all the code for suppressing expose events while
20598         resizes are pending; this isn't needed since the invalid
20599         areas won't be processed until after the resizes are
20600         processed, since they are in a lower priority idle.
20601
20602 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
20603
20604         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
20605         and height of dest rectangle for non-intersecting rectangles.
20606
20607 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
20608
20609         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
20610         for GdkRectangle.
20611
20612 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
20613
20614         * gdk/gdk{events,image,private,types,window}.h
20615          gdk/x11/gdkinputprivate.h: Change all coordinates
20616          from int16 to int. Also, Change width and height from
20617          unsigned to signed to avoid all the stupid C 
20618          signedness bugs.
20619
20620 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
20621
20622         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
20623         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
20624         Add some more detailed checking.
20625
20626         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
20627         New function to retrieve the depth of a drawable.
20628
20629         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
20630         field, reorder fields to save memory. 
20631
20632 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
20633
20634         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
20635         of the background image instead of scaling the background down to
20636         a line.
20637
20638         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
20639         which temporarily set slider to wrong size.
20640
20641         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
20642         queue_clear().
20643
20644 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
20645
20646 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
20647
20648         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
20649
20650 2000-03-17  Tor Lillqvist  <tml@iki.fi>
20651
20652         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
20653         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
20654
20655         * gdk/win32/gdkfont-win32.c
20656         * gdk/win32/gdkproperty-win32.c
20657         * gdk/win32/gdkselection-win32.c
20658         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
20659         now declared such.
20660
20661 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
20662
20663         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
20664
20665 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
20666
20667         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
20668         is called without trapping X errors.
20669
20670 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
20671
20672         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
20673         way into the fontset lists.
20674
20675 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
20676
20677         * gtk/gtkthemes.h: add extern "C" scope.
20678
20679 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
20680
20681         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
20682         to make appends to the list constant. (gtk-guy-990901-0.patch)
20683
20684 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
20685
20686         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
20687         for the typename hash table.
20688
20689 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
20690
20691         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
20692         to make sure we never divide by zero. 
20693         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
20694
20695 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
20696
20697         * gtk/gtkfontsel.c: Apply patch from
20698         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
20699         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
20700
20701         Also, some cleanups in atom handling.
20702
20703 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
20704
20705         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20706         not GtkWidget.
20707
20708 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
20709
20710         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
20711         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
20712         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
20713         more guint wrap-around bugs before going to bed.
20714
20715 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
20716
20717         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
20718         guint wrap arounds in allocation.width.
20719
20720         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
20721         process untill we fit the allocation given.
20722
20723 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
20724
20725         * gtk/gtkwidget.c:
20726         (gtk_widget_unrealize): guard widget access with ref/unref
20727         around signal emission.
20728         (gtk_widget_hide): same here, but also check its destroyed
20729         state before queueing a resize.
20730
20731 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
20732
20733         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
20734         of gtk_default_insensitive_bg as insensitive base color.
20735
20736         * gtk/gtktext.c (gtk_text_style_set): set the background color according
20737         to the widget's state.
20738         (gtk_text_realize): same here.
20739         (gtk_text_state_changed): same here.
20740         (draw_bg_rect): compare background color against base[] from
20741         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
20742
20743 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
20744
20745         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
20746         grabs are active, unless a delete event is send to the toplevel
20747         of the currently grab holding widget.
20748
20749 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
20750
20751         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
20752         debugging g_print's.
20753
20754 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
20755
20756         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
20757         ever make the scrolled-window requisition ever depend on the 
20758         visibility state of the scrollbars for the AUTOMATIC policy. 
20759         This breaks the GTK+ requisition model, and causes loops.
20760
20761 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
20762
20763         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
20764         the default font to avoid problems with XFree86-4.0 where the
20765         default charset is iso10646-1, not iso8859-1.
20766
20767 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
20768
20769         * acinclude.m4
20770         * config.guess
20771         * config.sub
20772         * ltconfig
20773         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
20774
20775         * gtk/Makefile.am: minor cosmetic consistency tweak
20776
20777 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
20778
20779         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
20780         the activate_time to 0, so that we handle a quick
20781         press/release press/release properly and don't suppress
20782         the second release. (Red Hat bug #7545)
20783
20784 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
20785
20786         * gtk/gtkctree.c (row_delete):
20787         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
20788         bugs with destruction notifier, *always* update internal
20789         structures *before* calling user code.
20790
20791 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
20792
20793         A few more fixes for bug #5487, #2051, #2677.
20794         * gtk/gtkclist.c : 
20795         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
20796         not GDK_BUTTON_PRESS.
20797         (resync_selection): resync only if selection_mode is
20798         GTK_SELECTION_EXTENDED
20799         * gtk/gtkctree.c (resync_selection): same here
20800
20801 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
20802
20803         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
20804         gdk_drag_get_selection() and gtk_menu_detach().
20805
20806         [ From Jeroen Ruigrok/Asmodai ]
20807
20808 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
20809
20810         * gtk/gtknotebook.c (gtk_notebook_size_request): 
20811         page->tab_label can be NULL.
20812
20813 2000-01-25  Havoc Pennington  <hp@pobox.com>
20814         
20815         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
20816         arg is boolean
20817
20818         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
20819
20820         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
20821
20822         * gdk/gdkproperty.c (gdk_property_get): return boolean
20823
20824         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
20825
20826         * gdk/gdkim.c (gdk_im_ready): return boolean
20827
20828         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
20829
20830         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
20831         glib clash, should fix glib)
20832
20833         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
20834         (gdk_get_show_events): return gboolean, and canonicalize 
20835         to TRUE/FALSE
20836
20837         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
20838         colormap is private
20839         (gdk_colors_alloc): gboolean whether to be contiguous
20840         (gdk_color_equal): return gboolean since we are a predicate
20841         and not a qsort() (this looks semi-wrong due to glib breakage,
20842         IMO glib should be fixed)
20843         
20844         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
20845         (gdk_get_use_xshm): return gboolean
20846         (gdk_pointer_is_grabbed): return gboolean
20847
20848         * gdk/gdk.h: Change prototypes to match all the above changes,
20849         and re-run egtk-format-protos as required.
20850
20851 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
20852
20853         * gtk/gtkctree.c (resync_selection): 
20854         * gtk/gtkclist.c (resync_selection):
20855
20856         Return immediately if clist->drag_pos < 0. This is a workaround
20857         for the corrupt state that the clist gets into when a
20858         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
20859
20860         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
20861         
20862         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
20863         variable from recent commit.
20864
20865 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
20866
20867         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
20868
20869 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
20870
20871         * gtk/Makefile.am: prefix all autogenerated source that get build in
20872         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
20873         in builddir. since we subsequently cd into srcdir for autogeneration,
20874         the paths have to be stripped from the target file names, thusly we
20875         use $(@F) as target names now.
20876         put a comment about configure.in's --disable-rebuilds option,
20877         which can be used for non-writable source directories, for development
20878         setups though, srcdir has to be *writable*.
20879
20880 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
20881
20882         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
20883           Finish the job of allowing event to be NULL.
20884           (Fixes bug #4283, reported by Chris Blizzard)
20885
20886         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
20887           things so that the cursor appears on screen, properly
20888           take into account INNER_BORDER.
20889           (Fixes bug #4754, reported by Antonio Campos)
20890
20891 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
20892
20893         * gtk/gtknotebook.c (gtk_notebook_map): Don't
20894           show the tab_label unless it itself is visible.
20895
20896           gtk/gtknotebook.c (gtk_notebook_size_request):
20897           Do a better job of making sure that the visibility
20898           of the tab label corresponds to whether it should
20899           be mapped or not.
20900
20901 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
20902
20903         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
20904           Use the requisition, not the allocation, since the
20905           allocation has not necessarily been computed yet.
20906           (Pointed out by Eugene Osintsev)
20907
20908 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
20909
20910         * gtk/gtkstyle.c (gtk_style_new): Dont' set
20911           style/base[GTK_STATE_INSENSITIVE] both to
20912           gtk_default_insensitive_bg!
20913           (Bug #2187, reported by Jonathan Blandford)
20914
20915         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
20916           Add Alt_L, Alt_R to list of invalid accelerators.
20917           (Bug #3736, reported by Vlad Harchev)
20918
20919 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
20920
20921         * gtk/gtkfilesel.c (open_ref_dir): Fix several
20922         bugs which occured after an attempt to open 
20923         invalid home directory left cmpl_state->reference_dir == NULL.
20924
20925          - completion on files in home directory didn't work
20926          - completion on an empty string caused  segfault
20927
20928          (Bug #3678, reported by Steve Ratcliffe)
20929
20930         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
20931         cut and paste error that was causing scales to
20932         be incorrectly positioned.
20933         (Bug #2956,
20934          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
20935
20936 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
20937
20938         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
20939         when checking for dcgettext, if we've found we needed
20940         it for dgettext.
20941 +
20942 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
20943
20944         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20945         queue_clear on NO_WINDOW widgets during a reparent,
20946         since at that point the window and widget heirarchies
20947         are out of sync. This stops crashing in some cases
20948         (the scrolled window reparent test, for instance), and
20949         _probably_ won't cause drawing errors.
20950
20951         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
20952         test do what it was supposed to do and be robust against
20953         window closings, etc. (Bug #2443)
20954
20955 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
20956
20957         * gtk/gtkentry.c: Fix return values on mouse events.
20958         (Bug #2686, Sky <seb_sky@yahoo.com>)
20959
20960         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
20961         (pointed out by George Lebl)
20962
20963         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
20964         (From Ettore Perazzoli  <ettore@helixcode.com>)
20965  
20966 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
20967
20968         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
20969         clicks between rows or outside calender area correctly.
20970         (Patch from Damon Chaplin)
20971
20972         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
20973         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
20974           Call destroy function when overwriting existing data. 
20975           (Pointed out by Damon Chaplin)
20976
20977 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
20978
20979         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
20980           which was causing problems on various systems with Xmu.
20981           This hasn't been needed for a very long time.
20982           (Fixes #1185 3167)
20983
20984 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
20985
20986         * gdk/gdki18n.h: Include <ctype.h> when defining
20987           gdk_isw* in terms of is* as a fallback.
20988           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
20989
20990 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
20991
20992         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
20993           realize the widget when it is size allocated!
20994           (old, old bug)
20995
20996         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
20997           Removed unused call to gdk_window_get_size() that
20998           showed up when the above was fixed.
20999
21000 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
21001
21002         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
21003           fix up widget->window when the widget is a
21004           NO_WINDOW container widget.
21005
21006 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
21007
21008         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
21009           to account for the fact that feof() does _not_ 
21010           return TRUE on errors, and thus avoid infinite loops
21011           when trying to use gdk_pixmap_create_from_xpm()
21012           on unreadable values.
21013
21014 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
21015
21016         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
21017
21018 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
21019
21020         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
21021           gdk_gc_set_dashes to take gint8 instead of gchar to
21022           make it clearer that it is _not_ a NULL terminated string.
21023
21024         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
21025           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
21026           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
21027           arguments.
21028
21029 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
21030
21031         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
21032         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
21033         background size relative to our allocation, guard against small
21034         allocations, we may have not yet been size allocated.
21035
21036 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
21037
21038         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
21039         not just version == 3. We implement all 3 + most of 4 - 
21040         (we don't support matching text/plain;charset=iso-8859-1
21041         to a dest that expects text/plain). We'll still advertise
21042         3 to be safe, but any client implementing version >= 3
21043         must interoperate with 3.
21044         
21045 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21046
21047         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
21048         background and gc members, add a warning in gtk_tooltips_set_color()
21049         indicating that this function is deprecated.
21050
21051 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
21052
21053         * docs/gtkfaq.sgml: FAQ Update:
21054           - Minor cleanups (Emmanuel, me)
21055           - New questions:
21056                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
21057                 How can I retrieve the text from a GtkMenuItem? (timj)
21058                 How do I validate/limit/filter the input to a GtkEntry? (me)
21059                 Memory does not seem to be released when I free the list
21060                         nodes I've allocated (timj)
21061
21062 2000-03-07  Tor Lillqvist  <tml@iki.fi>
21063
21064         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
21065         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
21066         for which it is no use to call GetLastError onWin9x.
21067         (gdk_other_api_failed) New function, for general error
21068         reporting without calling GetLastError.
21069         (gdk_win32_api_failed) OTOH, this function always calls
21070         GetLastError. (gdk_win32_last_error_string) Remove this function,
21071         GLib has the equivalent now.
21072
21073         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
21074         call them with function name, file name and line number in the
21075         arguments.
21076
21077         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
21078         functions.
21079         
21080         * gtk/gtk.def: Add some missing entry points.
21081
21082         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21083         gtk_paned_set_gutter_size, which don't exist any longer, as void.
21084         
21085         Fixes by Hans Breuer:
21086
21087         * gdk/makefile.msc: Update for debugging.
21088
21089         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
21090         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
21091         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
21092         in the dash_list.
21093
21094         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
21095         the x11 backend.
21096
21097         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
21098
21099         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
21100
21101 2000-03-04  Tor Lillqvist  <tml@iki.fi>
21102
21103         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
21104         just pixel value of background colour.
21105
21106         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
21107         containing code snippet previously duplicated in a couple of
21108         places.
21109         
21110         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
21111         gdk_colormap_color.
21112
21113         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
21114         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
21115         events for autorepeated Shift, Control and Alt keys. Use
21116         gdk_colormap_color.
21117
21118         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
21119         pointer is inside the window the cursor of which we are setting,
21120         call SetCursor immediately.
21121
21122         * gdk/win32/makefile.cygwin
21123         * gtk/makefile.cygwin: If we don't have the build number stamp
21124         file, use zero.
21125
21126         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21127         gtk_paned_set_gutter_size as empty.
21128
21129         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
21130         
21131 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
21132
21133         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
21134           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
21135           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
21136           docs/gtk_tut.sgml docs/gtk.texi TODO:
21137
21138           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
21139
21140 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
21141
21142         * gtk/gtkcalendar.c: Implement num_marked_dates,
21143           and don't emit mutiple day_selected signals on
21144           month_prev.
21145
21146 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
21147
21148         * docs/make-todo (lineno): let title and logo be configurable so
21149         that GNOME can use this script too.
21150
21151         * TODO.xml: added logourl and a title
21152
21153 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
21154
21155         * TODO.xml: Added some UI items, and an explanatory
21156         comment at the top of the file.
21157
21158 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
21159
21160         * TODO.xml: some updates, added abunch of new entries.
21161         a note for those fiddeling with this file, when done
21162         with it, invoke:
21163         $ ./docs/make-todo TODO.xml >/dev/null
21164         and correct output errors before comitting changes.
21165
21166 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
21167
21168         * TODO.xml: Added XML-structured TODO file.
21169         * docs/make-todo: python script to turn TODO.xml into
21170           pretty XML output. 
21171
21172 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
21173
21174         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
21175         the function to let it draw the seven dots, instead of the old,
21176         much maligned, method.
21177         (draw_dot): New function to draw a dot.
21178
21179         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
21180         to draw the handle inside the border width as opposed to outside.
21181         Use paint function instead of gdk_draw_point.
21182
21183         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
21184         to draw the handle inside the border width as opposed to outside.
21185         Use paint function instead of gdk_draw_point.
21186
21187         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
21188         Change indenting to be more GTK like.
21189
21190 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
21191
21192         * docs/gtk_tut.sgml: New section on GtkCalendar
21193         * examples/calendar: Update example code
21194
21195 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
21196
21197         * docs/gtkfaq.sgml: FAQ Update
21198
21199 2000-02-19  Anders Carlsson  <andersca@gnu.org>
21200
21201         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
21202         to prevent the scroll event to be propagated upwards.
21203
21204 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21205
21206         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
21207         OwnerGrabButtonMask from button entries for
21208         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
21209
21210         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
21211         to the event mask (which will result in button/press release
21212         being added to the event mask on Unix) so scrolling works
21213         for layouts in scroll windows.
21214
21215         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
21216
21217         Patch from Anders Carlsson  <andersca@gnu.org> to add
21218         a scroll event.
21219
21220         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
21221         scrolling to the "Test Scrolling" part of testgtk.
21222  
21223         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
21224  
21225         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
21226         it against GDK_SCROLL.
21227  
21228         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
21229         way of mouse wheel scrolling.
21230  
21231         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
21232  
21233         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
21234  
21235         * gtk/gtkmain.c: Removed previous mouse wheel hack.
21236  
21237         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
21238         gdk_event_mask_table.
21239  
21240         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
21241         GdkEventScroll handler.
21242  
21243         * gdk/gdkevents.h: Added GdkEventScroll structure.
21244  
21245 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
21246
21247         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
21248         and Anders Carlsson to change the Paned widgets so that they
21249         can be dragged from anywhere along the length. Also change
21250         the way that this is drawn to make this apparent.
21251
21252         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
21253         from George Lebl to check that option_menu->menu is present
21254         before getting history.
21255
21256 2000-02-14  Tor Lillqvist  <tml@iki.fi>
21257
21258         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
21259         before the assertion for non-NULL segment list.
21260
21261         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
21262         Seems that pattern brushes *must* be 8x8 pixels! At least on my
21263         machine, but it might be display driver dependent. Sigh, so make
21264         sure the stipple is that size. Does Windows suck or what?
21265
21266         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
21267         places.
21268
21269 2000-02-13  Havoc Pennington  <hp@pobox.com>
21270
21271         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
21272         refcount to 1
21273         (gdk_cursor_new): init refcount to 1
21274
21275         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
21276
21277 2000-02-13  Tor Lillqvist  <tml@iki.fi>
21278
21279         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
21280         so that we don't have to do unnecessary settings to the HDC.
21281
21282         * gdk/win32/gdkdrawable-win32.c
21283         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
21284         gdk_gc_predraw.
21285
21286         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
21287         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
21288         GDI paths, call WidenPath to get the outline of the stroken path,
21289         and then fill the outline (with the brush that was built from the
21290         stipple).
21291
21292         * gdk/win32/gdkgc-win32.c: Factor out common code from
21293         _gdk_win32_gc_new and gdk_win32_gc_set_values into
21294         gdk_win32_gc_values_to_win32values. Use correct colour for
21295         SetBkColor() (Until now the code actually used a random colour in
21296         the call to SetBkColor()... but that didn't show up as not many
21297         GDI APIs use the background colour. Pattern (opaque stippled)
21298         brushes do.)
21299
21300         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
21301         gdk_win32_api_failed): New functions for error logging.
21302
21303         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
21304         WIN32_API_FAILED to call them, passing function or file name and
21305         line number.
21306
21307         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
21308
21309         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
21310         GdkColor for foreground and background in GdkGCWin32Data.
21311
21312         * gdk/makefile.cygwin: Link in the resource object separately.
21313
21314         * gdk/win32/rc/gdk.rc
21315         * gtk/gtk.rc (New file)
21316         * gdk/win32/makefile.cygwin
21317         * gtk/makefile.cygwin: Update build number in DLLs automatically,
21318         as in GLib.
21319
21320 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
21321
21322         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
21323         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
21324         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
21325         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
21326         parameters given and cursor->ref_count. coding style fixups.
21327
21328         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21329         not GtkWidget.
21330         
21331         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
21332         fix up widget macros and add _GET_CLASS() variant.
21333         
21334         * gtk/*.c: some GtkType fixups.
21335
21336 2000-02-09  Tor Lillqvist  <tml@iki.fi>
21337
21338         * gdk/win32/gdkproperty-win32.c
21339         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
21340         were reversed.
21341
21342 2000-02-04  Tor Lillqvist  <tml@iki.fi>
21343
21344         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
21345         g_filename_to_utf8 to convert the font names Windows gives us from
21346         whatever is the default codepage to UTF-8.
21347         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
21348         in the other direction.
21349
21350         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
21351         error in debugging output.
21352
21353 2000-02-02  Tor Lillqvist  <tml@iki.fi>
21354
21355         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
21356         and height parameters to gdk_window_clear_area(). Not minus one.
21357
21358 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
21359
21360         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
21361         checks if the widget passed to gtk_drag_get_data() was not the
21362         dest widget.
21363
21364 2000-02-01  Tor Lillqvist  <tml@iki.fi>
21365
21366         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
21367         g_filename_from_utf8 functions (which were added a moment ago to
21368         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
21369         size buffers.
21370
21371         gtk_file_selection_get_filename returns the filename in the C
21372         runtime encoding. It calls g_filename_from_utf8, but copies the
21373         returned string to a static buffer, which is returned. I think
21374         this is better than returning the result from g_filename_from_utf8
21375         directly, which would mean all apps that use it would have to free
21376         the return value. Or should this function care about this issue at
21377         all? Maybe a new function with clearly defined semantics.
21378
21379         * gtk/gtkfilesel.h: Add comment about
21380         gtk_file_selection_get_filename returning the filename in the C
21381         runtime's encoding.
21382
21383         * README.win32
21384         * gdk/gdk.def
21385         * gdk/makefile.{cygwin,msc}
21386         * gtk/gtk.def: Updates.
21387
21388         * gdk/gdkcursor-win32.c: Initialise refcount.
21389
21390 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
21391
21392         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
21393
21394 2000-01-30  Havoc Pennington  <hp@pobox.com>
21395
21396         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
21397         destroy
21398
21399         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
21400
21401         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
21402         implemented in platform-specific code
21403
21404         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
21405
21406         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
21407         underscore in front
21408
21409         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
21410         put an underscore in front
21411
21412         * gdk/gdkcursor.c: new file, implements
21413         gdk_cursor_ref/gdk_cursor_unref
21414
21415         * gdk/gdkcursor.h: Refcount GdkCursor
21416
21417         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
21418
21419 2000-01-29  Tor Lillqvist  <tml@iki.fi>
21420
21421         * gdk/gdkwindow.h
21422         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
21423
21424 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21425
21426         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
21427         structures to properly inherit from GtkWidget not GtkBin.
21428
21429 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
21430
21431         * gtk+.spec.in: Added lib/gtk+/include/* to %files
21432         (bug #5178 - Peter Wainright)
21433         
21434         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
21435         so that it will be installed.
21436         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
21437
21438 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
21439
21440         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
21441         for the GtkStyleClass vtable const.
21442
21443         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
21444         take a const string argument like GtkTranslateFunc. This will
21445         require changes in use code.
21446
21447 2000-01-19  Tor Lillqvist  <tml@iki.fi>
21448
21449         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
21450         semantics (to mimic the X11 backend, which just calls XClearArea)
21451         is to check for zero width (and height), and in that case use the
21452         window's width minus x (height minus y). This fixes for instance
21453         some redraw problems with gtkclist, which were easily noticeable
21454         in the gtk file selection widget.
21455
21456         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
21457         windows.
21458
21459 2000-01-13  Tor Lillqvist  <tml@iki.fi>
21460
21461         * configure.in
21462         * gdk/Makefile.am
21463         * gdk/x11/Makefile.am
21464         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
21465         (bug #5177).
21466         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
21467         out later.
21468
21469 2000-01-09  Tor Lillqvist  <tml@iki.fi>
21470
21471         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
21472         WM_MOVE for iconified or invisible windows. This fixes various
21473         problems when minimising windows. Thanks to Bernd Herd.
21474
21475 2000-01-05  Tor Lillqvist  <tml@iki.fi>
21476
21477         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
21478         backend's draw_lines method, not draw_points.
21479
21480 2000-01-02  Tor Lillqvist  <tml@iki.fi>
21481
21482         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
21483         before Owen's reorganisation: Don't have queued_events and
21484         queued_tail statics in this file, but use gdk_queued_events and
21485         gdk_queued_tail. This makes exposure event compression work again.
21486
21487         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
21488         seem to be needed?
21489
21490 1999-12-30  Tor Lillqvist  <tml@iki.fi>
21491
21492         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
21493         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
21494         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
21495         doesn't do anything.
21496
21497         * gdk/gdk.def: Add gdk_xid_table_insert.
21498
21499         * gdk/win32/gdkprivate-win32.h
21500         * gdk/win32/gdkevents-win32.c
21501         * gdk/win32/gdkinput-win32.c
21502         
21503         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
21504         extension_events field in the GdkWindowWin32Data struct. Use only
21505         the extension_events field in GdkWindowPrivate. Previously one was
21506         set, and the other one tested, which broke tablet
21507         functionality. Thanks to Keishi Suenaga for pointing this out.
21508
21509 1999-12-18  Tor Lillqvist  <tml@iki.fi>
21510
21511         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
21512         When handling a single character (text length == 1), don't handle
21513         it as if it was UTF-8.
21514
21515 1999-12-11  Tor Lillqvist  <tml@iki.fi>
21516
21517         * Makefile.am: Distribute README.win32.
21518         
21519         * gdk/Makefile.am
21520         * gdk/win32/Makefile.am: Distribute Win32 files.
21521
21522         * gdk/makefile.msc: New file.
21523
21524         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
21525         after label).
21526
21527         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
21528         gdk_error_code as GDKVAR, as they are referred outside GDK.
21529
21530         * gdk/win32/makefile.msc: Update.
21531
21532         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
21533         tweaks. Check only if at least one of those Unicode subrange bits
21534         we care for is set. If no code page bits are set, guess (wildly)
21535         based on the charset.
21536
21537         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
21538
21539         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
21540         non-NULL.
21541
21542         * gtk/gtkdnd.c
21543         * gtk/gtklayout.c
21544         * gtk/gtkplug.c
21545         * gtk/gtkselection.c
21546         * gtk/gtksocket.c
21547         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
21548         appropriate. There must be a cleaner way to handle this?
21549
21550         * gtk/gtkrc.c: Must include windows.h on Win32.
21551
21552         * gtk/testgtk.c: No need to include gdkx.h.
21553
21554         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
21555
21556 1999-12-07  Tor Lillqvist  <tml@iki.fi>
21557
21558         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
21559         the rbearing is set to the same as the width, but this should be
21560         fixed.
21561
21562 1999-12-06  Tor Lillqvist  <tml@iki.fi>
21563
21564         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
21565         function. If Windows doesn't tell us what Unicode subranges a font
21566         covers, guesstimate based on the codepages it covers. This will
21567         hopefully help those Windows versions or fonts that don't give us
21568         any useful Unicode subrange information with GetTextCharsetInfo.
21569         Call this function in gdk_font_load_internal.
21570
21571         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
21572         minor changes.
21573
21574 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
21575
21576         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
21577         New function, long needed.
21578
21579 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
21580
21581         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
21582         only_if_exists argument of gdk_atom_intern to
21583         bool.
21584
21585 1999-11-25  Tor Lillqvist  <tml@iki.fi>
21586
21587         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
21588         Fix two copy&paste errors.
21589
21590         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
21591         win32 has changed.
21592
21593         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
21594         GdkWin32SingleFont struct.
21595
21596         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
21597         subranges of loaded fonts. Clear font signature first, in case
21598         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
21599         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
21600
21601         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
21602         Unoffset clip region.
21603
21604 1999-11-23  Tor Lillqvist  <tml@iki.fi>
21605
21606         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
21607         event->any.window before calling filter functions.
21608
21609 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
21610
21611         * gtk/gtkgamma.h: Adapt cast macros to standard.
21612
21613 [ Merges from 1.2 ]
21614
21615 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
21616
21617         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
21618         If translation does not include a '/', use entire
21619         translation instead of crashing.
21620
21621 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
21622
21623         * docs/gtk_tut.sgml:
21624         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
21625
21626 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
21627
21628         * gtk/gtkselection.c (gtk_target_list_remove): Use
21629         g_list_remove_link, not g_list_remove.
21630
21631         [ From Geert Bevin <gbevin@thunderstorms.org> ]
21632         
21633 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
21634
21635         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
21636         statement upon unselection (how the heck did that slip in?).
21637
21638 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
21639
21640         * gtk/gtktext.c (gtk_text_freeze): 
21641         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
21642         in frozen state (and aparently crashes). patch provided by Anders
21643         Melchiorsen <and@kampsax.dtu.dk>.
21644
21645 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
21646
21647         * fix insensitive default/focus widget activation,
21648         reported by Matt Goodall <mgg@isotek.co.uk>.
21649
21650         * gtk/gtkwindow.c (gtk_window_key_press_event): 
21651         (gtk_window_activate_default):
21652         (gtk_window_activate_focus):
21653         return handled=FALSE for actiavtion of insensitive default
21654         widgets. return handled=TRUE for activation of insensitive
21655         focus widgets. don't activate in either case.
21656
21657 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
21658
21659         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
21660         and $glib_cflags to match library order and in the
21661         theory that an old version of GLib is more likely to
21662         be in the include directory for X then vice-versa.
21663         (Bug #2776)
21664
21665 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
21666
21667         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
21668         to determine the locale for fontsets, not LC_MESSAGES;
21669         the user may want English messages with a handling
21670         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
21671         will still be broken) (Bug #2891)
21672
21673 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21674
21675         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
21676
21677 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21678
21679         * gtk/gtkrc.ko: Changed the Korean default fontset.
21680
21681 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
21682
21683         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
21684         where when scrolling to the left or top double exposes
21685         were done, causing major slowdowns.
21686
21687 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
21688
21689         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
21690         names to lowercase and alphanumeric, before looking
21691         them up.
21692
21693         * gtk/Makefile.am: Install codeset variant gtkrc files
21694         with normalized names.
21695
21696 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
21697
21698         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
21699         popup menus when the menu is already visible, but its parent
21700         is still hidden, (happens after tornoff window got hidden).
21701
21702 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
21703
21704         * gtk/Makefile.am (install-data-local): Fix
21705         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
21706         deleted, causing error messages on install.
21707
21708 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
21709
21710         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
21711         the handle as well, since we now sometimes ignore
21712         exposes on the handle while resizing.
21713
21714 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
21715
21716         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
21717         extra g_free introduced in one of the last one or two 
21718         commits.
21719
21720 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
21721
21722         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
21723         consistent, put each style that a gtkrc.* file creates
21724         in a unique namespace, remove old files before installing.
21725
21726 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
21727
21728         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
21729         gtk_rc_init is called multiple times. (Yes, people who
21730         do that have bugs in their code.)
21731
21732 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
21733
21734         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
21735         Remove it since it's generated by the Makefile anyway
21736
21737 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
21738
21739         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
21740         device->info.axes for core pointer.
21741
21742 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
21743
21744         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
21745         idle_id, to deal with obsolete, broken C libraries.
21746
21747 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
21748
21749         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
21750         allocation->x/y twice!
21751
21752         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
21753         consistent with gtk_vscale_pos_trough().
21754
21755 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
21756
21757         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
21758         be queueing a resize on a toplevel container between
21759         the time we show it and when we map it. So, we need
21760         to test GTK_WIDGET_VISIBLE() for toplevels, and only
21761         use GTK_WIDGET_DRAWABLE() for child windows.
21762
21763 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
21764
21765         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
21766         (fixes bug #2144)
21767
21768 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
21769
21770         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
21771         container DRAWABLE (instead of VISIBLE), so we don't queue
21772         resizes on non-toplevel containers.
21773
21774 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
21775
21776         * gtk/gtkselection.[ch]: Make the data argument
21777         const guchar *.
21778
21779 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
21780
21781         * gtk/gtkwindow.c: Try to behave sensibly if 
21782         the focus widget is the window itself. (Should
21783         we allow this at all?)
21784
21785 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
21786
21787         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
21788         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
21789         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
21790         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
21791         in prototypes and implementations consistent (Tomas Ogren).
21792
21793         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
21794         before the widget is unparented (reported by damon).
21795
21796         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
21797         since we provide unsigned data anyways.
21798
21799 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
21800
21801         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
21802         the call to gtk_tooltips_layout_text() until later.
21803
21804         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
21805         Call gtk_widget_ensure_style() before using the style.
21806
21807 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
21808
21809         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
21810         for old widgets that don't propagate draws to all
21811         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
21812
21813 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
21814
21815         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
21816         for a redraw but just the widget that requested the resize.
21817
21818 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
21819
21820         * gtk/gtkcontainer.c: added new widget level method
21821         gtk_container_set_reallocate_redraws() and a GtkContainer flag
21822         reallocate_redraws : 1 to reflect the setting, exported this through
21823         the argument system as a boolean ::reallocate_redraws.
21824
21825         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
21826         on the widget because the allocation changes, do so as well for
21827         widget->parent if the parent has reallocate_redraws set to TRUE.
21828         with that containers requesting reallocation redraws get automatically
21829         redrawn if their children changed allocation (this unfortunately
21830         affects also other children that didn't change allocation, but we
21831         cannot work around that before 1.3).
21832
21833 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
21834
21835         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
21836         _and_ height are >0 (not _or_).
21837
21838         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
21839         instead of gtk_container_queue_resize(), which is a core gtk internal
21840         function (must have been on crack when i queued that).
21841
21842         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
21843         we can check more reliably if we want to discard expose events.
21844         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
21845         flag.
21846         
21847         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
21848         we simply trust these events. for deciding whether to discard exposes,
21849         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
21850         
21851 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
21852
21853         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21854         queues of areas that are completely off screen.
21855
21856         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
21857         logic for handleboxes.
21858
21859         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
21860         check on width/height.
21861
21862 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
21863
21864         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
21865         we are fine with using $@ the way we do (if we actually encounter
21866         brokeness with $@ in VPATH builds because of additional path prefixes,
21867         we need to use $(@F) actually).
21868
21869 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
21870
21871         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
21872         short lived bugs, that would allow language bindings to do surgeries
21873         to our guts.
21874
21875 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
21876
21877         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
21878         where comparison was being done against an uninitialized
21879         value causing intermittant results depending on
21880         compiler flags. Also make it clearer that we aren't
21881         ever initializing the child as 0x0 (though this will
21882         be caught in gtk_widget_size_allocate())
21883
21884 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
21885
21886         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
21887         gtk_window_unset_transient_for() call after we do checks
21888         involving the old transient parent.
21889         [ From Lance Capser <lmc@cyberhighway.net> ]
21890
21891 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
21892
21893         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
21894         an empty file.
21895
21896 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
21897
21898         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
21899         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
21900
21901 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
21902
21903         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
21904         `$@' is valid only in the build dir, not after we've done 
21905         `cd $srcdir'.  Also use `test -f' instead of less portable
21906         `test -e'.
21907
21908 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
21909
21910         * gtk/gtktext.c (correct_cache_insert): Rewrite
21911          for simplicity, and hopefully correctness.
21912          (Fixes bug #1322, which was a segfault when
21913           on some insertions with the properties around
21914           the insertion set up just wrong.)
21915
21916         * gtk/gtktext.c (gtk_text_adjustment): When we receive
21917          a "changed" signal, clamp the new value to the adjustment
21918          bounds to avoid segfaulting if someone tries to change
21919          the adjustment to a bogus value. (Bug #1795)
21920
21921 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
21922
21923         * gtk/gtkmain.c: Ignore unexpected destroy notifies
21924         for children, for toplevel windows handle them
21925         like delete_event.
21926
21927         * gtk/gtkplug.c: Add an unrealize handler so that
21928         we unref plug->socket_window when we are done
21929         with it.
21930
21931 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
21932
21933         * gtk/gtktext.c (clear_area): Fix stupid signedness
21934          problem that was causing background to sometimes
21935          be misaligned.
21936
21937 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
21938
21939         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
21940         
21941         * gtk/gtkmenu.c (gtk_menu_position): Make
21942          sure we never position menus with negative x, y,
21943          since gtk_widget_set_uposition() can't handle that.
21944
21945         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
21946          Modify the positioning code a bit so that we always
21947          put the top-left corner onscreen. (This is for
21948          UI reasons, gtk_menu_position() now takes care of
21949          gtk_widet_set_uposition() brokeness.)
21950
21951 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
21952
21953         * gtk/Makefile.am: fixed up things for -jx, x > 1.
21954
21955 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
21956
21957         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
21958           RC style that is passed in. The lack of the ref
21959           before was a bug. If people worked around this
21960           bug, this will introduce a slight memory leak
21961           in their code. The code should typically look like:
21962
21963             rc_style = gtk_rc_style_new ();
21964             [...]
21965             gtk_widget_modify_style (widget, rc_style);
21966             gtk_rc_style_unref (rc_style);
21967
21968         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
21969           the style if it was already set.
21970
21971         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
21972           style if it was set before.
21973
21974 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21975
21976         * gtk/testgtk.c (main): Add a check to see if we
21977           are being run from the correct directory and
21978           to quit nicely if we are not.
21979
21980         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
21981           static.
21982
21983 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
21984
21985         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
21986
21987         * gtk/gtkwindow.c:
21988         queue resizes unconditionally (gtk_widget_queue_resize will figure
21989         what to do if the window is not realized).
21990         (gtk_window_move_resize): only recenter the window
21991         for GTK_WIN_POS_CENTER_ALWAYS.
21992         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
21993         the same way as GTK_WIN_POS_CENTER.
21994
21995 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
21996
21997         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
21998         with (!(info->last_flags & GDK_HINT_POS)) instead of
21999         (!info->last_flags & GDK_HINT_POS).
22000
22001         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
22002         new_height unconditionally, because we use these values even if
22003         !default_size_changed && !hints_changed.
22004         comented the (default_size_changed || hints_changed) case with
22005         respect to resize rejects from the window manager.
22006
22007         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
22008         in the zvt condition hack, since this includes the window hints, set
22009         the hints after the handling_resize case.
22010
22011         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
22012         window is initially shown with to the geometry.
22013
22014 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
22015
22016         * gtk/gtkwindow.c (gtk_window_move_resize):
22017         s/size_changed/default_size_changed/g so i know what's
22018         really going on (frying brain on smaller flame now).
22019
22020 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
22021
22022         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
22023         we have size_changed upon handling_resize. this is a gross
22024         workaround for the broken zvt widget and should be removed in
22025         1.3 again (search for FIXME).
22026         Owen provided an accurate comment for this:
22027
22028         /* We could be here for two reasons
22029          *  1) We coincidentally got a resize while handling
22030          *     another resize.
22031          *  2) Our computation of size_changed was completely
22032          *     screwed up, probably because one of our children
22033          *     is broken. It's probably a zvt widget.
22034          *
22035          * For 1), we could just go ahead and ask for the
22036          * new size right now, but doing that for 2)
22037          * might well be fighting the user (and can even
22038          * trigger a loop). Since we really don't want to
22039          * do that, we requeue a resize in hopes that
22040          * by the time it gets handled, the child has seen
22041          * the light and is willing to go along with the
22042          * new size. (this happens for the zvt widget, since
22043          * the size_allocate() above will have stored the
22044          * requisition corresponding to the new size in the
22045          * zvt widget)
22046          *
22047          * This doesn't buy us anything for 1), but it shouldn't
22048          * hurt us too badly, since it is what would have
22049          * happened if we had gotten the configure event before
22050          * the new size had been set.
22051          */
22052
22053 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
22054
22055         * gtk/gtkrc.c: deal properly with the fact that RC
22056           style lists may include rc styles more than once.
22057
22058         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
22059           unused static function.
22060
22061         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
22062           stack of directories of RC files currently being
22063           parsed and implicitely add them to pixmap path.
22064           
22065           This fixes a bug where the directory would get
22066           appended then overwritten by pixmap_path declarations.
22067
22068           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
22069
22070         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
22071           theme's exit function. (Patch from Peter Wainwright,
22072           bug #1454)
22073
22074         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
22075           Add a destroy() handler to take care of removing
22076           group for menu item. (Fixes bug #1197)
22077
22078         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
22079           in warning message.
22080
22081 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
22082
22083         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
22084         roundtrip to figure window's width and height, since we know that
22085         anyways from widget->allocation.
22086
22087 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
22088
22089         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
22090           the hints after we request the new size.
22091
22092 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
22093
22094         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
22095           GTK_WIDGET_REALIZED() assertion - we can compute the
22096           hints before we are realized.
22097
22098         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
22099           hint changing so that we have a value of hints_changed
22100           when we decide whether to constrain the window size.
22101
22102         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
22103
22104         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
22105         change back to G_MAXINT.
22106
22107 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
22108
22109         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
22110         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
22111         contain uncluttered values.
22112         (gtk_window_compute_hints): simply assert that window is realized
22113         and that geometry_info is valid, since we rely on this anyways.
22114         (gtk_window_constrain_size): major cleanups to the code.
22115         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
22116         for the base size, instead of the minimums. use 32767 as max width
22117         and height (like in gtkwindow.c) instead of G_MAXINT.
22118
22119 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
22120
22121         * cleaned up the GtkContainer.need_resize flag handling mess, we
22122         only need to force resize requests when we were prematurely
22123         realized, or our widget tree was modified when we were temporarily
22124         hidden. handling these cases directly upon showing the window (i.e.
22125         while the GdkWindow is still unmapped) avoids the need to wait for
22126         a configure event response and therefore makes the GUI more snappier
22127         and avoids blank windows during the roundtrip.
22128
22129         * gtk/gtkwidget.c:
22130         (gtk_widget_hide): 
22131         (gtk_widget_show): don't queue resizes on toplevels, they know how
22132         to deal with matters.
22133
22134         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
22135         flag directly for not visible resize containers and spare us unecessary
22136         signal emissions.
22137
22138         * gtk/gtkwindow.c:
22139         (gtk_window_realize): if we need to enforce premature size allocation,
22140         queue a container resize so we are correctly resized later on.
22141         (gtk_window_init):
22142         (gtk_window_size_request):
22143         don't freak around with the ->need_resize flag,
22144         gtk_container_queue_resize() will care about that.
22145         (gtk_window_show):
22146         handle initial resizing issues here, we can handle matters better in
22147         this place, especially since we know that our GdkWindow is still
22148         unmapped.
22149         (gtk_window_move_resize):
22150         don't care about ->need_resize at all.
22151         handle size changes properly that occoured while we waited for a
22152         configure event.
22153
22154 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
22155
22156         * gtk/gtkwidget.c (gtk_widget_set_uposition):
22157         * gtk/gtkwindow.[hc] (gtk_window_reposition):
22158         Move the hint setting code from gtk_widget_set_uposition
22159         to here; set the hints so that we respect any previously
22160         set geometry hints.
22161
22162         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
22163         change the window hints here or move the window here,
22164         let that happen in gtk_window_move_resize().
22165
22166 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
22167
22168         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
22169         to already queued resizes (and therefore redraws) on a widget, check
22170         its anchestry as well.
22171
22172         * gtk/gtkcontainer.c:
22173         (gtk_container_queue_resize): clear resize widgets for resize
22174         containers before aborting prematurely. this is especially important
22175         for toplevels which may need imemdiate processing or their resize
22176         handler to be queued.
22177         (gtk_container_dequeue_resize_handler): added new internal function for
22178         gtkwindow.c.
22179
22180         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
22181         configure event, take possible changes in window position into account
22182         as well.
22183         if we request a new window size, queue up a resize handler that will
22184         last until the configure event response arrives.
22185         combined the ->need_resize case (initial show) with the general size
22186         (hints) changed case and added even more comments.
22187         if !auto_shrink, only revert to the old allocation if the new size
22188         is smaller than the current allocation.
22189
22190 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
22191
22192         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
22193                            gtk_window_set_geometry_hints
22194                            gtk_window_set_default_size):
22195         When hints are set, queue a resize so that the hints will
22196         be eventually reset on the toplevel.
22197
22198         * gtk/gtkwindow.c (gtk_window_show): Use
22199         gtk_window_compute_default_size(). Clear the need_resize flag
22200         on the initail map so that we don't unnecessarily trigger the
22201         resize code.
22202
22203         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
22204         into separate functions. Compare the hints we are setting
22205         with what we set last time so that we can accurately
22206         tell when we need to reset the hints.
22207
22208         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
22209         function to figure out the size from requisition
22210         and default_size.
22211
22212         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
22213         from fvwm to constrain a size to the geometry hints.
22214
22215         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
22216         to compare two sets of geometry hints.
22217
22218         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
22219         from gtk_window_set_hints(), just compute the hints,
22220         don't set them.
22221
22222         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
22223         code from gtk_window_move_resize() to separate function,
22224         rationalize a bit.
22225
22226 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
22227
22228         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
22229         structure into a new private structure.
22230
22231         * gtkrc.c: Split GtkRcStyle into public/private.
22232         In the private part, add a list of pointers to the
22233         RcStyle lists this RcStyle participates in.
22234
22235         * gtkrc.c: When a RcStyle is free, remove all
22236         lists referencing it from the 
22237         realized_style_ht hash, and free those lists.
22238         
22239         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
22240         gtk_rc_init(), since that adds the default styles
22241         to the list of parsed RC files again.
22242
22243         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
22244         
22245 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
22246
22247         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
22248         checks that ensure that a widget's allocation is at least 1 in width
22249         and height. (GNOME note: this doesn't affect old panel code anymore,
22250         because GtkSocket will request width and height of at least 1 since
22251         Fri Jul 23).
22252
22253         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
22254         allocated yet (happens if the user realizes the window prematurely),
22255         size request and allocate it.
22256         (gtk_window_size_allocate): guard against guint underflows.
22257
22258 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
22259
22260         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
22261         in gtk_built_sources, so gtk.defs gets built prior to all other
22262         sources.
22263
22264 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22265
22266         * gtk/Makefile.am:
22267         invoke indent on gtkmarshal.*. 
22268         rewrote source generation rules, use COPYING as oldest source tag for
22269         a piggyback rule to generate all sources from (don't touch it ;).
22270         major cleanups, strip spaces on build rules for GNU Make.
22271
22272         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
22273         source and target files from commandline arguments. don't invoke indent.
22274
22275 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22276
22277         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22278         notebook after switch to avoid drawing problems.
22279         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22280         
22281         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22282         show them instead. 
22283         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22284
22285 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22286
22287         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22288         notebook after switch to avoid drawing problems.
22289         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22290         
22291         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22292         show them instead. 
22293         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22294
22295 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
22296
22297         * gtk/gtkwindow.c:
22298         we use window->need_resize from configure_event now, to indicate that
22299         the gtkwindow should keep its allocation (e.g. because the user resized
22300         the window through window manager handles). resize_count is now reliably
22301         used to figure whether we got the allocation we requested from the
22302         window manager.
22303         configure events get queued as resizes now, the real stuff (size
22304         computation and allocation) now only goes on in gtk_window_move_resize().
22305         GtkWindow's requisition now contains its *real* requisition (like all
22306         other widgets), *not* taking usize into account.
22307         geometry_info->last_{width|height} is now updated from set_hints() only
22308         so it always contains the last hints we set for the window manager.
22309         made some event handlers return TRUE instead of FALSE.
22310         the overall code should be much more straight forward now, and the
22311         significant code portions are accompanied by comments now.
22312         (gtk_window_set_hints):
22313         removed requisition argument and made it
22314         fetch the requisition through gtk_widget_get_child_requisition.
22315         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
22316         does that now.
22317         (gtk_window_show):
22318         ensure that the widget is realized before calling 
22319         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
22320         ensure that we got properly size requested and allocated before
22321         realization.
22322         (gtk_window_configure_event):
22323         ignore plain window moves, or reallocate the widget tree through the
22324         resize queue otherwise.
22325         (gtk_window_move_resize):
22326         mostly rewrote this function to figure window manager hints more
22327         reliably, coalesce window moves and resizes to reduce configure events
22328         and do actuall size allocations.
22329
22330 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22331
22332         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
22333         that have a resize pending, because a redraw is already queued for them.
22334
22335         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
22336         hack to clear resize_widgets.
22337
22338         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
22339         for resize containers prior to size allocation. (this is also a bit
22340         ugly, but avoids side effects for stopped emissions and is thus more
22341         reliable).
22342         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
22343
22344         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
22345         function from gtk_tooltips_expose, as we connect to ::expose_event
22346         *and* ::draw now.
22347
22348 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22349
22350         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
22351         checks.
22352         (gtk_target_list_unref): Likewise.
22353
22354         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
22355
22356 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
22357
22358         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
22359         guard against division by zero. (Fixes bug #1339)
22360
22361 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
22362
22363         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
22364         Prevent the trivial leak of information of allowing
22365         word motion when the entry is not visible.
22366
22367 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
22368
22369         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
22370         modality to error dialog as well as confirmation dialogs.
22371         (Bug #1803, reported by Rosanna Wing Sze Yuen)
22372
22373 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22374
22375         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
22376         tree->view_lines.
22377         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
22378
22379         * gtk/Makefile.am (install-data-local): Solaris apparently
22380         has various troubles with ln -f; use rm first instead.
22381         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
22382
22383 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
22384
22385         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
22386         use `cp' followed by `rm' (the `rm' was already there).
22387
22388 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22389         
22390         * configure.in: Fix autoconf warnings about cross compilation by
22391         trying to provide sane defaults for AC_TRY_RUN.
22392         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
22393         put them into $(srcdir) when generated. Also add a dependency of
22394         gtksignal.h on gtkmarshal.h for -j builds. 
22395         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
22396
22397 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
22398
22399         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
22400         GDK_THREADS_{LEAVE,ENTER} pair.
22401         (From Paul Fisher <pnfisher@redhat.com>)
22402
22403 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
22404
22405         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
22406         width and height are always >0 (owen).
22407
22408 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
22409
22410         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
22411         change that assured that a widget's allocated with and height are
22412         always >1, since this breaks *buggy* panel code. unfortunately this
22413         back-breaks the gimp's color selector.
22414
22415         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
22416         allocation is always >0 in width and height, before sending the
22417         configure event; this is a *gross* hack to get the gimp back to work.
22418         
22419         * marked both cases with TODO-1.3
22420
22421 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
22422
22423         * gtk/gtktext.c: Don't display wrap indicators when
22424         text is not editable and word wrap is on.
22425
22426 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
22427
22428         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
22429         option menus here as they are not derived from menu shell, assure that
22430         the option menu has a menu we can add items to.
22431
22432 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
22433
22434         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
22435         width/height to (gint) before calculations and check against < 0 to
22436         avoid guint wraparounds.
22437
22438 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
22439
22440         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
22441         width and height is never zero. sanity check both dimensions against
22442         32767 and issue a warning if the allocation is greater than that.
22443
22444 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
22445
22446         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
22447         to g_main_pending() as well.
22448
22449 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
22450
22451         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
22452         call to g_main_iteration() - since that will regrab
22453         GTK+ lock to process events.
22454
22455 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
22456
22457         * gtk/gtkwindow.c
22458         - Regularize with the rest of GTK+ by making widget->requisition
22459           not reflect the set_usize()
22460         - Always recompute geometry hints, then check if they
22461           changed before sending them to the X server. The
22462           previous checks for changes would fail in a number
22463           of circumstances. 
22464
22465 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
22466
22467         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
22468
22469 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
22470
22471         * gtk/gtkdnd.c:
22472         - Code cleanups
22473         - Instantaneously update on modifier key presses
22474         - Allow cancellation of the drag with Escape.
22475
22476 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
22477
22478         * gtk/testgtk.c (create_handle_box): Set the policy
22479         to auto_shrink - otherwise the appearance is rather
22480         strange when flipping between horizontal and vertical.
22481
22482 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
22483
22484         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
22485         (gtk_window_set_default_size): don't change a value if it's < 0.
22486         queue a resize.
22487
22488 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
22489
22490         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
22491
22492 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
22493
22494         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
22495         add an extra "/" when concating "/" + filename.
22496         (From Matt Grossman <mattg@oz.net>)
22497
22498 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
22499
22500         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
22501         for fg_gc if we set it for drawing pixmap.
22502
22503 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
22504
22505         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
22506         
22507         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
22508         already set, call old engine's destroy function and
22509         unref the old engine.
22510
22511 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
22512
22513         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
22514
22515 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
22516
22517         * gtk/gtkaccelgroup.h: mark certain functions as internal.
22518
22519 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
22520
22521         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
22522         expand behaviour changed.
22523
22524         * gtk/gtklabel.c (gtk_label_set_pattern):
22525         (gtk_label_set_justify):
22526         (gtk_label_set_line_wrap):
22527         don't bother invoking queue_clear, the reallocation does
22528         that for us, always free_words so the upcoming resize will
22529         relayout the label's contents.
22530
22531 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
22532
22533         * applied argument implementation patches from Elena Devdariani
22534         <elena@cogent.ca>.
22535
22536         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
22537         ::space_style, ::relief
22538         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
22539         * gtk/gtkpreview.c: ::expand
22540         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
22541         * gtk/gtknotebook.c: ::homogeneous
22542         * gtk/gtklabel.c: ::wrap
22543         * gtk/gtklist.c: ::selection_mode
22544         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
22545         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
22546         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
22547         * gtk/gtkclist.c: ::sort_type
22548         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
22549         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
22550
22551 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
22552
22553         * gtk/gtkstyle.c: Removed ill-thought-out part of last
22554         comment.
22555
22556 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
22557
22558         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
22559         counting right when we have to attach a new style
22560         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
22561
22562         * gtk/gtkstyle.c: Documented the refcounting
22563         peculularities of gtk_style_attach.
22564
22565 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22566
22567         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
22568         window types.
22569
22570         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
22571         of GTK_TOPLEVEL for creating the window.
22572
22573 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22574
22575         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
22576         the last argument (reported by Per Winkvist).
22577         
22578 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
22579
22580         Fixes for invisible XOR lines (Frank Loemker
22581         <floemker@TechFak.Uni-Bielefeld.DE>)
22582         
22583         * gtk/gtkclist.c (gtk_clist_realize): Always use
22584         a non-zero pixel for GDK_XOR.
22585
22586         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
22587         Use GDK_INVERT instead of GDK_XOR.
22588
22589 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
22590
22591         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
22592         signals if h/voffsets differ from adjustment values.
22593         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
22594
22595 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
22596
22597         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
22598         ::selection-done emissions up to the topmost menu shell.
22599
22600 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
22601
22602         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
22603         the user data on the window before destroying it.
22604
22605         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
22606         unrealize handler to take care of destroying 
22607         notebook->panel properly. 
22608         (Bug #1198 - Morten Welinder <terra@diku.dk>)
22609
22610         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
22611         of g_new and g_realloc to stop memory leak. (Actually,
22612         we could just use g_realloc(), but I'm not 100% sure
22613         that is portable).
22614         (Bug #1196 - Morten Welinder <terra@diku.dk>)
22615
22616 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
22617
22618         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
22619
22620         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
22621         for fontsets.
22622
22623         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
22624         with bin/button confusion.
22625
22626 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
22627
22628         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
22629         and show how preselection of radio items is done.
22630
22631 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
22632
22633         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
22634         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
22635         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
22636         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
22637         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
22638         * gtk/gtktable.c (gtk_table_attach): 
22639         * gtk/gtklist.c (gtk_list_insert_items): 
22640         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
22641         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
22642         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
22643         * gtk/gtkbin.c (gtk_bin_add): 
22644         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
22645         * gtk/gtkfixed.c (gtk_fixed_put): 
22646         * gtk/gtklayout.c (gtk_layout_put):
22647         general fixups to container_add logic. always realize child if
22648         child->parent is realized, only map the child and queue a resize
22649         if child and child->parent are both visible.
22650
22651 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
22652
22653         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
22654         instead of gtk_container_foreach to walk and unrealize children, so
22655         composite children get also unrealized.
22656         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
22657         (gtk_widget_map): assert that the widget is visible (basic constrain).
22658         (gtk_widget_real_map): assert that the widget is realized (basic
22659         constrain).
22660
22661 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
22662
22663         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
22664
22665 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
22666
22667         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
22668         file for iso-8859-2 locales.
22669
22670         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
22671
22672 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
22673
22674         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
22675          (Pointed out by andy@rz.uni-karlsruhe.de and others).
22676          Remove some suspicious and useless lines. 
22677
22678 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
22679
22680         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
22681         width,height = 0, 0 to mean - here to edge of window,
22682         instead of -1, -1, since the former is all we support.
22683
22684 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
22685
22686         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
22687         when removing from quit_functions list.
22688
22689 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
22690
22691         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
22692
22693 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
22694
22695         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
22696          When redrawing characters on non-visible entry, use appropriate
22697          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
22698
22699 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
22700
22701         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
22702         from drag coordinates.
22703         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
22704         use drag_dest_cell.
22705
22706         * gtk/gtktree (drag_dest_cell)
22707         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
22708         (Bug #1129)
22709
22710 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
22711
22712         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
22713         translate_* fields.
22714         (gtk_item_factory_finalize): invoke translate_notify independant from
22715         translate_data.
22716         (gtk_item_factory_set_translate_func): likewise.
22717         (gtk_item_factory_destroy): only remove ifactory pointer from those
22718         widgets that belong to us (stupid me).
22719
22720 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
22721
22722         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
22723         rc_style list when lookup succeeeds.
22724
22725 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
22726
22727         * gtk/gtkctree.c (resync_selection): 
22728         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
22729         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
22730         bug.
22731
22732 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
22733
22734         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
22735         Add some missing GDK_THREADS_ENTER()/LEAVE around
22736         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
22737
22738 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
22739
22740         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
22741         rather than emit_by_name.
22742
22743         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
22744         on the widget across multiple signal emissions.
22745         (gtk_editable_delete_text): same here.
22746         (gtk_editable_class_init): set widget_class->activate_signal after
22747         editable_signals[ACTIVATE] has been created.
22748
22749 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
22750
22751         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
22752         position here prematurely -- we might not have the
22753         right ->min_position and ->max_position yet.
22754
22755 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22756
22757         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
22758         Add error traps so if the other end of the connection
22759         dies, we survive.
22760
22761         * gtk/gtkselection.c (gtk_selection_notify): Clean
22762         up properly when selection property retrieval fails.
22763         
22764         * gtk/gtkselection.c (gtk_selection_request): Correctly
22765         reject SelectionRequest notifies where the handler
22766         returns no data.
22767
22768 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22769
22770         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
22771         when we've previously highlighted.
22772
22773         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
22774         emit two "drag_leave" signals for Motif drops.
22775
22776         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
22777         back the correct status messages when dropping from
22778         Motif onto a proxy window that is rejecting the
22779         drop.
22780
22781 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
22782
22783         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
22784         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
22785         to compare two argument values. added gtk_arg_to_valueloc() to set a
22786         variable from an arg through its location (pointer).
22787
22788         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
22789         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
22790         as gfloat*, uchars are collected as guchar*, ints are collected as
22791         gint*, etc...
22792
22793 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
22794
22795         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
22796         Include <string.h> instead of <strings.h>.
22797
22798         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
22799         (actually, a lot more duplicate includes occur if
22800          you trace through the sequence of #include's)
22801         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
22802         
22803 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22804
22805         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22806         gtk-a-higuti-990322-[0-3]
22807
22808         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22809         that was causing -DX_LOCALE not to work.
22810
22811         * gtk/gtkrc.c (gtk_rc_init):
22812         X_LOCALE will never have LC_MESSAGES defined
22813
22814 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
22815
22816         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
22817         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
22818
22819         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
22820         left/right as well (gtk-michael-980726-0.patch.gz).
22821
22822         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
22823         for pointer values, use gchar instead of char. fixed uline allocation
22824         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
22825         chunks instead of G_ALLOC_ONLY.
22826         (gtk_label_size_request): always alter requisition as passed and leave
22827         widget->requisition alone.
22828         (gtk_label_set_text): allow NULL strings.
22829         (gtk_label_new): likewise.
22830
22831 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
22832
22833         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
22834
22835 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
22836
22837         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
22838         *and* mapped (i.e. drawable).
22839         (gtk_bin_expose): only send exposes to drawable children.
22840
22841         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
22842         (gtk_box_expose): only send exposes to drawable children.
22843
22844         * gtk/gtkhscale.c (gtk_hscale_draw): 
22845         * gtk/gtkvscale.c (gtk_vscale_draw):
22846         hm, this is an ugly one. we first compute the size of our trough area
22847         here (window relative) and then check intersection with the draw_area
22848         which is parent relative because we're a NO_WINDOW widget, so we need
22849         to offset the trough area by allocation.x and allocation.y before the
22850         check. (this must not be done for the background area though, since
22851         that's already computed parent relative).
22852
22853 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
22854
22855         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
22856         unrealize title buttons.
22857
22858 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
22859
22860         * gtk/gtkclist.c (gtk_clist_column_title_passive)
22861         (gtk_clist_column_title_active): 
22862         only connect/disconnect to GtkWidgetClass::event to block mouse events.
22863
22864         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
22865         zero initialize event, removed superfluous gdk_window_get_pointer call
22866
22867         * gtk/gtklist.c (gtk_list_vertical_timeout)
22868         (gtk_list_horizontal_timeout): removed superfluous
22869         gdk_window_get_pointer call
22870
22871 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22872
22873         * plugging problems reported by "Bruce Mitchener, Jr."
22874         <bruce@puremagic.com> due to a purify session.
22875
22876         * gtk/gtkstyle.c:
22877         (gtk_style_ref): 
22878         (gtk_style_unref): assert ref_count to be > 0.
22879
22880         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
22881         the requisition.
22882         (gtk_clist_set_shift): likewise.
22883
22884         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
22885         adjustments.
22886
22887         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
22888         event before sending it and set send_event to TRUE (which needs to
22889         be done for *all* synthesized events).
22890         (gtk_list_vertical_timeout): likewise.
22891
22892         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
22893         leaks.
22894
22895         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
22896         to TRUE when synthesizing events.
22897
22898 [ *** end of merges from 1.2 *** ]      
22899         
22900 1999-11-21  Tor Lillqvist  <tml@iki.fi>
22901
22902         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
22903         (or copied from gdkconfig.h.win32 on Win32, sigh).
22904
22905         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
22906
22907         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
22908
22909         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
22910
22911         * gdk/gdkconfig.h.win32: New file.
22912
22913         * gdk/win32/makefile.cygwin: Build just a static archive here.
22914
22915         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
22916         for the DLL from the static archive built above.
22917
22918         * gdk/gdk.def: Moved here from the win32 subdirectory.
22919
22920         * gdk/win32/*: Adapt for the changed private struct organisation.
22921
22922         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
22923
22924 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
22925
22926         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
22927         for wheel mice (buttons 4 and 5).
22928
22929 1999-11-18  Tor Lillqvist  <tml@iki.fi>
22930
22931         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
22932         drawables use just the pixel field in the foreground and
22933         background GdkColor of the GdkGC.
22934
22935         gdk_gc_set_{fore,back}ground() are called in the GIMP with
22936         GdkColors containing uninitialized (red,green,blue) fields, and
22937         just the pixel field filled in, and furthermore in the
22938         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
22939         It thus turns out that we really don't need to have the full
22940         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
22941         it later to have just the pixel values.
22942
22943 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
22944
22945         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
22946
22947 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
22948
22949         * docs/gtkfaq.sgml: threads example from Erik Mouw.
22950         New question on GtkLabel background colors.
22951
22952         * docs/gtk_tut.sgml:
22953           - Correct the example code callback
22954             function definitions.
22955           - Update the gtkdial example code, from Frans van Schaik.
22956           - Update setselection.c to current API.
22957
22958         * examples/Makefile examples/*/*.c: Update to code
22959         listed in tutorial.
22960
22961 1999-11-10  Tor Lillqvist  <tml@iki.fi>
22962
22963         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
22964         subrange table (from the "Developing International Software for
22965         WIndows 95 and Windows NT" book) was missing the Hangul syllable
22966         block... Get the loaded font's charset correctly.
22967
22968         (Note that this, and the other *-win32.c files, still really are
22969         the old ones, the win32 subdirectory is not ready for compilation
22970         yet after the reorg.)
22971
22972 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
22973
22974         * gtk/gtkclist.c: Fix off-by-one bug in parameter
22975         check.
22976
22977 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
22978
22979         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
22980         on results of XQueryDeviceState().
22981
22982 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
22983
22984         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
22985         we need to accesss only ->children. We need an accessor
22986         for the children.
22987
22988         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
22989         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
22990         to get rid of gdkx.h include.
22991         
22992         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
22993         and random references to 'None'.
22994
22995         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
22996         Get rid of unused #include <gdk/gdkx.h>
22997
22998         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
22999         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
23000         gdkconfig.h.
23001
23002 1999-11-08  Tor Lillqvist  <tml@iki.fi>
23003
23004         * gdk/win32/gdkdraw.c
23005         * gdk/win32/gdkfont.c
23006         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
23007         following yesterday's changes. (Unrelated to Owen's reorg.)
23008
23009 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
23010
23011         * gdk/x11/gdkinput-gxi.c: Add missing include,
23012           fix GdkWindowPrivate => GdkDrawablePrivate.
23013
23014         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
23015
23016         * gdk/x11/Makefile.am (xinput_sources): Add missing
23017         backslash to fix building with --with-xinput=none
23018
23019 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
23020
23021         Move all X specific code into the x11/ directory.
23022         Aside from shuffling things around, did the following:
23023
23024        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
23025          gdk_arg_context_* - a simple argument parsing system
23026          in the style of popt.
23027
23028        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
23029          gdk/x11/gdkprivate-x11.h:
23030          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
23031          add ->klass and ->klass_data fields. The klass_data
23032          field points to an auxilliary structure that is
23033          windowing system dependent.
23034
23035        * gdk/gdkfont.c: Make most of the measurement functions
23036          simply wrappers around gdk_text_extents().
23037
23038        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
23039          _gdk_font_strlen() function that hides the weird
23040          behavior in gtk+-1.[02] where a string is interpreted
23041          differently for 8-bit and 16-bit fonts.
23042
23043        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
23044          to store common code for synthesizing double/triple
23045          press events.
23046         
23047        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
23048          Make all the function that modify an existing GC
23049          simply wrappers around gdk_gc_set_values().
23050          
23051        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
23052          for throwing out later.
23053
23054        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
23055          GdkImagePrivate and GdkColormapPrivate to have a
23056          windowing system dependent part (GdkFontPrivateX etc.)
23057          that "derives" from the system-independent part.
23058
23059        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
23060          Got rid of the included-source-files for XInput in
23061          favor of automake conditionals. (Which didn't exist
23062          when XInput support was originally added.)
23063
23064        * gdk/gdkrgb.c: Remove the visual id from the debugging
23065          statements since that is X11 specific; print out
23066          type/depth info instead.
23067          
23068
23069 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
23070
23071         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
23072         loading duplicates of hashed fonts.
23073
23074         * gdk/gdk.c (gdk_keysym_convert_case): rename
23075         gdk_XConvertCase to gdk_keysym_convert_case, allow
23076         results to be NULL in the GTK+ style.
23077
23078         * gdk/gdkcompat.h: Started compatibility header
23079         for renames.
23080
23081 1999-11-07  Tor Lillqvist  <tml@iki.fi>
23082
23083         * gdk/win32/gdkprivate.h: New font private structures, related to
23084         fontsets.
23085
23086         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
23087         gdk_font_list_free(). On X11, will just be wrappers to
23088         XListFonts() and XFreeFontNames(). On Win32, the code previously
23089         in gtkfontsel.c is now here.
23090
23091         New function gdk_font_xlfd_create(). On X11 will get the FONT
23092         property of the font (for GDK_FONT_FONTs), or call
23093         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
23094         builds a XLFD style name from the font information in the LOGFONT
23095         struct(s).
23096
23097         New function gdk_font_xlfd_free(), which correspondingly frees the
23098         string returned by gdk_font_xlfd_create().
23099
23100         Implement fontsets on Win32. Add a function that iterates over a
23101         wide char string and calls a callback function for each substring
23102         of wide chars from the same Unicode subrange (and thus probably
23103         available in the same real font).
23104
23105         Improve the XLFD emulation a bit.
23106
23107         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
23108
23109         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
23110         Beta3, WM_IME_CHAR messages don't seem to contain the composed
23111         multi-byte char as with the Active IMM on Win9x. Oh well, handle
23112         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
23113         ImmGetCompositionStringW() to get the composed Unicode chars.
23114
23115         * gdk/win32/gdkgc.c
23116         * gdk/win32/gdkdraw.c: Changes needed because of the font private
23117         struct changes.
23118
23119         * gdk/win32/gdk.def: Add the new functions.
23120
23121 1999-11-04  Tor Lillqvist  <tml@iki.fi>
23122
23123         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
23124         get the Platform SDK to get <dimm.h>.
23125
23126         * gdk/win32/gdkevents.c: More event handling fixes and
23127         simplification. Never generate motion events with is_hint true. We
23128         used to do that on bogus grounds earlier. Windows sends
23129         WM_MOUSEMOVE messages on button events even if the mouse hasn't
23130         moved, ignore these.
23131
23132         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
23133
23134         * gdk/win32/gdkglobals.c
23135         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
23136         the TrackMouseEvent function, and use it.
23137
23138         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
23139         char before calling WideCharToMultiByte in order to get a string
23140         for the window title.
23141
23142         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
23143
23144         * gdk/win32/gdk.def: Remove obsolete functions.
23145
23146         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
23147         /nodefaultlib and /defaultlib switches.
23148
23149         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
23150
23151 1999-10-31  Tor Lillqvist  <tml@iki.fi>
23152
23153         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
23154         EuroSign).
23155
23156         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
23157         same type as GdkWChar, especially on Win32.
23158
23159         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
23160
23161         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
23162         before passing to Windows GDI for drawing etc. Convert to the
23163         system default codepage before passing to Windows as window
23164         titles.
23165
23166         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
23167         support changing input locale on the fly.
23168
23169         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
23170         on-the-fly changes. Convert incoming characters from the current
23171         codepage to Unicode (and then to a UTF-8 multi-byte string) based
23172         on the current input language. Use keysym<->Unicode mapping tables
23173         and functions borrowed from xterm sources.
23174
23175         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
23176         editions of Win9x, use the ActiveX-based Active IMM (Input Method
23177         Manager) if available. IMEs and the Active IMM are available under
23178         the disguise of Chinese, Korean and Japanese support for IE and
23179         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
23180         support is present in all editions (as long as you install it).
23181
23182         Call DispatchMessage from gdk_events_queue() (and thus
23183         gdk_WindowProc()), instead of duplicating the code in
23184         gdk_WindowProc().
23185
23186         Reworked the grab handling and propagation code, factored out
23187         duplicated code snippets into separate functions. Other cleanups,
23188         too.
23189
23190         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
23191         the <dimm.h> header describing the Active IMM.
23192
23193         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
23194         just do the same as for "single" fonts.
23195
23196         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
23197         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
23198         the new keysyms from gdkkeysyms.h.
23199
23200         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
23201         fontset, so that gtkentry uses wide characters.
23202
23203         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
23204         GTk+'s system directory "gtk+", not "gtk".
23205
23206 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
23207
23208         * docs/gtkfaq.sgml: FAQ update
23209
23210 1999-10-21  Tor Lillqvist  <tml@iki.fi>
23211
23212         * gdk/win32/gdkprivate.h: Add more font private data.
23213
23214         * gdk/win32/gdkfont.c
23215         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
23216         fonts and strings. Now works much better. You still have to
23217         have a correct font selected, though. No fontset emulation yet.
23218
23219 1999-10-19  Tor Lillqvist  <tml@iki.fi>
23220
23221         * gtk/maketypes.awk: Use G_OS_WIN32.
23222
23223         * gtk/gtk.def: Add some missing entry points. Also some non-public
23224         ones, but PyGTK porter claims to need them.
23225
23226         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
23227         built-in type generation.
23228
23229 1999-10-14  Tor Lillqvist  <tml@iki.fi>
23230
23231         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
23232         GDK_FONT_FONT fonts (which is all we have for now, we don't
23233         emulate fontsets). The X11 version uses plain XDrawString in that
23234         case, too. The string passed to gdk_draw_text_wc seems to be in
23235         fact (at least, when used by gtkentry and gtktext) either in a
23236         single-byte charset, or a DBCS. Not Unicode.
23237
23238         This fixes the problem in gtkfontsel, where even if you had
23239         selected a font with a non-Latin1 charset (windows-greek, for
23240         instance), the preview still used Latin-1 glyphs.
23241
23242         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
23243         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
23244         (gdk_font_load): Recognize the demibold etc weights, even if we
23245         don't have the corresponding constants in the headers.
23246         (gdk_font_hash_insert): Use same hash mechanism as in the X11
23247         version. Should save font resources a bit, when we don't have
23248         multiple HFONTs for the same font.
23249
23250         * gdk/win32/gdkprivate.h: Add the names field as in the X11
23251         version.
23252
23253 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
23254
23255         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
23256         X values
23257
23258 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
23259
23260         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
23261         layout support (as mentioned on
23262         http://www.jcinteractive.com/gnome-ui/software/widgets/)
23263
23264 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
23265
23266         * gtk/fnmatch.c
23267         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
23268
23269 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
23270
23271         * configure.in (ALL_LINGUAS): Added Galician (gl)
23272
23273 1999-10-05  Tor Lillqvist  <tml@iki.fi>
23274
23275         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
23276
23277         * gdk/win32/gdkcompat.c: New file, actually provide an
23278         implementation for the deprecated functions. (Just temporarily.)
23279
23280         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
23281
23282         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
23283
23284         * gdk/win32/gdk.def gtk/gtk.def: Updates.
23285
23286 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
23287
23288         * configure.in: Added "uk" to ALL_LINGUAS.
23289         
23290 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
23291
23292         * configure.in: correct checking for BeOS check
23293
23294         * gdk/gdktypes.h
23295         * gtk/fnmatch.c
23296         * gtk/gtkfilesel.c
23297         * gtk/gtkitemfactory.c
23298         * gtk/gtkmain.[ch]
23299         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
23300
23301 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23302
23303         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
23304         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
23305         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
23306         by Bulgarian). 
23307
23308 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
23309
23310         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
23311         Fix a reference to window_private->destroyed.   
23312
23313         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
23314         (ugly) setting of an internal GdkWindow member to use
23315         a _slightly_ cleaner macro.
23316
23317         * gdk/gdkprivate.h: Split GdkWindowPrivate into
23318         GdkDrawablePrivate and GdkWindowPrivate.
23319         Add extra macros for accessing GDK_DRAWABLE_ components.
23320
23321         * *.[ch]: Massive adjustments for the above, use the
23322         new macros in a lot of places.
23323
23324 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
23325
23326         * gdk/gdktypes.h: Make GdkDrawable the base type,
23327         not GdkWindow.
23328
23329 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
23330
23331         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
23332
23333 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
23334
23335         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
23336
23337 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
23338
23339         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
23340         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
23341
23342         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
23343
23344         * docs/gtk-config.1: Now autogenerated.
23345         * docs/Changes-1.4.txt: started
23346         
23347 1999-10-03  Tor Lillqvist  <tml@iki.fi>
23348
23349         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
23350         to #ifdef also here.
23351
23352         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
23353         Owen did to the X11 backend.
23354
23355         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
23356         ScrollWindowEx when blitting inside a window, it can't be correct
23357         in the general case.
23358
23359         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
23360         WM_GETMINMAXINFO is easier.
23361
23362         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
23363         depth equal to the bitspixel value, not the visual's depth.
23364
23365         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
23366         to 24 even if the bitspixel value is 32.
23367
23368         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
23369         need to check for depth==32 when bpp==32, depth will always be 24.
23370
23371 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
23372
23373         * docs/Changes-1.4.txt: Started
23374         
23375         * gtk/Makefile.am (gdk_headers): Include all the new headers.
23376
23377         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
23378         
23379         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
23380         into C file.
23381         
23382         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
23383         header to gdkinputprivate.h.
23384
23385         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
23386         unused since before 1.2.
23387
23388 1999-09-30  Tor Lillqvist  <tml@iki.fi>
23389
23390         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
23391         expand possible hex escapes in the font family (put there by
23392         logfont_to_xlfd if the font name isn't a legal XLFD font family,
23393         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
23394         On Win32, add hex escapes here, too.
23395
23396 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
23397
23398         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
23399         to #ifdef GDK_WINDOWING_X11.
23400
23401 [ Merges from gtk-1-2 ]
23402
23403 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
23404
23405         * configure.in: fixed "GNU Make" check to pass with new make version
23406         3.77.95.
23407
23408 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
23409
23410         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
23411         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
23412         AM_PATH_GTK() macros don't get confused by the -pre1.
23413
23414 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23415
23416         * configure.in (REBUILD): Change check for perl5
23417           to check explicitely for v >= 5.002. (5.001
23418           does not work with our scripts.)
23419
23420 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
23421
23422         * configure.in: evaluate $PERL for the perl version check. added
23423         --disable-rebuilds to give the user an option to completely disable
23424         any source autogeneration rules.
23425
23426 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
23427
23428         * configure.in: evaluate $ac_make when checking for GNU Make.
23429
23430 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23431
23432         * docs/Makefile.am: added generation.txt.
23433
23434         * Makefile.am: require automake 1.4, build README from README.in and
23435         INSTALL from INSTALL.in in dist-hook.
23436         
23437         * README.in:
23438         * INSTALL.in: new files to autogenerate README and INSTALL from.
23439
23440         * configure.in: figure whether we have GNU Make
23441
23442         * docs/generation.txt: minor additions/corrections.
23443
23444 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23445
23446         * docs/gtkfaq.sgml: FAQ Update
23447
23448 July 30, 1999 Elliot Lee <sopwith@redhat.com>
23449         
23450         * configure.in: Fix autoconf warnings about cross compilation by
23451         trying to provide sane defaults for AC_TRY_RUN.
23452
23453 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
23454
23455         * ltconfig
23456         * ltmain.sh: upgrade to libtool 1.3.3
23457
23458 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
23459
23460         * INSTALL: Indicate that the --with-glib= configure
23461         time flag is unsupported.
23462
23463 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
23464
23465         * docs/generation.txt: Added a file that gives
23466         documenation about the autogeneration process for
23467         various autogenerated files.
23468         
23469 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23470
23471         * configure.in (LIBS): Look for libgmodule in the
23472         right location.
23473
23474 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
23475
23476         * docs/gtk_tut.sgml: Removed references to
23477         code examples in my directory on gtk.org as
23478         they should all be in the tutorial now.
23479
23480         * docs/gtk_tut.sgml: Added sources for dial-test
23481         and scribble-xinput programs that were previously
23482         missing.
23483
23484 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
23485
23486         * TODO: Added entry about menu keyboard navigation, removed
23487         some finished items.
23488
23489 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
23490
23491         * acinclude.m4: Standardize on func_dgettext
23492         not func_gettext, so that the checks for dgettext
23493         actually are paid attention to.
23494
23495 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
23496
23497         * configure.in (LIBS): Add $INTLLIBS into $LIBS
23498         directly, rather than repeating the checks for
23499         gettext.
23500
23501         * INSTALL: Added information about gettext and
23502         NLS support.
23503
23504         * acinclude.m4 (LIBM): Check for dgettext, not
23505         just gettext. This should hopefully fix things wrt
23506         systems with old versions of GNU gettext installed.
23507
23508 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23509
23510         * configure.in (LIBS): Look for libgmodule in the
23511         right location.
23512
23513 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23514
23515         * autogen.sh: add --enable-maintainer-mode
23516
23517         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
23518
23519 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
23520
23521         * docs/gtk-config.1.in:
23522           docs/Makefile.am:
23523           configure.in: gtk-config is now generated.
23524
23525         * docs/gtk-config.1: Removed, now generated.
23526
23527 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
23528
23529         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
23530         handle CreateNotify itself, still put out a debuging message for
23531         --gdk-debug=events. made the ReparentNotify debugging message more
23532         verbose.
23533         wrap xcoords translation for ConfigureEvents into an error trap,
23534         a destroy event may already be pending, and in that case, the
23535         actuall coordinate values are not at all critical.
23536
23537 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
23538
23539         * gdk/gdkcc.c: Stop leaking the color_hash all over
23540         the place. Simplify and improve the logic.
23541
23542 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23543
23544         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
23545         for prototypes and function implementations consistent (reported
23546         by Tomas Ogren).
23547
23548 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23549
23550         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
23551         send_event set in debugging output.
23552         (gdk_compress_exposures): default initialize the event so we don't
23553         operate on bogus values (namely send_event).
23554
23555 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23556
23557         * gdk/gdkwindow.c: When we receive an unexpected
23558         destroy notify on one of our windows, don't just
23559         warn about it, also mark our windows as destroyed.
23560
23561 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
23562
23563         * gdk/gdkfont.c (gdk_font_hash_insert): Add
23564           name => font and name => fontset hashes. The 
23565           name => fontset hash is a _big_ win since we
23566           weren't previously caching fontsets at all and loading
23567           fontsets is expensive. The name => font hash
23568           is less of a win, but it does save us from doing
23569           repeated XQueryFont calls on the same font.
23570
23571         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
23572           list so we can remove font/fontset from hash.
23573
23574 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23575
23576         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
23577           and slightly confusing test. [ XInternAtom (,,TRUE)
23578           will never return None ].
23579
23580 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
23581
23582         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
23583           gdk/gdkwindow.c (gdk_window_set_hints):
23584
23585         Don't omit setting the properties if flags == 0 -
23586         there may be an existing set of properties there
23587         already. (Very old bug. Would it be better to
23588         delete the property instead?)
23589
23590         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
23591           spelling error in comment.
23592
23593 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
23594
23595         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
23596           to avoid stomping over gdk_error_warnings.
23597
23598         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
23599           as (bits_per_pixel + 7) / 8. This gives the same
23600           result as before for multiples of 8, but actually
23601           a "reasonable" value for 1bit or 4bit displays.
23602
23603 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23604
23605         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
23606         GNU Make.
23607
23608 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
23609
23610         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
23611         discarding configure events.
23612
23613 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
23614
23615         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
23616         refcount is greater than zero.
23617
23618         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
23619
23620         * gdk/gdkfont.c (gdk_font_unref): Likewise.
23621
23622         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
23623
23624         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
23625
23626 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
23627
23628         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
23629         that format 32 => sizeof(item) == 4. It really is
23630         sizeof(long).
23631
23632 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
23633
23634         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
23635         core dump at all on X IO errors, only core dump
23636         if --enable-debug for X errors.
23637
23638 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
23639
23640         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
23641         unknown window:" message. disabled ConfigureNotify discarding code,
23642         because it led to events being processed out of order.
23643
23644 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
23645
23646         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
23647
23648         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
23649         we export this function, supress error warnings and don't reset the
23650         error code in the first half of this function.
23651
23652         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
23653         code (instead of just -1) so gdk_error_trap_pop() reveals something
23654         actually informative about the error that happened.
23655
23656         * gdk/*.c:
23657         don't rely on gdk_error_code being -1 if an error occoured, but just
23658         gdk_error_code != 0.
23659
23660 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
23661
23662         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
23663         pointer *before* invoking the filter function, so we at least don't
23664         crash if a filter is removed that is currently executed. window filters
23665         *really* need to be made truely reentrant at some point.
23666
23667 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
23668
23669         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
23670         PropertyNotify debug messages.
23671
23672 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
23673         
23674         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
23675         
23676         * gdk/gdkim.c: Fix cut-and-paste errors for 
23677         x/y and PreeditAttributes/StatusAttributes.
23678
23679 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23680
23681         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
23682         G_MAXINT to 2^16 to alleviate overflow problems in
23683         various window managers.
23684
23685 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23686
23687         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23688         for fontsets.
23689
23690 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
23691
23692         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
23693         Initialize size_hints.x and size_hints.y because kwm
23694         brokenly pays attention to them.
23695         (Bug #1181 -  Lars Heete <hel@admin.de>)
23696
23697 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
23698
23699         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
23700         return value of gdk_list_visuals(). 
23701         (Bug #1193 - Morten Welinder <terra@diku.dk>)
23702
23703 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
23704
23705         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
23706         XSetIMValues to (void *) when comparing to NULL, to workaround
23707         the problem of some compilers barfing since older X headers don't
23708         have the prototype for it.
23709
23710 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
23711
23712         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
23713         for pseudocolor where colormap->colors was double
23714         allocated.
23715
23716         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
23717         color value in the hash table with the pixel filled
23718         in so when we do later hash table lookups, the color
23719         value is correct.
23720         
23721 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
23722
23723         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
23724         making the call
23725
23726 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
23727
23728         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
23729         pointed out by Morten Welinder <terra@diku.dk>.
23730
23731 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23732
23733         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23734           default filter from the list
23735
23736 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23737
23738         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23739           default filter from the list
23740
23741 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
23742
23743         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
23744
23745         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
23746         g_strdup_printf instead of calcing the length separately
23747
23748 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
23749
23750         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
23751         that we don't do in many other places. (Fixing duplicate 
23752         #include of config.h)
23753
23754         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
23755         Otherwise, #ifndef XINPUT_NONE check in the latter
23756         doesn't work. (Bug #546)
23757
23758 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
23759
23760         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
23761         "None" case insensitive.
23762
23763 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23764
23765         * gdk/gdkselection.c: 
23766         Add error traps so if the other end of the connection
23767         dies, we survive.
23768
23769 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23770
23771         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
23772         dest_xid field into two fields - one for the window
23773         to send in messages, one to indicate the last looked
23774         up window for caching purposes. This is needed, so
23775         that Leave messages get the correct window.
23776
23777 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
23778
23779         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
23780         Fix warning created by people mucking around
23781         with the gsource API.
23782
23783         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
23784         Change mapping between GIOCondition and GdkInputCondition
23785         to match the way the Linux kernel does it. This should
23786         fix problems where closed pipes were no longer signalling
23787         GDK_INPUT_READ on systems with a native poll().
23788
23789 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
23790
23791         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
23792         explicitly for the string "None" - it is in the XPM
23793         spec and some servers treat unknown colors in odd ways
23794         (like asking the user!)
23795
23796 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23797
23798         * gdk/gdkevents.c: made "->" into a "." of previous change so
23799         it compiles
23800
23801 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
23802
23803         * gdk/gdkevents.c (gdk_compress_exposures): Set the
23804         window field of the event structure before calling
23805         user filters.
23806
23807 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23808
23809         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
23810         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
23811
23812 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
23813
23814         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
23815         intermediate text property - prevents major memory
23816         leak when gdk_use_mb.
23817         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
23818
23819 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23820
23821         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23822         gtk-a-higuti-990322-[0-3]
23823
23824         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
23825         sizeof(wchar_t) != sizeof (GdkWChar)
23826
23827         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23828         that was causing -DX_LOCALE not to work.
23829
23830         * gtk/gtkrc.c (gtk_rc_init):
23831         X_LOCALE will never have LC_MESSAGES defined
23832
23833         * gdk/gdk.c (gdk_init_check):
23834         Remove --xim-preedit and --xim-status from argv properly.
23835
23836         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
23837         that the client window is present on the X server
23838         before we pass it to the input method.
23839
23840 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23841
23842         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
23843         if --display is specified on the command line, than
23844         the drag window will not be created on that display.
23845         
23846 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
23847
23848         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
23849         lookups with only_if_exists == TRUE were inserting
23850         bogus values into the atom cache.
23851
23852 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23853
23854         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
23855         then reset it to NULL.
23856
23857         * gdk/gdkcolor.c:
23858         (gdk_colors_free): 
23859         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
23860         key for g_hash_table_remove() in both functions, this prevents us
23861         from accessing possibly uninitialized portions of a GdkColor structure
23862         where we are only interested in its pixel value.
23863
23864 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23865
23866         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23867         font hash table, if we have a GdkFontPrivate entry for this font
23868         already, simply increment its reference count, provided by Olaf Dietsche
23869         <olaf.dietsche+list.gtk@netcologne.de>.
23870
23871 1999-09-21  Tor Lillqvist  <tml@iki.fi>
23872
23873         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
23874         just to be sure.
23875
23876         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
23877         unused variables, leftovers from the X11 version.
23878
23879         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
23880
23881         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
23882         downcase fields on X11.
23883
23884 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23885         
23886         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
23887         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
23888
23889 1999-09-17  Tor Lillqvist  <tml@iki.fi>
23890
23891         * gdk/win32/gdk.def: Add gdk_threads_mutex.
23892
23893         * gtk/makefile.msc: Correct path to libintl.
23894
23895         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
23896         use of gint vs. int, and gint vs. gboolean in headers and
23897         definitions. Use GtkType for the *_get_type functions. Note that
23898         these changes preserve binary compatibility.
23899
23900         * gdk/gdk.c
23901         * gdk/win32/gdk.c
23902         * gdk/gdk.h: Fix inconsistencies: gint vs int.
23903
23904         * gtk/gtkmain.c
23905         * gtk/gtkclist.c
23906         * gtk/gtkmenufactory.c
23907         * gtk/gtknotebook.c
23908         * gtk/gtkwidget.c: Fix inconsistencies, also gint
23909         vs. gboolean.
23910
23911         * gtk/gtkcolorsel.[ch]
23912         * gtk/gtkcombo.[ch]
23913         * gtk/gtkdrawingarea.[ch]
23914         * gtk/gtkgamma.[ch]
23915         * gtk/gtkhandlebox.[ch]
23916         * gtk/gtkhpaned.[ch]
23917         * gtk/gtkhruler.[ch]
23918         * gtk/gtkplug.[ch]
23919         * gtk/gtkpreview.[ch]
23920         * gtk/gtkruler.[ch]
23921         * gtk/gtksocket.[ch]
23922         * gtk/gtkstatusbar.[ch]
23923         * gtk/gtktoolbar.[ch]
23924         * gtk/gtkvbbox.[ch]
23925         * gtk/gtkvpaned.[ch]
23926         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
23927         functions.
23928
23929         * gtk/gtkgamma.h: Fix bug, missing () in call of
23930         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
23931
23932 1999-09-14  Tor Lillqvist  <tml@iki.fi>
23933
23934         * gdk/gdkcolor.c (gdk_colormap_new)
23935         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
23936         colormap->colors was allocated twice.
23937
23938         * gdk/win32/gdk.c: Remove some unused stuff.
23939
23940         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
23941         colormap.
23942
23943         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
23944         * gtk/gtklabel.h (gtk_label_get_type)
23945         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
23946         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
23947         in a couple of places, not guint.
23948
23949 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23950
23951         * configure.in,po/et.po: added Estonian language file
23952
23953 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23954
23955         * configure.in,po/da.po: added Danish file
23956
23957 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
23958
23959         * docs/gtkfaq.sgml: Minor FAQ Update
23960
23961 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
23962
23963         * docs/gtkfaq.sgml: FAQ update
23964
23965 1999-08-27  Tor Lillqvist  <tml@iki.fi>
23966
23967         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
23968         way to get window contents continually refreshed while resizing. I
23969         didn't like the effects myself, so it's not on by default.
23970
23971         * gdk/win32/gdkprivate.h: New flag variable
23972         gdk_event_func_from_window_proc, FALSE by default.
23973
23974         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
23975         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
23976         are passed --gdk-event-func-from-window-proc.
23977
23978         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
23979         and we have am event_func, call it instead of enqueing the event.
23980
23981 1999-08-23  Tor Lillqvist  <tml@iki.fi>
23982
23983         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
23984         Kelley: Set expose_count in GdkEventExposes correctly.
23985
23986         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
23987         MULTIPLE_WINDOW_CLASSES).
23988
23989         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
23990         for bug in NT, apparently NT *does* draw the end pixel, too, in
23991         LineTo with a one-pixel pen, so we don't have to do it ourselves.
23992
23993 1999-08-21  Tor Lillqvist  <tml@iki.fi>
23994
23995         Improvements by Hans Breuer: 
23996
23997         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
23998
23999         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
24000         CS_?REDRAW flags as they cause lots of (late) redraws when "show
24001         window contents while dragging" is turned on. Allocate at least
24002         one unique class for every GdkWindowType. If support for single
24003         window-specific icons is ever needed (eg. Dialog specific), every
24004         such window should get its own class.
24005
24006 1999-08-19  Tor Lillqvist  <tml@iki.fi>
24007
24008         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
24009         error that caused crashes.
24010
24011 1999-08-17  Tor Lillqvist  <tml@iki.fi>
24012
24013         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
24014         window, use ScrollWindowEx, and call UpdateWindow. This prevents
24015         bugs when for instance part of the window was outside the
24016         display. Thanks to Philippe Colantoni for finding and fixing this.
24017
24018 1999-08-16  Tor Lillqvist  <tml@iki.fi>
24019
24020         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
24021         endpoint calculations which were totally wrong. (A little RTFMing
24022         helps a lot ;-)
24023
24024         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
24025         from a separate directory, not from gettext, because of licensing
24026         issues (we want to use the LGPL version).
24027
24028         * README.win32: Mention the intl from glibc vs from gettext issue.
24029
24030 1999-08-13  Tor Lillqvist  <tml@iki.fi>
24031
24032         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
24033         in the key event handling: Now AltGr chars work again. Also,
24034         now Alt-digits are passed up as well as Control-digits.
24035         Pass keypad plus and minus as normal plus and minus.
24036
24037 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
24038
24039         * docs/gtkfaq.sgml: FAQ Update
24040
24041 1999-07-25  Tor Lillqvist  <tml@iki.fi>
24042
24043         * README.win32
24044         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
24045         the Wintab SDK.
24046
24047         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
24048         OK, but getting closer. Guard against bogus tilt data from Wacom
24049         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
24050         enable easier building without Wintab.
24051
24052         * gdk/win32/gdkinput.h
24053         * gdk/win32/gdkevents.c 
24054         * gdk/win32/gdkwindow.c: Minor changes related related to above.
24055         
24056         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
24057         code. As we have just one visual on Win32, no sense to have it in a
24058         table, and no need for the hash table.
24059
24060         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
24061         better on white background.
24062
24063 1999-07-21  Tor Lillqvist  <tml@iki.fi>
24064
24065         * README.win32: Update gcc build instructions. Mention gettext is
24066         GPL.
24067
24068         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
24069         supported cursor size with GetSystemMetrics.
24070
24071         * gdk/win32/gdkfont.c
24072         * gtk/gtkfontsel.c: Guard against some font weight and charset
24073         symbols being undefined (in mingw32 headers).
24074
24075         * gdk/win32/makefile.cygwin
24076         * gtk/makefile.cygwin
24077         * gtk/gtkthemes.c: No longer need to have differently named
24078         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
24079
24080 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
24081
24082         * docs/gtkfaq.sgml: Long awaited FAQ update.
24083
24084 1999-07-15  Tor Lillqvist  <tml@iki.fi>
24085
24086         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
24087         it. Obscure bit manipulation needed.
24088
24089         * gdk/win32/gdkevents.c: Logging.
24090         
24091         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
24092         style (file name include compiler name) for theme engines.
24093
24094 1999-07-13  Tor Lillqvist  <tml@iki.fi>
24095
24096         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
24097
24098         * gdk/win32/gdkevents.c: Fix long-standing bug in key
24099         events. The key.string wasn't zero-terminated, still we strdup'ed
24100         it in gdk_event_copy(). Synthesize crossing events for button
24101         events before possible propagation.
24102
24103         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
24104
24105         * gdk/win32/makefile.cygwin
24106         * gtk/makefile.cygwin: Use new DLL naming style for the
24107         GCC-compiled ones.
24108
24109         * gdk/win32/makefile.msc
24110         * gtk/makefile.msc: Cosmetics mostly.
24111
24112         * gtk/gtk.def: Add missing entry points.
24113
24114         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
24115
24116 1999-07-09  Tor Lillqvist  <tml@iki.fi>
24117
24118         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
24119         or height is zero. Don't print a warning if Pie or Arc fails, they
24120         always fail (?) for very narrow ellipses.
24121
24122         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
24123         the part or the destination window corresponding to source area
24124         outside of the source drawable's boundary.
24125
24126         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
24127         anything if less than two points.
24128
24129         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
24130         return NULL. Gtk cut-and-paste inside a single program works
24131         better this way. (It always gets the clipboard contents from
24132         Windows, not from its own copy, which is cleared anyway. I can't
24133         say I fully understand what happens... Emulating the X selection
24134         and property stuff is a bit of a mess.)
24135
24136         * gdk/win32/gdkevents.c
24137         * gdk/win32/gdkproperty.c: A bit more verbose logging.
24138
24139         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
24140         that never got deleted). Revamp gdk_region_shrink.
24141
24142         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
24143         after use.
24144
24145         * gtk/gtk.def: Add some missing entry points.
24146
24147         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
24148         component.
24149
24150 1999-07-04  Tor Lillqvist  <tml@iki.fi>
24151
24152         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
24153         Control-digits specially.
24154
24155 1999-07-03  Tor Lillqvist  <tml@iki.fi>
24156
24157         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
24158
24159 1999-06-28  Tor Lillqvist  <tml@iki.fi>
24160
24161         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
24162         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
24163         finding this.)
24164
24165 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
24166
24167         * gtk+.spec.in: Corrected some typos in files section.
24168         
24169 1999-06-15  Tor Lillqvist  <tml@iki.fi>
24170
24171         * README.win32: Mention using GNU gettext.
24172         * config.h.win32: Enable NLS stuff.
24173         * gtk/makefile.msc: Use GNU gettext.
24174         * gdk/win32/gdkdnd.c: Minor header reorg.
24175         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
24176         cosmetics.
24177         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
24178         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
24179
24180 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
24181
24182         * acinclude.m4
24183         * config.guess
24184         * config.status
24185         * ltconfig
24186         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
24187
24188 1999-05-30  Tor Lillqvist  <tml@iki.fi>
24189
24190         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
24191         SafeAdjustWindowRectEx. Don't override all calls to
24192         AdjustWindowRectEx by it, but use it only in two places: When
24193         creating a new top-level window and when moving a top-level
24194         window.
24195
24196         Use screen coordinate rectangle, not client rectangle, in
24197         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
24198         when we try to place a window so that the decoration (mainly,
24199         title bar) isn't visible.
24200
24201         These changes fix the bug that showed up for instance as the
24202         GIMP's saved top-level windows moving right and down (by an amount
24203         equal to the window decoration) for each session. This bug showed
24204         up also in testgtk's "Saved Position".
24205
24206         gdk_window_resize also redone a bit.
24207
24208 1999-05-25  Tor Lillqvist  <tml@iki.fi>
24209
24210         * gtk/testgtkrc: Add (commented out) Windows-style theme
24211         include line.
24212
24213         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
24214
24215 1999-05-18  Tor Lillqvist  <tml@iki.fi>
24216
24217         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
24218         gdkx.h to a gdk subdirectory, so that applications can include
24219         these with <gdk/*.h> without trouble.
24220
24221         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
24222         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
24223         have their bitmap destroyed.
24224
24225         * gdk/win32/gdk.def: Add gdk_root_parent.
24226
24227 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
24228
24229         * configure.in
24230           gtk-config.in
24231           ltconfig
24232           ltmain.sh     
24233           gtk/Makefile.am: changes to compile nicely (with xlib) 
24234           on BeOS
24235
24236 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
24237
24238         * acinclude.m4
24239         * config.guess
24240         * config.sub
24241         * ltconfig
24242         * ltmain.sh: upgrade to libtool 1.3
24243
24244 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
24245
24246         * gtk/gtkclist.c:
24247         * gtk/gtkctree.c: merges from gtk-1-2
24248
24249 1999-04-25  Tor Lillqvist  <tml@iki.fi>
24250
24251         Support added for building using a GNU toolchain on Win32,
24252         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
24253
24254         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
24255         * config.h.win32: Changes for gcc.
24256         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
24257         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
24258         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
24259         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
24260         Protect shl stuff unavaiilable with mingw32 headers.
24261         * gdk/win32/gdkevents.c: Fix typo.
24262         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
24263         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
24264         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
24265         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
24266         the mingw32 headers.
24267         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
24268         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
24269         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
24270         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
24271         Test for NATIVE_WIN32, not _MSC_VER.
24272         * gtk/gtkmain.c: No use warning about developer version on Win32,
24273         there aren't any non-developer versions anyhow.
24274         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
24275         * gtk/makefile.msc: Use pthread from another directory. Minor other
24276         changes. 
24277
24278 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24279
24280         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24281           default filter from the list
24282
24283 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
24284
24285         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
24286          when gtk_widget_grab_default() is called for a widget that
24287          is not within a GtkWindow.
24288
24289 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
24290
24291         * docs/gtk_tut.sgml, examples/clist.c: use a
24292           scrolled window in the clist example. Minor
24293           tutorial fixes.
24294
24295 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
24296
24297         * docs/gtk_tut.sgml: Style check from David King
24298           <dking@youvegotmail.net>
24299
24300 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
24301
24302         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
24303         compile with unknown value of GDK_WINDOWING
24304
24305 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
24306
24307         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
24308         after the rule is fired.
24309         (install-exec-local): Install gdkconfig.h only if the contents are
24310         different from the currently installed gdkconfig.h.
24311
24312 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
24313
24314         * gdk/Makefile.am (configexecincludedir): Rename from 
24315         configincludedir so that gdkconfig.h will be installed 
24316         as part of `make install-exec'. 
24317
24318 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
24319
24320         * acinclude.m4
24321         * config.guess
24322         * config.sub
24323         * ltconfig
24324         * ltmain.sh: upgrade to libtool 1.2f
24325
24326         * autogen.sh: libtool is not required to autogen gtk+
24327
24328         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
24329         needed)
24330
24331 1999-03-18  Tor Lillqvist  <tml@iki.fi>
24332
24333         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
24334         declaring gdk variables exported/imported from the DLL. New image
24335         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
24336         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
24337         GDK_DRAG_PROTO_OLE2.
24338
24339         * gdk/gdk.h: Merge in Win32 version: Two new functions,
24340         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
24341         declared only for the Win32 version, but could be in the X11
24342         version as well. (Needed for a Xlib-less gdk_imlib.)
24343         gdk_color_hash should have only one parameter. Declare
24344         gdk_threads_mutex with GDKVAR.
24345         
24346         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
24347         just one parameter.
24348
24349         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
24350         per pixel, not bits.
24351
24352         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
24353         Fetch bpp (which means bits-per-pixel here) from another place on
24354         Win32. Accept also depth==32 (which we might get on Win32) with
24355         bpp==32.
24356
24357         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
24358         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
24359         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
24360         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
24361         in the backend-dependent directory, not in the common gdk
24362         directory.
24363
24364         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
24365         headers.
24366
24367 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
24368
24369         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
24370         want to use the Gtk+ devel version (which is true, and yes - even i am
24371         currently working with the 1.2.x branch). so everyone reading this, you
24372         probably want to issue
24373         cvs checkout -r glib-1-2 glib
24374         and
24375         cvs checkout -r gtk-1-2 gtk+
24376         as your next two comands.
24377
24378 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
24379
24380         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
24381         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
24382
24383         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
24384         file. strongly deprecated the GTK_HAVE_* macros, we provide
24385         GTK_CHECK_VERSION() for people that need to check for certain
24386         Gtk+ versions.
24387
24388         * gtk/gtkcompat.h: removed this from CVS.
24389         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
24390         idea right from the start, it just didn't seem like that back then.
24391
24392 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
24393
24394         * merges from gtk-1-2:
24395
24396 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
24397
24398         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
24399         item factory class has been created.
24400         (gtk_item_factory_parse_rc): likewise.
24401
24402         * gtk/gtkmenu.c:
24403         keep proper references for old_active_menu_item.
24404         (gtk_menu_reparent): unset the usize of the new parent,
24405         so the menu can sanely be size requested and we don't get nasty screen
24406         artefacts upon next reparentation.
24407         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
24408         enter notify. only synthesize enter notifies if the pointer really is
24409         inside the event window.
24410         (gtk_menu_popdown): use gtk_menu_shell_deselect().
24411         (gtk_menu_popup): move the background setting stuff into
24412         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
24413
24414         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
24415         gtk_menu_shell_select_item() to select the new item.
24416         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
24417         do the right thing for deselection as well.
24418
24419 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
24420
24421         * gtk/gtkwidget.[hc]:
24422         (gtk_widget_accelerators_locked): return whether a widget's accelerators
24423         are locked.
24424
24425         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
24426         existing accelerators if the widget's accelerators are locked.
24427
24428 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
24429
24430         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
24431
24432         * gtk/gtkmenu.c: truely forward key press and key release events to
24433         the menu widget from the toplevel or tearoff window. we can't simply
24434         connect to that, we need to stop further processing of the events as
24435         well.
24436
24437 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
24438
24439         * gtk/gtkmenu.c:
24440         (gtk_menu_key_press): pass event->keyval, event->state to
24441         gtk_accelerator_valid, instead of event->keyval twice.
24442         refuse to install single letter accelerators for menus that use
24443         single letter shortcuts.
24444
24445         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
24446         gtk_menu_ensure_uline_accel_group().
24447
24448         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
24449         which will always return an uline accel group, made
24450         gtk_menu_get_uline_accel_group() return NULL if the group isn't
24451         yet created.
24452
24453 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
24454
24455         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
24456
24457         * gtk/gtkclist.c (gtk_clist_column_title_passive):
24458         Leave button sensitive, trap  button_press, button_release,
24459         motion_notify, enter_notify and leave_notify events instead.
24460         (gtk_clist_column_title_active): disconnect event handler.
24461         (gtk_clist_drag_data_get): fixed memory leak. Reported by
24462         Guillaume Laurent <glaurent@worldnet.fr>
24463
24464 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
24465
24466         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
24467         width/height mixups.
24468
24469         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
24470         if needed.
24471
24472 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
24473
24474         * gtk/testgtk.c (create_item_factory): unref the item factory after
24475         window's destruction.
24476
24477         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
24478         count on the menu shell around the menu item's activation, since the
24479         signal emission may cause menu shell destruction.
24480
24481         * gtk/gtkitemfactory.c:
24482         the previous code leaked one accel group per menu. we use
24483         gtk_menu_get_uline_accel_group() now to fix that, and with that
24484         also create the underline accelerator group of the menus only if
24485         required (i.e. an underline accelerator has been specified).
24486         (gtk_item_factory_construct):
24487         (gtk_item_factory_create_item): removed code that would create an
24488         extra accel group for the menu (and leak references).
24489         (gtk_item_factory_create_item): adapted the underline accelerator
24490         installation code to properly feature gtk_menu_get_uline_accel_group().
24491
24492         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
24493         menu->accel_group, this may return NULL if the accelerator group
24494         hasn't been set yet.
24495         added gtk_menu_get_uline_accel_group() to retrive the underline
24496         accelerator group of the menu, this will be created on demand
24497         and proper care is taken about its reference count.
24498
24499         * gtk/gtkitemfactory.h:
24500         * gtk/gtkitemfactory.c:
24501         dumped the approach of keeping a widgets by action list on the
24502         factory since the factory<->widget destroy negotiation didn't work
24503         and would be hard to get going at all. instead we keep a list of
24504         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
24505         persistant throughout a program's life time).
24506         also, i removed the static const gchar *key_* variables, and made
24507         them inline strings (they weren't actually used anyways).
24508         (gtk_item_factory_add_item): update ifactory->items.
24509         (gtk_item_factory_destroy): destroy ifactory->items (and remove
24510         the item factory pointer from the remaining ifactory widgets).
24511         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
24512         list to find the widget.
24513         (gtk_item_factory_get_item): new function that works around
24514         gtk_item_factory_get_widget() limitations, this function will only
24515         return menu items, even for <Branch> entries.
24516
24517 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24518
24519         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24520         font hash table, if we have a GdkFontPrivate entry for this font
24521         already, simply increment its reference count, provided by Olaf Dietsche
24522         <olaf.dietsche+list.gtk@netcologne.de>.
24523
24524         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24525         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24526
24527 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
24528
24529         * gtk/gtkcontainer.c:
24530         (gtk_container_add_with_args):
24531         (gtk_container_addv):
24532         (gtk_container_add): before adding a child to a conatiner, make sure
24533         it is (default) constructed, this is neccessary because under certain
24534         circumstances the child will get relized and mapped immediatedly, in
24535         which case it has to be constructed already.
24536
24537 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
24538
24539         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
24540         values > 1 as TRUE also.
24541
24542 1999-03-16  Tor Lillqvist  <tml@iki.fi>
24543
24544         * README.win32: New file.
24545                 
24546         * configure.in: Check for lstat.
24547
24548         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
24549         completeness.
24550
24551         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
24552
24553         * gtk/gtk.def: Removed CRs.
24554
24555         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
24556         ..\gdk\win32).
24557
24558         * gdk/win32/makefile.msc: Correct upwards relative paths.
24559         
24560 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
24561
24562         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
24563           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
24564           it was connecting a void function to expose_event and the int
24565           returning function to the draw signal
24566
24567 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
24568
24569         * configure.in:
24570         Use correct path to libgmodule.la when ref'ing uninstalled copy
24571         of glib.  (Already in stable branch, Bug #417)
24572
24573 1999-03-15  Tor Lillqvist  <tml@iki.fi>
24574
24575         Win32 merge and general portability stuff:
24576                 
24577         * acconfig.h,configure.in: Check for <sys/time.h>.
24578
24579         * gdk/win32: New directory (actually, been there for a while).
24580         
24581         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
24582         NATIVE_WIN32, and use these. Always case fold on Win32. No
24583         backslashed escapes on native Win32.
24584
24585         * gtk/{gtk.def,makefile.msc}: New files.
24586
24587         * gtk/Makefile.am: Add above new files.
24588         
24589         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
24590         instead of <strings.h>.
24591
24592         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
24593         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
24594         <unistd.h> appropriately.
24595
24596         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
24597         Use ABS() (from <glib.h>) instead of abs().
24598         
24599         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
24600         of gtk (and thus glib) headers, so that WIN32 will be
24601         defined. With MS C, include <direct.h> for mkdir prototype.
24602
24603         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
24604         some casts, needed by MS C.
24605
24606         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
24607         implemented).
24608
24609         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
24610         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
24611         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
24612
24613         * gtk/gtkmain.h: Mark variables for export/import on Win32.
24614                 
24615         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
24616         the event is not a hint, or its window is not the slider. Needed
24617         on Win32, at least.
24618
24619         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
24620         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
24621         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
24622         a subdirectory of the Windows directory as gtk system
24623         configuration directory.
24624
24625         * gtk/gtkselection.c: No chunks on Win32.
24626
24627         * gtk/gtksocket.c: Not implemented on Win32.
24628
24629         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
24630
24631         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
24632
24633         * gtk/maketypes.awk: Declare variables with a macro that expands to
24634         necessary export/import magic in the case of Win32.
24635                 
24636         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
24637
24638 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
24639
24640         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
24641         since those were meant only for gdki18n.h.  
24642         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
24643         for widechar tests.
24644         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
24645
24646 1999-03-13  Tor Lillqvist  <tml@iki.fi>
24647
24648         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
24649         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
24650
24651         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
24652         installed) to CFLAGS.
24653
24654         * gdk/Makefile.am: Add rules for gdkconfig.h.
24655
24656         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
24657         APIs.
24658
24659         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
24660         gdkx.h anyway when compiling for X11.
24661         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
24662         general): Merge in Win32 version.
24663         
24664         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
24665         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
24666         expansion (if we don't have HAVE_PWD_H), allow for drive
24667         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
24668         included code from Craig Setera's port to Win32 (the one that uses
24669         X11, and the cygwin dll), even if it probably will be abandoned.
24670
24671         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
24672         the user entered one herself.  This way one can complete *.h and
24673         don't get matches on any .help files, for instance.
24674         
24675 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24676
24677         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24678         font hash table, if we have a GdkFontPrivate entry for this font
24679         already, simply increment its reference count, provided by Olaf Dietsche
24680         <olaf.dietsche+list.gtk@netcologne.de>.
24681
24682         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24683         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24684
24685 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24686
24687         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
24688         the number of calls to gdk_draw_point() (and thus to X) by
24689         clipping the points by hand.
24690
24691         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
24692         the clip parameter.
24693         (gtk_handle_box_paint): Only paint the handle if the expose area
24694         intersects it.
24695
24696 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24697
24698         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
24699
24700 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
24701
24702         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
24703         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
24704
24705 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24706
24707         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
24708          textmode (O_TEXT) for OS/2 version.
24709
24710 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
24711
24712         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
24713         GtkSpinButton, "input" and "output", to make the output more flexible.
24714         The user has to provide a mapping between adjustment->value and the
24715         output string (and vice versa, if the spin button is editable). 
24716         See testgtk for examples.
24717
24718 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
24719
24720         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
24721         new one.
24722         
24723         * configure.in: set gtk+ version to 1.3.0.