]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
83f90821c204689b0b87e81b56fff4c2e4f38e02
[~andy/gtk] / ChangeLog.pre-2-8
1 2002-01-01  Havoc Pennington  <hp@pobox.com>
2
3         * gtk/gtktextview.c (changed_handler): Replace call to
4         gtk_widget_size_request() that expected to actually compute the
5         request with a direct use of widget_class->size_request, so we get
6         our size request right; fixes remaining part of #63065 reported by
7         Matthias Clasen
8
9 2001-12-31  Havoc Pennington  <hp@pobox.com>
10
11         * tests/testtext.c (do_insert_and_scroll): remove backward_char
12         since we no longer have bogus newline
13         (dialog_response_callback): remove another backward_char horkage, 
14         reported by Matthias Clasen #63065
15
16 2001-12-31  Havoc Pennington  <hp@pobox.com>
17
18         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
19         fix an incorrect assertion that the "valid" flag is always correct
20         in a node and add explanatory comment. This keeps me from 
21         reproducing #59101, but I'm remembering that 59101 was actually 
22         about incorrect pixel totals, so I'm not sure 59101 is actually 
23         fixed. May just have stopped happening due to some change in 
24         how C-k works.
25
26 2001-12-31  Havoc Pennington  <hp@pobox.com>
27
28         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
29         selection if shift is down, bug #50939
30         (gtk_text_view_button_press_event): add double/triple click
31         selection to the current selection if shift is down
32
33 2001-12-31  Havoc Pennington  <hp@pobox.com>
34
35         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
36         to use ensure_byte_offsets not ensure_char_offsets, patch 
37         from Padraig O'Briain bug #67356
38         
39 2001-12-30  Havoc Pennington  <hp@pobox.com>
40
41         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
42         the right values, reported by Jeff Franks
43
44 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
45
46         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
47
48 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
49
50         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
51         Minor documentation tweaks.
52
53 2001-12-28  Tor Lillqvist  <tml@iki.fi>
54
55         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
56         (unicode_classify): Don't return -1 on encountering an
57         unclassified character, but play it safe and return U_BASIC_LATIN.
58
59 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
60
61         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
62         of misc->xpad/ypad consistent with GtkLabel. Do 
63         directional flipping when interpreting misc->xalign/yalign.
64         Fix off-by-one error for negative x,y. (#67472, reported
65         by Mathieu Lacage)
66
67 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
68
69         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
70         Remove optimization that was causing problems because
71         we called gtk_widget_size_request() before we called
72         gtk_widget_queue_resize() so RESIZE_NEEDED was not
73         set. Optimization shouldn't mattter now that we
74         are smart about needlessly size requesting or allocating
75         widgets. (#67598, reported by Jacob Berkman)
76
77 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
78
79         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
80         Call gdk_window_get_pointer() on menu->bin_window not
81         menu->window, so we get the correct window for the
82         menu item. (#65213, Guillermo S. Romero)
83
84 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
85
86         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
87         the title by setting to NULL. Move docs inline. 
88         Update the title if the tearoff window already
89         exists. Code cleanup. (Fixes #65190, reported by
90         Vitaly Tishkov.)
91
92 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
93
94         * gtk/gtksocket.c (gtk_socket_key_press_event): 
95         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
96         special handling of key presses unless we are doing 
97         iter-app embedding. (Fixes #67590, Anders Carlsson)
98
99 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
100
101         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
102         (gtk_tree_model_sort_sort_level),
103         (gtk_tree_model_sort_insert_value): fix a few places where
104         I was confused between modelsort iters and other iters. This was
105         really going to happen someday ;)
106
107 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
108
109         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
110         we are unprelighted before reordering
111
112         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
113         need to break out of the for loop, not return (this fixed
114         the 'selection freeze' bug).
115
116         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
117         be pretty stable now, though it still needs some more code
118         cleanups.
119
120 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
121
122         * docs/Changes-2.0.txt: Document the fact that
123         gtk_paned_set_handle_size() has been removed.
124
125         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
126         since it pointed to gtk_paned_set_handle_size(), which
127         was removed. (#66760, Matt Wilson)
128
129 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
130
131         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
132         gtk_drag_hightlight_expose _after_, so it works with
133         widgets that paint there entire background. (#66735)
134
135 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
136
137         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
138         allocation to widget->allocation. (Fixes #67290,
139         Chris Phelps.)
140
141 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
142
143         (#67542, reported by Anders Carlsson)
144         
145         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
146         rc_style->font_desc with defaul style instead of replacing
147         it.
148
149         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
150         font descriptions in RC styles by calling
151         pango_font_description_merge(). 
152
153 2001-12-24  James Henstridge  <james@daa.com.au>
154
155         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
156         valid with both SGML and XML.
157
158 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
159
160         * configure.in: 1.3.12, interface, binary age 0.
161
162         * configure.in: Require new versions of Glib, Pango, ATK.
163
164         * NEWS: Updated.
165
166         * configure.in: Make explicit what libtool we are executing.
167         (Tomas Ogren)
168
169         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
170
171         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
172         parameter names for docs.
173
174 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
175
176         * gtk/gtkwindow.c (gtk_window_realize) 
177           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
178
179         * gtk/gtkentry.c (gtk_entry_key_release)
180           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
181         key release events to the input method.
182
183         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
184         Handle release of Control/Shift to end hex sequence.
185
186         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
187         Handle key releases as well as presses.
188
189 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
190
191         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
192
193         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
194         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
195         documentation about underscores and mnemonics. (#66380)
196
197         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
198         cyclic reference in docs.
199
200         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
201         of default value. (#65402)
202
203         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
204         Markup fixes.
205
206 2001-12-20  Anders Carlsson  <andersca@gnu.org>
207
208         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
209         map here.
210
211 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
212
213         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
214         (reported by Jeff Franks.)
215
216 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
217
218         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
219         prototype for direction_changed. (Reported by
220         Jeff Franks.)
221
222 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
223
224         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
225         Fix typo (list->data becomes list->next)
226
227 2001-12-06  Havoc Pennington  <hp@redhat.com>
228
229         Add Unicode control char menu, based on patch from Dov.
230         Bug #63495
231         
232         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
233         gtk_entry_enter_text
234         (gtk_entry_enter_text): function to do "typing in text"
235         (popup_targets_received): add the Unicode menu items
236
237         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
238         on Input Methods item, and add the unicode menu items.
239
240         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
241         used in GtkEntry and GtkTextView - may become public later.     
242
243 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
244
245         * gtk/gtkprogressbar.c: Fix a typo.
246         * gtk/gtkpaned.c: Fix a typo.
247         
248 2001-12-15  Darin Adler  <darin@bentspoon.com>
249
250         Fix some warnings.
251
252         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
253         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
254         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
255         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
256         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
257         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
258         Restructure loop to get rid of uninitialized variable warning. Also
259         gives a tiny efficiency gain.
260
261 2001-12-15  Murray Cumming  <murrayc@usa.net>
262
263         * Fixed first arg type of GtkScale's "format_value" signal's
264         function pointer.
265
266 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
267         docs/reference/gtk/tmpl/gtkcelleditable.sgml
268                 gtkcelleditable -> GtkCellEditable
269         docs/reference/gtk/tmpl/gtktreesortable.sgml
270                 gtktreesortable -> GtkTreeSortable
271
272 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
273
274         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
275         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
276         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
277         resp.
278
279 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
280
281         * gtk/gtktreeview.c (validate_visible_area): free path
282         at the end
283
284 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
285
286         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
287
288 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
289
290         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
291         to find the clicked node in the tree when tree == NULL
292
293 2001-12-13  Anders Carlsson  <andersca@gnu.org>
294
295         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
296         event->state with the default mod mask. 
297
298 2001-12-12  jacob berkman  <jacob@ximian.com>
299
300         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
301
302 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
303
304         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
305         Reset the existing slave before removing it to give
306         it a chance to commit and emit "preedit_changed" 
307         in case there was still a preedit string.
308
309 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
310         
311         * gtk/gtktextlayout.c: Typo fixes
312         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
313
314         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
315         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
316
317         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
318
319 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
320
321         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
322         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
323
324 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
325
326         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
327         "prepainting" the menu before realizing other than
328         via gtk_style_set_background() - this was broken when
329         we added menu scroll support.
330
331         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
332         window in the expose event -- fixes problem with border
333         flashing during scrolling.
334
335 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
336
337         * gtk/gtksettings.c (gtk_settings_get_property): Support
338         using names/nicks for the gdk_settings values for enum valued
339         types. (#57678, reported by Anders Carlsson)
340
341 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
342
343         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
344         with insert_page_menu.  Code duplication is bad.
345
346         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
347         wrong fix yesterday.
348
349 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
350
351         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
352         modifiers.
353
354 2001-12-12  James Henstridge  <james@daa.com.au>
355
356         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
357         (menu_item)->accel_path first when looking up the accel path.
358
359 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
360
361         * tests/testgtk.c (layout_expose_handler): Only draw
362         for events on the bin window.
363
364 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
365
366         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
367         mnemonics work with notebooks.
368
369 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
370
371         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
372         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
373         Makes some flicker while scrolling go away.
374
375 2001-12-11  Michael Natterer  <mitch@gimp.org>
376
377         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
378         adds alpha to the pixbuf; re-load the saved pixbuf and
379         pixel-by-pixel compare it with the original one.
380
381 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
382
383         * ChangeLog: Fix wrong ChangeLog entry
384         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
385         right corner
386
387 2001-12-10  jacob berkman  <jacob@ximian.com>
388
389         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
390         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
391         (gdk_keyboard_grab): do not grab things if the nograb debug flag
392         is set
393
394         * gdk/gdkinternals.h: 
395         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
396         keyboard / mouse
397
398 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
399
400         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
401         didn't reset the timer.
402
403 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
404
405         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
406
407 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
408
409         * gtk/gtkviewport.c: Add docs.
410
411 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
412
413         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
414         RBTree corruption bug--
415
416 2001-12-10  Anders Carlsson  <andersca@gnu.org>
417
418         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
419         if edited_column is NULL, also grab focus before removing
420         the cell_editable.
421
422 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
423
424         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
425           denominator in the horizontal case just like we do in the vertical
426           case (why I didn't notice that there were two cases the first time
427           around is beyond me:).  Also fix indentation in the vertical case.
428
429 2001-12-09  Anders Carlsson  <andersca@gnu.org>
430
431         * gdk/x11/gdkevents-x11.c: Update xsettings name.
432
433         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
434         gtk-dnd-drag-threshold GtkSetting.
435
436         * gtk/gtksettings.c (gtk_settings_class_init): Add 
437         setting for dnd drag threshold.
438
439 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
440
441         * gtk/gtkcontainer.c: Add docs.
442
443 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
444
445         * gtk/gtkwidget.c: Doc markup fix. 
446
447         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
448
449         * gtk/gtktreestore.c: Typo fixes. (#66445)
450
451         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
452
453         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
454         to gtk_clipboard_set_with_owner(). (#66424)
455  
456 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
457
458         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
459         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
460         Fabrice Bellet <fabrice@gnu.org>, #54127).
461
462 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
463
464         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
465         of places, so that people with crashy trees can just run their
466         program with GTK_DEBUG=TREE.
467
468 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
469
470         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
471         per jrb's request
472
473 2001-12-08  Anders Carlsson  <andersca@gnu.org>
474
475         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
476         since then the default GtkLayout expose handler won't be called.
477
478 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
479
480         * gtk/gtktreeview.c (validate_rows_handler): remove
481         g_return_if_fail.
482
483         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
484         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
485         empty model.
486
487 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
488
489         * gtk/gtktreeview.c (validate_visible_area): get logic right,
490         #66249
491
492         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
493         removing a node ended up with a corrupt tree.  Really really nasty
494         bug.
495         (_gtk_rbtree_debug_spew): new debug helper function
496         (_fixup_validation): new inline function to clean up code
497         readability a lot. 
498
499 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
500
501         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
502         Close comment.
503
504 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
505
506         * gtk/gtkstyle.h: Typo fixes.
507
508         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
509
510         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
511
512 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
513
514         * modules/input/gtkimcontextxim.c: Display the XIM
515         status callbacks with a popup window. (Patch from
516         HideToshi Tajima, #50628, somewhat modified.)
517
518 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
519
520         * gtk/Makefile.am: each source generation rule needs to use its own
521         temporary file, to avoid clashes for parallel builds. fixed rules
522         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
523
524 2001-12-07  Havoc Pennington  <hp@pobox.com>
525
526         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
527         "cursors that are actually useful" in gdk_cursor_new() docs
528
529 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
530
531         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
532         in computing the size of the second child.
533
534 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
535
536         * gtk/gtkrange.c: Make button 1 clicks on the trough
537         do pages, button 3 steps. (Patch from Hans Breuer
538         #63735)
539
540 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
541
542         * gtk/gtklabel.c: Fix docs. (#66383)
543
544         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
545         (#66278, #66280)
546         
547         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
548         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
549
550         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
551         Don't emit a g_warning() about being deprecated. (#66208)       
552
553         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
554
555         * gtk/gtkcontainer.c: Doc fixes.
556         
557         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
558
559         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
560
561 2001-12-05  Sven Neumann  <sven@gimp.org>
562
563         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
564
565         * gtk/queryimmodules.c: g_dir_read_name() returns const.
566
567 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
568
569         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
570         #66225
571         
572 2001-12-04  Manish Singh  <yosh@gimp.org>
573
574         * gtk/gtkmain.c
575         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
576         a gpointer.
577
578         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
579         correction to docs.
580
581         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
582
583 2001-12-04  Havoc Pennington  <hp@redhat.com>
584
585         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
586         g_assert_not_reached() that was bogus, since we demand-create the
587         tag info. reported by Chris Phelps
588
589         Jump through assorted hoops to fix bug from Chris Phelps where 
590         removing tags from the table resulted in btree trying to 
591         access tag->table
592         
593         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
594         ourselves to the tag table
595
596         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
597         (_gtk_text_tag_table_remove_buffer): private cruft to 
598         let us notify buffer of disappearing tags
599
600         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
601         header, put it in tagprivate    
602
603         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
604         tag_removed; it's emitted too late.
605         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
606         this
607
608         Padding for ABI-compat expansion
609         
610         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
611         (struct _GtkTextAppearance): one pad in here too
612
613         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
614
615         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
616         since action signals etc. seem pretty likely
617
618         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
619
620         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
621
622         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
623
624 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
625
626         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
627
628         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
629
630         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
631
632 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
633
634         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
635         #62084.
636
637 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
638
639         * demos/gtk-demo/main.c: (create_tree): Minor fix.
640
641         * docs/tree-column-sizing.txt: Update
642
643         * gtk/gtkrbtree.[ch]: Massive work to support validation.
644
645         * gtk/gtktreemodel.c: Doc fixes.
646
647         * gtk/gtktreeview.c: Incremental reflow added.
648         * gtk/gtktreeviewcolumn.c: ditto
649         * gtk/gtktreeviewcolumn.h: ditto
650
651 2001-12-04  Havoc Pennington  <hp@redhat.com>
652         
653         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
654         "invisible" property, #65999
655
656 2001-12-04  Matt Wilson  <msw@redhat.com>
657
658         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
659
660 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
661
662         * gtk/gtksettings.c (gtk_settings_set_property_value):
663         Simplify, make more efficient and fix memory leak
664         when turning quark into a string. (#66103, HideToshi
665         Tajima)
666
667         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
668         init() and unref priv->tooltips in destroy rather
669         than calling gtk_object_destroy() which has no
670         effect on memory management. (#66104, HideToshi
671         Tajima)
672
673         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
674         so we free the when the object is freed. (Fixes memory
675         leak, #66096, HideToshi Tajima)
676
677         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
678         a full GdkEvent structure to avoid reads of uninitialized/
679         invalid memory in gdk_event_put() (#65877, patch
680         from Hidetoshi Tajima)
681
682 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
683
684         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
685         toggle-size-request doesn't take a requisition.
686
687         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
688         reference to marshaler that no longer exists.
689
690 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
691
692         Patch from Bill Haneman (with many modifications) to make
693         the focus color work on dark themes and to make the
694         focus line width configurable. (#61079, #63074)
695
696         * gtk/gtkwidget.c: Add style properties, 
697         ::focus-widget, ::focus-line-width, and ::focus-padding.
698
699         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
700         state argument as well so we can use fg[STATE] to
701         draw instead of always drawing with black. 
702         Cange paint_focus() to respect GtkWidget::focus-width
703         and GtkWidget::focus-line-pattern. Fix continuity
704         problem where the default 1-1 stipple had a blob
705         in one corner and a gap in the other. Change the
706         interpretation of x/y/width/height to be the bounding
707         box of the focus rect instead of the rectangle
708         passed to gdk_draw_rectangle.
709
710         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
711         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
712         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
713         and ::focus-line-padding.
714
715         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
716         and remove duplicated code; fix drawing of focus rectangle
717         when interior-focus = FALSE. (#63072, #63073)
718
719         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
720         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
721         Range and TreeViewColumn will need more extensive fixing.
722
723         * gtk/gtkcolorsel.c: Honor focus line attributes when
724         drawing the focus on the color swatches. (#63071)
725
726         * gtk/gtkhsv.c: Honor focus line attributes when
727         drawing the focus for the ring and triangle.
728
729         * docs/widget_geometry.txt: Start at documenting how 
730         various widgets are drawn.
731
732         * gtk/gtkbutton.c (_gtk_button_paint): Export 
733         _gtk_button_paint() librarywide, so we don't have 
734         duplicate a bunch of code in gtktogglebutton.c.
735
736         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
737
738 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
739
740         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
741         NONE:POINTER.
742
743 2001-12-03  Alex Larsson  <alexl@redhat.com>
744
745         * gtk/gtkaccellabel.c:
746         * gtk/gtkarrow.c:
747         * gtk/gtkcolorsel.c:
748         * gtk/gtkcontainer.c:
749         * gtk/gtklabel.c:
750         * gtk/gtktextview.c:
751         * gtk/gtktogglebutton.c:
752         * gtk/gtktreeview.c:
753         * gtk/gtkwindow.c:
754         Return FALSE from expose handlers.
755
756 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
757
758         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
759         we use pointers, we should free the previous pointer first (if
760         it exists), before we set a new pointer. (#64726)
761
762         * gtk/gtktreeprivate.h: get rid of cursor_drag
763
764         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
765         for cursor_drag
766         (gtk_tree_view_bin_expose): don't directly return in the while
767         loop
768         (gtk_tree_view_class_init): indentend expanders by default
769         (gtk_tree_view_header_focus): only give the button focus
770         if it's clickable, visible and the column is reorderable
771         (#65539)
772
773         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
774         create and free cursor
775
776 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
777
778         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
779         some bugs with size requisition. (From Bill Haneman)
780
781         * gtk/gtkcalendar.c: Draw headers and selection in 
782         base/text[SELECTED] instead of fg/bg[SELECTED].
783
784         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
785         code and formatting.
786
787 2001-12-03  Havoc Pennington  <hp@pobox.com>
788
789         * gtk/gtktextview.c (set_window_height): 
790         (set_window_width): Hmm, setter functions normally assign the new
791         value to the object field. Reported by Chris Phelps.
792
793 2001-11-30  jacob berkman  <jacob@ximian.com>
794
795         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
796         signal id to 0 after we disconnect from it
797
798 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
799
800         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
801         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
802         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
803         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
804
805         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
806         GTK_DISABLE_DEPRECATED.
807
808         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
809         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
810
811 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
812
813         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
814         move/resize code, removing various bad, non-functional
815         hacks. (Fixes #65048, reported by Damon Chaplin.)
816
817 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
818
819         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
820         bad match error when target drawable is not the 
821         same depth as the root window. (#65841)
822
823         * HACKING: Update.
824
825 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
826
827         * gdk/gdkwindow.c: Typo fix.
828
829 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
830
831         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
832         empty menu items to behave like insensitive items (#59456)
833
834         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
835         next item if the first item in the menu is a tear off item
836         (#59456-2, suggestion by Matthias Clasen)
837
838         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
839         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
840         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
841         (gtk_real_menu_shell_activate_current): add check, so empty
842         menu items behave like insensitive items (#59456)
843         
844         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
845         the checks more readable ...
846         
847         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
848         (gtk_menu_shell_button_release): causes the menu to dropdown if the
849         caption is clicked again (#64977)
850
851 2001-11-29  Havoc Pennington  <hp@redhat.com>
852
853         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
854         assertion here that we were at the end iterator was not correct;
855         change code to move us to the end iterator. bug #65731
856
857 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
858
859         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
860         improper use of g_locale_to_utf8() to convert from
861         latin-1, and do it the easy way by building the string
862         correctly in the first place.
863
864 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
865
866         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
867         Convert atoms to and from atoms for properties of type XA_ATOM.
868         (#65555, patch from Hidetoshi Tajima)
869
870 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
871
872         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
873         to avoid problems with Objective C.
874
875 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
876         
877         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
878
879         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
880         Fix docs. (#65505)
881
882         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
883
884 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
885
886         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
887         accounting of menu->tearoff_scrollbar width to here
888         and make sure we have the correct requisition.
889
890         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
891         by using gtk_window_move().
892
893         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
894         the requisition to be updated by calling
895         gtk_widget_size_request() (#65440)
896
897         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
898         queue resize before calling gtk_menu_set_tearoff_state().
899
900 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
901
902         * demos/gtk-demo/editable_cells.c: fix typo
903
904         * demos/gtk-demo/list_store.c (add_columns): remove call to
905         gtk_tree_view_column_set_clickable which didn't make sense
906
907 2001-11-28  Havoc Pennington  <hp@redhat.com>
908
909         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
910         explaining the validation error in front of the G_BREAKPOINT
911
912         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
913         process updates with include_children = FALSE instead of TRUE, so
914         we redraw the range only, not the whole darn window.  Making
915         GtkRange a NO_WINDOW widget had weirdly caused the text widget
916         Trace/breakpoint trap bug to become much easier to trigger.
917
918 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
919
920         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
921         to gdkcursors.h.
922
923 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
924
925         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
926
927         * gdk/gdkcursor.h: Directly include the contents
928         of gdkcursors.h in the GdkCursorType enum.
929
930         * gdk/gdkcursors.h: Deleted.
931
932         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
933         header boilerplate.
934
935         * gdk/Makefile.am: Remove the X-derived-headers rule.
936
937 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
938
939         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
940         Notify on the ::active property _here_, not in
941         gtk_check_menu_item_set_active.
942
943 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
944
945         * gtk/gtkcellrendererpixbuf.c
946         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
947         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
948
949 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
950
951         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
952         comment about what is going on in this file.
953
954         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
955         x/y problem.
956
957 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
958
959         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
960         Calculate size based on the _child_ of the menu item,
961         not the menuitem. (#65005, Damon Chaplin)
962
963         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
964         some extra vertical padding to the label widget ... restores
965         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
966
967 2001-11-26  Tor Lillqvist  <tml@iki.fi>
968
969         * demos/pixbuf-demo.c
970         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
971
972         * demos/gtk-demo/main.c (read_line): No flockfile() or
973         getc_unlocked() on Win32.
974
975 2001-11-25  Tor Lillqvist  <tml@iki.fi>
976
977         * configure.in
978         * acconfig.h: As we now use GDir, no need to check for dirent.h.
979
980 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
981
982         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
983         when finished (#65266)
984
985 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
986
987         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
988         data after we set the property. (#65264)
989
990 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
991
992         * gtk/gtkbutton.c: add destroy method so label_text gets freed
993         if it has been allocated (#65268)
994
995 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
996
997         * gdk/linux-fb/gdkdrawable-fb2.c
998         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
999
1000         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
1001
1002         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
1003         set_family
1004         
1005         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
1006
1007 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
1008
1009         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
1010         deactivate menu when menu_item isn't sensitive (#61389)
1011
1012 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
1013
1014         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
1015         we return (in case of a failure here)
1016
1017 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
1018
1019         * gtk/gtknotebook.c: Handle events in windows other
1020         than widget->event_window properly. (#65079, reported
1021         by Damon Chaplin)
1022
1023         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
1024
1025 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
1026
1027         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
1028         the image at the top. (#65020, request from Seth Nickell)
1029
1030 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
1031
1032         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
1033         arithmetic that was resulting in rows being drawn too low.
1034         (#65001, reported by Damon Chaplin)
1035
1036 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
1037
1038         * gtk/gtkrange.c (gtk_range_button_press): Offset 
1039         invalidated range correctly.
1040
1041         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
1042         of title window. (#65001, reported by Damon Chaplin)
1043
1044         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
1045         horrible hack with use of ::event_after.
1046
1047 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
1048
1049         * Version 1.3.11
1050
1051         * configure.in (ATK_REQUIRED_VERSION): Require
1052         GLib-1.3.11, Pango-0.22, ATK-0.7.
1053
1054         * tests/prop-editor.c (property_widget): Restore
1055         to working as well as it did before.
1056
1057         * gtk/gtklistitem.h: Mark deprecated since it is
1058         an integral part of GtkList.
1059
1060         * demos/gtk-demo/demo-common.h: New header file,
1061         for a common functions not important to the meat
1062         of the demos.
1063         
1064         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
1065         function to search for a file used by the demo.
1066
1067         * demos/*.c: Use demo_find_file.
1068
1069 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
1070
1071         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
1072         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
1073         fixes already mentioned in ChangeLog entry on 2001-11-14.
1074
1075         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
1076
1077 2001-11-23  Hans Breuer  <hans@breuer.org>
1078
1079         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
1080         reflect Pango API change
1081
1082         * gtk/gtk.def : updated externals
1083
1084         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
1085         g_return_val_if_fail() to avoid 'function must return a value'
1086
1087         * gtk/gtkrc.c : added spaces to fix small coding style issues
1088         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
1089         'static correctness'
1090
1091         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
1092         because they only can be build on win32 after applying my patch
1093
1094 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
1095
1096         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
1097         children, in order for the input pnly window to stay *above*
1098         children.
1099
1100 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
1101
1102         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
1103         type walks againts G_TYPE_FUNDAMENTAL_MAX.
1104         
1105         * tests/prop-editor.c: disable type hackery.
1106
1107 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
1108
1109         * gdk/gdkimage.c (gdk_image_get): Fix problem with
1110         lost parameter.
1111
1112 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
1113
1114         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
1115         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
1116         trailing commas in enum declarations.
1117
1118 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
1119
1120         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
1121         interface, binary age 0.
1122
1123         * NEWS: Updates
1124
1125         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
1126         fixes in docs.
1127
1128         * gtk/gtkmain.h: Remove unused and misnamespaced
1129         get_gtk_win32_directory() prototype.
1130
1131         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
1132         to match header.
1133
1134         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
1135         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
1136         to match docs.
1137
1138         * gdk/gdkevents.c (gdk_event_get_coords)
1139           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
1140           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
1141         Fix parameter names in docs.
1142         
1143         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
1144         (#64961, Akira Tagoh)
1145
1146 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
1147
1148         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
1149
1150         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
1151
1152         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
1153
1154         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
1155         back to gtk_accel_groups_from_object(), change @acceleratable
1156         parameter to gtk_accel_groups_activate() accordingly.
1157
1158         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
1159         left-over comment about quark return.
1160
1161         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
1162
1163         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
1164         (Patch from Matt Wilson)
1165
1166         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
1167         object is finalized.
1168
1169 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
1170
1171         * applied patch from owen to get rid of accel map notifiers.
1172         changed things to fix reentrancy and API as discussed on gtk-devel.
1173
1174         * gtk/gtkaccelgroup.[hc]:
1175         (gtk_accel_group_finalize): unregister this accel group from all
1176         accel map paths.
1177         (accel_closure_invalidate): handle invalidation of closures by
1178         disconnecting their accelerators.
1179         (quick_accel_add): move closure connection and changed notification
1180         into this function to reduce code duplication. don't emit change
1181         notification on closurers without accelerators.
1182         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
1183         for a GtkAccelGroupEntry.
1184         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
1185         (gtk_accel_group_connect_by_path): new function to add accelerators
1186         with an accel path.
1187         (gtk_accel_group_disconnect_closure): new function, disconnect a
1188         closure from of an accel group.
1189         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
1190         accel_mods pair and remove them.
1191         (_gtk_accel_group_reconnect): new function that basically does
1192         gtk_accel_group_disconnect_closure() and
1193         gtk_accel_group_connect_by_path() once an accel path changed.
1194         (gtk_accel_groups_disconnect_closure): remove this, there's
1195         gtk_accel_group_disconnect_closure().
1196         
1197         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
1198         nuke notifiers.
1199         (_gtk_accel_path_is_valid): make this non-static for
1200         gtkwidget.c and gtkaccelgroup.c assertions.
1201         (gtk_accel_map_add_notifer): removed this function.
1202         (gtk_accel_map_remove_notifer): same.
1203         (_gtk_accel_map_add_group):
1204         (_gtk_accel_map_remove_group): (un-)register accel groups, with
1205         accel paths for correct propagation.
1206         (gtk_accel_map_add_entry): return void.
1207         (gtk_accel_map_lookup): return gboolean instead of GQuark.
1208         
1209         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
1210         set accel_path on widgets.
1211         
1212         * gtk/gtkwidget.[hc]:
1213         (accel_path_changed): got rid of this, changes are handled by
1214         accel maps internally now.
1215         (_gtk_widget_set_accel_path): get things to work without notifiers.
1216         (gtk_widget_list_accel_closures): list accel closures of a widget.
1217         
1218         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
1219
1220 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
1221
1222         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
1223
1224 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
1225
1226         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
1227         replace gboolean free_last in the function parameters with
1228         gint depth. Changes to reflect new situation.
1229
1230         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
1231         replace gboolean free_last, with gint depth, add gint current_depth.
1232         Changes to reflect new situation.
1233
1234         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
1235         to reflect new situation
1236
1237         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
1238
1239 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
1240
1241         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
1242         where notebook gap was double shifted by allocation.x/y
1243
1244         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
1245         to unmap children.
1246
1247 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
1248
1249         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
1250         allocation to be relative to paned->allocation, now
1251         that this is a NO_WINDOW widget.
1252         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
1253
1254         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
1255         needs to be a boxed property.
1256
1257 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
1258
1259         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
1260         Use the widget's state when drawing the indicator, as
1261         in GtkCheckButton. This gives us color changes for
1262         un-prelighted checkbuttons. (#63308, Matt Wilson)
1263
1264 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
1265
1266         (Fixes related to #64428, Michael Meeks)
1267
1268         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
1269         widget, so it gets mapped again properly when we
1270         add to a parent.
1271
1272         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
1273         plug->socket_window. 
1274
1275         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
1276         socket_window to NULL, not FALSE.
1277
1278         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
1279         socket->same_app to TRUE. (#64612)
1280
1281 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
1282
1283         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
1284         gtk_fixed_set/get_has_window() to remove criticism
1285         about GTK_WIDGET_SET_FLAGS() hacks.
1286
1287 2001-11-19  Michael Natterer  <mitch@gimp.org>
1288
1289         * gtk/gtknotebook.c: show notebook->event_window with
1290         gdk_window_show_unraised(), so it doesn't catch the events which
1291         should go to the tab widgets first.
1292
1293 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
1294
1295         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
1296         "resizable" property, to get rid of the
1297         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
1298         (gtk_tree_view_column_set_resizable): New function to set resizable.
1299         (gtk_tree_view_column_set_resizable): getter.
1300
1301         * tests/testtreecolumns.c (add_clicked): modify for above change.
1302
1303         * Makefile.am (install-data-hook): remove old .pc files before
1304         installing the new one.  We used to symlink this, and it will
1305         break old installs.
1306
1307 2001-11-19  Havoc Pennington  <hp@pobox.com>
1308
1309         * tests/testtext.c (fill_example_buffer): put in a test for
1310         negative indentation values
1311
1312 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
1313
1314         * gtk/gtklabel.c (gtk_label_init): Change default for
1315         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
1316         labels are most often wrapped labels, this gives better
1317         compatibility with GTK+-1.2, where justification was
1318         ignored for wrapped labesl and is a more sensible
1319         default in any case. (#64489)
1320
1321         * gtk/gtklabel.c (gtk_label_class_init): Fix default
1322         for wrap property to FALSE.
1323
1324 2001-11-19  jacob berkman  <jacob@ximian.com>
1325
1326         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
1327
1328 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
1329
1330         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
1331         RevertToParent, not RevertToNone. (#64613, 
1332         Matthias Clasen)
1333
1334 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
1335
1336         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
1337         and label_yalign need to be float properties to
1338         correspond to GTK+-1.2, to gtk_frame_set_label_align,
1339         and to the types of the xalign and yalign properties of GtkMisc.
1340         (#63484, Vitaly Tishkov)
1341
1342 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
1343
1344         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
1345         of plug_added vfunc. (#64408, Jeff Franks)
1346
1347 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
1348
1349         * configure.in (deps): Undef HAVE_STDLIB_H before
1350         checking for jpeg, because jconfig.h has this
1351         in it too (%#$@!). Fix from Matthias Clasen, #64500.
1352
1353 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
1354
1355         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
1356         memory leak when retrieving atom names. (Michael Meeks,
1357         #64508)
1358
1359 2001-11-18  Alex Larsson  <alexl@redhat.com>
1360
1361         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
1362         Update to new Pango API.
1363         
1364 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
1365
1366         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
1367         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
1368         GTK_OBJECT_DESTROYED() check macro.
1369
1370         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
1371         instances of GTK_OBJECT_DESTROYED() that weren't
1372         needed any more.
1373
1374         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
1375         for a connection to ::destroy.
1376
1377 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
1378
1379         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
1380         have been since the beginning, but as special hack,
1381         allow clearing the NO_WINDOW flag to get a window widget.
1382
1383 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
1384
1385         * gtk/gtktreestore.c: return TRUE when value changed, so
1386         row_changed is being emitted
1387
1388 2001-11-18  Hans Breuer  <hans@breuer.org>
1389
1390         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
1391         no label without op, even if it's a no-op.
1392
1393         * gtk/gtk.def :
1394         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
1395
1396         * config.h.win32.in : remove definition of HAVE_DIRENT_H
1397         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
1398         required anymore, replace it.
1399         * gtk/queryimmodules.c : DIR -> GDir replacement, also
1400         getcwd() -> g_get_current_dir()
1401
1402         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
1403         Even 'noisy laugh' scolling appears to work, though I still can't
1404         claim to have fully understood what it is supposed to do ...
1405
1406 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
1407
1408         * gtk/gtkenums.h: Include glib-object.h instead of
1409         gobject/gsignal.h
1410
1411         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
1412           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
1413         argument to the window_at_pointer() field of
1414         GdkPointerHooks. (Patch from Erwann Chenede)
1415
1416         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
1417         to 6 pointers.
1418
1419 2001-11-17  Matt Wilson  <msw@redhat.com>
1420
1421         * gtk/gtkenums.h: must include glib-object.h only
1422
1423 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
1424
1425         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
1426         key bindings in order of visibility - mnemonics, then 
1427         accelerators, then send key to the focus widget, then
1428         bindings on the GtkWindow.
1429
1430         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
1431         Removed the xoffset, yoffset fields of GtkLayout which were
1432         identically zero for compat with 1.2, but were no longer 
1433         compatible with all uses of these fields in 1.2.
1434
1435         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
1436         unused variable.
1437
1438 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
1439
1440         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
1441         We no longer need to create the signals here ... they
1442         come from the interface.
1443
1444         * gtk/maketypes.awk: Use GType, not GtkType in output.
1445
1446         * gtk/gtktypeutils.h: Mark virtually all of this
1447         file deprecated.
1448
1449         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
1450         the only use of this function is the GtkArg using
1451         GtkCallbackMarshal, since destroy notification is
1452         silly here.
1453
1454 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
1455
1456         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
1457         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
1458         only for compatibility with GTK+-1.2; and deprecate it; 
1459         put all marshalers we actually use into gtkmarshalers.list 
1460         and use the _gtk_marshal_ prefix for these marshalers.
1461
1462 2001-11-17  Murray Cumming  <murrayc@usa.net>
1463
1464         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
1465         The first parameters of the signals are now registered as
1466         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
1467         
1468 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1469
1470         * gtk-zip.sh.in: Build separate runtime and developer
1471         packages.
1472
1473         * gtk/gtk.def: Reflect recent accelerator-related changes.
1474
1475 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
1476
1477         * gtk/gtkwindow.c (gtk_window_set_default): Move 
1478         notification of "has_default" to here, so it
1479         is safe to call gtk_window_set_default() instead
1480         of gtk_widget_grab_default().
1481
1482         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
1483         gtk_widget_grab_focus(), which then calls 
1484         _gtk_widget_internal_set_focus(). This makes 
1485         gtk_window_set_focus() a safe way of both setting
1486         and unsetting the focus widget.
1487
1488         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
1489         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
1490         to find the toplevel.
1491
1492         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
1493         from the "internal functions" section.
1494
1495 2001-11-16  jacob berkman  <jacob@ximian.com>
1496
1497         * tests/testgtk.c (create_radio_buttons): add some no-indicator
1498         radio buttons
1499
1500         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
1501         initially active, also initially be depressed
1502         (gtk_radio_button_clicked): also update our depressed state
1503
1504 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
1505
1506         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
1507         key press events not just to focus/window but also to
1508         intermediate widgets.
1509
1510         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
1511         to switch pages. (Needs some work on handling focus
1512         when switching pages.)
1513
1514 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
1515
1516         * gtk/gtknotebook.c: Fix child allocations to be relative to 
1517         widget position and some drawing bugs.
1518
1519         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
1520         with reading uninitialized variable.
1521
1522 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
1523
1524         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
1525         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
1526         NO_WINDOW widgets.
1527
1528         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
1529         cleanup.
1530
1531         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
1532         we are drawing in a window when drawing the paned handle.
1533
1534 2001-11-16  Sven Neumann  <sven@gimp.org>
1535
1536         * demos/gtk-demo/appwindow.c
1537         * demos/gtk-demo/menus.c: reduce compiler warnings
1538
1539 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
1540
1541         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
1542         unused callback to make things compile with 
1543         gtk_tree_view_path_at_pos_change().
1544
1545 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
1546
1547         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
1548
1549 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1550
1551         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
1552  
1553 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
1554
1555         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
1556         to get a GdkWindow to compare event->window to.
1557
1558         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
1559         the signal for lateral motion too, #64361
1560
1561         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
1562         arg as it is useless, #64137
1563
1564 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
1565
1566         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
1567
1568 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
1569  
1570         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
1571         gdk_window_invalidate_maybe_recurse() for recursion.
1572         (Soeren Sandmann)
1573
1574         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
1575  
1576         * gtk/gtkcontainer.c (gtk_container_expose): Call
1577         gtk_container_forall() not _foreach() to propagate,
1578         since we need to propagate exposes to internal children
1579         as well.
1580
1581         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
1582         Remove the restriction of only being able to call these
1583         on window widgets, since we have lots of NO_WINDOW widgets
1584         with windows now; for add events, recurse over the children
1585         of widget->window to find one owned by the widget.
1586
1587         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
1588         window to catch events.
1589
1590         * gtk/gtktogglebutton.[ch]: Remove the code for switching
1591         between NO_WINDOW and WINDOW widgets based on the mode.
1592
1593         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
1594         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
1595
1596         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
1597
1598         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
1599         change for range.
1600
1601         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
1602  
1603         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
1604
1605 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
1606
1607         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
1608         "message_type" and "buttons" CONSTRUCT properties. (#64069)
1609
1610         * tests/testsocket.c: Expand tests to add a "local passive
1611         child" (Test case for #64428)
1612
1613 2001-11-14  jacob berkman  <jacob@ximian.com>
1614
1615         * gtk/gtkgamma.c (button_clicked_callback): create the label with
1616         a mnemonic
1617
1618 2001-11-15  Sven Neumann  <sven@gimp.org>
1619
1620         * tests/testgtk.c: make it compile without warnings.
1621
1622 2001-11-14  Alex Larsson  <alexl@redhat.com>
1623
1624         * gtk/gtklabel.c:
1625         Don't recalculate the layout on each gkt_label_ensure_layout () for
1626         wrapped labels.
1627
1628 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
1629
1630         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
1631         the currently selected column when we get the column, #64380
1632
1633         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
1634         to cancel CellRendererText editting, #63613
1635
1636         * gtk/gtkcellrenderertext.c: ditto
1637
1638         * gtk/gtkcellrenderertext.h: formatting changes
1639
1640 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
1641
1642         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
1643
1644         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
1645
1646         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
1647
1648         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
1649
1650         * gtk/gtklabel.c: Documentation fixes (#64452)
1651
1652 2001-11-14  Daniel Egger  <degger@fhm.edu>
1653
1654         * gdk-pixbuf/io-xpm.c: 
1655         (xpm_skip_whitespaces): Remove unused static function.
1656         (xpm_skip_string): Dito.        
1657         (xpm_extract_color): Declare const variable const to avoid warnings. 
1658
1659         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
1660         
1661         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
1662         
1663         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
1664         a long.
1665
1666 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
1667
1668         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
1669         out accidental commit of debugging timing code.
1670
1671 2001-11-14  Havoc Pennington  <hp@redhat.com>
1672
1673         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
1674         it doesn't move to a new line each time you press it
1675
1676         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
1677         return value, #62987
1678
1679 2001-11-14  Havoc Pennington  <hp@redhat.com>
1680
1681         * tests/testtextbuffer.c (main): bulk of the tests were commented
1682         out, oops.
1683
1684         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
1685         function work, should resolve #63426
1686         (gtk_text_iter_ends_line): return TRUE for the end iterator
1687
1688         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
1689         a couple things that might get cached in here.
1690
1691 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
1692
1693         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
1694         "model" construct property for language bindings.
1695
1696         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
1697         function to let you set the column types of a GtkTreeStore for
1698         language bindings.
1699
1700         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
1701
1702 2001-11-13  Havoc Pennington  <hp@redhat.com>
1703
1704         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
1705         including reference to bugzilla bug about how we should have 
1706         a better way of positioning children
1707
1708         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
1709
1710         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
1711         size to side rects if they don't exist, #63438
1712
1713 2001-11-13  Havoc Pennington  <hp@redhat.com>
1714
1715         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
1716         properly replace selection with Return or Tab
1717
1718         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
1719         that didn't locate the end of the line correctly, should fix #63800
1720
1721 2001-11-13  Havoc Pennington  <hp@redhat.com>
1722
1723         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
1724         to requisition, request non-anchored children
1725         (gtk_text_view_size_allocate): handle border width, allocate
1726         non-anchored children
1727         (text_view_child_new_window): set the child as object data
1728         (gtk_text_view_move_child): allow children at negative
1729         coordinates, no reason why not
1730         (gtk_text_view_forall): make it copy the list of children before
1731         walking it, to avoid reentrancy issues  
1732         (gtk_text_view_move_child): short-circuit if position is unchanged
1733         (changed_handler): only queue_resize if requisition has changed
1734         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
1735         a better job of invalidation ourselves
1736
1737         * tests/testtext.c: add tests for the fixed-position children
1738
1739 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
1740
1741         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
1742         with gdk threads macro.
1743
1744 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
1745
1746         * gtk/maketypes.awk: fix type utils generation on unix.
1747
1748         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
1749         registry.
1750
1751         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
1752         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
1753         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
1754         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
1755         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
1756         introduced ::accel_changed signal for change notification, and
1757         gtk_accel_group_connect/disconnect to connect closures to accel groups.
1758         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
1759         functions.
1760         deprecated gtk_accel_group_ref/unref.
1761
1762         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
1763         to accel group changed notification and basically operate on closures.
1764         removed gtk_accel_label_get_accel_object and
1765         gtk_accel_label_set_accel_object.
1766         introduced gtk_accel_label_set_accel_closure, and for convenience,
1767         gtk_accel_label_set_accel_widget.
1768
1769         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
1770         which mostly moved into gtkaccelmap.[hc].
1771         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
1772         and gtk_item_factory_print_func.
1773
1774         * gtk/gtkmain.c: call _gtk_accel_map_init().
1775
1776         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
1777         that associates an accelerator path with menu items, through which
1778         persistent accelerator settings on menu items are enabled.
1779
1780         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
1781         paths of menu item can be default constructed to allow installation
1782         of accelerators on menu items that don't come with an accelerator
1783         binding by default.
1784
1785         * gtk/gtksettings.c: fix STRING type rc settings by special casing
1786         them appropriately in the parser.
1787
1788         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
1789         gtk_signal_newv().
1790
1791         * gtk/gtkwidget.[hc]: accelerator API revamp.
1792         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
1793         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
1794         gtk_widget_(un)lock_accelerators.
1795         accelerators maintained through gtk_widget_add/remove_accelerator()
1796         are not runtime changable now, the correct sequence to setup a
1797         widget for runtime changable accelerators is now:
1798           gtk_accel_map_add_entry(accel_path, key, mods);
1799           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
1800
1801         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
1802         group changes (as well as mnemonic changes) through the new signal
1803         ::accels_changed.
1804
1805 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
1806
1807         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
1808         GString->string conversions.
1809
1810 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
1811
1812         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
1813         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
1814
1815 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1816
1817         * gtk/gtktreeview.c: Documentation fixes. (#64377)
1818         
1819         * gtk/gtktreestore.c: Documentation fixes. (#64376)
1820
1821 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1822
1823         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
1824         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
1825         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
1826         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
1827
1828 2001-11-10  Hans Breuer  <hans@breuer.org>
1829
1830         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
1831         we know what we are talking about when asked for MINMAXINFO.
1832         Also some cleaning for !HAVE_DIMM_H etc.
1833
1834 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1835
1836         * gtk/gtktreeviewcolumn.c: Fix docs for 
1837         gtk_tree_view_column_set_sort_order. (#62647)
1838         
1839         * gtk/gtkcontainer.c: Fix docs for 
1840         gtk_container_set_border_width. (#64139)
1841
1842         * gtk/gtkcolorsel.c: Documentation fixes.
1843
1844 2001-11-10  Hans Breuer  <hans@breuer.org>
1845
1846         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
1847         don't have strcasecmp()
1848
1849         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
1850         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
1851         code duplication wrap it in its own function and use it in 
1852         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
1853
1854         * gdk/win32/gdkdrawable-win32.c : implement the finalize
1855         method like the X11 version does, allow to set_colormap NULL
1856         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
1857         set_colormap, also some adaption to X11 version :
1858         (gdk_window_hide) call _gdk_window_clear_update_area
1859         (gdk_window_reparent) call _gdk_window_init_position
1860
1861         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
1862         call gdk_window_resize() after all hints are set, because the
1863         window resizing process (WM_GETMINMAXINFO) takes all of them into 
1864         account
1865
1866         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
1867
1868         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
1869         sizeof (GdkVisualPrivate)
1870
1871         * gdk/gdk.def gtk/gtk.def : upated externals
1872
1873         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
1874           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
1875         from now on use make.msc from $(TOP)/glib/build/win32
1876
1877         * gtk/stock-icons/makefile.msc : add stock_missing_image
1878
1879 2001-11-08  Tor Lillqvist  <tml@iki.fi>
1880
1881         * README.win32: Add headers. Add section about ActiveIMM.
1882
1883         * configure.in: Add --with-ie55 flag to specify the location of
1884         the "IE55 libs and headers" package downloadable from Microsoft,
1885         which contains, among other things, the Active IMM header dimm.h
1886         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
1887         Require GLib 1.3.10.
1888         
1889         * config.h.win32.in: New version, produced by merging two
1890         configure-generated ones (for gcc and MSVC). Hopefully #defines
1891         the same flags that the previous, hand-written one, did.
1892
1893         * gdk/Makefile.am
1894         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
1895
1896         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
1897         stuff. Remove unused GdkIOClosure.
1898
1899         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
1900         available).
1901
1902         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
1903         for uuid.lib. (Does it really have to be this hard to use an
1904         existing library with libtool? Probably I am missing something.)
1905
1906 2001-11-08  Darin Adler  <darin@bentspoon.com>
1907
1908         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
1909         typo where it says LEFT instead of CENTER.
1910
1911 2001-11-07  Darin Adler  <darin@bentspoon.com>
1912
1913         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
1914         (gtk_dialog_set_default_response): Add g_return_if_fail.
1915
1916 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
1917
1918         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
1919         Add row_draggable() vfunc, and wrapper function.
1920
1921         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
1922         row_drop_possible take a GtkSelectionData, rather than
1923         model/row pair.
1924
1925         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
1926         new DND interfaces.
1927
1928         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
1929         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
1930         and rename them to enable_model_drag_source/dest.
1931
1932         * gtk/treeviewcolumn.c: Add DND of columns between rows.
1933         Still can't drop _to_ the left tree, but other places
1934         work.
1935
1936         * gtk/gtktreeview.c (unset_reorderable): Unset the
1937         reorderable property if unset/enable_model_drag_source/dest
1938         are called manually.
1939
1940         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
1941         Correct for change in depth count handling.
1942
1943         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
1944         Pass in a expose area to gtk_tree_view_column_cell_render()
1945
1946 2001-11-06  Havoc Pennington  <hp@redhat.com>
1947
1948         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
1949
1950 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
1951
1952         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
1953
1954 2001-11-05  Havoc Pennington  <hp@redhat.com>
1955
1956         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
1957         widgets in here
1958         (gtk_text_view_realize): set parent window of child widgets
1959         (gtk_text_view_size_request): use child req to decide whether
1960         to invalidate layout, not widget->requisition
1961
1962         * gtk/gtktextdisplay.c (render_layout_line): set
1963         shaped_width_pixels for NULL shape objects, so that we properly
1964         draw the "missing pixbuf/widget" thing
1965         (render_layout_line): don't draw the widget here
1966         (gtk_text_layout_draw): pass out a list of widgets that need exposing
1967
1968         * demos/gtk-demo/textview.c (insert_text): add demo of child
1969         widgets
1970
1971         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
1972
1973         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
1974
1975         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
1976         scroll offsets
1977         (gtk_text_view_value_changed): poke new X and Y into child allocations
1978
1979 2001-11-06  Tor Lillqvist  <tml@iki.fi>
1980
1981         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
1982         -specific directory on Windows, too (#63759).
1983
1984 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
1985
1986         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
1987         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
1988         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
1989         directly to Picture objects instead of using XftDraw.
1990         This fixes the problem where we weren't able to 
1991         properly destroy XftDraw objects before destroying
1992         the accompanying windows, and probably improves
1993         efficiency a bit too. (#50214)
1994
1995 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
1996
1997         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
1998         Clamp max window width/height to 32767, not 32768 since
1999         we have to be able to deal with a dx/y of -32768 without
2000         getting a width of 65536 when guffaw scrolling.
2001
2002         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
2003         for the guffaw scrolling case, fixing some problems with
2004         copy-area case as well. Fix BadValue bug with moving windows
2005         by large amounts.
2006
2007         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
2008         clip in window structue before calling gdk_window_invalidate_region
2009         since that trims new invalidations to the window's visible
2010         region.
2011
2012         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
2013         Really set the static window gravity on the children, not
2014         repeatedly on the window.
2015
2016         * gtk/testgtk.c: Add a torture test for big windows and 
2017         gdk_window_scroll().
2018
2019 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
2020
2021         * acconfig.h configure.in: sigsetjmp is macroized in some places,
2022         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
2023
2024 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
2025
2026         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
2027         in terms of pango_color_parse().
2028
2029         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
2030         gdk_color_parse() implementations.
2031
2032 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
2033
2034         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
2035         queue_resize_on_group with both the old and new mode, not
2036         just the new mode. (#60171, Nicolas Setton). Also, notify
2037         the "mode" property.
2038         
2039 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2040
2041         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
2042         for use in "shallow invalidation" of a widget. (Windows belonging
2043         to the widget, but not to the widget's children)
2044
2045         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
2046         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
2047         up on ancestors up to the resize container on queue_resize. Size
2048         requests only actually take place if GTK_REQUEST_NEEDED, size
2049         allocations only take place if GTK_ALLOC_NEEDED or the size
2050         changed.
2051
2052         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
2053         container->resize_widgets and the RESIZE_NEEDED flag since the
2054         above flags are sufficient to figure out what needs to be
2055         resized/reallocated. Remove code manipulating
2056         container->resize_widget.
2057
2058         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
2059         allows widgets to turn off being automatically invalidated is when
2060         they are resized.
2061
2062         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
2063         a widget is resized or moved is "shallow" as described above -
2064         only the windows that need to be invalidated are invalidated.
2065
2066         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
2067         Make these widget's init functions call 
2068         gtk_widget_set_redraw_on_allocate(widget,FALSE).
2069
2070         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
2071         _gtk_container_queue_resize(), since we don't want
2072         redrawing. (Probably could be done for other 
2073         calls to gtk_widget_queue_resize() in gtkwindow.c,
2074         but this is the most important one.)
2075
2076         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
2077         gtk_widget_queue_draw() - size_allocate() handles
2078         that as appropriate.
2079
2080         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
2081         of queue_clear() to avoid invalidating children.
2082
2083 2001-11-04  jacob berkman  <jacob@ximian.com>
2084
2085         * gtk/gtkmain.c (find_module): don't free the module name until
2086         after we load the module
2087
2088 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
2089  
2090         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
2091         derivation instead of boxed derivation.
2092  
2093         * gtk/gtkmarshal.list: Remove some now unused marshallers.
2094  
2095 2001-11-04  Tor Lillqvist  <tml@iki.fi>
2096
2097         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
2098         include yesterday, without really thinking), as that defeats the
2099         working of correct_libdir_prefix() (it becomes a no-op.). Add
2100         comment mentioning that. Thanks to Hans Breuer for noticing.
2101         
2102 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
2103
2104         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
2105         signal argument (was GtkWidget*).
2106
2107         * gtk/gtkwindow.c (gtk_window_frame_event),
2108           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
2109         Fixed argument types as above, removed GTK_WINDOW casts and
2110         added some GTK_WIDGET casts instead.
2111
2112 2001-11-03  Hans Breuer  <hans@breuer.org>
2113
2114         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
2115         finalize to parent class to get removed from the toplevel_list.
2116         Should fix 'random' crashes of #63474.
2117
2118         * gtk/gtktreemodelsort.c : chain finalize() to parent class
2119
2120 2001-11-03  Tor Lillqvist  <tml@iki.fi>
2121
2122         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
2123         for .dll or .so as appropriate as module suffix.
2124
2125         * gtk-zip.sh.in: Use correct import library names.
2126
2127         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
2128
2129         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
2130         Windows to turn build-time paths from a gtk.immodules distributed
2131         as part of a binary package into runtime ones in the
2132         end-user-chosen installation directory.
2133         (gtk_im_module_init): Use it for module path and domain
2134         directory.
2135
2136 2001-11-02  Tor Lillqvist  <tml@iki.fi>
2137
2138         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
2139         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
2140         Windows.
2141
2142 2001-10-30  Tor Lillqvist  <tml@iki.fi>
2143
2144         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
2145         files. Configure on Win32 (running on Cygwin) thinks symlinks
2146         exist, but pkg-config is not necesarily a Cygwin program, and
2147         doesn't understand them.
2148
2149 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
2150
2151         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
2152         a bit.  I don't think it's completely correct yet, but it's
2153         getting there.
2154
2155 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
2156
2157         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
2158         random + 5 for width and height. If people want padding,
2159         they should add padding. (Note the +5 isn't padding
2160         that will always appear - it just appears in the case
2161         where the widget is allocated it's requisition.)
2162         (#51018, Janet Davis)
2163
2164 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
2165
2166         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
2167         the structure for future expansion.
2168
2169 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
2170
2171         Patch from HideToshi Tajima (#51922)
2172         
2173         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
2174
2175         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
2176         set_use_preedit().
2177         
2178         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
2179         to destroy the input context because we change the
2180         client window or use_preedit, make sure we empty
2181         the preedit string.
2182
2183 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
2184
2185         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
2186         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
2187         proposed ordering of buttons with [OK] in the lower
2188         right hand corner. Patch from Gregory Merchan,
2189         #56331.
2190
2191 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
2192
2193         * gtk/gtklabel.c (gtk_label_select_region_index): remove
2194         extraneous gtk_label_clear_layout (label)
2195
2196 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2197
2198         * tests/makefile.msc, gtk/makefile.msc.in: Removed
2199         -DGTK_DISABLE_COMPAT_H.
2200
2201         * docs/Changes-2.0.txt:
2202         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
2203
2204         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
2205
2206 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
2207
2208         * examples/**/Makefile.am: Convert to use pkg-config
2209         rather than gtk-config. (#53375, Skip Montanaro)
2210
2211 2001-11-02  Matt Wilson  <msw@redhat.com>
2212
2213         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
2214         broken unused, non-compiling, static function.
2215
2216 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2217
2218         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
2219         Iterate through children of the action area, not of
2220         the vbox. (#58278, Sergey Kuzminov)
2221
2222 2001-11-01  Havoc Pennington  <hp@pobox.com>
2223
2224         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
2225         order to remove a workaround in Nautilus that forced
2226         GTK_ENABLE_BROKEN
2227
2228         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
2229
2230 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
2231
2232         * gtk/gtkrange.c: Patch from George Lebl to 
2233         fix division by zero for full scroll bars. (#62114)
2234
2235 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
2236
2237         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
2238         around gtk_widget_event() if we are going to
2239         set a flag afterwards. (#63464)
2240
2241 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
2242
2243         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
2244         Actually add the missing/broken image icon as the
2245         image for the "missing image" stock icon.
2246
2247 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
2248
2249         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
2250         Set a reasonable default height for the window.
2251
2252         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
2253         bug where subsequent '-' weren't converted to '_'.
2254         (#59550, Matthias Clasen)
2255
2256         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
2257         justify the Help menu - just include a comment on
2258         how to do it. (#63539,  Marius Andreiana)
2259
2260         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
2261         list GTK_ICON_SIZE_INVALID.
2262
2263         * demos/gtk-demo/stock_browser.c: Show the biggest available
2264         size, not a fixed size. (Often reported, including #63539, 
2265         Marius Andreiana)
2266
2267 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
2268
2269         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
2270         #59583
2271
2272         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
2273         warning.
2274
2275 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
2276
2277         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
2278         (Daniel Elstner).
2279
2280 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
2281
2282         * gtk/gtkimcontext.[ch]: Add:
2283           - A ::retrieve_surrounding signal that asks the widget for
2284             context around the insertion point.
2285           - A ::delete_surrounding signal that asks the widget to 
2286             delete context aroudn the insertion point.
2287           - gtk_im_context_set_context() for widgets to set context
2288             around the insertion point in response to ::retrieve_context.
2289           - gtk_im_context_get_context() for context to get context
2290             around the insertion point
2291
2292         * gtkmarshal.list: Add BOOL:INT,INT
2293
2294         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
2295         set_surrounding() methods, and the ::retrieve_surrounding /
2296         ::delete_surrounding signals.
2297
2298         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
2299         GtkIMContext::retrieve_surrounding / ::delete_surrounding
2300         signals.
2301
2302 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
2303
2304         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2305         it's amazing how well things work sometimes, even when they're
2306         completely wrong.
2307
2308         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
2309         where you could try to collapse a node w/o it having children.
2310
2311         (gtk_tree_view_class_init): remove Shift L<->R as they already
2312         existed for expand/collapse.
2313
2314 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
2315
2316         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
2317         found by Matt Wilson.
2318
2319 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
2320
2321         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
2322         Control, and Shift|Control L<->R, #63475
2323
2324 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
2325
2326         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
2327         infinite loop noticed by yosh.
2328
2329 2001-11-01  Michael Meeks  <michael@ximian.com>
2330
2331         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
2332         GTK_REALIZED flag so we don't re-enter when we are
2333         destroyed from the plug side.
2334
2335 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
2336
2337         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
2338         Add a "menu" property and notify on it. (#62798,
2339         Padraig O'Briain)
2340
2341         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
2342         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
2343         Fix set_text to take a gchar, not a guchar, and to have 
2344         a len argument.
2345
2346 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
2347
2348         * gtk/gtkstock.c: fix typo to make it compile
2349
2350 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
2351
2352         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
2353         the widget is insensitive, draw the text insensitively, #63306
2354
2355 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2356
2357         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
2358
2359 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
2360
2361         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
2362         gtk_selection_data_set_tree_row, #60218
2363         (gtk_tree_get_row_drag_data): rename
2364         gtk_selection_data_get_tree_row, #60218
2365
2366         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
2367         get this right, after the third try, #63122.
2368
2369 2001-10-31  jacob berkman  <jacob@ximian.com>
2370
2371         * gdk/gdkselection.h (GDK_TARGET_STRING): 
2372         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
2373         for Xatoms (and not using the XA_* macros)!
2374
2375 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
2376
2377         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
2378         gtk_window_get_focus() getter to determine the currently
2379         focused widget within the window. (#63145, request
2380         from Damian Ivereigh)
2381
2382 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
2383
2384         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
2385
2386         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
2387         GTK_SELECTION_NONE enum.
2388         (_gtk_tree_selection_internal_select_node): ditto
2389
2390         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
2391         constness.
2392
2393         * gtk/gtkcellrenderertoggle.c: more yummy constness.
2394
2395         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
2396         if mode == GTK_SELECTION_NONE
2397
2398 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
2399
2400         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
2401         "cursor_changed" signal, #62850.
2402
2403 2001-10-31  Matt Wilson  <msw@redhat.com>
2404
2405         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
2406         allocating the treedatalist, zero it to make sure the values are
2407         cleared from any garbage that was in this chunk.
2408
2409 2001-10-31  Murray Cumming  <murrayc@usa.net>
2410
2411         * gtk/cellrenderertext.h: "edited" default signal handler
2412         gchar* args are now const.
2413         gtk/cellrenderertoggle.h: "toggled" default signal handler
2414         gchar* arg is now const.
2415         Also changed other signal handlers for "edited" and "toggled" to
2416         have the same signature.
2417
2418 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
2419
2420         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
2421         rewrite.  Static models now totally work.  I'm not 100% sure about
2422         row_inserted and row_changed, but I'll get those later.
2423
2424 2001-10-30  Sven Neumann  <sven@gimp.org>
2425
2426         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
2427         output for configure --help.
2428
2429 2001-10-30  Havoc Pennington  <hp@pobox.com>
2430
2431         * gtk/gtktextview.c (changed_handler): Update the IM spot location
2432         here, if text was invalidated in the visible area, because the
2433         scroll offset doesn't normally change in that case, and the mark
2434         isn't set, just implicitly moved over as text is added/removed
2435         
2436 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
2437
2438         * gtk/gtkseparatormenuitem.c: Code cleanup.
2439         (gtk_separator_menu_item_class_init): Fix bugs in this code.
2440
2441 2001-10-29  jacob berkman  <jacob@ximian.com>
2442
2443         * gdk/Makefile.am (LDFLAGS): 
2444         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
2445         LDFLAGS, so put win32 flags in here
2446
2447 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
2448
2449         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
2450         I can't believe this took this long to fix.
2451
2452 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
2453
2454         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
2455         reordered signal.
2456
2457 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
2458
2459         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
2460         the focus to the fileop entry for create dir / rename
2461         file. (#62838)
2462
2463 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
2464
2465         * configure.in: Don't use AC_CHECK_FILE to check for a 
2466         file since it always spits warnings about cross compilation,
2467         use -f instead. It's not like we cross compile properly
2468         anyways.
2469
2470         * configure.in (gtktargetlib): Move call to AC_PROG_CC
2471         to suppress autoconf warning.
2472
2473         * acconfig.h: Add some missing #undefs from recent
2474         Win32 additions.
2475
2476 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
2477
2478         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
2479         when we didn't find it. (#62944, Eric Lemings)
2480
2481         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
2482         sign in assignment. (#63209, Arkadiusz Miskiewicz)
2483
2484 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2485
2486         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
2487         the buttons size request before using it. Fixes #61696.
2488
2489 2001-10-29  Tor Lillqvist  <tml@iki.fi>
2490
2491         * README.win32: Updates.
2492
2493         * gtk-zip.sh.in: New file, used to build distribution package for
2494         Windows.
2495
2496         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
2497         applicable with GDKVAR.
2498
2499         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
2500         Wintab library.
2501
2502         * gdk/win32/gdkwin32.h
2503         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
2504         X11 headers better, and to enable gdkwin32.h to be installed and
2505         included from applications, but not the *-win32.h headers.
2506
2507         * gdk/win32/*.c: Corresponding small changes, simplifications of
2508         #includes.
2509         
2510         * gdk/win32/gdkregion-win32.c: Remove.
2511
2512         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
2513
2514         * gdk/win32/gdkfont-win32.c
2515         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
2516
2517         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
2518         GDK_NONE values into hash table.
2519
2520         * gtk/gtk.def: Update.
2521
2522         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
2523         gethostname().
2524
2525         * gtk/gtkmain.c 
2526         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
2527         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
2528         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
2529         g_win32_get_package_installation_subdirectory() with the actual
2530         DLL name saved above. Redefine above directory name macros to call
2531         these functions. Remove some ifdefs.
2532
2533         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
2534         variable for export on Win32) also to the _vars file.
2535
2536         Changes for autoconfiscated build on Win32, and addition of Win32
2537         backend to the related files:
2538         
2539         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
2540         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
2541         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
2542         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
2543         win32 target, using pangowin32. Don't use the
2544         -export-symbols-regex option on Win32, we use .def files to list
2545         exported symbols. Check <winsock.h> (for gethostname() in
2546         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
2547         prevent premature m4 expansion.
2548
2549         * acconfig.h: Add HAVE_WINTAB.
2550
2551         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
2552         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
2553         MS_LIB_AVAILABLE, build MS import library. Install the import
2554         libraries. If HAVE_WINTAB, link with the Wintab library.
2555
2556         * gdk/win32/Makefile.am: Actually enable building the win32
2557         objects here, not just list all files in EXTRA_DIST. Link in the
2558         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
2559         copy the Wintab library into the .libs directory. 
2560
2561         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
2562         name of the GDK DLL when fetching the icon. Use the HMODULE saved
2563         in gdk_dll_hinstance by DllMain.
2564
2565         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
2566         build/win32/lt-compile-resource script.
2567
2568         * gdk/win32/rc/gdk.rc.in
2569         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
2570
2571         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
2572         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
2573         file. Install import libraries.
2574
2575 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2576
2577         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
2578
2579 2001-10-28  Hans Breuer  <hans@breuer.org>
2580
2581         * gdk/gdk.c gdk/gdkevents.c
2582           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
2583           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
2584           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
2585           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
2586           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
2587           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
2588           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
2589         static correct-ness, underscore prefixing of library internal 
2590         functions
2591         (applied the undisputed and the win32 part. Of the latter 
2592          I'm probably the one who will change it back again, if Owen
2593          decides that the Gdk*Impl types should not be private to Gdk)
2594
2595         * gdk/gdk.def : added the remaining exported functions
2596
2597 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
2598
2599         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
2600         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
2601         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
2602
2603 2001-10-28  jacob berkman  <jacob@ximian.com>
2604
2605         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
2606         gtk_settings_get_default() here as that requires an X connection
2607         (which breaks doc building with no X connection) and is not
2608         multihead safe
2609         (gtk_color_selection_init): delay palette loading until realize
2610         time
2611         (gtk_color_selection_realize): load the palette, and initialize
2612         the global palette if it hasn't been already
2613
2614         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
2615         visual/cmap fields of klass->info since they are gone
2616         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
2617         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
2618         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
2619
2620         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
2621         cmap fields
2622         (gtk_preview_get_visual):
2623         (gtk_preview_get_cmap): mark as deprecated
2624
2625         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
2626         changes
2627
2628 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2629
2630         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
2631         structure to have GObject not GtkObject as
2632         parent_instance. (Jeff Franks.)
2633
2634 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
2635
2636         * gdk/x11/gdkinput.c: Typo fix.
2637
2638 2001-10-26  Havoc Pennington  <hp@pobox.com>
2639
2640         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
2641         update_im_spot_location here explicitly
2642         (gtk_text_view_reset_im_context): don't update the spot location
2643         here
2644
2645 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2646
2647         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
2648         This fixes #62942.
2649
2650         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
2651         Clarify that we're returning a spin button in the _new function.
2652         This fixes #54097.
2653         
2654 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
2655
2656         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
2657         Unfortunately, people apparently erroneously connect
2658         to ::clicked for GtkToggleButton and expect
2659         they know what happened in the default signal handler
2660         instead of appropriately connecting to notification
2661         signal ::toggled. When the revolution comes, such
2662         people will be first against the wall.
2663
2664         We'll just have to go back to the old less-reliable
2665         set-it-back hacks for handling model-view check
2666         buttons and radio buttons. :-(. 
2667
2668 2001-10-27  Hans Breuer  <hans@breuer.org>
2669
2670         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
2671           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
2672           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
2673           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2674           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
2675           gtk/gtktreestore.c gtk/gtkvbbox.c : 
2676         to simplify parsing for exported functions:
2677         - made implementation signature static, when the local 
2678           prototype already was
2679         - put the functions return value on it's own line
2680         - added as space between the function name and the 
2681           opening bracket
2682
2683         * gtk/gtk.def : added the remaining exported functions
2684
2685 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2686
2687         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
2688         Add note about width having to be greater than 0. This fixes
2689         #55574. 
2690
2691         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
2692         Fix docs to say previous instead of next.
2693         (gtk_text_iter_backward_word_start): Likewise.
2694         This fixes bug #62980.
2695
2696         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
2697         that the valid width is in range 0-65535 pixels. Fixes bug 
2698         #56754.
2699
2700         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
2701         a dot in the documentation. Fixes bug #62632.
2702
2703         * gdk/x11/gdkmain-x11.c: Replace int and guint with
2704         long and gulong in some places to make the code 64-bit
2705         clean.
2706         (_gdk_windowing_init_check): Replace gint with gulong.
2707         This patch was made by George Lebl and fixes bug #62113.
2708
2709         * tests/testgtk.c (create_range_controls): Don't set a 
2710         fixed height on the hscale widget. This fixes "bug" 
2711         #55840.
2712         (create_window_states): Set up destroy signals so that
2713         all windows will be destroyed when one is. This fixes 
2714         bug #58133.
2715
2716 2001-10-26  Anders Carlsson  <andersca@gnu.org>
2717
2718         * gtk/gtktreeview.c: 
2719         (gtk_tree_view_class_init): Create new "indent_expander"
2720         style property.
2721
2722         (gtk_tree_view_get_arrow_xrange): Add a tree argument
2723         to the function since the xrange can change depending
2724         on where in the tree we are. 
2725         
2726         (coords_are_over_arrow): Update function call to
2727         gtk_tree_view_get_arrow_xrange.
2728         (gtk_tree_view_draw_arrow): Likewise.
2729         
2730         (gtk_tree_view_real_expand_collapse_cursor_row):
2731         Call real_{expand|collapse}_row, so that we'll have an
2732         animation.
2733
2734 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
2735
2736         * tests/Makefile.am: fixed a small typo
2737
2738 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
2739
2740         * demos/gtk-demo/list_store.c (create_model): Anders
2741         Carlsson suggested to use G_N_ELEMENTS here
2742
2743 2001-10-26  Sven Neumann  <sven@gimp.org>
2744
2745         * gtk/gtkbutton.[ch]
2746         * gtk/gtkdnd.c: fixed inline comments
2747         
2748         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
2749
2750 2001-10-26  Hans Breuer  <hans@breuer.org>
2751
2752         * gdk-pixbuf/gdk_pixbuf.def : 
2753         * gdk/gdk.def : 
2754         * gtk/gtk.def : updated externals
2755
2756         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
2757         gdk_window_lookup implementation. It already was in
2758         gdk/win32/gdkwindow-win32.c
2759
2760         * gdk/win32/gdkproperty-win32.c : made it compile again
2761         after GdkAtom API change
2762
2763         * gtk/gtk/makefile.msc.in : updated
2764
2765 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
2766
2767         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
2768         require GLib 1.3.10.
2769
2770         * NEWS: updates.
2771
2772 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
2773
2774         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
2775         invalid nodes.
2776          (_gtk_rbnode_rotate_right): Ditto.
2777          (_gtk_rbtree_node_mark_invalid): New function.
2778          (_gtk_rbtree_node_mark_valid): New function.
2779
2780         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
2781         GObject, not a GtkObject.
2782         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
2783         correct.
2784         (gtk_tree_model_sort_row_deleted): ditto.
2785         (gtk_tree_model_sort_{un,}ref_node): Fix.
2786
2787         * gtk/gtktreeview.c: Protean incremental reflow support (commented
2788         out)
2789
2790         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
2791         to const char *key.
2792
2793         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2794         Important 1 line fix to fix a lot of refcounting woes.
2795
2796 2001-10-25  Matt Wilson  <msw@redhat.com>
2797
2798         * gtk/gtktextview.c (gtk_text_view_destroy): call
2799         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
2800         now invalidates) so that we remove our idle functions.
2801         (gtk_text_view_destroy_layout): remove the first_validate_idle as
2802         well.
2803
2804         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
2805         the 'indent' property is G_MININT to G_MAXINT.  Don't use
2806         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
2807         instead.
2808
2809 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2810
2811         * gtk/gtktreeview.c: 
2812         (gtk_tree_view_real_expand_row): add an animate argument
2813         (gtk_tree_view_real_collapse_row): likewise
2814         
2815         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
2816         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
2817         (gtk_tree_view_collapse_row): update functions that call
2818         real_{expand|collapse}_row to set the animate argument 
2819         accordingly.
2820         
2821 2001-10-24  Alex Larsson  <alexl@redhat.com>
2822
2823         * gdk/linux-fb/gdkfont-fb.c:
2824         Update to new Pango APIs
2825
2826         * gdk/linux-fb/gdkproperty-fb.c:
2827         Update to new GdkAtom APIs
2828
2829         * gdk/linux-fb/gdkwindow-fb.c:
2830         Remove warnings
2831
2832 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
2833
2834         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
2835
2836 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
2837
2838         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
2839         s_path as a child path
2840
2841 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
2842
2843         * gtk/gtktreemodelsort.c: more changes in an attempt to get
2844         it right. It's not yet ready for general consumption.
2845
2846         * tests/treestoretest.c: add a button and entry for the new
2847         iter_change function
2848         (iter_change): new function, to test
2849         the row_changed signal implementation of the GtkTreeModelSort
2850
2851         * tests/testtreesort.c: cleanups, changes to test more features
2852         of the GtkTreeModelSort at once
2853
2854 2001-10-24  Havoc Pennington  <hp@redhat.com>
2855
2856         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
2857         remove hack to strip off the bogus newline, since we killed the
2858         bogus newline; fixes #61779
2859
2860 2001-10-24  Havoc Pennington  <hp@redhat.com>
2861
2862         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
2863         create layout if we didn't have one
2864         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
2865         as appropriate, avoids blanking the screen 
2866         (gtk_text_view_invalidate): new function to do invalidation,
2867         containing old guts of invalidated_handler
2868
2869 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
2870
2871         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
2872         dreadful tooltips.
2873
2874 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
2875
2876         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
2877         set window->parent (except or the root window itself); if 
2878         the window's parent is not a GdkWindow, or is a window of 
2879         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
2880
2881         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
2882         windows of type GDK_WINDOW_FOREIGN.
2883
2884 2001-10-24  Havoc Pennington  <hp@pobox.com>
2885
2886         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
2887         the front of a segment, use the "slow" technique for moving
2888         backward, so we don't mess up the any_segment field in the iter. 
2889         Fixes #57707
2890
2891         * tests/testtextbuffer.c: add code to detect #57707, to avoid
2892         regression
2893
2894 2001-10-23  Havoc Pennington  <hp@redhat.com>
2895
2896         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
2897         if selection contains some editable text, #60975
2898         (gtk_text_view_scroll_to_iter): remove warning about scrolling
2899         prior to map; it should actually be OK to do so in many cases, 
2900         it would be nice to warn about scrolling when many lines have
2901         height 0, but I don't know what to do about that. Perhaps 
2902         move part of flush_scroll into this function? comment added 
2903         to consider this.
2904
2905 2001-10-23  Havoc Pennington  <hp@redhat.com>
2906
2907         * gtk/gtktextview.c (changed_handler): Correctly keep the same
2908         text on the top of the screen, considering that the changed region
2909         may have overlapped the first paragraph. Should fix msw's "text
2910         widget scrolled to wrong place on map" bug, and probably some
2911         other scrolling cases as well.
2912         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
2913         instead of some random value
2914
2915         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
2916         grab_focus, so #59708 is really fixed
2917
2918 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2919
2920         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
2921         (popup_targets_received): Call append_action_signal with stock items
2922         
2923         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
2924         (gtk_label_do_popup): Call append_action_signal with stock items
2925         
2926         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
2927         (popup_targets_received): Call append_action_signal with stock items
2928
2929 2001-10-23  Havoc Pennington  <hp@redhat.com>
2930
2931         * gtk/gtktextview.c (changed_handler): queue a resize here; will
2932         temporarily slow down the widget a lot, until we figure out how to
2933         optimize to avoid full redraw everytime we queue a resize.
2934
2935 2001-10-23  Havoc Pennington  <hp@redhat.com>
2936
2937         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
2938         0 and char_len == 0, bug #61729
2939
2940 2001-10-23  Havoc Pennington  <hp@redhat.com>
2941
2942         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
2943         return value, #61714 (Vitaly Tishkov)
2944         (gtk_text_iter_backward_sentence_starts): ditto
2945         (gtk_text_iter_backward_word_starts): ditto
2946         (gtk_text_iter_forward_word_ends): ditto
2947         (gtk_text_iter_forward_sentence_ends): ditto
2948         (gtk_text_iter_backward_cursor_positions): ditto
2949
2950 2001-10-23  Havoc Pennington  <hp@redhat.com>
2951
2952         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
2953         fix from Dov Grobgeld, #61858
2954
2955 2001-10-23  Havoc Pennington  <hp@redhat.com>
2956
2957         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
2958         Update IM spot location at appropriate times, #50626
2959         (Hidetoshi Tajima)
2960
2961 2001-10-23  Havoc Pennington  <hp@redhat.com>
2962
2963         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
2964         on grab focus, unless it's caused by button click, #59708
2965
2966 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
2967
2968         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
2969
2970         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
2971         G_CONST_RETURN. (Murray Cumming)        
2972
2973         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
2974         Make G_CONST_RETURN.
2975
2976         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
2977         results of g_get_home_dir().
2978
2979         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
2980         copy. Storing the return from gtk_entry_get_text() is evil.
2981
2982         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
2983         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
2984         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
2985         gtk/gtksignal.c: Add const.
2986
2987         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
2988
2989         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
2990         if we are setting them on private widgets.
2991
2992         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
2993         Duplicate entry->text before setting it as object data.
2994
2995 2001-10-22  Havoc Pennington  <hp@redhat.com>
2996
2997         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
2998         up a char from the end iterator, fixes #61859 ("can't put cursor
2999         at the end of the buffer")
3000
3001         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
3002         to work with delimiters other than newline.
3003
3004         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
3005         get_bytes_in_line
3006
3007         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
3008         last line, since the newline is no longer counted.
3009         (gtk_text_iter_get_bytes_in_line): ditto
3010
3011 2001-10-22  Havoc Pennington  <hp@redhat.com>
3012
3013         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
3014         #58290 would trigger if it reappeared, I think
3015
3016 2001-10-22  Havoc Pennington  <hp@redhat.com>
3017
3018         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3019         add temporary code to dump btree contents on assertion failure
3020         described in #62656
3021         
3022         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
3023         assertions that we're getting the right end iter segment
3024
3025         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3026         verify that we aren't on the end iterator after moving 
3027         forward one segment - fixes return value in an obscure case. 
3028         Also, some trivial code cleanup/rearranging.
3029         
3030 2001-10-22  Havoc Pennington  <hp@redhat.com>
3031
3032         * gtk/gtktextlayout.h: add a #error unless you define
3033         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
3034
3035         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
3036         
3037 2001-10-22  Havoc Pennington  <hp@redhat.com>
3038
3039         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
3040         #62365
3041
3042 2001-10-22  Havoc Pennington  <hp@redhat.com>
3043
3044         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
3045         #62436
3046
3047 2001-10-22  Havoc Pennington  <hp@redhat.com>
3048
3049         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
3050         #62366
3051
3052 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
3053
3054         * gtk/gtklabel.c: Add cursor-position, selection-bound 
3055         properties. (#62148, reported by Padraig O'Briain)
3056
3057         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
3058         to cursor_position. (1.3.x addition, text_position is an awful
3059         name.) Make cursor_position read-only to avoid sticky questions
3060         of interaction with selection_bound. (#62636, reported by
3061         Padraig O'Briain)
3062
3063 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
3064
3065         Fixing popup menus to have "Paste" sensitized correctly. Original
3066         patches from Damian Ivereigh, much mangled.
3067
3068         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
3069         gtk_selection_data_targets_include_text(). (#60854)
3070
3071         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
3072         the clipboard has text" function gtk_clipboard_wait_is_text_available.
3073         (#60854)
3074
3075         * gtk/gtkentry.c: Only enable the paste item if the clipboard
3076         contains text. (#60973)
3077
3078         * gtk/gtktextview.c: Only enable the paste item if the clipboard
3079         contains text. (#60975)
3080
3081 2001-10-22  Havoc Pennington  <hp@redhat.com>
3082
3083         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
3084         "height_lines" and "width_columns" properties, it doesn't make
3085         sense to set the size request on a text view really. #62103
3086
3087 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
3088
3089         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
3090         g_node_depth is broken, and that it's not worth being consistent
3091         with it.
3092
3093 2001-10-22  Havoc Pennington  <hp@redhat.com>
3094
3095         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
3096         docs, #61777
3097         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
3098         change the two boolean args to a flags field, so we can extend 
3099         to add case insensitive, regexp searches later. #61852
3100
3101 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
3102
3103         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
3104         reflect reality, #62810
3105
3106 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
3107
3108         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
3109
3110         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
3111         system.  Instead of having a window the size of the tree, we have
3112         a window the size of widget->allocation, and simply draw with the
3113         offset.
3114         (coords_are_over_arrow): ditto.  Move to window coordinates.
3115         (do_prelight): ditto
3116         (do_unprelight): ditto
3117
3118         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3119         Minor fix from Kristian Rietveld to fix unsorted case.
3120
3121 2001-10-22  jacob berkman  <jacob@ximian.com>
3122
3123         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
3124         a PIXMAP cell (fixes crash when using PIXTEXT cells)
3125
3126 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
3127
3128         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
3129         (#58768, Vitaly Tishkov)
3130         
3131         * gtk/gtkobject.h: Deprecate with abandon. 
3132         (#61942, Vitaly Tishkov, Matthias Clasen)
3133
3134         * gtk/gtksignal.h: Deprecate everything.
3135
3136         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
3137         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
3138         (#61942, Matthias Clasen)
3139
3140         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
3141         Havoc Pennington)
3142
3143         * gtk/gtkitemfactory.h: Deprecate compat functions
3144         for GtkMenuFactory code. (#62071)
3145
3146         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
3147         gdk_draw_text,gdk_draw_text_wc. (#62071)
3148
3149 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
3150
3151         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
3152         g_thread_init(), we don't want to link to -lgthread if we don't
3153         have to.
3154
3155 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3156
3157         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
3158         Add a function, gdk_threads_init() that must be explicitely 
3159         called to enable the GDK thread mutex.
3160
3161 2001-10-22  Jakub Steiner <jimmac@ximian.com>
3162
3163         * gtk/stock-icons/stock_stop.png: no body parts
3164         
3165 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
3166
3167         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
3168         problem with g_return_if_fail return value.
3169
3170         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
3171         virtual atom code from the gdk-multihead branch, removing the per-display
3172         part. Virtualizing atoms needs to be done now to prevent compat
3173         breakage in direct Xlib accessing code in the future. (#62208)
3174  
3175         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
3176         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
3177  
3178         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
3179         an opaque pointer type so the compiler catches attempts
3180         to mingle it with X atoms.
3181
3182         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
3183           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
3184           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
3185           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
3186           tests/testdnd.c,tests/testselection.c: 
3187         Fix up for above atom changes.
3188
3189         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
3190         now have the ability to add custom predefines.
3191
3192         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
3193         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
3194         to gtk_clipboard_get().
3195
3196         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
3197         for GdkAtom => pointer change.
3198
3199         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
3200         atoms, fix for GdkAtom => pointer change.
3201
3202 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
3203
3204         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
3205         new function spin_button_get_arrow_size() instead.
3206
3207         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
3208         arrow was hardcoded, it's now variable.
3209
3210         Fixes bug #50200
3211
3212 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
3213
3214         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
3215         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
3216         for those
3217
3218 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
3219
3220         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
3221         in favor of g_signal_*, gtk_object_* in favor of 
3222         g_object_*.
3223
3224 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
3225
3226         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
3227         from GObject now, we have to use the g_object_* functions, not
3228         gtk_object_*.
3229
3230 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
3231
3232         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
3233         nailed down now (this code is not yet ready for general consumption)
3234
3235 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
3236
3237         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
3238         for use_align
3239
3240 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
3241
3242         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
3243
3244 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
3245
3246         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
3247         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
3248         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
3249         GObject, not GtkObject. (#62621)
3250
3251 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
3252
3253         * tests/testsocket.c: Remove now useless include of unistd.h,
3254         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
3255         
3256 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
3257
3258         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
3259         Pango font API. #61933. (Untested, even for compilation.)
3260
3261 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
3262
3263         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
3264         export gtk_disable_setlocale(). (Caught by Sven Neumann)
3265
3266 2001-10-18  Havoc Pennington  <hp@redhat.com>
3267
3268         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
3269
3270 2001-10-18  Havoc Pennington  <hp@redhat.com>
3271
3272         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
3273         to GTK_RUN_LAST, #50239
3274
3275 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
3276
3277         * gtk/gtkimmodule.c (match_locale):
3278         Support "*" for all locales with least priority
3279         when to select default im module, #58201
3280
3281 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
3282
3283         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
3284         Fix docs. (#61976)
3285  
3286         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
3287
3288         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
3289
3290         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
3291         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
3292         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
3293         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
3294         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
3295         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
3296         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
3297
3298         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
3299
3300         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
3301         Don't restrict the width of the spinbutton entry field 
3302         to 10 digits. (#58681)
3303
3304 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
3305
3306         * tests/testtreeflow.c: new test program for the tree.
3307
3308 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
3309
3310         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
3311         reported by (Oleg Maiboroda), #62600
3312
3313 2001-10-18  Michael Meeks  <michael@ximian.com>
3314
3315         * gtk/gtkentry.c (gtk_entry_set_property),
3316         (gtk_entry_get_property): impl 'text'
3317         (gtk_entry_class_init): add the 'text' prop.
3318         (gtk_entry_insert_text): notify 'text' changed.
3319         (gtk_entry_delete_text): ditto.
3320
3321 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
3322
3323         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
3324         Documentation updates.
3325
3326 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
3327
3328         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
3329         in truncating length of text to MAX_SIZE. (Found by 
3330         Padraig O'Briain, #62055)
3331
3332 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
3333
3334         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
3335         MNEMONIC_ACTIVATE; signal was changed a long time
3336         ago.
3337
3338         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
3339         Fix wrong return statement. (Reported by HideToshi
3340         Tajima and others.)
3341
3342         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
3343         left over select_all vfunc.
3344
3345 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
3346
3347         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
3348         a utility function to translate coordinates relative to
3349         one widget's allocation to coordinates relative to another
3350         widget's allocation.
3351
3352         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
3353         that:
3354          - only accepts external focus if there is no active
3355            member of the group or the button is active.
3356          - makes arrow keys move the active button as well
3357            as the focus
3358          - make tab tab out directly.
3359         This makes a radio button group act as a single focus location.
3360         (#53577).
3361         
3362         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
3363         it was only a small optimization that didn't matter and made
3364         things more complicated.
3365
3366         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
3367         sorter for FOCUS_TAB as we did for the other focus directions,
3368         sort by center of widgets, not upper-left corner. (Shouldn't
3369         matter in general.)
3370
3371         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
3372         from the different types of focusing: encapsulate sorting the
3373         widgets for the focus direction into one routine
3374         (gtk_container_focus_sort()) and then share the work of moving the
3375         focus between the different focus directions.
3376
3377         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
3378         work correctly with focus chains containing non-immediate
3379         children. Sorting was being done using allocation coordinates for
3380         each widget in the focus chain, and if there were intermediate
3381         window-widgets, these allocations would not be in the same
3382         coordinate system.
3383
3384 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
3385
3386         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
3387         mnemonic_activate function to option menu.
3388
3389 2001-10-15  Murray Cumming <murrayc@usa.net>
3390
3391         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
3392           Corrected the type names used in some calls to g_signal_new().
3393         
3394 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
3395
3396         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
3397         specs, use g_pattern_spec_equal() instead of direct field accesses.
3398         upon compressing two equal paths of the same type, the resulting
3399         priority has to be the maximum.
3400         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
3401         GtkPathPriorityType enum and make it a macro.
3402
3403 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
3404
3405         * gtk/gtkwidget.c: Fix some doc comments.
3406
3407 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
3408
3409         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
3410         on empty models.
3411
3412 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
3413
3414         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
3415         Remove stale gdk backend includes.
3416  
3417 2001-10-10  Michael Meeks  <michael@ximian.com>
3418
3419         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
3420         and value_in_list properties.
3421         (gtk_combo_set_value_in_list): notify change.
3422         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
3423
3424 2001-10-11  James Henstridge  <james@daa.com.au>
3425
3426         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
3427         that gtk+ can be built with automake 1.5 while not breaking
3428         things for automake 1.4.
3429
3430 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
3431
3432         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
3433         (#60606)
3434
3435         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
3436         to disable calling setlocale (LC_ALL, "").
3437
3438         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
3439         docs that this function is not typically useful.
3440
3441         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
3442         Automatically initialize GDK for the current locale
3443         on gdk_init(). Don't reset locale to C when
3444         XSupportsLocale() fails.
3445
3446         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
3447         useless checks for UTF-8 locale breakage that mattered
3448         only for X.
3449
3450         * examples/calendar/calendar.c
3451         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
3452         gtk_set_locale().
3453
3454         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
3455         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
3456
3457 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
3458
3459         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
3460
3461         Fixes bug #61904
3462
3463 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
3464
3465         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
3466         new function, #61923
3467         (gtk_tree_selection_path_is_selected): Ditto
3468
3469 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
3470
3471         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
3472         not a GtkObject.  Thanks andersca.
3473
3474         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
3475
3476 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3477
3478         * gtk/gtktreeviewcolumn.c
3479         (gtk_tree_view_model_sort_column_changed): fix broken code.
3480
3481 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
3482
3483         * gtk/gtkselection.c: s/succesfully/successfully/g
3484
3485 2001-10-08  Havoc Pennington  <hp@pobox.com>
3486
3487         * demos/gtk-demo/stock_browser.c: remove unused enum
3488
3489         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3490         pass the current selection state of the node in to the user
3491         selection func
3492
3493 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
3494
3495         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
3496         non-existent function gdk_x11_cursor_get_xid 
3497         by gdk_x11_cursor_get_xcursor.
3498
3499 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
3500
3501         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
3502         warning.
3503
3504         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
3505         unref nodes, #okay61676
3506
3507         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
3508         to the property; no need to clear the other columns.  Also, we go
3509         to 'unsorted' if the model supports it.
3510
3511 2001-10-05  Sven Neumann  <sven@gimp.org>
3512
3513         * demos/testpixbuf-save.c
3514         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
3515         feature.
3516
3517 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
3518
3519         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
3520         destroy the search dialog
3521
3522         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3523         added check to prevent creation of a search dialog if there's
3524         already one around
3525
3526         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
3527         it instead of "search-dialog" (when getting/setting the search dialog
3528         widget).
3529
3530 2001-10-05  Jakub Steiner <jimmac@ximian.com>
3531
3532         * gtk/stock-icons/stock_broken_image.png: broken images icon
3533
3534 2001-10-04  Havoc Pennington  <hp@pobox.com>
3535
3536         Fix #56586
3537         
3538         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
3539         accelerator setting here...
3540
3541         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
3542         because we try to use it when a menu bar hasn't necessarily been 
3543         initialized.
3544
3545 2001-10-03  Havoc Pennington  <hp@redhat.com>
3546
3547         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
3548         it previously verified incorrect behavior
3549
3550         Fixes for #61565
3551         
3552         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
3553         off the end
3554         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
3555         the end
3556         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
3557         the end
3558         (gtk_text_iter_forward_lines): if on the last line, move to end of
3559         it
3560
3561         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
3562         don't return a line off the end
3563
3564 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
3565
3566         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
3567         functions to do_insert_text and do_delete_text, add signals
3568         insert_text, delete_text and changed
3569
3570         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
3571         and changed. Updates to match new situation.
3572
3573         * gtk/gtkspinbutton.c: updates to match new situation
3574
3575         * gtk/gtkoldeditable.h: remove signals changed, insert_text
3576         and delete_text
3577
3578         * gtk/gtkoldeditable.c: updates to match new situation
3579
3580         * gtk/gtktext.c: updates to match new situation
3581
3582         Fixes bug #59803
3583
3584 2001-10-03  Havoc Pennington  <hp@redhat.com>
3585
3586         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
3587         position
3588
3589         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
3590         changes
3591
3592         * tests/testtextbuffer.c (logical_motion_tests): updates
3593
3594 2001-10-03  jacob berkman  <jacob@ximian.com>
3595
3596         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
3597         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
3598         * gtk/gtksettings.c (apply_queued_setting): 
3599         * gtk/gtkmain.c (gtk_init_check): 
3600         * gtk/gtkcontainer.c (gtk_container_child_get_property):
3601         s/retrive/retrieve/
3602
3603 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
3604
3605         * gtk/gtktreemodelsort.[ch]: preparation for surgery
3606         * tests/testtreesort.c: ditto
3607
3608 2001-10-02  Havoc Pennington  <hp@redhat.com>
3609
3610         Throughout: assorted docs
3611         
3612         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
3613         gdk_window_set_geometry_hints() should be used instead.
3614
3615         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
3616         document them
3617
3618         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
3619         seem to exist in any .c files
3620
3621         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
3622         g_return_if_fail (pixel < colormap->size).
3623
3624 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
3625
3626         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
3627         NULL for @target_list to mean, use
3628         gtk_drag_dest_get_target_list (widget).
3629
3630         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
3631         drop could hang when calling gtk_drag_finish with 
3632         success == FALSE and del == TRUE.
3633
3634         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
3635         drops without a matching target found would propagate
3636         to the parent widget rather than being rejected.
3637
3638         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
3639         Use text_view->dnd_mark instead of mark name to be
3640         consistent with the rest of the code.
3641
3642         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
3643         pendantically correct for a drop-only-in-some-places
3644         widget. (Check whether you can insert in drag_drop,
3645         not just in drag_motion ... matters in theory, and
3646         for Motif drag and drop in practice.)
3647
3648         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
3649         Damian Ivereigh to not allow drops on non-editable
3650         entries. (#61124)
3651
3652         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
3653         text to be moved from a non-editable entry.
3654         
3655 2001-10-03  James Henstridge  <james@daa.com.au>
3656
3657         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
3658         s/width/fixed_width/ in order to get things to compile.
3659
3660 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
3661
3662         * gtk/gtkcelleditable.c: docs
3663
3664         * gtk/gtktreemodel.h: more docs.
3665
3666 2001-10-02  Havoc Pennington  <hp@redhat.com>
3667
3668         * gdk/x11/gdkwindow-x11.c: docs
3669
3670         * tests/testtextbuffer.c (logical_motion_tests): add sentence
3671         boundary tests
3672
3673 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
3674
3675         * demos/gtk-demo/Makefile.am: add editable_cells.c,
3676         list_store.c and tree_store.c
3677
3678         * demos/gtk-demo/appwindow.c: remove tearoff item from
3679         File menu, put menubar and toolbar in handle boxes.
3680
3681         * demos/gtk-demo/genincude.pl: various changes to support trees
3682
3683         * demos/gtk-demo/main.c: various changes to support trees
3684
3685         * demos/gtk-demo/stock_browser.c: changed name of demo
3686         to Stock Item and Icon Browser, so geninclude.pl doesn't see
3687         it as child
3688
3689         * demos/gtk-demo/editable_cells.c: new file/demo
3690         * demos/gtk-demo/list_store.c: new file/demo
3691         * demos/gtk-demo/tree_store.c: new file/demo
3692
3693 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
3694
3695         * gtk/gtkrc.c gtk/gtksettings.c: 
3696         g_string_printfa => g_string_append_printf.
3697
3698 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
3699
3700         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
3701         and destroy handler.
3702
3703         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
3704
3705         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
3706         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
3707         Singh <yosh@gimp.org>.
3708
3709 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3710
3711         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
3712         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
3713
3714         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
3715
3716 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
3717
3718         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
3719         scroll_to_cell delayed code to happen in size_allocate.
3720
3721         * gtk/gtkstyle.c (gtk_default_draw_expander): change
3722         prelight/normal arrow drawing.
3723
3724         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
3725
3726         * gtk/gtktreestore.c: refactor.
3727
3728 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
3729
3730         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
3731         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
3732         centers the child in relation to the to indicator height.
3733
3734 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
3735
3736         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
3737         correct
3738
3739 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
3740
3741         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
3742         property code using g_param_spec_int and changed from
3743         g_value_get_enum to g_value_get_int instead. Probably a better way
3744         to fix the problem :-)
3745
3746 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
3747
3748     * gtk/gtkcellrenderertext.c changed "weight" property type from 
3749       g_param_spec_int to g_param_spec_enum.
3750
3751 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
3752
3753         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
3754         fix: s/Wether/Whether/ in reorderable property description
3755
3756 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
3757
3758         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
3759         start editing when you select with a keyboard.
3760
3761         (gtk_tree_view_button_press_event): much more graceful now.
3762
3763         * gtk/gtkstyle.c: Draw togglebutton better.
3764
3765 2001-09-26  Havoc Pennington  <hp@redhat.com>
3766
3767         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
3768         of passing non-stock label in to gtk_dialog_new_with_buttons
3769
3770         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
3771         debugging updates
3772
3773         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
3774         are private
3775
3776         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
3777         exist, fall back to mnemonic label, not plain label, bug #61184
3778         
3779 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
3780
3781         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
3782         stupid and emitting the signal every time.
3783
3784         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
3785
3786 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
3787
3788        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
3789
3790        * contrib/gdk-pixbuf-xlib/Makefile.am: install
3791        gdk-pixbuf-xlib-2.0.pc.
3792
3793 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
3794
3795         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
3796         problem where menmonic wasn't removed properly when
3797         setting a label when there already is a label.
3798         Also, handle setting the tab label back to the same
3799         value. (#61160, #61161)
3800
3801         * gtk/gtkentry.c (paste_received): Patch from 
3802         Damian Ivereigh to replace selection if there is 
3803         one. (#61121)
3804
3805 2001-09-25  Darin Adler  <darin@bentspoon.com>
3806
3807         * tests/.cvsignore: Ignore new test program.
3808
3809 2001-09-25  Havoc Pennington  <hp@redhat.com>
3810
3811         * gtk/gtktextview.c: fix for #50317
3812         
3813 2001-09-25  Havoc Pennington  <hp@redhat.com>
3814
3815         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
3816         gtk_text_iter_can_insert
3817         
3818         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
3819
3820         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
3821          (gtk_text_iter_can_insert): new function to fix #60282, should
3822         also fix msw's "can paste into empty buffer" bug.
3823
3824         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
3825         "event object,"  #59091
3826
3827         * gtk/gtktextbtree.c: indentation fixes
3828
3829         * gtk/gtktextiter.c (find_by_log_attrs): fixes
3830
3831 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
3832
3833         * configure.in: Version 1.3.9, interface age 0, binary age 0.
3834
3835         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
3836
3837         * NEWS: Updates.
3838
3839 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
3840
3841         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
3842         function for drawing cursors between gtkentry/gtklabel/gtktextview.
3843         Should this be public? It has a bit of an odd interface, but
3844         custom editing widgets probably should be using it.
3845         Function will draw with wider width for taller cursors, and
3846         draws a little indicator arrow to indicate directoin for split 
3847         cursors.
3848
3849         * gtk/gtktextview.c: Add a "cursor_color" property.
3850
3851         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
3852         gtk_text_layout_draw().
3853
3854         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
3855         _gtk_draw_insertion_cursor().
3856
3857 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
3858
3859         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
3860         the behavior where you could turn family_set (etc) back on
3861         and get back the values you had before.
3862
3863         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
3864         g_string_ascii_up() rather than looping through the
3865         string ourself.
3866
3867 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
3868
3869         * gtk/gtktreeviewcolumn.c
3870         (gtk_tree_view_column_set_cell_renderer): Removed
3871         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
3872
3873         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
3874         Patch from Detlef Reichl
3875
3876 2001-09-25  Havoc Pennington  <hp@redhat.com>
3877
3878         * tests/testtextbuffer.c (line_separator_tests): Add tests for
3879         line separators, addresses bug #57428
3880
3881 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
3882
3883         * gtk/gtkentry.c: Make a GtkCellEditable
3884         (get_widget_window_size): Change to let it honor size_allocate
3885         when a CellEditable.
3886
3887         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
3888         editable changes.
3889         (gtk_tree_view_set_cursor): Now you can set the cursor
3890         horizontally, as well as start editing.
3891
3892         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
3893         code to look more like the other check buttons.
3894
3895         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
3896         Change the way we calculate cell size.
3897
3898         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
3899
3900         * demos/gtk-demo/sizegroup.c: Add mnemonics.
3901
3902         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
3903         Fix logic.
3904
3905         * gtk/gtkcellrenderertext.c: Change to be editable.
3906
3907         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
3908
3909         * test/testtreesort.c: Fix misspelling
3910
3911         * test/testreecolumns.c: Add mnemonics.
3912
3913         * test/testreeedit.c: New test program.
3914
3915 2001-09-25  Havoc Pennington  <hp@pobox.com>
3916
3917         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
3918         etc. docs about how these are not going to do what you want for 
3919         the X/win32 ports. Futile attempt to avoid a FAQ...
3920
3921 2001-09-24  James Henstridge  <james@daa.com.au>
3922
3923         * gtk/gtkmarshal.list (VOID): add marshal function types.
3924
3925         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
3926         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
3927         GTK_TYPE_POINTER.
3928         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
3929         with no-op copy/free functions.
3930
3931         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
3932         GtkCTreeNode get_type function.
3933
3934 2001-09-24  Havoc Pennington  <hp@redhat.com>
3935
3936         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
3937         gtktextlayout.c:
3938         Get rid of the newline-that-could-not-be-deleted; buffers may 
3939         now be zero-length. Much easier to fix than expected, once 
3940         I figured out the right way to do it. However, there are 
3941         various subtle bugs introduced by this that will have to get 
3942         sorted out. Please use bugzilla.
3943
3944 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
3945
3946         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
3947         response back from the window manager if our size hasn't changed 
3948         since we won't get a response back from the window manager;
3949         there was code in there to do this, but it was in the wrong
3950         place so if the hints change and the size didn't we'd expect
3951         a response.
3952
3953         Also, optimize the position-only-changed case by running
3954         the resize queue immediately, and clean up some comments
3955         for the changes.
3956
3957 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
3958
3959         * gtk/gtknotebook.h: Add a compat macro that got lost.
3960
3961         * gtk/gtktreestore.c: Doc fixes.
3962
3963         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
3964         leak for windows that receive events after being destroyed.
3965         (#60863, Joshua N. Pritikin)
3966
3967         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
3968         rather than gtk_container_queue_resize().
3969
3970         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
3971         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
3972         gtk_container_child_composite_name. (#60217.)
3973
3974 2001-09-22  Hans Breuer  <hans@breuer.org>
3975
3976         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
3977
3978 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
3979
3980         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
3981         weight value should be an int
3982
3983 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
3984
3985         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
3986         to gtk_menu_scroll_item_visible(). Only call
3987         gtk_menu_scroll_item_visible() if the menu widget has been
3988         realized. Fixes bug #55310.
3989
3990 2001-09-21  Havoc Pennington  <hp@redhat.com>
3991
3992         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
3993         key press to IM context if cursor isn't in an editable location;
3994         bug #58425, patch from Hidetoshi Tajima
3995
3996 2001-09-21  Havoc Pennington  <hp@redhat.com>
3997
3998         Bug #60862
3999         
4000         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
4001         (_gtk_text_btree_unref): fix up mark memory management
4002
4003         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
4004
4005 2001-09-20  Havoc Pennington  <hp@redhat.com>
4006
4007         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
4008         try to handle alignment here, because it's done by PangoLayout
4009         after we set the layout width. Fix from Dov.
4010
4011 2001-09-21  Hans Breuer  <hans@breuer.org>
4012
4013         * gdk/gdk.def :
4014         * gtk/gtk.def : updated externals
4015
4016         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
4017         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
4018         Also handle that Win32 pathes cann't be hard-coded      
4019
4020         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
4021         module, themes etc directory calculations
4022
4023         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
4024         >16 bit right. The size limit within Win9x appears _not_ to be 32767
4025         but slightly smaller ...
4026
4027         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
4028         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
4029
4030         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
4031
4032         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4033         handling. I'm not sure if it is better now, but at least not worse
4034
4035         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
4036
4037         * gdk/win32/gdkwin32.h : reflect recent API restrictions
4038
4039 2001-09-21  Matt Wilson  <msw@redhat.com>
4040
4041         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
4042         radio_menu_item->group to NULL after removing it from the list, as
4043         it is no longer in the group. (#60869)
4044
4045         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
4046
4047 2001-09-20  Havoc Pennington  <hp@pobox.com>
4048
4049         * configure.in (PANGO_REQUIRED_VERSION)
4050         (ATK_REQUIRED_VERSION): add variables and checks for specific 
4051         versions of dependencies. Previously we didn't verify the 
4052         Pango or ATk versions.
4053
4054 2001-09-09  Havoc Pennington  <hp@pobox.com>
4055
4056         * gtk/gtktextiter.c: fool with indentation
4057         (gtk_text_iter_in_range): add g_return_if_fail
4058
4059 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
4060
4061         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
4062         ref count on new tag to be 1.  Update doc.  (#60836)
4063
4064 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
4065
4066         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
4067         call to gdk_image_new_bitmap(). (#59094, reported by
4068         by Sven Neumann)
4069
4070 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
4071
4072         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
4073         day, as well as the current month and year.
4074         (#59047, reported by Vitaly Tishkov)
4075
4076 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
4077
4078         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
4079         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
4080         
4081 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
4082
4083         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
4084
4085         (build_option_menu): add func argument, connect ::changed
4086         signal to option menu instead of connecting the ::activate
4087         signal to the menu items,
4088
4089         (toplevel): get rid of RADIOMENUTOGGLED macro,
4090
4091         (list_toggle_sel_mode), (clist_toggle_sel_mode),
4092         (ctree_toggle_line_style), (ctree_toggle_expander_style),
4093         (ctree_toggle_justify), (ctree_toggle_sel_mode),
4094         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
4095         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
4096
4097         (notebook_type_changed): merged standard_notebook(),
4098         notabs_notebook(), scrollable_notebook() and borderless_notebook()
4099         into notebook_type_changed()
4100
4101         (create_list), (create_ctree), (create_notebook),
4102         (create_progress_bar): changed OptionMenuItem arrays into
4103         gchar * arrays. Removed "Extended" item where used.
4104
4105         Fixes bug #59885
4106
4107 2001-09-20  Sven Neumann  <sven@gimp.org>
4108
4109         * configure.in
4110         * gdk/Makefile.am
4111         * gtk/Makefile.am
4112         * gtk/gtkselection.c
4113         * gtk/gtktreeview.c
4114         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
4115
4116 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
4117
4118         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
4119         a missing pango_layout_iter_free ().
4120
4121 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
4122
4123         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
4124         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
4125
4126         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
4127         the function definition so we don't accidentally rely on
4128         the compat #define from gtk_radio_menu_item_group.
4129         (#60782, Jeff Franks)
4130
4131 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
4132
4133         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
4134         incorrect values for top, right and bottom due to cut-and-paste
4135         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
4136
4137 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
4138
4139         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
4140         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
4141         window, not just on the client leader. (#58463)
4142
4143 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
4144
4145         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
4146
4147         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
4148         non-public _gtk_menu_item_set_placement.
4149
4150         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
4151
4152 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
4153
4154         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
4155           gdk/linux-fb/gdkcolor-fb.c:
4156         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
4157         (#59723)
4158
4159 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
4160
4161         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
4162         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
4163         #59723)
4164
4165 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
4166
4167         Patch from Frank Belew #59037 for Solaris compilation.
4168
4169         * gtk/maketypes.awk: Change syntax slightly for a call
4170         to sub(), apparently making awk on Solaris happier.
4171
4172         * gtk/gtktreeview.c: Remove C++ comments.
4173
4174 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
4175
4176         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
4177         to handle '99% of the time. (#60473, reported by Christian Rose)
4178
4179         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
4180         which no longer exists. (#60379, reported by Vitaly Tishkov)
4181
4182 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
4183
4184         * Released 1.3.8.
4185
4186         * gdk/Makefile.am: kill EXTRA_DIST clearing.
4187         
4188 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
4189
4190         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
4191         as its broken in automake 1.4, add explicit object rule to
4192         generate this.
4193         
4194         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
4195         get rid of uneccessary stamps, group stuff more logically, and build
4196         sources due to object rules. fix srcdir!=builddir.
4197
4198 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
4199
4200         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
4201         incorrect parameter to compute_double_length
4202         (#58680, patch from Matthias Clasen)
4203
4204         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
4205
4206         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
4207
4208         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
4209         for GDK_RELEASE_MASK to avoid warnings with Forte.
4210
4211         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
4212         break; statements.
4213
4214 2001-09-18  Alex Larsson  <alexl@redhat.com>
4215
4216         * gtk/gtkcheckbutton.c:
4217         * gtk/gtkradiobutton.c:
4218         Don't draw with GTK_STATE_ACTIVE.
4219
4220         * gtk/gtkclist.c:
4221         * gtk/gtkctree.c:
4222         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
4223
4224         * gtk/gtktextdisplay.c:
4225         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4226         unfocused with base_gc [GTK_STATE_ACTIVE].
4227         
4228         * gtk/gtkentry.c:
4229         Add select all menu-item.
4230         Default cursor color is red.
4231         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4232         unfocused with base_gc [GTK_STATE_ACTIVE].
4233
4234         * gtk/gtklabel.[ch]:
4235         Add keynav + menu to selectable lables.
4236         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4237         unfocused with base_gc [GTK_STATE_ACTIVE].
4238
4239         * gtk/gtkfilesel.c:
4240         Add drag and drop support.
4241
4242         * gtk/gtkstyle.c:
4243         (This was checked in earlier)
4244         New default values for text/base SELECTED and ACTIVE
4245         
4246 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
4247
4248         * configure.in: up version to 1.3.8, interface age 0,
4249         binary age 0, depend on glib 1.3.8.
4250
4251         * NEWS: 1.3.8 updates.
4252
4253 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
4254
4255         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
4256         the editing code
4257
4258         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
4259         reason to call it beyond emiting the two signals.
4260
4261         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
4262         to GtkEntry.
4263
4264 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
4265
4266         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
4267           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
4268         PangoFontDescription.
4269
4270         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
4271         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
4272         structure.
4273   
4274         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
4275
4276         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
4277         direct access to style->font. Deprecate gtk_style_ref/unref.
4278   
4279         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
4280         Remove gtk_style_ref/unref with g_object_ref/unref.
4281   
4282         * gtk/gtkcalendar.c: Remove leftover macros accessing
4283         style->font.
4284   
4285         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
4286         variable.
4287   
4288         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
4289         style->font.
4290
4291 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
4292
4293         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
4294         "can_activate" properties in favor of
4295         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
4296         and GTK_CELL_RENDERER_MODE_EDITABLE
4297
4298 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
4299
4300         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
4301         editable widgets.  This function is private, and should only be
4302         used by GtkTreeView.
4303
4304 2001-09-18  Matt Wilson  <msw@redhat.com>
4305
4306         * docs/Makefile.am (EXTRA_DIST): don't use += before =
4307
4308         * docs/faq/Makefile.am (EXTRA_DIST): likewise
4309
4310         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
4311         
4312         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
4313         (EXTRA_HEADERS): likewise
4314
4315         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
4316         (EXTRA_HEADERS): likewise
4317         (EXTRA_DIST): likewise
4318         (CLEANFILES): likewise
4319
4320         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
4321
4322         * tests/Makefile.am (EXTRA_DIST): likewise
4323         
4324         * Makefile.am (install-data-local): changed to use
4325         install-data-hook, which runs after install-pkgconfigDATA, so that
4326         the pkgconfigdir will have been created and populated first.
4327
4328 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
4329
4330         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
4331         be the last big GtkTreeView API change.
4332
4333         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
4334         replace with "activate" and "start_editing".  Also, added a
4335         "can_activate" and "can_edit" property.
4336
4337         * gtk/gtktreeviewcolumn.c: modify to use above.
4338
4339 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
4340
4341         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
4342
4343 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
4344
4345         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
4346         icon instead of one with ugly white background.
4347
4348 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
4349
4350         * demos/gtk-demo/stock_browser.c (id_to_macro): make
4351         the uppercasing work. (#59550)
4352
4353 2001-09-14  Jakub Steiner <jimmac@ximian.com>
4354
4355         * gtk/stock-icons/dialog_error.png:
4356         * gtk/stock-icons/dialog_question.png: more road signs
4357
4358 2001-09-13  Jakub Steiner <jimmac@ximian.com>
4359
4360         * gtk/stock-icons/dialog_question.png:
4361         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
4362           like a road sign.
4363
4364 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
4365
4366         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
4367         signals to make them more clear.  Also, change ::range_changed to
4368         ::row_changed.
4369         * gtk/gtktreemodel.c: Adjust to interface change
4370         * gtk/gtktreemodel.h: ditto
4371         * gtk/gtktreemodelsort.c: ditto
4372         * gtk/gtktreestore.c: ditto
4373         * gtk/gtkliststore.c: ditto
4374         * gtk/gtktreeview.c: ditto
4375         * tests/testtreecolumns.c: ditto
4376         * gtk/gtkmarshal.list: Actually remove a marshaller!
4377
4378 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
4379
4380         * gtk/gtktextview.c
4381         Add support for Ctrl+Up/Down arrow to move cursor to beginning
4382         of previous/next paragraph. If within a paragraph cursor moves to
4383         beginning of that paragraph.
4384
4385 2001-09-12  Jakub Steiner <jimmac@ximian.com>
4386
4387         * gtk/stock-icons/dialog_question.png: replacing the shaky
4388           question mark with a sans-serif one.
4389         * gtk/stock-icons/stock_top.png, stock_bottom.png,
4390      stock_first.png, stock_last.png: using the new style arrows
4391         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
4392      colors.
4393         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
4394      color.
4395         * gtk/stock-icons/stock_zoom*: anti-aliased
4396         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
4397      '-' with a '_', removed the wrong files
4398
4399 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
4400  
4401         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
4402  
4403         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
4404         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
4405         than in gtk-2.0/major.minor.micro/<type>/. This
4406         works better for a search path for modules.
4407  
4408         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
4409         gtk_binary_version variable holding major.minor.(micro-binary_age).
4410  
4411         * modules/input/Makefile.am (moduledir): Fix installation
4412         directory to match change in lookup location.
4413  
4414         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
4415         suffixes. Needs to be handled in g_module_build_path().
4416
4417         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
4418         appropriate.
4419  
4420 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
4421
4422         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
4423         causing RC properties not to work.
4424
4425 2001-09-11  Jakub Steiner <jimmac@ximian.com>
4426
4427         * gtk/stock-icons/dialog-error.png: less drastic
4428         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
4429           "STOP" is international enough.
4430         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
4431         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
4432
4433 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
4434
4435         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
4436         (add|remove)_selection_clipboard symmetric. (bug #59836)
4437
4438         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
4439         Avoid SEGV for empty tree. (bug #60243)
4440
4441 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
4442
4443         * tests/testgtk.c (create_idle_test): slight fix for
4444         g_object_set() not usable for nesting anymore.
4445
4446         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
4447         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
4448         properties, supply ::shadow_type properties instead as most
4449         other widgets do.
4450
4451 2001-09-10  Alex Larsson  <alexl@redhat.com>
4452
4453         * demos/gtk-demo/stock_browser.c:
4454         * gdk/gdkcolor.c:
4455         * gdk/gdkfont.c:
4456         * gdk/gdkcursor.c:
4457         * gdk/gdkevents.c:
4458         * gdk/gdkrectangle.c:
4459         * gtk/gtktypeutils.c:
4460         Update to use the new g_boxed_type_register_static API.
4461
4462 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4463
4464         * gtk/gtktreestore.c:
4465         Fix looping in gtk_tree_store_init() waiting for zero random int.
4466
4467 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
4468
4469         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
4470         behaviour which havoc broke. they have to default to 1.0 for
4471         expand behaviour.
4472
4473         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
4474
4475 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4476
4477         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
4478         Amend previous change to avoid runtime error in g_param_spec_ref()
4479
4480 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
4481
4482         * gtk/gtkrc.c (insert_rc_property): Fix blank line
4483         in the wrong place.
4484
4485 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
4486
4487         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
4488         do a lookup immediately after creating style->property_cache,
4489         since bsearch crashes on zero length for Solaris.
4490         (Found by Padraig O'Briain.)
4491
4492 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4493
4494         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
4495         Really return NULL if not set.
4496         (gtk_widget_init): Remove unused varaible.
4497         
4498 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4499
4500         * configure.in:
4501         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
4502         in cvs.
4503
4504 2001-09-08  Havoc Pennington  <hp@pobox.com>
4505
4506         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
4507         people might want to use
4508
4509 2001-09-08  Havoc Pennington  <hp@pobox.com>
4510
4511         * gtk/gtkalignment.c (gtk_alignment_class_init): default
4512         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
4513
4514         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
4515
4516         * gtk/gtktextiter.c: fix docs
4517         (gtk_text_iter_spew): get rid of this
4518
4519         * gtk/gtklayout.c: docs
4520
4521         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
4522         to center image and label together, instead of having image on
4523         left and label centered, patch/suggestion from Jacob
4524
4525         * gtk/gtkdialog.c: docs
4526
4527 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
4528
4529         * gtk/gtkliststore.c: Write documentation
4530         * gtk/gtktreestore.c: Write documentation
4531
4532 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
4533
4534         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
4535         with GArray and bsearch(), to remove dependency on a still
4536         evolving interface that we want to keep private to glib/gobject. 
4537
4538 2001-09-08  Havoc Pennington  <hp@pobox.com>
4539
4540         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
4541         docs fixes
4542
4543         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
4544
4545         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
4546
4547         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
4548
4549         * gtk/gtkscrolledwindow.h: docs fixes
4550
4551         * gtk/gtkimage.c (gtk_image_new): docs fixes
4552
4553 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
4554
4555         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
4556         false alarm  constness warning with a cast.
4557
4558         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
4559         for the inside-gdk case.
4560
4561 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
4562
4563         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
4564         remove g_print.
4565
4566         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
4567         change models, #59899
4568
4569 2001-09-07  Havoc Pennington  <hp@pobox.com>
4570
4571         * gtk/gtkmain.c: move some docs inline
4572
4573 2001-09-07  Havoc Pennington  <hp@pobox.com>
4574
4575         * gtk/gtk.h: tsk tsk, jrb broke the build
4576
4577 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
4578
4579         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
4580         Removed 'fill' attribute.  It was silly b/c that was a property of
4581         the cell renderer, anyway.
4582         (gtk_tree_view_column_render): Actually render the packed
4583         renderers.
4584         * doc/tree-column-sizing.txt: initial devel documentation.
4585         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
4586         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
4587
4588         * tests/testtreefocus.c: fix up to reflect above changes.
4589         * tests/testtreeview.c: ditto
4590         * demos/gtk-demo/stock_browser.c: ditto
4591
4592 2001-09-07  Alex Larsson  <alexl@redhat.com>
4593
4594         * gdk/linux-fb/gdkcolor-fb.c:
4595         Removed unused function.
4596         
4597         * gdk/linux-fb/gdkdrawable-fb2.c
4598         * gdk/linux-fb/gdkfont-fb.c:
4599         Use PangoLanguage functions.
4600
4601         * gdk/linux-fb/gdkinput.c:
4602         * gdk/linux-fb/gdkselection-fb.c:
4603         Fix const warnings.
4604         
4605         * gdk/linux-fb/gdkwindow-fb.c:
4606         Fix warning. Implement gdk_window_set_icon_list() and
4607         gdk_window_get_frame_extents(). (No icon support yet though.)
4608
4609         * gtk/gtkwindow.c (gtk_window_get_position):
4610         If window->frame is set get the extents of it instead.
4611         
4612 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
4613
4614         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
4615         Make the default default colormap the GdkRGB colormap,
4616         not the system colormap.
4617
4618         * gtk/gtkinvisible.c (gtk_invisible_init) 
4619           gtk/gtkwindow.c (gtk_window_init): Set the current
4620         colormap, as returned by _gtk_widget_peek_colormap()
4621         on the widget.
4622
4623         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
4624         to GTK+. Make it return %NULL instead of the default
4625         colormap if no colormap has explicitely been pushed.
4626
4627         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
4628         colormaps on ancestral widgets before defaulting the
4629         the system default colormap.
4630
4631         * docs/Changes-2.0.txt: explain colormap changes.
4632
4633 2001-09-07  Havoc Pennington  <hp@redhat.com>
4634
4635         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
4636         #57424
4637
4638 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
4639
4640         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
4641         make gdk_set_use_xshm a noop. Remove --no-xshm command line
4642         option. If we aren't autodetecting properly, we need
4643         to fix the problem, or at least make it an environment
4644         variable setting, to avoid problems with propagating
4645         to embedded children, plugins, etc.
4646
4647         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
4648
4649         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
4650         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
4651         New function to render a pixmap and mask for a particular colormap.
4652
4653         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
4654         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
4655         of internal implementation of the same.
4656
4657 2001-09-07  Havoc Pennington  <hp@redhat.com>
4658
4659         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
4660         debug code that seems to have caused a breakpoint in valid cases
4661         
4662         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
4663         pointer on the first view when adding the second view, fixes
4664         crash when closing gtk-demo text test with active selection
4665
4666         * gtk/gtktextbuffer.c
4667         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
4668         clipboards in the list of clipboards - probably fixes #59836
4669
4670 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
4671
4672       Make gdkx.h the only installed header from gdk/x11.
4673       All structures in gdk/x11 are opaque.
4674
4675         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
4676         Don't install gdk{drawable,pixmap,window}-x11.h.
4677
4678         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
4679         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
4680         GdkVisualClass into C files.
4681
4682         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
4683
4684         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
4685         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
4686         Add public functions to replace previously exported direct
4687         structure access.
4688         gdk_x11_colormap_get_{xdisplay,xcolormap} 
4689         gdk_x11_cursor_get_{xdisplay,xcursor},
4690         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
4691         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
4692         gdk_x11_gc_get_{xdisplay,ximage}
4693         
4694         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
4695         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
4696
4697       Fix a number of variables and functions that were exported
4698       "accidentally" from GDK.
4699
4700         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
4701         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
4702         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
4703         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
4704         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
4705         gdk_event_queue_find_first, gdk_event_queue_remove_link,
4706         gdk_event_queue_append, gdk_event_button_generate,
4707         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
4708
4709         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
4710            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
4711         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
4712         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
4713         gdk_use_xshm, gdk_input_ignore_core.
4714
4715         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
4716         #defines to namespace functions into the private _gdk_ 
4717         namespace.
4718
4719         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
4720         to replace gdk_parent_root exported variable. Adjust and
4721         deprecate GDK_ROOT_PARENT().
4722
4723         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
4724         GDK_ROOT_PARENT usage, remove includes of port-specific
4725         headers.
4726
4727         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
4728         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
4729         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
4730
4731         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
4732         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
4733         gdk_wm_delete_window functions, gdk_wm_take_focus, 
4734         use gdk_atom_intern() instead.
4735
4736         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
4737           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
4738           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
4739           gtk/gtkselection.c 
4740         Unexport gdk_selection_property, just use 
4741         gdk_atom_intern ("GDK_SELECTION").
4742
4743         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
4744         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
4745         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
4746         GdkVisualprivate, gdk_x11_gc_flush.
4747
4748       Make a number of public exports of variables into functions
4749       to increase encapsulation.
4750
4751         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
4752         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
4753         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
4754
4755         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
4756         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
4757         gdk_error_warnings.
4758
4759         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
4760           docs/Changes-2.0.txt: 
4761         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
4762         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
4763         Add gdk_x11_get_default_xdisplay().
4764
4765         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
4766         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
4767         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
4768         Don't export gdk_progclass, move --class command line
4769         option and handling to common portion of GDK.
4770
4771       Miscellaneous fixes:
4772
4773         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
4774         g_return_val_if_fail that should have been g_return_if_fail.
4775
4776         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
4777         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
4778
4779         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
4780         X11 dependency.
4781
4782         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
4783         Remove unused gdk_key_repeat_disable/restore.
4784
4785         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
4786         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
4787         Remove unused gdk_null_window_warnings variable.
4788
4789         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
4790         it can be retrieved from the repository; it is too far
4791         from functional to be worth having people check out;
4792         it would be easier to start from scratch, I suspect.
4793
4794         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
4795
4796         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4797         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4798         Fix some accidentally global variables and unused global variables.
4799
4800         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4801         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4802         Fix some accidentally global variables and unused global variables.
4803
4804       Add some space for future expansion to multihead.
4805
4806         * gdk/gdkdrawable.h: Add four reserved function pointers
4807         for future expansion of GdkDrawableClass.
4808
4809         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
4810         where we can put a GdkScreen * later.
4811
4812 2001-09-07  Havoc Pennington  <hp@redhat.com>
4813
4814         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
4815         adjustments after validating destination yrange; fixes #53918
4816         (This may cause other issues, but I hope it won't)
4817         
4818 2001-09-05  Havoc Pennington  <hp@redhat.com>
4819
4820         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
4821         line into start line, update the character counts in parent nodes; 
4822         caused a bug when end and start line had different parent nodes.
4823
4824 2001-08-30  Havoc Pennington  <hp@redhat.com>
4825         
4826         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
4827         assertion that tag is in a table
4828
4829 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
4830
4831         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
4832         g_strcasecmp on NULL strings. (#59058)
4833
4834 2001-09-06  Alex Larsson  <alexl@redhat.com>
4835
4836         * gtk/gtkbin.c:
4837         * gtk/gtkfontsel.c:
4838         * gtk/gtkspinbutton.c:
4839         * gtk/gtktipsquery.c:
4840         Use GtkType/GType instead of uint.
4841
4842 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
4843
4844         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
4845         sort column.
4846
4847         * gtk/gtktreestore.c (gtk_list_store_init): ditto
4848
4849         * gtk/gtktreesortable.c: add docs.
4850
4851 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
4852
4853         * Version 1.3.7
4854
4855         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
4856         docs for gtk-config
4857
4858         * modules/input/Makefile.am (install-data-local): Don't
4859         run gtk-query-immodules if DESTDIR is set.
4860
4861         * NEWS: Various additions.
4862
4863 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
4864
4865         * NEWS: updates for 1.3.7 release.
4866
4867 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
4868
4869         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
4870         handle default sort feature
4871
4872         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
4873         new function to handle default sort.
4874         (gtk_tree_sortable_has_default_sort_func): check if default sort
4875         is set.
4876
4877         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
4878         handle default sort feature
4879
4880 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
4881
4882         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
4883         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
4884         #59731
4885
4886 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
4887
4888         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
4889         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
4890         time, #59727
4891
4892         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
4893         correctly.
4894
4895 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
4896
4897         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
4898         so that we don't eternally update the keymap after we
4899         get a change notification.
4900
4901         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
4902         incorrect cast.
4903
4904 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
4905
4906         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
4907         it working. It mostly works now, although there're still a few issues
4908         to be worked out.
4909
4910         * tests/testtreesort.c (main): changes to have a better test
4911         application for the GtkTreeModelSort.
4912
4913 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
4914
4915         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
4916         fix for bug #59222.
4917
4918         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
4919         gpointer search_data argument to function definition and
4920         prototype, to match GtkTreeViewSearchEqualFunc typedef.
4921
4922 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
4923
4924         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
4925         per jrb's request.
4926
4927 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
4928
4929         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
4930
4931         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
4932
4933 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
4934
4935         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
4936         Instead of always mirroring the selection to a single PRIMARY
4937         selection, allow it to be mirrored to any number of clipboards.
4938
4939         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
4940         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
4941
4942         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
4943         GtkClipboard argument, and for paste_clipboard, the
4944         @override_location argument from @paste_primary.
4945
4946         * gtk/gtktextview.c: Adapt to above change.
4947         
4948 2001-08-30  Havoc Pennington  <hp@redhat.com>
4949
4950         * gtk/gtktextview.c (invalidated_handler): put validate idle at
4951         resize - 2 just for flexibility
4952
4953 2001-08-30  Havoc Pennington  <hp@redhat.com>
4954
4955         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
4956         object from the empty-child-anchor case by drawing a little box.
4957         
4958         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
4959         if the child anchor has no anchored widgets - fixes #59328.
4960
4961         Also, remove bizarre deletion of preedit string that seems to have
4962         gotten in here somehow.
4963
4964 2001-08-30  Havoc Pennington  <hp@redhat.com>
4965
4966         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
4967         to #58420 from Hidetoshi Tajima and Matthias Clasen
4968
4969 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
4970
4971         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4972         change color when the GtkTreeView loses focus.
4973
4974         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
4975         ditto.
4976         
4977         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
4978
4979 2001-08-28  Havoc Pennington  <hp@pobox.com>
4980
4981         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
4982
4983 2001-08-28  Havoc Pennington  <hp@pobox.com>
4984
4985         * demos/gtk-demo/main.c (setup_default_icon): add default icon
4986
4987         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
4988         warning fix
4989         (gtk_radio_button_new_with_label): warning fix
4990
4991         * gtk/gtkdnd.c: used some random GtkImage private structs, 
4992         update to reflect GtkImage changes
4993
4994         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
4995         whether the hint is supported, just always set the icon. A task
4996         list might want to use it even if the WM doesn't, and the WM may
4997         change over time. Also, XDeleteProperty() if list == NULL.
4998
4999         * gtk/gtkwindow.c (gtk_window_set_icon_list)
5000         (gtk_window_get_icon_list)
5001         (gtk_window_set_icon)
5002         (gtk_window_get_icon)
5003         (gtk_window_set_default_icon_list)
5004         (gtk_window_get_default_icon_list):
5005         new functions
5006
5007         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
5008
5009         * gtk/gtkimage.c: Implement property support, bug #59408
5010
5011         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
5012         on reparent-without-removing-first a bit more helpful.
5013         Let's just destroy this FAQ.
5014
5015 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
5016
5017         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
5018         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
5019
5020 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
5021
5022         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
5023         of use_text_format to the end of the function. (#56447)
5024
5025 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
5026
5027         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
5028         only in response to an area_prepared signal.
5029
5030 2001-08-28  Alex Larsson  <alexl@redhat.com>
5031
5032         * gtk/gtkwidget.c (gtk_widget_class_init):
5033         Make unrealize GTK_RUN_LAST.
5034
5035 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
5036
5037         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
5038         with_label and with_mnemonic should create radio buttons, not
5039         check buttons
5040
5041 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
5042
5043         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
5044         * tests/treestoretest.c (make_window): ditto
5045         * demos/gtk-demo/main.c (create_tree): ditto
5046         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
5047
5048 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
5049
5050         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
5051         GTK selection types rather than GtkTreeSelectionMode.
5052
5053         * docs/Changes-2.0: Add comment about selection change.
5054
5055 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
5056
5057         * gtk/gtkenums.h (GtkSelectionMode): deprecate
5058         GTK_SELECTION_EXTENDED.
5059
5060         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
5061         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
5062
5063         * gtk/gtkctree.c: ditto
5064
5065         * gtk/gtklist.c: ditto
5066
5067         * gtk/gtktree.c: ditto
5068
5069 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
5070
5071         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
5072         of typos in compat macros. (#59624, Skip Montaro)
5073
5074 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
5075
5076         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
5077         macro.
5078
5079          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
5080  
5081         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
5082         interface to be a standard setter from gtk_menu_item_right_justify.
5083         (gtk_menu_item_get_right_justified): a getter to go with the setter
5084
5085         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
5086         gtk_menu_item_right_justify.
5087
5088         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
5089         gtk_menu_item_set_right_justified.
5090  
5091 2001-08-27  Jens Finke <jens@gnome.org>
5092
5093         * gtk+.spec.in: Updated to match gpp requirements, reworked the
5094         files section to make it work with 1.3.x releases.
5095
5096 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5097
5098         * gtk/gtkbutton.[ch]:
5099         Add properties for labels, mnemonics and stock items.
5100         Added C accessor functions for the properties.
5101         Removed deprecated button->child.
5102
5103         * gtk/gtkradiobutton.c:
5104         * gtk/gtktogglebutton.c:
5105         Update to use the functions in GtkButton.
5106
5107         * gtk/gtkcheckbutton.c:
5108         Update to use the functions in GtkButton.
5109         Changed size allocation of child. Now only gets as much
5110         space as it requests.
5111
5112         * gtk/gtkclist.c:
5113         Don't use GtkButton->child
5114
5115         * gtk/gtklabel.c:
5116         Fixed typo in docs
5117         
5118 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5119
5120         * tests/testgtk.c:
5121         * tests/Makefile.am:
5122         Ressurect the properties test.
5123         I don't care if it is inferior, I just want to test my property code.
5124
5125 2001-08-25  Chema Celorio  <chema@celorio.com>
5126
5127         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
5128         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
5129         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
5130
5131 2001-08-24  Havoc Pennington  <hp@pobox.com>
5132
5133         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
5134         these are already in gtkmenu.h, and the copies
5135         here were broken.
5136
5137         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
5138
5139         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
5140         special-case bitmaps to allow no colormap
5141         (bitmap1): implement no-colormap bitmap-getting
5142         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
5143         alpha
5144         (rgb8): indentation
5145         (rgb1a, rgb1): change the way we read the data out of the image, 
5146         old way didn't seem to work quite right.
5147
5148         I'm pretty sure a lot of the rgbconvert code is still broken.
5149         
5150         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
5151         above position constraint (I really intended to do this before,
5152         don't know what's up with that)
5153         (gtk_XParseGeometry): shut up gcc
5154
5155         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
5156         and "0" should have been. remove the attempted 4-bytes-at-once
5157         optimization, it was totally broken.
5158
5159 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
5160
5161         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
5162         on push to buttons (based on patch from Soeren Sandmann, #54720)
5163
5164           - Add child_displacement_x/y style properties to control how far the
5165             child moves when the button is depressed.
5166
5167           - Add non-exported function _gtk_button_set_depressed to clean
5168             up the handling of the in/out shadow and separate it frmo
5169             widget->state.
5170
5171           - Lots of code cleanup and simplification of state handling
5172             for GtkButton/GtkToggleButton.
5173  
5174         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
5175         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
5176
5177 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
5178
5179         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
5180         and make gtk_image_new() take no arguments. The compiler will
5181         catch it, and it is vastly more useful than having
5182         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
5183
5184         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
5185         to add tearoff-title property (#51319, Lee Mallabone)
5186
5187 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
5188
5189         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
5190         gtk_menu_item_configure(). (#58925)
5191
5192 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
5193
5194         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
5195         "use_align" to give people the option to just make a cell visible.
5196
5197         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
5198         we were scrolling past the end of the tree.
5199
5200         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
5201         rename gtk_tree_view_column_pack_start_cell_renderer to
5202         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
5203
5204 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
5205
5206         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
5207         a stray g_object_ref() left over from gtk_object_ref/sink.
5208         (Pointed out by Josh Pritikin.)
5209
5210 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
5211
5212         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
5213         to gtk_container_get_children. Added deprecated compatibility
5214         macro. (Suggested by Vitaly Tishkov, #59051)
5215
5216         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
5217         calls.
5218
5219 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
5220
5221         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
5222         gtk_menu_bar_append/prepend/insert, forgot to do this
5223         when we deprecated gtk_menu_append/prepend/insert.
5224
5225         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
5226         compat macros.
5227
5228         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
5229         renamed by compat macro.
5230
5231         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
5232         gtk_font_selection_dialog_get_font(). (Suggested by
5233         Vitaly Tishkov, #59383)
5234
5235 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
5236
5237         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
5238         Rename from gtk_text_tag_table_size(). (#59366)
5239
5240 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
5241
5242         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
5243         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
5244         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
5245         (#59173).
5246
5247 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
5248
5249         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
5250         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
5251         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
5252
5253 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
5254
5255         [ Patch from Sebastian Wilhelmi, 52790 ]
5256
5257         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
5258
5259         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
5260         Move compatibility macros from g[dt]kcompat.h to within 
5261         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
5262
5263         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
5264
5265         * demos/Makefile.am demos/gtk-demo/Makefile.am 
5266           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
5267           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
5268
5269         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
5270                  testpixbuf.c}: Fix usages of deprecated functions.
5271
5272 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
5273
5274         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
5275         when changing models.
5276
5277 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
5278
5279         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
5280         We check the current event for modifiers rather than try to trap
5281         all presses.
5282
5283 2001-08-22  Anders Carlsson  <andersca@gnu.org>
5284
5285         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
5286         It's LIST_STORE, not LISTSTORE.
5287
5288 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
5289
5290         * gtk/gtk.h: Remove commented out gtkpacker reference.
5291
5292 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5293
5294         * configure.in (all_loaders): Add tga loader, 
5295         patch by Nicola Girardi. (#56067)
5296
5297 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
5298
5299         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
5300         a little.  More needs to be done tomorrow.
5301
5302 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
5303
5304         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
5305
5306 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
5307
5308         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
5309         reported by Kristian Rietveld <kristian@planet.nl> to handle row
5310         == NULL.
5311         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
5312         <kristian@planet.nl> to change destroy order.
5313
5314 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
5315
5316         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
5317         correct marshaller.
5318
5319 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
5320
5321         * gtk/gtkliststore.c: Fix up warnings, #58928.
5322
5323         * gtk/gtktreeselection.h: Change signal prototype, #58647
5324
5325         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
5326         #59221.
5327
5328         * gtk/gtkstyle.c: Actually prelight arrow, #50981
5329         
5330 2001-08-18  Hans Breuer  <hans@breuer.org>
5331
5332         * gdk/gdk.def : updated externals
5333
5334         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
5335         is required to get (at least) visible in entry fields. Some selections
5336         are really handled now - even on win32 - but copying via middle
5337         mouse button into a different app needs to wait ... 
5338
5339         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
5340         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
5341
5342         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
5343         handling. I'm not sure if it is better now, but at least not worse
5344
5345         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
5346         with SetWindowPos () which allows more fine-tuning backing-store wise
5347
5348         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
5349         Also changed move/resize to be more like the X version.
5350
5351         * gtk/gtk.def : updated externals
5352
5353 2001-08-19  Sven Neumann  <sven@gimp.org>
5354
5355         * gtk/gtktooltips.c
5356         * tests/testtreesort.c
5357         * tests/treestoretest.c: inserted some casts to get rid of compiler
5358         warnings.
5359
5360 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
5361
5362         * gtk/gtktreeviewcolumn.c
5363         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
5364
5365         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
5366         (_gtk_tree_view_find_node): If *node is NULL,
5367         *tree should be NULL too.
5368
5369         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
5370         column/renderers.
5371         * tests/testtreecolumns.c: ditto
5372         * tests/testtreefocus.c: ditto
5373         * tests/testtreesort.c: ditto
5374         * tests/testtreeview.c: ditto
5375         * tests/treestoretest.c: ditto
5376
5377 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
5378
5379         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
5380         signals; is_expander/is_expanded.
5381
5382         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
5383         pixbufs.
5384
5385         * gtk/gtktreeview.c: set above properties.
5386
5387 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
5388
5389         * gtk/gtkwidget.h: Really remove set_default_style().
5390
5391         * docs/Changes-2.0.txt: added a note about
5392         gtk_widget_push/pop/set_default_style.
5393
5394 2001-08-18  Havoc Pennington  <hp@pobox.com>
5395
5396         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
5397         hints_changed in addition to the other cases.
5398         (gtk_window_move_resize): include last position from configure
5399         notify in debug spew
5400
5401 2001-08-18  James Henstridge  <james@daa.com.au>
5402
5403         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
5404         second argument to the weak ref notify, cleaning up some uglyness.
5405         (gtk_accel_group_attach): remove and add the weak notifier when
5406         changing the accel groups slist.
5407         (gtk_accel_group_detach): same here.
5408
5409 2001-08-17  Darin Adler  <darin@bentspoon.com>
5410
5411         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
5412         missing parameters to utf8 functions to make it compile.
5413
5414 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
5415
5416         * gtk/gtktreeprivate.h:
5417         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
5418         (gtk_tree_view_init), (gtk_tree_view_set_property),
5419         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
5420         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
5421         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
5422         (gtk_tree_view_set_destroy_count_func),
5423         (gtk_tree_view_set_enable_search),
5424         (gtk_tree_view_get_enable_search),
5425         (gtk_tree_view_get_search_column),
5426         (gtk_tree_view_set_search_column),
5427         (gtk_tree_view_get_search_equal_func),
5428         (gtk_tree_view_set_search_equal_func),
5429         (gtk_tree_view_search_dialog_destroy),
5430         (gtk_tree_view_search_position_func),
5431         (gtk_tree_view_interactive_search),
5432         (gtk_tree_view_search_delete_event),
5433         (gtk_tree_view_search_button_press_event),
5434         (gtk_tree_view_search_key_press_event),
5435         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
5436         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
5437         * gtk/gtktreeview.h:
5438         Add heavily modified patch from Kristian Rietveld to handle
5439         interactive searching.
5440
5441 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
5442
5443         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
5444         string parameter.
5445
5446         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
5447         GtkMenuShell::selection_done, now that we have it, instead of 
5448         ::deactivate so we're not tearing the menu apart and notify
5449         the user prematurely.
5450
5451 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
5452
5453         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
5454         window, clear window->need_default_position to avoid infinite loops.
5455         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
5456
5457 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
5458
5459         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
5460         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
5461         (gtk_tree_view_set_property): don't cast possible NULL objects.
5462         (gtk_tree_view_destroy): reset the model to NULL.
5463
5464         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
5465         parent_class handler.
5466
5467 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5468
5469         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
5470
5471 2001-08-17  Anders Carlsson  <andersca@gnu.org>
5472
5473         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
5474         point numbers so that the result will be floating point.
5475
5476 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5477
5478         * tests/testgtk.c (create_handle_box): 
5479         (create_toolbar): Replace gtk_window_set_policy calls by
5480         gtk_window_set_resizable.
5481
5482 2001-08-16  Jakub Steiner <jimmac@ximian.com>
5483
5484         * gtk/stock-icons/dialog_info.png: new style bulb
5485         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
5486         * gtk/stock-icons/dialog_warning.png: need a hand?
5487         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
5488           the aa border gets chopped off ok
5489         * gtk/stock-icons/stock_colorselector.png: using the new hand
5490         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
5491           this one is for, but the old icon was butt ugly.
5492         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
5493         * gtk/stock-icons/stock*_insert_object.png: "
5494         * gtk/stock-icons/stock_index.png: using new hand icon
5495         * gtk/stock-icons/stock*_new.png: the document template being used 
5496           elsewhere too
5497         * gtk/stock-icons/stock*_print*.png: new print and print preview 
5498           icons (panel/menu)  
5499         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
5500           icons based on Tuomas' floppy image.
5501         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
5502         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
5503         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
5504         * gtk/stock-icons/stock*_undelete.png: "
5505         * gtk/stock-icons/stock_preferences.png: I have a version with a 
5506           document base if the sliders are no good.
5507         * gtk/stock-icons/stock_properties.png: properties 
5508         
5509
5510         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
5511           (tigert@ximian.com) clipboard icons
5512         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
5513         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
5514         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
5515           little bigger IMHO
5516
5517 2001-08-16  Sven Neumann  <sven@gimp.org>
5518
5519         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
5520
5521 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
5522
5523         * gtk/gtkcellrenderertext.c:
5524         Avoid warning when specifying NULL for "attributes" property
5525
5526 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5527
5528         * docs/debugging.txt: Add a warning about --enable-debug=no,
5529         some editorial changes.
5530
5531 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5532
5533         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
5534         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
5535         debugging info, remove unused debug flags. (#58330)
5536
5537 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
5538
5539         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
5540         (gtk_tree_selection_select_all): Remove strict checking for rows.
5541
5542 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5543         
5544         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
5545         Don't remove the tooltip window when the tip text changes. (#15891)
5546
5547 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
5548
5549         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
5550         $(srcdir).
5551
5552 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
5553
5554         * Makefile.am (EXTRA_DIST): Fix problem with trying to
5555         dist files from intl/, which is no longer there.
5556
5557 2001-08-11  Hans Breuer  <hans@breuer.org>
5558
5559         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
5560           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
5561           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
5562           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
5563           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
5564           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
5565
5566         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
5567           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
5568         GDK_TYPE_EVENT signals
5569
5570         * gtk/gtkalignment.c : removed 'direct allocation bug',
5571         which Tim discovered while reading the patch
5572
5573 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
5574
5575         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
5576         compat macros for push/pop/set_visual that were supposed
5577         to be added a long time ago, but got dropped. 
5578
5579 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
5580
5581         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
5582         property notifies.
5583
5584 2001-08-07  Havoc Pennington  <hp@pobox.com>
5585
5586         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
5587
5588         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
5589         some fixage is needed here, but nothing simple. Owen understands
5590         it. ;-)
5591
5592         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
5593         sizing and positioning.  Also, fix bug in compute_geometry_hints
5594         (width/height confusion for setting min size). 
5595         (gtk_window_move): new function
5596         (gtk_window_resize): new function
5597         (gtk_window_get_size): new function
5598         (gtk_window_get_position): new function
5599         (gtk_window_parse_geometry): new function
5600         
5601         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
5602         (gtk_widget_get_size_request): new function
5603         (gtk_widget_get_usize): delete, that was a short-lived function
5604         ;-)
5605         (gtk_widget_set_usize): deprecate
5606         (gtk_widget_set_uposition): deprecate, make it a trivial 
5607         gtk_window_move() wrapper
5608         (gtk_widget_class_init): remove x/y/width/height properties,
5609         add width_request height_request
5610         
5611         * demos/*: update to avoid deprecated functions
5612         
5613         * gtk/gtklayout.c: add x/y child properties
5614
5615         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
5616         uses of "gint16"
5617
5618         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
5619         sizing test
5620
5621         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
5622         configure events on toplevel windows are always in root window
5623         coordinates, following ICCCM spec that all synthetic events 
5624         are in root window coords already, while real events are 
5625         in parent window coords. Previously the code assumed that 
5626         coords of 0,0 were parent window coords, which was 
5627         really broken.
5628   
5629         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
5630         warning
5631  
5632         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
5633         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
5634         hints in gtk_window_parse_geometry()
5635  
5636         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
5637         new USER_POS USER_SIZE hints    
5638
5639 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5640
5641         * tests/prop-editor.c (properties_from_type): Use 
5642         g_object_class_list_properties to get the param specs 
5643         for a given type. (#58609)
5644
5645 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5646
5647         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
5648         free the text_aa parts. (#57549)
5649
5650 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5651
5652         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
5653         not the foreground color. (#57621)
5654
5655 2001-08-09  Alexander Larsson <alexl@redhat.com>
5656
5657         * gdk/win32/gdkfont-win32.c:
5658         Update to the new pango win32 api.
5659
5660 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
5661
5662         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
5663         COMPOUND_TEXT instead of TEXT
5664         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
5665         interpret the return value of g_string_to_compound_text()
5666         (#55152)
5667
5668 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5669
5670         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
5671         fail if iter is NULL. (#58347)
5672
5673 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5674
5675         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
5676         some off-by-one issues, fixing selection of line-ends. (#50323)
5677
5678 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5679
5680         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
5681         functions in order to make mouse operation work again in the
5682         color wheel. (#58604)
5683
5684 2001-08-07  James Henstridge  <james@daa.com.au>
5685
5686         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
5687         the accelerator when the accel object is changed.  Fixes bug
5688         #58628.
5689
5690 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
5691
5692         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
5693         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
5694         (gnome bugzilla #58202)
5695
5696 2001-08-06  Havoc Pennington  <hp@pobox.com>
5697  
5698         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
5699         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
5700         it was expecting a GdkWindow, not a GdkWindowImplX11.
5701  
5702         Also, we were getting the window rect in screen coords 
5703         and the screen rect in window coords then intersecting 
5704         them; instead, get window rect in window coords.
5705  
5706         Finally, there were codepaths that resulted in a stuck server grab
5707         (when the window was fully onscreen, or on gdk_image_new()
5708         failure); make the server ungrab thing a bit more
5709         robust/consistent.
5710
5711 2001-08-06  Sven Neumann  <sven@gimp.org>
5712
5713         * gdk/gdkpango.c (gdk_pango_context_destroy): 
5714         check if info->colormap != NULL before unref'ing it. It might have
5715         been set to NULL using gdk_pango_context_set_colormap().
5716
5717 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
5718
5719         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
5720         Fix conversion from float to int so that we don't get
5721         skew in the int => float => int roundtrip. 
5722         (#58120, reported by Vitaly Tishkov). Also fix problem
5723         where if no alpha was set, the returned alpha
5724         from (say) set_current_alpha() was returned as 1, not 65535.
5725
5726 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
5727
5728         * gtk/gtklist.c (gtk_list_clear_items): Fix
5729         problem with selecting a new focus child.
5730
5731         * gtk/gtklist.c (gtk_list_clear_items): Clear 
5732         list->undo/list_focus_child after unparenting
5733         child, since unparenting the child can result
5734         in list->last_focus_child being set. (#58024)
5735
5736         * Makefile.am (SUBDIRS): Add target specific pc
5737         files to DISTCLEANFILES.
5738
5739         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
5740         (58327, Matthias Clasen)
5741
5742 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
5743
5744         * tests/testgtk.c: Patch from Hans (with various modifications),
5745         to add the ability to use testgtk as a rough-and-ready
5746         benchmark. Try, 'testgtk --bench all:5' (if you want decent
5747         numbers, run without a window manager)
5748
5749 2001-08-04 Alexander Larsson <alexl@redhat.com>
5750
5751         * gdk/win32/gdkinput.c:
5752         Add #ifdef HAVE_WINTAB around wintab.h include.
5753
5754         * gtk/gtk.def:
5755         Removed marshals that have been moved to glib.
5756         Commented out plug and socket. They didn't compile for me 
5757         on win32.
5758
5759 2001-08-04  Hans Breuer  <hans@breuer.org>
5760
5761         * gtk/stocks-icons/makefile.msc : new file
5762         * gtk/makefile.msc.in : use it
5763
5764         * gtk/gtkstyle.c : not all platforms do provide M_PI and
5765         friends, but luckily there is G_PI
5766
5767         * gtk/gtk.def : updated
5768
5769         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
5770         windows WS_POPUP, but only those without a parent. This fixes the 
5771         mis-alignment between the selectable (temp, input only) window and 
5772         the window text of GtkLabel.
5773
5774         (gdk_window_show) : respect private->state when actually showing
5775         the window.
5776
5777         (gdk_window_set_transient_for) : Implementation from Wolfgang 
5778         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
5779         error handling. Should fix #50586.
5780
5781         * gdk/win32/gdkevents-win32.c : beautify log output
5782
5783 2001-08-04  Michael Natterer  <mitch@gimp.org>
5784
5785         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
5786         Need to show the image after adding it to the GtkImageMenuItem.
5787         This used to work without in testgtk because of the
5788         gtk_widget_show_all() at the end of the function.
5789         (Closes #54978).
5790
5791 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
5792
5793         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
5794         (gtk_notebook_set_child_property): fix finding of child's page,
5795         since we have to validly deal with labels and menus here as well.
5796         (gtk_notebook_get_child_property): fix warning.
5797         (gtk_notebook_class_init): property tab_pack is of type
5798         GTK_TYPE_PACK_TYPE (enum) not boolean.
5799         (gtk_notebook_find_child): don't always warn, we might be looking
5800         for a label or menu child.
5801         (gtk_notebook_map): fix mapping of panel.
5802
5803         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
5804         widget's mapped state, regardless of the value being set equals
5805         old settings, since things like REALIZED(parent) or MAPPED(parent)
5806         may have changed since the old value was set. make it an error to
5807         invoke this function on a toplevel widget.
5808
5809 2001-07-31  Darin Adler  <darin@bentspoon.com>
5810
5811         * gdk/gdkprivate.h:
5812         * gdk/x11/gdkx.h:
5813         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
5814
5815         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
5816         GTK_OBJECT.
5817
5818 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
5819
5820         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
5821         scoping error pointed out by matthiasc@poet.de.
5822
5823 2001-07-31  Sven Neumann  <sven@gimp.org>
5824
5825         * demos/gtk-demo/appwindow.c
5826         * demos/gtk-demo/item_factory.c
5827         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
5828
5829 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
5830
5831         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
5832         argument order for g_signal_has_handler_pending.
5833
5834 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
5835
5836         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
5837         instead of long deprecated g_scanner_stat_mode().
5838
5839 2001-07-29  Hans Breuer  <hans@breuer.org>
5840
5841         * gdk/makefile.msc : build in the backend dir after
5842         auto-generating files
5843
5844         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
5845         with code from win32-production-branch.
5846
5847         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
5848         before calling DestroyWindow, which indirectly calls 
5849         gdk_window_destroy_notify ()
5850
5851         (performance patch merged from win32-production-branch)
5852         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
5853         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
5854         R2_COPYPEN rop). It is claimed to be much faster.
5855
5856 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
5857
5858         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5859         add an "attributes" property to the text renderer for ATK.
5860
5861 2001-07-26  Alex Larsson  <alexl@redhat.com>
5862
5863         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5864         Initialize image->bits_per_pixel from the drawable, not from
5865         the root window.
5866
5867         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
5868         Fix cast. argument is an IMPL already.
5869
5870 2001-07-15  James Henstridge  <james@daa.com.au>
5871
5872         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
5873         (gtk_window_remove_accel_group): same here.
5874         (gtk_window_key_press_event): same here.
5875
5876         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
5877         (gtk_widget_remove_accelerator): same here.
5878         (gtk_widget_remove_accelerators): same here.
5879
5880         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
5881
5882         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
5883         instead of GtkObject.
5884
5885         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
5886         now takes GObjects.
5887
5888         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
5889         pass a GObject to gtk_accel_group_entries_from_object.
5890         (gtk_item_factory_create_item): s/accel_widget/accel_object/
5891
5892         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
5893
5894         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
5895
5896         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
5897         GObjects can have accelerators set now.  Add compatibility
5898         defines.
5899
5900         * gtk/gtkmarshal.list: add missing marshallers.
5901
5902         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
5903         accelerators on plain GObjects.  gtk_accel_group_object_destroy
5904         has been converted into a weak reference, and
5905         gtk_accel_group_delete_entries is now a destroy notify for that
5906         piece of data.
5907
5908 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
5909
5910         * gdk/gdkdraw.c: Added a check on the colormap depth to
5911         gdk_drawable_set_colormap()
5912         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
5913         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
5914         for pixmaps without visuals (more specifically, bitmaps)
5915         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
5916         doesn't set a colormap with the wrong depth
5917
5918
5919 2001-07-22  Anders Carlsson  <andersca@gnome.org>
5920
5921         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
5922         expander_height and expander_width properties with a single
5923         property, expander_size.
5924         (gtk_tree_view_init): Set the tab_offset to expander_size
5925         plus some padding.
5926         (gtk_tree_view_unrealize): Remove the expand/collapse
5927         timeout if it exists.
5928         (coords_are_over_arrow): Fix a small bug.
5929         (gtk_tree_view_motion_draw_column_motion_arrow): Use
5930         expander_size.
5931         (gtk_tree_view_draw_focus): Use "treeview" instead of
5932         "add-mode" as detail when drawing the focus.
5933         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
5934         instead of "add-mode" as detail when drawing the focus.
5935         (gtk_tree_view_deleted): If we have a node currently being
5936         expanded or collapsed, remove the timeout and set the node 
5937         to NULL.
5938         (gtk_tree_view_queue_draw_arrow): New function that just
5939         redraws the arrow of a node.
5940         (gtk_tree_view_draw_arrow): Use expander_size instead of
5941         expander_width/expander_height, also pass a different
5942         expander_style to gtk_paint_expander depending on the 
5943         state of the node being drawn.
5944         (expand_collapse_timeout): New function for expanding 
5945         or collapsing a node depending on the previous state.
5946         (gtk_tree_view_real_expand_row): Add timeout and set 
5947         correct state for node being expanded.
5948         (gtk_tree_view_real_collapse_row): Add timeout and set
5949         correct state for node being collapsed.
5950
5951         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
5952         information about the node currently being expanded or
5953         collapsed, and also a timeout id.
5954
5955         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
5956         with expander_style for draw_expander.
5957
5958         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
5959         expander_style.
5960         (create_expander_affine): New function for creating an 
5961         expander affine.
5962         (apply_affine_on_point): New function for applying an 
5963         affine to a point.
5964         (gtk_default_draw_expander): Modified to take expander_style
5965         instead of is_open, and to draw the rectangle rotated differently
5966         depending on the expander style.
5967         (gtk_paint_expander): Replace is_open with expander_style.
5968
5969         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
5970
5971         * gtk/gtkenums.h: Add expander style enum.
5972
5973 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
5974
5975         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
5976         value from gtk_tree_model_get_iter, the model might be empty.
5977
5978 2001-07-20  Hans Breuer  <hans@breuer.org>
5979
5980         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
5981         gdk/gdkinput.c like the other backends
5982
5983         * gdk/win32/gdkinput-win32.h :
5984         * gdk/win32/gdkinput.c :
5985         * gdk/win32/gdkvisual-win32.c :
5986         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
5987         GdkVisual GObjectification. UNTESTED for pen-devices because
5988         I simply have none.
5989
5990         * gdk/gdk.def :
5991         * gtk/gtk.def : updated externals
5992
5993         * gtk/gtkiconfactory.c :
5994         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
5995         before passing &error to functions to avoid strange crashes
5996         
5997         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
5998
5999         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
6000
6001         * gtk/makefile.msc.in : updated
6002
6003 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
6004
6005         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
6006         Add property support. (#51858)
6007
6008 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
6009
6010         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
6011         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
6012         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
6013
6014 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
6015
6016         * gtk/gtkcolorsel.c: Add propery support (roughly
6017         based on patch from Lee Mallabone, #51014)
6018
6019         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
6020         deprecated, since we already g_warning() on it.
6021
6022 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
6023
6024         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
6025         typo that sometimes caused selection not to work properly.
6026
6027         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
6028         entry when tabbing in. (#57743)
6029         
6030         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
6031         user drags up above or down below the entry, move
6032         to the end or the beginning of the entry. (Suggestion
6033         from Jay Cox, #50940)
6034
6035         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
6036         a current selection, then when moving by chars or
6037         words, move to the end of the selection rather than
6038         from entry->current_pos. (Suggestion from Jay Cox,
6039         #50942)
6040         
6041 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
6042
6043         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
6044         set window->decorated. (Patch from Hidetoshi Tajima,
6045         #55846)
6046
6047 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
6048
6049         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
6050         the widget/child realization/mapping invariants.
6051
6052         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
6053         gtk_widget_[get/set]_child_visible() to control
6054         whether visible children of a mapped window are
6055         mapped.
6056
6057         * docs/widget_system.txt: Updated for changes in
6058         container contract, and addition of GTK_CHILD_VISIBLE.
6059
6060         * gtk/gtkcontainer.c: Add generic map()/unmap()
6061         functions that work for almost all containers.
6062
6063         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
6064         gtk_widget_set_child_visible() where necessary.
6065
6066         * gtk/*.c: Remove excess map(), unmap(), and 
6067         realization/mapping invariant enforcing code
6068         from many containers.
6069
6070 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
6071
6072         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
6073         Get the foreground color from 'text', nor 'fg'. (#57568)
6074
6075 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
6076
6077         * gtk/*.c: Patch from Matthias Clasen to remove remove
6078         all instances of g_return_if_fail (foo != NULL); that are
6079         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
6080         since the second check catches the NULL anyways.
6081
6082 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6083
6084         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
6085         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
6086         GDK_THREADS_ENTER()/LEAVE() pairs.
6087
6088         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
6089         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
6090         pairs. (Problem found by M. Meeks)
6091
6092 2001-07-18  Darin Adler  <darin@bentspoon.com>
6093
6094         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
6095         that we don't get a g_warning message every time we register a new
6096         icon size.
6097
6098         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
6099         using pixel variable of the correct type.
6100         
6101 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
6102
6103         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
6104         so that using X functions on a GdkWindow is possible, if
6105         a little hairy.
6106
6107         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
6108         and ts_origin of a GC, so that external parties can offset/restore
6109         a GC, when using gdk_window_get_internal_paint_info().
6110
6111 2001-07-17  Darin Adler  <darin@bentspoon.com>
6112
6113         * .cvsignore: Ignore the sgml directory made by gtkdoc.
6114         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
6115         instead of the deprecated gtk_window_set_policy.
6116         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
6117         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
6118         function to get rid of warning and some code too.
6119         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
6120         missing const.
6121         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
6122         unused local.
6123         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
6124         const.
6125         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
6126         (gdk_utf8_to_compound_text): Add missing const.
6127         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
6128         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
6129         cast and get rid of an unnecessary one.
6130         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
6131         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
6132         local.
6133         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
6134         Remove unused local.
6135         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
6136         missing const.
6137         * tests/testsocket.c: (add_child): Add cast so the printf format
6138         doesn't make us implicitly depend on what integer type
6139         gtk_socket_get_id returns.
6140         * tests/testtextbuffer.c: Add missing const.
6141         * tests/testtreefocus.c: (main): Remove unused local.
6142         * tests/treestoretest.c: (iter_remove): Remove unused local.
6143         (uppercase_value): Remove unused function.
6144         (make_window): Add statement to quiet the compiler's uninitialized
6145         variable warning.
6146
6147 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
6148
6149         * gtk/gtkrange.c:
6150         (second_timeout): 
6151         (initial_timeout): 
6152         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
6153         (gtk_range_calc_layout): compute the new layout based on an
6154         adjustment->value being passed in as argument.
6155         (gtk_range_button_press): for button2 slider warps, first recalc
6156         the layout, then adjust the value. also, use update_slider_position()
6157         for adjusting the value, so we keep pixel quantisation at which we
6158         usually operate (upon motion or button releases). the reason for this
6159         is that, we can't change the adjustment upon button2 presses to a non
6160         quantised value and upon button2 release re-quantise the value since
6161         that'd alter the value even if we didn't get any motion events (causing
6162         unexpected scroll area warps upon release and/or slider pixel-jitter).
6163         (gtk_range_motion_notify): update the slider position from queried
6164         coordinates, not event coordinates.
6165
6166 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
6167
6168         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
6169         the default gc values are: width=0, CapBut, JoinMiter.
6170
6171 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
6172
6173         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
6174         into account the xpad and ypad when calculating the width and the
6175         height of the pixbuf cel.
6176
6177 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
6178
6179         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
6180         Rename to gtk_radio_menu_item_get_group(), add deprecated
6181         alias. (#57044)
6182
6183         * gtk/gtkfilesel.c: Indentation fix.
6184
6185 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
6186
6187         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
6188         Hasselmann to fix warnings in compat macros. 
6189         (#56773)
6190
6191         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
6192         stupid wrong cast added in last patch.
6193
6194 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
6195
6196         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
6197         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
6198
6199 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
6200
6201         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
6202         missing cast.
6203
6204         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
6205         NULL/FALSE return value confusion.
6206
6207         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
6208         problem when scrollbar completely fills range. (Patch
6209         from  Matthias Clasen, #57047)
6210
6211 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
6212
6213         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
6214         clean up when handling events for move-resize emulation.
6215         (Problem traced down by Matthias Clasen, #57271)
6216
6217 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
6218
6219         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
6220           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
6221           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
6222           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
6223           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
6224           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
6225           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
6226         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
6227
6228 2001-07-09  Peter Williams  <peterw@ximian.com>
6229
6230         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
6231         for when srcdir != builddir
6232
6233 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
6234
6235         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
6236         gtk_tree_model_get_iter_root.
6237
6238         * gtk/gtkliststore.c: Add a bunch of g_return statements.
6239         (gtk_list_store_iter_n_children): Fix up.
6240
6241         * gtk/gtktreestore.c: Add a bunch of g_return statements.
6242
6243 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
6244
6245         * gtk/gtkwidget.c (gtk_widget_class_init):
6246         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
6247         restore some workingness.
6248
6249         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
6250         handle of window type for input-only windows.
6251
6252 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
6253
6254         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
6255         Patch from Gregory Merchan to add 
6256         gtk_button_box_set_secondary(), which separates
6257         the child into a separate group from the normal
6258         buttons. (#56331)
6259
6260         * gtk/gtkdialog.c: Make help buttons secondary by
6261         default.
6262
6263         * gtk/gtkbbox.c: Added a child property "secondary".
6264
6265         * gtk/testgtk.c: Turn on the help button for the 
6266         color selector to check that it properly appears
6267         as secondary.
6268
6269 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
6270  
6271         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
6272         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
6273         Add gdk_set_pointer_hooks() to allow pointer-querying to
6274         be hooked by an event record/playback system like GERD.
6275         (#56914)
6276         
6277 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
6278
6279         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
6280         in the right value of initial_emission to
6281         gtk_widget_set_style_internal (#57091)
6282
6283 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
6284
6285         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
6286         Make compile.
6287
6288         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
6289         with calling gtk_widget_set_style_internal() with
6290         the old style, not the new style. (#56989)
6291
6292 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
6293
6294         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
6295           gtk/gtkwidget.c:
6296         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
6297         not GTK_WIDGET_GET_ANCESTOR ... see 
6298         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
6299         Indicate the best practice in the docs for gtk_widget_get_toplevel().
6300
6301         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
6302         so GtkPlug can give the correct signals when transforming
6303         from a child to a toplevel.
6304         
6305         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
6306         reparentation correctly.
6307
6308         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
6309         Propagate the previous_toplevel argument down properly.
6310
6311         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
6312         of wrong atr list.
6313
6314         * gtk/gtkplug.[ch]: Add an "embedded" signal.
6315
6316         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
6317         signals.
6318
6319         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
6320         functions gtk_plug_get_id(), gtk_socket_get_id(),
6321         to avoid the user having to worry about realization,
6322         and gdkx.h.
6323
6324         * tests/testsocket.c: Extend to try out the new signals
6325         and gtk_plug/socket_get_id().
6326
6327         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
6328         setting of underline attributes.
6329
6330         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
6331         DestroyNotify events from SubstructureNotifyMask
6332
6333         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
6334         Switch GDK_WINDOW_TYPE (window) as needed.
6335
6336         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
6337         allow creation of toplevel windows as children of
6338         foreign windows.
6339
6340         * gtk/gtkplug.c: Remove hacks involving changing private
6341         fields of GdkWindow.
6342
6343         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
6344         exactly the same signals and notification
6345         be emitted for local embedding as for inter-process
6346         embedding.
6347
6348 2001-07-04  James Henstridge  <james@daa.com.au>
6349
6350         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
6351
6352 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
6353
6354         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
6355         XEMBED embedding add a _XEMBED_INFO property to the
6356         client with version number and a "mapped" flags.
6357         Use the mapped flag instead of the racy MapRequestEvent
6358
6359         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
6360         code to reliably set things (when the child is a passive
6361         embedder participating in the XEMBED protocol) intead
6362         of just being a hack for embedding non-participating
6363         programs. Fix various bugs and race conditions.
6364         
6365         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
6366         work by simply making the GtkSocket the gtk parent
6367         of the GtkPlug. Set a flag in this case and make
6368         the GtkPlug work like a normal container by overriding
6369         methods such as check_resize and "chaining past" GtkWindow
6370         to GtkBin.
6371
6372         * gtk/gtkentry.c (gtk_entry_real_activate)
6373           gtk/gtkmain.c (gtk_propagate_event): 
6374         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
6375         
6376         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
6377         gtk_widget_get_ancestor):
6378         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
6379         might not give the expected result and recommend
6380         an alternative.
6381
6382         * tests/testsocket.c tests/testsocket_child.c
6383         tests/testsocket_common.c tests/Makefile.am: Extended
6384         to test different type of adding plugs to sockets
6385         (local,active,passive), and to test mapping/unmapping
6386         the plug.
6387
6388         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
6389         mark the window as destroyed until after we
6390         called _gdk_windowing_window_destroy().
6391         (_gdk_windowing_window_destroy() may use GDK functions
6392         on the window.)
6393
6394         * gdk/x11/gdkinput.c: Remove the check for finalization - 
6395         devices can be finalized under some circumnstances.
6396  
6397         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
6398         small problem with GDK_TYPE_DEVICE.
6399  
6400 2001-07-02  Havoc Pennington  <hp@pobox.com>
6401
6402         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
6403         use constants not atoms.
6404
6405 2001-07-02  James Henstridge  <james@daa.com.au>
6406
6407         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
6408         PANGO_TYPE_TAB_ARRAY.
6409
6410         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
6411         for PANGO_TYPE_TAB_ARRAY.
6412
6413         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
6414         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
6415
6416         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
6417         the file.  Remove Pango types from defs -- they are now defined in
6418         libpango.
6419
6420 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
6421
6422         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
6423
6424         * gtk/gtkobject.c (gtk_object_destroy): invoke
6425         g_object_run_dispose().
6426
6427         * gtk/gtkwindow.c: 
6428         * gtk/gtkwidget.c: 
6429         * gtk/gtkobject.c:
6430         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
6431         method.
6432
6433 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6434
6435         * gtk/gtktypeutils.c (gtk_type_class): Remove
6436         change check for GTK_TYPE_OBJECT derivation to
6437         G_TYPE_OBJECTS - it's Tim-approved to use this 
6438         for arbitary objects.
6439
6440         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
6441         prefix gtk_container_dequeue_resize_handler().
6442
6443         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
6444         to the hierarachy_changed signal, since you otherwise
6445         have to always keep that around.
6446
6447         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
6448         for extra argument to hierarchy_changed.
6449
6450 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
6451
6452         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
6453         for style to mean "revert to default style"
6454
6455         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
6456           gtk_widget_restore_default_style): Make this functions
6457         deprecated aliases for gtk_widget_set_style (widget, NULL).
6458
6459         * gtk/gtkwidget.[ch]: Remove:
6460            gtk_widget_set_default_style ()
6461            gtk_widget_push_style ()
6462            gtk_widget_pop_style ()
6463         These functions interact are overriden by RC files, and
6464         thus virtually useless, and complicated.
6465
6466 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
6467
6468         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
6469         most of the previous global variables in gtkrc.c. This is
6470         in preparation for multi-head, since each screen can
6471         have different GtkSettings and RC information.
6472
6473         * gtk/gtkrc.[ch]: 
6474
6475         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
6476         GtkSettings parameter to GtkRcStyle::parse.
6477
6478         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
6479         Add two new settings gtk-theme-name, gtk-key-theme-name,
6480         for RC files that are loaded by name after reading
6481         the default RC files.
6482         
6483         * gtk/gtkrc.c: Allow priorities for styles, as wll as
6484         bindings.
6485
6486         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
6487         and use it by default for RC files loaded via 
6488         gtk-theme-name, gtk-key-theme-name.
6489
6490         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
6491         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
6492         tests/testgtkrc: Require pathnames to be absolute.
6493
6494         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
6495         the source when parsing, since the operation of looking up a
6496         pixmap from an RC file depends on the parsing context.
6497
6498         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
6499         reset RC styles on all widgets when files are reparsed.
6500
6501         * tests/testgtk.c (create_rc_file) 
6502           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
6503         Simplify, now that gtk_rc_reparse_all() resets styles on
6504         all widgets itself.
6505
6506         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
6507         return value.
6508
6509         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
6510         GtkSettings argument.
6511
6512         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
6513         gtk_settings_get_global().
6514
6515         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
6516         to get the appropriate GtkSettings for a widget. (For now,
6517         just gets the default GtkSetttings.) 
6518
6519         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
6520           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
6521         changes.
6522
6523         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
6524         getting a style for a path without actually having a widget.
6525         (Allows using a style for a subpart of a widget, for
6526         example.)
6527
6528         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
6529         the RC files to be reloaded for just one GtkSettings
6530         (not sure how useful this really is.)
6531
6532         * gtk/gtkrc.h: Deprecate
6533         gtk_rc_add_widget_name/widget_class/class_style
6534
6535 2001-06-30  Alex Larsson  <alexl@redhat.com>
6536
6537         * gdk/linux-fb/gdkinput-none.c:
6538         * gdk/linux-fb/gdkinput.c:
6539         * gdk/linux-fb/gdkinputprivate.h:
6540         Convert GdkDevice to a GObject.
6541
6542         * linux-fb/gdkprivate-fb.h:
6543         * linux-fb/gdkvisual-fb.c:
6544         Convert GdkVisual to a GObject.
6545
6546 2001-06-29  Alex Larsson  <alexl@redhat.com>
6547
6548         * gdk/gdkvisual.h:
6549         * gdk/gdkcolor.c:
6550         * gdk/x11/gdkx.h:
6551         * gdk/x11/gdkvisual-x11.c:
6552         Convert GdkVisual to a GObject.
6553
6554         * gdk/gdkinput.h:
6555         * gdk/gdkevents.c:
6556         * gdk/x11/gdkinputprivate.h:
6557         * gdk/x11/gdkinput-gxi.c:
6558         * gdk/x11/gdkinput-none.c:
6559         * gdk/x11/gdkinput-x11.c:
6560         * gdk/x11/gdkinput-xfree.c:
6561         * gdk/x11/gdkinput.c:
6562         Convert GdkDevice to a GObject.
6563
6564 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
6565
6566         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
6567         to just plain new, fixing the number of columns, and column types
6568         at creation time.
6569
6570         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
6571
6572         * gtk/gtkcellrenderertext.c
6573         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
6574         height to a specific font.
6575
6576         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
6577
6578         * tests/*c: change to work with new store models.
6579
6580 2001-06-29  Havoc Pennington  <hp@redhat.com>
6581
6582        * Throughout: fixes to compile with G_DISABLE_COMPAT
6583         (s/g_signal_connectc/g_signal_connect/,
6584         s/g_signal_newc/g_signal_new/,
6585         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
6586
6587 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
6588
6589         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6590         add path argument to selection callbacks.
6591
6592 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
6593
6594         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
6595         walk through a model in a depth first manner, with the option to
6596         break out.
6597
6598 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
6599
6600         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
6601         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
6602         column and follow it when draged, rather than a location in the
6603         view. "expander_column" property and drawing functions changed
6604         accordingly.  Fixes bug #55942.
6605
6606         (gtk_tree_view_{set,get}_expander_column): Now works with a
6607         GtkTreeViewColumn* instead of int.
6608
6609 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
6610
6611         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
6612
6613 2001-06-28  Havoc Pennington  <hp@pobox.com>
6614
6615         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
6616         image data to the screen, using a server grab to avoid race
6617         conditions.
6618
6619         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
6620         check for NULL return from gtk_image_new_from_stock(), it never
6621         returns NULL.
6622         (gtk_item_factory_create_item): fix bug where we parsed the stock
6623         ID as an inline pixbuf
6624
6625         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
6626
6627         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
6628         support (should be using binding set here)
6629
6630         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
6631         support (should be using binding set here)
6632
6633         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
6634         support
6635
6636         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
6637
6638         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
6639
6640         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
6641
6642         * gtk/gtkimcontextsimple.c
6643         (gtk_im_context_simple_filter_keypress): keypad
6644
6645         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
6646
6647         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
6648
6649         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
6650
6651         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
6652         should be binding-setted)
6653
6654         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
6655
6656         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
6657
6658         * gtk/gtkcalendar.c: numeric keypad fixes
6659
6660         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
6661         support
6662
6663         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
6664         screwup
6665
6666         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
6667         clip the render area to the drawable's clip region in advance,
6668         so we don't get data from the server that we don't need.
6669
6670         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
6671         check return value of gdk_pixbuf_get_from_drawable(), fall back 
6672         to bilevel alpha if we can't get the pixbuf to composite against.
6673
6674         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
6675
6676         * gdk/gdkimage.c (gdk_image_get_colormap): add
6677         gdk_image_set_colormap, gdk_image_get_colormap
6678
6679         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
6680         take a region of the image, instead of converting the entire
6681         image.
6682
6683         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
6684         keybinding signal. Add default bindings for it. Add default
6685         handler for show_help that shows the tooltip for the widget.
6686
6687         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
6688         "close" keybinding signal, remove key press handler.
6689
6690         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
6691         it's not our usual practice to leave a deprecated function around
6692         with a runtime warning, plus we don't want it to appear in docs,
6693         plus if we make them yellow no one will want to change them
6694         anyhow.
6695
6696 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
6697
6698         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
6699         GTK_WIDGET_REALIZE() for resize queueing.
6700
6701         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
6702         GTK_WIDGET_REALIZE() for post event delivery destruction upon
6703         GDK_DESTROY.
6704         
6705         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
6706         sompensate for former (pre-2.0) connect_after() facility.
6707         (gtk_widget_send_expose): 
6708         (gtk_widget_event): assert the widget is realized, since event delivery
6709         to non-realized widgets is essentially a bug. event handlers should
6710         be able to unconditionally rely on widget->window (unless they
6711         emit events on their own which can trigger widget destruction).
6712         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
6713         logic. event delivery happens as follows:
6714         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
6715         b) if !was_handled in (a) and the widget is still realized, emit event-
6716            specific signal (RUN_LAST handler). returns was_handled.
6717         c) emission of GtkWidget::event-after for notification if the widget is
6718            still realized (regardless of was_handled from previous stages, no
6719            class handler). no return value.
6720         d) was_handled gets passed on to caller, to determine further
6721            propagation. if the widget got unrealized meanwhile, was_handled
6722            is returned as TRUE.
6723
6724         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
6725         gdk_event_get_coords().
6726
6727 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
6728
6729         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
6730         age 0, binary age 0. depend on glib 1.3.7.
6731
6732         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
6733
6734         * gtk/gtkmenubar.c: same here.
6735         
6736         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
6737
6738         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
6739
6740         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
6741         
6742         * gtk/gtkmenubar.c (add_to_window): likewise.
6743         
6744         * gtk/gtktextbtree.c: and here...
6745         
6746         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
6747         
6748         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
6749         
6750         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
6751         
6752         * gtk/gtktreeviewcolumn.c:
6753         (_gtk_tree_view_column_set_tree_view): yet again.
6754
6755         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
6756         signal connections without g_signal_connect_data().
6757         
6758         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
6759         demo of the matter.
6760         
6761         * demos/testpixbuf.c (main): running out of equality phrases for the
6762         ChangeLog, but had to adapt connections here as well.
6763         
6764         * demos/testanimation.c (progressive_timeout): and for the fun of it,
6765         tackled this the same way.
6766         
6767         * tests/testtext.c (create_view): ok, it's becoming a pain at this
6768         point, but had enough enery for one more fix.
6769
6770         * tests/testtreecolumns.c (main): stand up man, do your work!
6771
6772         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
6773         fix, either that's been all of it or CVS gtk is broken yet again.
6774         
6775 2001-06-29  James Henstridge  <james@daa.com.au>
6776
6777         The following changes correspond to bug #56812
6778
6779         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
6780         code for GdkDevice.
6781
6782         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
6783         GdkCursor.
6784
6785 2001-06-19  Havoc Pennington  <hp@pobox.com>
6786
6787         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
6788         for mapping a window without fooling with stacking order, but
6789         updating the "withdrawn" flag
6790
6791         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
6792         filtering as soon as possible, moving move resize and wmspec_check
6793         handling after the event filter.  Make default filter apply to all
6794         events, not just those with no GdkWindow wrapped around the X
6795         window. Fix a FIXME about how the window could be a pixmap using 
6796         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
6797
6798         Also, be robust against events not on a known GdkWindow.
6799
6800         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
6801         gdk_x11_ungrab_server): export reference-counted server grabs, so
6802         other people can grab server over a GDK function that also does
6803         so.
6804
6805 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
6806
6807         * gtk/gtktreeviewcolumn.c
6808         (gtk_tree_view_column_pack_start_cell_renderer): New function to
6809         reflect that you can (hypothetically) pack cell renderers into a
6810         column.
6811         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
6812         (gtk_tree_view_column_cell_is_visible): Move more functionality to
6813         the column.
6814         (gtk_tree_view_column_cell_can_focus): Move more functionality to
6815         the column.
6816
6817         * gtk/gtktreeview.c: Move to use new column-packing code.
6818         (gtk_tree_view_real_expand_row): remove totally braindead code.
6819         (gtk_tree_view_real_collapse_row): ditto.
6820
6821 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
6822
6823         * gtk/gtktreeviewcolumn.c: Fix a typo.
6824         
6825 2001-06-26  Joel Becker  <jlbec@evilplan.org>
6826
6827         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
6828           at the end of the file
6829
6830 2001-06-26  Havoc Pennington  <hp@redhat.com>
6831
6832         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
6833
6834 2001-06-26  Havoc Pennington  <hp@redhat.com>
6835
6836         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
6837         property
6838
6839 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
6840
6841         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
6842         stupid missing statement
6843
6844         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
6845         private function for ATK.  It notifies you of how many _visible_
6846         children are deleted when a node is deleted.  Should be used by
6847         atk only.
6848
6849 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
6850
6851         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
6852         Use new pango_context_get_metrics() to fix problems
6853         with font lists in descriptions. (#56184, reported by
6854         Jonas Borgström)
6855
6856 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
6857
6858         * gtk/gtkiconfactory.c:
6859         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
6860         item factory so inlined pixbufs actually work.
6861
6862 2001-06-25  Havoc Pennington  <hp@redhat.com>
6863
6864         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
6865         s/RESIZEABLE/RESIZABLE/
6866
6867         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
6868
6869 2001-06-25  Alexander Larsson  <alexl@redhat.com>
6870
6871         * configure.in:
6872         Added --enable-fbmanager. This is some experimental code
6873         that lets several GtkFB apps coordinate their access to the
6874         framebuffer.
6875         
6876         * acconfig.h:
6877         Added ENABLE_FB_MANAGER.
6878
6879         * gdk/linux-fb/Makefile.am:
6880         Added gdkfbmanager and gdkfbswitch.
6881
6882         * gdk/linux-fb/gdkkeyboard-fb.c:
6883         * gdk/linux-fb/gdkmouse-fb.c:
6884         * gdk/linux-fb/gdkprivate-fb.h:
6885         Split device init and open so that
6886         they can be opened and closed while switched
6887         away.
6888
6889         * gdk/linux-fb/gdkmain-fb.c:
6890         Add the basic manager communication.
6891
6892         * gdk/linux-fb/gdkrender-fb.c:
6893         Don't update to the shadow fb if we're
6894         blocked by the fb manager.
6895
6896 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6897
6898         * docs/Changes-2.0.txt: Add note about child property
6899         changes.
6900
6901 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
6902
6903         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
6904         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
6905
6906         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
6907         with un'reffing wrong list reported by Jeff Franks.
6908
6909         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
6910
6911         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
6912         for the default icon. Remove inline XPM.
6913
6914         * gtk/gtkstock.h gtk/gtkiconfactory.c:
6915         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
6916         is used for GTK_STOCK_DND, but it is a bit too small.)
6917
6918         * gtk/stock-icons/stock_dnd_multiple.png
6919         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
6920
6921         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
6922         TRUE when starting a drag. In other cases, we are
6923         just observing. (#52995)
6924
6925         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
6926         function to set the icon for a drag from a GdkPixbuf
6927         or stock ID.
6928
6929         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
6930         Likewise, for drag sources.
6931
6932         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
6933         (Now should be done using the stock system.)
6934
6935 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
6936
6937         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
6938         Removed - didn't work and not particularly useful anyways
6939         if it did. 
6940
6941 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
6942
6943         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
6944         introduced last night that was making things decidedly not work.
6945
6946         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
6947         so that we have getter/setter pairing everywhere it makes
6948         sense. (#55767)
6949
6950         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
6951         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
6952         deprecated compat macro. (#55516)
6953
6954         * gtk/gtklabel.[ch]: Add functions
6955         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
6956         gtk_label_set_label(), which mirror the property API for GtkLabel.
6957         Make gtk_label_get_attributes() only reflect the attributes
6958         set by gtk_label_set_attributes.
6959
6960         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
6961         from gtk_notebook_set_page().
6962
6963 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
6964
6965         * configure.in: Fix tests for XShm.h.
6966
6967         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
6968         gdk_image_new() by use of goto, properly use g_object_unref().
6969
6970 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
6971
6972         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
6973         calls, as GdkImage is an object. these should be g_obejct_unref()
6974         instead but that won't work because of the g_error() statement
6975         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
6976         to spot these places.
6977
6978 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
6979
6980         * modules/input/gtkimcontextxim.c: Fixup some problems with 
6981         text length handling in error cases.
6982
6983         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
6984         a bit to make test actually warn on attempt to allocation
6985         a negative size. (#56101, Matthias Clasen)
6986
6987 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
6988
6989         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
6990         noticed by Brian Cameron.
6991         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
6992         Cameron.
6993
6994 2001-06-22  Hans Breuer  <hans@breuer.org>
6995
6996         * gdk/gdk.def : updated externals
6997
6998         * gdk/win32/gdkdrawable-win32.c : corrected some casts
6999         in GDK_NOTEs
7000
7001         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
7002         to translate coordinates to the internal > 16 bit system
7003         Try to handle WM_WINDOWPOSCHANGED to get better performance for
7004         when moving/resizing
7005
7006         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
7007         and gdk_keymap_get_direction (). The latter is untested for
7008         the RTL case
7009
7010         * gtk/gtk.def : updated externals
7011
7012         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
7013         from pango_language_from_string (), not an already freed pointer
7014
7015         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
7016         binary (-kb) to be useable on windoze
7017  
7018 2001-06-21  Alexander Larsson  <alexl@redhat.com>
7019
7020         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
7021         Update to new PangoLanguage changes.
7022         
7023         * gtk/gtkwindow-decorate.c:
7024         * gtk/gtkwindow.[ch]:
7025         Added setting argument to gtk_window_set_has_frame ()
7026         
7027 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
7028
7029         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
7030         the case without XKB properly.
7031
7032         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
7033         unused gtk_rc_auto_parse variable.
7034
7035         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
7036         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
7037         longer needed with GdkPixbuf.
7038
7039         * gtk/gtkrc.c (_gtk_rc_init): Make private.
7040
7041 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
7042
7043         * gtk/gtkentry.h: Mark deprecated functions with
7044         GTK_DISABLE_DEPRECATED.
7045
7046 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7047
7048         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
7049
7050         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
7051
7052         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
7053           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
7054           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
7055           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
7056           to recent changes in Pango.
7057
7058         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
7059           to test whether the basic engine honors them.
7060
7061 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
7062
7063         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
7064         gtk_container_child_get_property().
7065
7066 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
7067
7068         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
7069         (gtk_tree_view_move_cursor_page_up_down): implement.
7070
7071 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
7072
7073         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
7074         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
7075         don't use automatic fixed size buffer for printf-ing floats, doubles
7076         can expand to really _huge_ strings, use g_strdup_printf() instead.
7077
7078 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
7079
7080         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
7081         construct property in 1.2 and still needs to be.
7082
7083         * gtk/gtkwidget.c: "composite_child" is not a settable property.
7084
7085 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
7086
7087         * gtk/gtkliststore.c (gtk_list_store_clear): 
7088         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
7089         clear a model.
7090
7091 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
7092
7093         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
7094
7095         * gtk/Makefile.am:
7096         * gtk/gtk.h: disabled GtkPacker compilation.
7097
7098         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
7099
7100         * gtk/gtknotebook.c:
7101         * gtk/gtktable.c:
7102         * gtk/gtkbox.c: ported this over to child properties.
7103
7104         * gtk/gtksettings.c: fetch class properties via
7105         g_object_class_list_properties().
7106
7107         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
7108         child arg interface. use gobjectnotifyqueue.c for child property
7109         notification.
7110
7111         * gtk/gtkwidget.[hc]: provide necessary means for container child
7112         properties, i.e. ::child_notify signal,
7113         gtk_widget_freeze_child_notify(),
7114         gtk_widget_child_notify(),
7115         gtk_widget_thaw_child_notify().
7116
7117         * tests/testgtk.c: removed inferior property handling code, for
7118         property editing, a generic module should be used, and GLE
7119         coincidentally fullfills that purpose.
7120
7121         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
7122         needs to be adapted to g_object_class_list_properties() before this
7123         builds again.
7124
7125 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
7126
7127         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
7128         test if a node is expanded.
7129
7130 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
7131
7132         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7133         where collapsing a selected row would result in the cursor/anchor
7134         getting screwed up.
7135
7136 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
7137
7138         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
7139         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
7140         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
7141         Now I can really reorder/sort all Store widgets.  treesorttest
7142         seems to just work now.
7143         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
7144         testtreesort worked through a big coincidence all this time.
7145         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
7146         code.
7147         * tests/testtreecolumns.c: Big 'ol warning at the top letting
7148         people know that this code should never ever ever be copied.
7149
7150 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
7151
7152         * gtk/gtkwindow.h: Fixed a small typo, it should be
7153         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
7154         on line 134.
7155
7156 2001-06-14  Havoc Pennington  <hp@redhat.com>
7157
7158         Docs fixups, and:
7159         
7160         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
7161         GTK_DISABLE_DEPRECATED
7162
7163 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
7164
7165         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
7166         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
7167         finish it off tonight, though it basically works now when it's a
7168         list.  Also, I have a sinking feeling neither GtkTreeStore or
7169         GtkListStore actually resort when adding a new item.  I'll look
7170         into it.
7171
7172 2001-06-14  Havoc Pennington  <hp@redhat.com>
7173
7174         * demos/gtk-demo/main.c (load_file): fix bug identified by
7175         warnings I just added to gtktextbuffer
7176
7177 2001-06-14  Havoc Pennington  <hp@redhat.com>
7178
7179         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
7180
7181         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
7182
7183         * gtk/gtktextbtree.c: don't leak node data all over the place.
7184
7185         * demos/gtk-demo/main.c (main): create fontify tags for the right
7186         buffer
7187
7188         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
7189         to mention tags in the same table can't have the same name,
7190         suggested by Skip Montanaro
7191
7192 2001-06-11  Havoc Pennington  <hp@redhat.com>
7193
7194         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
7195         for trying to add two tags with same name to the tag table
7196
7197         * demos/gtk-demo/main.c (main): fix colors ;-)
7198
7199 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
7200
7201         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
7202         that allows grouping together multiple windows so that grabs
7203         within that set of windows only affect those windows.
7204
7205         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
7206         signal for notification when a widget becomes shadowed
7207         by a grab or is no longer shadowed by a grab.
7208
7209         * gtk/gtkwidget.c (gtk_widget_propagate_state)
7210           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
7211         insenstive widgets to maintain a grab.
7212
7213 2001-06-14  Alexander Larsson  <alexl@redhat.com>
7214
7215         * docs/README.linux-fb:
7216         Add some example config files that can be used with the URW fonts.
7217         
7218         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
7219         Set up the color ramps for DirectColor mode.
7220
7221 2001-06-11  Havoc Pennington  <hp@redhat.com>
7222
7223         * Release 1.3.6
7224          
7225 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7226
7227         * gdk/linux-fb/gdkwindow-fb.c:
7228         Unify shaped window code and make it repaint the area that used
7229         to be part of the shape, but isn't anymore.
7230
7231 2001-06-11  Havoc Pennington  <hp@redhat.com>
7232
7233         * NEWS: Updates
7234
7235         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
7236
7237         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
7238         
7239 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7240
7241         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
7242         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
7243         passes zero instead, so do we.
7244         
7245 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7246
7247         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
7248         Deep copy dash_list too.
7249         (_gdk_fb_gc_new): Set default cap_style before
7250         setting values.
7251
7252 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
7253
7254         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
7255         gdk_keymap_get_direction): New functions.
7256
7257 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
7258
7259         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
7260         gtk_tree_model_get_flags by adding a second flag for atk.
7261
7262         * gtk/gtktreemodel.c: make cursor behavior interact better with
7263         mouse presses.
7264
7265 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
7266
7267         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
7268         expand_row/collapse_row to be 2 signals each -- test_expand_row
7269         and row_expanded as well as test_collapse_row and row_collapsed.
7270
7271 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
7272
7273         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
7274         signal name to be changed instead of selection_changed.
7275
7276 2001-06-08  Havoc Pennington  <hp@redhat.com>
7277
7278         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
7279         "scroll_offset" property for notification when the layout offsets
7280         may have changed
7281         (gtk_entry_adjust_scroll): add notify for scroll_offset
7282         (gtk_entry_layout_index_to_text_index): function to compensate for
7283         preedit string when doing coordinate stuff on the entry's layout
7284         (gtk_entry_text_index_to_layout_index): inverse function
7285         (gtk_entry_get_layout_offsets): hook to get current position of
7286         the layout      
7287         (gtk_entry_get_layout): hook to get the layout itself.
7288
7289         * gtk/gtklabel.c (gtk_label_get_layout): new function
7290
7291 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
7292
7293         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
7294         keybinding.
7295         (gtk_tree_view_focus): Fix merge conflict.
7296
7297 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
7298
7299         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
7300         clean up cursor handling.
7301
7302 2001-06-08  Havoc Pennington  <hp@redhat.com>
7303
7304         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
7305         function
7306
7307         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
7308         this function
7309
7310 2001-06-08  Alex Larsson  <alexl@redhat.com>
7311
7312         * gtk/gtkcompat.h.in:
7313         Added compat macros for all old GTK_TYPE_GDK_xxx types.
7314         Fixes bug #52892
7315
7316 2001-06-08  Havoc Pennington  <hp@redhat.com>
7317         
7318         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
7319         parent still
7320
7321 2001-06-08  Havoc Pennington  <hp@redhat.com>
7322
7323         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
7324         don't call g_list funcs on GSList
7325
7326         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
7327         gtk_container_focus(), since some widgets have focusable locations
7328         which are not other widgets. These widgets should not have to be 
7329         containers just to manage the focus. For example, GtkHSV is
7330         currently a container for no good reason. Also, this cleans
7331         up the "if (is_container && is_sensitive && is_drawable)
7332         container_focus ()" mess in widget implementations.
7333
7334         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
7335         function, and have it just call gtk_widget_child_focus().
7336
7337         * gtk/gtkhsv.c: derive from widget not container
7338         
7339         Throughout: fix to reflect GtkContainer::focus change
7340         
7341 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
7342
7343         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
7344         range.  Fix bug #55921
7345
7346         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
7347         (#55920).
7348
7349 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
7350
7351         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
7352         and gdk_keymap_get_current_direction().
7353
7354         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
7355           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
7356         the current locked group, use it to set the keymap
7357         direction.
7358
7359         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
7360         to determine whether we draw a split cursor or use
7361         a jumping cursor based on the current direction.
7362
7363         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
7364         Obey the split cursor setting. 
7365
7366 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
7367
7368         * gtk/gtkimmulticontext.c (activate_cb): Only activate
7369         when toggling on, not when toggling off... (#55906)
7370
7371 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
7372
7373         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
7374         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
7375         in docs. (#55812, Vitaly Tishkov)
7376
7377 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
7378
7379         * demos/gtk-demo/main.c (create_tree): Changed signal name from
7380         selection_changed to changed in signal connection to GtkTreeSelection,
7381         also used g_signal_connectc since GtkTreeSelection is now a GObject.
7382
7383 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
7384
7385         * gtk/gtktreeselection.c: Now it's a GObject instead of a
7386         GtkObject.  The GtkTreeSelection::selection_changed signal is now
7387         the GtkTreeSelection::changed signal.
7388
7389         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
7390         object.
7391
7392         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
7393         object.
7394
7395 2001-06-07  Havoc Pennington  <hp@redhat.com>
7396
7397         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
7398
7399 2001-06-07  Havoc Pennington  <hp@redhat.com>
7400         
7401         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
7402         (not tested yet because with absolute path to srcdir I can't build
7403         atk, but it was broken anyway so this may help) 
7404
7405 2001-06-07  Havoc Pennington  <hp@redhat.com>
7406
7407         * configure.in: output m4macros/Makefile
7408         
7409 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
7410
7411         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
7412         buttons.  Fixes #55460 reported by matthiasc@poet.de.
7413
7414 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
7415
7416         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
7417         expansion/collapsing so it only happens in one place.
7418         (gtk_tree_view_real_expand_row): ditto.
7419
7420 2001-06-07  Havoc Pennington  <hp@redhat.com>
7421
7422         * tests/Makefile.am: add missing -I flag
7423
7424         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
7425
7426         * configure.in: use pkg-config to see if GModule is
7427         supported; fix to properly turn on included loaders 
7428         when GModule isn't supported; don't use AC_CHECK_LIB 
7429         when libs are not installed yet
7430
7431         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
7432
7433         * Makefile.am (SUBDIRS): add m4macros subdir
7434
7435         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
7436         dependencies also.
7437
7438 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
7439
7440         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
7441         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
7442
7443 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
7444
7445         * gtk/gtktreeview.c
7446         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
7447         bindings to expand and collapse rows.
7448         (gtk_tree_view_real_select_cursor_parent): New key binding.
7449         (gtk_tree_view_real_toggle_cursor_row): New key binding.
7450
7451         * gtk/gtkmarshal.list: new
7452         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
7453
7454 2001-06-06  Havoc Pennington  <hp@redhat.com>
7455
7456         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
7457
7458         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
7459         Down to move visually rather than logically, since it confuses 
7460         people. Add -/+ and Ctrl--/+ bindings for logical movement.
7461
7462 2001-06-06  Alex Larsson  <alexl@redhat.com>
7463
7464         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7465         Fix up error messages.
7466
7467 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
7468
7469         * gtk/gtktooltips.h: Include gtkwidget.h 
7470         (#55798, Karl Nelson)
7471
7472         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
7473         a valid latin-1 character. (Marc Lehmann, #35467)
7474
7475         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
7476         (Marc Lehmann, #35467)
7477         
7478 2001-06-05  Alex Larsson  <alexl@redhat.com>
7479
7480         * demos/gtk-demo/appwindow.c (do_appwindow):
7481         Don't swap the order of the args to gtk_widget_destroyed.
7482
7483         * tests/testgtk.c (destroy_properties):
7484         Don't crash when the properties window is destroyed.
7485
7486         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
7487         Use with_mnemonics to handle the case of stock items with
7488         underscores in them.
7489
7490 2001-06-05  Havoc Pennington  <hp@redhat.com>
7491
7492         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
7493         gtk_text_iter_reorder
7494
7495 2001-06-05  Havoc Pennington  <hp@redhat.com>
7496
7497         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
7498
7499 2001-06-05  Havoc Pennington  <hp@redhat.com>
7500
7501         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
7502         to the range that was set
7503
7504         * gtk/gtkrange.c: add value_changed signal, primarily 
7505         intended for use with GtkScale
7506         (gtk_range_set_increments): new function
7507         (gtk_range_set_range): new function with weird name
7508         (gtk_range_set_value): new function
7509         (gtk_range_get_value): new function
7510
7511         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
7512         from gtk_spin_button_get_value_as_float(). Compat #define
7513         added for get_value_as_float.
7514
7515         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
7516
7517         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
7518
7519 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
7520
7521         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
7522
7523 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
7524
7525         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
7526
7527         * tests/testgtk.c (create_tooltips): Remove usage of
7528         gtk_widget_set().
7529
7530 2001-06-05  Havoc Pennington  <hp@redhat.com>
7531
7532         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
7533
7534         Applying patch from Jeff Franks, with function docs added.
7535         
7536         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
7537         remove call to set_mnemonic_widget, change docs a bit.  
7538
7539         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
7540         new function
7541
7542         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
7543         new function
7544
7545         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
7546
7547         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
7548         function
7549         (gtk_radio_button_new_with_mnemonic_from_widget): new function
7550
7551         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
7552         new function
7553
7554         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
7555         function        
7556
7557         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
7558         auto-selection of mnemonic widget.
7559
7560 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
7561
7562         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
7563         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
7564         (gtk_tree_view_column_set_min_width): ditto.
7565
7566 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
7567
7568         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
7569         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
7570
7571 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
7572
7573         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
7574         gtk_clist_thaw().
7575
7576 2001-06-04  Havoc Pennington  <hp@pobox.com>
7577
7578         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
7579 r       eleases for buttons 6, 7
7580
7581 2001-06-04  Havoc Pennington  <hp@redhat.com>
7582
7583         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
7584         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
7585         #55562
7586
7587 2001-06-04  Havoc Pennington  <hp@redhat.com>
7588
7589         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
7590         where text_view->layout == NULL by assuming its size is 0, 
7591         i.e. same as if we haven't done any reflow. Reported by 
7592         Hidetoshi Tajima #55448 
7593
7594 2001-06-04  Havoc Pennington  <hp@redhat.com>
7595
7596         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
7597         and 7 for scroll left/right, from Thomas Broyer
7598
7599 2001-05-10  Havoc Pennington  <hp@redhat.com>
7600
7601         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
7602         we need to parse the xsetting as if it were an RC file string.
7603
7604         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
7605         value of palette from settings, not from static variable
7606
7607         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
7608         xsettings translation table
7609
7610         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
7611         hardcoding the toolbar style conflicts with new customizable 
7612         toolbar style philosophy
7613         (gtk_toolbar_class_init): add settings for default toolbar style;
7614         these are used unless the app specifically forces a toolbar style
7615
7616         * gtk/gtksettings.c (settings_install_property_parser): only
7617         return at the start if we warn and parser == NULL
7618
7619         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
7620         palette changed handler so we don't notify dead color selections
7621
7622         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
7623         xthickness/ythickness of 0 or 1 properly 
7624         (gtk_default_draw_resize_grip): clear the background behind the
7625         resize grips, and align to bottom right if we square the 
7626         area to be drawn.
7627
7628         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
7629         statusbar label to 1, so it doesn't make toplevels resize oddly
7630         (gtk_statusbar_size_request): add grip size to request
7631         (gtk_statusbar_size_allocate): hack so the hbox still works with 
7632         the grip size in the request
7633
7634         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
7635         bug where showing all on a toplevel makes the toolbar 
7636         button text appear despite the toolbar mode
7637
7638         * gtk/gtkmenubar.c: add internal padding style property
7639
7640         * gtk/gtktoolbar.c: Add internal padding style property; add
7641         shadow type style property
7642
7643         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
7644         state; and put Container::border_width outside the frame
7645
7646         * gtk/gtktextview.c: don't draw focus rectangle if we're in
7647         interior focus mode, we just use blinking cursor
7648
7649 2001-06-04  Havoc Pennington  <hp@redhat.com>
7650
7651         * configure.in: Make gdk-pixbuf have same version number as GTK
7652
7653 2001-06-04  Havoc Pennington  <hp@redhat.com>
7654
7655         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
7656         digits greater than 6. If there actually are limits (which there
7657         likely aren't), should clamp to them not warn.
7658         (gtk_spin_button_new_with_range): don't take log of 0
7659         (gtk_spin_button_size_request): use digits to compute size
7660         request, rather than step increment.
7661
7662         * tests/testgtk.c (create_spins): test larger values of digits
7663         
7664         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
7665         font on map not expose, so we don't get weirdness during scrolling
7666
7667 2001-06-04  Havoc Pennington  <hp@redhat.com>
7668
7669         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
7670         Sam Solon, bug #54577, update value even if not drawable.
7671
7672 2001-06-04  Havoc Pennington  <hp@redhat.com>
7673
7674         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
7675         SCROLL_LEFT, reported by Thomas Broyer.
7676
7677 2001-06-04  Havoc Pennington  <hp@redhat.com>
7678
7679         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
7680         Process updates immediately, to prevent funny lag effect
7681         when scrolling, at some mild potential efficiency cost.
7682
7683 2001-06-04  Havoc Pennington  <hp@redhat.com>
7684
7685         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
7686         slider on the click.
7687
7688 2001-06-03  Havoc Pennington  <hp@pobox.com>
7689
7690         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
7691         hscale/vscale details, so we can use it for scrollbar as well.
7692
7693         * tests/testgtk.c (reformat_value): honor digits from GtkScale
7694
7695         * gtk/gtkenums.h (GtkTroughType): Remove this enum
7696         (GtkScrollType): add START and END from GtkTroughType
7697
7698         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
7699         its x/y arguments
7700
7701         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
7702         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
7703         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
7704         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
7705         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
7706
7707         Notable changes in the process:
7708          
7709         - stepper_size style property is the height for vertical 
7710           ranges, width for horizontal; the other dimension matches
7711           the trough size
7712         - add ability to do NeXT-style steppers (and several other styles
7713           that don't make any sense)
7714         - added min_slider_length, fixed_slider_length properties to
7715           GtkScrollbar
7716         - cleaned some private (or at least useless) functions out of
7717           gtkscale.h    
7718         - moved bindings to GtkScale from subclasses, even arrow keys,
7719           since blind users don't know scale orientation.
7720         - change move_slider action signal to use new GtkScrollType,
7721           remove GtkTroughType argument
7722         - digits rounds the values a range will input to the given 
7723           number of decimals, but will not try to force adjustment 
7724           values set by other controllers. That is, we no longer
7725           modify adjustment->value inside a value_changed handler.
7726         - added getters for GtkScale setters
7727         - middle-click begins a slider drag
7728         
7729 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
7730
7731         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
7732         getting the focus code to work.
7733         (gtk_tree_view_class_init): Add a bunch of keybindings.
7734
7735         * gtk/gtktreeviewcolumn.c
7736         (gtk_tree_view_column_set_cell_data_func):
7737         s/GtkCellDataFunc/GtkTreeCellDataFunc.
7738         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
7739         of "properties_changed" to help justify the death of the latter
7740         signal. (-:
7741
7742         * tests/testtreefocus.c (main): Let some columns be focussable to
7743         test focus better.
7744
7745 2001-06-01  Havoc Pennington  <hp@redhat.com>
7746
7747         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
7748         
7749         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
7750         overwrite in overwrite mode if we already deleted the selection
7751         and replaced it with new text.  
7752
7753         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
7754         selection to an empty range, clear the clipboard if we owned it.
7755         (gtk_label_set_selectable): give up selection if we become
7756         unselectable.
7757         (gtk_label_state_changed): override state changed to unselect text
7758         when insensitive
7759         (get_text_callback): add paranoia check that indexes aren't
7760         outside of label->text
7761         (gtk_label_select_region): make -1 for start_offset mean "end of
7762         label," for consistency with GtkEditable
7763
7764         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
7765         GTK_DIALOG_NO_SEPARATOR flag
7766
7767 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
7768
7769         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
7770         notifications on non-existant "enable_arrow_keys".
7771         (#53753, Skip Montanaro)
7772
7773 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
7774
7775         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
7776         GDK_TYPE_RECTANGLE.
7777
7778         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
7779         of allocation argument be GDK_TYPE_RECTANGLE.
7780
7781 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
7782
7783         * gtk/gtkoptionmenu.c: Account for the fact that the border
7784         width is _outside_ the window. (Fixes #54585, bug found
7785         by Bastien Nocera.)
7786
7787 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
7788
7789         * gtk/gtksettings.c (gtk_settings_get_property): Validate
7790         value from GDK settings against parameter spec.
7791
7792         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
7793         to temporary values and use g_value_transform(), since
7794         thinking that GValue was going to be easy or efficient
7795         to use was, of course, a mistake.
7796
7797         * gtk/gtksettings.c: Add cursor blink setting.
7798         
7799         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
7800
7801         * gtk/gtkentry.c: Add cursor blinking.
7802
7803         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
7804         cursor blink global settings.
7805
7806         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
7807         for :text_position in places where it is missing.
7808
7809 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
7810
7811         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
7812
7813 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
7814
7815         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
7816         not pkg-config. (#51032)
7817
7818         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
7819         (fixes #51952, James Henstridge)
7820         
7821 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
7822
7823         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
7824         Rename to the more correct gtk-go-up.
7825
7826         * gtk/stock-icons/stock_menu_sort_ascending.png:
7827         Added new file.
7828         
7829         * gtk/stock-icons/stock_menu_sort_descending.png:
7830         Changed to show descending instead of ascending.
7831
7832         * gtk/gtkiconfactory.c:
7833         Added menu size icon to sort ascending.
7834
7835         * gtk/stock-icons/Makefile.am:
7836         Added stock_menu_sort_ascending.png.
7837         
7838         * gtk/gtkseparatormenuitem.c:
7839         Use correct typenames.
7840
7841 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
7842
7843         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
7844         gulong as in GSignal.
7845
7846 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
7847
7848         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
7849         instances of GtkCellRenderer in code (all but dnd icon code).
7850         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
7851         there, and I can do multiple Cells per column.
7852
7853         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
7854
7855         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
7856         when model was unreffed prior to removing the row reference.
7857
7858 2001-05-25  Havoc Pennington  <hp@redhat.com>
7859
7860         * gtk/gtkiconfactory.c: fix so that default icons are created if 
7861         you call gtk_stock_list_ids()
7862
7863         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
7864         in list
7865
7866 2001-05-25  Havoc Pennington  <hp@redhat.com>
7867
7868         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
7869         set can render without falling back to missing image icon
7870
7871         * gtk/gtktextview.c (gtk_text_view_size_request): request full
7872         size of text, instead of random values
7873
7874         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
7875         size of tree view, instead of random values
7876
7877         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
7878         image in an appropriate size
7879
7880         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
7881         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
7882
7883         Throughout: fix GTK_STOCK_BUTTON_ instances
7884         
7885         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7886         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
7887         Add a bunch of new stock items/icons
7888
7889         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
7890         new function, convenience for inserting columns with a data func
7891
7892         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
7893         (_gtk_icon_factory_list_ids): use list of all factories to
7894         generate a list of all known IDs
7895
7896         * gtk/gtkstock.c (gtk_stock_list_ids): replace
7897         gtk_stock_list_items() with a function that returns all IDs known
7898         including those for GtkIconFactory.
7899
7900 2001-05-25  Hans Breuer  <hans@breuer.org>
7901
7902         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
7903         work -> check boxes and radio buttons are drawn now, even on win9x.
7904         Improved line settings a bit, still no clue how to get really dotted
7905         lines on win9x, on NT it's PS_ALTERNATE.
7906
7907         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
7908         GDK_HINT_MIN_SIZE as well
7909
7910         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
7911
7912         * gtk/gtk.def : updated
7913
7914         * gtk/gtktreeprivate.h : change column_drop_func to be a function
7915         pointer not a function pointer pointer
7916
7917         * tests/testdnd.c : include <stdlib.h> for putenv prototype
7918
7919         * tests/testsocket.c : made it compile on win32 again
7920
7921         * tests/makefile.msc : one more test-app uses prop-editor.obj
7922
7923 2001-05-22  Havoc Pennington  <hp@pobox.com>
7924
7925         * gtk/gtkbin.c (gtk_bin_get_child): New function
7926
7927 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
7928
7929         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
7930         to ignore when doing compose processing.
7931
7932 2001-05-22  Joe Shaw  <joe@ximian.com>
7933
7934         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
7935         Simplify as suggested by Havoc. Just get the last iter and work
7936         backward to the tag instead of getting a line and working back from
7937         there. Fixes passing in an invalid offset to
7938         iter_init_from_byte_offset().
7939
7940 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
7941
7942         * gtk/gtktreeview*.h: 
7943         * gtk/gtkcell*.h:
7944         * gtk/gtk*store.h:
7945         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
7946         macros to all objects.
7947
7948 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
7949
7950         * gtk/gtkcellrenderertext.c
7951         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
7952         with very large (TM) amounts of text.  May be moved to
7953         GtkCellRenderer in the future, though I'm not sure it wants to be
7954         this accessible.
7955
7956         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7957         More sanity brought to this class.  I like it.
7958
7959         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
7960         case.  Kids, don't try this at home.
7961
7962         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
7963         convenience function.
7964
7965         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
7966
7967 2001-05-21  Alexander Larsson  <alexl@redhat.com>
7968
7969         * gtk/gtkfontsel.c:
7970         Added properties. Based on patch by Lee Mallabone.
7971
7972         * gtk/gtkruler.c:
7973         * gtk/gtkhruler.c:
7974         * gtk/gtkvruler.c:
7975         * gtk/gtktext.c:
7976         * gtk/gtktextview.c:
7977         Converted GtkArg to GParam. Based on patches by John Margaglione.
7978
7979         * tests/Makefile.am:
7980         * tests/testtext.c:
7981         Add a property editor to testtext.
7982         
7983 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
7984
7985         * gtk/gtk{h,v,}paned.c: Only show the separator if 
7986
7987         * configure.in: Fixed reversed conditional causing all image
7988         libraries to be linked in.
7989
7990 2001-05-21  Joe Shaw  <joe@ximian.com>
7991
7992         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
7993         that top_y needs to be >= 0.
7994
7995 2001-05-11  Havoc Pennington  <hp@pobox.com>
7996         
7997         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
7998         losing connection to the X server.
7999
8000 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
8001
8002         * configure.in: Start checks for X from pangox/pangoxft
8003         CFLAGS to avoid duplicate libraries.
8004
8005         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
8006
8007         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
8008         to include gobject.
8009         
8010 2001-05-18  Alexander Larsson  <alexl@redhat.com>
8011
8012         * gtk/gtkspinbutton.c:
8013         Convert GtkArgs to GParams. Based on patch by John Margaglione.
8014         Also do size request reasonable for MAXDOUBLE. Previously it printed
8015         the limits to a buffer and overran it. Instead do it using log10() and
8016         limit the width to 10 digits.
8017         
8018         * gtk/gtkwidget.c (gtk_widget_get_property):
8019         Correctly handle setting the parent property to NULL.
8020
8021 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
8022
8023         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
8024         style attributes even if the widget isn't realized.
8025
8026         * demos/gtk-demo/main.c: Use a slightly smaller font.
8027
8028 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
8029
8030         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
8031         This is something that only a widget writer would ever want
8032         to change.
8033
8034         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
8035         gtk_signal_emit_by_name().
8036
8037         * gtk/gtkviewport.c: Fix some warnings.
8038
8039         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
8040         allowing the requisitions of multiple widgets to be grouped
8041         together.
8042
8043         * tests/testgtk.c: Add GtkSizeGroup test
8044
8045         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
8046
8047         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
8048         warnings.
8049
8050         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
8051
8052 2001-04-28  Martin Baulig  <baulig@suse.de>
8053
8054         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
8055         to gtk_image_menu_item_set_icon() and made it work if there's already
8056         an image.
8057         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
8058         (gtk_image_menu_item_new_with_label): New function.
8059
8060 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
8061
8062         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
8063         highlighting code!!!!  The result is okay so long as you don't try
8064         to stress it.  It also highlights a bug in the TextView so it's in
8065         an unproportional font right now until it's fixed.
8066
8067         *demos/gtk-demo/*.c: Clean up code a bit to make it
8068         ugly-parser(TM) friendly. (-:
8069
8070 2001-05-17  Joe Shaw  <joe@ximian.com>
8071
8072         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
8073         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
8074         if it is only partially onscreen.
8075
8076 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
8077
8078         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
8079         not by characters.
8080
8081         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
8082         are not zero or one; that is, when graphemes of multiple characters
8083         are involved.
8084
8085         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
8086         FIXME.
8087
8088 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
8089         
8090         * gtk/gtkbbox.c:
8091         Add properties, based on patch by Lee Mallabone.
8092
8093         * gtk/gtknotebook.c:
8094         * gtk/gtktoolbar.c:
8095         Convert from GtkArg to GParam, based on patch by John Margaglione.
8096         
8097         * gtk/gtkhscale.c:
8098         * gtk/gtkvscale.c:
8099         * gtk/gtkhscrollbar.c:
8100         * gtk/gtkvscrollbar.c:
8101         * gtk/gtkrange.c:
8102         Move adjustment property to GtkRange.
8103
8104         * gtk/gtklabel.c:
8105         Setup mnemonics on property changes
8106
8107         * gtk/gtkwidget.c (gtk_widget_get_property):
8108         GdkExtensionMode is an enum, not a flag. Set it with
8109         g_value_set_enum ().
8110
8111         * tests/prop-editor.c:
8112         Better propery editor.
8113
8114         * tests/testgtk.c:
8115         Add new property test. Pass zero to the property editor to
8116         get properties from all derived types.
8117         
8118 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
8119
8120         * autogen.sh (have_automake): Require libtool-1.4,
8121         automake-1.4p1.
8122
8123         * acinclude.m4: Remove libtool macros.
8124
8125         * gdk-pixbuf/Makefile.am: Add dependencies to loade
8126         modules.
8127
8128         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
8129         for libgdk.
8130
8131         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
8132         libgdk.la for libgtk.
8133
8134         * modules/input/Makefile.am: Make modules have full
8135         dependencies.
8136
8137 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
8138
8139         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
8140         #54699 where paths weren't being checked for correctness.
8141
8142 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
8143
8144         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
8145         in any order you wan, whether or not the column is added to the
8146         tree, or the tree is realized.  Yay!
8147
8148         * gtk/gtktreeviewcolumn.c
8149         (gtk_tree_view_column_setup_sort_column_id_callback): handle
8150         sorting columns a lot saner
8151
8152         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
8153         new function to actually set wether or not a column is
8154         reorderable.
8155
8156         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
8157         if we have 'em.
8158
8159         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
8160         Fix nasty bug where we were showing the button just before
8161         realizing it.  As a result, the parent window was
8162         tree_view->window instead of tree_view->priv->header_window.
8163
8164         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
8165         to let you easily reorder a list or tree.
8166
8167 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
8168
8169         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
8170         from args to properties.
8171
8172 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
8173
8174         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
8175         from args to properties. (#51957)
8176
8177         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
8178         calls to after ->set_property call.
8179
8180 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
8181
8182         * tests/prop-editor.c: Block against redundant changes.
8183
8184         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
8185         properties.
8186
8187 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
8188
8189         * gdk/gdkpixmap.h: Remove creative formatting.
8190
8191 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
8192
8193         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
8194         property API. (#51669)
8195
8196         * gtk/gtkscale.c: Patch from John Margaglione converting to
8197         property API. (#51891)
8198
8199         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
8200         to property API. (#50985)
8201
8202 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
8203
8204         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
8205         buffering state across expose event, so we still call end_paint().
8206
8207 2001-05-11  Alexander Larsson  <alexl@redhat.com>
8208
8209         * gtk/gtkhsv.c (paint_triangle):
8210         Expose the ring in the triangle at the correct place when
8211         exposing just a part of the triangle.
8212
8213         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
8214         Return FALSE, or window focusing will not work.
8215
8216 2001-05-11  Havoc Pennington  <hp@pobox.com>
8217
8218         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
8219         #54144
8220
8221         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
8222         bug #54330
8223
8224 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
8225
8226         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
8227         propagate exposes to NULL child.
8228
8229         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
8230         against not having one of the scrollbars.
8231
8232         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
8233         we don't keep a mnemonic window if we have no mnemonic installed.
8234
8235 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
8236
8237         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
8238         it has the _important_ side effect of initializing a class.
8239
8240 2001-05-10  Alexander Larsson  <alexl@redhat.com>
8241
8242         * gdk/linux-fb/gdkprivate-fb.h:
8243         Make sure you can compile out the implementation/wrapper assert
8244         macros.
8245
8246         * gdk/linux-fb/gdkdrawable-fb2.c:
8247         Check implementation/wrappers, initialize type for pixmap dummys.
8248
8249         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
8250         Hide the cursor if reading from the screen.
8251
8252         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8253         Fix sign bug in tiling code.
8254
8255         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
8256         Handle background pixmaps.
8257
8258 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
8259
8260         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
8261         function to let user control where columns are dragged.
8262
8263         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
8264         Escape is pressed.
8265
8266 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
8267
8268         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
8269         "columns_changed" signal.
8270         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
8271         motion code to draw arrows to the side if indicator is outside the
8272         widget.
8273         (gtk_tree_view_map_expanded_rows): Implement.
8274
8275 2001-05-07  Alexander Larsson  <alexl@redhat.com>
8276
8277         * demos/testpixbuf-save.c: 
8278         * demos/testpixbuf-drawable.c:
8279         Include gdkfb.h on linux-fb.
8280
8281 2001-05-07  Alexander Larsson  <alexl@redhat.com>
8282
8283         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
8284         New function for getting toplevel window at position.
8285         (gdk_drag_find_window): Use get_toplevel_window () instead
8286         of gdk_window_get_pointer(). (gdk_drag_status): Use
8287         correct context for getting window.
8288
8289         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
8290         g_strdup the atom name.
8291
8292         * gdk/linux-fb/gdkwindow-fb.c:
8293         Costmetic fix.
8294
8295         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
8296         Add code for changing cursor on linux-fb backend (same as
8297         win32).
8298
8299 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
8300
8301         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
8302         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
8303         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
8304         report was not for the development branch of GTK+, but it applies
8305         anyways).
8306
8307 2001-05-04  Havoc Pennington  <hp@redhat.com>
8308
8309         * configure.in: fix some shell typos
8310
8311         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
8312
8313         * gtk/gtkimage.c: handle animations
8314
8315         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
8316         border_width * 2, not just border_width
8317
8318         * gtk/gtkscale.c: add "format_value" signal to allow people
8319         to override the way values are drawn.
8320         (gtk_scale_get_value_size): fix width/height mistake,
8321         and compute size from actual displayed text, not 
8322         from made-up text.
8323
8324         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
8325         signal registration
8326
8327         * tests/testtext.c: Add "Remove all tags" menu item for testing
8328
8329         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
8330
8331         * demos/gtk-demo/main.c (main): add hack so we can find modules
8332         without installing gtk
8333
8334         * demos/gtk-demo/textview.c (insert_text): demo font scaling
8335
8336         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
8337         factor)
8338         (gtk_cell_renderer_text_set_property): remove some bogus
8339         g_object_notify
8340
8341         * gtk/gtktexttag.c: add "scale" property which is a font scaling
8342         factor
8343
8344         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
8345         to layout
8346
8347         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
8348         gtk_text_iter_is_first
8349
8350 2001-01-06  Hans Breuer  <hans@breuer.org>
8351
8352         * gdk/gdk.def : updated exports
8353
8354         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
8355         gdk won't compile anymore
8356  
8357         * gdk/win32/gdkevents-win32.c : initialize ret_val when
8358         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
8359         Improved gdk_flush () to not only do pending drawing operations
8360         but also process all currently pending events. This should make
8361         the behaviour more similar to the X11 version.  
8362
8363         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
8364         option needs to be set even if there is no GDK_GC_BACKGROUND.
8365         (gdk_win32_hdc_get) : use predraw_set_background () independent
8366         of value_mask. This allows to draw dashed lines leaving the original
8367         background intact.
8368
8369         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
8370         after processing, because we can't reuse it as the X11 version does.
8371
8372         * gtk/gtk.def : updated exports
8373
8374         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
8375         would like to get rid of this file again, and use straight
8376         makefile.msc again, as the other Gtk+ subdirs do)
8377
8378         * test/makefile.msc (new file) : build the test apps here
8379
8380 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
8381
8382         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
8383         strike-through setting
8384         (gdk_draw_layout_line_with_colors): Render strike-through
8385
8386 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
8387
8388         * Release 1.3.5
8389
8390         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
8391
8392         * NEWS: Updated
8393
8394         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
8395         Makefile breakage.
8396
8397 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
8398
8399         * demos/gtk-demo/images.c (progressive_timeout): Fix
8400         typo in filename.
8401
8402         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
8403         out FIXME warning; just too annoying.
8404
8405 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
8406
8407         * gdk/linux-fb/gdkcolor-fb.c:
8408         Better error messages.
8409
8410         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
8411         Initialize abs_x and abs_y.
8412         
8413         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8414         Correct handling of stipple offset.
8415
8416         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
8417         Treat directcolor framebuffers as truecolor.
8418         
8419 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
8420
8421         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
8422         dependency on Atk for accessibility support.
8423
8424         * configure.in **/Makefile.am: Major reworking of substituted
8425         variables for CFLAGS/LIBS to make a lot more sane and 
8426         keep the the compile/link lines a bit shorter.
8427
8428         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
8429
8430 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
8431
8432         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
8433         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
8434         use _gtk_boolean_handled_accumulator.
8435
8436 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
8437
8438         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
8439         to fix things so clicking inside selection leaves cursor
8440         at point where clicked. (#50324)
8441
8442         * gtk/gtksettings.c (gtk_settings_class_init): Restore
8443         sane value for default double click time.
8444
8445         * tests/testtext.c (test_init): Really path to input modules.
8446
8447 2001-05-03  Sven Neumann  <sven@convergence.de>
8448
8449         * demos/testpixbuf-save.c: include target-specific headers as
8450         done in testpixbuf-drawable.c
8451
8452 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
8453
8454         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
8455         new_text_length appropriately when we run into the 
8456         size limit for the entry. (#53445, reported by Jeff Franks)
8457
8458         * tests/testgtk.c (create_entry): Remove most of the
8459         property toggle buttons. Replace with a "Props" button
8460         that brings up a property editor.
8461
8462         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
8463         Split the property editor code out for reuse, improve.
8464
8465 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
8466
8467         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
8468         trap errors around calls to XSetInputFocus since we have
8469         no way of knowing reliably whether we are viewable or
8470         not. (#53947)
8471
8472 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
8473
8474         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8475         fix bug in dropping columns.  Moving columns now basically works
8476         modula some fine tuning.
8477
8478 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
8479
8480         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
8481         autoscroll support.  It mostly works, but could use some fine
8482         tuning.
8483         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8484         Actually move the column.
8485
8486 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
8487
8488         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
8489           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
8490           New default theme! A slighly improved version of the 2.0 Raleigh
8491           theme, with Windows-esque focus/drawing default. 
8492           (GtkWidget::interior_focus defaults to TRUE.)
8493
8494         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
8495
8496 2001-04-30  Havoc Pennington  <hp@pobox.com>
8497
8498         * tests/testtext.c (line_numbers_expose): fix to work with
8499         gtk_paint_layout change
8500
8501 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8502
8503         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
8504           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
8505           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
8506           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
8507
8508         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
8509           with GtkWidget::interior_focus = TRUE better.
8510
8511         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
8512         ::default_outside_border for more flexibility.
8513
8514         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
8515         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
8516         change that had to be made with g_object_get.
8517
8518 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
8519
8520         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
8521         (gtk_tree_view_move_column_after): Clean up interface. 
8522
8523 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
8524
8525         * gtk/gtkpacker.h:
8526         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
8527          to gtkenum.h.
8528
8529         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
8530         handled in switch).
8531
8532         * gtk/Makefile.am:
8533         (gtk.defs): generate enum portions with  glib-mkenums.
8534         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
8535         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
8536         
8537         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
8538         addition.
8539
8540         * docs/Changes-2.0.txt: keep a note on signal handlers now
8541         not getting emitted during the emission they were connected within.
8542
8543 2001-04-28  Havoc Pennington  <hp@pobox.com>
8544
8545         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
8546
8547 2001-04-24  Havoc Pennington  <hp@redhat.com>
8548
8549         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
8550         (gtk_text_layout_move_iter_to_next_line): fix these two for
8551         invisible text, lots of other stuff still hosed.
8552
8553         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
8554         new function, replaces the get/set palette stuff. This function 
8555         is intended for use by libgnomeui which should set the hook to a
8556         thing which sets the palette in GConf, and we need the
8557         GConf-to-xsettings proxy which will result in the change being
8558         propagated back to the GTK app.
8559
8560         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
8561         about unusable signals that it may be because the signal has 
8562         parameters.
8563
8564         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
8565         style, otherwise gtkrc.c won't know to create a new GtkStyle for
8566         it.
8567         (gtk_widget_modify_color_component): call
8568         gtk_widget_modify_style() so the rc style will get copied.
8569         (gtk_widget_modify_font): ditto
8570
8571         * gtk/gtkrc.c: make a couple variables static
8572
8573         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
8574         help button by default, since it does nothing
8575
8576         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
8577         around with UI
8578
8579         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
8580         so we can have tooltips
8581
8582         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
8583         can have tooltips
8584
8585         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
8586         GDK_ENABLE_BROKEN, because its memory behavior is completely
8587         hosed.
8588
8589         * gtk/gtknotebook.c: remove key press handler, replace with
8590         binding set, add numeric keypad support
8591
8592         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
8593
8594         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
8595
8596         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
8597         addition to plain Delete
8598
8599         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
8600         GDK_KP_Enter in addition to GDK_Return
8601
8602         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
8603         activate on entry instead of key press
8604         (gtk_font_selection_on_clist_key_press): get
8605         rid of this signal handler, not needed with new font sel.
8606
8607         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
8608         no-longer-needed emit_stop_by_name(), just return TRUE
8609
8610         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
8611         cruft, this widget is no longer focusable.
8612
8613         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
8614         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
8615         move_slider action signal, add binding set for vscale/hscale, in
8616         the process support numeric keypad
8617
8618         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
8619         make GDK_Return and GDK_KP_Enter activate the entry via 
8620         binding set, instead of hardcoded.
8621
8622 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
8623
8624         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
8625         code.  Some documentation added.
8626
8627 2001-04-27  Havoc Pennington  <hp@redhat.com>
8628
8629         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
8630
8631         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
8632
8633         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
8634         line/para separators
8635         (gtk_entry_create_layout): set single paragraph mode on the layout
8636
8637         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
8638         spacing between the image and label; instead, inside a button box 
8639         the button will get extra space that will go there, but if people 
8640         configure button box for 0 chubbiness, then there's no spacing.
8641
8642         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
8643         and min/max size style properties, so people can tune their
8644         chubbiness.
8645
8646         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
8647         functions
8648
8649         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
8650         space_style, and button_relief into style properties, remove
8651         functions for setting them
8652         
8653         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
8654         it back down
8655
8656         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
8657         types from gtk_widget_style_get
8658
8659         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
8660         with a style property.
8661
8662         * gdk/x11/gdkevents-x11.c: namespace the settings
8663
8664         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
8665
8666         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
8667         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
8668         be used. Also, translate doc strings for settings. Also, namespace
8669         the double-click-time property. Also, remove bell properties crap.
8670
8671 2001-04-27  Sven Neumann  <sven@gimp.org>
8672
8673         * Makefile.am: before creating links, check if pkg-config files
8674         exist for the default target. Otherwise link to the pkg-config files
8675         that got installed with this build.
8676
8677 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
8678
8679         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
8680         dragging code.  Revealed some (potential) GdkWindow bugs.
8681
8682         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
8683         _gdk_window_init_position to the end of reparent to fix the case
8684         of reparenting when new_x != old_x and new_y != old_y.
8685
8686 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
8687
8688         * gtk/gtkentry.c (strstr_len): Fix optimization that
8689         was correct for the use here, but completely incorrect
8690         in general.
8691
8692 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
8693
8694         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
8695         until patch adding gtk_window_set_size() is recommitted. 
8696
8697         * **Makefile.am configure.in gdk/x11/gdkim-11.c
8698           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
8699           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
8700           (#10784)
8701
8702 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
8703
8704         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
8705         window == NULL in a number of cases.
8706
8707         * tests/testdnd.c: Set module path for gdk-pixbuf.
8708
8709 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
8710
8711         * gtk/Makefile.am xembed.h: File containing #defines
8712         for XEMBED protocol.
8713
8714         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
8715
8716         - Change protocol from old plug/socket specific protocol
8717           to XEMBED draft
8718         - Various fixes to work with GTK+-2.0
8719
8720         Still quite a bit of work to do here to handle initiation
8721         from the socket side (as specified by XEMBED), to handle
8722         the more advanced features of XEMBED, and to figure out
8723         a good way to handle same-app embedding with less overhead
8724         than using full XEMBED.
8725
8726 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
8727
8728         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
8729         track of whether the toplevel has the focus; only send
8730         focus-in events to the focus widget when the window
8731         actually has the focus.
8732
8733 2001-04-25  Havoc Pennington  <hp@pobox.com>
8734
8735         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
8736         were still in the header
8737
8738 2001-04-24  Alexander Larsson  <alexl@redhat.com>
8739
8740         * gtk/gtkclist.[ch]:
8741         * gtk/gtkctree.c:
8742         When there is a row highlighted for D'n'D it must alse
8743         be painted hightlighted on exposes. Otherwise exposes from
8744         the icon being dragged will mess up the hightlight.
8745
8746         * gtk/gtkfontsel.c:
8747         Don't recenter selected font when exposing the font family
8748         clist. This means you can now actually scroll the font family
8749         list.
8750
8751         * gtk/gtknotebook.c:
8752         Fix focus movement on scrolling tabs that are placed on the left
8753         and right.
8754
8755 2001-04-21  Havoc Pennington  <hp@pobox.com>
8756
8757         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
8758         empty/invisible lines.
8759
8760         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
8761         (gtk_text_iter_set_visible_line_index): new functions to set
8762         indexes excluding invisible text
8763
8764         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
8765         index
8766
8767         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
8768         (gtk_text_iter_get_visible_line_offset): new functions to 
8769         get indexes excluding invisible text
8770
8771         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
8772         bunch of extra padding that served no purpose
8773
8774         * gtk/gtkdialog.c: Make all the spacings configurable via style
8775         properties, for chubbiness configuration in themes
8776
8777         * tests/testtext.c: fix path to the immodules.
8778         
8779 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
8780
8781         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
8782         got munched by #endif.
8783
8784         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
8785
8786         * gtk/gtktreeview.c: Refactored code to clean up a number of
8787         events.
8788
8789         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
8790         values to make consistent with other functions.  Spotted by Jeff
8791         Franks <jcf@tpg.com.au>.
8792
8793         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
8794         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
8795
8796 2001-04-23  Sven Neumann  <sven@gimp.org>
8797
8798         * gtk/Makefile.am
8799         * gtk/gtkplug.c
8800         * gtk/gtksocket.c: on request of Owen, reverted my last change 
8801         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
8802
8803 2001-04-23  Sven Neumann  <sven@gimp.org>
8804
8805         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
8806         compile for non-X11 targets again
8807
8808 2001-04-20  Alexander Larsson  <alexl@redhat.com>
8809
8810         * gtk/gtkcolorsel.[ch]:
8811         API Change. Take GdkColor arguments instead of gdouble *.
8812         Leave the old gtk_color_selection_set_color for compatibility,
8813         but marked deprecated.
8814         Do correct rounding when converting RGB <-> HSV.
8815         
8816         * gtk/gtkcolorseldialog.c:
8817         * tests/testgtk.c:
8818         Use new GtkColorSelection API.
8819
8820         * gtk/gtkhsv.c:
8821         Fix problem selecting colors in triangle when Hue is 330.
8822         Fix some black dots around the HSB triangle.
8823         
8824         * gtk/gtkfilesel.c:
8825         return FALSE from the focus_in_event handler to fix focus problems.
8826
8827 2001-04-18  Havoc Pennington  <hp@redhat.com>
8828
8829         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
8830         set, so keybindings are configurable    
8831         (gtk_window_activate_default): Change to activate the focus widget
8832         instead if there's a focus widget, to be consistent with the
8833         behavior that previously existed in key_press_event
8834
8835 2001-04-18  Havoc Pennington  <hp@redhat.com>
8836
8837         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
8838
8839 2001-04-18  Havoc Pennington  <hp@redhat.com>
8840
8841         Close bug #50615:
8842         
8843         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
8844         the layout
8845
8846         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
8847
8848         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
8849
8850         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
8851         
8852         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
8853         to blue for base, in addition to bg
8854         
8855 2001-04-18  Havoc Pennington  <hp@redhat.com>
8856
8857         * tests/testgtk.c (create_image): allow shrinking the image window
8858         to test that we clip to allocation.
8859
8860         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
8861         #9845
8862
8863         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
8864
8865 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
8866
8867         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
8868         mode on shm segments to 0600. We'll see who complains.
8869
8870         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
8871         _gdk_windowing_window_destroy() AFTER recursing through
8872         children.
8873
8874         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
8875         testsocket_child on X.
8876
8877         * tests/testsocket[_child].c: Fix uses of
8878         gtk_window_get_default_accel_group().
8879
8880         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
8881
8882         * gdk/gdkimage.c: (gdk_image_get):
8883         Deal with the possibility that XGetImage() might return NULL.
8884         Allocate the GdkImagePrivate structure only after XGetImage()
8885         succeeds in order not to dereference a NULL ximage pointer.  This
8886         prevents a core dump when XGetImage() fails - which is unlikely,
8887         but can happen due to race conditions accessing the geometries of
8888         drawables.  An x error will still be triggered, but the gdk image
8889         wrapper at least wont seg fault.
8890         
8891 2001-04-18  Havoc Pennington  <hp@redhat.com>
8892
8893         * gtk/gtkimage.c: fix to properly queue resizes when the image is
8894         set
8895
8896         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
8897         if the insertion point isn't editable
8898
8899         * demos/gtk-demo/images.c: Added a GtkImage demo
8900
8901         * demos/gtk-demo/drawingarea.c: drawing area demo
8902         
8903         * demos/gtk-demo/menus.c (create_menu): cleanups
8904
8905 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
8906
8907         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
8908           gdk/x11/gdkevents-x11.c: Introduce an extra child
8909         of toplevel windows that serves to hold the focus to
8910         avoid events being delivered to embedded windows.
8911
8912         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
8913         some extra variables to clean up code and reduce the
8914         number of casts.
8915
8916         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
8917         guint for 1 bit bit fields, not gboolean.
8918
8919 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
8920
8921         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
8922         not TRUE. (Fixes #52925)
8923
8924 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
8925
8926         * Released 1.3.4
8927
8928         * NEWS: Updated
8929
8930         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
8931         use GTK_TYPE_ENUM.
8932
8933 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
8934
8935         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8936
8937         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
8938         names to compatibility #defines so docs work.
8939
8940         * gtk/gtkenums.h: Remove GtkMenuFactoryType
8941
8942         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
8943
8944         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8945
8946         * tests/testgtkrc: No magenta cursors, please.
8947
8948         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
8949
8950         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
8951         
8952 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
8953
8954         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
8955         grabs, since they are no longer necessary.
8956
8957         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
8958         by signal_connect() and call gtk_button_pressed() rather
8959         than signal_connect_after().
8960
8961         * tests/testgtk.c: Restore radio menu items to combos 
8962         since they'll look OK with Raleigh, and it is easier
8963         than finishing the process of removing them that was
8964         started earlier.
8965
8966 2001-04-16  Hans Breuer  <hans@breuer.org>
8967
8968         * gdk/gdk.def :
8969         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
8970
8971         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
8972         we are interested in the functions return value not the function address
8973         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
8974
8975         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
8976
8977 2001-04-14  Hans Breuer  <hans@breuer.org>
8978
8979         * gdk/gdk.def :
8980         * gdk/makefile.msc : updated
8981
8982         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
8983         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
8984         (the testgtk::text backgound pixmap is drawn again)
8985         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
8986         Win32 Pango change
8987         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
8988
8989         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
8990         Not sure if the returned settings have the right unit, because I couldn't
8991         find any docs for the X version ...
8992
8993         * gtk/gtk.def :
8994         * gtk/makefile.msc.in : updated
8995
8996 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
8997
8998         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
8999         wording problems. (Compared to version from Johannes Stezenbach to
9000         check correctness.)
9001
9002 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
9003
9004         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
9005         this to compile.
9006
9007 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
9008
9009         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
9010         not pixbufpos.
9011
9012         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
9013
9014         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
9015         are unsigned insts, therefore use g_value_set_uint.
9016         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
9017
9018 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
9019
9020         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
9021
9022         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
9023         GTK_TYPE_STRING.
9024
9025         * gtk/gtktreeview.c: New functions to allow initial column
9026         dragging work.
9027
9028         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
9029
9030         * tests/testtreefocus.c: give dave some love.
9031
9032         * tests/testtreesort.c: Modify test to check really long samples.
9033
9034 2001-04-11  Alexander Larsson  <alexl@redhat.com>
9035
9036         * gtk-2.0.m4: Pass pkg-config options
9037         before the other args so it works even if
9038         POSIXLY_CORRECT is set.
9039
9040 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
9041
9042         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
9043         0, interface 0).
9044
9045 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
9046
9047         * gtk/gtkcalendar.c (gtk_calendar_button_press):
9048         check for action_func != NULL
9049
9050 2001-04-04  Sven Neumann  <sven@gimp.org>
9051
9052         * tests/testgtk.c (test_init): corrected path to gtk.immodules
9053
9054 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
9055
9056         * Released Gtk+-1.3.3.
9057
9058 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
9059
9060         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
9061
9062 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
9063
9064         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
9065         files to/from source dir. (if we don't stay in builddir, we
9066         can't reach make-inline-pixbuf.
9067
9068         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
9069         deps.
9070
9071         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
9072         ages 0).
9073
9074 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
9075
9076         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
9077         moved to the GtkTreeSortable interface.
9078
9079         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9080         Make more efficient (fixes #50262).
9081
9082 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
9083
9084         * NEWS: Updated.
9085
9086         * configure.in: Remove support for uninstalled glib.
9087
9088         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
9089         so as not to stop emission.
9090
9091         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
9092         is no longer supported.
9093
9094         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
9095         into tests, change build order to build modules before
9096         gtk/.
9097
9098         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
9099         to here.
9100
9101 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
9102
9103         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
9104         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
9105         GPatternSpec. this is actually unlikely to cause breakage in
9106         third-party apps since except for gle, pretty much ever caller
9107         passes NULL here.
9108
9109         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
9110
9111         * *.c: use g_pattern_*() API.
9112
9113         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
9114
9115         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
9116         directions aren't passed in.
9117
9118         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
9119         functionality to be usable from gtkstyle.c as well, give precedence
9120         for conversion to user-supplied parsers.
9121         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
9122
9123         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
9124         _gtk_settings_parse_convert() for rcporperty value conversion.
9125
9126 2001-04-03  Alexander Larsson  <alexl@redhat.com>
9127
9128         * gdk/linux-fb/gdkevents-fb.c:
9129         Add empty gdk_setting_get().
9130
9131 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
9132
9133         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
9134         variable names.
9135         
9136         * gtk/makeenums.pl: touch this so enum files get remade.
9137
9138 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
9139
9140         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
9141         work again when not sorted.
9142
9143         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
9144         and "expand_row" signal, closing bug 52578.
9145
9146         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
9147         support.
9148
9149         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
9150         support.
9151
9152 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9153
9154         * gdk/gdkevents.h: Add GdkEventSetting event for notification
9155         of changes to system settings, gdk_setting_get() to retrieve
9156         a single system setting.
9157
9158         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
9159         to the draft XSETTINGS mechanism.
9160
9161         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
9162         XSETTINGS.
9163
9164         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
9165         of GDK settings changes to the GtkSettings object.
9166
9167         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
9168         double-click-timeout property to GDK.
9169
9170         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
9171         Define GDK boxed types here.
9172
9173         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
9174         gdk/gdkenumtypes.[ch] for enum definitions.
9175
9176         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
9177         * gtk/gtk-boxed.defs: Comment out GDK types
9178         * gtk/gtktypeutils.h: Remove GDK types
9179         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
9180
9181 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
9182
9183         * Applied patch from Ron Steinke to add signal accumulators
9184         so that signals with the convention 'TRUE return means
9185         handled' stop emission on a TRUE return.
9186
9187         * gtk/gtkmain.[ch]: Add private accumulator 
9188         _gtk_boolean_handled_accumulator, used throughout GTK+.
9189         
9190         * gtk/gtkspinbutton.c: Add accumulator for ::output.
9191
9192         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
9193         
9194         * gtk/gtkwidget.c: Add accumulators for event signals,
9195         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
9196         for ::mnemonic-activate.
9197
9198         * gtk/gtkwindow.c: Add accumulator for ::frame_event
9199
9200 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
9201
9202         * gtk/gtkwidget.c: Add missing include.
9203
9204 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
9205
9206         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
9207         marshaller.
9208
9209         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
9210         "changed" signal to "range_changed".
9211
9212         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
9213         removing a tree from one model would remove all trees from that
9214         model.
9215         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
9216         changed signal instead.
9217
9218 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
9219
9220         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
9221         chaining up to parent impl, since we have a INPUT_ONLY
9222         window.
9223
9224         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
9225         foreground color for the cursor.
9226
9227 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
9228
9229         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
9230         param spec when caching property values, since we unref it
9231         later when we free the style.
9232
9233         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
9234         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
9235
9236 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
9237
9238         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
9239         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
9240         stupidity.
9241
9242 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
9243
9244         [ First pass at adding style properties. Still needs some definite
9245         fine-tuning. ]
9246
9247         * gtk/gtkbutton.c: Add ::default_spacing style property.
9248          
9249         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
9250         ::indicator_spacing style properties.
9251
9252         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
9253         style properties.
9254
9255         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
9256         rather than a normal property.
9257
9258         * gtk/gtkwidget.c: Add an ::interior_focus style property to
9259         draw focus inside buttons, in the Windows/Java Metal/etc. style.
9260
9261         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
9262         Honor ::interior_focus.
9263         
9264         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
9265         TRUE.
9266
9267         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
9268         Add ::slider_width, ::trough_border, ::stepper_size,
9269         ::stepper_spacing style properties.
9270
9271         * gtk/gtkscale.[ch] Add ::slider-length style property.
9272
9273 2001-04-02 Alexander Larsson   <alexl@redhat.com>
9274
9275         * gdk/linux-fb/gdkwindow-fb.c:
9276         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
9277         warnings that were spewed on startup.
9278
9279         * gtk/gtkwindow-decorate.c:
9280         gtk_window_reposition -> _gtk_window_reposition
9281
9282 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
9283
9284         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9285         Add boxed type for GtkRequistion. Use it for ::size-request.
9286
9287         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9288         Add a new GtkBorder structure useful for geometry properties
9289         for widgets. Add corresponding GTK_TYPE_BORDER.
9290         
9291         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
9292         Support automatic parser selection like
9293         gtk_settings_install_property_parser().
9294
9295         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
9296         functionality for use by gtk_widget_class_install_style_property.
9297         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
9298
9299 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
9300
9301         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
9302         g_param_spec_unichar(). 
9303
9304 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
9305
9306         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
9307         _NET window managers.
9308
9309         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
9310
9311 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
9312
9313         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
9314         bad needs to be nuked, not just deprecated.
9315
9316         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
9317         gtk_widget_popup().
9318
9319         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
9320         
9321         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
9322         widget.
9323         
9324         * docs/Changes-2.0.txt: updates.
9325         
9326 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
9327
9328         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
9329         for (i = 0; i < 100; i ++)
9330           g_print ("I will confirm it compile before committing\n");
9331
9332 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
9333
9334         * gtk/gtktreestore.c: Initial work on implementing the
9335         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
9336
9337 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
9338
9339         * gtk/gtkwidget.c: fixed a bunch of notifications, added
9340         reference counts around emissions where the widget is used afterwards.
9341         added freeze/thaws around multiple properties being notified.
9342         (_gtk_widget_get_aux_info): cleanups.
9343         
9344         * gtk/gtksettings.c (gtk_settings_install_property): provide
9345         default parsing functions for gdkcolor, enums and flags.
9346
9347         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
9348         applied by owen.
9349         backed out gtk_window_get_location(), gtk_window_set_location(),
9350         gtk_window_get_size() and gtk_window_set_size(), these
9351         have to be sorted out wrg x/y/width/height/default_with/default_height
9352         properties.
9353         kept a flag in GtkWindowGeometryInfo to handle user
9354         resetting default sizes.
9355         cleaned up ZVT comments.
9356         bunch of assorted bug fixes, notification fixes.
9357         (_gtk_window_reposition): make this a really internal function.
9358         
9359         * gtk/testgtk.c: fixups.
9360         
9361 2001-03-31  Hans Breuer  <hans@breuer.org>
9362
9363         * config.h.win32.in : disable USE_MMX for msvc build cause
9364         the assembler doesn't fit and is out of my scope. Disable
9365         USE_GMODULE for msvc build as wel. The right way to share
9366         binaries on win32 would be to use libtiff.dll etc. To reduce
9367         installation hassles IMO it's better to include all fileformats
9368         builtin to gdk-pixbuf
9369
9370         * gdk-pixbuf/makefile.msc : new file
9371
9372         * gdk/gdk.def : updated
9373
9374         * gdk/win32/gdkevents-win32.c : don't erase the background if
9375         .no_bg is set. It improves the scrolling (e.g. of testgtk main
9376         buttons
9377         * gdk/win32/gdkgeometry-win32.c : added comment about the above
9378
9379         * gdk/win32/gdkwindow-win32.c : added three new functions like
9380         the X version. Only one is implemented, because the other two
9381         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
9382         be default behaviour on win32 anyway ...
9383
9384         * gtk/gtk.def : updated
9385
9386         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
9387         from where it was built and add an additional rule to automagically
9388         build gtkmarshal.[hc]
9389
9390         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
9391         before array access for the current entry isn't finished
9392
9393         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
9394         use g_return_val_if_fail
9395
9396         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
9397         for the static array, but let the compiler calculate it. It
9398         makes me wonder if gcc isn't capable to catch bugs like this ...
9399
9400 2001-03-31  James Henstridge  <james@daa.com.au>
9401
9402         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
9403         constant "-1" in the aux info structure.
9404
9405 2001-03-30  Alexander Larsson  <alexl@redhat.com>
9406
9407         * gtk/gtkbutton.c (gtk_button_get_property):
9408         * gtk/gtklabel.c:
9409         Remove leaks.
9410         
9411         * gtk/gtkcontainer.c:
9412         * gtk/gtkhscale.c:
9413         * gtk/gtkhscrollbar.c:
9414         * gtk/gtklayout.c:
9415         * gtk/gtkmisc.c:
9416         * gtk/gtkprogress.c:
9417         * gtk/gtkprogressbar.c:
9418         * gtk/gtkrange.c:
9419         * gtk/gtktable.c:
9420         * gtk/gtkviewport.c:
9421         * gtk/gtkvscale.c:
9422         * gtk/gtkvscrollbar.c:
9423         * gtk/gtkwidget.c:
9424         Property patches, based on patches from John Margaglione and Lee Mallabone.
9425
9426 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
9427
9428         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
9429         adjustment. Cleaned redundant preconditions (spin != NULL). Added
9430         inline API function docs.
9431         (gtk_spin_button_new_with_range): New convenience constructor.
9432         (gtk_spin_button_set_increments): New adjustment helper.
9433         (gtk_spin_button_set_range): New adjustment helper.
9434
9435         * gtk/testgtk.c : added test of the new convenince constructor and
9436         value_changed signals.
9437
9438 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
9439
9440         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
9441         listen to the reorder signal.
9442
9443 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
9444
9445         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
9446         to get the aux info structure fo the widget.
9447
9448         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
9449         above function.
9450
9451         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
9452
9453         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
9454         to get the size of the window manager frame, basically the same
9455         code that gdk_window_get_root_origin() had
9456         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
9457
9458         * gtk/gtkwindow.c (gtk_window_set_default_size): use
9459         gdk_window_resize() if the window is realized and resizeable
9460
9461         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
9462         typo so that setting gravity works
9463
9464         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
9465         allocation if auto_shrink is on, even if the default size
9466         has not changed.
9467
9468         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
9469         g_return_if_fail
9470
9471 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
9472
9473         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
9474         reordering/sorting work.  Now pretty much works.
9475
9476         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
9477         reorder mostly work.  Still need to get the parity correct.
9478
9479         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
9480         signal, so I can listen for the sort_column_changed signal so I
9481         can change my "sort_indicator" property.  Cool.
9482
9483 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
9484
9485         [ Patch from Havoc Pennington, hp@redhat.com ]
9486
9487         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
9488         Add functions gdk_window_begin_resize_drag/begin_move_drag
9489         to start resizing or moving a toplevel window. This
9490         is done either using the _NET_WM_MOVERESIZE protocol,
9491         or, if that isn't present, by emulation.
9492
9493         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
9494         to export the above to GTK+-land.
9495
9496         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
9497         
9498         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
9499         Move this function into gdkwindow, since we need it
9500         when implementing fallback resizing.
9501
9502         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
9503         Fix typo when setting gravity.
9504
9505         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
9506         Add an optional (but on by default) resize grip for resizing 
9507         the parent window.
9508
9509 01-03-29  Alexander Larsson  <alexl@redhat.com>
9510
9511         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
9512         Don't return TRUE from the event handler, that blocks all
9513         event signals on the tooltip widget. Now you can press buttons
9514         in toolbars again.
9515
9516 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
9517
9518         * gtk/testtext.c (create_buffer): Add missing NULL on
9519         valist.
9520
9521         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
9522         c-n-p problem with INCONSISTENT property.
9523
9524         [ Patch from Havoc Pennington  <hp@redhat.com> ]
9525
9526         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
9527         hook.
9528
9529         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
9530         signal as a hook for extending the default popup menu
9531
9532         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9533         use radio menu items for the input method menuitems
9534
9535         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
9536         inserted unicode from Ctrl-Shift-hex input method
9537
9538         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
9539         validatation here, already done at GtkTextBuffer level.
9540
9541         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
9542         popup_menu run action signal and Shift+F10 and Menu keybindings.
9543
9544         * gtk/gtkentry.c: implement a default handler for popup_menu
9545
9546         * gtk/gtktextview.c: implement a default handler for popup_menu
9547
9548         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
9549         from a key event
9550         
9551         * gtk/gtklabel.c: remove "trailer" cruft
9552
9553 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
9554
9555         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
9556         handle reordering of trees.  Seems to mostly work w/ the exception
9557         of the parity flag.
9558
9559         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
9560         signal.
9561
9562 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
9563
9564         * gtk/gtkwidget.h: c++ fixes.
9565
9566 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
9567
9568         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
9569         memory.
9570
9571 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
9572
9573         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
9574         Nils Barth fixing event return values. (#51041)
9575
9576         * gtk/gtkwidget.c: Fix some return values for default
9577         functions.
9578
9579         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
9580         return values for trough_keys functions.
9581
9582         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
9583         value for add_accelerator (shoudl have been a void
9584         return.)
9585
9586         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
9587         Fix return type of EVENT.
9588
9589         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
9590         signal return a boolean.
9591
9592 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
9593
9594         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
9595         reordered signal.
9596
9597         * tests/testtreesort.c (main): fix spelling.
9598
9599 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
9600
9601         * gtk/gtkliststore.c: More work on implementing sortable
9602         interface.
9603
9604 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
9605
9606         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
9607         reference the widgets in the resulting list. (#11821)
9608         This makes this consistent with gtk_container_children.
9609
9610         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
9611         uses of gtk_window_list_toplevels.
9612
9613 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
9614
9615         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
9616         a virtual function to set whether the IM context should use 
9617         the preedit string. (#51922)
9618         
9619 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
9620
9621         * gdk/gdkpango.h: Remove stale FIXME comment.
9622
9623 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
9624
9625         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
9626         Fixed bug that returned NULL if a filename was selected.
9627
9628 2001-03-24  Havoc Pennington  <hp@pobox.com>
9629
9630         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
9631         to contain the word "theme"
9632
9633 2001-03-24  Havoc Pennington  <hp@pobox.com>
9634
9635         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
9636         slower but finer-grained
9637         (gtk_hsv_focus): get initial focus on the ring or triangle 
9638         according to tab direction
9639
9640         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
9641
9642 2001-03-23  Havoc Pennington  <hp@pobox.com>
9643
9644         * gtk/gtkhsv.c: make this somewhat key-navigable
9645
9646         * gtk/gtkfontsel.c: mnemonics
9647
9648         * gtk/gtkgamma.c: mnemonics
9649
9650         * gtk/gtkcolorsel.c: add mnemonics to labels
9651
9652 2001-03-22  Havoc Pennington  <hp@pobox.com>
9653
9654         Applied big patch from Seth Lytle to fix event handler return
9655         values, slightly modified.
9656
9657         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
9658         handled.
9659         (gtk_calendar_key_press): return TRUE for GDK_space triggers
9660         select_day
9661
9662         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
9663         (gtk_clist_button_release): return TRUE if handled
9664
9665         * gtk/gtkcolorsel.c (mouse_release):
9666         (palette_activate): 
9667         (palette_press): 
9668         (palette_new): 
9669         (mouse_press): 
9670         (get_screen_color): 
9671         fixed return type (void to gboolean), return TRUE,
9672         added GTK_SIGNAL_FUNC cast
9673
9674         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
9675         (void to gboolean), and return TRUE
9676         (gtk_combo_button_release): changed return value to TRUE after
9677         gtk_grab_add on combo->popwin
9678
9679         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
9680         collapse or expand
9681
9682         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
9683         button/motion
9684
9685         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
9686         press/release and motion that trigger act
9687
9688         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
9689
9690         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
9691         for GDK_Return
9692         
9693         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
9694         (gtk_list_button_release): return TRUE if selection
9695
9696         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
9697         press
9698
9699         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
9700         (gtk_menu_shell_button_release): chain parent_menu_shell retval
9701
9702         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
9703         nothing triggered
9704         (gtk_notebook_button_release): return TRUE if we do anything
9705
9706         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
9707         (gtk_spin_button_button_release): return TRUE or chained retval
9708
9709         * gtk/gtktext.c (gtk_text_button_press): 
9710         (gtk_text_button_release): return TRUE
9711         (gtk_text_key_press): remove redundant retval code
9712         
9713         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
9714         and sensitive
9715         (gtk_tree_item_subtree_button_click): changed type to gint, and return
9716         TRUE if sensitive
9717
9718         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
9719         return TRUE
9720
9721 2001-03-23  Havoc Pennington  <hp@redhat.com>
9722
9723         * gtk/testgtk.c: fix warnings
9724
9725         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
9726
9727         * gtk/gtktextview.c: fix warnings
9728
9729         * gtk/gtktext.c (find_cursor_at_line): fix warning
9730
9731         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
9732
9733         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
9734         of this function
9735
9736         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9737         fix warning
9738
9739         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
9740
9741         * gtk/gtkfontsel.c: fix warning
9742
9743         * gtk/gtkcolorsel.c: fix warnings
9744
9745 2001-03-23  Havoc Pennington  <hp@redhat.com>
9746
9747         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
9748
9749         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
9750
9751         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
9752         and deprecated gtk_check_menu_item_set_show_toggle().
9753         
9754         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
9755
9756         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
9757
9758         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
9759
9760 2001-03-23  Havoc Pennington  <hp@redhat.com>
9761
9762         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
9763         some docs
9764
9765 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9766
9767         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
9768         this.
9769
9770         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
9771         set_cell to set_value
9772
9773         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
9774         set_cell to set_value
9775
9776 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
9777
9778         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9779         fix braino.
9780         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
9781         support.
9782
9783         * gtk/gtktreeview.c: Addition of initial sortable support.
9784
9785         * gtk/gtktreestore.c: Addition of initial sortable support.
9786
9787         * gtk/gtkliststore.c: Addition of initial sortable support.
9788
9789         * gtk/gtkmarshal.list: yet another marshaller.
9790
9791         * gtk/gtktreedatallist.[ch]: shared code between the store models
9792         for handling sorting headers.
9793
9794 2001-03-22  Havoc Pennington  <hp@redhat.com>
9795
9796         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
9797         (gtk_container_unset_focus_chain): Add ability to override the 
9798         focus chain for a container explicitly
9799
9800 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
9801
9802         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
9803         added PROP_MNEMONIC_WIDGET.
9804
9805         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
9806         (gtk_window_remove_mnemonic): 
9807         (gtk_window_add_mnemonic): fixed assertions.
9808         (gtk_window_activate_mnemonic): constrain modifier checks to those
9809         permitted by gtk_accelerator_get_default_mod_mask().
9810         got rid of gtk_window_get_default_accel_group().
9811
9812         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
9813         activatable widgets either by focussing or a warning.
9814         added a signal accumulator to ::activate_mnemonic which stops the
9815         emission once a handler returned TRUE.
9816
9817 2001-03-22  Havoc Pennington  <hp@pobox.com>
9818
9819         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
9820         the stock item label
9821
9822         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
9823
9824         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
9825
9826         * demos/gtk-demo/*.c: Add mnemonics all over the place
9827
9828         * gtk/gtklabel.h: mark parse_uline deprecated
9829
9830 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9831
9832         * gtk/gtkitemfactory.[ch]:
9833         Add support for stock and normal imagemenuitems.
9834         
9835         * gtk/testgtk.c:
9836         Add some tests for mnemonics, stock toolbars, stock
9837         and image menuitems in itemfactory and gdk_window_scroll.
9838
9839 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9840
9841         * gtk/gtkbutton.[ch]:
9842         * gtk/gtkdialog.c:
9843         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
9844         removed accel_group argument. Renamed gtk_button_new_accel() to
9845         gtk_button_new_with_mnemonic() and removed accel_group argument.
9846
9847         * gtk/gtkcheckbutton.[ch]:
9848         New function gtk_check_button_new_with_mnemonic().
9849
9850         * gtk/gtkentry.c:
9851         Override activate_mnemonic and just grab focus.
9852
9853         * gtk/gtkitemfactory.c:
9854         Don't add menu uline accel group, instead use mnemonics support.
9855
9856         * gtk/gtklabel.[ch]:
9857         New support for mnemonics.
9858
9859         * gtk/gtkmarshal.list:
9860         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
9861
9862         * gtk/gtkmenu.[c]:
9863         * gtkmenushell.c:
9864         Use mnemonics instead of accel groups for uline
9865         support in menu items.
9866         Removed gtk_menu_get_uline_accel_group() and
9867         gtk_menu_ensure_uline_accel_group().
9868
9869         * gtk/gtkmenuitem.c:
9870         Override activate_mnemonic to handle switching between
9871         menu items if there are collisions.
9872         
9873         * gtk/gtknotebook.c:
9874         Connect to activate_mnemonic on the tab_label, so that
9875         activating it switches to that notebook page.
9876
9877         * gtk/gtkwidget.[ch]:
9878         Add activate_mnemonic signal. New function
9879         gtk_widget_activate_mnemonic() to emit it.
9880         Default implementation does activate/grab_focus.
9881
9882         * gtk/gtkwindow.[ch]:
9883         Add support for mnemonics in windows.
9884         New functions:
9885         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
9886         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
9887
9888         * gtk/testgtk.c:
9889         Update to function name changes.
9890         
9891 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9892
9893         * gtk/gtkimagemenuitem.[c]:
9894         Add gtk_image_menu_item_new_from_stock()
9895
9896 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
9897
9898         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9899         Fix buglet in meeting.
9900
9901 2001-03-19  Havoc Pennington  <hp@redhat.com>
9902
9903         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
9904         add a bunch of accessor functions. This is because we have
9905         reasonable expectations of extending what fields it contains in
9906         the future.
9907
9908         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
9909         changes
9910
9911         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
9912         GtkIconSource   
9913
9914 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
9915
9916         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
9917         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
9918
9919         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
9920           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
9921           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
9922           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
9923         Change float to double everywhere with the exception of 0<->1.0 alignment
9924         and GtkCurve.
9925
9926 2001-03-19  Tor Lillqvist  <tml@iki.fi>
9927
9928         * gdk/win32/gdkdrawable-win32.c
9929         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
9930         output.
9931
9932         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
9933         gdkwin32.h.
9934
9935 2001-03-18  Tor Lillqvist  <tml@iki.fi>
9936
9937         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
9938         print_event_state, print_event): Use preprocessor macro to make
9939         code more compact. Print also GDK_WINDOW_STATE events.
9940         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
9941         
9942         * gtk/gtk.def
9943         * gtk/makefile.mingw.in: Update.
9944
9945         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
9946         to catch also Cygwin.
9947
9948 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
9949
9950         * gtk/gtkspinbutton.[hc]: added rc-style argument
9951         GtkSpinButton::shadow_type.
9952         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
9953         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
9954         rc-style settings.
9955
9956         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
9957
9958         * gtk/gtkwidget.c: quark cleanups.
9959
9960         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
9961         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
9962         to create_rc_style() (we don't do cloning in standard OO sense).
9963         added per rc style properties.
9964         
9965         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
9966         property values and for caching those. some cleanups.
9967         
9968         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
9969         
9970         * gtk/gtksettings.[hc]: new file for global rc-file properties
9971         (at least currently, should get extended to support X properties
9972         and other communication mechanisms).
9973         
9974         * gtk/gtkwidget.[hc]: added style property support:
9975         (gtk_widget_class_install_style_property_parser): install style
9976         property pspec with parser function for rc-file values other
9977         than LONG, DOUBLE or STRING.
9978         (gtk_widget_class_install_style_property): same as above without
9979         parser (parsers are going to be needed quite infrequently).
9980         (gtk_widget_style_get_property): retrive style property value.
9981         (gtk_widget_style_get_valist): same as above with varargs support,
9982         has NOCOPY semantics.
9983         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
9984
9985 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
9986
9987         * demos/gtk-demo/main.c (row_activated_cb): modified to use
9988         "row_activated" signal.
9989
9990         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
9991         stupidity.  Lets actually pass in the row with this signal...
9992
9993 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
9994
9995         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
9996
9997         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
9998
9999         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
10000         everything into the ::destroy function, and freed a lot more.
10001
10002 2001-03-16  Havoc Pennington  <hp@redhat.com>
10003
10004         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
10005         instead of gint16, to avoid overflow issues, since sizes > 16-bit
10006         are now allowed.
10007
10008 2001-03-16  Havoc Pennington  <hp@redhat.com>
10009
10010         * Applied patch from Nils Barth (bug # 51041) to 
10011         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
10012         in various places.
10013
10014 2001-03-15  Havoc Pennington  <hp@redhat.com>
10015         
10016         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
10017         for properties to set on the tag.
10018
10019         * gtk/testtext.c: fixups to reflect create_tag change
10020         
10021         * gtk/gtktexttag.c (gtk_text_tag_set_property):
10022         background/foreground stipple are objects, not boxed.
10023
10024         * demos/gtk-demo/textview.c: intellihancing
10025
10026 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
10027
10028         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
10029         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
10030
10031 2001-03-16  Alexander Larsson  <alexl@redhat.com>
10032
10033         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
10034         Fix sign error with queued region translations.
10035
10036 2001-03-15  HideToshi Tajima  <tajima@happy>
10037
10038         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
10039         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
10040         * gtk/gtkentry.c (update_im_cursor_location): 
10041         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
10042         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
10043         set_cursor_pos to set_cursor_location in GtkInputContext class
10044
10045 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
10048         the location of the cell relative to its area.
10049         * gtk/gtkcell*: modified for above change
10050         * gtk/gtktreeview.c: modified for above change.
10051
10052 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
10053
10054         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
10055          (gtk_tree_view_finalize): actually unref the model.  Thanks to
10056         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
10057
10058 2001-03-14  Havoc Pennington  <hp@redhat.com>
10059
10060         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
10061         
10062         * gtk/gtk.h: remove gtkdata.h
10063
10064         * gtk/Makefile.am: remove gtkdata
10065         
10066         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
10067         not "disconnect" on the adjustments.
10068         
10069         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
10070         GtkData
10071
10072         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
10073         not GtkData
10074
10075         * configure.in: handle case where X render exists, but Pango lacks
10076         Xft support.
10077
10078 2001-03-15 Alexander Larsson  <alexl@redhat.com>
10079
10080         * gtk/gtktoolbar.[ch]:
10081         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
10082         to add stock items to toolbars.
10083
10084         * gtk/Makefile.am:
10085         Remove ../gdk/gdkim.h from gdk_headers.
10086
10087 2001-03-15  Sven Neumann  <sven@gimp.org>
10088
10089         * gdk/gdkim.h: removed
10090         
10091         * gdk/gdkprivate.h
10092         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
10093
10094 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
10095
10096         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
10097         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
10098         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
10099         set_cursor_pos() virtual method
10100
10101         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
10102         (gtk_im_context_xim_set_cursor_pos): add implementation for
10103         set_cursor_pos() method
10104
10105         * gtk/gtkentry.c (recompute_idle_func): set current cursor
10106         position to input methods
10107
10108 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
10109
10110         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
10111         code a lot.
10112
10113         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
10114         g_mem_chunk.
10115         (_gtk_tree_data_list_alloc): use g_mem_chunk.
10116         (_gtk_tree_data_list_node_to_value): Fix to switch on
10117         G_TYPE_FUNDAMENTAL.
10118         (_gtk_tree_data_list_value_to_node): Fix to switch on
10119         G_TYPE_FUNDAMENTAL.
10120         (_gtk_tree_data_list_node_copy): Fix to switch on
10121         G_TYPE_FUNDAMENTAL.
10122
10123 2001-03-12  Havoc Pennington  <hp@redhat.com>
10124
10125         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
10126         to convert to new property API. Also, change default_width and
10127         default_height get_property to return 0 as the flag value for
10128         "unset"; -1 is not a valid value for these fields.
10129
10130 2001-03-12  Havoc Pennington  <hp@redhat.com>
10131
10132         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
10133         enum with registration for icon sizes, instead of strings.
10134
10135         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
10136         gtkwidget.c: Fix to reflect GtkIconSize
10137         
10138 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10139
10140         Make GtkFB compile and link.
10141         
10142         * gdk/linux-fb/gdkdrawable-fb2.c:
10143         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10144         
10145         * gdk/linux-fb/gdkwindow-fb.c:
10146         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10147         Added gdk_window_shape_combine_region.
10148         Added assorted placeholders for unimplemented new GdkWindow API calls.
10149
10150 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10151
10152         * gtk/gtkfilesel.c:
10153         Add more test when converting filenames from/to utf-8.
10154         Don't allow entering text in the filename entry which isn't allowed in
10155         a filename. Just beep instead.
10156
10157 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10158
10159         * gtk/gtkclist.c:
10160         Scroll using gdk_window_scroll(). Don't wait for exposes.
10161         Move the column headers in an order that makes them flash less.
10162
10163 2001-03-10  Hans Breuer  <hans@breuer.org>
10164
10165         * gdk/gdk.def : updated
10166
10167         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
10168         to offseting the clip_mask at the right place
10169
10170         * gdk/win32/gdkwindow-win32.c : don't create background brushes
10171         for all the gdkClasses, especially not for the input_only case.
10172         Otherwise flickering wont be avoidable, because we don't get
10173         WM_ERASEBKGND message for these windows.
10174
10175         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
10176         and fixed massive redraw problems apparently triggered by Alexanders 
10177         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
10178         but it seems to work quite well :-)
10179
10180         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
10181         prototype
10182
10183 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
10184
10185         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
10186         (gtk_list_store_set_cell): Fix a stupid typo.
10187
10188 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
10189
10190         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
10191         select_all not work if you're in SINGLE mode (it doesn't make that
10192         much sense, anyway.)
10193
10194         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10195         handle types more sanely.
10196         (_gtk_tree_data_list_value_to_node): handle types more sanely.
10197         (_gtk_tree_data_list_node_copy): handle types more sanely.
10198
10199         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
10200         GValue better. Converts the type as well.
10201
10202         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
10203         GValue better. Converts the type as well.
10204
10205 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
10206
10207         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
10208         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
10209         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
10210         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
10211
10212         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
10213         gdk_im/gdk_ic.
10214
10215 2001-03-09  Hans Breuer  <hans@breuer.org>
10216
10217         * gdk/gdk.def : updated
10218
10219         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
10220         for their palette
10221
10222         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
10223         removing
10224
10225         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
10226         removing and implemented Havoc's GdkWindow state functions; 
10227         stick/unstick only as no-op, cause I don't know how to emulate 
10228         on win32 ...
10229
10230         * gtk/gtk.def : updated
10231
10232         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
10233
10234         * gtk/gtktypeutils.c : #include <string.h>
10235
10236         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
10237
10238 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
10239
10240         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
10241         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
10242         not a boxed.
10243
10244 2001-03-09  Alexander Larsson  <alexl@redhat.com>
10245
10246         * docs/Changes-2.0.txt:
10247         Document expose event->region change and that gtk_widget_event
10248         doesn't allow passing expose events.
10249
10250         * gdk/gdkevents.h:
10251         Add region to expose event.
10252         
10253         * gdk/gdkevents.c:
10254         Handle event->region in gdk_event_copy() and gdk_event_free().
10255
10256         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
10257         Generate expose_event->region when creating expose events.
10258
10259         * gdk/x11/gdkevents-x11.c:
10260         Generate expose events with regions when translating X events.
10261
10262         * gtk/gtkcontainer.[ch]:
10263         Default expose handler that propagates expose events to NO_WINDOW
10264         children. New function gtk_container_propagate_expose()
10265
10266         * gtk/gtkwidget.[ch]:
10267         Moved gtk_widget_event implementation to gtk_widget_event_internal.
10268         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
10269         expose events. New function gtk_widget_send_expose() to send expose
10270         events. New function gtk_widget_region_intersect() to calculate
10271         window/region intersections.
10272         
10273         * gtk/gtkmain.c (gtk_main_do_event):
10274         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
10275         Use gtk_widget_send_expose() to send expose events.
10276         
10277         * gtk/gtkbin.c:
10278         * gtk/gtkbox.c:
10279         * gtk/gtkfixed.c:
10280         * gtk/gtkimagemenuitem.c:
10281         * gtk/gtklist.c:
10282         * gtk/gtkpacker.c:
10283         * gtk/gtktable.c:
10284         * gtk/gtktree.c:
10285         Remove expose handler, using the default container implementation
10286         instead.
10287         
10288         * gtk/gtkbutton.c:
10289         * gtk/gtkcheckbutton.c:
10290         * gtk/gtkeventbox.c:
10291         * gtk/gtkfixed.c:
10292         * gtk/gtkhandlebox.c:
10293         * gtk/gtklayout.c:
10294         * gtk/gtklistitem.c:
10295         * gtk/gtkmenu.c:
10296         * gtk/gtkmenubar.c:
10297         * gtk/gtkmenuitem.c:
10298         * gtk/gtknotebook.c:
10299         * gtk/gtkoptionmenu.c:
10300         * gtk/gtkpaned.c:
10301         * gtk/gtkscrolledwindow.c:
10302         * gtk/gtktogglebutton.c:
10303         * gtk/gtktoolbar.c:
10304         * gtk/gtktreeitem.c:
10305         * gtk/gtkviewport.c:
10306         Chain expose handler to parent class handler. Use
10307         gtk_container_propagate_expose() to propagate exposes.
10308
10309         * gtk/gtkclist.c (check_exposures):
10310         * gtk/gtktext.c (process_exposes):
10311         Use gtk_widget_send_expose instead of gtk_widget_event.
10312
10313 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
10314
10315         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
10316
10317 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
10318
10319         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
10320         unref the nodes.   Fixes bug #50058.
10321
10322         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
10323         "::ref_iter" to "::ref_node".
10324         (gtk_tree_model_unref_node): change "::unref_iter" to
10325         "::unref_node". Fixes bug #50064.
10326
10327 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
10328
10329         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
10330         support for invisible cells.
10331          (gtk_tree_view_bin_expose): ditto
10332
10333 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
10334
10335         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
10336         on gobjects.
10337
10338         * tests/testtreefocus.c (main): New test file.
10339
10340         * tests/testtreeview.c: update to latest glib changes.
10341
10342         * tests/testtreecolumns.c: update to latest glib changes.
10343
10344 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
10345
10346         * gtk/testgtk.c: re-enabled event watcher emission hooks.
10347
10348 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
10349
10350         * *.c: added accumulator data argument to g_signal_newc()
10351         functions.
10352
10353         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
10354         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
10355         * gtk/treestoretest.c (make_window):
10356         s/g_signal_connect/g_signal_connectc/.
10357
10358         * gtk/gtktextbuffer.c: completed signal arg fixups,
10359         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
10360
10361 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
10362
10363         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
10364         G_CONST_RETURN.
10365
10366         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
10367         ::hierarchy-changed signal when a widget changes
10368         from anchored to unanchored or vice versa.
10369         (anchored means 
10370          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
10371         Use a private flag to keep track of this efficiently.
10372
10373 2001-03-07  Havoc Pennington  <hp@redhat.com>
10374
10375         * gtk/testgtk.c (create_spins): uglify so that size request gets
10376         tested.
10377
10378         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
10379         request on values for upper/lower, completes #6152
10380
10381 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
10382
10383         * Makefile.am: Remove gtk-config-2.0 again.
10384         (Grrrr, pkg-config. And stops make loops.)
10385
10386 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
10387
10388         * gtk/gtksignal.[hc]: removed old emission hook API.
10389         
10390         * docs/Changes-2.0.txt: fixed sections.
10391         
10392         * gtk/gtktextbuffer.c: signal arg fixups.
10393
10394 2001-03-07  Havoc Pennington  <hp@redhat.com>
10395
10396         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
10397
10398         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
10399         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
10400         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
10401         validation and the redraw which is higher priority than the
10402         validation.
10403
10404 2001-03-07  Havoc Pennington  <hp@redhat.com>
10405
10406         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
10407         (gtk_entry_set_property): remove trailer
10408
10409         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
10410         (gtk_entry_get_width_chars): new functions, to set size request to 
10411         a given number of characters
10412
10413         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
10414
10415         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
10416         (gtk_dialog_get_has_separator): new function
10417         (run_delete_handler): fix to not emit "response" signal
10418         because we already did in the delete event handler installed
10419         at dialog creation time.
10420         
10421         * gtk/gtkdialog.h: add a has_separator property,
10422         add GTK_DIALOG_NO_SEPARATOR flag
10423
10424 2001-03-07  Havoc Pennington  <hp@redhat.com>
10425
10426         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
10427         off decorations for a window.
10428
10429         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
10430         changes
10431
10432         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
10433         to get location of PangoLayout inside the label, closes #51198
10434
10435         * gtk/testgtk.c (create_bbox): fix up button box usage
10436
10437         * gtk/testcalendar.c (create_calendar): fix up button box usage
10438
10439         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
10440
10441         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
10442
10443         * gtk/gtkhbbox.h: deprecations
10444
10445         * gtk/gtkvbbox.h: deprecations
10446
10447         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
10448         emulate deprecated gtk_button_box_get_spacing
10449
10450         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
10451         the "set global default" functions
10452         (struct _GtkButtonBox): remove "spacing" field, use the one from 
10453         GtkBox base class
10454
10455         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
10456
10457         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
10458         render the icon, return the missing image icon.
10459
10460         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
10461         image icon if the load fails.   
10462
10463         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
10464         when no image is found; should be the Netscape "missing image"
10465         icon eventually but for now is a random image
10466
10467         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
10468         role for the session manager
10469
10470         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
10471
10472         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
10473         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
10474
10475         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
10476
10477 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
10478
10479         * gtk/*.c: marshaller fixes.
10480         
10481         * gtk/gtkmarshal.list: extreme cleanup.
10482
10483         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
10484         param spec for now.
10485
10486         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
10487         where appliable.
10488
10489         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
10490         special cased autogenerated boxed types from gtktypebuiltins_ids.c
10491         which are not reference counted:
10492         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
10493         PangoFontDescription, GtkTreeIter and GtkTreePath.
10494
10495 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
10496
10497         * gtk/gtktreeselection.h: 
10498         * gtk/gtktreemodel.c:
10499         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
10500         file should be included directly, and gobject/gmarshal.h
10501         as well as gtk/gtkmarshal.h even can't be included directly.
10502
10503         * Makefile.am: grr, install gtk-config-2.0.
10504
10505         * gtk/testgtk.c:
10506         * gtk/simple.c:
10507         * gtk/gtkmenu.c:
10508         * gtk/gtkitemfactory.c: use g_object_connect() instead of
10509         passing "*signal*::*" args to gtk_widget_set().
10510         
10511         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
10512         
10513         * gtk/*.c: removed trailer arg from property setters and getters.
10514         macro fixups.
10515
10516 2001-03-07  Alexander Larsson  <alexl@redhat.com>
10517
10518         * gtk/gtklabel.c (set_markup): Removed warning
10519
10520 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
10521
10522         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
10523         field to allow you to hide cell renderers.
10524
10525         * gtk/gtkcellrenderer.c: Add support for invisible cells.
10526
10527         * gtk/gtktreeview.c: Add support for invisible cells.
10528
10529 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
10530
10531         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
10532         Add "clicked" signal back to columns.
10533
10534         * ChangeLog: remove conflict markers.
10535
10536 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
10537
10538         * gtk/gtkbutton.c: Add animation of activation by, on 
10539         activate, pressing the button, and adding a timeout that 
10540         releases the button after 250ms or on key release and
10541         emits ::clicked. (#51501)
10542
10543         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
10544         action area, we connect to ::clicked instead of ::activate
10545         so the dialog stays up through the animation.
10546
10547 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
10548
10549         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
10550         check the ignore_enter flag for the menu shell that
10551         the item is actually a child of, not for attached
10552         submenus. (#51536)
10553
10554 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10555
10556         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10557         special key-press grab handling for widgets within
10558         GtkWindows. Otherwise, fall through to normal case.
10559
10560         This prevents key events being sent twice to GtkInvisible
10561         widgets, which can cause all sorts of mischief.
10562
10563 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10564
10565         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10566         widget is in effect, give the grab widget a first
10567         crack at KEY_PRESS/RELEASE events. (#424)
10568
10569 2001-03-06  James Henstridge  <james@daa.com.au>
10570
10571         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
10572         offset for the window_state_event to point at window_state_event
10573         rather than no_expose_event.
10574
10575 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
10576
10577         * gtk/gtkimmodule.h: fix busted /* comment */
10578
10579 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
10580
10581         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
10582         object properties.
10583
10584 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
10585
10586         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
10587         add object properties.
10588
10589         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
10590         to add object properties.
10591
10592         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
10593         object properties.
10594
10595         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
10596         add object properties.
10597
10598         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
10599         object properties.
10600
10601 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
10602
10603         * gtk/gtktreemodel.c: renamed "child_toggled" to
10604         "has_child_toggled".
10605
10606         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
10607         handle new signal name.
10608
10609         * gtk/gtktreestore.c: Updated to handle new signal name.
10610         * gtk/gtklisttore.c: Updated to handle new signal name.
10611         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
10612
10613 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10614
10615         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
10616         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
10617
10618 2001-03-05  Michael Natterer  <mitch@gimp.org>
10619
10620         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
10621         pixbuf-engine coincidentially also failed to make one of it's
10622         parent_class pointers static, causing overwriting of GtkLabel's
10623         parent_class pointer in pixbuf_style_class_init().
10624         (Will commit the fix to the pixbuf-engine too).
10625
10626 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10627
10628         * gdk/gdkwindow.h:
10629         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
10630         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
10631         gdk_window_set_icon_list for net wmspec functionality.
10632
10633         * gdk/x11/gdkwindow-x11.c:
10634         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
10635         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
10636         gdk_window_set_icon_list.
10637         Added gdk_wmspec_change_state helper function and used it in the code.
10638         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
10639
10640         * gtk/gtkdialog.c (gtk_dialog_init):
10641         Set GDK_WINDOW_TYPE_HINT_DIALOG.
10642
10643         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
10644         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
10645
10646         * gtk/gtkwindow.c:
10647         new function gtk_window_set_type_hint.
10648         On realize, set type hint and modal hint.
10649
10650         * gtk/gtkwindow.h:
10651         Added type_hint field and gtk_window_set_type_hint.
10652
10653 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10654
10655         * gtk/gtklabel.[ch]:
10656         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
10657         New function gtk_label_get_accel_keyval () to get the underline accelerator
10658         of the label. Setting the label pattern overrides other attributes.
10659
10660 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
10661
10662         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
10663         Added missing initializers to gtk_rc_style_init().
10664
10665 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
10666
10667         * gtk/gtktextview.c: fixed bug #51097 about setting 
10668         gtk_text_view_set_border_window_size() if the widget is 
10669         already realized.
10670
10671 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
10672
10673         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
10674
10675         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
10676         comment. Won't do to have duplicated doc comments between
10677         the platform subdirs.
10678
10679 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
10680
10681         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
10682           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
10683
10684         Detectable auto-repeat - make a repeating key generate
10685         press/press/press/release instead of press/release pairs.
10686
10687         If we have Xkb and XkbSetDectableAutoRepeat supports
10688         that, we do it that way. Otherwise, when we get
10689         a release event, we check ahead with XPending to see
10690         if the next key is a KeyPress with the same keycode
10691         and timestamp. (Not 100% reliable, but pretty close.)
10692           
10693 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10694         
10695         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10696         special key-press grab handling for widgets within
10697         GtkWindows. Otherwise, fall through to normal case.
10698  
10699         This prevents key events being sent twice to GtkInvisible
10700         widgets, which can cause all sorts of mischief.
10701  
10702 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10703  
10704         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10705         widget is in effect, give the grab widget a first
10706         crack at KEY_PRESS/RELEASE events. (#424)
10707  
10708 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
10709
10710         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
10711         to extend the selection. (Roughly based on patch
10712         from Jay Cox, #50939)
10713
10714         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
10715         to properly handle previous GDK_BUTTON_PRESS. 
10716         (Patch from Jay Cox, #50938)
10717
10718         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
10719         '\0' back along with the deleted text. (#51148)
10720
10721 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
10722
10723         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
10724         the group when extracting it from the X keyboard event.
10725
10726         * modules/input/Makefile.am modules/input/imipa.c: 
10727         Simple module for entering IPA. (Do we need a 
10728         gtk-stupid-input-tricks CVS module?)
10729
10730 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
10731
10732         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
10733         const.
10734
10735         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
10736
10737         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
10738         is no focus widget for the dialog currently, grab the focus as well
10739         as the default.
10740
10741         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
10742         the action area's children to iterate through, not the
10743         dialog's children.
10744
10745 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
10746
10747         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
10748         Add plug-socket tests. (Won't work worth a darn until I commit
10749         the rest of the plug-socket changes, but no reason these
10750         can't go into CVS now.)
10751
10752 2001-03-02  Havoc Pennington  <hp@redhat.com>
10753
10754         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
10755         _gdk_region_get_xrectangles()
10756
10757         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
10758
10759         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
10760
10761         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
10762         function, contributed by Ron Steinke    
10763
10764         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
10765         gdk_net_wm_supports
10766
10767         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
10768         New function, contributed by Ron Steinke
10769
10770         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
10771         used to line up the text in the entry when using the entry for
10772         editable sheet cell hacks
10773
10774         * gtk/testgtk.c (create_entry): test the activate_default setting
10775         on GtkEntry
10776
10777         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
10778         cause the entry to activate the default button for a dialog when 
10779         activated
10780         (gtk_entry_get_activates_default): new function
10781
10782 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
10783
10784         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
10785         Hwang to move call to sync_selection() up a few lines
10786         to before the row list is modified, to fix crash when
10787         removing rows in the undo_selection list.
10788
10789         (Test case provided by Daniel Elstner:
10790
10791         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
10792
10793 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
10794
10795         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
10796         of tree->root_tree in parent_set rather than _map(), 
10797         fixing #50892 in a bit better manner.
10798
10799 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
10800
10801         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
10802
10803 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
10804
10805         * gtk/gtkstyle.c : Remove duplicate fwd decl for
10806         gtk_default_draw_shadow.
10807
10808 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
10809
10810         * gdk/gdkimage.c (gdk_image_new): Remove excess 
10811         warning, make warnings more verbose, treat a error
10812         in shmat as permanent, and don't try again.
10813         (#51163, Ed Randall.)
10814
10815 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
10816
10817         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
10818         delay for the first click before starting to scroll.
10819         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
10820
10821         * gtk/gtktext.c: GtkText should have I-beam cursor. 
10822         (based on gtk-enf-990513-1.patch, Eric Fisher.)
10823
10824 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
10825
10826         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
10827         cleanup to remove some references to unused
10828         ->xoffset, ->yoffset.
10829
10830 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
10831
10832         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
10833         mask. (#51039, fix from Martin Maierhofer)
10834
10835 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
10836
10837         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
10838         for unshifted + and shifted = for non-us keyboards.
10839         Make <Control>+ and <Control>- work as well as 
10840         <Control>KP_Plus, <Control>KP_Minus for recursive
10841         open/close.  (#2682, René Seindal)
10842
10843 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
10844
10845         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
10846         the active menu item before deactivating the menu,
10847         so gtk_menu_popdown doesn't change the history. (#50964)
10848         
10849 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
10850
10851         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
10852         draw lines with text_gc rather than black_gc.
10853         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
10854
10855 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
10856
10857         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
10858         Move handling of buttons fully in gtktreeviewcolumn.  This code is
10859         less interrelated then it was, but it still requires the
10860         GtkTreeView to map it.
10861
10862         * test/testtreecolumn.c: Now I can add a column to one view,
10863         remove it, add it to the another view, remove it, then re-add it
10864         to the first.  Nifty.
10865
10866 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
10867
10868         * docs/tutorial/gtk-tut.sgml: Minor corrections
10869
10870 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
10871
10872         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
10873         GtkRowReference.
10874
10875 2001-02-28  Havoc Pennington  <hp@redhat.com>
10876
10877         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
10878         draw_default
10879         (gtk_widget_draw_focus): remove this function; we could instead
10880         make it just gtk_widget_draw(), but in most cases I think the
10881         result would be broken user code, so think it's better to have
10882         that code not compile and get fixed
10883         (gtk_widget_draw_default): ditto
10884
10885         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
10886         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
10887         
10888         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
10889         widgets lose/get the default, instead of calling draw_default
10890         
10891         * docs/Changes-2.0.txt: note about all this
10892
10893         Then fixed every widget in GTK, I won't list all the filenames.
10894
10895 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
10896
10897         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
10898         _gtk_tree_row_reference_deleted.
10899         (inserted_callback): Proxy out to
10900         _gtk_tree_row_reference_inserted.
10901         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
10902         get around signal emission ordering problem.
10903
10904         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10905         fix to work with SINGLE 
10906         (_gtk_tree_selection_internal_select_node): Major sanitization on
10907         selections.  SINGLE now seems to work.
10908
10909         * tests/Makefile.am: add testtreecolumn.c:
10910
10911         * tests/testtreecolumn.c: New test.  Mostly points out selection
10912         bugs currently, but will test columns later.
10913
10914         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
10915         selection bug.  I hate touching this code -- it's scary.
10916
10917 2001-02-26  Havoc Pennington  <hp@redhat.com>
10918
10919         * gtk/testgtk.c: test the window state stuff
10920
10921         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
10922         window come to the user's attention as if it were just created
10923         (gtk_window_iconify): new function
10924         (gtk_window_deiconify): new function
10925         (gtk_window_stick): new function
10926         (gtk_window_unstick): new function
10927         (gtk_window_maximize): new function
10928         (gtk_window_unmaximize): new function
10929
10930         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
10931
10932         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
10933
10934         * gdk/x11/gdkevents-x11.c: create window state events when
10935         appropriate
10936         (gdk_wmspec_supported): new function
10937
10938         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
10939         iconification before showing the window
10940         (gdk_window_deiconify): new function
10941         (gdk_window_stick): new function
10942         (gdk_window_unstick): new function
10943         (gdk_window_maximize): new function
10944         (gdk_window_unmaximize): new function
10945
10946         * gdk/gdkwindow.c: store the window state in the window; 
10947         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
10948         window->mapped.
10949         (gdk_window_get_state): return the current window state
10950
10951         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
10952         (gdk_event_get_state): handle GDK_WINDOW_STATE
10953         (gdk_synthesize_window_state): function to create the window state
10954         events
10955
10956         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
10957         event, for changes to "window state" such as maximized, sticky, 
10958         etc.
10959         
10960         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
10961         focuses a window
10962
10963         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
10964         finds out if we support a given WM spec hint
10965
10966 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
10967
10968         * docs/faq/gtk-faq.sgml: New question re memory leaks.
10969
10970 2001-02-25  Hans Breuer  <hans@breuer.org>
10971
10972         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
10973         cause we want to loose those prototypes only in the latter case
10974
10975         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
10976         GdkPixmapImplWin32 because it itsn't derived from it. Use the
10977         impl member variable instead
10978
10979         * gtk/gtk.def : updated
10980
10981         * gtk/gtklist.c : 
10982         * gtk/gtkmenus.c : include <string.h> for memset ()
10983
10984         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
10985         for everthing built here, but for gtk-x.x.dll only. This solves
10986         problem of indifferent gtk type definitions
10987
10988 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
10989
10990         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
10991
10992 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
10995         column that is exposed.
10996
10997         (_gtk_tree_view_update_size): Changed name from set_size, and
10998         changed function to do more work, and not force people calling it
10999         to figure out the size.  Simplifies a lot of code elsewhere.
11000
11001 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11002
11003         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
11004         return solid masks for xpms that have no transparent color.
11005         This makes the ..._create_from_xpm... API backwards
11006         compatible.
11007
11008 2001-02-23  Tor Lillqvist  <tml@iki.fi>
11009
11010         * README.win32: Update. Mention the gtk-1-3-win32-production
11011         branch.
11012
11013         * gdk/win32/bdfcursor.c: New file. A program that generates
11014         xcursors.h. Thanks to Stefan Ondrejicka.
11015
11016         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
11017         compact format.
11018
11019         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
11020
11021         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
11022         function, uses xcursors.h.
11023         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
11024         cursor from inline data instead of using LoadCursor() to generate
11025         it from a resource.
11026
11027         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
11028         event, must check the Windows message for mouse button state, as
11029         the GDK event state might not have been built if it is
11030         undelivered. Remove one goto.
11031
11032         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
11033         SetCursor() if the current cursor as returned by GetCursor() is
11034         the window's previous cursor. The ChildWindowFromPoint() test
11035         apparently didn't work correctly.
11036
11037         * gdk/win32/rc/*.cur: Remove.
11038
11039         * gdk/win32/rc/gdk.rc.in: Remove cursors.
11040
11041         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
11042
11043         * gtk/makefile.{mingw,msc}.in: Updates.
11044
11045 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
11046
11047         * gtk/gtktreemodel.h: add functions for signal emission.
11048
11049         * gtk/gtktreestore.c: move to use above functions instead of
11050         g_signal_emit.
11051
11052         * gtk/gtkliststore.c: ditto
11053
11054 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
11055
11056         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
11057         GObject instead of GtkObject.
11058
11059         * gtk/gtkliststore.c: ditto.
11060
11061         * gtk/gtktreemodelsort.c: ditto.
11062
11063         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
11064         GtkTreeModelIface, instead of in each model.
11065
11066 2001-02-21  Havoc Pennington  <hp@redhat.com>
11067
11068         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
11069         unbreak this function
11070
11071         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
11072         properties
11073
11074         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
11075         properties
11076
11077         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
11078         properties
11079
11080         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
11081         mean unset the max length
11082
11083 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
11084
11085         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
11086         Changed name to be set_cell_data_func to make it clear what
11087         the functino does.  Close bug #51069.
11088
11089 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
11090
11091         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
11092         have memory actually freed.  Keeps box running longer.
11093
11094 2001-02-21  Alexander Larsson  <alexl@redhat.com>
11095         
11096         * gtk/gtkseparatormenuitem.[ch]:
11097         Added new menu separator item. The drawing and size handling
11098         is still done in GtkMenuItem, but the API is a bit more sane.
11099         
11100         * gtk/Makefile.am:
11101         Add gtkseparatormenuitem.[ch].
11102
11103         * gtk/gtk.h:
11104         Add gtkseparatormenuitem.h.
11105         
11106         * gtk/gtkentry.c:
11107         * gtk/gtkmenufactory.c:
11108         * gtk/gtktextview.c:
11109         Use the new API for menu separators.
11110         
11111         * demos/gtk-demo/menus.c (create_menu):
11112         Add some GtkSeparatorMenuItem demo code.
11113
11114 2001-02-20  Havoc Pennington  <hp@redhat.com>
11115
11116         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
11117         Lee Mallabone
11118
11119         * gtk/gtkarrow.c: Convert to new property API, patch from 
11120         Lee Mallabone
11121
11122 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
11123
11124         * tests/testtreeview.c (toggled_callback): fix to reflect change
11125         in GtkTreeModelStore.
11126
11127 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
11130         function to create an icon set from a pixbuf.
11131
11132 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11133
11134         * gtk/gtkcellrenderertext.[ch]:
11135         Add a "markup" property.
11136
11137         * gtk/treestoretest.c:
11138         Use the markup property, remove some leftover stuff from
11139         GtkTreeModelMapping.
11140
11141 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11142
11143         * gtk/gtklabel.c (gtk_label_set_selectable):
11144         Queue a redraw if the selectable setting was changed.
11145
11146 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11147
11148         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11149         Actually copy the whole gc, not just the public parts.
11150         
11151         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11152         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
11153         labels.
11154
11155 2001-02-19  Havoc Pennington  <hp@pobox.com>
11156
11157         * gdk/gdkwindow.c: docs
11158
11159         * gdk/gdkrgb.c: docs
11160
11161         * gdk/gdkregion-generic.c: docs
11162
11163         * gdk/gdkgc.c (gdk_gc_set_values): docs
11164
11165         * gdk/gdkdraw.c: docs
11166
11167         * gdk/gdkdrawable.h: deprecate drawable get/set data
11168
11169 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
11170
11171         * demos/gtk-demo/dialog.c: Add simple new demo.
11172
11173 2001-02-19  Havoc Pennington  <hp@redhat.com>
11174
11175         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
11176         insert_child_anchor signal, bug #50245
11177
11178         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
11179         from create_child_anchor, so the anchor is passed in
11180
11181         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
11182         (_gtk_widget_segment_new): have the child anchor object passed in, 
11183         instead of creating it.
11184
11185         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
11186         to gtk_text_buffer_get_modified
11187
11188 2001-02-19  Havoc Pennington  <hp@redhat.com>
11189
11190         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
11191         changed GLib without fixing GTK
11192
11193         * gtk/gtkrange.h: Rename all the stupid implementation detail 
11194         functions to have an underscore in front. Most of them should 
11195         probably just go away, but for starters don't export them.
11196         Bug #50482
11197
11198 2001-02-19  Havoc Pennington  <hp@redhat.com>
11199
11200         * gdk/gdkcolor.h: test was backward, so deprecated functions were
11201         excluded by default
11202
11203         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
11204         clean up the old code a bit
11205
11206         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
11207         inconsistent state
11208
11209         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
11210         draw inconsistent state
11211
11212         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
11213         (create_menu): add inconsistent test
11214
11215         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
11216         new function
11217         (gtk_check_menu_item_get_inconsistent): new function
11218         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
11219         state (using etched in for now)
11220
11221         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
11222         draw inconsistent state
11223
11224         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
11225         function, used when the user has selected a range of stuff in
11226         different states
11227         (gtk_toggle_button_get_inconsistent): accessor for that
11228         (gtk_toggle_button_paint): draw inconsistent state (etched in?
11229         don't know what else to do)
11230
11231 2001-02-19  Hans Breuer <hans@breuer.org>
11232
11233         * gtk/gtk.def : updated exported symbols
11234
11235         * gtk/makefile.msc.in : updated
11236
11237         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
11238         a colormap, when invoked from testgtk::entry. I'm not sure where
11239         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
11240         avoids immediate crashing ...
11241
11242         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
11243         any objections ?
11244
11245         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
11246         0 parameter. At least msvc doesn't like macros with var args. 
11247         I simply removed the extra 0, was it a feature or a typo ?
11248
11249         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
11250         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
11251         because the value assignment to the internal struct wasn't working.
11252         I'm not absolutely sure. The problem could have been resolved by
11253         changing the "func" declartion in the struct, but was the pointer
11254         to the function pointer intended ?
11255
11256         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
11257
11258         * gdk/gdk.def : updated exported symbols
11259
11260         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
11261         only use SetDIBitsToDevice if there is a palette at the drawable
11262         and the image is GDK_VISUAL_PSEUDO_COLOR
11263
11264         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
11265
11266         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
11267
11268         * gdk/*/makefile.msc : updated
11269
11270 2001-02-19  Havoc Pennington  <hp@redhat.com>
11271
11272         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
11273         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
11274
11275         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
11276         (gdk_key_repeat_restore): nuke
11277
11278         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
11279         (gdk_init_check): no atexit func
11280
11281         * gdk/gdkrgb.h: mark some stuff deprecated
11282
11283         * gdk/gdkcolor.h: mark some stuff deprecated
11284         
11285         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
11286
11287         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
11288
11289 2001-02-16  Havoc Pennington  <hp@redhat.com>
11290
11291         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
11292         scroll steps.
11293
11294         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
11295         steps, and add Ctrl-arrow shortcuts for paging visually as with
11296         HScale, since Page Up and Page Down move logically.
11297
11298         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
11299         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
11300         
11301         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
11302         steps
11303         (gtk_range_scroll): handle the visual steps
11304
11305         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
11306         scroll steps
11307
11308         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
11309         steps, not the logical ones.
11310
11311         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
11312         (scroll_vertical): handle up/down steps
11313
11314 2001-02-19 Alexander Larsson  <alexl@redhat.com>
11315
11316         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
11317         Copy data and free data with free().
11318
11319         * gdk-pixbuf/gdk-pixbuf.c:
11320         * gdk-pixbuf/io-jpeg.c:
11321         * gdk-pixbuf/io-png.c:
11322         Use g_try_malloc/g_free instead malloc/free.
11323         
11324         * gdk-pixbuf/test-gdk-pixbuf.c:
11325         Must... initialize... gobject...
11326         
11327         * gdk-pixbuf/pixops/timescale.c:
11328         * gtk/gtkcalendar.c:
11329         Use g_malloc instead of malloc.
11330         
11331 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
11332
11333         * gtk/testgtkrc:
11334         Comment out property assignments, these don't work yet.
11335
11336 2001-02-17  Havoc Pennington  <hp@pobox.com>
11337
11338         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
11339         bit.
11340
11341 2001-02-17  Havoc Pennington  <hp@pobox.com>
11342
11343         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
11344         shadowed variables that had broken size request in some cases,
11345         leading to bogus tooltips (#50996)
11346
11347 2001-02-06  Jon K Hellan  <hellan@acm.org>
11348
11349         Implement fast browsing of tooltips, bug #50619
11350         
11351         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
11352         and last_popdown
11353         
11354         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
11355         use_sticky_delay and last_popdown.
11356         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
11357         time of popdown.
11358         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
11359         is NULL.
11360         (gtk_tooltips_recently_shown): New static function.  Return true
11361         if < sticky_delay has elapsed since last popdown.
11362         (gtk_tooltips_event_handler): Display window after sticky_delay
11363         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
11364         since last popdown.
11365         
11366 2001-02-17  Havoc Pennington  <hp@pobox.com>
11367
11368         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
11369         instead of (). #6394
11370
11371         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
11372         G_CONST_RETURN, make it return by reference, #50473
11373         
11374 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
11375
11376         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
11377         generated ENTER_NOTIFY event with 0, otherwise not explicitely
11378         setup fields contain garbage (e.g. subwindow, breaking
11379         gdk_drawable_ref() upon event copy).
11380         (gtk_menu_stop_navigating_submenu_cb): same here.
11381
11382         * gtk/gtklist.c (gtk_list_vertical_timeout): 
11383         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
11384         * gtk/gtkclist.c (vertical_timeout): 
11385         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
11386         default-zero-intialization for unions to memset(,0,), as unions are
11387         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
11388         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
11389
11390         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
11391         g_closure_sink() warning.
11392
11393         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
11394         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
11395         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
11396         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
11397         
11398 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
11401         gtk_*_store_get, and moved to GtkTreeModel.
11402
11403         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
11404
11405         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
11406
11407         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
11408
11409         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
11410         set the func.
11411
11412         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
11413         freeze/thaw notify between setting all the properties for a cell.
11414
11415         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
11416
11417 2001-02-15  Havoc Pennington  <hp@redhat.com>
11418
11419         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
11420         the X coordinates so they're with respect to the line, rather than 
11421         with respect to the layout.
11422
11423         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
11424         Mallabone
11425
11426         * gtk/testgtk.c (create_range_controls): add vscale tests, 
11427         and inverted test
11428
11429         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
11430         #50806
11431
11432         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
11433
11434         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
11435         gtk_text_iter_is_end
11436
11437         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
11438         rename gtk_text_buffer_get_end_iter
11439
11440         * gtk/testgtk.c (create_labels): Add test for selectable
11441
11442         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
11443         the selection stuff. This code is kind of broken since it doesn't 
11444         use the theme engine.
11445
11446         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
11447         fix infinite loop and y offset problem
11448         (gdk_draw_layout_line_with_colors): fix foreground color handling
11449
11450         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
11451         that makes the label selectable.
11452         
11453         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
11454         layout when the style is set, since fonts etc. could have changed.      
11455
11456 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
11457
11458         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
11459
11460         * gtk/gtktreemodelsimple.[ch]: removed.
11461
11462 2001-02-16  Alexander Larsson  <alexl@redhat.com>
11463
11464         * gtk/gtktreemodelmapping.[ch]:
11465         New files. Implement GtkTreeModelMapping.
11466         
11467         * gtk/Makefile.am:
11468         Add gtktreemodelmapping.[ch].
11469         
11470         * gtk/gtk.h:
11471         Add gtktreemodelmapping.h
11472
11473         * gtk/treestoretest.c:
11474         Test the GtkTreeModelMapping
11475
11476 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
11477
11478         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
11479         have a demo, we might as well pass in real values.  Thanks to
11480         clahey for pointing this out.
11481
11482 2001-02-14  Havoc Pennington  <hp@pobox.com>
11483
11484         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
11485         "static" to a private function
11486         (gtk_image_menu_item_class_init): remove destroy handler,
11487         add "image" object property
11488
11489 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
11490
11491         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
11492         Add a shortcut if the window and the current clip_region doesn't
11493         overlap. This is needed when there are a lot of windows in a
11494         window. The layout test in testgtk is a good test.
11495
11496         * gdk/linux-fb/gdkwindow-fb.c:
11497         Whitespace fix.
11498
11499 2001-02-13  Sven Neumann  <sven@convergence.de>
11500
11501         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
11502
11503 2001-02-13  Alexander Larsson  <alexl@redhat.com>
11504
11505         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
11506         Don't reference last_cursor if it is null. Fixes crash when rotating
11507         the screen before having moved the mouse.
11508
11509         * gdk/linux-fb/gdkcc-fb.c: Zapp!
11510
11511         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
11512
11513         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
11514         when using 90 or 270 degrees rotation.
11515
11516 2001-02-12  Havoc Pennington  <hp@pobox.com>
11517
11518         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
11519         it always set the foreground, even if we were only using
11520         a stipple.
11521         (gdk_draw_layout_line_with_colors): new function, allow
11522         override colors
11523         (gdk_draw_layout_with_colors): new function, allow override
11524         colors
11525         (gdk_pango_layout_line_get_clip_region): function to get the clip
11526         region for a logical text range
11527         (gdk_pango_layout_get_clip_region): get the clip region for a
11528         logical text range
11529
11530         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
11531         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
11532         the right number of arguments.
11533
11534         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
11535         enhance the function to check that node data corresponds to a 
11536         view still belonging to the tree.
11537
11538         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
11539         GtkTreePath
11540         (gtk_tree_view_inserted): ditto
11541         (gtk_tree_view_child_toggled): ditto
11542
11543         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
11544         simplify this code.
11545
11546         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
11547         a PangoAttrList
11548
11549         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
11550
11551         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
11552
11553         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
11554         size in the size request 
11555         (gtk_menu_bar_size_allocate): consider toggle size here
11556
11557         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
11558         that displays a widget in the toggle slot
11559
11560         * gtk/testgtk.c: test GtkImageMenuItem
11561
11562         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
11563         
11564         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
11565         request and allocation
11566
11567         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
11568
11569         * gtk/gtkcheckmenuitem.c
11570         (gtk_check_menu_item_toggle_size_request): ditto
11571         
11572 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
11573
11574         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
11575         reference.
11576
11577         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
11578         and refuse to initialize GTK+ if they fail.
11579
11580 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
11581
11582         * configure.in: Add check for gtk-doc version.
11583
11584 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
11585
11586         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
11587         where the xpad/ypad was only being used on one side!
11588
11589 2001-02-11  Tor Lillqvist  <tml@iki.fi>
11590
11591         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
11592         function, copied from X11 version.
11593
11594         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
11595         DestroyCursor failures. The reason for the problem (despite the
11596         inconsistent messages from GetLastError()) was that
11597         DestroyCursor() cannot be called while a cursor is set in a
11598         window. Set the new cursor first and then destroy the old one.
11599         Thanks to jpe@archaeopteryx.com.
11600
11601         * gdk/win32/gdkcc-win32.c: Remove.
11602
11603         * gdk/win32/Makefile.am: Remove from here, too.
11604         
11605         * gdk/gdk.def
11606         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
11607
11608         * gtk/gtk.def
11609         * gtk/makefile.mingw.in: Updates.
11610
11611 2001-02-08  Havoc Pennington  <hp@redhat.com>
11612
11613         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
11614         add a widget to a bin that already has a child.
11615
11616         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
11617
11618         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
11619         
11620         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
11621
11622         * gdk/gdk.h: remove gdkcc.h
11623
11624         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
11625
11626         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
11627         GdkPixbuf, since the previous implementation was GdkColorContext
11628         dependent.
11629
11630         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
11631         
11632 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
11633
11634         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
11635         a sane value!
11636
11637 2001-02-08  Havoc Pennington  <hp@redhat.com>
11638
11639         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
11640         lighten them.
11641
11642 2001-02-08  Havoc Pennington  <hp@redhat.com>
11643
11644         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
11645         validation idle
11646
11647         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
11648         cell renderer
11649
11650         * demos/pixbuf-demo.c (timeout): remove deprecated
11651         gtk_widget_draw
11652
11653         * demos/testpixbuf-save.c (main): remove deprecated
11654         gtk_drawing_area_size
11655
11656         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
11657         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
11658         at the start of the allocation.
11659         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
11660         unsetup or NULL model.
11661
11662         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
11663         even/odd/sorted cells in the tree view.
11664
11665         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11666         bugfixes
11667
11668         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
11669         backgrounds with draw_flat_box using different detail for even/odd
11670         rows.
11671
11672         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
11673         row, so we can draw the alternating colors thing
11674
11675         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
11676         property from a synonym property, notify for the synonym.
11677         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
11678         (gtk_text_tag_get_property): Always return the font, even if
11679         all its fields aren't set
11680
11681         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
11682         store the attr list; it leaves us with no way to change attributes
11683         in _render according to the render flags, and no way to implement
11684         get_property. Instead store all the specific text attributes. 
11685         Separate whether an attribute is enabled from its value. Sync all
11686         properties with GtkTextTag, make them all consistent, etc.
11687
11688         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
11689         renderers can highlight the sort row/column     
11690
11691         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
11692         accessor functions to get values; this has the side effect of
11693         showing up which accessor functions were missing. Added those.
11694
11695         * gtk/gtktreeviewcolumn.h: Replace set_justification with
11696         set_alignment, to be consistent with GtkLabel, GtkMisc
11697
11698         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
11699         arrow.
11700
11701         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
11702
11703         * gtk/gtktreesortable.h: updates in here
11704
11705 2001-02-07  Sven Neumann  <sven@convergence.de>
11706
11707         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
11708         pango dimensions after painting the background. We used to draw
11709         gigantic flat boxes here.
11710
11711 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
11712
11713         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
11714         error introduced with earlier commit) (pointed out by
11715         Ollie Lho)
11716
11717 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
11718
11719         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
11720         which are no longer necessary.
11721
11722 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
11723
11724         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
11725
11726 2001-02-04  Tor Lillqvist  <tml@iki.fi>
11727
11728         * gdk/gdk.def
11729         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
11730         Provide dummy implementations.
11731
11732 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
11733
11734         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
11735
11736         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
11737         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
11738         deprecated this function.
11739
11740         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
11741         argument.
11742
11743 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
11744
11745         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
11746
11747 2001-02-03  Havoc Pennington  <hp@pobox.com>
11748
11749         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
11750         Mikael Hermansson with patch from Mikael (if there was a toggle
11751         start one after the first character in the range, this function
11752         was broken). Bug #50380
11753
11754 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
11755
11756         * configure.in: Remove confusing comment about X11.
11757
11758 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
11759
11760         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
11761         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
11762         
11763 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
11764
11765         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
11766         it breaks things on BSD. If you want to compile GTK+ with
11767         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
11768         when configuring, since GTK+ simply can't be "pure ANSI" 
11769         in the header files it uses. (#8170, Greg Hudson)
11770
11771 2001-02-02  Havoc Pennington  <hp@redhat.com>
11772
11773         * gtk/gtkwindow.c: docs
11774
11775         * gtk/gtkwidget.c: docs
11776         (gtk_widget_set_colormap): add a reference to the colormap
11777         (gtk_widget_get_default_colormap): add a reference to the colormap
11778
11779         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
11780
11781         * gtk/gtktextiter.c: docs
11782
11783         * gtk/gtkmain.c (gtk_propagate_event): docs
11784
11785         * gtk/gtkpaned.c (gtk_paned_get_position): docs
11786         (gtk_paned_set_position): docs
11787
11788         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
11789         sort interface, no implementation yet.
11790
11791         * demos/testpixbuf.c (new_testrgb_window): replace
11792         gtk_drawing_area_size() with gtk_widget_set_usize()
11793
11794         * demos/testpixbuf-drawable.c (main): ditto
11795         
11796         * gtk/testgtk.c: remove use of GtkStatusbarMsg
11797
11798         * gtk/gtktextbuffer.c: docs
11799
11800         * gtk/gtkstock.c: docs
11801
11802         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
11803
11804         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
11805
11806         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
11807         
11808         * gtk/gtkimage.c: add some docs in here
11809         (gtk_image_size_request): change name of
11810         gtk_widget_render_stock_icon
11811         (gtk_image_get_icon_set): don't dup returned string
11812         (gtk_image_get_icon_set): don't dup returned string
11813
11814         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
11815         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
11816         and gtkiconfactory.h functions
11817
11818         * gtk/gtkiconfactory.c: add some docs in here
11819
11820         * gtk/gtkmain.c (gtk_get_default_language): document
11821         (gtk_get_current_event): document
11822         (gtk_get_current_event_state): document
11823         (gtk_get_event_widget): document
11824
11825         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
11826
11827         * gtk/gtkcontainer.c: Add some documentation
11828         (gtk_container_add): give a more explanatory warning on adding an
11829         already-parented widget, this is kind of a FAQ and also a common
11830         typo that's easier to debug with a nice warning 
11831
11832         * gtk/gtkcellrenderertoggle.c
11833         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
11834         adding this, it's useless
11835         (gtk_cell_renderer_toggle_set_active): remove
11836         (gtk_cell_renderer_toggle_get_radio): add
11837
11838         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
11839         the NULL cell renderer, that doesn't make any sense to me. 
11840
11841         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
11842         demo code should never use deprecated features.
11843
11844         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
11845         code should never use deprecated features.
11846
11847         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
11848         gtk_widget_queue_clear_area deprecated
11849
11850         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
11851         deprecated
11852
11853         * gtk/gtklabel.h: mark gtk_label_get() deprecated
11854
11855         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
11856         a GdkImage deprecated, replaced by new consistently-named
11857         functions       
11858
11859         * gtk/gtkmain.h: Mark gtk_exit() deprecated
11860
11861         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
11862
11863         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
11864         deprecated
11865
11866         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
11867         so it won't appear in docs and confuse people.
11868
11869         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
11870
11871         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
11872         macros deprecated. (can't mark the type itself deprecated, since
11873         GtkProgressBar is not deprecated and we need the type decl to use
11874         GtkProgressBar)
11875
11876         * gtk/gtkpixmap.h: Mark deprecated
11877
11878         * gtk/gtkoldeditable.h: Mark deprecated
11879
11880         * gtk/gtklist.h: Mark deprecated
11881
11882         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
11883         for anything anymore.
11884
11885         * gtk/gtkctree.h: Mark deprecated
11886
11887         * gtk/gtkclist.h: Mark deprecated
11888
11889         * gtk/gtkpreview.h: Mark deprecated
11890
11891         * gtk/gtkpacker.h: Mark deprecated
11892
11893         * gtk/gtktipsquery.h: Mark deprecated
11894
11895         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
11896
11897         * gtk/gtkvruler.h: Add comment that it will move out of GTK
11898
11899         * gtk/gtkhruler.h: Add comment that it will move out of GTK
11900
11901         * gtk/gtkruler.h: Add comment that it will move out of GTK
11902
11903         * gtk/gtkgamma.h: Add comment that it will move out of GTK
11904
11905         * gtk/gtkcurve.h: Add comment that it will move out of GTK
11906
11907 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
11908
11909         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
11910         gdk_colormap_sync private since it was never exported
11911         in a header file.
11912
11913         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
11914         colormap->colors[] for StaticGray, StaticColor colormaps.
11915
11916         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
11917         was being used as if it was image->bits_per_pixel.
11918
11919         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
11920         for the image in the GdkImage structure since it isn't
11921         reconstructable, and we need it to handle packed types
11922
11923         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
11924         the assumption that on Win32 image->bits_per_pixel == image->depth,
11925         always.
11926
11927         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
11928
11929         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
11930         warning message if no converter can be found. 
11931
11932 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
11933
11934         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
11935         chars to isupper() / tolower(). (#567)
11936
11937         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
11938         to clear up 64-bit warnings. (#567)
11939
11940 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
11941
11942         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
11943         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
11944
11945         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
11946         since some people set $(libdir) separately. (#1290, David Kaelbling)
11947
11948 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
11949
11950         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
11951         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
11952         MAXPATHLEN, but the code here depends on a fixed value.)
11953         (#4524)
11954
11955 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
11956
11957         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
11958         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
11959
11960 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
11961
11962         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
11963         viewable there is no way that moving the node will cause the 
11964         focus row to become not viewable, so omit check on the visibility
11965         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
11966
11967 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
11968
11969         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
11970         selection before inserting new text.
11971
11972 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
11973
11974         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
11975         Make the sensitivity of the reparented child track that of
11976         the original parent menu item. (#34218, David Hodson)
11977
11978         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
11979         the case where the current item is destroyed properly.
11980
11981         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
11982         some edge cases with child-less menuitems.
11983         
11984 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
11985
11986         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
11987         key pop down window. (#12074, Jon K Hellan)
11988
11989 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
11990
11991         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
11992         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
11993         The solution here isn't perfect - you get an extraneous
11994         emission of "toggle", which could conceivably confuse an app,
11995         but better than the current situation. LXR search seems to
11996         indicate that no apps in GNOME CVS connect to "toggle".
11997
11998 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
11999
12000         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
12001         gtk_public_h_sources to directly here to avoid warning when
12002         building srcdir != builddir. (#9656)
12003
12004 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
12005
12006         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
12007         handlers in gtkrange.c return the proper values (TRUE == handled)
12008         (#10316).
12009
12010         This is just the tip of the iceberg, but gtkrange.c is the
12011         most common place where the propagation is problematical,
12012         and also a place where it is almost certainly safe to change
12013         this in the stable branch.
12014
12015         (You don't want right click popups on a range control or anything...)
12016
12017 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
12018
12019         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
12020         area on focus out, even if a background pixmap isn't set.
12021         (#13941)
12022         
12023 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
12024
12025         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
12026         to deal with setting the shape properly when scrolling arrows are
12027         turned on, but not visible because there is sufficient space.
12028         (#13432)
12029
12030 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
12031
12032         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
12033         items with submenus, destroy the item along with the submenu.
12034         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
12035         properly.
12036
12037         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
12038         later.
12039
12040 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
12041
12042         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
12043         the focus widget sometimes wasn't drawn with the default if there
12044         was no default widget.
12045
12046         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
12047         unreference pixmaps. 
12048
12049         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
12050         for some extra safety.
12051
12052 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
12053
12054         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
12055         the text of a cell to the old pointer value better, by
12056         copying the new text before freeing the old text. Some code
12057         cleanup. (#8079, Karl Nelson)
12058
12059 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
12060
12061         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
12062         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
12063
12064 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
12065
12066         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
12067         item from a menu, check to see if it matches 
12068         menu->old_active_menu_item, and if so, unref and clear
12069         old_active_menu_item (Patch from Pavel Cisler)
12070
12071         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
12072         menu_shell->active_menu_item, if it is the child being
12073         removed. (Patch based on that of Gene Ragan, #50337)
12074
12075 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
12076
12077         * gdk/linux-fb/gdkselection-fb.c: 
12078         * gdk/linux-fb/gdkcolor-fb.c: 
12079         * gdk/linux-fb/gdkdrawable-fb2.c: 
12080         * gdk/linux-fb/gdkfont-fb.c: 
12081         * gdk/linux-fb/gdkim-fb.c: 
12082         * gdk/linux-fb/gdkinput.c: 
12083         * gdk/linux-fb/gdkkeyboard-fb.c: 
12084         * gdk/linux-fb/gdkmain-fb.c: 
12085         * gdk/linux-fb/gdkrender-fb.c: 
12086         A bunch of whitespace cleanup.
12087         
12088 2001-01-30  Havoc Pennington  <hp@pobox.com>
12089
12090         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
12091         #ifdef GTK_ENABLE_BROKEN.
12092
12093         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
12094         GTK_ENABLE_BROKEN just before including the broken headers.
12095         
12096         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
12097         deprecated types registered.
12098
12099         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
12100         we have to test the broken stuff.
12101
12102         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
12103         
12104 2001-01-30  Havoc Pennington  <hp@redhat.com>
12105
12106         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
12107         here where prev pointer was set to the wrong thing
12108
12109         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
12110         (gtk_tree_path_is_descendant): new function
12111
12112         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
12113         cached length
12114         (gtk_list_store_get_iter): don't modify iter if we can't get the
12115         path.
12116
12117         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
12118         
12119         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
12120         GtkTreeDragDest
12121
12122         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
12123         was causing segfault
12124
12125         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
12126         pointer to NULL
12127
12128         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
12129
12130         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
12131         on returning FALSE
12132         (gtk_list_store_iter_children): ditto
12133         (gtk_list_store_iter_nth_child): ditto
12134         (gtk_list_store_iter_nth_child): ditto
12135         (gtk_list_store_iter_parent): ditto
12136
12137         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
12138         on iter->user_data != NULL instead of silently accepting it.
12139         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
12140         we are returning TRUE.
12141         (gtk_tree_store_iter_children): ditto
12142         (gtk_tree_store_iter_nth_child): ditto
12143         (gtk_tree_store_iter_parent): ditto
12144         (gtk_tree_store_insert): remove handling of parent->user_data ==
12145         NULL, replace with parent == NULL       
12146
12147         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
12148         and a comment explaining things
12149
12150         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
12151         interface support to GtkTreeStore.
12152
12153         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
12154         FALSE if no prev, fix
12155
12156         * gtk/gtktreeview.c (set_source_row): use a row reference
12157         (set_dest_row): use a row reference
12158
12159 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
12160
12161         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
12162         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
12163         (gtk_tree_selection_select_iter): The same as above.
12164
12165 2001-01-26  Havoc Pennington  <hp@redhat.com>
12166
12167         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
12168         which holds a handle to a specific row (particular set of values
12169         in the model, i.e. pointer-identity row).
12170
12171         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
12172         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
12173         Still need to use it for the src/dest row saved on the drag context.
12174
12175 2001-01-26  Havoc Pennington  <hp@redhat.com>
12176
12177         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
12178
12179         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
12180         not offset by TREE_VIEW_HEADER_HEIGHT
12181         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
12182         TREE_VIEW_HEADER_HEIGHT
12183
12184         * configure.in (included_loaders): for me, --with-included-loaders
12185         generates the error "the specified loader yes does not exist",
12186         i.e. the arg defaults to "yes", so change test for value ""
12187         to test for value "yes", and include all loaders in that case.
12188
12189         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
12190
12191         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
12192         handle TREE_VIEW_VERTICAL_SEPARATOR
12193         (gtk_tree_view_bin_expose): fix to consider the row offset as
12194         pointing halfway into vertical separator.       
12195         (gtk_tree_view_draw_node_focus_rect): ditto
12196
12197         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
12198         --gtk-debug=updates, which causes gdk_window_set_debug_updates
12199         (TRUE) to be called.
12200
12201         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
12202         debug mode where the invalid region is colored in on invalidate,
12203         so you can see the flicker and know whether your redraw code is 
12204         doing a good job.
12205
12206         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
12207         tree window coordinates (clip rect is in tree window coords)
12208
12209         * gtk/Makefile.am: add gtktreednd.[hc]
12210
12211         * gtk/gtkliststore.c: implement gtktreednd interfaces.
12212
12213         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
12214         drag-and-drop data operations on a model (so we can set up tree
12215         drag-and-drop automatically)
12216
12217         * gtk/testgtk.c: Add a window to change sensitivity in the
12218         GtkLabel test; add a way to change the entry frame in GtkEntry
12219         test
12220
12221         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
12222         (gtk_entry_get_has_frame): new functions to remove the frame
12223         around an entry
12224         (gtk_entry_size_request): shrink requisition if no frame
12225         (gtk_entry_draw_focus): don't draw frame if no frame
12226
12227         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
12228         checks inside a cell renderer
12229         (gtk_default_draw_option): ditto for options
12230
12231         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
12232         children from the alignment, not the button
12233         (gtk_tree_view_column_init): ref/sink the column, to emulate
12234         GObject refcounting.
12235
12236         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
12237         
12238         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
12239         Use theme functions to draw the toggles 
12240
12241         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
12242
12243         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
12244         GdkPangoAttrEmbossed to use in rendering insensitive text
12245
12246         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
12247
12248         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
12249         using new GDK features
12250         
12251 2001-01-24  Alexander Larsson  <alexl@redhat.com>
12252
12253         * gtk/gtkimage.c:
12254         Splitted gtk_image_clear into gtk_image_clear() and
12255         gtk_image_reset(). Call gtk_image_clear() in ::destroy
12256         to avoid leaks.
12257
12258         * gtk/gtklabel.c (set_markup):
12259         Don't leak text.
12260
12261         * gtk/gtktextlayout.c:
12262         Always free display->shaped_objects.
12263
12264         * gtk/testgtk.c (create_clist):
12265         Don't leak custom style.
12266
12267 2001-01-23  Alexander Larsson  <alexl@redhat.com>
12268
12269         * gtk/gtkcolorsel.c (grab_color_at_mouse):
12270         Don't leak image. Simplify using gdk_colormap_query_color().
12271         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
12272
12273         * linux-fb/gdkcolor-fb.c:
12274         Implemented gdk_colormap_query_color.
12275
12276 2001-01-23  Alexander Larsson  <alexl@redhat.com>
12277
12278         * linux-fb/gdkcursor-fb.c:
12279         Don't leak built-in cursors.
12280
12281         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
12282         Don't leak tmp_points.
12283
12284         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
12285         Don't modify desc. Don't leak font if the PangoFont
12286         isn't found.
12287         
12288         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
12289         Free dash_list.
12290
12291         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
12292         Don't leak string.
12293         
12294 2001-01-20  Havoc Pennington  <hp@pobox.com>
12295
12296         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
12297         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
12298         me, matches Pango
12299
12300 2001-01-22  Havoc Pennington  <hp@redhat.com>
12301
12302         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
12303
12304         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
12305
12306         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
12307         Remove, move back to gdk-pixbuf
12308
12309         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
12310         to all the word functions
12311
12312         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
12313         before doing anything on NULL layout or if we don't have the focus
12314
12315         * gtk/testtext.c (fill_example_buffer): "justification"
12316
12317         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
12318         to be called "justification" not "justify"
12319
12320         * demos/gtk-demo/textview.c (create_tags): "justification"
12321         
12322         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
12323
12324 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12325
12326         * gdk/gdkwindow.c (gdk_window_invalidate_region):
12327         Don't leak visible_region. Use visible_region instead of region.
12328         
12329         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
12330         Don't do extra gdk_drawable_ref(). This is not X.
12331         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
12332         gdk_fb_focused_window is ref:ed.
12333         (gdk_fb_window_send_crossing_events): Watch out for destroyed
12334         windows.
12335
12336 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12337
12338         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
12339         Don't leak the PangoFontDescriptor.
12340
12341 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
12342
12343         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
12344         when not realized.
12345         (gtk_tree_view_scroll_to_cell): Make work when not realized.
12346         (gtk_tree_view_realize): add scroll_to support
12347         (gtk_tree_view_finalize): add a finalize method.  Populate.
12348         (gtk_tree_view_insert_column): ref and sink the column.
12349         (gtk_tree_view_append_column): ref and sink the column.
12350         (gtk_tree_view_queue_draw_node): New function to handle redrawing
12351         individual nodes.  Should make the code much more efficient, if
12352         actually used.
12353
12354 2001-01-19  Havoc Pennington  <hp@redhat.com>
12355
12356         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
12357         byte_offset variable was being used to mean both "offset into
12358         layout" and "offset into buffer line" which was no longer true
12359         with addition of preedit string; fix
12360
12361 2001-01-19  Havoc Pennington  <hp@redhat.com>
12362
12363         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
12364
12365         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
12366         function
12367
12368         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
12369         implement
12370
12371         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
12372         scroll_to_cell, matches TextView scroll functions better
12373         (gtk_tree_view_tree_to_widget_coords): new function
12374         (gtk_tree_view_widget_to_tree_coords): new function
12375         (gtk_tree_view_get_visible_rect): new function
12376         (gtk_tree_view_get_path_at_pos): accept negative coordinates
12377         (gtk_tree_view_draw_node_focus_rect): new function moved from
12378         draw_focus, also, use width of bin_window as width of the focus
12379         rect
12380         (gtk_tree_view_expand_row): fix bug where it didn't recognize
12381         already-expanded rows
12382         (gtk_tree_view_get_cell_rect): new function
12383         (gtk_tree_view_get_path_at_pos): return the click position
12384         relative to the passed-in cell
12385         (gtk_tree_view_set_expander_column): new function
12386
12387         * configure.in: remove gtk-config-2.0 chmod
12388
12389         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
12390         and properly handle drags with targets we don't understand
12391         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
12392         scrolling anyway
12393         (gtk_text_view_drag_drop): stop scrolling here though, and set the
12394         mark invisible
12395
12396         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
12397         function
12398         (gtk_drag_dest_get_target_list): new function
12399         (gtk_drag_dest_set_target_list): new function
12400         
12401         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
12402
12403         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
12404         related to drag-and-drop
12405
12406 2001-01-19  Alexander Larsson  <alexl@redhat.com>
12407
12408         * gdk/linux-fb/gdkprivate-fb.h:
12409         Define EMULATE_GDKFONT.
12410         Add extra pango_font stuff to GfkFontPrivate.
12411         
12412         * gdk/linux-fb/gdkdrawable-fb2.c:
12413         * gdk/linux-fb/gdkfont-fb.c:
12414         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
12415         emulation using PangoFont.
12416
12417 2001-01-17  Havoc Pennington  <hp@pobox.com>
12418
12419         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
12420         all the non-deprecated set_foo functions. Added missing object
12421         properties, and added g_object_notify() to setters. 
12422         Wrote docs.
12423         
12424 2001-01-18  Tor Lillqvist  <tml@iki.fi>
12425
12426         * gtk/gtkmain.c
12427         * gtk/gtkrc.c: (Win32) Use the new
12428         g_win32_get_package_installation_(sub)directory() functions.
12429
12430         * config.h.win32.in: New file.
12431         
12432         * config.h.win32: Removed.
12433
12434         * configure.in: Output config.h.win32.
12435
12436         * Makefile.am: Add it to EXTRA_DIST.
12437
12438         * gtk/gtk.def: Update.
12439
12440 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
12441
12442         * gtk/gtklabel.c (gtk_label_size_request): Set the
12443         attributes onto the PangoLayout even if they are newly
12444         created from label->pattern.
12445
12446 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
12447
12448         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
12449
12450         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
12451         structures in functions. Fixes bug where gtk_dataset_*
12452         was accidentally still being used in one place, causing
12453         every dest side event to be treated independently.
12454
12455         * gtk/gtkdnd.c: Remove last vestages of handling
12456         ::draw (fixes warning)
12457         
12458         * gtk/gtkentry.[ch]: Add drag and drop support.
12459
12460         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
12461         new function gtk_check_drag_threshhold() for checking
12462         to check if (dx,dy) has exceeded the threshhold for starting
12463         a drag and use it everywhere.
12464
12465 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
12466
12467         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
12468         add -I{includedir}/gtk-2.0.
12469
12470         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
12471         gdk/gdk-pixbuf.h: Doc fixups.
12472         
12473         * gtk/gtkobject.h: Remove trailing , from enum
12474
12475 2001-01-17 Alexander Larsson <alexl@redhat.com> 
12476
12477         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
12478         Doh! Mixed up x and y.
12479
12480         * gdk/linux-fb/gdkglobals-fb.c:
12481         Removed gdk_fb_pointer_grab_window_events,
12482         added _gdk_fb_pointer_grab_owner_events and
12483         _gdk_fb_keyboard_grab_owner_events.
12484
12485         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
12486         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
12487         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
12488         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
12489         Send crossing events after ungrab finished.
12490         (gdk_keyboard_grab): Set ..._owner_events
12491         (type_masks): Move out of function.
12492         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
12493         gdk_fb_keyboard_event_window): New functions, return the
12494         window an event should be targeted at. Handles grabs and
12495         event propagation. Can return NULL.
12496         (gdk_event_make): Remove event_mask checking. Now always
12497         returns an event.
12498                 
12499         * gdk/linux-fb/gdkkeyboard-fb.c:
12500         * gdk/linux-fb/gdkproperty-fb.c:
12501         * gdk/linux-fb/gdkselection-fb.c:
12502         Use new event_window/gdk_event_make() behaviour.
12503         
12504         * gdk/linux-fb/gdkmouse-fb.c:
12505         Use new event_window/gdk_event_make() behaviour.
12506         Only send motion events if in the same window.
12507         If grabbed, use cursor from window if sibling of grabbed
12508         window, and cursor from grabbed window otherwise.
12509
12510         * gdk/linux-fb/gdkprivate-fb.h:
12511         Update gdk_fb_window_send_crossing_events, gdk_event_make
12512         and grab varaible declarations. Add gdk_fb_*_event_window().
12513
12514         * gdk/linux-fb/gdkwindow-fb.c:
12515         Use new event_window/gdk_event_make() behaviour.
12516         Keep correct track of focus window.
12517         (gdk_window_set_events): Set all specific button motion masks
12518         if GDK_BUTTON_MOTION_MASK set.
12519
12520         * gtk/gtkdnd.c (gtk_drag_update):
12521         Free info->last_event if gdk_drag_motion returned FALSE.
12522
12523 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12524
12525         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
12526         Eliminate redraws when input-only windows are shown or
12527         hidden. Thanks to jpe@archaeopteryx.com.
12528
12529 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
12530
12531         * docs/faq/gtk-faq.sgml: FAQ update:
12532           - Update to bugzilla
12533           - Add GTK+ and security/SUID/SGID
12534           - Add DnD question
12535
12536 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
12537
12538         * gdk/linux-fb/gdkdnd-fb.c:
12539         Some cleanups.
12540         
12541 2001-01-15  Havoc Pennington  <hp@pobox.com>
12542
12543         * tests/testtreeview.c: add test stuff for CellRendererToggle
12544
12545         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
12546         accessor
12547
12548         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
12549         only toggle on button press (would do release like GtkButton, but
12550         we'd need implicit grab code for treeview cells)
12551
12552 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12553
12554         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
12555
12556         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
12557         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
12558
12559         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
12560         to g_{locale,filename}_{to,from}_utf8 to match current API.
12561
12562         * gtk/makefile.msc.in (gtk_OBJECTS)
12563         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
12564
12565         * gtk/gtk.def: Update.
12566
12567 2001-01-15  Tor Lillqvist  <tml@iki.fi>
12568
12569         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
12570         implementaion that more closely mimics the events that an X server
12571         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
12572         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
12573         with nested preview widgets, for instance, more responsive when
12574         you move the mouse quickly into them.
12575         (find_window_for_pointer_event): Make it actually compile.
12576         (gdk_event_translate): Set send_event to the value of
12577         InSendMessage (). This doesn't really mean the same as X11's
12578         send_event flag, but is close enough, says jpe@archaeopteryx.com
12579
12580 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12581
12582         * gdk/linux-fb/gdkdnd-fb.c:
12583         Implemented drag and drop.
12584         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
12585         when it tries to free and then copy the same event (info->last_event).
12586         I am not sure about why this happens, but will continue looking.
12587
12588 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12589
12590         * gdk/linux-fb/gdkwindow-fb.c:
12591         Use gdk_window_invalidate_rect instead of
12592         gdk_window_invalidate_rect_clear to minimise flashing.
12593         When hiding windows you need to clear the root window though.
12594
12595 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12596
12597         * gdk/linux-fb/gdkdrawable-fb2.c:
12598         For optization, add an full_shapes argument to gdk_fb_clip_region.
12599         If this is false, only the cliprects of the shapes are used.
12600
12601         * gdk/linux-fb/gdkprivate-fb.h:
12602         Export gdk_fb_window_peek_shape.
12603         Add full_shapes to gdk_fb_clip_region.
12604
12605         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
12606         When moving a window, don't clear everything under the it, just the
12607         root window. Makes stuff faster and flash less.
12608         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
12609         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
12610         offset of the shape.
12611         
12612
12613 2001-01-12  Havoc Pennington  <hp@redhat.com>
12614
12615         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
12616         current invalid region, fixes redraw bug while scrolling the 
12617         text widget
12618
12619         * gtk/gtktextview.c, gtk/gtktextview.h:
12620         Rearrange the scrolling/validation/etc. code in a major way, 
12621         so it seems to make sense to me. Probably isn't genuinely that
12622         much better, but...
12623
12624         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
12625         notifies
12626
12627         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
12628
12629 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
12630
12631         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
12632         Hide mouse pointer while rotation. Show it afterwards.
12633
12634 2001-01-12  Alexander Larsson  <alexl@redhat.com>
12635
12636         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
12637         windows in consideration when generating clip region.
12638
12639         * gdk/linux-fb/gdkfb.h:
12640         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
12641
12642         * gdk/linux-fb/gdkprivate-fb.h:
12643         Add shape to GdkWindowFBDatat.
12644         exported gdk_fb_window_get_abs_shape().
12645         removed gdk_fb_draw_lines declaration.
12646
12647         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
12648         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
12649         send focus changes when there is a grabbed window.
12650         (gdk_window_get_pointer): Handle shaped windows.
12651         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
12652         (gdk_fb_window_peek_shape): Returns the shape for a window,
12653         handles GDK_FB_USE_CHILD_SHAPE.
12654         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
12655         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
12656         (gdk_window_shape_combine_mask): Implement.
12657
12658         * gtk/gtkwindow-decorate.c:
12659         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
12660         setting the shape of a window makes the window transparent.
12661
12662 2001-01-11  Havoc Pennington  <hp@redhat.com>
12663
12664         * gtk/gtktreemodelsimple.h: Oops, broke some macros
12665
12666 2001-01-10  Havoc Pennington  <hp@redhat.com>
12667
12668         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
12669         add this function, bug 40251
12670
12671         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
12672         of type macro   
12673
12674 2001-01-11  Alexander Larsson  <alexl@redhat.com>
12675
12676         * acconfig.h:
12677         Added ENABLE_SHADOW_FB
12678
12679         * configure.in:
12680         Added --disable-shadowfb
12681
12682         * gdk/linux-fb/gdkcursor-fb.c:
12683         Update shadowfb when updating cursor
12684
12685         * gdk/linux-fb/gdkdrawable-fb2.c:
12686         Added wrappers for shadowfb that calls  the normal drawable
12687         methods, but calls gdk_shadow_fb_update(bounding box) when
12688         GdkWindows are drawed to.
12689         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
12690         which also returns the bounding box.
12691
12692         * gdk/linux-fb/gdkfb.h:
12693         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
12694
12695         * gdk/linux-fb/gdkgeometry-fb.c:
12696         Update shadowfb when scrolling window.
12697
12698         * gdk/linux-fb/gdkglobals-fb.c:
12699         Add _gdk_fb_screen_angle.
12700         
12701         * gdk/linux-fb/gdkkeyboard-fb.c:
12702         Test code for screen rotation. Shift-F2 in the xlate driver
12703         rotates the screen.
12704
12705         * gdk/linux-fb/gdkmain-fb.c:
12706         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
12707
12708         * gdk/linux-fb/gdkmouse-fb.c:
12709         Use fb_width/height instead of modeinfo.xres/yres.
12710
12711         * gdk/linux-fb/gdkprivate-fb.h:
12712         Added fb_men, fb_width, fb_height & fb_stride. When using
12713         shadow fb these can differ from the framebuffer stuff.
12714         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
12715         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
12716         _gdk_fb_screen_angle. Removed CM, RP.
12717
12718         * gdk/linux-fb/gdkrender-fb.c:
12719         Added code for shadowfb handling and screen rotation using
12720         shadowfb.
12721
12722         * gdk/linux-fb/gdkwindow-fb.c:
12723         Use fb_mem, fb_stride, fb_width, fb_height.
12724         Added recompute_rowstride to reset the rowstride of all windows.
12725         Added gdk_fb_recompute_all() which recomputes rootwindow size,
12726         window abs positions and window rowstrides. Usefull when the
12727         rotation has changed.
12728
12729 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
12730
12731         * docs/faq/gtk-faq.sgml: update to make web site updating easier
12732
12733 2001-01-10  Havoc Pennington  <hp@redhat.com>
12734
12735         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
12736         where sibling == iter
12737         (gtk_tree_store_insert_after): handle sibling == iter
12738         (gtk_tree_store_prepend): remove stamp checks
12739         (gtk_tree_store_insert_before): ditto
12740         (gtk_tree_store_append): ditto
12741         (gtk_tree_store_get_path): ditto
12742         (gtk_tree_store_get_value): ditto
12743         (gtk_tree_store_iter_has_child): ditto
12744         (gtk_tree_store_iter_n_children): ditto
12745         (gtk_tree_store_iter_nth_child): ditto
12746         (gtk_tree_store_insert_after): ditto
12747         (gtk_tree_store_is_ancestor): ditto
12748         (gtk_tree_store_iter_depth): ditto
12749         (gtk_tree_store_insert_before): assert that sibling's parent is
12750         the same as the passed-in parent
12751         (gtk_tree_store_insert_after): assert that sibling's parent is
12752         the same as the passed-in parent
12753
12754         
12755         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
12756         function to get the first iterator in a model
12757         
12758         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
12759         conventionally the "root" in this sense is just NULL afaict.
12760
12761         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
12762         where sibling == iter
12763         (gtk_list_store_insert_after): handle case where sibling == iter
12764
12765         * tests/testtreeview.c (run_automated_tests): fairly lame basic
12766         automated tests for ListStore, TreeStore
12767
12768         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
12769         (gtk_list_store_insert): update tail pointer, and fix it to work
12770         (gtk_list_store_insert_before): update tail pointer, and fix it to work
12771         (gtk_list_store_append): use tail to be faster
12772         (gtk_list_store_prepend): fix it, update tail pointer
12773         (gtk_list_store_insert_after): fix it, update tail pointer
12774
12775         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
12776         the list
12777
12778 2001-01-09  Havoc Pennington  <hp@redhat.com>
12779
12780         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
12781         is NULL due to a pending resize
12782
12783         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
12784         column width to values less than 1
12785
12786         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
12787         width to be between min/max width, and still set the width 
12788         even if autosize is turned on, so the tree view can use this 
12789         function in order to autosize.
12790         (gtk_tree_view_column_init): set initial width to 1 not 0
12791
12792         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
12793         setter function to modify column width, so we get notification
12794         (gtk_tree_view_insert_iter_height): ditto
12795         (gtk_tree_view_calc_size): ditto
12796         (gtk_tree_view_check_dirty): ditto
12797
12798         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
12799         properties to change all the interesting attributes of the tree
12800         view column.
12801         (gtk_tree_view_column_set_header_clickable): rename set_clickable
12802         (gtk_tree_view_column_get_clickable): add
12803         (gtk_tree_view_column_set_cell_renderer): don't unset the current
12804         attributes; assume a cell renderer with equivalent object
12805         properties has been swapped in. Do g_object_notify().
12806         (gtk_tree_view_column_set_visible): g_object_notify
12807         (gtk_tree_view_column_get_sizing): rename from get_col_type
12808         (gtk_tree_view_column_set_sizing): g_object_notify
12809         (gtk_tree_view_column_set_width): add g_object_notify
12810         (gtk_tree_view_column_set_min_width): ditto
12811         (gtk_tree_view_column_set_max_width): ditto
12812         (gtk_tree_view_column_set_title): ditto
12813         (gtk_tree_view_column_set_clickable): ditto
12814         (gtk_tree_view_column_set_widget): ditto
12815         (gtk_tree_view_column_set_justification): ditto
12816
12817 2001-01-09  Havoc Pennington  <hp@redhat.com>
12818
12819         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
12820         there are no rows in the model
12821
12822         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
12823         NULL, then return the start of the list
12824
12825         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
12826         if we can't get any rows from an empty model 
12827
12828         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
12829         extraneous * after function pointer typedef usage
12830
12831         * Makefile.am: don't specify full path to cp and rm
12832
12833         * gtk/gtkcellrenderertextpixbuf.c
12834         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
12835         NULL before dereferencing, fixes a segfault that happened from
12836         time to time
12837
12838         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12839         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
12840         and reindent the function
12841         (gtk_cell_renderer_pixbuf_get_size): indentation
12842
12843         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
12844         we quit it
12845         (gtk_dialog_add_buttons_valist): add g_return_if_fail
12846         (gtk_dialog_set_default_response): New function, to set default
12847         button
12848         (gtk_dialog_set_response_sensitive): New function, to set 
12849         sensitivity of buttons
12850
12851         * gtk/gtkcellrendererpixbuf.c
12852         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
12853         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
12854
12855         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12856         handle any G_TYPE_OBJECT subclass, not just the base class, and 
12857         also boxed types.
12858         (_gtk_tree_data_list_value_to_node): ditto
12859
12860         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
12861         --gtk-debug=tree
12862
12863         * gtk/gtkmain.c: add GTK_DEBUG_TREE
12864
12865         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
12866
12867 2001-01-09  Tor Lillqvist  <tml@iki.fi>
12868
12869         * gdk/win32/gdkevents-win32.c: Implement better mouse
12870         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
12871         (find_window_for_pointer_event): New function.
12872         (gdk_event_translate): Use it when handling mouse events.
12873
12874 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
12875
12876         * configure.in:
12877         Added --with-included-loaders option
12878
12879         * gdk-pixbuf/Makefile.am:
12880         * gdk-pixbuf/gdk-pixbuf-io.c:
12881         Add support for including selected gdk-pixbuf loaders only.
12882
12883         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
12884         gtk_window_set_has_frame):
12885         Added inline documentation.
12886
12887         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
12888         * docs/reference/gdk/tmpl/windows.sgml:
12889         Added inline documentation.
12890
12891 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
12892
12893         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
12894         realizing buttons that have already been realized.
12895
12896 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
12897
12898         * tests/testtreeview.c (main): Show menu items before adding to
12899         option menu.
12900
12901         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
12902         around if we kill them.
12903
12904         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12905         Return if we pass in a NULL model.
12906
12907 2001-01-08  Havoc Pennington  <hp@redhat.com>
12908
12909         * tests/testtreeview.c: hack on this some
12910
12911         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
12912         gtk_tree_store_set_valist, v is for arrays, valist for varargs
12913         list
12914         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
12915
12916         * gtk/gtkliststore.h: Add varargs set() and get() convenience
12917         functions
12918
12919 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12920
12921         * gtk/gtkwindow-decorate.[hc]:
12922         * gtk/Makefile.am:
12923         New files. Contains an implementation of a minimal WM for
12924         linux-fb.
12925
12926         * gtk/gtkwindow.h:
12927         Add the possibility for GtkWindows to specify a frame. This
12928         is used for the window decoration code, but could concievably
12929         be used for X programs too (xmms style windows).
12930         GtkWindow->frame is the toplevel window if the window is framed.
12931         The signal frame_event gets all events that are targeted to
12932         GtkWindow->frame.
12933         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
12934         
12935         * gtk/gtkwindow.c:
12936         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
12937         Call out to gtkwindow-decorate.c for WM support in linx-fb.
12938
12939 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12940
12941         * docs/README.linux-fb:
12942         Correct filename ~/.pangoft2_aliases
12943
12944         * gdk/gdkwindow.h:
12945         Added new function gdk_window_get_decorations.
12946
12947         * gdk/linux-fb/gdkfb.h:
12948         Removed _gdk_window_get_decorations declaration.
12949         Renamed _gdk_window_set_child_handler to
12950         gdk_fb_window_set_child_handler.
12951
12952         * gdk/linux-fb/gdkwindow-fb.c:
12953         Renamed _gdk_window_set_child_handler to
12954         gdk_fb_window_set_child_handler.
12955
12956         * gdk/x11/gdkwindow-x11.c:
12957         New function gdk_window_get_mwm_hints().
12958         Implemented gdk_window_get_decorations.
12959
12960         * docs/reference/gdk/tmpl/windows.sgml:
12961         * docs/reference/gdk/gdk-sections.txt:
12962         Added gdk_window_get_decorations docs.
12963         
12964 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
12965
12966         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
12967         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
12968         gdk_fb_window_send_crossing_events):
12969         Possibly send focus events when the mouse moves from one
12970         window to another.
12971
12972 2001-01-07  Tor Lillqvist  <tml@iki.fi>
12973
12974         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
12975         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
12976         to match current API.
12977
12978         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
12979         environment variable is set, don't call g_error when on a
12980         palettized (PseudoColor) display. Some people want to use GTK+ 
12981         in 256-colour mode even though works only partially.
12982
12983         * gdk/gdk.def
12984         * gtk/gtk.def
12985         * gtk/makefile.mingw.in: Update.
12986
12987 2001-01-05  Havoc Pennington  <hp@redhat.com>
12988
12989         * tests/testtreeview.c: hack on this a bit
12990
12991         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
12992         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
12993
12994         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
12995         was spelled incorrectly
12996         (GTK_IS_TREE_MODEL_SIMPLE): ditto
12997
12998         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
12999         from gtk_tree_view_set_headers_active   
13000
13001         * gtk/gtktexttag.c:
13002         (gtk_text_tag_get_property): handle PROP_DIRECTION
13003         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
13004         properties, bug 40235
13005
13006         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
13007         forward_to_line_end
13008
13009 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
13010
13011         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
13012         modules/input/gtkimcontextxim.c: Adapt to new prototypes
13013         for unicode,locale,filename conversion functions.
13014
13015 2001-01-05  Havoc Pennington  <hp@redhat.com>
13016
13017         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
13018         broken if called on the first position in the buffer.
13019
13020         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
13021         forward_to_delimiters to be called only if we aren't already at
13022         the delimiters.
13023
13024 2001-01-05  Havoc Pennington  <hp@redhat.com>
13025
13026         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
13027
13028 2001-01-05  Alexander Larsson  <alexl@redhat.com>
13029
13030         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
13031         colormap in here. Sync from X port.
13032         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
13033         Sync from X port.
13034         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
13035         This happens now and then, and i don't think it is a bug.
13036         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
13037         != endpoint.
13038         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
13039         GDK_LINE_SOLID.
13040
13041         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
13042         some of the fields filled in at least.
13043
13044         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
13045         miLineArcD is no more, remove it from the function definition.
13046
13047 2001-01-04  Havoc Pennington  <hp@redhat.com>
13048
13049         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
13050         this
13051
13052         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
13053         user_data instead of tree_node
13054
13055         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
13056         TREE_VIEW_COLUMN_SIZE
13057
13058         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
13059         "size" field to "width" finishes bug 40061
13060
13061         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
13062         for bitfields, bug 40268
13063
13064 2001-01-04  Havoc Pennington  <hp@redhat.com>
13065
13066         Rename some stuff:
13067         
13068         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
13069
13070         s/GtkModelSimple/GtkTreeModelSimple/g;
13071         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
13072         s/gtk_model_simple/gtk_tree_model_simple/g;
13073         s/gtkmodelsimple/gtktreemodelsimple/g;
13074
13075         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
13076
13077         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
13078         s/column_set_col_type/column_set_sizing/g;
13079
13080         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
13081         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
13082
13083         s/GtkCellRendererType/GtkCellRendererState/g;
13084         
13085         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
13086         (gtk_cell_renderer_toggle_class_init): change "state" property to
13087         "active", to match GtkToggleButton
13088         (gtk_cell_renderer_toggle_get_active): new function, bug
13089         40269
13090         (gtk_cell_renderer_toggle_set_active): new function
13091         (gtk_cell_renderer_toggle_set_property): route changes to toggle
13092         state through gtk_cell_renderer_set_active
13093
13094 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
13095
13096         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
13097         temporarily until they work again.  Brought up to date with
13098         changes in the model.
13099         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
13100         model.
13101
13102 2001-01-04  Havoc Pennington  <hp@redhat.com>
13103
13104         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
13105         equal to the line length, then position iterator before paragraph 
13106         separators. Fixes crash reported by Mikael Hermansson when
13107         pressing left arrow from the start of a line.   
13108
13109         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
13110         about byte indexes off the end
13111         (iter_set_from_char_offset): add g_error about char offsets
13112         off the end
13113
13114 2001-01-03  Havoc Pennington  <hp@redhat.com>
13115
13116         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
13117
13118         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
13119         of private functions; remove inclusion of private headers.
13120
13121         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
13122         function, so we don't need private functions in gtktextdisplay.c
13123
13124         * gtk/gtktextiterprivate.h: underscore-ification
13125
13126         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
13127         to instead say "only useful to implement widgets"
13128
13129         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
13130         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
13131         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
13132
13133         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
13134         This function was completely broken
13135
13136         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
13137
13138         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
13139
13140         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
13141
13142         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
13143
13144         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
13145
13146         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
13147
13148         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
13149         gtk_paint_layout
13150
13151         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
13152         gtk_paint_layout
13153
13154         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
13155         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
13156         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
13157         which were not implemented.     
13158
13159         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
13160         insert_pixbuf signal. Rename delete_text to delete_range since it
13161         also deletes pixbufs and child anchors. This almost closes bug
13162         40245 (still need to deal with child anchors)
13163
13164         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
13165         insert_pixbuf, change signal names as appropriate, change types of
13166         signals taking marks/tags to have the specific type, not just
13167         G_TYPE_OBJECT
13168         
13169         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
13170         closes bug 40051
13171
13172         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
13173         unnecessary remove_contents() call
13174         (gtk_option_menu_class_init): add a "changed" signal, closes
13175         bug 40039
13176         (gtk_option_menu_update_contents): emit "changed" if the 
13177         active menu item changes
13178
13179         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
13180         cast to GtkObject, reported by Jonas Borgstrom
13181         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
13182         we can't do stuff with side effects in finalize. Instead, spew a
13183         warning if the loader isn't closed.
13184
13185         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
13186         colormap in here, non-X ports probably need to sync to this change
13187
13188         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
13189         assertion that colormap != NULL, you can set the colormap to NULL
13190         if you like.
13191         
13192         * Makefile.am: remove gtk-config-2.0
13193
13194         * configure.in: Use pkg-config to locate GLib. Remove
13195         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
13196         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
13197         Use pkg-config to locate Pango. Output correct Pango libs to
13198         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
13199
13200         * Makefile.am (pkgconfig_DATA): install only target-specific pc
13201         files
13202         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
13203         X11 pc files
13204
13205         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
13206         unref from here
13207
13208 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
13209
13210         * configure.in:
13211         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
13212
13213 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
13214
13215         * gtk/gtktextlayout.c
13216         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
13217         variable when moving back onto a single line.
13218
13219 2001-01-01  Havoc Pennington  <hp@redhat.com>
13220
13221         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13222
13223         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13224
13225         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
13226         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
13227
13228 2001-01-01  Havoc Pennington  <hp@redhat.com>
13229
13230         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
13231
13232         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
13233         GtkTextAttributes
13234
13235         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
13236         #40246
13237         (gtk_text_attributes_copy_values): rename from 
13238         gtk_text_attributes_copy
13239         (gtk_text_attributes_copy): a more standard GTK copy function, 
13240         which returns a new object
13241
13242 2001-01-01  Havoc Pennington  <hp@redhat.com>
13243
13244         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
13245         
13246         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
13247         don't fill in tree_view->priv->selection, kind of an unexpected
13248         side effect
13249
13250         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
13251         gtkintl.h
13252         
13253         * gtk/gtkcellrenderer.c: Remove definition of _ and include
13254         gtkintl.h
13255         (gtk_cell_renderer_get_property): remove calls to g_value_init
13256
13257         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
13258         gtkintl.h
13259
13260         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
13261         and include gtkintl.h
13262         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
13263         property names
13264
13265         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
13266         GtkTreeSelection
13267         (_gtk_tree_selection_new_from_with_view): rename, return
13268         GtkTreeSelection
13269         (_gtk_tree_selection_set_tree_view): rename with uscore
13270         (gtk_tree_selection_get_selected): fill in the "model" out param
13271         first, so it gets filled in even if we return at the top of the 
13272         function
13273         (gtk_tree_selection_real_select_all): add a comment and an else{}
13274         to clarify this a bit
13275         (gtk_tree_selection_real_unselect_all): add the same else{}
13276
13277         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
13278         set_tree_view to have underscore prefixes, move them to the
13279         private header, fix return type of new_with_tree_view
13280         (struct _GtkTreeSelection): mark struct
13281         fields private  
13282
13283         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
13284         GtkTreeModelFlags, not a guint
13285         (gtk_tree_path_prev): return gboolean not gint
13286         (gtk_tree_path_up): return gboolean not gint
13287
13288         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
13289         return GtkTreeModelFlags, not a guint
13290
13291         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
13292         that child model is non-null before unrefing it
13293         (g_value_int_compare_func): make this a qsort compare func, not 
13294         a boolean predicate
13295
13296         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
13297         (add -umn to the end), and mark it unimplemented
13298         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
13299         I don't see what it's for - doesn't the model always sort itself?
13300         (gtk_tree_model_sort_set_compare): this had the wrong signature
13301
13302         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
13303         Fix the docs to say that it destructively replaces existing
13304         attributes (previously said that it added attributes).
13305         (gtk_tree_view_column_set_visible): canonicalize bool before
13306         equality testing. Also, check for realization before
13307         hiding/showing the tree_column->window; if this window could exist
13308         before realization, then it's busted and needs fixing, we can't 
13309         create GDK resources pre-realization. Also, remove
13310         superfluous queue_resize(), since set_size() does that for us.
13311         (gtk_tree_view_column_set_col_type): check realization before 
13312         using tree_column->window
13313
13314         * gtk/gtktreedatalist.c: fix filename in copyright notice
13315
13316 2000-12-31  Havoc Pennington  <hp@pobox.com>
13317
13318         * gtk/gtktextview.c: Rearrange all the
13319         scroll-while-dragging-or-selecting code to be different, not
13320         necessarily better. ;-)
13321         (gtk_text_view_scroll_to_mark): Change this
13322         function to take within_margin as a fraction instead of a pixel
13323         value, and to take alignment arguments (indicating where to align 
13324         the mark inside the visible area)
13325         
13326         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
13327         to GtkObject
13328
13329         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
13330         behavior so that offsets past the end of the line are not 
13331         allowed, and an offset equal to the line length moves the iterator
13332         to the next line
13333         (gtk_text_iter_set_line_index): make parallel change
13334         (gtk_text_iter_get_bytes_in_line): add this function
13335         
13336         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
13337         of byte indexes off the end of the line; byte index at the end of
13338         the line now returns FALSE and doesn't fill in the requested
13339         values, byte index past the end of the line is an error.  Also,
13340         don't allow -1 offset anymore, since its meaning is unclear.
13341
13342         This change exposes some bug in visual cursor motion, where we
13343         end up with a huge invalid byte index; needs fixing. Symptom of 
13344         bug is a crash when you hit up arrow.
13345         
13346         (_gtk_text_line_char_locate): match the change to byte_locate
13347
13348         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
13349         from start of line properly. fixes bug reported by Mikael
13350         Hermansson where backspace would delete all text before the
13351         cursor.
13352
13353 2000-12-30  Tor Lillqvist  <tml@iki.fi>
13354
13355         * gdk/win32/gdkwindow-win32.c
13356         (gdk_window_impl_win32_get_visible_region): New function, as in
13357         the X11 backend.
13358         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
13359         instead of duplicating the same code here.
13360
13361         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
13362         GDK_COLORMAP macro.
13363
13364         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
13365         destroy function.
13366         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
13367         access that.
13368
13369         * gtk/gtk.def: Update.
13370
13371         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
13372
13373 2000-12-30  Havoc Pennington  <hp@pobox.com>
13374
13375         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
13376         colormap on input only windows, to avoid special cases all over
13377         the code for these windows.
13378
13379 2000-12-26  Tor Lillqvist  <tml@iki.fi>
13380
13381         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
13382         we are on a palettized display ("PseudoColor" in X11), as the code
13383         for that doesn't work anyway, and never has.
13384
13385 2000-12-22  Alexander Larsson  <alexl@redhat.com>
13386
13387         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
13388         Don't use isprint() for chars > 255.
13389
13390 2000-12-21  Havoc Pennington  <hp@redhat.com>
13391
13392         * tests/testtreeview.c: more work
13393
13394 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13395
13396         * docs/README.linux-fb:
13397         Update the docs to the new pangoft2 way.
13398
13399 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13400
13401         * configure.in:
13402         For linux-fb get the pangoft2 cflags and libs. This needs a recent
13403         pango version.
13404         Remove modules/linux-fb/Makefile.
13405
13406         * gdk/linux-fb/gdkdrawable-fb2.c:
13407         Render glyphs using freetype.
13408
13409         * gdk/linux-fb/gdkfb.h:
13410         Add new fb-specific functions needed for managing windows.
13411
13412         * gdk/linux-fb/gdkmain-fb.c:
13413         Remove gdk_font_init/fini() calls.
13414
13415         * gdk/linux-fb/gdkpango-fb.c:
13416         Remove old implementation. Use pangoft2 instead.
13417
13418         * gdk/linux-fb/gdkprivate-fb.h:
13419         Remove PangoFBFont and related stuff.
13420
13421         * gdk/linux-fb/gdkwindow-fb.c:
13422         Implement drawable->get_visible_region.
13423         Implement support for _gdk_window_set_child_handler () and
13424         _gdk_window_get_decorations().
13425
13426         * modules/Makefile.am:
13427         Remove linux-fb subdir.
13428
13429         * modules/linux-fb/*:
13430         Removed all.
13431         
13432 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
13433
13434         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
13435         calls, as they are no longer needed.
13436
13437         * gtk/gtktreemodelsort.c: Fix up the comparison code.
13438         
13439         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
13440         figure out how to emit a signal on an interface.
13441
13442 2000-12-20  Havoc Pennington  <hp@redhat.com>
13443
13444         * tests: new directory to contain tests, gtk/test* should move
13445         here sometime (with appropriate on-cvs-server hackery)
13446
13447         * tests/testtreeview.c, tests/Makefile.am: a test
13448         
13449         * configure.in (AC_OUTPUT): add tests/Makefile
13450
13451         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
13452         and "invisible_set" which were missing
13453
13454         * gtk/gtkrbtree.h: some cheesy indentation fix
13455         
13456 2000-12-20  Alexander Larsson  <alexl@redhat.com>
13457
13458         * gtk/gtkinvisible.c (gtk_invisible_realize):
13459         Attach the style to the window so that the style it is not
13460         leaked when unrealizing the window.
13461
13462 2000-12-18  Havoc Pennington  <hp@redhat.com>
13463
13464         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
13465         begin/end user action where appropriate
13466         (gtk_text_view_commit_handler): add begin/end user action
13467
13468         * gtk/gtktextbuffer.c: add begin/end user action signals, and
13469         bracket interactive operations with begin/end user action pair.
13470         
13471         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
13472         "interactive" arg from insert_text and delete_text signals.
13473         Add begin_user_action, end_user_action signals
13474         (gtk_text_buffer_begin_user_action): 
13475         (gtk_text_buffer_end_user_action): New functions to delimit 
13476         a user-visible action
13477
13478         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
13479         signals.
13480         
13481 2000-12-18  Havoc Pennington  <hp@redhat.com>
13482
13483         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
13484         was pretty non-working.
13485
13486         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
13487         by passing the length to g_utf8_validate().
13488
13489 2000-12-16  Havoc Pennington  <hp@pobox.com>
13490
13491         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
13492         Port to GObject, can go back in gdk-pixbuf after setting up 
13493         a gdk-pixbuf-marshal.h header over there.
13494
13495         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
13496         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
13497         args
13498         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
13499         set
13500         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
13501         here, do it when we create the buttons later
13502         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
13503         (gtk_tree_view_map): paranoia checks that column->button is shown 
13504         and unmapped
13505         (gtk_tree_view_size_request): only request visible children.
13506         Move header size calculation in here, for cleanliness, and 
13507         to maintain invariants for child widgets if we eventually 
13508         let users set different children inside the buttons
13509         (gtk_tree_view_map_buttons): factor out code to map buttons,
13510         since it was being called several times
13511         (gtk_tree_view_size_allocate_buttons): move_resize the drag
13512         windows instead of just moving them; their height may change 
13513         if we allow random widgets in there, or the theme changes.
13514         (gtk_tree_view_size_allocate): move button size allocation 
13515         above emitting the scroll signals, to ensure a sane state when we
13516         hit user code
13517         (gtk_tree_view_button_release): remove queue_resize after
13518         tree_view_set_size(), set_size() will handle any resize queuing
13519         that's needed
13520         (gtk_tree_view_focus_in): just queue a draw, don't fool with
13521         draw_focus goo
13522         (gtk_tree_view_focus): use gtk_get_current_event() and
13523         gdk_event_get_state()
13524         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
13525         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
13526         semicolon
13527         (gtk_tree_view_create_button): show the button here
13528         (gtk_tree_view_button_clicked): actually emit the clicked signal
13529         on the column
13530         (_gtk_tree_view_set_size): return right away if the size is
13531         unchanged, as a cheesy optimization
13532         (gtk_tree_view_setup_model): rename set_model_realized to 
13533         setup_model to match the flag that indicates whether we've 
13534         called it
13535         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
13536         exist, because set_scroll_adjustment does that and it shouldn't
13537         matter what order you call these in
13538         (gtk_tree_view_get_vadjustment): ditto
13539         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
13540         for paranoia
13541         (gtk_tree_view_set_headers_visible): call
13542         gtk_tree_view_map_buttons() instead of using cut-and-paste code
13543         (gtk_tree_view_append_column): clarify whether the return value
13544         is the count of columns before or after, and do the increment 
13545         separately from the return statement so you can tell from the code.
13546         (gtk_tree_view_remove_column): ditto
13547         (gtk_tree_view_insert_column): ditto
13548         (gtk_tree_view_get_column): remove g_return_if_fail for columns
13549         outside the existing range, the docs say that outside-range
13550         columns are allowed, so we handle them as documented. (Presumably
13551         this allows a nice loop with column != NULL as test.)
13552         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
13553         mean (left/right/center etc.).
13554         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
13555         (gtk_tree_view_expand_row): add docs
13556         (gtk_tree_view_collapse_row): add docs
13557
13558         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
13559         function to emit the clicked signal on a column
13560         
13561         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
13562         state of an event
13563         (gdk_event_get_time): don't treat GDK_SCROLL 
13564         as a button event, remove default case from switch so gcc 
13565         will whine if we don't explicitly handle all event types
13566
13567         * gtk/gtktreeselection.h: added some FIXME 
13568         
13569         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
13570         "columns" to "n_columns" and "column" to "columns" for clarity
13571
13572 2000-12-16  Havoc Pennington  <hp@pobox.com>
13573         
13574         * gtk/gtktextiter.c: General cleanup of the log attr iteration
13575         stuff. This should make e.g. the delete key work again in the
13576         text widget...
13577         (gtk_text_iter_forward_cursor_positions): handle negative count
13578         (gtk_text_iter_backward_cursor_positions): handle negative count
13579         (gtk_text_iter_forward_word_ends): handle negative count
13580         (gtk_text_iter_backward_word_starts): handle negative count
13581
13582         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
13583         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
13584         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
13585         GObject. No doubt will cause breakage.
13586
13587         * demos/gtk-demo/textview.c: remove hacks around
13588         non-GObject-ification of the text objects
13589
13590         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
13591         the text tag
13592         
13593 2000-12-14  Havoc Pennington  <hp@pobox.com>
13594
13595         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
13596         that we have Xrender
13597
13598 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
13599
13600         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
13601         Add two virtualized functions gdk_drawable_get_clip_region - to
13602         get the clip region when drawing.
13603         
13604         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
13605         use invalidate_region.
13606
13607         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
13608         region.
13609
13610         * acconfig.h configure.in: Check for Xft. For now, assume
13611         that if Xft is found, Pango was compiled with Xft support
13612         as well.
13613
13614         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
13615         gdk_colormap_query_color().
13616         
13617         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
13618         with Xft if appropriate.
13619
13620         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
13621         a pangoxft context if we have XFT and the environment
13622         variable GD_USE_XFT is set.
13623         
13624         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
13625         and also possibly an XftDraw structure.
13626
13627         * gtk/gtkfontsel.c: Handle the case where the font from the
13628         style doesn't match any of the fonts a bit better.
13629         
13630         * gtk/testgtk.c: Add tabs between directional segments for
13631         hebrew/arabic test. (Not really necessary, just a little
13632         prettier.)
13633
13634 2000-12-14  Havoc Pennington  <hp@redhat.com>
13635
13636         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
13637         reading a file
13638
13639 2000-12-14  Havoc Pennington  <hp@redhat.com>
13640
13641         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
13642         unused call to get_last_line()
13643
13644         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
13645         here until boxed is working (and maybe after that - we should
13646         really not gratuitously break old code)
13647
13648         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
13649         specific types for font_desc and tabs args, move them to
13650         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
13651         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
13652
13653         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
13654         use GTK_TYPE_POINTER for signal signatures as a hack-around
13655
13656         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
13657         PangoTabArray
13658
13659         * gtk/gtktextlayout.c (line_display_iter_to_index): 
13660         make static
13661         (line_display_index_to_iter): make static
13662
13663         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
13664         to marshal a string not a boxed
13665
13666         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
13667
13668         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
13669         since the UTF-8 isn't validated yet
13670
13671         * gtk/gtktextsegment.c (char_segment_check_func): don't require
13672         lines to end in '\n'
13673         
13674         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
13675         forward_to_delimiters, and grapheme boundaries
13676         (gtk_text_view_delete_from_cursor): properly handle non-newline
13677         delimiters, and grapheme boundaries
13678
13679         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
13680         to gtk_text_iter_forward_to_delimiters, and make it work properly
13681         if empty lines end with a character other than '\n'
13682
13683         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
13684         position
13685
13686 2000-12-15  Tor Lillqvist  <tml@iki.fi>
13687
13688         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
13689
13690         * gtk/gtk.def
13691         * gdk/gdk.def: Update.
13692
13693         * gdk/win32/gdkmain-win32.c
13694         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
13695         gdkmain-win32.c here.
13696
13697         * gdk/win32/makefile.mingw.in (all): No need to make
13698         gdk-win32res.o here, the makefile one step up will call us to make
13699         it.
13700
13701         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
13702         gdkkeys-win32.
13703
13704         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
13705
13706         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
13707         call to g_source_add().
13708
13709         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
13710         leak. Thanks to Andreas Kemnade.
13711
13712 2000-12-13  Havoc Pennington  <hp@pobox.com>
13713
13714         * gtk/gtktextbtree.h: Remove double _ in front of some functions
13715
13716         * gtk/gtktext*.[hc]: update accordingly
13717         
13718 2000-12-13  Havoc Pennington  <hp@pobox.com>
13719
13720         * gtk/gtktextbtree.h: Put _ in front of every function in this 
13721         header file
13722
13723         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
13724
13725 2000-12-13  Alex Larsson  <alexl@redhat.com>
13726
13727         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
13728         Add support for ps2 intellimouse.
13729
13730         * gdkkeyboard-fb.c:
13731         Move shift-F1 repaint handling to xlate handler only.
13732         
13733         * docs/README.linux-fb:
13734         Add imps2 to docs.
13735         Document the new refresh keys.
13736         
13737 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
13738
13739         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
13740
13741         * gtk/gtkbox.c: change property types from (u)long to (u)int for
13742         ::position and ::padding.
13743
13744         * gtk/gtkcontainer.c: make ::border_width an INT property.
13745
13746         * gtk/gtkpacker.c: make ::position an INT property.
13747
13748         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
13749         guard against NULL h/v scrollbars, since this is used at construction
13750         time.
13751
13752         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
13753         internal gtk_clist_constructor().
13754
13755         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
13756         gtk_ctree_constructor().
13757
13758         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
13759         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
13760
13761         * docs/reference/Makefile.am: fun stuff, disabled docs generation
13762         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
13763
13764         * gtk/gtkwidget.[hc]:
13765         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
13766         and gtk_widget_get().
13767         (gtk_widget_new): use g_object_new_valist().
13768         (gtk_widget_set): use g_object_set_valist().
13769
13770         * gtk/gtkobject.[hc]:
13771         removed gtk_object_arg_get_info(), gtk_object_getv(),
13772         gtk_object_query_args(), gtk_object_newv(),
13773         gtk_object_class_add_signals(),
13774         gtk_object_class_user_signal_new(),
13775         gtk_object_class_user_signal_newv(),
13776         gtk_object_arg_set(), gtk_object_arg_get(),
13777         gtk_object_args_collect(),
13778         gtk_object_default_construct(),
13779         gtk_object_constructed(),
13780         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
13781         removed nsignals, signals and n_args members from GtkObjectClass.
13782         (gtk_object_new): use g_object_new_valist().
13783         (gtk_object_set): use g_object_set_valist().
13784         (gtk_object_get): use g_object_get_valist().
13785         
13786         * gtk/gtkcompat.h: define gtk_object_default_construct().
13787         
13788         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
13789         g_object_new().
13790
13791         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
13792         fucntions, cleaned up method assignments (make sure your structures
13793         are setup properly before calling out). removed all GTK_CONSTRUCTED
13794         hacks ;)
13795
13796 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
13797
13798         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
13799         off-by-one error in checks. (Dave Lambert)
13800
13801 2000-12-12  Alexander Larsson  <alexl@redhat.com>
13802
13803         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
13804         Don't free gdk_fb_keyboard twice.
13805
13806 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
13807
13808         * gtk/testgtk.c:
13809         (create_tooltips): 
13810         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
13811         use GObject swapped_signal:: properties instead.
13812
13813         * gtk/gtkcellrenderertoggle.c: 
13814         * gtk/gtkcellrenderertextpixbuf.c: 
13815         * gtk/gtkcellrenderertext.c: 
13816         * gtk/gtkcellrendererpixbuf.c: 
13817         * gtk/gtkcellrenderer.c:
13818         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
13819         missing warnings for invalid property ids, install properties
13820         with g_object_class_install_property() now.
13821         
13822         * gtk/gtksignal.c:
13823         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
13824         
13825 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
13826         
13827         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
13828         to determine if a window is the focus widget within
13829         its toplevel.
13830
13831         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
13832         to be boolean.
13833
13834         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
13835         of the case where the container CAN_FOCUS to here instead
13836         of having it in each individual move-the-focus place.
13837
13838         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
13839         focusing to be geometric in a much more obvious sense. Arrowing
13840         around is still non-intuitive because it isn't perfect and
13841         because entries, etc, grab the arrow keys, but it at least
13842         usually will do what you expect now.
13843         
13844         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
13845         file.
13846
13847         * gtk/gtknotebook.c: Change tabs to be a single item in
13848         the focus chain. Make movement of focus on tabs with arrow
13849         keys wrap around.
13850         
13851         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
13852         CHECK_FIND_CHILD macro to give informative error messages
13853         instead of silent returns.
13854
13855         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
13856         flag since we handle GdkReturn on the tabs.
13857
13858         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
13859         windows rather than sending expose events directly.
13860
13861         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
13862         definition for GtkNotebookPage into .c file, since it is private.
13863
13864         * gtk/testgtk.c (create_notebook): Add option for 
13865         testing borderless notebook.
13866
13867         * gtk/testgtk.c (page_switch): Removed egregious poking
13868         around in GTK+ internals.
13869
13870         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
13871
13872         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
13873         properly through gtk_clist_focus. Make the title headers a
13874         single item in the tab-focus chain, and make left-right wrap
13875         around.
13876
13877         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
13878         focus method so that wrapping around works properly.
13879
13880         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
13881         that is handled for the widget now. 
13882
13883 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
13884
13885         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
13886         widgets as TOPLEVEL.
13887
13888         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
13889         TOPLEVEL widgets are containers.
13890
13891         * gtk/gtkinvisible.h: Remove useless include.
13892
13893 2000-12-11  Havoc Pennington  <hp@redhat.com>
13894
13895         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
13896         Handle chopping off \r\n and 0x2029 in addition to \n before
13897         passing to PangoLayout
13898
13899         * gtk/gtkimcontextsimple.c
13900         (gtk_im_context_simple_get_preedit_string): 
13901         return an empty string if no match is pending
13902
13903         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
13904         assertion that the returned preedit string was sane
13905
13906         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
13907         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
13908         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
13909
13910 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
13911
13912         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
13913         Fix up finalizer to chain to its parent.
13914
13915 2000-12-11  Alexander Larsson  <alexl@redhat.com>
13916
13917         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
13918         Clearified the difference between the keyboard types. Wrote a note
13919         about the magic sysrq key to get out of raw mode.
13920
13921 2000-12-09  James Henstridge  <james@daa.com.au>
13922
13923         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
13924         member to hold masks for detecting the start of a protocol packet.
13925         (mouse_devs): add packet start masks for ps2 and ms device types.
13926         Left the mask for fidmour blank, as I have no idea what it should
13927         be.
13928         (handle_mouse_io): skip bytes until we get to the start of a
13929         packet.  My Logitech mouse seems to be passing an extra NULL pad
13930         byte, and GPM does a similar thing here.
13931         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
13932         this is the ms mouse driver.
13933         (gdk_fb_mouse_ms_packet): fix up button handling, which was
13934         completely broken except for button1.  It was checking the wrong
13935         bit in the packet for the status of the right mouse button, and
13936         wrongly assuming right == button2 rather than 3.  I fixed that and
13937         also added support for middle button (button2).
13938
13939 2000-12-08  Havoc Pennington  <hp@redhat.com>
13940
13941         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
13942         that cause a segfault on text insertion
13943
13944         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
13945         warning
13946
13947         * gtk/gtktextiter.c (test_log_attrs): use
13948         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
13949
13950         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
13951         Get log attrs for a line, using a cache stored on the buffer
13952         
13953         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
13954         reported by Jeff Franks
13955
13956 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13957
13958         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
13959         /dev/ttyS0 -> /dev/mouse
13960
13961 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13962
13963         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
13964         Added dummy gdk_fontset_load.
13965
13966 2000-12-08  Alexander Larsson  <alexl@redhat.com>
13967
13968         * docs/README.linux-fb:
13969         * docs/Makefile.am:
13970         Initial GtkFB docs.
13971         
13972         * gdk/linux-fb/Makefile.am:
13973         Define GDK_DATA_PREFIX.
13974
13975         * gdk/linux-fb/gdkmain-fb.c:
13976         Fix typo.
13977         Change default display to /dev/fb0.
13978
13979         * gdk/linux-fb/gdkpango-fb.c:
13980         Add $(prefix)/share/fonts/ to font path.
13981         
13982 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
13983
13984         * gdk/linux-fb/gdkkeyboard-fb.c:
13985         New file containing the abstracted keyboard driver. Most code
13986         taken from gdkinput-ps2.c
13987
13988         * gdk/linux-fb/gdkinput-ps2.c:
13989         Removed file.
13990         
13991         * gdk/linux-fb/Makefile.am:
13992         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
13993
13994         * gdk/linux-fb/gdkcolor-fb.c:
13995         display->fb was renamed to display->fb_fd.
13996
13997         * gdk/linux-fb/gdkcursor-fb.c:
13998         gdk_mouse_get_info -> gdk_fb_mouse_get_info
13999
14000         * gdk/linux-fb/gdkinput.c:
14001         Moved gdk_input_init here from gdkinput-ps2.c
14002
14003         * gdk/linux-fb/gdkmain-fb.c:
14004         display->fb was renamed to display->fb_fd.
14005         Now the tty and the console is opened here instead
14006         of in the keyboard driver. Also check GDK_VT to see what
14007         tty to open.
14008         Move gdk_beep () here from gdkinput-ps2.c
14009         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14010
14011         * gdk/linux-fb/gdkmouse-fb.c:
14012         Add header.
14013         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14014         Return correct keyboard modifiers.
14015         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
14016
14017         * gdk/linux-fb/gdkprivate-fb.h:
14018         Add tty and vt info to display.
14019         Add orignal modeinfo storage to display
14020         Update global functions
14021
14022         * gdk/linux-fb/gdkwindow-fb.c:
14023         Added gdk_fb_window_find_focus().
14024         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14025
14026 2000-12-07  Havoc Pennington  <hp@pobox.com>
14027
14028         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
14029         function, noticed by Alex
14030
14031 2000-12-06  Elliot Lee  <sopwith@redhat.com>
14032
14033         * configure.in: Detect freetype properly
14034
14035         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
14036         above.
14037
14038 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14039
14040         * gdk/linux-fb/Makefile.am:
14041         Add gdkmouse-fb.c
14042         
14043         * gdk/linux-fb/gdkmouse-fb.c:
14044         New file. Abstracted the mouse drivers a bit.
14045
14046         * gdk/linux-fb/gdkcursor-fb.c:
14047         The cursor hide/show functions was moved here from gdkinput-ps2.c.
14048
14049         * gdk/linux-fb/gdkinput-ps2.c:
14050         Removed old mouse handling code. Moved cursor handling code
14051         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
14052         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
14053         gdk_mouse_get_info.
14054
14055         * gdk/linux-fb/gdkmain-fb.c:
14056         Pass NULL pointers for x,y in gdk_mouse_get_info call.
14057
14058         * gdk/linux-fb/gdkprivate-fb.h:
14059         Removed public gdk_fb_find_common_ancestor, added and renamed
14060         functions for the new mouse handling code.
14061
14062         * gdk/linux-fb/gdkwindow-fb.c:
14063         Moved gdk_fb_window_send_crossing_events here. added global
14064         variable gdk_fb_window_containing_pointer. made
14065         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
14066         renamed to gdk_mouse_get_info.
14067
14068 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14069
14070         * gdk/linux-fb/gdkevents-fb.c:
14071         Update to match latest gmain/gsource changes.
14072
14073         * gdk/linux-fb/gdkinput-ps2.c:
14074         Bogus gdk_keymap_get_entries_for_keycode implementation so that
14075         it links. Will be implemented later.
14076
14077 2000-12-03  Havoc Pennington  <hp@pobox.com>
14078
14079         * gdk/Makefile.am: add gdkkeys.[hc]
14080
14081         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
14082         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
14083
14084         * acconfig.h, configure.in: add checks and command line options
14085         for XKB
14086
14087         * gdk/x11/gdkkeys-x11.c: Implement the above functions
14088         
14089         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
14090         and group in the key event
14091
14092         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
14093         field with the low-level hardware key code, and a group
14094         field with the keyboard group
14095
14096         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
14097         and declare a couple globals used for keymap handling
14098         
14099         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
14100         hold down Shift-Control and type a hex number to get a Unicode 
14101         character corresponding to the hex number
14102         (gtk_im_context_simple_get_preedit_string): Fix cursor position
14103         (return bytes not chars)
14104
14105 2000-12-05  Elliot Lee  <sopwith@redhat.com>
14106
14107         * gdk/gdkcolor.h: Make GdkColor specify element sizes
14108         to avoid waste on 64-bit platforms.
14109
14110 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
14111
14112         * INSTALL: Fix link to PNG home, remove reference
14113         to fribidi.
14114
14115         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
14116         
14117         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
14118         tested.)
14119
14120         * gtk/gtkcheckmenuitem.c: Permanently turn on
14121         always_show_toggle.
14122
14123         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
14124         be NULL. (Vladimir Klebanov, #26545)
14125
14126         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
14127         some signed/unsigned comparison problems. (#6510,
14128         David Kaelbling)
14129
14130         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
14131         return type to boolean (Oskar Liljeblad, #18648)
14132
14133 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14134
14135         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
14136         Remove bogus colormap setting.
14137
14138 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14139
14140         * gdk/linux-fb/gdkcolor-fb.c:
14141         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
14142
14143         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
14144         Must set colormap.
14145         
14146 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
14147
14148         * docs/tutorial/gtk-tut.sgml: DND updates
14149
14150 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
14151
14152         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14153         Remove old debug g_warning().
14154         (gdk_fb_draw_drawable): The src argument can be either a wrapper
14155         or an implementation, just pass the implementation to draw_drawable_2.
14156         
14157         * gdk/linux-fb/gdkprivate-fb.h:
14158         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
14159
14160         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14161         clear and invalidate area when window is destroyed.
14162         (send_map_events): Remove old commented out code.
14163
14164 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14165
14166         * gdk/linux-fb/gdkpango-fb.c:
14167         Use italic instead of oblique in font aliases.
14168         
14169         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
14170         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
14171         other unsupported functions.
14172
14173 2000-12-04  Havoc Pennington  <hp@redhat.com>
14174
14175         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
14176
14177         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
14178
14179         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
14180
14181         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
14182         hack to avoid infinite loops (synthetic expose event) - 
14183         Owen has more appropriate fixes in a branch he'll check in later.
14184
14185         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
14186         separator, CR, and CRLF as line ends
14187
14188         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
14189         into lines using pango_find_paragraph_boundary(); other bits of
14190         the widget are still going to be broken if the boundary isn't '\n'
14191         though
14192
14193 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14194
14195         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
14196         multiply.
14197
14198         * gdk/linux-fb/gdkpango-fb.c:
14199         Copied some 26.6 scaling macros from pango to clean up the rounding.
14200         (pango_fb_font_get_glyph_info): Correct sign on x value.
14201
14202         * gdk/linux-fb/gdkprivate-fb.h:
14203         Removed unreferenced external functions.
14204
14205         * modules/linux-fb/Makefile.am: Use ` instead of '.
14206
14207         * modules/linux-fb/basic.c:
14208         Remove dead code. In particular the dummy lang engine which broke all
14209         pango layouts in GtkFB. Don't include tables-big.i anymore.
14210
14211         * modules/linux-fb/tables-big.i:
14212         Upgrade to latest version from pango. Left for reference, basic_ranges
14213         moved to basic.c.
14214         
14215 2000-12-04  Havoc Pennington  <hp@redhat.com>
14216
14217         Fix bugs Alex found:
14218         
14219         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
14220         to "draw"
14221
14222         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
14223
14224         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
14225
14226         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
14227         implementation in here, apparently the expose() implementation was
14228         dead code.
14229
14230 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14231
14232         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14233         Return positive descent.
14234
14235 2000-12-02  Havoc Pennington  <hp@pobox.com>
14236
14237         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
14238         method and signal
14239         
14240         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
14241         calls gdk_window_process_updates() to push the exposes through
14242         (gtk_widget_class_init): No more draw signal, no
14243         gtk_widget_real_draw()  
14244         
14245         * gtk/gtkbin.c (gtk_bin_draw): remove
14246
14247         * gtk/gtkbox.c (gtk_box_draw): remove
14248
14249         * gtk/gtkbutton.c (gtk_button_draw): remove
14250
14251         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
14252
14253         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
14254
14255         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
14256
14257         * gtk/gtkclist.c (gtk_clist_draw): remove
14258
14259         * gtk/gtkentry.c (gtk_entry_draw): remove
14260
14261         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
14262
14263         * gtk/gtkfixed.c (gtk_fixed_draw): remove
14264
14265         * gtk/gtkframe.c (gtk_frame_draw): remove
14266
14267         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
14268
14269         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
14270
14271         * gtk/gtklayout.c (gtk_layout_draw): remove
14272
14273         * gtk/gtklist.c (gtk_list_draw): remove
14274
14275         * gtk/gtklistitem.c (gtk_list_item_draw): remove
14276
14277         * gtk/gtkmenu.c (gtk_menu_draw): remove
14278
14279         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
14280
14281         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
14282
14283         * gtk/gtknotebook.c (gtk_notebook_draw): remove
14284
14285         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
14286
14287         * gtk/gtkpacker.c (gtk_packer_draw): remove
14288
14289         * gtk/gtkrange.c (gtk_range_draw): remove
14290
14291         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
14292
14293         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
14294
14295         * gtk/gtktable.c (gtk_table_draw): remove
14296
14297         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
14298
14299         * gtk/gtktext.c (gtk_text_draw): remove
14300
14301         * gtk/gtktextview.c (gtk_text_view_draw): remove
14302
14303         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
14304
14305         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
14306
14307         * gtk/gtktree.c (gtk_tree_draw): remove
14308
14309         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
14310
14311         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
14312
14313         * gtk/gtkviewport.c (gtk_viewport_draw): remove
14314
14315         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
14316
14317         * gtk/gtkvscale.c (gtk_vscale_draw): remove
14318
14319         * gtk/gtkwindow.c (gtk_window_draw): remove
14320
14321 2000-20-01  Anders Carlsson  <andersca@gnu.org>
14322
14323         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
14324         a GtkToggleButton is both insensitive and active, it was being
14325         drawn by the GtkButton draw handler which doesn't check the
14326         state. Now it's calling gtk_toggle_button_paint instead.
14327         
14328 2000-12-01  Havoc Pennington  <hp@redhat.com>
14329
14330         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
14331         dangling pointers to the appearance attributes from the 
14332         line display
14333
14334         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
14335         width/height to mean "full width/height of drawable"
14336
14337         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
14338         click to select word/line
14339         
14340         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
14341         when getting log attrs. Get a slice, so that pixmaps and stuff
14342         are properly handled.
14343
14344         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
14345         paste into the selection (replaces selection now, previously
14346         crashed or added to selection). Reveals longstanding btree bug -
14347         select multiple lines, middle-click on the selection, boom. This
14348         isn't related to my changes though.
14349
14350         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
14351         PangoLogAttrs changes
14352         (gtk_entry_move_backward_word): ditto
14353
14354         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
14355         functions return bool whether the iter moved onto a
14356         dereferenceable position.
14357  
14358         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
14359         functions for motion in terms of display lines.
14360
14361         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
14362         get the buffer a mark is inside
14363         
14364 2000-12-01  Alexander Larsson  <alexl@redhat.com>
14365
14366         * gdk/linux-fb/Makefile.am:
14367         * modules/linux-fb/Makefile.am:
14368         Freetype 2 final uses freetype-config
14369
14370         * gdk/linux-fb/gdkpango-fb.c:
14371         Upgrade to use Freetype 2 final.
14372         More flexible support for font aliases, this also fixes a bug with
14373         GtkFontSelector, as the aliases must be visible in the font/family list,
14374         or GtkFontSelector reads uninitialized memory.
14375
14376 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
14377
14378         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
14379         XGetIMValues to properly terminate variable argument list, and do
14380         NULL return check for ic_values and xim_styles.
14381
14382         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
14383         Restore preedit state after XmbResetIC().
14384         
14385         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
14386         XvaCreateNestedList() should take XvaNestedList, but not
14387         XvaNestedList*.
14388
14389         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
14390         preedit_draw_callback, preedit_caret_callback): Match
14391         "preedit-changed" signal name to "preedit_changed" to be
14392         consistent to the spec.
14393
14394         * gtk/gtkimcontextsimple.c (check_table):
14395         Match "preedit-changed" to "preedit_changed" to be consistent
14396         to the spec.
14397
14398 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
14399
14400         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
14401         gc->clip_region == NULL>
14402
14403 2000-11-30  Tor Lillqvist  <tml@iki.fi>
14404
14405         Changes by Hans Breuer:
14406         
14407         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
14408         Dont't use negative width and height as max_hints. This fixes
14409         Owen's recent testgtk changes for win32.
14410
14411         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
14412         gdk_win32_hdc_release): These are exported and may be called with
14413         other drawable types than our GdkDrawableImplWin32 (?).
14414
14415         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
14416         so always #define USE_BACKING_STORE.
14417
14418         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
14419         of printf for debugging output.
14420
14421         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
14422         
14423         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
14424
14425         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
14426         declaration.
14427
14428         * gtk/gtktexttypes.h: Ditto.
14429
14430         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
14431         (GDK_VoidSymbol) also if in case of arg check failure.
14432
14433         * gtk/gtkimcontextsimple.c
14434         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
14435         position to the pointer, but to the variable it points to.
14436
14437         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
14438
14439         * gtk/gtk.def: Updates.
14440
14441 2000-11-29  Elliot Lee  <sopwith@redhat.com>
14442
14443         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
14444         GTK_TYPE_TREE_MODEL.
14445
14446 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14447
14448         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
14449         Set the size of the font from the description.
14450         (gdk_text_width): Gross hack that calculates the width
14451         of text by text_length * size/2. This is necessary because
14452         GtkLabel does some ugly gtk_string_width call to calculate
14453         an good size.
14454         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
14455
14456 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
14457
14458         * docs/tutorial/gtk-tut.sgml: DND updates
14459
14460 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14461
14462         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
14463         If you pass width or height == 0 to gdk_window_clear_area they
14464         should be calculated from the window size.
14465
14466 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14467
14468         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
14469         a grab, but no grab-cursor, use the cursor from the grabbed
14470         window. (gdk_fb_window_send_crossing_events): Send normal
14471         enter/leave notifications if grab and owner_events == TRUE.
14472
14473 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14474
14475         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14476         Do implicit button grabs, even if the window doesn't
14477         want the event.
14478         (gdk_fb_window_send_crossing_events): If there is a
14479         grab, only the grabbed window gets normal enter/leave
14480         notifications. On ungrab go from grabbed window to current.
14481         Don't send any notification to b when propagating from c -> b.
14482         If setting a grab on window, don't set prev_window.
14483         (handle_mouse_input): Send enter/leave events to the window the
14484         mouse is over, not the grabbed one.
14485         
14486 2000-11-28  Elliot Lee  <sopwith@redhat.com>
14487
14488         * gdk/gdkregion-generic.c: Zap warning.
14489         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
14490         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
14491
14492 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
14493
14494         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14495         The cursor should be hidden if it is part of either the
14496         source or destination region. Not only if it is in both.
14497         (gdk_window_set_transient_for): Silence warnings.
14498
14499 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14500
14501         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
14502         The default mode in X is Pie Arcs, therefore that is
14503         what Gtk+ uses.
14504
14505 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14506
14507         * gdk/linux-fb/gdkinput-ps2.c:
14508         Implement correct EnterNotify/LeaveNotify:
14509         (gdk_fb_window_send_crossing_events): New function that sends
14510         all GdkCrossingEvents from the last mouse-window to the specified
14511         destination.
14512         (gdk_fb_window_visibility_crossing): Removed function.
14513         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
14514         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
14515         instead of gdk_window_get_pointer() for better readability.
14516
14517         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
14518         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
14519
14520         * gdk/linux-fb/gdkprivate-fb.h:
14521         removed gdk_fb_window_visibility_crossing, added
14522         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
14523
14524         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
14525         New function that finds the least common ancestor of two windows.
14526         (gdk_window_show, gdk_window_hide):
14527         Use gdk_fb_window_send_crossing_events.
14528         (gdk_fb_window_move_resize): Send configure events to toplevel
14529         windows. Use gdk_fb_window_send_crossing_events.
14530
14531 2000-11-27  Havoc Pennington  <hp@redhat.com>
14532
14533         * gtk/gtkprivate.h (enum): Remove a trailing comma
14534
14535 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
14536
14537         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
14538         the "changed" callback of the adjustment.  We need to redraw the
14539         spin button's arrows when the adjustment's range changes.
14540         (adjustment_changed_cb): Draw the arrows.
14541         (gtk_spin_button_value_changed): Draw the arrows.
14542
14543 2000-11-23  Alexander Larsson  <alexl@redhat.com>
14544
14545         * gdk/linux-fb/gdkselection-fb.c:
14546         Initial selection implementation.
14547
14548         * gtk/gtkselection.c:
14549         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
14550         requestor in gtk_selection_request.
14551         
14552         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
14553         Added gdk_selection_property atom.
14554
14555         * gdk/linux-fb/gdkprivate-fb.h:
14556         Export _gdk_selection_window_destroyed.
14557         Removed mask_off_x/y from GdkCursorPrivateFB.
14558         Removed hbearing, added top, left to PangoFBGlyphInfo.
14559
14560         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14561         Call _gdk_selection_window_destroyed
14562         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
14563         the root window has been created.
14564         (static_dx_hack, static_dy_hack, compare_draw_rects,
14565         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
14566         in region. They are already sorted. Instead just traverse them in
14567         reverse if draw_direction < 0.
14568         
14569         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14570         Double-clicks must be sent after the normal button_press.
14571         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
14572         
14573         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
14574         Pass _gdk_fb_screen_gc instead of NULL.
14575
14576         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
14577         Initialize gdk_selection_property.
14578         (gdk_event_make): Remove unused code.
14579
14580         * gdk/linux-fb/gdkcursor-fb.c:
14581         Make the pixmap for the cursor the same size as the mask. Also remove
14582         the mask_off_x/y fields in GdkCursorPrivateFB and combine
14583         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
14584         Now the whole cursor is visible.
14585
14586         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14587         Fix bug where xdest+height instead of ydest+height was used
14588         to calculate if the source and dest overlapped. This fixes the
14589         redraw bug when the main window in testgtk was scrolled when
14590         partially covered by a tall window.
14591         Copy rectangles in region in order depending on draw_direction.
14592         Also moved the draw_direction flipping of start_y and end_y into
14593         the gc functions, as this might not be what all of them want.
14594         (gdk_fb_draw_lines): Support dashed lines.
14595         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
14596         so that the text is positioned correctly (was 1 pixel high).
14597
14598         gdk/linux-fb/gdkgc-fb.c:
14599         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
14600         all lines were drawn a pixel to short. Also checked the default of
14601         the rest of the values, and they're the same as X now.
14602
14603         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
14604         Clean up pixel positioning of the glyphs. Just use bgy->top and
14605         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
14606         to all divisions to get correct rounding behaviour.
14607
14608         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
14609         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
14610         Moved start_y/end_y flip into draw_drawable implementations.
14611         Flip also x rendering when draw_direction < 0.
14612         Remove unneccesary multiply with draw_direction.
14613
14614 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
14615
14616         * docs/tutorial/gtk-tut.sgml:
14617           - get rid of gtk_toggle_button_toggled FUD
14618           - start DND section - needs work - based on:
14619                 http://wolfpack.twu.net/docs/gtkdnd/
14620
14621 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14622
14623         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14624         Correct calculation of font metrics. Now GtkEntrys have sane
14625         size.
14626
14627 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14628
14629         * gdk/gdktypes.h:
14630         Add new type GdkSpan
14631         
14632         * docs/reference/gdk/gdk-sections.txt,
14633         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
14634         gdk/gdkregion.h:
14635         Implement and document gdk_region_spans_intersect_foreach.
14636
14637         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
14638         Add new file gdkrender-fb.c which contains all core
14639         rendering code.
14640         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
14641         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
14642         (optimized rectangle fillers).
14643
14644         * gdk/linux-fb/gdkdrawable-fb2.c:
14645         Move all rendering code to gdkrender-fb.c.
14646         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
14647         Use the new span intersection functions in gdk_fb_fill_spans.
14648         gdk_fb_draw_rectangle() clips filled rectangles and calls
14649         gc->fill_rectangle with the result.
14650         gdk_fb_fill_spans() gets extra argument "sorted".
14651
14652         * gdk/linux-fb/gdkevents-fb.c:
14653         Remove unused includes and defines.
14654         New function gdk_fb_get_time() to get correct time for events.
14655
14656         * gdk/linux-fb/gdkinput-ps2.c:
14657         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
14658         Make sure to set the time of all events.
14659
14660         * gdk/linux-fb/gdkmain-fb.c:
14661         Use gdk_fb_get_time ().
14662
14663         * gdk/linux-fb/gdkprivate-fb.h:
14664         New virtual GC calls: fill_span & fill_rectangle.
14665         Export gdk_fb_get_time().
14666         gdk_fb_fill_spans() gets extra argument "sorted".
14667
14668         * gdk/linux-fb/mi*.c:
14669         Use GdkSpan instead of GdkRectangle.
14670         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
14671         from XFree 4 source)
14672         
14673 2000-11-22    <jrb@redhat.com>
14674
14675         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
14676         reversing the order in an if statement will do.  Doing so managed
14677         to make the treemodelsort half work.  Other half will follow after
14678         I get the insert function fully fixed.
14679
14680 2000-11-21  Elliot Lee  <sopwith@redhat.com>
14681         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
14682         more than 2 bits. Besides, I need to implement an evil hack. :)
14683
14684 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
14685
14686         * docs/tutorial/gtk-tut.sgml: minor corrections
14687
14688 2000-11-20  Jonathan Blandford <jrb@redhat.com>
14689         * gtk/gtktreemodelsort.h: Add convertion functions to let you
14690           convert to and from relative path's and iters.
14691
14692         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
14693           testing sorting functions a bit better.  Currently broken -- will
14694           fix in morning.
14695
14696 2000-11-20  Havoc Pennington  <hp@redhat.com>
14697
14698         * gtk/gtkwidget.c: Documented a bunch of functions in here
14699         (gtk_widget_realize): Warn if you try to realize
14700         a widget with no parent that isn't a toplevel
14701         (gtk_widget_intersect): return a gboolean
14702
14703 2000-11-20  Havoc Pennington  <hp@redhat.com>
14704
14705         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
14706         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
14707         scrolling to be implemented in GDK to finish. Also, right now
14708         we just size_allocate all children on every layout change,
14709         which is pretty lame. Test commented out of testtext.c, 
14710         until it works better.
14711
14712 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
14713
14714         * gdk/linux-fb/gdkdrawable-fb2.c:
14715         Removed unused arguments from gdk_fb_drawable_get_pixel().
14716
14717         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
14718         Renamed fidur specific mouse packet data in MouseDevice to
14719         generic. Used it in ps2 mouse handling code to avoid blocking
14720         reads.
14721
14722 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
14723
14724         * demos/gtk-demo/main.c: Changed to have the list become
14725         non-italic when the demo window is destroyed through an external
14726         event (like a close button).  Doing so found three bugs in the
14727         widget.
14728
14729         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
14730
14731         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
14732         we actually set the cell.
14733
14734         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
14735
14736         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
14737         free a leaked path.  Thanks memprof.
14738
14739 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
14740
14741         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
14742         off-by-one error when destroying allocated segments
14743         on failure. (Elliot)
14744
14745 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
14746
14747         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
14748         memleaks found by Evan Martin.
14749
14750 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
14751
14752         * Released 1.3.2
14753         
14754         * NEWS: Updates for 1.3.2
14755
14756 2000-11-17  Tor Lillqvist  <tml@iki.fi>
14757
14758         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
14759         but in general for window system specific events.
14760
14761         * gtk/gtk.def
14762         * gtk/makefile.mingw.in
14763         * gtk/makefile.msc.in: Update.
14764         
14765         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
14766
14767 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
14768
14769         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
14770         distribute gtk.immodules.
14771
14772         * gtk/Makefile.am (install-data-local): Don't install the
14773         gtk.immodules file created for the uninstalled modules;
14774         instead run gtk-query-immodules after install
14775
14776 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
14777
14778         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
14779         -rpath to the right install location.
14780
14781         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
14782         -export-dynamic.
14783
14784         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
14785         properly.
14786
14787 2000-11-15  Havoc Pennington  <hp@pobox.com>
14788
14789         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
14790         patch from Mikael Hermansson to temporarily stop blinking while
14791         the user is using the keyboard to type or navigate. 
14792
14793         Also, when blinking, stay on for longer than we stay off. Also,
14794         return from start_cursor_blink if !cursor_visible, to save
14795         checking that flag all over the place before we call
14796         start_cursor_blink.
14797
14798 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
14799
14800         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
14801         only contain a "fontset" line, which is now ignored.
14802
14803         * gtk/gtkentry.c (gtk_entry_button_release): Make 
14804         double-click-to-select-word work.
14805         
14806 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
14807
14808         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
14809         Don't move back one char when we are actually at the end of the 
14810         paragraph.
14811
14812 2000-11-15  Robert Brady  <robert@suse.co.uk>
14813
14814         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
14815         'o' < 'p'.
14816         
14817         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
14818         bind_textdomain_codeset.
14819
14820         (gtk_init_check): Make the warning about translating default:LTR
14821         sterner.
14822         
14823 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
14824
14825         * **/Makefile.am : remove unecessary rules for win32-specific
14826         config-substituted targets. If you want these rules, use
14827         --enable-maintainer-mode (called automatically by autogen.sh).
14828         Stops a lot of unneccessary make-time warnings.
14829
14830         * gtk/gtktext{layout,display}.c: Factor in total width as
14831         well as screen when figuring alignment for word-wrap as well as
14832         no wrap; this is necessary to handle lines that cannot be wrapped
14833         at all.
14834
14835 2000-11-15  Havoc Pennington  <hp@redhat.com>
14836
14837         * gtk/testtext.c: Implement essential color cycling feature
14838
14839 2000-11-15  Havoc Pennington  <hp@redhat.com>
14840
14841         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
14842         when we invalidate the main window.
14843
14844         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
14845         GtkTextView will now invalidate the side windows for us when text
14846         changes.
14847
14848 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
14849
14850         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
14851         unconditionally, since we may need to update the horizontal
14852         scrollbars even if the height didn't change.
14853
14854         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
14855         the extra attrs, since some of them affect size.
14856
14857         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
14858         x_offset correctly.
14859
14860 2000-11-15  Havoc Pennington  <hp@redhat.com>
14861
14862         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
14863         don't move the first line out into the margin, instead move the
14864         whole paragraph in order to make space for the first line within 
14865         the margin
14866
14867 2000-11-15  Havoc Pennington  <hp@redhat.com>
14868
14869         * gtk/gtktextview.c (changed_handler): offset redraw rect by
14870         xoffset in addition to yoffset, so horizontal scrolling doesn't
14871         break redraws
14872
14873 2000-11-15  Havoc Pennington  <hp@redhat.com>
14874
14875         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
14876         from the cursor
14877         (render_layout_line): fix reversed test that caused weird
14878         underlines to get drawn
14879
14880 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14881
14882         * gdk/linux-fb/gdkprivate-fb.h:
14883         Fix debug macros.
14884         
14885 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14886
14887         * gdk/linux-fb/gdkprivate-fb.h:
14888         Added virtual functions set_pixel, get_color,
14889         fill_span and draw_drawable to the GC.
14890         Added global _gdk_fb_screen_gc to use instead of
14891         NULL when drawing to the screen.
14892         Added _gdk_fb_gc_calc_state() prototype.
14893
14894         * gdk/linux-fb/gdkgc-fb.c:
14895         Call _gdk_fb_gc_calc_state() on any gc state change.
14896
14897         * gdk/linux-fb/gdkglobals-fb.c:
14898         Add _gdk_fb_screen_gc
14899                 
14900         * gdk/linux-fb/gdkdrawable-fb2.c:
14901         _gdk_fb_gc_calc_state() calculates best functions
14902         for the GC state and depth.
14903         Moved bpp specialized code to separate functions.
14904         Added optimized 24 bpp AA draw_drawable.
14905
14906         * gdk/linux-fb/gdkevents-fb.c:
14907         Silence gcc warning.
14908
14909         * gdk/linux-fb/gdkimage-fb.c:
14910         Use _gdk_fb_screen_gc
14911
14912         * gdk/linux-fb/gdkwindow-fb.c:
14913         Init and use _gdk_fb_screen_gc
14914
14915         * gdk/linux-fb/mitypes.h:
14916         Remove unused types.
14917
14918 2000-11-14  Havoc Pennington  <hp@pobox.com>
14919
14920         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
14921         to pixels
14922
14923 2000-11-14  Havoc Pennington  <hp@pobox.com>
14924
14925         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
14926
14927         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
14928         unknown char, no real reason we were using a variable. 
14929         Remove gtk_text_unknown_char variable. Fix all the text widget
14930         files accordingly.
14931
14932         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
14933         since the Unicode spec seems to prefer that character for our
14934         purposes.
14935
14936 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
14937
14938         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
14939         value of g_getenv() isn't freeable, so g_strdup it.
14940
14941         * modules/input/inuktitut.c: Inuktitut input method.
14942
14943         * modules/input/Makefile.am: Build this.
14944         
14945 2000-11-14  Elliot Lee  <sopwith@redhat.com>
14946
14947         * gtk/Makefile.am: Install gtk.immodules, needed for operation
14948         of gtk programs.
14949
14950 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
14951
14952         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
14953         reversed > that was causing Home to go to end of previous line.
14954
14955         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
14956         modified-keypresses (leave for bindings.)
14957
14958         * modules/input/Makefile.am: Remove useless -export-dynamic
14959         from module LDFLAGS.
14960
14961 2000-11-14  Havoc Pennington  <hp@redhat.com>
14962
14963         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
14964         higher.
14965
14966         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
14967         account. Also, render rise, underline, background, etc. for
14968         pixbufs as well as text. Also, draw underlines one pixel higher.
14969
14970         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
14971         PangoAttribute for the rise, so it gets drawn properly. Also,
14972         add the GtkTextAppearance attribute for pixbuf/widget segments
14973         as well; we should go ahead and have rise, underline, background,
14974         stipple work for those
14975
14976         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
14977         Pango
14978
14979 2000-11-15  Tor Lillqvist  <tml@iki.fi>
14980
14981         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
14982
14983         * gtk/gtk.def: Update.
14984
14985         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
14986         included.
14987         (gtk_rc_get_im_module_file): Use run-time installation directory
14988         on Win32.
14989
14990         * gdk/win32/rc/gdk.rc: Remove.
14991         * gdk/win32/rc/gdk.rc.in: New file.
14992         * gdk/win32/rc/Makefile.am: New file
14993         * gdk/win32/Makefile.am: Corresponding changes.
14994
14995         * gtk/gtk.rc: Remove.
14996         * gtk/gtk-win32.rc.in: New file.
14997         * gtk/Makefile.am: Corresponding changes.
14998
14999         * configure.in: Corresponding changes.
15000
15001         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
15002         has a built gtkcompat.h. Developers using CVS code on Win32 can
15003         hand-edit it from gtkcompat.h.in.
15004
15005         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
15006         gtkcompat.h from gtkcompat.h.win32.
15007
15008 2000-11-14  Havoc Pennington  <hp@redhat.com>
15009
15010         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
15011         to default to GDK_ACTION_MOVE if the drag is within a single
15012         widget. Defaults to GDK_ACTION_COPY between widgets.
15013
15014 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
15015
15016         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
15017
15018         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
15019
15020         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
15021         srcdir != builddir
15022
15023         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
15024
15025         * configure.in (GTK_VERSION): Up to 1.3.2
15026
15027         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
15028         gtkimcontextxim.h
15029
15030         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
15031         missing doc comment.
15032
15033 2000-11-14  Alexander Larsson  <alexl@redhat.com>
15034
15035         * modules/linux-fb/basic.c:
15036         Use the glib iconv wrappers.
15037
15038 2000-11-13  Havoc Pennington  <hp@pobox.com>
15039
15040         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
15041         still more bugs.
15042
15043         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
15044         scroll the GdkWindows before realization.
15045
15046 2000-11-13  Havoc Pennington  <hp@redhat.com>
15047
15048         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
15049         where GC didn't always get updated properly
15050
15051         * demos/gtk-demo/textview.c (create_tags): Use subattributes
15052         of fonts instead of setting the entire font
15053
15054         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
15055         setting entire font
15056
15057         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
15058
15059         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
15060         a bunch of individually-settable font attributes. You can still 
15061         use the "font" and "font_desc" args, they just set all the font
15062         attributes at once.
15063
15064 2000-11-13 Elliot Lee <sopwith@redhat.com>
15065
15066         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
15067
15068 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
15069
15070         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
15071         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
15072
15073         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
15074         work better.
15075
15076 2000-11-13  Havoc Pennington  <hp@redhat.com>
15077
15078         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
15079         the module file.
15080
15081         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
15082         dest->language
15083
15084         * gtk/testtext.c: Test pixels above/below/inside paragraphs
15085         settings
15086
15087         * gtk/gtktextview.c: Implement object args and setters/getters for
15088         all the aspects of the GtkTextAttributes that are not set from
15089         GtkWidget attributes. This is spacing, justification, margins,
15090         etc.
15091
15092         (gtk_text_view_set_arg)
15093         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
15094         args
15095         (gtk_text_view_class_init): Add args for justify, left_margin,
15096         right_margin, indent, and tabs
15097         
15098
15099         * gtk/gtktextlayout.c (set_para_values): fix to display indent
15100         attribute properly
15101
15102         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
15103         replace with indent attribute
15104
15105         * gtk/gtktextlayout.c (set_para_values): multiply indent by
15106         PANGO_SCALE
15107
15108         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
15109         rearranging code to do that
15110         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
15111         i.e. don't subtract the top_margin first, just to keep
15112         all margin-futzing in one place.
15113
15114         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
15115
15116         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
15117         special case of last line, Pango now handles this itself.
15118         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
15119         Y coordinate
15120         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
15121         (find_display_line_above): wasn't moving the byte index as it
15122         iterated over lines, so always returned byte 0. Also, port to use
15123         PangoLayoutIter.
15124         (find_display_line_below): same problem as
15125         find_display_line_above. Also, port to use PangoLayoutIter.
15126
15127 2000-11-13  Alexander Larsson  <alexl@redhat.com>
15128
15129         * gdk/linux-fb/*.[ch]:
15130         Massive reindent to gtk+ standard. My hands hurt.
15131
15132         * gdk/linux-fb/gdkcolor-fb.c:
15133         Move GdkColorPrivateFB from inherited to windowing_data
15134
15135         * gdk/linux-fb/gdkcursor-fb.c:
15136         _gdk_cursor_new_from_pixmap made static
15137
15138         * gdk/linux-fb/gdkdnd-fb.c:
15139         GdkDragContextPrivate moved to windowing_data
15140
15141         * gdk/linux-fb/gdkdrawable-fb2.c:
15142         Removed endian.h, use glib endianness macros instead
15143         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
15144         and GDK_DRAWABLE_IMPL_FBDATA
15145
15146         * gdk/linux-fb/gdkfont-fb.c:
15147         Add empty gdk_font_load(). Needed for linking of Gtk+.
15148
15149         * gdk/linux-fb/gdkimage-fb.c:
15150         Removed endian.h, use glib endianness macros instead
15151         Moved GdkImagePrivateFB to windowing_data
15152         gdk_image_new_bitmap didn't always allocate enough
15153         memory.
15154
15155         * gdk/linux-fb/gdkinput-ps2.c:
15156         Added semi-working support for MS serial mice.
15157
15158         * gdk/linux-fb/gdkprivate-fb.h:
15159         s/GdkWindowPrivate/GdkWindowObject/
15160         Removed GdkWindowPrivate typedef
15161         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
15162         Removed GDK_DRAWABLE_P
15163         Move GdkColorPrivateFB from inherited to windowing_data
15164         Moved GdkImagePrivateFB to windowing_data
15165
15166         * gdk/linux-fb/gdkvisual-fb.c:
15167         Removed some unused debug code.
15168
15169         * gdk/linux-fb/gdkwindow-fb.c:
15170         Use stock cursors instead of including X headers.
15171         s/GdkWindowPrivate/GdkWindowObject/
15172
15173         * gdk/linux-fb/mitypes.h:
15174         Removed unused types.
15175
15176         * modules/linux-fb/basic.c:
15177         Use the pango fribidi wrappers.
15178
15179 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15180
15181         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
15182         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
15183         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
15184         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
15185         GEqualFunc where applicable.
15186         
15187         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
15188         pango_font_description_equal as changed in pango.
15189         
15190         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
15191
15192         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
15193
15194         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
15195
15196         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
15197
15198         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
15199
15200         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
15201
15202         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
15203         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
15204
15205         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
15206         gtk_rc_styles_compare -> gtk_rc_styles_equal.
15207
15208 2000-11-12  Havoc Pennington  <hp@pobox.com>
15209
15210         * demos/gtk-demo/Makefile.am (democodedir): change demo install
15211         dir to datadir/gtk+-2.0/demo
15212
15213         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
15214         sorts of text widget and Pango font bugs. Urgh.
15215
15216         * demos/gtk-demo/Makefile.am (demos): Add textview.c
15217
15218         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
15219         tree that you should double click to see the demo. Fix 
15220         types of variables to reflect changed return values from 
15221         GtkTreeStore and GtkTreeViewColumn constructors.
15222
15223         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
15224         newly-created buffer to prepare for GObject semantics
15225
15226         * gtk/testtext.c: don't leak the buffer with GObject semantics
15227
15228         * gtk/testtextbuffer.c: ditto
15229         
15230 2000-11-12  Havoc Pennington  <hp@pobox.com>
15231
15232         Rename this testgtk to gtk-demo to avoid confusion, and 
15233         install it so people can use it as a supplement to 
15234         the documentation.
15235         
15236         * demos/gtk-demo: Moved from demos/testgtk
15237
15238         * demos/testgtk: Removed
15239
15240         * configure.in: make Makefile in gtk-demo
15241         
15242         * demos/gtk-demo/Makefile.am: Install sample source to 
15243         datadir/gtk-demo (maybe there's a better place?), and 
15244         rename the binary to gtk-demo
15245         
15246         * demos/gtk-demo/main.c (load_file): Load installed sample
15247         source if source isn't found in pwd.
15248
15249 2000-11-09  Havoc Pennington  <hp@pobox.com>
15250
15251         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
15252         argument to set the char displayed when visibility == FALSE
15253         (gtk_entry_create_layout): If !entry->visible, replace 
15254         all chars with the "invisible char"
15255
15256         * gtk/testgtk.c: Test the invisible_char deal
15257         
15258 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
15259
15260         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
15261         can't get a native font in the right encoding.
15262
15263 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
15264
15265         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
15266         respectively.
15267
15268 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
15269
15270         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
15271         Fix warning when moving between paragraphs.
15272
15273         * gtk/gtkentry.[ch]: Change move => move_cursor, 
15274         delete => delete_from_cursor, insert => insert_at_cursor
15275
15276 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
15277
15278         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
15279
15280         * modules/input/imthai-broken.c: A Thai input method for use if
15281         Thai keys are really generating Latin1 keysyms.
15282
15283         * modules/input/Makefile.am: Build these.
15284
15285 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
15286
15287         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
15288         g_filename_{to,from}_utf8 now takes an extra parameter.
15289
15290         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
15291         strftime into UTF-8.
15292
15293         (column_from_x, gtk_calendar_paint_day_names): Support RTL
15294         calendars.
15295
15296         (gtk_calendar_paint_day_names): Draw day names in the right 
15297         place.
15298         
15299 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
15300
15301         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
15302         problem with using result of g_get_charset() backwards -
15303         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
15304
15305         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
15306         negative min_width/height and max_width/height to
15307         mean "requisition"; this allows setting a window
15308         to be user-resizable in only one direction easily.
15309
15310         * gtk/testgtk.c (create_main_window): Remove hard-coded
15311         usize - set a default size in the vertical direction.
15312
15313 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
15314
15315         * gtk/gtkrange.c: Add some missing casts. Support 
15316         2 and 3 button clicks on the arrows to mean 
15317         "move by pages" and "jump to end". (Like gtkspinbutton)
15318
15319 2000-11-12 Hans Breuer <Hans@Breuer.Org>
15320
15321         * gdk/win32/makefile.msc : reflect build module changes
15322
15323         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
15324         from GdkPixmap*, cast implementation member instead.
15325
15326         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
15327         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
15328         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
15329         more Gdi functions return value checking. 
15330         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
15331         GdkImagePrivateWin32 *.
15332
15333         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
15334         menus useable again. Add #pragma message to keep reminded on this issue.
15335         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
15336         windows. This allows to enable backing store on Win32!
15337
15338         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
15339         in drawable is of impl type. Correct specific type checks appropriate.
15340  
15341         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
15342         GDK_WINDOW_DESTROYED before allocating new resources.
15343
15344         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
15345
15346         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
15347         (gdk_window_foreign_new) initialize parent handle.
15348         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
15349
15350         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
15351         Let the GDI invalidate the window on MoveWindow call to fix scrolling
15352         problems (e.g. main buttons in testgtk). 
15353
15354 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
15355
15356         * gtk/gtkentry.c (gtk_entry_key_press): Call 
15357         gtk_widget_activate for GDK_Return.
15358
15359         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
15360         of preedit cursor position.
15361
15362 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
15363
15364         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
15365         static.
15366
15367 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
15368
15369         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
15370         out support for multiple locales; that simple doesn't
15371         work reliably with current Xlib
15372
15373         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
15374         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
15375         Add support for positioning the cursor within the preedit string.
15376
15377 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
15378
15379         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
15380         at XIM input method module.
15381
15382         * gtk/gtktextview.c: Check for bindings after passing
15383         events to im context filter.
15384
15385 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
15386
15387         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
15388         empty attribute lists properly.
15389
15390 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
15391
15392         * gtk/queryimmodules.c (main): Return non-zero exit
15393         status if errors were encountered querying any
15394         modules.
15395
15396         * modules/input/Makefile.am (moduledir): remove
15397         leftover bin program target.
15398
15399         * docs/make-todo: Fix typo in error message.
15400
15401 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
15402
15403         * configure.in: Add modules/input/Makefile
15404
15405 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
15406
15407         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
15408         don't include gtkthemes.h.
15409
15410         * gtk/testgtk.c gtk/testtext.c: Set environment variables
15411         to point
15412
15413         * gtk/Makefile.am: Add new .c and .h files, build 
15414         gtk-query-immodules and use it to create a gtk.immodules
15415         file for use of test programs.
15416
15417         * gtk/gtkpreview.c: remove extra blank line.
15418
15419 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
15420
15421         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
15422         Add the ability to add extra tables beyond the default
15423         one, and also the ability to have compose sequences 
15424         that are prefixes of other compose sequences. 
15425
15426         * gtk/gtkimcontextsimple.c: Export a preedit string which
15427         consists of possible candidates for keystrokes that have
15428         been entered but not yet committed.
15429
15430         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
15431         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
15432
15433         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
15434         Add a function to add input-method switching menu items
15435         to a menu.
15436
15437         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
15438         when switching input methods.
15439
15440         * gtk/gtkimcontextsimple.[ch]: Change the format of
15441         the compose table to allow compose tables of different
15442         lengths / sequence.
15443
15444 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
15445
15446         * gtk/gtkimmodule.[ch]: Support routines for loading
15447         GtkIMContext implementations dynamically at runtime.
15448
15449         * modules/input/imcyrillic-translit.c: A sample input
15450         method (based on GtkIMContextSimple with an extra table),
15451         which demonstrates preedit strings and the module
15452         system for input modules
15453
15454         * gtk/queryimmodules.c: Program to query the available
15455         input modules and write the results into a file.
15456          
15457         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
15458         extra config options "im_module_file" (cache file for
15459         input method modules), and "im_module_path" - path
15460         to look for modules when generating cache file.
15461
15462         This doesn't scale.
15463
15464 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
15465
15466         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
15467         generic code from gtkthemes into a new abstraction
15468         GtkModule which has the logic for implementing
15469         a loadable module which implements a number of 
15470         GObject types.
15471
15472 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
15473
15474         * gtk/gtkeditable.[ch]: Convert GtkEditable from
15475         a class into an interface  
15476         
15477         * gtk/gtkoldeditable.[ch]: Move the old editable
15478         implementation into here, so legacy widgets can
15479         still rely on the implemenation. GtkOldEditable
15480         exports GtkEditable. Make selection handling
15481         code use new text conversion functions (and
15482         handle UTF-8 as a side-effect). Use GtkClipboard
15483         for CLIPBOARD.
15484
15485         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
15486         Adopt to match above changes.
15487
15488         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
15489         avoid GtkOldEditable implementation. Restructure
15490         to reduce number of places that modify state directly.
15491         Move to GtkBindingSet. Display the preedit string.
15492         Queue recomputation of PangoLayout and scroll position
15493         to improve effiency of doing complex changes naively.
15494         Add a menu with cut/copy/paste and input method selection.
15495
15496 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
15497
15498         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
15499         to set preedit string and attributes; display preedit string by
15500         inserting string and attributes at cursor when creating the
15501         GtkTextLineDisplay.
15502
15503         * gtk/gtktextlayout.c: Move all conversions between byte
15504         positions in PangoLayout and GtkTextIter into new functions
15505         line_display_iter_to_index/index_to_iter that properly
15506         handle the preedit string.
15507
15508         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
15509         it to return const char * (eventually will end up
15510         as GCONST char *, most likely.)
15511
15512         * gtk/gtktextview.[ch]: Handle the preedit string, call
15513         gtk_im_context_reset() as necessary, add a menu to switch
15514         input methods.
15515         
15516         * gtk/gtktextlayout.[ch]: Remove useless
15517         gtk_text_layout_get_log_attrs() function.
15518
15519 2000-11-11  Tor Lillqvist  <tml@iki.fi>
15520
15521         * gdk/gdk.def
15522         * gtk/gtk.def: Update.
15523
15524         * gdk/win32/*.c: Add last argument to g_type_register_static()
15525         calls.
15526
15527         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
15528
15529         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
15530         generated by older wheel mouse drivers. Get the correct y
15531         coordinate from WM_MOUSEWHEEL messages.
15532
15533         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
15534         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
15535         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
15536         Debugging functions.
15537
15538         * gdk/win32/gdkprivate-win32.h: Declare them.
15539
15540         * gdk/win32/gdkinput-win32.h: Add declaration for
15541         gdk_input_window_destroy().
15542
15543         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
15544
15545 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
15546
15547         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
15548         function to help handle keeping things in sync.
15549
15550 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
15551
15552         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
15553         BOXED marshallers.
15554
15555         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
15556         (gtk_list_store_class_init): use the new BOXED marshallers.
15557
15558         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
15559         new_with_values to new_with_types.
15560         (gtk_tree_store_get_column_type): add this.
15561         (gtk_tree_store_class_init): use the new BOXED marshallers.
15562
15563         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
15564         mirror some POINTER marshallers.
15565
15566 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
15567
15568         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
15569         allow more interesting iterators.  Also, made the lifecycle of
15570         iterators more explicit.
15571
15572         * gtk/gtktreemodelsort.[ch]: New model for sorting.
15573
15574         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
15575         types.
15576
15577 2000-11-09  Alexander Larsson  <alexl@redhat.com>
15578
15579         * demos/testgtk/menus.c:
15580         Changes to make the new testgtk compile after
15581         gtk_menu_append was removed.
15582
15583         * gdk/linux-fb/gdkdrawable-fb2.c
15584         (gdk_fb_get_depth, gdk_fb_get_visual,
15585         gdk_drawable_impl_fb_class_init): Implement
15586         these drawable functions. Now GtkImages work again.
15587
15588         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
15589
15590         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
15591         
15592         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
15593         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
15594         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
15595         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
15596
15597 2000-11-08  Havoc Pennington  <hp@pobox.com>
15598
15599         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
15600         visible_set args, don't know where these had gone, I thought they
15601         used to be there
15602
15603         * gtk/testtext.c: Add a menu item to apply invisibility tag;
15604         now we can test the feature and see that it's totally broken.
15605
15606 2000-11-08  Havoc Pennington  <hp@pobox.com>
15607
15608         Make DND copy pixbufs and tags when source and target share a 
15609         tag table.
15610         
15611         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
15612         in-process GTK_TEXT_BUFFER_CONTENTS target
15613         (gtk_text_view_drag_data_received): Paste from
15614         GTK_TEXT_BUFFER_CONTENTS if we receive it.
15615
15616 2000-11-08  Alexander Larsson  <alexl@redhat.com>
15617
15618         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
15619         API changes.
15620
15621         * gtk/gtkmenu.c: Add support for scrolling menus.
15622         Remove gtk_menu_append/prepend/insert, these have been moved to
15623         gtkcompat.h as #defines.
15624
15625         * gtk/gtkcompat.h.in:
15626         Add compatibility #defines for gtk_menu_append/prepend/insert
15627
15628         * gtk/gtkmenu.h: Add data needed for scrolling menus.
15629         GtkMenuPositionFunc gets an extra argument push_in.
15630         gtk_menu_append/prepend/insert removed.
15631         
15632         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
15633         positioning behaviour to fit to scrolling menus.
15634
15635         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
15636         into menuitem->submeny. That is wrong, and broke torn
15637         off submenus of torn off menus, since they were unrealized
15638         when the first menu was unrealized.
15639
15640         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
15641         gtk_menu_shell_select_item() since these need to be overridden in
15642         GtkMenu.
15643
15644         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
15645         positioning behaviour to fit to scrolling menus.
15646         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
15647         the current item so that it is prelighted when the menu pops up.
15648         This is a workaround to the fact that the menu doesn't get the
15649         initial enter event (due to grabs).
15650
15651         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
15652         s/gtk_menu_append/gtk_menu_shell_append/
15653
15654         * gtk/gtknotebook.c:
15655         s/gtk_menu_insert/gtk_menu_shell_insert/
15656
15657         * gtk/testgtk.c (create_menu, create_menus):
15658         Create the first menu with 50 items so that menu scrolling
15659         can be tested.
15660         
15661         
15662         Patch from Jonathan Blandford  <jrb@redhat.com>
15663
15664         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
15665         system to handle size requests.  First, we ask what the size of
15666         the toggle is.  Then, when allocating the size, we allocate the
15667         toggle_size first.  This way we can have multiple menu-item
15668         classes w/o needing a seperate class for each.
15669
15670         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
15671         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
15672
15673         * gtk/gtkcheckmenuitem.c
15674         (gtk_check_menu_item_toggle_size_request): New function to handle
15675         the toggle size-request.
15676
15677 2000-11-07  Havoc Pennington  <hp@redhat.com>
15678
15679         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
15680         Half-ass somewhat fix this function, so that scrolling to the
15681         insertion point works. Pango hacking is in the future to really
15682         fix it.
15683
15684         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
15685         length of data, no longer used.
15686
15687         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
15688         method contents in here, get rid of destroy method
15689         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
15690         that were backward. Remove debug spew.
15691         (cut_or_copy): Make the clipboard work with insert_range to
15692         preserve tags and pixbufs, not just the primary selection.
15693
15694 2000-11-07  Havoc Pennington  <hp@redhat.com>
15695
15696         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
15697         to gtk_text_mark_get_visible
15698
15699         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
15700         bug that was generating an invalid iterator
15701
15702         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
15703         ensure_char_offsets() in front of code placing the iter in an
15704         invalid state.
15705
15706         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
15707         make override_location arg const
15708         (paste): Replace the selection if we paste into the 
15709         current selection
15710
15711         * gtk/gtkselection.h: Remove "GtkSelectioData"
15712         (struct _GtkSelectionData): move the definition here.
15713
15714         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
15715         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
15716
15717         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
15718
15719         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
15720         (gtk_text_buffer_insert_range_interactive): implement
15721         (gtk_text_buffer_get_tags): Remove, replaced by
15722         gtk_text_iter_get_tags()
15723
15724         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
15725         limit parameter, to avoid infinite linear scan.
15726         (gtk_text_iter_backward_search): Add search limit
15727         (gtk_text_iter_forward_find_char): Add search limit
15728         (gtk_text_iter_backward_find_char): Add search limit
15729
15730 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
15731
15732         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15733         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
15734         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
15735         gdk/linux-fb/gdkwindow-fb.c:
15736         use g_object_new() instead of g_type_create_instance() which
15737         is a private function for fundamental type implementations.
15738
15739         * gdk/linux-fb/gdkinput-ps2.c:
15740         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
15741         instead just store the current modifier state. Add a (somewhat broken)
15742         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
15743         Rename exported function gdk_input_ps2_get_mouseinfo to
15744         gdk_input_get_mouseinfo.
15745
15746         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
15747         gdk/linux-fb/gdkwindow-fb.c:
15748         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
15749         
15750
15751 2000-11-02  Havoc Pennington  <hp@redhat.com>
15752
15753         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
15754         use stock buttons. Should be 100% source compatible, appropriate
15755         filesel fields now point to dialog->vbox and dialog->action_area.
15756         On the bizarre side, dialog->action_area and filesel->action_area
15757         are not the same widget.
15758         (gtk_file_selection_init): Put some padding around the selection
15759         entry, so it isn't touching the GtkDialog separator.    
15760
15761         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
15762         use stock buttons, etc. Should also be source compatible.
15763         Set the dialog default title in _init not _new().
15764         
15765         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
15766         Use stock buttons; don't put a button box inside the existing
15767         dialog button box. Don't bother with push/pop colormap anymore.
15768
15769         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
15770         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
15771         for message dialog, and necessary for the font selection and color
15772         selection with help and apply buttons.
15773         
15774         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
15775         to the created button widget. Set GTK_CAN_DEFAULT on the button.
15776         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
15777         between buttons, put less padding around the action area.
15778         (gtk_dialog_run): Exit on unmap rather than on destroy. 
15779         This will also exit the loop if the widget is hidden.
15780         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
15781         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
15782         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
15783         special-case delete event.
15784
15785         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
15786         formatting
15787         
15788 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
15789
15790         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
15791         button to temporarily disable position recording in the
15792         "saved position" test.
15793
15794 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
15795
15796         * gtk/gtkthemes.c: added compat code that temporarily implements
15797         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
15798         going to be revamped by owen's upcoming GtkModule patches, but
15799         untill then people want gtk to build, right? ;)
15800
15801 2000-11-04  Havoc Pennington  <hp@pobox.com>
15802
15803         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
15804         list
15805
15806         * docs/Changes-2.0.txt: Add note about
15807         gtk_container_get_toplevels()
15808
15809         * gtk/gtktextview.h: formatting
15810         
15811         * gtk/gtktextview.c: don't start descriptions with "Returns",
15812         confuses gtk-doc
15813
15814 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
15815
15816         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
15817         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
15818
15819 2000-11-03  Havoc Pennington  <hp@redhat.com>
15820
15821         * gtk/gtktexttagtable.c: Docs
15822         (gtk_text_tag_table_size): return a signed int
15823
15824         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
15825         (gtk_text_tag_event): make the event_object a GObject
15826
15827         * gtk/gtktextview.c: Write API docs for all functions.
15828
15829         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
15830         for gtk_text_view_get_window_type() called on one of the private
15831         windows.
15832
15833         * gtk/gtktextview.c: Instead of accessing text_view->buffer
15834         directly, call get_buffer() which demand-creates a default
15835         buffer. So gtk_text_view_new() can be used to create a view with a
15836         default buffer in it, if you just want an empty text box users can
15837         put data in. Useful for GUI builders also.
15838
15839 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
15840
15841         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
15842         the charset encodign portion MUST be in lowercase.
15843         * gtk/gtkrc.az: added file for Azeri language
15844
15845 2000-11-03  Havoc Pennington  <hp@redhat.com>
15846
15847         Get widgets working on the btree/buffer side. Display of them 
15848         still doesn't work.
15849         
15850         * gtk/gtktextview.c: start implementing child widget stuff
15851
15852         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
15853
15854         * gtk/gtktextlayout.c: handle embedded widgets
15855
15856         * gtk/gtktextdisplay.c: handle embedded widgets
15857
15858         * gtk/gtktextchild.c: Implement all the child anchor goo
15859
15860         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
15861         function
15862
15863         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
15864         (insert_pixbuf_or_widget_segment): abstract out common portions of 
15865         creating a child anchor or a pixbuf segment.
15866         (gtk_text_btree_create_child_anchor): new function
15867         (gtk_text_btree_unregister_child_anchor): new function
15868
15869         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
15870         allocate_child signal on GtkTextLayout
15871
15872         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
15873         values
15874         (gtk_text_iter_get_child_anchor): new function
15875
15876         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
15877         default handler for the changed signal, which calls
15878         gtk_text_buffer_set_modified(), instead of just always emitting
15879         changed then calling set_modified() manually. I guess this is
15880         maybe more flexible. It seems logical.
15881
15882 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
15883
15884         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
15885         now.
15886
15887         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
15888
15889 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
15890
15891         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
15892         been marked static.
15893
15894 2000-11-02  Havoc Pennington  <hp@redhat.com>
15895
15896         * gtk/testgtk.c (create_labels): had a test backward
15897
15898         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
15899         fields, so the dest GC ends up with the correct clip origin, 
15900         etc. Fixes a bug where colored labels didn't redraw 
15901         properly.
15902
15903 2000-11-02  Alexander Larsson  <alexl@redhat.com>
15904
15905         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15906         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
15907         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
15908         Add last argument to t_type_register_static call.
15909         
15910         * gdk/linux-fb/gdkdrawable-fb2.c:
15911         Add last argument to t_type_register_static call.
15912         export the get_image drawable virtual function.
15913
15914         * gdk/linux-fb/gdkimage-fb.c:
15915         Add last argument to t_type_register_static call.
15916         rename gtk_image_get to _gdk_fb_get_image and
15917         export it for use by gdkdrawable-fb2.
15918
15919         * gdk/linux-fb/gdkprivate-fb.h:
15920         export _gdk_fb_get_image.
15921
15922         * gdk/linux-fb/gdkselection-fb.c:
15923         Add new api call stubs.
15924
15925         * gtk/Makefile.am:
15926         Missing ( in linux-fb part.
15927
15928         * modules/linux-fb/Makefile.am:
15929         Must link with gdk_pixbuf or get unresolved symbol.
15930
15931 2000-11-01  Havoc Pennington  <hp@pobox.com>
15932
15933         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
15934         GTK_TYPE_TEXT_ITER and BOXED marshallers
15935
15936         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
15937
15938         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
15939         
15940         * gtk/gtk-boxed.defs: add GtkTextIter
15941
15942         * gtk/gtkmarshal.list: Add marshallers for text widget that 
15943         properly use OBJECT and BOXED
15944
15945 2000-11-01  Havoc Pennington  <hp@redhat.com>
15946
15947         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
15948
15949         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
15950         before returning it. 
15951         
15952 2000-11-01  Havoc Pennington  <hp@redhat.com>
15953
15954         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15955         Clip the rectangle to be rendered to the drawable, since
15956         get_from_drawable() requires a region within the drawable
15957
15958 2000-11-01  Havoc Pennington  <hp@redhat.com>
15959
15960         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
15961         from coordinates.
15962
15963 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
15964
15965         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
15966         it isn't NULL.
15967
15968 2000-11-01  Havoc Pennington  <hp@pobox.com>
15969
15970         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
15971         on a label
15972         (gtk_label_finalize): unref the attr list if any.
15973
15974         * gtk/testgtk.c (create_get_image): close test on second click
15975         (make_message_dialog): close dialog if it exists
15976
15977         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
15978
15979         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
15980         gdk-pixbuf
15981
15982         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
15983         from Pango markup format
15984         (gtk_label_set_markup_with_accel): ditto but with accelerator
15985         parsing
15986
15987         * gtk/gtkimage.c (gtk_image_expose): reformatting.
15988
15989         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
15990         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
15991         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
15992         call gdk_window_get_origin().
15993
15994         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
15995         implement GDK_PIXBUF_ALPHA_FULL
15996         
15997 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
15998
15999         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
16000         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
16001         g_signal_handlers_disconnect_matched to block/unblock and disconnect
16002         multiple handlers respectively, instead of only treating the
16003         first handler found (bug reported by owen).
16004
16005 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
16006
16007         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
16008
16009         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
16010
16011         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
16012         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
16013         gtk/gtktreeviewcolumn.h: Fixed inline docs.
16014
16015         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
16016         widget.  Needs writing someday.
16017
16018         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
16019         the docs.
16020
16021 2000-10-30  Havoc Pennington  <hp@redhat.com>
16022
16023         * gtk/gtktextview.h, gtk/gtktextview.c:
16024         Rename delete_at_cursor delete_from_cursor, and 
16025         move to move_cursor.
16026
16027 2000-10-30  Havoc Pennington  <hp@redhat.com>
16028
16029         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
16030         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
16031         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
16032         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
16033         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
16034         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
16035         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
16036         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
16037         gtktexttypes.h, gtktextview.c, gtktextview.h:
16038
16039         Massive reindentation and reformatting. Arg alignment and comments
16040         still need fixing in various places.
16041
16042 2000-10-30  Havoc Pennington  <hp@redhat.com>
16043
16044         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
16045         to be named insert_at_cursor and delete_at_cursor so C++ can
16046         handle them.
16047
16048 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16049
16050         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
16051         to get a double directory separator in case the home directory
16052         ends with one. This would cause trouble especially on Windows,
16053         where the path will be confused with the syntax for an an UNC
16054         (network share) path \\server\share\path.
16055         (gtk_rc_add_initial_default_files): Ditto.
16056
16057 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
16058
16059         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
16060
16061         * gtk/gtktextview.c: Use correct marshallers.
16062
16063 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
16064
16065         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
16066         use new iter stuff, and added all the appropriate signals et al.
16067
16068         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
16069         code is internal to gtk only.
16070
16071 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16072
16073         * gtk/gtk.def
16074         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
16075         glib-genmarshal etc.
16076
16077 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
16078
16079         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
16080         parallel builds.
16081
16082 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
16083
16084         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
16085
16086 2000-10-27  Robert Brady  <robert@suse.co.uk>
16087
16088         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
16089         en_GB (British), ia (Interlingua).
16090
16091 2000-10-26  Havoc Pennington  <hp@redhat.com>
16092
16093         * gtk/gtktextiter.c (my_strrstr): fix constness warning
16094
16095         Fixed output of:
16096         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
16097         
16098         * gtk/gtktextsegment.c (char_segment_new): rename
16099         (_char_segment_new_from_two_strings): rename
16100         (_toggle_segment_new): rename
16101         
16102         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
16103         (make_clipboard_widget): make it static
16104         (text_get_func): static
16105         (text_clear_func): static
16106
16107         * gtk/gtkcolorsel.c (adjustment_changed): make this function
16108         static
16109         (hex_changed): make it static
16110         (hsv_changed): make it static
16111         (opacity_entry_changed): make it static
16112
16113         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
16114         (toggle_segment_check_func): rename with _gtk
16115
16116         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
16117         (_widget_segment_new): rename
16118         (_widget_segment_add): rename
16119         (_widget_segment_remove): rename
16120         (_widget_segment_ref): rename
16121         (_widget_segment_unref): rename
16122
16123         * gtk/gtktextmark.c (_mark_segment_new): Rename
16124         _gtk_mark_segment_new   
16125
16126 2000-10-26  Havoc Pennington  <hp@redhat.com>
16127
16128         * gtk/gtkmarshal.list: add new marshallers used by the text widget
16129         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
16130         types
16131
16132         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
16133         marshaller types
16134
16135         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
16136         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
16137         license on these files.
16138
16139         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
16140         work.
16141
16142         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
16143         runtime random number different for each tree, instead of 
16144         a constant I made up.
16145
16146 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
16147
16148         * gtk/Makefile.am: buncha cleanups, kludged build sources
16149         dependencies with a Makefile: oldest-source-stamp dependancy
16150         for the moment. automake is really fighting us here, with
16151         intentionally not allowing user-defined rules or dependancies
16152         prior to it's -include $(DEP_FILES) statement. sucks rocks!
16153
16154         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
16155         to public headers. tehy have a comment stating that they are
16156         "semi-public" aren't included by gtk.h and if enums popup there,
16157         they can be /*< skip >*/-ed.
16158
16159         * gtk/gtktextlayout.h: 
16160         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
16161         added LGPL... <SIGH>
16162
16163 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
16164
16165         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
16166         GtkTreeIter.  Added iterators everywhere.
16167
16168         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
16169
16170         * gtk/gtktreeviewselection.c: Changed to use the iterators.
16171
16172         * gtk/gtktreestore.c: Changed to use the iterators.
16173
16174         * gtk/gtkliststore.c: Commented out the code.  Will convert to
16175         iterators tomorrow.
16176
16177         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
16178         iterators tomorrow.
16179
16180         * gtk/treestoretest.c: Changed to use iterators.
16181
16182         * demos/testgtk/main.c: Moved to use the new iterator system.
16183
16184 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
16185
16186         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
16187         localization misbehaviour.
16188
16189         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
16190         a useless type without copy/free.
16191
16192         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
16193         of GTK_TYPE_CTREE_NODE.
16194
16195 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
16196
16197         * gtk/gtksignal.c:
16198         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
16199         applicable.
16200
16201         * gtk/gtk-boxed.defs (GtkSelectionData): specify
16202         gtk_selection_data_copy and gtk_selection_data_free
16203         do GtkSelectionData work as params in signals.
16204
16205 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
16206
16207         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
16208         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
16209         couldn't they at least give it a non-standard name?
16210         
16211         * gtk/gtktextlayout.c: arg! yet another implementation of
16212         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
16213
16214         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
16215         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
16216         home. now i know this _is_ a conspiracy.
16217
16218         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
16219         ::state-changed.
16220
16221         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
16222         (gtk_accel_group_create_add): marshaller signature fixups.
16223
16224         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
16225         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
16226
16227         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
16228         anymore.
16229
16230 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
16231
16232         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
16233         due to the signal system changes, it wouldn't build currently. to
16234         be fixed soon.
16235
16236         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
16237
16238         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
16239         so it needs gtk_marshal_VOID__ENUM() instead of
16240         gtk_marshal_NONE__UINT().
16241
16242         * gdk/gdk*.c: adapted type registration functions.
16243
16244         * gtk/gtkbindings.c:
16245         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
16246         gone.
16247
16248         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
16249
16250         * gtk/gtkobject.c:
16251         (gtk_object_destroy):
16252         (gtk_object_shutdown): fixed recursion guards. basically we have to
16253         catch the case where any of GObject.shutdown() or gtk_object_destroy()
16254         is called during ::destroy, and avoid recursion there.
16255
16256         * gtk/gtktypeutils.c:
16257         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
16258         boxed_copy/boxed_free. this needs a more general solution based on a
16259         publically installed code-generator utility.
16260
16261         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
16262         glib's gobject has support for that now.
16263         define GtkSignalMarshaller in terms of GSignalCMarshaller.
16264
16265 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
16266
16267         * gtk/gtksignal.[hc]:
16268         * gtk/gtkmarshal.[hc]:
16269         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
16270         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
16271         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
16272         care of that.
16273
16274         * *.c: marshaller name fixups.
16275
16276         * gtk/gtkmarshal.list: added a comment briefing the format.
16277
16278 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
16279
16280         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
16281         compatibility macros here now. more specifically, most of
16282         the API is preserved (yes, _most_, nonwithstanding the
16283         following exceptions listed, the API is stil lHUGE ;)
16284         things that got removed completely:
16285         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
16286         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
16287         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
16288         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
16289         gtk_signal_remove_emission_hook().
16290         non-functional functions variants:
16291         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
16292         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
16293         not supported anymore.
16294         (gtk_signal_compat_matched): new internal function to aid
16295         implementation of the compatibility macros, it  provides
16296         functionality to block/unblock/disconnect handlers based
16297         on func/data.
16298
16299         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
16300
16301         * *.c: adaptions to new type registration API signatures.
16302
16303 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
16304
16305         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
16306
16307 2000-10-25  Robert Brady  <robert@suse.co.uk>
16308
16309         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
16310         gdk_property_delete): If window == NULL, assume the root window.
16311         (restoring the behaviour that was in 1.2).
16312         
16313         * gtk/testtext.c (save_buffer): Allow creation of new files when
16314         saving.
16315
16316         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
16317         calls to read().
16318
16319 2000-10-25  Tor Lillqvist  <tml@iki.fi>
16320
16321         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
16322
16323         * gdk/win32/gdkdrawable-win32.c
16324         * gdk/win32/gdkimage-win32.c
16325         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
16326         X11 backend.
16327
16328         * gdk/win32/gdkcc-win32.c
16329         * gdk/win32/gdkcolor-win32.c
16330         * gdk/win32/gdkfont-win32.c
16331         * gdk/win32/gdkinput-win32.c
16332         * gdk/win32/gdkmain-win32.c
16333         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
16334
16335 2000-10-24  Havoc Pennington  <hp@redhat.com>
16336
16337         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
16338         it a static function
16339
16340         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
16341         redraw text when a tag is applied to it.
16342
16343         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
16344         (gtk_text_tag_affects_nonsize_appearance): private functions to
16345         see if a tag requires various kinds of redraw/layout to be queued
16346         up.
16347
16348         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
16349
16350         * gtk/testtext.c (fill_example_buffer): Put the cursor 
16351         at the start of the buffer, so search works by default
16352
16353         * gtk/gtktextiter.c (lines_match): init match_start always
16354
16355         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
16356         function, get iter at a line + a byte index
16357
16358         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
16359         to set byte position within a line
16360         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
16361
16362 2000-10-23  Havoc Pennington  <hp@redhat.com>
16363
16364         * gtk/testtext.c: Re-enable the "find" dialog
16365
16366         * gtk/testgtk.c: Add test for gdk_drawable_get_image
16367         
16368         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
16369         the arguments to gdk_draw_drawable were in the wrong order
16370         (gdk_window_paint_init_bg): This function was ignoring the
16371         init_region, instead of clipping to it, so the entire backing
16372         pixmap was cleared on every begin_paint()
16373         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
16374         was in here again, the loop kept using the same GtkWindowPaint
16375         over and over.
16376         (gdk_window_begin_paint_region): Fix a bug where we had two
16377         x_offset instead of x_offset and y_offset
16378
16379         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
16380         before we get the image.
16381         (gdk_draw_drawable): get the composite before we draw the drawable.
16382         (gdk_drawable_real_get_composite_drawable): default
16383         get_composite_drawable implementation that returns the drawable 
16384         itself
16385
16386         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
16387         get_composite_drawable virtual function
16388
16389         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
16390         list-walking bug
16391
16392         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
16393         make this work if the source drawable is a GdkDrawableImplX11
16394         instead of a public drawable type. This is really broken; the
16395         problem is that GdkDrawable needs a virtual method get_xid(), but
16396         of course that doesn't work in practice. Enter RTTI.
16397
16398         Also, improve mismatched depth message.
16399
16400         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
16401         GdkPixmap
16402
16403         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
16404         install _gdk_x11_get_image as our implementation of get_image
16405         
16406         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
16407         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
16408
16409         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
16410         gdk_drawable_get_image
16411
16412         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
16413
16414         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
16415         get_image
16416
16417         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
16418         trailing semicolon after for loop
16419
16420 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
16421
16422         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
16423         where font_desc for widget's context lagged widget's font_desc by
16424         one step.
16425
16426 2000-10-22  Tor Lillqvist  <tml@iki.fi>
16427
16428         * gdk/win32/gdkgc-win32.c
16429         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
16430
16431         * gtk/makefile.mingw.in
16432         * gtk/gtk.def: Updates.
16433
16434         * gtk/testgtk.c: sleep() is called _sleep in MS's C
16435         library.
16436
16437         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
16438
16439         * gtk/makefile.msc: Remove
16440
16441         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
16442
16443         * gtk/Makefile.am: Add it.
16444
16445         * configure.in: Generate it.
16446
16447         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
16448         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
16449         something even if not implemented, to satisfy picky MSVC.
16450
16451         Patches by Hans Breuer:
16452         
16453         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
16454         SetBkMode() and SetTextAlign() before calling
16455         pango_win32_render().
16456
16457         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
16458         Set hcliprgn to NULL after destroying it.
16459         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
16460
16461         * gdk/win32/gdkgeometry-win32.c
16462         (_gdk_windowing_window_queue_antiexpose): More effective
16463         implementation.
16464
16465         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
16466         depth as default, not the visual's.
16467
16468         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
16469         against empty title.
16470
16471         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
16472         IMAGE_PRIVATE_DATA.
16473
16474         * gdk/win32/gdkimage-win32.c: Use it.
16475
16476 2000-10-22  Robert Brady  <robert@suse.co.uk>
16477
16478         * configure.in: Check for bind_textdomain_codeset
16479
16480         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
16481         present, make use of it.
16482
16483         Add a translatable string "default:LTR" which, if translated
16484         to "default:RTL", will cause the default direction to be
16485         Right-to-Left.
16486
16487         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
16488         direction if marked as flippable.
16489
16490         * gtk/gtkhscale.c: Mark widget as flippable.
16491         
16492 2000-10-04  Havoc Pennington  <hp@redhat.com>
16493
16494         * gtk/testgtk.c (create_buttons): create some stock buttons
16495         with the default accel group
16496         (create_image): test some new GtkImage features
16497         (make_message_dialog): test GtkMessageDialog
16498         (create_modal_window): fix someone's bizzarro indentation
16499
16500         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
16501         GTK_WIN_POS_CENTER_ON_PARENT. 
16502         Add "destroy with parent" setting, which means the window goes
16503         away with its transient parent.
16504         (gtk_window_get_default_accel_group): get the default accel group
16505         for the window.
16506         (gtk_window_set_destroy_with_parent): set/unset destroy with
16507         parent flag
16508         (gtk_window_read_rcfiles): invalidate icon set caches
16509         after reloading rcfiles 
16510
16511         * gtk/gtkenums.h (GtkWindowPosition): add
16512         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
16513         on its parent window when the dialog is mapped for the first time.
16514
16515         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
16516         a simple message dialog class
16517         
16518         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
16519         handler to emit response signal, and maybe later it would
16520         honor a hide_on_delete flag - though that isn't there yet.
16521         Set border width on the vbox to 2, so we get some padding.      
16522         Use a button box for the action area.
16523         (gtk_dialog_key_press): synthesize a delete event if Esc
16524         is pressed and the GtkWidget key press handler didn't 
16525         handle the escape key.
16526         (gtk_dialog_new_with_buttons): new function creates a dialog
16527         with some default buttons in it.
16528         (gtk_dialog_add_action_widget): add an activatable widget
16529         as a button in the dialog - you can also add a non-activatable
16530         widget by accessing the action area directly.
16531         (gtk_dialog_add_button): add a simple button - stock ID or 
16532         label - to the action area
16533         (gtk_dialog_response): emit response signal
16534         (gtk_dialog_run): block waiting for the dialog, return 
16535         the response. Override normal delete_event behavior, so that 
16536         delete_event does nothing inside gtk_dialog_run().
16537
16538         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
16539         emitted when an action widget is clicked or the dialog gets
16540         delete_event
16541
16542         * gtk/gtk.h: add gtkmessagedialog.h
16543
16544         * gtk/Makefile.am: add gtkmessagedialog.[hc]
16545
16546 2000-10-18  Havoc Pennington  <hp@redhat.com>
16547
16548         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
16549         where any number of empty lines would get skipped
16550
16551         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
16552         edge.
16553
16554         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
16555         warning about invalid iterators (explain more thoroughly)
16556         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
16557
16558         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
16559         big
16560
16561         * demos/*.c: Add error handling
16562
16563         * gtk/gtktextbuffer.c: don't modify const iterators
16564
16565         * gtk/gdk-pixbuf-loader.c: Add full error handling here
16566
16567         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
16568         on file load
16569
16570         * gtk/gtkiconfactory.c: Update to reflect addition of error
16571         handling to gdk-pixbuf loaders
16572
16573 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
16574
16575         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
16576         move to new modularized testgtk.
16577
16578 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
16579
16580         * gtk/gtktreeview.c: Draw the arrows correctly.
16581
16582         * gtk/gtktreemodel.c: Added user docs.
16583
16584         * gtk/gtk.h: remove gtktreedatalist.h.
16585
16586         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
16587         parent when generating my type.
16588
16589         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
16590         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
16591
16592 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16593
16594         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
16595         GtkTreeModel from object to interface.
16596
16597 2000-10-16  Havoc Pennington  <hp@redhat.com>
16598
16599         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
16600         compilation
16601
16602 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16603
16604         * gtk/gtktreeselection.c: Add API documentation to all public
16605         functions.
16606
16607         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
16608         functions.
16609
16610 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
16611
16612         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
16613         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
16614         docs to all public functions.
16615
16616         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
16617         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
16618         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
16619         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
16620         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
16621         issue.
16622
16623 2000-10-14  Robert Brady  <robert@suse.co.uk>
16624
16625         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
16626
16627 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
16628
16629         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
16630         values other then G_TYPE_STRING.
16631         * gtk/gtktreeselection.c: Minor commenting updates.
16632         * gtk/gtktreeview.c: Format updates.
16633
16634 2000-10-09  Tor Lillqvist  <tml@iki.fi>
16635
16636         * README.win32: Update.
16637
16638         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
16639         lines that had been deleted by mistake (?).
16640
16641         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
16642         also the case fg==white and bg==black (but still not randomly
16643         coloured cursors). Thanks to Wolfgang Sourdeau.
16644
16645         * gdk/win32/*.c: Silence gcc -Wall.
16646
16647         * gtk/gtk.def: Add missing entry points.
16648
16649         Fixes by Hans Breuer:
16650
16651         * gdk/makefile.msc
16652         * gdk/win32/makefile.msc: Update.
16653
16654         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
16655         some MSVC thing, presumably), cause breakpoint on failures. Add
16656         GDK_NOR case. Call g_log_set_always_fatal.
16657
16658         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
16659         should be pased by reference.
16660         
16661         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
16662         
16663         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
16664
16665         * gdk/win32/gdkevents-win32.c
16666         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
16667
16668         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
16669         implementation object.
16670
16671         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
16672         not just windows.
16673         
16674         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
16675         Use the wrapper object.
16676         
16677 2000-10-06  Havoc Pennington  <hp@redhat.com>
16678
16679         * Makefile.am (SRC_SUBDIRS): contrib subdir
16680
16681         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
16682         so it can be used in Xlib version
16683
16684         * demos/testpixbuf.c (update_timeout): error checking from 1.0
16685         tree
16686
16687         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
16688         change from 1.0 tree that returns first frame of animation
16689         if the loaded file is an animation.
16690
16691         * contrib: add new directory to hold stuff that comes with GTK+
16692         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
16693         
16694         * configure.in: add contrib/*
16695
16696 2000-10-05  Havoc Pennington  <hp@redhat.com>
16697
16698         * demos/testpixbuf-save.c: add pixbuf save test
16699
16700         * demos/Makefile.am: add testpixbuf-save.c
16701
16702 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
16703
16704         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
16705         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
16706         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
16707         * gtk/gtktreeselection.[ch]: Replaced
16708         "node_selected"/"node_unselected" signal with "selection_changed"
16709         signal.
16710
16711 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16712
16713         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
16714         tree widget.
16715
16716 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16717
16718         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
16719         drawing.
16720
16721 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
16722
16723         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
16724         Move list pointer forwards before removing item from
16725         list. (Crash reported by Salmaso Raffaele)
16726
16727         * gdk/gdkwindow.h: Remove spurious trailing ,
16728
16729         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
16730         dependencies on uninstalled libraries, sorry folks.
16731
16732 2000-10-04  Havoc Pennington  <hp@redhat.com>
16733
16734         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
16735         gtk/gtkiconfactory.c: Fix copyrights    
16736
16737         * demos/testpixbuf.c: add inline pixbuf test
16738         
16739 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
16740
16741         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
16742         Add gdk_window_iconify.
16743
16744         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
16745         (gdk_window_set_geometry_hints): Add win_gravity
16746         to geometry structure.
16747
16748         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
16749         Implement _NET_WM_PING.
16750
16751         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
16752         Set _NET_WM_PID on the client leader.
16753
16754         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
16755         Handle UTF-8 better.
16756
16757         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
16758         UTF-8 better, set _NET_WM_NAME as well. Only set
16759         icon name if it hasn't previously been explicitely 
16760         set.
16761
16762 2000-10-03  Havoc Pennington  <hp@redhat.com>
16763
16764         * gtk/testtextbuffer.c: clean up trailing whitespace,
16765         add extensive tests for tag toggle iteration.
16766         
16767         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
16768         distance
16769
16770         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16771         optimize case where the tag root is on level 1
16772         (gtk_text_line_previous_could_contain_tag): attempt to implement
16773         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
16774         functionality
16775
16776         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
16777         Implement this, though not very efficiently.
16778
16779         * gtk/gtktextiterprivate.h: reformat
16780
16781         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
16782         iterator
16783
16784         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
16785         this to properly revalidate the iterators.
16786
16787         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
16788         properly at the end of the line (and therefore on empty lines)
16789
16790         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
16791         maybe we should return a value...
16792
16793 2000-10-03  Tor Lillqvist  <tml@iki.fi>
16794
16795         * config.h.win32: Guard definition of alloca(). glib.h now handles
16796         that.
16797
16798         * gdk/gdk.def
16799         * gtk/gtk.def: Add new entry points.
16800
16801         Changes just to make GTK+ build without errors on Win32. No hope
16802         of it working in its current state, though...:
16803         
16804         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
16805         some functions from the X11 backend, just to make GTK+ build.
16806
16807         * gdk/makefile.mingw.in
16808         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
16809         number. Add new object files.
16810
16811         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
16812         GetMessageTime to get timestamp (where on X11 uses
16813         gdk_x11_get_server_time()).
16814
16815 2000-10-02  Havoc Pennington  <hp@pobox.com>
16816
16817         * gtk/gtktextview.c: text_window_* weren't static and should have
16818         been.
16819         Start work on child widgets; not yet complete, syncing to 
16820         office computer.
16821
16822         * gtk/gtktextchild.h: change this to contain a public interface,
16823         starting work on child interfaces.
16824         * gtk/gtktextchildprivate.h: move private interfaces here
16825
16826         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
16827
16828         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
16829         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
16830         gtk/gtktextmark.c: copyright notices
16831
16832         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
16833         internal functions      
16834
16835         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
16836         internal function
16837
16838         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16839         Reformatting    
16840
16841 2000-09-30  Havoc Pennington  <hp@pobox.com>
16842
16843         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
16844         NULL start/end pointers
16845
16846         * gtk/gtktextbuffer.c: Write some docs
16847         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
16848         NULL, so you can just check whether there's a selection.        
16849
16850         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
16851         cleanup_line or segments_changed ourselves, it gets done 
16852         in unlink_segment
16853
16854         * gtk/gtktextmark.h:
16855         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
16856         
16857         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
16858
16859         * gtk/gtktextmark.c: delete some more old Tk cruft
16860
16861         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
16862         mark before removing it, so we can emit MARK_DELETED with a valid
16863         pointer.
16864         (gtk_text_buffer_mark_set): hold ref across signal emission
16865
16866         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
16867         whining about attempts to delete special marks
16868
16869         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
16870         underscore, since it's internal.
16871
16872         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
16873         now implemented in terms of iterators in gtktextiter.h
16874
16875         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
16876         New function, destructively sets contents of buffer. Also 
16877         a convenient way to clear the buffer by setting text to ""
16878
16879         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
16880         multiline string literal
16881
16882         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
16883         text changes.
16884
16885         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
16886         is not dereferenceable
16887         (gtk_text_iter_forward_lines): fix return value
16888
16889 2000-09-29  Havoc Pennington  <hp@redhat.com>
16890
16891         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
16892
16893         * gtk/gtktextview.c: Implement drag thresholding; change functions 
16894         that set border window size to have nicer name
16895         (gtk_text_view_mark_set_handler):  Fix this to have the 
16896         right signature.
16897
16898         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
16899
16900         * gtk/testtext.c: Update with API changes, put line numbers on 
16901         both sides.
16902         
16903         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
16904         with this
16905
16906         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
16907         pixbuf; delete a big block of #if 0 Tk code
16908
16909         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
16910         insert_pixmap with insert_pixbuf
16911
16912 2000-09-29  Martin Baulig  <baulig@suse.de>
16913
16914         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
16915         confusion with the GdkPixbuf of the GNOME 1.x platform.
16916
16917 2000-09-29  Havoc Pennington  <hp@pobox.com>
16918
16919         * gtk/gtktextview.c: Implement the side windows.
16920
16921         * gtk/testtext.c: Implement simple line numbering in the 
16922         left side window; seems to make scrolling sloooow. Oops.
16923         Also, cursor blink is for some reason causing redraws
16924         of the line numbers. Should investigate...
16925
16926 2000-09-28  Havoc Pennington  <hp@redhat.com>
16927
16928         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
16929         scrolling child windows, and draw focus rectangle properly.
16930         
16931         (gtk_text_view_buffer_to_window_coords):
16932         Coordinate transformation to deal with all these freaking windows
16933         and offsets
16934         (gtk_text_view_window_to_buffer_coords): transform the other way
16935
16936         * gtk/testtext.c (create_buffer): Update to match Pango API change
16937
16938         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
16939         anonymous tags
16940         (foreach_unref): don't emit remove signal from finalize, just
16941         set tag's parent to NULL
16942
16943 2000-09-26  Havoc Pennington  <hp@redhat.com>
16944
16945         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
16946         Fix some warnings       
16947
16948 2000-09-26  Havoc Pennington  <hp@redhat.com>
16949
16950         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
16951         headers into the private header list
16952
16953         * Makefile.am (pkgconfig_DATA): install pkg-config files
16954
16955         * configure.in: add pkg-config files
16956
16957         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
16958
16959         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
16960         outstanding icon caches on theme change.
16961
16962         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
16963         important types:
16964
16965         (GtkIconSource): Specification for creating a pixbuf 
16966         appropriate for a direction/state/size triplet from 
16967         a source pixbuf or filename
16968
16969         (GtkIconSet): List of GtkIconSource objects that are used to
16970         create the "same" icon (e.g. an OK button icon), and cache for
16971         rendered icons
16972
16973         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
16974         up the icon set for a given stock ID.  GTK maintains a stack of
16975         GtkIconFactory to search, and applications or libraries can add
16976         additional icon factories on top of the stack
16977         
16978         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
16979         the set of GtkIconSource specified for a given stock ID into 
16980         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
16981         RcStyle, under the specified stock ID.
16982
16983         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
16984         render_icon used to derive a GdkPixbuf from a GtkIconSource.
16985         This allows people to theme how prelight, insensitive, etc. are
16986         done.
16987
16988         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
16989         icon factories for a style, and return the resulting 
16990         icon set if any.
16991
16992         (gtk_style_render_icon): Render an icon using the render_icon 
16993         method in the GtkStyleClass.
16994
16995         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
16996         Use the style for a given widget to look up a stock ID, get the
16997         icon set, and render an icon using the render_icon method 
16998         of the style
16999
17000         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
17001         (contains information about a stock item), the built-in stock item
17002         IDs, and functions to add/lookup stock items.
17003
17004         * gtk/stock-icons/*: Stock icons that come with GTK
17005
17006         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
17007         a button based on a GtkStockItem
17008         (gtk_button_new_accel): Takes a uline string and accel group, and
17009         installs the accelerator.
17010
17011         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
17012         image-display widget.
17013
17014 2000-09-25  Havoc Pennington  <hp@redhat.com>
17015
17016         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
17017
17018         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
17019         Fix a bug when removing node data, we didn't properly 
17020         re-splice the linked list after removing the data.
17021
17022         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
17023         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
17024
17025         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
17026
17027         * gtk/gtktextlayout.c (set_para_values): Set tab array 
17028         for the layout from the GtkTextTag.
17029
17030         * gtk/gtktexttypes.h: delete tab and search cruft, 
17031         remove g_convert() in favor of GLib version
17032
17033         * gtk/gtktexttypes.c: remove tab implementation from here,
17034         move to Pango
17035
17036         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
17037         tab stuff using new PangoTabArray from Pango
17038
17039         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
17040         unused border_width stuff
17041
17042 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
17043
17044         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
17045         glib) and now useless utf_to_latin1() latin1_to_utf()
17046
17047         * gtk/gtktextview.[ch]: Change ::move_insert and
17048         ::delete_text action signals to ::move and ::delete;
17049         create the signals with the right enumeration type,
17050         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
17051         C-v bindings, change Home, End to move to beginning/end
17052         of line, Add C-Home C-End to move to beginning/end
17053         of buffer. Change ::cut_text to ::cut_clipboard, etc;
17054         combine ::scroll_text into ::move; use new GtkSelectionData
17055         functions to simplify DND text handling.
17056         
17057         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
17058         deletion enumerations here, rename enumeration values to 
17059         be consistently plural.
17060
17061         * gtk/gtktextbuffer.c: Use new clipboard interfaces
17062         for cut/copy/paste and primary selection.
17063
17064         * gtk/gtktextbuffer.[ch]: Remove excess time and
17065         'interactive' arguments from cut/copy/paste;
17066         rename cut to cut_clipboard, etc; remove
17067         gtk_text_buffer_get_clipboard_contents().
17068
17069         * gtk/gtktextlayout.[ch]: Add 
17070         gtk_text_layout_move_iter_to_line_end() to move the iter to 
17071         line ends.
17072
17073         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
17074         Functions to set or get a UTF-8 string on the selection
17075         data.
17076
17077         * gtk/gtkclipboard.[ch]: New, simplified selection handling
17078         interfaces.
17079
17080         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
17081         created widgets - one of these is useless if we don't.
17082
17083         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
17084         a public function clear all targets registered for the
17085         widget.
17086
17087         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
17088         Never call gtk_widget_realize() - that was just asking
17089         for bizarre side-effects.
17090
17091         * gtk/gtkselection.c (gtk_selection_owner_set): Call
17092         gdk_selection_owner_set even if the widget is the
17093         same so that we reliably update the timestamp on
17094         the server.
17095
17096         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
17097         gdk_x11_get_server_time() function.
17098         
17099         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
17100         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
17101         Add some tricky filtering on serial numbers for
17102         selection clear events to fix up long-standard
17103         race condition FIXME's in gtkselection.c.
17104
17105         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
17106         routines to convert from utf8 to compound text or
17107         STRING and from a text property to UTF-8.
17108
17109         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
17110         a convenience function gdk_get_current_event_time().
17111
17112         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
17113         and free selection_data->data properly
17114
17115 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
17116
17117         * gtk/gtkthemes.c: Remove some unecessary includes.
17118
17119 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
17120
17121         * gtk/gtktextdisplay.c
17122         * gtk/gtktextlayout.c
17123         * gtk/gtktexttag.c
17124         * gtk/gtktexttag.h
17125         * gtk/testtext.c: Change the overstrike property to strikethrough,
17126         to closer match pango.
17127
17128 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
17129
17130         * gtk/gtktextview.c: Fix up visibility so that focus,
17131         cursor_visible and blink interact properly.  Reenable cursor blink
17132         which had been roughly disabled. Make blink and focus
17133         properly per-view.
17134
17135         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
17136         Add a flag for whether to display insertion cursor and
17137         a function to set the flag.
17138
17139         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
17140         get_line_y() to get_line_yrange(), to be a bit more generally
17141         useful.
17142
17143 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
17144
17145         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
17146           do stop_navigating_submenu, to clear last timeout properly.
17147           Also in gtk_menu_motion_notify move ignore_enter above
17148           the conditional to make it always happen as suggested by Owen
17149
17150 2000-09-07  Tor Lillqvist  <tml@iki.fi>
17151
17152         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
17153
17154         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
17155         w32api headers.
17156
17157         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
17158         declarations.
17159
17160         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
17161         (gdk_win32_get_colormap): A line had been deleted by mistake.
17162
17163         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
17164         (gdk_event_translate): Handle more virtual keycodes to be able to
17165         generate GDK events for Control-comma, Control-period, etc.
17166
17167         * gtk/gtk.def: Add some missing entry points.
17168
17169 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
17170
17171         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
17172         Doc comment fixing. (Mostly non-matching parameter names.)
17173
17174         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
17175         comments a little to avoid looking like a doc comment.
17176
17177         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
17178         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
17179         conversions be changed to GError?)
17180
17181         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
17182         Move private #defines into .c file.
17183
17184         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
17185         order of argument addition, remove duplicates.
17186
17187         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
17188         parent class is FrameClass, not BinClass.
17189
17190         * gtk/gtk.h: Add gtkinvisible, which was missing.
17191         (It's occasionalyl useful for client apps, if seldom.)
17192
17193         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
17194         #define.
17195
17196 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
17197
17198         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
17199         coordinates when creating window, instead of GDK-space
17200         coordinates. (Avoid BadValue on too large windows.)
17201
17202 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17203
17204         * configure.in (use_mmx_asm): Remove conftest* after use along the
17205         lines of AC_TRY_COMPILE.        
17206         
17207         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
17208         of g_dirname, which is deprecated.
17209         (gtk_rc_parse_any): Removed calls to
17210         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
17211
17212         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
17213         Removed calls to g_hash_table_{freeze,thaw}, as they are
17214         deprecated now.
17215
17216         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
17217         instead of g_basename.
17218         
17219 2000-09-04 Elliot Lee <sopwith@redhat.com>
17220         
17221         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
17222         ANSI warning.
17223
17224 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
17225
17226         * gtk/gtkwidget.h:  Add some documenting comments about 
17227           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
17228           just as owen said on irc.
17229
17230         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
17231           set HAS_DEFAULT.  Only set it if there isn't another window
17232           holding it (a focus window which RECEIVES_DEFAULT) and only unset
17233           it if the widget is not the focused window with RECEIVES_DEFAULT.
17234           This fixes weird double default bugs in dialogs which has things
17235           call gtk_window_set_default at times.
17236
17237 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
17238
17239         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
17240         Nils Barth and David Santiago to improve submenu
17241         navigation. The patch does this by creating a triangular
17242         region from the point where the pointer leaves the
17243         menu to the submenu.  While the pointer is in
17244         that region and a timeout has not expired, events 
17245         that would cause the active submenu to change are
17246         ignored.
17247
17248 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
17249
17250         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
17251         moving a toplevel window immediately after sizing it would
17252         result in it being sized back to the old size since 
17253         impl->width, impl->height aren't updated until we hear
17254         back from the server. There is still a (longstanding) bug
17255         here that gdk_window_get_size() will give the wrong size
17256         until we do hear back.
17257
17258 2000-08-31  Havoc Pennington  <hp@redhat.com>
17259
17260         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
17261         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
17262         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
17263         Rename GtkTextStyleValues to GtkTextAttributes
17264
17265 2000-08-31  Havoc Pennington  <hp@pobox.com>
17266
17267         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
17268         for rapid testing whether an iterator is the end iterator
17269         (gtk_text_btree_new): init end line cache
17270         (gtk_text_line_is_last): use fast cached line to 
17271         see if we're the last line.
17272         (get_last_line): use cached line here too, should 
17273         speed up some random unrelated code.
17274         
17275 2000-08-30  Havoc Pennington  <hp@pobox.com>
17276
17277         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
17278         signals.
17279
17280         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
17281         delete_text signals. This allows the signals to be used for
17282         implementing undo.
17283
17284         * gtk/gtktextbuffer.c: Change signal handler signatures; 
17285         provide "interactive" argument when emitting insert_text or
17286         delete_text signal.
17287         
17288 2000-08-30  Havoc Pennington  <hp@pobox.com>
17289
17290         * gtk/gtktextbuffer.c: Docs
17291
17292 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
17293
17294         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
17295         from switch statements, since Tor removed the enumeration
17296         value.
17297         
17298         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17299         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
17300
17301 2000-08-29 Elliot Lee <sopwith@redhat.com>
17302         * */*.h: Use G_GNUC_CONST.
17303
17304 2000-08-27  Havoc Pennington  <hp@pobox.com>
17305
17306         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
17307         minor indentation fixes, inserted some FIXME about stuff I
17308         realized was broken while documenting it.
17309         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
17310         GTK convention  
17311
17312 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
17313
17314         * gtk/testgtk.c (create_styles): Fix double free of
17315         font desc.
17316
17317 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17318
17319         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
17320         
17321         * gtk/testgtk.c (create_styles): Add a test for modifying
17322         the style through gtk_widget_modify_*.
17323
17324         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
17325         a function to get the current modifier style.
17326
17327         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
17328         of the passed in GtkRcStyle instead of ref'ing it.
17329
17330         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
17331
17332 2000-08-20  Tor Lillqvist  <tml@iki.fi>
17333
17334         * gdk/gdkimage.h
17335         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
17336         shared memory image+pixmap GdkImage type, or
17337         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
17338         I am dropping that.
17339
17340         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
17341         actually call gtk_init_abi_check(), passing also
17342         sizeof(GtkWindow). Ditto for gtk_init_check(). 
17343
17344         * gtk/gtk.def
17345         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
17346         New functions, used to check that the GTK+-using code has been
17347         compiled using the correct compiler and switches. In particular,
17348         with gcc one has to use the -fnative-struct switch as GTK+ is
17349         compiled with that.
17350
17351 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
17352
17353         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
17354         ->prev fields when merging lists. (Found simultaneously
17355         by Pawel Salek and Jakub Jelinek)
17356
17357 2000-08-12  Tor Lillqvist  <tml@iki.fi>
17358
17359         * gdk/gdk.def
17360         * gtk/gtk.def: Add missing entries.
17361
17362         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
17363         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
17364
17365         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
17366         function. Dummy implementation at this point.
17367
17368         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
17369         rules. Undefine GTK_COMPILATION when compiling the test programs.
17370         
17371         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
17372
17373 2000-08-11  Tor Lillqvist  <tml@iki.fi>
17374
17375         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
17376         to convert back and forth from UTF-8 and the "system" (or "current
17377         locale") charset when necessary. Indentation/spacing cleanup.
17378
17379 2000-08-10  Havoc Pennington  <hp@redhat.com>
17380
17381         * Makefile.am (snapshot): Change the format of the snapshot
17382         version to match glib
17383
17384         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
17385         from EXTRA_DIST since it doesn't seem to exist
17386
17387 2000-08-10  Tor Lillqvist  <tml@iki.fi>
17388
17389         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
17390         version of the directory name (not the UTF-8 one) when building
17391         the path name to stat().
17392
17393 2000-08-03  Elliot Lee  <sopwith@redhat.com>
17394
17395         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
17396         PANGO_ATTR_SHAPE set.
17397
17398 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
17399
17400         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
17401         Peter Osterlund to simplify the code while keeping the
17402         functionality the same.
17403
17404 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
17405
17406         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
17407         is_viewable() test further inside the function, since removing the 
17408         window from the redraw list without clearing ->update_area
17409         was also very broken.
17410
17411 2000-08-02  Tor Lillqvist  <tml@iki.fi>
17412
17413         * configure.in: Check for <unistd.h>.
17414
17415 2000-08-01  Martin Baulig  <baulig@suse.de>
17416
17417         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
17418         to display the message that this is a development version of GTK+.
17419
17420 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
17421
17422         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
17423         was depending on widget->allocation instead of the width of text_area,
17424         which was incorrect for subclasses like GtkSpinButton.
17425
17426         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
17427         with width == 1 tests that should be width == -1.
17428
17429 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
17430
17431         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
17432         (broken, Elliot, every single window blank on X) custom code with call
17433         to gdk_window_is_viewable() which a) prevents code duplicate and
17434         b) works. 
17435
17436 2000-07-31  Elliot Lee  <sopwith@redhat.com>
17437
17438         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
17439         to get the GDK_PARENT_ROOT() macro to work.
17440         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
17441         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
17442         of, windows that aren't shown.
17443         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
17444         pointer grab stuff.
17445
17446 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
17447
17448         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
17449           s/gtk_main_iteration/g_main_iteration/
17450
17451           Did this already in change:
17452                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
17453           don't know how it got reverted.
17454
17455 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
17456
17457         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
17458         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
17459
17460         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
17461         not gdk_pixbuf.
17462
17463 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
17464
17465         * configure.in,po/{sp,sr}.po: Added Serbian files
17466
17467 2000-07-30  Tor Lillqvist  <tml@iki.fi>
17468
17469         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
17470
17471         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
17472         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
17473         GIOChannel implementation.
17474
17475         * gdk/win32/gdkinput.c
17476         * gdk/win32/gdkpango-win32.c: Update license name here, too.
17477
17478         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
17479         definition to match prototype.
17480
17481         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
17482
17483 2000-07-27  Elliot Lee  <sopwith@redhat.com>
17484
17485         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
17486         function, to allow handling image formats that cannot be detected
17487         by looking at content alone.
17488
17489 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
17490
17491         * docs/tutorial/*.gif *.jpg *.eps
17492           Update these to the same look-n-feel.
17493           Why does including images in DocBook suck so badly?
17494
17495 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
17496
17497         * gtk/gtktable.c: applied patch from Phil Thompson
17498         <phil@river-bank.demon.co.uk> that enables space settings for
17499         the last row/columns as well.
17500
17501 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
17502
17503         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
17504         updates the license headers to the GNU Lesser General Public License,
17505         as well as updating the copyright year to 2000.
17506
17507 2000-07-26  Robert Brady  <rwb197@zepler.org>
17508
17509         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
17510           and po/Makefile, was installing and looking for them under gtk20
17511           and gtk2 respectively.
17512
17513 2000-07-25  Havoc Pennington  <hp@redhat.com>
17514
17515         * gtk/testtext.c: Comment out some stuff that depends on the rest
17516         of my patches.
17517
17518 2000-07-25  Havoc Pennington  <hp@redhat.com>
17519
17520         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
17521         buffer
17522
17523 2000-07-25  Havoc Pennington  <hp@redhat.com>
17524
17525         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
17526         widget changes.
17527
17528         * gtk/gtktextview.h: To be consistent with usage of "line"
17529         throughout the API to mean "newline-terminated thingy", change
17530         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
17531         to MOVEMENT_LINE.
17532
17533         (GtkTextView): Add flags for default editability, and whether to
17534         show the cursor. Add functions to get/set that. Add 
17535
17536         (gtk_text_view_get_iter_location): new function
17537
17538         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
17539         gtktextlayout.h
17540         (g_convert): Add g_convert temporarily, will go in glib in a bit
17541         
17542         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
17543         GtkTextTagTableForeach instead of brokenly using GHFunc.
17544         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
17545
17546         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
17547         moved to public header.
17548
17549         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
17550         "invisible", since "elide" was a bad name.
17551         (gtk_text_tag_get_priority): Added
17552
17553         (GtkTextStyleValues): put this in public header, along with
17554         functions to use it.
17555
17556         * gtk/gtktextmarkprivate.h: Include more headers, since we no
17557         longer include gtktextbtree.h.
17558
17559         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
17560         gtk_text_mark_deleted
17561
17562         * gtk/gtktextlayout.h: Don't include the "really private" headers,
17563         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
17564         to make this possible. Now we only need to install
17565         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
17566         (However the Makefile.am isn't changed yet because of the
17567         logistics of merging gtk-hp-patches piecemeal)
17568
17569         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
17570         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
17571         gtk_text_iter_get_line is now used in the public API for a
17572         different purpose.
17573
17574         * gtk/gtktextiter.h: Clean up function names to be more
17575         consistent. Always call char offset "offset" and byte index
17576         "index". A "line" is always a line number. 
17577
17578         (gtk_text_iter_is_last): new function, more efficient than 
17579         the existing way to check
17580         (gtk_text_iter_is_first): new function, also more efficient
17581
17582         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
17583
17584         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
17585         gtk_text_iter_forward_char, etc.
17586
17587         (gtk_text_iter_forward_to_tag_toggle): Renamed from
17588         forward_find_tag_toggle, since this isn't a linear search
17589
17590         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
17591
17592         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
17593         New functions, search for a buffer substring.
17594
17595         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
17596         interactive and default editable (since we need to store that info
17597         until we receive the selection data).
17598
17599         Remove all the _at_char and at_line etc. versions of functions;
17600         only have iterator versions.
17601
17602         Add _interactive() versions of functions, that consider the
17603         editability of text. (FIXME add interactive flag to the 
17604         insert/delete signals per Darin's suggestion)
17605
17606         (gtk_text_buffer_get_tag_table): new function, demand-creates the
17607         tag table if necessary
17608
17609         Remove declaration of gtk_text_buffer_get_iter_from_string
17610
17611         (_gtk_text_buffer_get_btree): private/internal function, added.
17612         
17613
17614         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
17615         (gtk_text_line_is_last): new function
17616
17617 2000-07-25  Havoc Pennington  <hp@redhat.com>
17618
17619         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
17620         using GtkProgressBar. See Changes-2.0.txt for details.
17621
17622         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
17623         "pulse_step" which are the equivalent of
17624         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
17625         Implement new API.
17626         
17627         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
17628         (use_text_format) to mark whether text set on the progress bar is
17629         a format string. Deprecate entire GtkProgress interface.
17630
17631         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
17632         (gtk_progress_build_string): make this a no-op if use_text_format
17633         is FALSE
17634
17635         * docs/Changes-2.0.txt: Describe progress bar changes.
17636
17637 2000-07-25  Tor Lillqvist  <tml@iki.fi>
17638
17639         * Makefile.am: Include the build directory.
17640
17641         * configure.in: Generate build/Makefile, build/win32/Makefile,
17642         gdk/, gdk/win32/, and gtk/makefile.mingw.
17643
17644         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
17645         Add GETTEXT_PACKAGE.
17646         
17647         * gdk/gdk.def
17648         * gtk/gtk.def: Updates.
17649
17650         * gdk/gdkfont.h
17651         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
17652         need them any longer.
17653
17654         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
17655
17656         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
17657         PANGOWIN32_LIBS and gdk_pixbuf.
17658
17659         * gdk/win32: Compiles, but no doubt doesn't work at all.
17660
17661         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
17662
17663         * gdk/win32/gdkinput.c: New file, temporarily.
17664         
17665         * gdk/win32/gdkinput-win32.h: New file
17666
17667         * gdk/win32/gdkinputprivate.h: Remove.
17668
17669         * gdk/win32/gdkpango-win32.c: New file.
17670
17671         * gtk/makefile.mingw.in: New file
17672
17673         * gtk/makefile.cygwin: Removed
17674         
17675         * gtk/Makefile.am: Update accordingly.
17676
17677         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
17678         made externally visible.
17679
17680         * gtk/gtkmain.c: Use it.
17681         
17682         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
17683         is enough.
17684
17685         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
17686
17687 2000-07-24 Elliot Lee <sopwith@redhat.com>
17688         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
17689         individual backends already.
17690         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
17691         again. Yes, there really is a good reason for this, if you are using the gdkregion
17692         internals, and if you're not, why do you care?
17693         * gdk/gdkwindow.c: Fix inverted condition
17694         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
17695         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
17696         * gtk/gtkrange.c: Redraw trough when moving.
17697         * gtk/gtktypeutils.c: Fix warning by adding const cast.
17698         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
17699
17700 2000-07-23  Tor Lillqvist  <tml@iki.fi>
17701
17702         * configure.in: Check for mkstemp and sigsetjmp. Output
17703         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
17704
17705         More work on GDK for Win32. Still in an intermediate state.
17706
17707         * gdk/makefile.cygwin
17708         * gdk/win32/makefile.cygwin: Removed.
17709         
17710         * gdk/makefile.mingw.in
17711         * gdk/win32/makefile.mingw.in: New files.
17712
17713         * gdk/Makefile.am
17714         * gdk/win32/Makefile.am: Generate and distribute them.
17715
17716         * gdk/win32/gdkwindow-win32.h
17717         * gdk/win32/gdkdrawable-win32.h
17718         * gdk/win32/gdkpixmap-win32.h: New files.
17719
17720         * gdk/win32/gdkcolor-win32.c
17721         * gdk/win32/gdkcursor-win32.c
17722         * gdk/win32/gdkdrawable-win32.c
17723         * gdk/win32/gdkgc-win32.c
17724         * gdk/win32/gdkimage-win32.c
17725         * gdk/win32/gdkprivate-win32.h
17726         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
17727         Rename fields and variables called xcursor, xid, etc (these names
17728         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
17729
17730 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
17731
17732         * gtk/gtkentry.[ch]: Fix some problems with vertical
17733         alignment.
17734
17735         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
17736         char/byte confusion.
17737
17738 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
17739
17740         * gtk/gtktextview.c (changed_handler): Fix bug where
17741         redraw wasn't being done properly when height of
17742         dirty region changed.
17743
17744         * demos/Makefile.am: Remove various references to
17745         -lgmodule
17746
17747 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
17748
17749         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
17750         PangoAttrShape to reserve space for pixmaps, add 
17751         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
17752         in the display functions.
17753         
17754         * gtk/testgtk.c (create_layout): Set some more exotic
17755         scrolled window options
17756
17757         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
17758         Add function to set the shadow type of a window, to allow
17759         putting a shadow around widgets such as GtkLayout or GnomeCanvas
17760         which don't draw their own frame.
17761
17762 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
17763
17764         * docs/tutorial/package-db-tutorial.sh: New file for
17765           packaging DocBook format tutorial
17766
17767 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
17768
17769         * docs/tutorial/gtk-tut.sgml: Minor updates
17770
17771         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
17772
17773 2000-07-19  Tor Lillqvist  <tml@iki.fi>
17774
17775         * gtk/gtksignal.c: Fix C++ comment.
17776
17777         * gtk/gtkimmulticontext.c
17778         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
17779         don't return value from void functions.
17780
17781         * gtk/gtk.def: Add gtk_rc_style_unref.
17782
17783 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17784
17785         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
17786         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
17787         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
17788         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
17789         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
17790         gtk/gtktypeutils.h: Include files outside of the extern "C"
17791         block. Makes some C++ compiler happy. Reported by Denis Vakatov
17792         <vakatov@peony.nlm.nih.gov>.
17793
17794 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
17795
17796         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
17797           Completes first pass. Hurrah!
17798
17799 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
17800
17801         * docs/tutorial/gtk-tut.sgml: More clean ups.
17802
17803 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
17804
17805         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
17806         paint the background of the text area which was accidentally
17807         removed at some point.
17808
17809         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
17810           
17811          - Move most of the functionality from the theme vtable
17812            into GtkRcStyleClass and GtkStyleClass. The moved
17813            vtable functions were changed a bit in the move to
17814            work better in their new home.
17815
17816          - Get rid of the engine and engine_data fields from
17817            GtkRcStyle and GtkStyle; instead the theme
17818            engine derives theme-specific subclasses of GtkRcStyle
17819            and GtkStyle
17820
17821          - Add extra dlsym() found entry point to themes,
17822            theme_create_rc_style().
17823
17824         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
17825         in gtk_style_real_copy.
17826
17827         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
17828         to register a type associated with an engine. (The engine
17829         won't be unloaded as there is an instance of the type.)
17830
17831
17832 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
17833
17834         * docs/tutorial/gtk-tut.sgml: Clean ups.
17835
17836 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
17837
17838         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
17839           of cleaning up to do.
17840
17841 2000-07-15  Tor Lillqvist  <tml@iki.fi>
17842
17843         * gdk/testgdk.c: New file, quick hack to test backends for
17844         pixel-by-pixel correctness of the most simple graphic operations.
17845
17846 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
17847
17848         * Really release 1.3.1
17849         
17850         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
17851         include structure.
17852
17853 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
17854
17855         * Released 1.3.1
17856
17857 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
17858
17859         * gtk/gtktextlayout.c: use FALSE for size_only most
17860         of the time when calling gtk_text_layout_get_line_display()
17861         to avoid causing double reshapes when a redraw follows
17862         immediately after.
17863
17864 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
17865
17866         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
17867         appropriate region and gdk_window_process_updates() so trough
17868         updating doesn't lag behind the window being scrolled.
17869
17870         * gdk/gdkgc.c: Make parent_class pointer static.
17871          
17872 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
17873
17874         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
17875         include <string.h>.
17876          
17877         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
17878         cut-and-paste error in computing memory offset for 4 channels.
17879
17880 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
17881
17882         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
17883         gtk_rc_append_default_pixmap_path(), since it wasn't
17884         adding an interesting path and we don't have a meaningful
17885         default for this value.
17886
17887 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
17888
17889         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
17890         gtk-config to gtk-config-2.0 move gtk_.m4 to
17891         gtk-2.0.m4
17892
17893         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17894         gdk/Makefile.am demos/Makefile.am: Change 
17895         library names to libgtk-1.3.la, etc, so that we
17896         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
17897
17898         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17899         gdk/Makefile.am gdk/x11/Makfile.am
17900         Move include files into /usr/include/gtk-2.0, 
17901         /usr/lib/gtk-2.0/include/
17902          
17903         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
17904         gtk/gtkintl.h: Change package for gettext from 
17905         gtk+ to gtk20. Put hack in autogen.sh to modify
17906         po/Makefile.in.in after gettextize to make this
17907         possible.
17908
17909         * gtk+.spec: Some updates, not tested.
17910
17911         * gdk-pixbuf/Makefile.am: Move loaders into
17912         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
17913
17914         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
17915         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
17916         to THEMENAME/gtk-2.0/. Move engine directory  to
17917         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
17918         
17919 2000-07-12  Tor Lillqvist  <tml@iki.fi>
17920
17921         Win32 changes, still doesn't build though.
17922
17923         * gdk/makefile.cygwin
17924         * gdk/win32/makefile.cygwin
17925         * gtk/makefile.cygwin: Updates.
17926
17927         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
17928         default values for fg and bg pixel as X11 does (0 and 1), not
17929         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
17930         Use 0 for pen width by default (treated as 1 anyway later, but for
17931         apps that might check the value in the GdkGC).
17932         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
17933         interface to gdk_gc_predraw and _postdraw.
17934
17935         * gdk/win32/gdkwin32.h
17936         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
17937
17938         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
17939         extraneous semicolon.
17940
17941         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
17942
17943         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
17944         not the Win32 bitspixel value.
17945
17946         * gdk/win32/gdkcc-win32.c:
17947         * gdk/win32/gdkcolor-win32.c 
17948         * gdk/win32/gdkprivate-win32.h
17949         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
17950         GDK object structure.
17951
17952 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
17953
17954         * docs/tutorial/gtk_tut_12.es.sgml (name): 
17955         * docs/tutorial/gtk_tut_it.sgml (name): 
17956         * docs/tutorial/gtk_tut_fr.sgml (name): 
17957         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
17958         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
17959
17960 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
17961
17962         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
17963           small changes.
17964
17965 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
17966
17967         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
17968         a bug here, never been here and never fixed anything ;(
17969         (don't segfault if tree->root_tree is NULL, which happens prior
17970         to widget realization, but puke instead).
17971
17972 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
17973
17974         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
17975         add the necessary tokens.
17976
17977         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
17978         (gtk_rc_style_to_style): copy thicknesses.
17979         (gtk_rc_init_style): apply thicknesses.
17980         (gtk_rc_parse_style): parse xthickness and ythickness.
17981
17982         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
17983
17984         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
17985         (gdk_window_new): 
17986         (_gdk_windowing_window_init): 
17987         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
17988         (gdk_pixmap_create_from_data): 
17989         (gdk_bitmap_create_from_data): 
17990         (gdk_pixmap_new): 
17991         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17992         (gdk_image_new): 
17993         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
17994         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
17995         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
17996         (gdk_colormap_get_system): 
17997         (gdk_colormap_new): 
17998         * gdk/gdkwindow.c (gdk_window_init): 
17999         * gtk/gtkstyle.c (gtk_style_new):
18000         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
18001         * gdk/gdkpixmap.c (gdk_pixmap_init): 
18002         * gtk/gtkrc.c (gtk_rc_style_new):
18003         use g_object_new() instead of g_type_create_instance() which
18004         is a private function for fundamental type implementations.
18005
18006 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
18007
18008         * configure.in: Add check for db2html
18009
18010 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
18011
18012         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
18013         hack to set glib_debug_objects based on gtk_debug_flags.
18014
18015 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
18016
18017         * INSTALL.in: Update the Prerequisites section.
18018
18019         * Makefile.am demos/Makefile.am docs/Makefile.am
18020         docs/tutorial/Makefile.am gdk/x11/Makefile.am
18021         gdk/linux-fb/Makefile.am: Dist fixes
18022
18023 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
18024
18025         * NEWS: 10,000 foot view of 1.3.1 changes.
18026
18027 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
18028
18029         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
18030         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
18031         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
18032         gdk/x11/gdkmain-x11.c: 
18033
18034         Patch from George Lebl to add a GdkGrabStatus enumeration to use
18035         as a return value of gdk_*_grab(). Previously, we just
18036         returned the X11 values directly.
18037
18038 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
18039
18040         * gdk/x11/Makefile.am: Patch from George Lebl to 
18041         install all the headers in the right place.
18042
18043 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
18044
18045         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
18046           initial conversion to DocBook.
18047
18048 2000-07-04  Tor Lillqvist  <tml@iki.fi>
18049
18050         * README.win32: Improve a bit.
18051
18052         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
18053         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
18054         Alt+0nnn on the numpad (used to enter characters by numeric code
18055         from current DOS or ANSI codepage) working correctly, as in other
18056         Windows apps.
18057
18058         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
18059         same argument validity tests as in X11 version.
18060         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
18061
18062         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
18063         definitions in case missing from headers.
18064
18065         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
18066         destroy the window-specific cursor.
18067         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
18068         calling GetModuleHandle(NULL).
18069         (gdk_window_set_cursor): Reworked to always copy the passed cursor
18070         with CopyCursor before setting it as the window-specific
18071         cursor. It is OK for the caller to destroy the GdkCursor (and thus
18072         also its Windows cursor) after calling this function. Destroy any
18073         previous window-specific cursor.
18074
18075 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
18076
18077         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
18078         font charset is iso8859-1, not iso-8859-1.
18079
18080 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
18081
18082         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
18083         Use g_get_charset() instead of g_get_codeset().
18084
18085         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
18086         Comment out some strdup'ing functions to keep timj
18087         happy until we finish fighting this out.
18088
18089 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
18090
18091         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
18092         <= width or height.
18093
18094         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
18095         from 1.2 for parent/child states.
18096
18097         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
18098         of typos.
18099
18100         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
18101         event structures, replace with a generic axes field. Replace 
18102         deviceid/sourec with GdkDevice *device.
18103
18104         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
18105         to extract particular axis use value from event. (Also
18106         can be used for normal X/Y.)
18107
18108         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
18109         allow for arbitrary number of axes, namespace everything
18110         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
18111         everywhere.
18112
18113         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
18114         Get rid of the gdk_input_vtable setup if favor of simply
18115         defining the functions in gdkinput-none/gxi/xfree.c in
18116         a similar fashion to the way that the port structure is 
18117         done.
18118
18119         * gtk/gtkdnd.c: Fix fields of synthesized button press event
18120         for new event structures. 
18121
18122         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
18123         new device interfaces.
18124
18125 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
18126
18127         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
18128         set the initial text.
18129
18130         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
18131         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
18132         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
18133         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
18134
18135         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18136         pango_layout_set_font_description to simplify.
18137
18138 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
18139
18140         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18141         pango_layout_set_font_description to simplify.
18142
18143 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
18144
18145         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
18146         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
18147         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
18148
18149         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
18150         PANGO_PIXELS() macro.
18151
18152 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
18153
18154         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
18155         that returns a PangoContext owned by the widget and updated to
18156         match future changes in the widget. Also, make 
18157         gtk_widget_create_pango_layout() use this context. If we ever
18158         add a ::changed signal to PangoContext, this will make things
18159         much more convenient. 
18160
18161         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
18162         in the appropriate places instead of destroying the layouts and
18163         creating new ones.
18164
18165         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
18166         in a few strategic places.
18167
18168 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
18169
18170         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
18171         gtk_widget_size_request() on reparented child, if one. Otherwise,
18172         queue_resize() on the child never results in it getting size-requested
18173         at all.
18174
18175         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
18176         in option menus, so that (with luck) people won't copy it into
18177         their apps in the future.
18178
18179         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
18180         to gtk_option_menu_calc_size. This isn't perfect, but should fix
18181         a lot of problems with changing the size of the menu's menu
18182         items after adding it to the option menu.
18183
18184         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
18185
18186         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
18187         the text direction for a widget changes.
18188
18189         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
18190         ::direction_changed to get rid of various hacks.
18191
18192 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
18193
18194         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
18195         name.
18196
18197 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
18198
18199         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
18200         flag to the structure. Do not call XFreePixmap on pixmaps created
18201         by gdk_pixmap_foreign_new().
18202
18203 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
18204
18205         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
18206         value using GdkRGB functionality given GdkColormap and GdkColor.
18207         (name not final, waiting for inspiration.)
18208         
18209         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
18210         set the foreground/background of a GC using the GC's colormap
18211         and GdkRGB. (name not final, waiting for inspiration.)
18212
18213         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
18214         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
18215
18216         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
18217         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
18218         purely a function of the corresponding colormap. Make
18219         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
18220
18221         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
18222         gdk_pixbuf_*create_from_xpm_* in terms of
18223         gdk_pixbuf_new_from_xpm_data(), move into platform independent
18224         code.
18225
18226         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
18227         advantage of the new draw_rgb_32_image_dithalign.
18228
18229         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
18230
18231         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
18232         on each created GC.
18233
18234         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
18235
18236         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
18237         which we initialize from the drawable when the GC is created,
18238         if the drawable has a colormap.
18239
18240         * gdk/x11/gdkgc-x11.c: include string.h for memset.
18241
18242         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
18243
18244         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
18245
18246 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
18247
18248         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
18249         actually returning expose events, make sure to set
18250         the count field properly.
18251
18252         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
18253         accidentally reintroced bug which always cleared
18254         the graphics_exposures value. 
18255
18256 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
18257
18258         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
18259
18260 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
18261
18262         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
18263
18264 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
18265
18266         * docs/faq/gtk-faq.sgml: Start of Section 6.
18267
18268 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
18269
18270         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
18271         
18272         (Fixes problem with drawing childless frames. Pointed out
18273         by and a first patch from Anders)
18274         
18275         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
18276         compute a child_allocation, even if we don't have a child.
18277
18278         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
18279         Always chain to the parent's impl, even if we don't have a child.
18280
18281 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18282
18283         * gdk/gdkrgb.c: If possible, create only a single shm segment and
18284         use multiple parts of it instead of creating a bunch of separate
18285         segments, since the maximum number of segments per system is not
18286         large. (This might be worth backporting to GTK+-1.2.x if we make a
18287         new release )
18288
18289         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
18290         structure in preparation for per-colormap GdkRGB.
18291
18292         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
18293         to False when we get EINVAL from shmget so that the caller of
18294         gdk_image_new can retry with a smaller segment size.
18295
18296 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
18297
18298         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
18299
18300 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
18301
18302         * configure.in: make the current version number 1.3.1 (binary age 0,
18303         interface age 0).
18304         
18305         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
18306         gtkcompat.h is all we want.
18307
18308         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
18309         GLib primitive types. fixed g_type_register_fundamental() argument
18310         ordering.
18311
18312         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
18313         compiles.
18314
18315         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
18316         object code cleanup, comment trigraph fixes, etc...
18317
18318 2000-06-23  Havoc Pennington  <hp@redhat.com>
18319
18320         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
18321         instead of making up a bogus name for first_para_mark
18322
18323         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
18324         0 as a context ID
18325
18326 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
18327
18328         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
18329
18330 2000-06-21  Havoc Pennington  <hp@pobox.com>
18331
18332         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
18333         we didn't check window->bg_pixmap != GDK_NO_BG.
18334
18335         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
18336         gdk-pixbuf
18337
18338 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
18339
18340         * docs/faq/gtk-faq.sgm: Move file to here.
18341           TODO: Update Makfile.am 
18342
18343 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
18344
18345         * docs/gtk-faq.sgm: Add Section 2
18346
18347 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
18348
18349         * docs/gtk-faq.sgm: New file. Start of DocBook
18350           version of the FAQ.
18351
18352 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
18353
18354         * configure.in (GDK_PIXBUF_MAJOR): Define version
18355         numbers for GDK_PIXBUF_*, as they get substituted
18356         into a header file. Need to consider versioning
18357         for gdk-pixbuf more carefully later.
18358
18359 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
18360
18361         Work with srcdir != builddir.   
18362         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
18363         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
18364         * demos/testpixbuf.c: Likewise.
18365         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
18366         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
18367         <gdk/x11/gdkx.h>.
18368         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
18369         "gdk-pixbuf.h".
18370         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
18371
18372 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
18373
18374         * TODO.xml: Change 1.4 version numbers to 2.0.
18375
18376 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
18377
18378         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
18379         fixups to GTK+ standard.
18380
18381 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
18382
18383         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
18384         gdk-pixbuf.
18385
18386         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
18387         fixups for GObject.
18388
18389         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
18390         gdk-pixbuf with GDK dependencies moved into GDK.
18391         
18392         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
18393         move gdk-pixbuf-loader here until GObject has signals.
18394
18395         * demos/: New directory of demos. Move demos from
18396         gdk-pixbuf here.
18397
18398         * demos/pixbuf-init.c: Small bit of code to check for
18399         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
18400         set GDK_PIXBUF_MODULEDIR appropriately.
18401
18402         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
18403         define which no longer makes sense.
18404
18405 2000-06-21  Havoc Pennington  <hp@redhat.com>
18406
18407         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
18408         gtk_get_default_language
18409
18410         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
18411         new function to get the default language
18412
18413         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
18414         s/gtk_text_view_style_values/gtk_text_style_values/
18415
18416         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
18417         Add a "language" field to tags.
18418
18419         (gtk_text_tag_set_arg): Fix bug in setting
18420         "bg_full_height_set" tag.
18421
18422 2000-06-21  Havoc Pennington  <hp@redhat.com>
18423
18424         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
18425         in the interfaces
18426
18427         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
18428         stuff instead when possible.
18429
18430         * gtk/gtktexttypes.h: Delete some unused constants
18431
18432         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
18433         testtextbuffer.c: use glib instead of custom unicode routines
18434
18435 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
18436
18437         * docs/es/: Removed mistakenly added generated sgml
18438
18439         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
18440         Remove outdated info files.
18441
18442         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
18443         Moved tutorial files into subdir
18444
18445         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
18446         subdir.
18447
18448         * docs/man/gtk_button.pod: Remove. (contents will be
18449         integrated into gtk-reference button page.)
18450
18451         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
18452         docs/faq/Makefile.am: Adjust for new organization
18453
18454 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
18455
18456         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
18457         not $(MKINSTALLDIRS)
18458
18459 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
18460
18461         * gtk/testgtk.c (create_text): Finish the job Elliot started
18462         of removing font setting test for text widget. (Since text widget
18463         and GdkFont are not deprecated, and cause portability problems.)
18464
18465 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
18466
18467         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
18468         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
18469         Remove use of libunicode in favor of new GLib functions.
18470
18471         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
18472         nano-x, framebuffer. The X11 include is just a hack until we get
18473         the necessary functions in gdkcolor.h, so there is no reason to
18474         add other includes of platforms.
18475
18476         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
18477         window bigger than the screen change.
18478
18479         * gtk/testgtk.c: Revert some random changes from Elliot
18480         that had no particular point and were causing testgtkrc
18481         not to function correctly.
18482         
18483         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
18484         because GdkSegment and GdkRegionBox have the same fields,
18485         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
18486         results in clearer code.
18487
18488         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
18489         gdk_input_translate_coordinates): Fix missed GdkObjectification
18490
18491 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18492
18493         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
18494         * gtk/gtk{plug,socket}.h: Missed commits from previous.
18495
18496 2000-06-20  Havoc Pennington  <hp@redhat.com>
18497
18498         * modules/linux-fb/Makefile.am: Make this compile
18499         without framebuffer enabled
18500
18501         * gdk/linux-fb/Makefile.am: Add conditional to not build
18502         framebuffer unless specified in configure
18503
18504         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
18505         the size of the target instead of source if -1 was passed for
18506         width/height
18507
18508         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
18509         width/height confusion.
18510
18511 2000-06-19  Havoc Pennington  <hp@redhat.com>
18512
18513         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
18514         GDK_DRAWABLE_XID. In the future, we probably want to make it
18515         faster with G_DISABLE_CHECKS turned on.
18516
18517 2000-06-14  Havoc Pennington  <hp@redhat.com>
18518
18519         * gdk/Makefile.am: add gdkpixmap.c
18520
18521         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
18522         s/gdk_image_init/_gdk_windowing_image_init
18523
18524         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
18525         ref/unref
18526
18527         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
18528
18529         * gdk/gdkcompat.h: remove GdkWindowType compat, since
18530         GdkWindowType is now non-deprecated; 
18531         change gdk_window_get_type() compat to be
18532         gdk_window_get_window_type().
18533
18534         * gdk/gdkdnd.h: make GdkDragContext a GObject.
18535
18536         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
18537         virtual GObject. Make all functions call into the vtable.
18538         Move gdk_image_put() guts in here. Remove GdkDrawableType
18539         and gdk_drawable_get_type(), these are now GdkWindow-specific.
18540         draw_image, get_depth, get_size, set_colormap, get_colormap,
18541         get_visual added to the vtable.
18542         
18543         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
18544         GObject. Virtualize everything. 
18545         (gdk_gc_new_with_values): remove check for destroyed window,
18546         because now GdkWindow::create_gc will check this.
18547         (gdk_gc_set_values): New function to set GC values, this 
18548         was already implemented but wasn't in the header
18549
18550         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
18551
18552         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
18553         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
18554         remove _gdk_window_class; add _gdk_window_impl_get_type() and
18555         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
18556         _gdk_windowing_window_init, rename gdk_image_init to
18557         _gdk_windowing_image_init.
18558         
18559         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
18560         (gdk_draw_layout): Remove check for destroyed window, 
18561         because all the drawable methods already check it.
18562         
18563         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
18564         Add gdkpixmap.c which contains implementation of GdkDrawable
18565         virtual table (by chaining to a platform-specific implementation
18566         object).
18567         
18568         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
18569         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
18570         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
18571         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
18572         GdkColormapPrivate. 
18573
18574         * gdk/gdktypes.h: #include <glib-object.h>
18575
18576         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
18577         Move most functionality to platform-specific implementation
18578         object. GdkWindow itself now handles the backing store, then
18579         chains to the platform-specific implementation.
18580         (gdk_window_get_window_type): return GdkWindowType of the window.
18581         (gdk_window_peek_children): New routine, returns the children of 
18582         a GdkWindow
18583         (gdk_window_get_children): Was in X11-specific code and did 
18584         XQueryTree. Changed to simply return a copy of window->children; 
18585         so it can go in cross-platform code.
18586         
18587         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
18588
18589         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
18590         GdkColormap; just changed to use the new private data instead
18591         of casting to GdkColormapPrivate.
18592
18593         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
18594         gdk_cursor_new().
18595
18596         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
18597         (private data member in the GObject). 
18598         (xdnd_manager_source_filter): Function had broken 
18599         error handling, fix it (use gdk_error_trap_push).
18600
18601         * gdk/x11/gdkdrawable-x11.c: This file now implements
18602         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
18603         base class is purely for the convenience of the X port,
18604         and not part of the interface to cross-platform GDK.
18605
18606         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
18607         
18608         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
18609         specific to X, and returned by the create_gc virtual method
18610         of GdkDrawableImplX11. 
18611         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
18612         rather than gchar, this was also changed in the GdkGC vtable.
18613         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
18614         mask is 0, return immediately, instead of checking every flag.
18615         This is faster, and keeps us from segfaulting if values is NULL
18616         and the mask contains some nonzero flags.
18617
18618         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
18619         GdkWindow.
18620
18621         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
18622         GdkWindowPrivate is gone.
18623
18624         * gdk/x11/gdkim-x11.c: rename things that got renamed.
18625
18626         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
18627         remove the image_put stuff that got transferred to GdkDrawable.
18628         
18629         * gdk/x11/gdkinput.c: renamings
18630
18631         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
18632
18633         * gdk/x11/gdkpixmap-x11.c: GObject conversion
18634
18635         * gdk/x11/gdkprivate-x11.h: indentation fixes
18636
18637         * gdk/x11/gdkproperty-x11.c: renamings
18638
18639         * gdk/x11/gdkselection-x11.c: renamings
18640
18641         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
18642         implements the platform-specific "impl" object.
18643         Moved gdk_window_get_children to gdk/gdkwindow.c
18644
18645         * gdk/x11/gdkx.h: Remove all the private structs and private datas
18646         that no longer exist. Add declaration of GdkGCX11 object here.
18647         Fix all the macros to still work. 
18648
18649         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
18650         GdkDragContext from the boxed types since they are now GObjects.
18651
18652         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
18653         moved xthickness/ythickness into the instance. GtkStyleClass
18654         functions are now in the standard vtable for GtkStyle, so you have
18655         to create a GObject subclass to write a theme engine.
18656         (gtk_style_copy): fixed a leaked PangoFontDescription
18657         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
18658         can be the standard GObject function.
18659         
18660         * Throughout GTK:
18661         s/style->klass->[xy]thickness/style->[xy]thickness
18662         s/pango_layout_unref/g_object_unref/
18663
18664         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
18665         
18666         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
18667         accessing GDK internals.
18668
18669         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
18670         accessing GDK internals.
18671
18672 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18673
18674         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
18675
18676         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
18677         problem by calculating event position relative to the trough
18678         rather than the slider.
18679         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
18680
18681         * gdk/gdkgc.h: Add GDK_NOR.
18682
18683         * configure.in, Makefile.am: Add modules top level dir
18684         * configure.in: Only use pangox library if building x11 target.
18685         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
18686
18687 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18688
18689         * gtk/gtkcolorsel.c: Change private class member to be named
18690         private_data throughout the file.
18691
18692         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
18693         private_data to avoid clashing with keyword.
18694
18695 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18696
18697         * gdk/gdkdnd.h: Add comment to remove warning.
18698
18699 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
18700
18701         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
18702         Byelorussian language; changed the Makefile and file names 
18703         to reflect that.
18704
18705 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
18706
18707         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
18708         rather than gdk_window_hide; this makes things work
18709         correctly if the window is programmatically hidden while
18710         iconified.
18711
18712 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
18713
18714         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
18715         cut and paste typo where wrong pixmap was being
18716         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
18717
18718 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
18719
18720         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
18721         Add helper function to compute format / bytes 
18722         relationship. Use in a couple places to fix up
18723         errors which assume 8 * format.
18724
18725         * gtk/gtkselection.c (gtk_selection_request): Use 32
18726         rather than 8 * sizeof (GdkAtom), to work correctly
18727         on Alpha.
18728
18729 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
18730
18731         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
18732         libgtk.la
18733         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
18734         versions
18735
18736         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
18737         checking macros return NULL since the function has a return value.
18738
18739 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
18740
18741         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
18742         GTK+ from building at all.
18743
18744         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
18745
18746 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
18747
18748         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
18749         gtk/Makefile.am: make it possible to configure gtk for different
18750         targets on the same platform. The library name is now 
18751         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
18752         flag. Only the x11 target compiles right now.
18753         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
18754         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
18755         * gdk/nanox/gdk*generic*: delete generic region code.
18756         * gdk/linux-fb/gdk*generic*: delete generic region code.
18757         * README.nanox: update information.
18758         
18759 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
18760
18761         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
18762         prepend not append. (Pointed out by Brett Hall.)
18763
18764 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
18765
18766         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
18767
18768 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
18769
18770         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
18771         need this later, and this makes sure that the atexit for
18772         glib gets called after that for GDK, so atexits are
18773         properly ordered for object leak checking.
18774
18775         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
18776
18777         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
18778         pango_x_shutdown_display()
18779
18780         * gtk/simple.c (main): Close window on destroy.
18781
18782 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
18783
18784         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
18785         to treat initial creation different from setting with 
18786         regards to the graphics-exposures parameter, so add a parameter
18787         indicating whether this is initial or not.
18788
18789 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
18790
18791         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
18792         to sort of work by adding an extra return_exposes arg
18793         to gdk_event_translate() - it might be better to simply
18794         deprecate the function altogether and force people to rewrite
18795         without it. gdk_window_scroll() handles most of it, and where
18796         gdk_window_scroll() doesn't work, simply redrawing more does.
18797
18798         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
18799         assertion.
18800
18801         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
18802
18803         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
18804         bunch of pretty much useless /* Print debugging info */ comments 
18805         which had drifted away from the code they were commenting.
18806
18807 2000-06-02  Havoc Pennington  <hp@pobox.com>
18808
18809         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
18810         is in working order.
18811         
18812         * gtk/testtext.c: Change to reflect anonymous mark API
18813
18814         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
18815
18816         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
18817         field, which was unused.
18818
18819         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
18820         saves some typing.
18821
18822         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
18823
18824         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
18825         flag on the insertion point and selection bound
18826
18827         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
18828         make mark-manipulation functions take a GtkTextMark* instead of a
18829         mark name.
18830         
18831         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
18832         GtkTextMarkBody; will be used to detect attempts to delete
18833         the permanent marks (insert and selection bound)
18834
18835         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
18836
18837 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
18838
18839         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
18840         flag to on.
18841
18842         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
18843         Honor DOUBLE_BUFFRED_FLAG
18844
18845         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
18846         function to set the DOUBLE_BUFFERED flag.
18847
18848         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
18849         or not exposes done on the widget should be double-buffered.
18850
18851         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
18852         to be what would be expected. (Fixes problem with a
18853         g_return_if_fail() validating a TextDirection enumeration)
18854
18855 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
18856
18857         * gtk/gtkwidget.c: Remove all references to 
18858         offscreen flag which was no longer used.
18859
18860         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
18861
18862         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
18863         for non-null label_widget->parent.
18864
18865         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
18866         which no longer was used.
18867
18868         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
18869
18870         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
18871         for null arguments.
18872
18873         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
18874         check for destroyed windows.
18875
18876 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
18877
18878         * gtk/gtkimmulticontext.c: Add a finalize method and unref
18879         the slave context there.
18880
18881         * gtk/gtkinvisible.[ch]: Make reference counting behavior
18882         identical to GtkWindow.
18883
18884 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
18885
18886         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
18887         pangox to here, so we can write them independent of rendering
18888         system, using GDK primitives.
18889
18890         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
18891         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
18892         since we have a rendering-system independent implementation in
18893         terms of draw_glyphs().
18894         
18895         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
18896         function to render a single line.
18897
18898         * gdk/x11/gdkpango.c: Move the guts of this file mostly
18899         into ../gdkpango.c, which simplifies things, since we
18900         don't have to deal with raw X gc's.
18901
18902 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
18903
18904         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
18905         get the logical attributes for a given GtkTextLine.
18906
18907 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
18908
18909         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
18910         g_locale_get_codeset() to g_get_codeset() change.
18911
18912 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
18913
18914         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
18915         descriptions.
18916
18917         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
18918         the entry.
18919
18920         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
18921         redoing (vastly simplifying) for Pango. Still needs quite
18922         a bit of work. (Size selection is currently poor. List of 
18923         predefined sizes is not a good idea, since all of these
18924         sizes won't necessarily be distinct.)
18925
18926 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
18927
18928         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
18929         CODESET results for LANG=C.
18930
18931 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
18932
18933         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
18934         which takes a stringized pango font description;
18935         ignore the older 'font' and 'fontset' declarations.
18936
18937         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
18938         field with a GdkFont derived via gdk_font_from_description(),
18939         for compatibility. (Should we just remove it entirely?
18940         Probably too much compatibility breakage, but people
18941         should be migrating to the new Pango stuff as quickly
18942         as possible.)
18943
18944 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
18945
18946         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
18947
18948 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
18949
18950         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
18951         redoing; there are some bugs in size allocation right
18952         now, the semi-existant distinction between header / day
18953         fonts was removed, but, with Pango, could actually
18954         be made functional in a nice way.
18955         
18956         * gtk/testcalender: Move calender from examples into this
18957         directory as a test program. (We really need to restrcture
18958         testgtk into a whole directory full of tests for every
18959         widget or functionality group, separated into multiple .c
18960         files.)
18961
18962 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
18963
18964         * gtk/testgtk.c (file_exists): Fix stupid typo that
18965         was keeping RC file from being loaded.
18966
18967         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
18968         RC file font code.
18969
18970 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
18971
18972         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
18973         Add function to load a GdkFont from a PangoFontDescription.
18974
18975 2000-05-29  Tor Lillqvist  <tml@iki.fi>
18976
18977         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
18978         variable should be of type GdkEventPrivate.
18979
18980 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
18981
18982         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
18983         to have any widget for the label, use a GtkLabel widget
18984         to display the text. (Based partially on a patch from
18985         Anders Carlson.)
18986
18987         (Quite a bit of code reorganization - strip 90% of the
18988         guts out of gtkaspectframe and add a single virtual
18989         func to GtkFrameClass - compute_child_allocation.)
18990
18991 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
18992
18993         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
18994         (Removed clist->row_center_offset field because caching
18995         it wasn't saving time or code, added private function
18996         _gtk_clist_create_cell_layout()).
18997
18998 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
18999
19000         * gtk/gtkaccellabel.c: Pangoized.
19001
19002         * gtk/[hv]ruler.c: Pangoized
19003
19004 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
19005
19006         * gtk/gtkfilesel.c (gtk_file_selection_init):
19007         Use gtk_clist_set_column_auto_resize() to remove need
19008         need for manual column width computations.
19009
19010 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
19011
19012         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
19013         ensuring Pango correctness, and considerably simplifying the
19014         code.
19015         
19016         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
19017
19018         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
19019         getting of numbers of lines.
19020
19021         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
19022         to the actual requested width of the lable, not to the wrap
19023         width we set.
19024
19025         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
19026
19027         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
19028           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
19029
19030         * gtk/gtktextview.c: Fix structure inheritance.
19031
19032         * gtk/gtkprogressbar.c: Pangoize.
19033
19034 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
19035
19036         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
19037         in a function.
19038
19039         * gtk/gtktextlayout.c (find_display_line_above): Fixed
19040         bug with computing line tops.
19041
19042         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
19043
19044 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19045
19046         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
19047         and y_offset coordinates to do what we need now. (The offset between
19048         buffer and layout coordinates has been reintroduced, but is a 
19049         bit different than before.)
19050
19051         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
19052         handle the adjustments ourselves, and scroll as necessary using
19053         the new gdk_window_scroll().
19054         
19055         The advantage of this is that when we are incrementally revalidating,
19056         we are essentially rearranging things around the visible portion
19057         of the screen. With the old setup, the visible portion of the
19058         screen was moved around in the layout, so scrolling and redrawing
19059         to track that caused jumping of the display. Since we now
19060         control the scrolling ourselves, we can suppress this and
19061         only redraw when things actually change.
19062
19063 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
19064
19065         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
19066         the region not just redisplay it after-all, since we store the
19067         cursors in the LineDisplay. (Ugly interactions here between
19068         GtkLayout and GtkTextBTree here.)
19069         
19070         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
19071
19072 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
19073
19074         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
19075         Added function to scroll contents of a window while keeping the
19076         window constant. Works by XCopyArea or guffaw-scrolling depending
19077         on the details of how the window is set up. (guffaw-scrolling
19078         still needs to be filled in.)
19079
19080 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
19081
19082         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
19083         move the debugging that was tied to a global variable
19084         to that.
19085
19086         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
19087
19088         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
19089         validated flag, in line data instead of setting height/width to
19090         -1. This allows us to perform operations with partially invalid
19091         buffer (using the old size for invalid lines) and thus to do
19092         incremental vaidation. Keep height/width aggregates up to date
19093         when deleting text and rebalancing the tree.
19094
19095         * gtk/gtktextbtree.[ch]: Add functions validate a line
19096         (gtk_text_btree_validate_line), and to validate up
19097         to a number of pixels (gtk_text_btree_validate).
19098
19099         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
19100         that indicates that something is changed and a revalidation
19101         pass is needed. Change ::need_repaint to ::changed, and
19102         make it take old and new yranges instead of a rectangle.
19103
19104         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
19105         the line_data_destroy() function from 
19106         gtk_text_btree_add_view() to a virtual function in 
19107         GtkTextLayout
19108
19109         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
19110         since we are handling partial repaints in a different fashion
19111         now.
19112
19113         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
19114         of the selection instead of queueing a repaint on the
19115         entire widget.
19116
19117         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
19118         get_selection_bounds() down to btree, make the function
19119         in buffer a wrapper around the btree function.
19120
19121         * gtk/gtktextlayout.[ch]: Add functions to check if the
19122         layout is valid and to recompute either a range of pixels
19123         aroudn a line or a certain total number of pixels.
19124
19125         * gtk/gtktextlayout.[ch]: Cache a single line display;
19126         now that we only redraw the needed portions, the hit rate
19127         for this cache is quite high.
19128         
19129         * gtk/gtktextview.[ch]: Keep track of the first paragraph
19130         on the screen so that when re-laying-out the buffer, we can
19131         keep the same place. This requires connecting to ::value_changed
19132         on the adjustments
19133
19134         * gtk/gtktextview.[ch]: Add idle functions to revalidate
19135         the buffer after we receive an ::invalidated signal.
19136         
19137 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
19138
19139         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
19140         to max of allocation and layout size, not just to the
19141         layout size.
19142
19143         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
19144         Invalidate window so it gets redrawn properly.
19145
19146         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
19147         to mean the entire window.
19148
19149         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
19150         into public header.
19151
19152 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19153
19154         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
19155         to get the name of a mark.
19156
19157         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
19158         to find the paragraph from a y position.
19159
19160 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
19161
19162         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
19163         nodes have width/height >= 0, not > 0.
19164
19165 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
19166
19167         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
19168         Add a size_only flag, so when we only need the size, we don't create
19169         useless appearance attributes.
19170
19171         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
19172         duplicate setting of font description.
19173
19174         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
19175
19176 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19177
19178         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19179         EXTRA_DIST. It does not work well when the file that
19180         everything depends on is not in the tarball.
19181
19182 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19183
19184         * gtk/testgtk.c: Some hacks and fixes so that it basically
19185         works when not sitting in the GTK+ build tree.
19186
19187 2000-05-03  Havoc Pennington  <hp@redhat.com>
19188
19189         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
19190         Properly determine the ordering of the tag root and the current
19191         line within the tree. Previous algorithm only worked if the tag
19192         root's immediate parent was the common root of both the current
19193         line and the tag root.
19194
19195 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
19196
19197         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
19198         alignment.
19199
19200         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
19201         the widget text directional dynamically.
19202
19203         * gtk/gtktextview.[ch]: Added functions to get and set default
19204         wrap mode.
19205
19206 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
19207
19208         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
19209         in cursor location computation.
19210
19211 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
19212
19213         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
19214         vadjusment values properly when layout gets smaller.
19215
19216         * gtk/gtktextview.c (need_repaint_handler): Areas being
19217         passed in are far completely inaccurate, and sometimes
19218         too small, so, for now, just queue a redraw on the
19219         whole visible region.
19220
19221 2000-04-25  Havoc Pennington  <hp@redhat.com>
19222
19223         * gtk/gtktextbtree.c (summary_destroy): new function to 
19224         destroy tag summary nodes
19225         (gtk_text_line_next_could_contain_tag): this function was 
19226         totally broken if the line passed in wasn't below the tag
19227         root. Fix it.
19228         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
19229         "wildcard" case, we have to do a linear scan. Blah.
19230         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
19231         we have to do the linear scan
19232         (tag_removed_cb): When a tag is removed from the tag table, 
19233         remove the GtkTextTagInfo node from the btree.
19234         (gtk_text_btree_spew): Implement the spew function, for 
19235         our debugging pleasure.
19236
19237 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
19238
19239         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
19240         a problem with referring to the wrong buffer.
19241
19242         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
19243
19244         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
19245         font description to gtk_style_new() - otherwise things
19246         don't work without a .gtkrc file.
19247
19248         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
19249         tags table if we create it ourself, too.
19250
19251         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
19252         it was conflicting with XKB modifiers.
19253
19254         * gtk/gtktextview.[ch]: Add simple support for 
19255         GtkIMContext.
19256
19257 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
19258
19259         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
19260         with deletion from last commit.
19261
19262 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
19263
19264         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
19265         in the context from the current locale.
19266         
19267         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
19268         context, not hardcoded value.
19269
19270         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
19271         not logical.
19272
19273 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19274
19275         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
19276         attributes - that doesn't handle partial-glyph selection
19277         properly. Instead use new pango_layout_line_get_x_ranges()
19278         functionality to draw the selection.
19279
19280         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
19281         now properly handles out-of-range coordinates.
19282
19283         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
19284
19285         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
19286         public.
19287
19288         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
19289         for paragraphs opposite to the base direction of the widget.
19290
19291         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
19292
19293         * gtk/gtktextlayout.c: Don't split segments on marks, since that
19294         causes Arabic words to reshape as you cursor through.
19295
19296         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
19297         cursor position when moving vertically with the arrow keys and
19298         scrolling with page-up/page-down. (Arrow keys save only the X,
19299         scrolling saves both X and Y.)
19300
19301         This means you can line-up / line-down or page-up / page-down
19302         without losing your place, and also that moving vertically
19303         with the cursor keys keeps the same X position, not the same
19304         character count:
19305
19306         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
19307         arrow keys move by display lines, not paragraphs.
19308
19309 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19310
19311         * gtk/gtklayout.c: Make sure that the bin window is at least
19312         as big as the allocation. (Should we also make sure that the
19313         bin window is big enough to completely cover widget->window?)
19314
19315         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
19316         function to get the onscreen rectangle.
19317
19318         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
19319         for offsets in window coordinates.
19320
19321 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
19322
19323         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
19324         confusion.
19325
19326         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
19327         from the widget direction.
19328
19329         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
19330         Add a "direction" attribute.
19331
19332         * gtk/gtktextview.c: global s/tkxt/text_view/.
19333
19334         * gtk/testtext.c: Added long block of text in Arabic, to test out
19335         the direction attributes. (Some problems with the shaping system
19336         for arabic become obvious - like the fact the cursor splits words
19337         into unjoined pieces.)
19338
19339 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
19340
19341         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
19342
19343         * gtk/gtktextlayout.c: Fix up alignment.
19344
19345         * gtk/testtext.c: Add some tests for centering, wrapping.
19346
19347 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
19348
19349         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19350         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
19351         If we wrote GTK+-specific layout-render function this could just replace
19352         the draw_layout() operation in the vtable.
19353
19354         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
19355         pango_layout_get_cursor_pos() and use that function.
19356
19357         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
19358         is a non-static symbol.
19359
19360         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
19361         with gtk_text_btree_find_line_by_y()
19362
19363         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
19364         renderer that handles GtkTextAppearance attributes.
19365
19366         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
19367
19368           - Move the values in the style that don't affect geometry into a
19369             GtkTextAppearance structure.
19370           - Change underline to take a PangoUnderline and "font" a string
19371             representation of a font description
19372           - Add a "font_desc" attribute which takes a FontDescription structure.
19373
19374         * gtk/gtktextlayout.[ch]:
19375
19376           - Get rid of the display-line list per each line. Instead, we
19377             generate, on demand, a GtkTextLineDisplay structure which]
19378             contains a PangoLayout * and other necesary information
19379             (offsets, cursor locations) for displaying a paragraph.
19380           - Get rid of the code to wrap lines, create display chunks,
19381             etc. Instead, we just go through a paragraph and convert
19382             it into the necessary inputs to a PangoLayout.
19383           - Implement a new attribute type, GtkTextAttrAppearance. This
19384             holds a GtkTextAppearance, and is used to pass colors, 
19385             stipple, etc, through from the layout to the display without
19386             having to use lots and lots of individual attributes.
19387           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
19388             in terms of PangoLayout functions.
19389         
19390         * gtk/gtktextview.c: 
19391          
19392           - Handle passing the necessary PangoContext to the layout
19393           - Some fixups in painting to deal with the automatic backing store
19394             and offsetting of GTK+-1.4
19395           - Add a style_set handler so that the default style reacts
19396             properly to theme changes.
19397         
19398         * gtk/gtktext?*.[ch]: Random code-style fixes.
19399
19400         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
19401
19402 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
19403
19404         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
19405         in original form preparatory to Pango-ization and gdkimcontext-ization.
19406
19407 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
19408
19409         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
19410         so that we can derive from gtkimcontext in language bindings properly.
19411
19412 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
19413
19414         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
19415         Add a compose table including (almost) all the compose combinations
19416         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
19417         data in the XIM implementation.
19418
19419         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
19420         Moved functions to convert keyvalues from and to unicode here from
19421         the win32 port and made them public.
19422
19423 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
19424
19425         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
19426
19427 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
19428
19429         * gtk/gtkimcontext.[ch]: Base class for new input context system
19430
19431         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
19432         the real input context implementation to be loaded from modules
19433         and switched on the fly.
19434
19435         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
19436         context that just does direct keysymbol => unicode translation.
19437
19438         * gtk/gtkentry.[ch]: Start switching editing over to using
19439         GtkInputContext. (No handling of preedit yet.)
19440
19441 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
19442
19443         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
19444         many substitutions. (klass should not be subsituted.)
19445
19446 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
19447
19448         * configure.in: Add checks for Pango
19449
19450         * configure.in docs/Makefile.am: Add test for sgml2html
19451         and allow 'make dist' without building html, but print out
19452         warnings in that case. (For making snapshots)
19453
19454         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
19455         Add Pango libraries and C flags
19456
19457         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19458         Add function (gdk_draw_layout) to draw a pango layout.
19459
19460         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
19461         for getting Pango contexts for GDK.
19462
19463         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
19464
19465         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
19466         editing.
19467
19468         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
19469         keysym => unicode translations. More languages can be added
19470         here, but real input-method support is needed.
19471
19472         * docs/Changes-1.4.txt: Added note about entry behavior.
19473         
19474         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
19475         to set the reading direction for a widget and the global direction.
19476         Add test which allows toggling the global direction. Two private
19477         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
19478
19479         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
19480           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
19481
19482         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
19483
19484         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
19485         underlining now handled by Pango.
19486
19487         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
19488         to RCStyle and Style. (Having both this and the old font name and GdkFont 
19489         is temporary.)
19490
19491         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
19492         convenience functions for creating contexts and layouts for widgets.
19493
19494         * gtk/testgtk.c: Enhance label tests with multilingual labels.
19495
19496 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
19497
19498         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
19499         titles to be active, even if they aren't visible.
19500         (gtk_clist_column_titles_passive):  Ditto.
19501
19502 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
19503
19504         * gtkmenu.c:
19505         * gtkmenu.h:
19506         * gtktypeutils.h: Spelling/grammar fixes in comments.
19507
19508 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
19509
19510         * gdk/nanox/*.h: add missing header files.
19511
19512 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
19513
19514         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
19515         send_event to TRUE.
19516         (gtk_drawing_area_size): queue a resize.
19517
19518 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
19519
19520         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
19521         the handlers, also invalidate them. bug nailed down by Karl Nelson
19522         <kenelson@ece.ucdavis.edu>.
19523
19524 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
19525
19526         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
19527         "(nil)" foundries, patch from Grigorios Magklis.
19528
19529         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
19530         on non-available fonts, based on a patch by Grigorios Magklis
19531         <maglis@cs.rochester.edu>.
19532
19533 2000-05-18  Elliot Lee  <sopwith@redhat.com>
19534
19535         * gdk/x11/gdkregion-generic.c: If a region does not have any
19536         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
19537         instead of GDK_OVERLAP_RECTANGLE_IN.
19538
19539 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
19540
19541         * gtk/gtklayout.c (gtk_layout_map): Remove references to
19542         OFFSCREEN, as it is no longer necessary.
19543
19544 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
19545
19546         * gtk/gtkcolorsel.c: Patch from David Santiago
19547         <mrcooger@cyberverse.com> to change things so that the 
19548         indicator of the active palette entry is done independently,
19549         not via the focus, since it should always be visible.
19550
19551 2000-05-17  Tor Lillqvist  <tml@iki.fi>
19552
19553         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
19554         refcount leaks as in the X11 backend.
19555
19556         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
19557         cosmetics.
19558
19559         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
19560         backend. Add _gdk_windowing_window_destroy().
19561
19562         * gtk/gtkcolorsel.c: Include correct backend-specific header.
19563         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
19564         either, but these probably do exist on nanox?)
19565         
19566         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
19567         which isn't necessarily defined by <math.h>.
19568
19569         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
19570         ancestry past GtkObject.
19571
19572         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
19573         from DLL on Win32.
19574
19575         * gtk/gtk.def: Update corresponding to recent changes.
19576
19577         * gtk/makefile.{cygwin,msc}: Updates.
19578
19579 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
19580
19581         * docs/Changes-1.4.txt: A bit of editing.
19582
19583         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
19584         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
19585         to clear the update area for the window, and clear it
19586         when hiding a window.
19587
19588         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
19589         if window destroyed.
19590
19591         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
19592
19593         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
19594         gdk_window_destroy() to the generic code, since there was a lot of 
19595         window-system-independent logic it in. Add a function:
19596         
19597          _gdk_window_destroy() 
19598
19599         to the internal API to destroy a window without unreferencing it.
19600         Add a function:
19601
19602          _gdk_windowing_window_destroy()
19603
19604         That does the windowing-system-dependent part of destroying 
19605         the window.
19606
19607 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
19608
19609         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
19610
19611 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
19612
19613         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
19614         Make gtk_widget_shape_combine_mask() keep a reference count on
19615         the pixmap since it keeps it around.
19616
19617 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
19618
19619         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
19620         leak.
19621
19622         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
19623         leak with event filters.
19624
19625 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
19626
19627         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
19628         signal handlers with the right data arguments. (Fixes
19629         some warnings when a widget was repeatedly set as a drag
19630         destination.)
19631
19632         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
19633         window so we can avoid avoid setting the DND properties on the
19634         toplevel window repeatedly.
19635
19636 2000-05-13  Tor Lillqvist  <tml@iki.fi>
19637
19638         * gdk/win32/gdkwin32.h: Define more message types missing from
19639         mingw headers.
19640
19641         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
19642         call gdk_window_destroy_notify(). It was never called. This
19643         probably meant that the GdkWindow was never freed. Thanks Owen for
19644         noticing (!).
19645
19646         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
19647         window as destroyed before calling DestroyWindow(). DestroyWindow()
19648         causes a call to the window procedure (gdk_WindowProc), which
19649         calls gdk_event_translate(), which calls
19650         gdk_window_destroy_notify(), which gets confused unless the window
19651         is set as destroyed.
19652
19653         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
19654         this function to indicate it's win32 only. Put inside #ifdef
19655         G_ENABLE_DEBUG.
19656
19657         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
19658         debugging function. (gdk_event_translate:) Add a default branch
19659         that uses the above function to print debug messages with all
19660         Windows messages symbolically.
19661
19662         * gdk/win32/gdkprivate-win32.h: Declare it, and
19663         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
19664
19665 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
19666
19667         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
19668         public header file.
19669
19670 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
19671
19672         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
19673
19674         * gtk/gtktext.c: made the adjustments no-construct args, simply
19675         provide default adjustments.
19676         (gtk_text_destroy): release adjustments.
19677
19678         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
19679         adjustment argument non-construct.
19680
19681         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
19682         instead of in finalize.
19683         (gtk_progress_get_text_from_value): 
19684         (gtk_progress_get_current_text): 
19685         (gtk_progress_set_value): 
19686         (gtk_progress_get_percentage_from_value): 
19687         (gtk_progress_get_current_percentage): 
19688         (gtk_progress_set_percentage): 
19689         (gtk_progress_configure): ensure an adjustment is present.
19690
19691 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
19692
19693         * gtk/gtkcolorsel.[hc]:
19694         * gtk/gtkcolorseldialog.[hc]:
19695         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
19696         their parent implementation, use bit fields for boolean values, don't
19697         create unused widgets, usage of glib types, braces go on their own
19698         lines, function argument alignment, #include directives etc. etc. etc..
19699
19700         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
19701
19702 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
19703
19704         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
19705
19706         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
19707         of NULL.
19708
19709         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
19710         to freed data.
19711         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
19712
19713         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
19714         to NULL when the toplevel is getting destroyed.
19715         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
19716         (gtk_menu_destroy): 
19717         (gtk_menu_init): store the information of whether we have to
19718         readd the initial child ref_count during destruction in a new
19719         GtkMenu field needs_destruction_ref_count.
19720
19721         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
19722         here, those reading: learn from my mistake! ;)
19723         in order for set_?adjustment to support a default adjustemnt if
19724         invoked with an adjustment pointer of NULL, the code read (pseudo):
19725         if (v->adjustment) unref (v->adjustment);
19726         if (!adjustment) adjustment = adjustment_new ();
19727         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
19728         now imagine the first unref to actually free the old adjustment and
19729         adjustment_new() creating a new adjustment from the very same memory
19730         portion. here, the latter comparision will unintendedly fail, and
19731         all hell breaks loose.
19732         (gtk_viewport_set_hadjustment):
19733         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
19734         after unreferencing it.
19735
19736         * gtk/gtkcontainer.[hc]: removed toplevel registration
19737         functions: gtk_container_register_toplevel(),
19738         gtk_container_unregister_toplevel() and
19739         gtk_container_get_toplevels() which had wrong semantics
19740         anyways: it didn't reference and copy the list.
19741
19742         * gtk/gtkwindow.c: we take over the container toplevel registration
19743         bussiness now. windows are registered across multiple destructions,
19744         untill they are finalized. the initial implicit reference count
19745         users are holding on windows is removed with the first destruction
19746         though.
19747         (gtk_window_init): ref & sink and set has_user_ref_count, got
19748         rid of gtk_container_register_toplevel() call. add window to
19749         toplevel_list.
19750         (gtk_window_destroy): unref the window if has_user_ref_count
19751         is still set, got rid of call to
19752         gtk_container_unregister_toplevel().
19753         (gtk_window_finalize): remove window from toplevel list.
19754         (gtk_window_list_toplevels): new function to return a newly
19755         created list with referenced toplevels.
19756         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
19757
19758         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
19759         adjustment a non-construct arg.
19760         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
19761         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
19762         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
19763
19764         * gtk/gtkrange.c: added some realized checks.
19765         (gtk_range_destroy): get rid of the h/v adjustments in the
19766         destroy handler instead of finalize. remove timer.
19767         (gtk_range_get_adjustment): demand create adjustment.
19768
19769         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
19770         we simply create them on demand now and get rid of them in
19771         the destroy handler.
19772         (gtk_viewport_destroy): get rid of the h/v adjustments in the
19773         destroy handler instead of finalize.
19774         (gtk_viewport_get_hadjustment): 
19775         (gtk_viewport_get_vadjustment): 
19776         (gtk_viewport_size_allocate): demand create h/v adjustment
19777         if required.
19778
19779         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
19780         gtk_widget_real_destroy () functionality.
19781         (gtk_widget_real_destroy): reinitialize with a new style, instead
19782         of setting widget->style to NULL.
19783
19784 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
19785
19786         * gtk/gtkcalendar.c:
19787         * gtk/gtkbutton.c: ported _get_type() implementation over to
19788         GType, either to preserve memchunks allocation facilities,
19789         or because Gtk+ 1.0 GtkTypeInfo was still being used.
19790
19791         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
19792         over. prepare for ::destroy to be emitted multiple times.
19793         removed reference tracer magic. chain into GObjectClass.shutdown()
19794         to emit ::destroy signal.
19795
19796         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
19797         fundamental.
19798
19799         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
19800         cludge.
19801
19802         * gtk/gtksocket.c:
19803         * gtk/gtkplug.c:
19804         * gtk/gtklayout.c:
19805         * gtk/gtklabel.c:
19806         * gtk/gtkargcollector.c:
19807         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
19808         not being a fundamental anymore, and to work with the new
19809         type system (nuked fundamental type varargs clutter).
19810
19811         * gtk/*.c: install finalize handlers in the GObjectClass
19812         part of the class structure.
19813         changed direct GTK_OBJECT()->klass accesses to
19814         GTK_*_GET_CLASS().
19815         changed direct object_class->type accesses to GTK_CLASS_TYPE().
19816
19817         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
19818         GType. made most of the GTK_*() type macros and Gtk* typedefs
19819         simple wrappers around macros and types provided by GType.
19820         most notably, a significant portion of the old API vanished:
19821         GTK_TYPE_MAKE(),
19822         GTK_TYPE_SEQNO(),
19823         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
19824         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
19825         GTK_TYPE_ARGS,
19826         GTK_TYPE_CALLBACK,
19827         GTK_TYPE_C_CALLBACK,
19828         GTK_TYPE_FOREIGN,
19829         GtkTypeQuery,
19830         gtk_type_query(),
19831         gtk_type_set_varargs_type(),
19832         gtk_type_get_varargs_type(),
19833         gtk_type_check_object_cast(),
19834         gtk_type_check_class_cast(),
19835         gtk_type_describe_tree(),
19836         gtk_type_describe_heritage(),
19837         gtk_type_free(),
19838         gtk_type_children_types(),
19839         gtk_type_set_chunk_alloc(),
19840         gtk_type_register_enum(),
19841         gtk_type_register_flags(),
19842         gtk_type_parent_class().
19843         replacements, where available are described in ../docs/Changes-1.4.txt.
19844         implemented compatibility functions for the remaining API.
19845
19846         * configure.in: depend on glib 1.3.1, use gobject module.
19847
19848 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
19849
19850         * TODO.xml: Various updates to current status.
19851
19852 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
19853
19854         * gtk.m4: Print out version when test succeeds.
19855
19856 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
19857
19858         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
19859         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
19860         
19861         (Original triangle color selector from Simon Budig
19862         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
19863         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
19864         Santiago <mrcooger@cyberverse.com>)
19865
19866         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
19867         out into a separate widget.
19868
19869         * gtk/testgtk.c: Add some checkbuttons for toggling palette
19870         and opacity controls.
19871
19872 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
19873
19874         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
19875         snuck in prematurely.
19876
19877 2000-05-07  Tor Lillqvist  <tml@iki.fi>
19878
19879         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
19880         had deleted a ! operator by mistake, which caused
19881         GDK_SELECTION_CLEAR events never to be generated, which caused
19882         only the first copy to the clipboard from an gtkeditable to
19883         actually cause a copy to the Windows clipboard.
19884
19885 2000-05-06  Tor Lillqvist  <tml@iki.fi>
19886
19887         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
19888         compilation, too. Current mingw gcc distributions include the
19889         necessary headers. Also the necessary IIDs are now in mingw
19890         headers/libraries, and own definitions unnecessary.
19891
19892         More hacking on OLE2 DND, still doesn't work though, and thus
19893         ifdeffed out.
19894
19895         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
19896         here, too.
19897
19898 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
19899
19900         * gdk/nanox/*: nano-X port work in progress.
19901         * gdk/simple.c: simple test for Gdk.
19902         * README.nanox: notes about the port: read this first!
19903         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
19904         with nano-X.
19905
19906 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
19907
19908         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
19909         gdk_window_clear() into common code, implement in terms of
19910         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
19911         not redirected to the backing rectangle.
19912
19913 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19914
19915         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19916         EXTRA_DIST. It does not work well when the file that
19917         everything depends on is not in the tarball.
19918
19919 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
19920
19921         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
19922         with recursion where process_updates() is called from
19923         an expose handler. (GtkTextView is highly broken in
19924         doing this, but it should work, so it is a nice test
19925         case.)
19926
19927 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19928
19929         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
19930         handle the case where updates are queued during processing of
19931         updates.
19932
19933 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19934
19935         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
19936         window is on gdk_display - use that instead of segfaulting.
19937
19938 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
19939
19940         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
19941         broken and require an empty arg, give it to them.
19942
19943 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
19944
19945         * gtk/gtklabel.h: indentation fixes.
19946
19947 2000-05-02  Tor Lillqvist  <tml@iki.fi>
19948
19949         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
19950         draw too narrow or too low arcs, they seem to fail, at least with
19951         some display drivers.
19952
19953         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
19954
19955         Large changes to the Win32 backend, partially made necessary by
19956         the changes to the backend-independent internal
19957         structures. Attempts to implement similar backing store stuff as
19958         on X11. The current (CVS) version of the Win32 backend is *not* as
19959         stable as it was before the no-flicker branch was merged. A
19960         zipfile with that version is available from
19961         http://www.gimp.org/win32/. That should be use by "production"
19962         code until this CVS version is usable. (But note, the Win32
19963         backend has never been claimed to be "production quality".)
19964
19965         * README.win32: Add the above comment about versions.
19966
19967         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
19968
19969         * gdk/gdk.def: Update.
19970
19971         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
19972         presumably be replaced by some more better mechanism as 1.4 gets
19973         closer to release shape.
19974
19975         * gdk/makefile.{cygwin,msc}: Update.
19976
19977         * gdk/win32/*.c: Correct inclusions of the backend-specific and
19978         internal headers. Change code according to changes in these. Use
19979         gdk_drawable_*, not gdk_window_* where necessary.
19980
19981         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
19982         our old DND.
19983
19984         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
19985         to interpret single characters as UTF-8. Thanks to Hans Breuer.
19986         Use correct function name in warning messages.
19987
19988         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
19989         GSourceFuncs gdk_event_prepare and gdk_event_check.
19990         (gdk_event_get_graphics_expose): Do implement, use
19991         PeekMessage. Thanks to Hans Breuer.
19992         (event_mask_string): Debugging function to print an GdkEventMask.
19993         (gdk_pointer_grab): Use it.
19994
19995         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
19996         (old) book I used claimed was Hangul actually is CJK Unified
19997         Ideographs Extension A. Also, Hangul Syllables were missing.
19998         Improve logging.
19999
20000         * gdk/win32/gdkgc-win32.c: Largish changes.
20001
20002         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
20003         g_win32_getlocale() from GLib, and not setlocale() to get current
20004         locale name.
20005
20006         * gdk/win32/gdkprivate-win32.h
20007         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
20008         gdkwin32.h, similarily as in the X11 backend.
20009
20010         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
20011         assignment was used instead of equals in if test. Thanks to Hans
20012         Breuer.
20013
20014         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
20015         the X11 version.
20016
20017         * gdk/win32/makefile.{cygwin,msc}
20018         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
20019         path to the Win32 headers that works also with the mingw compiler.
20020
20021         * gtk/gtkstyle.c: Include <string.h>.
20022
20023 2000-04-26  Havoc Pennington  <hp@redhat.com>
20024
20025         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
20026         replacing the broken gtk_label_get ()
20027
20028 2000-04-15  Havoc Pennington  <hp@pobox.com>
20029
20030         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
20031         this keeps scanner scripts from getting confused.
20032
20033         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
20034         data, rather than void
20035
20036 2000-04-15  Tor Lillqvist  <tml@iki.fi>
20037
20038         * gtk/gtkclist.c (gtk_clist_motion)
20039         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
20040         with is_hint FALSE, get x and y from the event. They used to be
20041         used uninitialised. The Win32 backend never sends motion events
20042         marked as hints. This for instance fixes the annoying file and
20043         font selector behaviour in the Win32 version.
20044
20045 2000-04-14  Tor Lillqvist  <tml@iki.fi>
20046
20047         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
20048         gtk_private_n_signals variables, they are used by some software,
20049         sigh.
20050
20051         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
20052         installation directory from the Registry, where the installer
20053         should have put it.
20054
20055 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
20056
20057         * gdk/x11/Makefile.am: Fix problem with installation directory for
20058         gdkx.h
20059
20060         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
20061         <mrcooger@cyberverse.com> so that when selecting menus with the
20062         mouse, the first item will not be selected, but when selecting
20063         with an accelerator, or navigating left-right on a menubar with
20064         the menus popped up, the first item will be selected.
20065
20066 2000-04-05  Dan Damian  <dand@dnttm.ro>
20067
20068         * configure.in: Added "ro" to ALL_LINGUAS.
20069
20070 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
20071
20072         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
20073         indentation.
20074
20075         * Makefile.am (EXTRA_DIST): Fix typo.
20076
20077         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
20078         to catch gdkconfig.h
20079
20080         * gtk/gtkitemfactory.c: Added FIXME.
20081
20082 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
20083
20084         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
20085         s/return_if_fail/return_val_if_fail/g and add a return value.
20086
20087 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
20088
20089         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
20090         merge slipup.
20091
20092         * gdk/gdkinput.h: Fix missing line from merge.
20093
20094 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
20095
20096         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
20097         instead of gdkprivate.h.
20098
20099 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
20100
20101         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
20102         parent class to correctly be GtkDialogClass.
20103
20104 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
20105
20106         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
20107         toplevel windows and their immediate children by their parents,
20108         since the size of toplevel windows is out of our immediate
20109         control and we don't get any real benefit from trying to track
20110         this size for clipping.
20111
20112         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
20113         for input_only windows.
20114
20115         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
20116         to fix some hacks and make sure that we don't try to set the
20117         background of input only windows.
20118
20119 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
20120
20121         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
20122         the _really_ internal stuff, and leave gdkprivate.h for the fake private
20123         stuff that we've traditionally exposed.
20124
20125         * gdk/**.c: Use gdkinternals.h where appropriate.
20126
20127         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
20128         not include gdkprivate-x11.h, move all stuff of conceivable public
20129         interest into gdkx.h; keep all really private stuff in
20130         uninstalled header gdkprivate-x11.h.
20131
20132         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
20133         image->image_put on windows through a new function _gdk_window_draw_image()
20134         to allow us to do backing store for images. (Sort of ugly)
20135
20136         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
20137         contexts locally so that we can offset them properly when drawing 
20138         onto backing pixmaps.
20139
20140         * gdk/gdkinput.h: Reindented
20141
20142         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
20143         pixmap or color for the window, so we can properly initialize
20144         our double-buffer pixmaps, and also so that we temporarily set
20145         a background of None while scrolling.
20146
20147         * gdk/gdkregion.h: Revise region boolean operators to have an
20148         interface that is actually convenient - switch from creating new
20149         regions on every op, to "methods" that modify existing regions
20150         (A = A OP B). 3 argument forms which allow dest == src, would also
20151         be possible, but the current interfaces seem to map nicely
20152         onto what needs to be done. (There is quite a lot of region
20153         code in GDK now.)
20154
20155         * gdk/gdkregion.h: Add constructor from rectangle and a copy
20156         operator.
20157
20158         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
20159         gdkpoly-generic.h: Copy region code from Xlib, switch it over
20160         to 32 bit coordinates, modify it to be mostly GTK+ style
20161         and to have interfaces that match gdkregion.h.
20162
20163         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
20164         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
20165         create a backing pixmap and redirect all drawing to
20166         that backing pixmap until a matching gdk_window_end_paint().
20167
20168         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
20169         Create a special drawable class for GtkWindow's that 
20170         redirects the drawing to the backing pixmap as necessary
20171         and then calls the real operations in _gdk_windowing_window_class.
20172
20173         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
20174         Store invalid region for each window. Generate expose events for invalid
20175         region in an idle. This replaces both the expose compression
20176         and the redrawing queuing in GTK+. It is both more efficient and
20177         simpler than either one individually and far more so then the
20178         combination.
20179
20180         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
20181         Emulate 32 bit coordinates for windows with 16 bit coordinates
20182         by offsetting drawing, guffaw scrolling techniques and
20183         mapping/unmapping child windows as necessary.
20184
20185         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
20186         where, when invalid regions are processed, the region is stored,
20187         and if expose events come in that are detectably duplicate
20188         the processed exposes (by comparison of event serial numbers),
20189         the stored region is subtracted out of those exposes.
20190
20191         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
20192         regions newly exposed when scrolling or resizing windows.
20193         This, combined with forcing processesing of queued invalidated
20194         regions, gives nice flicker-free scrolling.
20195
20196         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
20197         invalidated regions after every scroll.
20198
20199         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
20200         emulation in GDK. Its, for all practical purposes just a
20201         GtkViewport/GtkFixed hybrid now.
20202
20203         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
20204         (16-bit) structures as necessary instead of just casting.
20205
20206         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
20207         in terms of the structures from gdkregion-generic.c, using appropriate
20208         offsets from GDK to X11 coordinates. Cache clip mask and
20209         origin and ts origin locally and only flush to the server
20210         when drawing, to avoid constantly setting and resetting these
20211         values when offsetting GC's for scrolling and backing pixmaps.
20212
20213         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
20214
20215         * gtk/gtkcontainer.c: Call process_all_updates at end
20216         of resizing to reduce flicker. (Avoids having redraw
20217         lag arbitrarily behind resize under some circumstances)
20218
20219         * gtk/gtkentry.c: Remove old backing store code, and simply take
20220         advantage of the new backing store capabilities of GDK.
20221
20222         * gtk/gtkmain.c: Simple implementation of widget backing
20223         store - simply push a paint while handling each expose.
20224         (Should really be configurable widget for widget.)
20225         
20226         * gtk/gtkwidget.c: Remove all the old complicated redraw
20227         code, and simply invalidate the GDK windows from
20228         gdk_window_queue_clear(), etc. (Sigh, so much carefully
20229         debugged complexity ... gone to the winds.)
20230
20231         Remove all the code for suppressing expose events while
20232         resizes are pending; this isn't needed since the invalid
20233         areas won't be processed until after the resizes are
20234         processed, since they are in a lower priority idle.
20235
20236 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
20237
20238         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
20239         and height of dest rectangle for non-intersecting rectangles.
20240
20241 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
20242
20243         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
20244         for GdkRectangle.
20245
20246 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
20247
20248         * gdk/gdk{events,image,private,types,window}.h
20249          gdk/x11/gdkinputprivate.h: Change all coordinates
20250          from int16 to int. Also, Change width and height from
20251          unsigned to signed to avoid all the stupid C 
20252          signedness bugs.
20253
20254 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
20255
20256         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
20257         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
20258         Add some more detailed checking.
20259
20260         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
20261         New function to retrieve the depth of a drawable.
20262
20263         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
20264         field, reorder fields to save memory. 
20265
20266 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
20267
20268         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
20269         of the background image instead of scaling the background down to
20270         a line.
20271
20272         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
20273         which temporarily set slider to wrong size.
20274
20275         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
20276         queue_clear().
20277
20278 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
20279
20280 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
20281
20282         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
20283
20284 2000-03-17  Tor Lillqvist  <tml@iki.fi>
20285
20286         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
20287         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
20288
20289         * gdk/win32/gdkfont-win32.c
20290         * gdk/win32/gdkproperty-win32.c
20291         * gdk/win32/gdkselection-win32.c
20292         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
20293         now declared such.
20294
20295 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
20296
20297         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
20298
20299 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
20300
20301         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
20302         is called without trapping X errors.
20303
20304 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
20305
20306         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
20307         way into the fontset lists.
20308
20309 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
20310
20311         * gtk/gtkthemes.h: add extern "C" scope.
20312
20313 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
20314
20315         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
20316         to make appends to the list constant. (gtk-guy-990901-0.patch)
20317
20318 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
20319
20320         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
20321         for the typename hash table.
20322
20323 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
20324
20325         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
20326         to make sure we never divide by zero. 
20327         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
20328
20329 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
20330
20331         * gtk/gtkfontsel.c: Apply patch from
20332         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
20333         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
20334
20335         Also, some cleanups in atom handling.
20336
20337 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
20338
20339         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20340         not GtkWidget.
20341
20342 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
20343
20344         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
20345         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
20346         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
20347         more guint wrap-around bugs before going to bed.
20348
20349 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
20350
20351         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
20352         guint wrap arounds in allocation.width.
20353
20354         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
20355         process untill we fit the allocation given.
20356
20357 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
20358
20359         * gtk/gtkwidget.c:
20360         (gtk_widget_unrealize): guard widget access with ref/unref
20361         around signal emission.
20362         (gtk_widget_hide): same here, but also check its destroyed
20363         state before queueing a resize.
20364
20365 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
20366
20367         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
20368         of gtk_default_insensitive_bg as insensitive base color.
20369
20370         * gtk/gtktext.c (gtk_text_style_set): set the background color according
20371         to the widget's state.
20372         (gtk_text_realize): same here.
20373         (gtk_text_state_changed): same here.
20374         (draw_bg_rect): compare background color against base[] from
20375         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
20376
20377 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
20378
20379         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
20380         grabs are active, unless a delete event is send to the toplevel
20381         of the currently grab holding widget.
20382
20383 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
20384
20385         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
20386         debugging g_print's.
20387
20388 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
20389
20390         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
20391         ever make the scrolled-window requisition ever depend on the 
20392         visibility state of the scrollbars for the AUTOMATIC policy. 
20393         This breaks the GTK+ requisition model, and causes loops.
20394
20395 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
20396
20397         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
20398         the default font to avoid problems with XFree86-4.0 where the
20399         default charset is iso10646-1, not iso8859-1.
20400
20401 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
20402
20403         * acinclude.m4
20404         * config.guess
20405         * config.sub
20406         * ltconfig
20407         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
20408
20409         * gtk/Makefile.am: minor cosmetic consistency tweak
20410
20411 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
20412
20413         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
20414         the activate_time to 0, so that we handle a quick
20415         press/release press/release properly and don't suppress
20416         the second release. (Red Hat bug #7545)
20417
20418 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
20419
20420         * gtk/gtkctree.c (row_delete):
20421         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
20422         bugs with destruction notifier, *always* update internal
20423         structures *before* calling user code.
20424
20425 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
20426
20427         A few more fixes for bug #5487, #2051, #2677.
20428         * gtk/gtkclist.c : 
20429         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
20430         not GDK_BUTTON_PRESS.
20431         (resync_selection): resync only if selection_mode is
20432         GTK_SELECTION_EXTENDED
20433         * gtk/gtkctree.c (resync_selection): same here
20434
20435 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
20436
20437         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
20438         gdk_drag_get_selection() and gtk_menu_detach().
20439
20440         [ From Jeroen Ruigrok/Asmodai ]
20441
20442 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
20443
20444         * gtk/gtknotebook.c (gtk_notebook_size_request): 
20445         page->tab_label can be NULL.
20446
20447 2000-01-25  Havoc Pennington  <hp@pobox.com>
20448         
20449         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
20450         arg is boolean
20451
20452         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
20453
20454         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
20455
20456         * gdk/gdkproperty.c (gdk_property_get): return boolean
20457
20458         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
20459
20460         * gdk/gdkim.c (gdk_im_ready): return boolean
20461
20462         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
20463
20464         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
20465         glib clash, should fix glib)
20466
20467         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
20468         (gdk_get_show_events): return gboolean, and canonicalize 
20469         to TRUE/FALSE
20470
20471         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
20472         colormap is private
20473         (gdk_colors_alloc): gboolean whether to be contiguous
20474         (gdk_color_equal): return gboolean since we are a predicate
20475         and not a qsort() (this looks semi-wrong due to glib breakage,
20476         IMO glib should be fixed)
20477         
20478         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
20479         (gdk_get_use_xshm): return gboolean
20480         (gdk_pointer_is_grabbed): return gboolean
20481
20482         * gdk/gdk.h: Change prototypes to match all the above changes,
20483         and re-run egtk-format-protos as required.
20484
20485 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
20486
20487         * gtk/gtkctree.c (resync_selection): 
20488         * gtk/gtkclist.c (resync_selection):
20489
20490         Return immediately if clist->drag_pos < 0. This is a workaround
20491         for the corrupt state that the clist gets into when a
20492         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
20493
20494         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
20495         
20496         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
20497         variable from recent commit.
20498
20499 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
20500
20501         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
20502
20503 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
20504
20505         * gtk/Makefile.am: prefix all autogenerated source that get build in
20506         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
20507         in builddir. since we subsequently cd into srcdir for autogeneration,
20508         the paths have to be stripped from the target file names, thusly we
20509         use $(@F) as target names now.
20510         put a comment about configure.in's --disable-rebuilds option,
20511         which can be used for non-writable source directories, for development
20512         setups though, srcdir has to be *writable*.
20513
20514 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
20515
20516         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
20517           Finish the job of allowing event to be NULL.
20518           (Fixes bug #4283, reported by Chris Blizzard)
20519
20520         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
20521           things so that the cursor appears on screen, properly
20522           take into account INNER_BORDER.
20523           (Fixes bug #4754, reported by Antonio Campos)
20524
20525 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
20526
20527         * gtk/gtknotebook.c (gtk_notebook_map): Don't
20528           show the tab_label unless it itself is visible.
20529
20530           gtk/gtknotebook.c (gtk_notebook_size_request):
20531           Do a better job of making sure that the visibility
20532           of the tab label corresponds to whether it should
20533           be mapped or not.
20534
20535 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
20536
20537         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
20538           Use the requisition, not the allocation, since the
20539           allocation has not necessarily been computed yet.
20540           (Pointed out by Eugene Osintsev)
20541
20542 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
20543
20544         * gtk/gtkstyle.c (gtk_style_new): Dont' set
20545           style/base[GTK_STATE_INSENSITIVE] both to
20546           gtk_default_insensitive_bg!
20547           (Bug #2187, reported by Jonathan Blandford)
20548
20549         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
20550           Add Alt_L, Alt_R to list of invalid accelerators.
20551           (Bug #3736, reported by Vlad Harchev)
20552
20553 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
20554
20555         * gtk/gtkfilesel.c (open_ref_dir): Fix several
20556         bugs which occured after an attempt to open 
20557         invalid home directory left cmpl_state->reference_dir == NULL.
20558
20559          - completion on files in home directory didn't work
20560          - completion on an empty string caused  segfault
20561
20562          (Bug #3678, reported by Steve Ratcliffe)
20563
20564         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
20565         cut and paste error that was causing scales to
20566         be incorrectly positioned.
20567         (Bug #2956,
20568          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
20569
20570 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
20571
20572         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
20573         when checking for dcgettext, if we've found we needed
20574         it for dgettext.
20575 +
20576 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
20577
20578         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20579         queue_clear on NO_WINDOW widgets during a reparent,
20580         since at that point the window and widget heirarchies
20581         are out of sync. This stops crashing in some cases
20582         (the scrolled window reparent test, for instance), and
20583         _probably_ won't cause drawing errors.
20584
20585         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
20586         test do what it was supposed to do and be robust against
20587         window closings, etc. (Bug #2443)
20588
20589 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
20590
20591         * gtk/gtkentry.c: Fix return values on mouse events.
20592         (Bug #2686, Sky <seb_sky@yahoo.com>)
20593
20594         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
20595         (pointed out by George Lebl)
20596
20597         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
20598         (From Ettore Perazzoli  <ettore@helixcode.com>)
20599  
20600 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
20601
20602         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
20603         clicks between rows or outside calender area correctly.
20604         (Patch from Damon Chaplin)
20605
20606         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
20607         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
20608           Call destroy function when overwriting existing data. 
20609           (Pointed out by Damon Chaplin)
20610
20611 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
20612
20613         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
20614           which was causing problems on various systems with Xmu.
20615           This hasn't been needed for a very long time.
20616           (Fixes #1185 3167)
20617
20618 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
20619
20620         * gdk/gdki18n.h: Include <ctype.h> when defining
20621           gdk_isw* in terms of is* as a fallback.
20622           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
20623
20624 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
20625
20626         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
20627           realize the widget when it is size allocated!
20628           (old, old bug)
20629
20630         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
20631           Removed unused call to gdk_window_get_size() that
20632           showed up when the above was fixed.
20633
20634 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
20635
20636         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
20637           fix up widget->window when the widget is a
20638           NO_WINDOW container widget.
20639
20640 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
20641
20642         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
20643           to account for the fact that feof() does _not_ 
20644           return TRUE on errors, and thus avoid infinite loops
20645           when trying to use gdk_pixmap_create_from_xpm()
20646           on unreadable values.
20647
20648 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
20649
20650         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
20651
20652 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
20653
20654         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
20655           gdk_gc_set_dashes to take gint8 instead of gchar to
20656           make it clearer that it is _not_ a NULL terminated string.
20657
20658         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
20659           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
20660           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
20661           arguments.
20662
20663 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
20664
20665         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
20666         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
20667         background size relative to our allocation, guard against small
20668         allocations, we may have not yet been size allocated.
20669
20670 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
20671
20672         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
20673         not just version == 3. We implement all 3 + most of 4 - 
20674         (we don't support matching text/plain;charset=iso-8859-1
20675         to a dest that expects text/plain). We'll still advertise
20676         3 to be safe, but any client implementing version >= 3
20677         must interoperate with 3.
20678         
20679 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20680
20681         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
20682         background and gc members, add a warning in gtk_tooltips_set_color()
20683         indicating that this function is deprecated.
20684
20685 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
20686
20687         * docs/gtkfaq.sgml: FAQ Update:
20688           - Minor cleanups (Emmanuel, me)
20689           - New questions:
20690                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
20691                 How can I retrieve the text from a GtkMenuItem? (timj)
20692                 How do I validate/limit/filter the input to a GtkEntry? (me)
20693                 Memory does not seem to be released when I free the list
20694                         nodes I've allocated (timj)
20695
20696 2000-03-07  Tor Lillqvist  <tml@iki.fi>
20697
20698         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
20699         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
20700         for which it is no use to call GetLastError onWin9x.
20701         (gdk_other_api_failed) New function, for general error
20702         reporting without calling GetLastError.
20703         (gdk_win32_api_failed) OTOH, this function always calls
20704         GetLastError. (gdk_win32_last_error_string) Remove this function,
20705         GLib has the equivalent now.
20706
20707         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
20708         call them with function name, file name and line number in the
20709         arguments.
20710
20711         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
20712         functions.
20713         
20714         * gtk/gtk.def: Add some missing entry points.
20715
20716         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20717         gtk_paned_set_gutter_size, which don't exist any longer, as void.
20718         
20719         Fixes by Hans Breuer:
20720
20721         * gdk/makefile.msc: Update for debugging.
20722
20723         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
20724         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
20725         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
20726         in the dash_list.
20727
20728         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
20729         the x11 backend.
20730
20731         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
20732
20733         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
20734
20735 2000-03-04  Tor Lillqvist  <tml@iki.fi>
20736
20737         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
20738         just pixel value of background colour.
20739
20740         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
20741         containing code snippet previously duplicated in a couple of
20742         places.
20743         
20744         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
20745         gdk_colormap_color.
20746
20747         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
20748         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
20749         events for autorepeated Shift, Control and Alt keys. Use
20750         gdk_colormap_color.
20751
20752         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
20753         pointer is inside the window the cursor of which we are setting,
20754         call SetCursor immediately.
20755
20756         * gdk/win32/makefile.cygwin
20757         * gtk/makefile.cygwin: If we don't have the build number stamp
20758         file, use zero.
20759
20760         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20761         gtk_paned_set_gutter_size as empty.
20762
20763         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
20764         
20765 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
20766
20767         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
20768           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
20769           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
20770           docs/gtk_tut.sgml docs/gtk.texi TODO:
20771
20772           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
20773
20774 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
20775
20776         * gtk/gtkcalendar.c: Implement num_marked_dates,
20777           and don't emit mutiple day_selected signals on
20778           month_prev.
20779
20780 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
20781
20782         * docs/make-todo (lineno): let title and logo be configurable so
20783         that GNOME can use this script too.
20784
20785         * TODO.xml: added logourl and a title
20786
20787 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
20788
20789         * TODO.xml: Added some UI items, and an explanatory
20790         comment at the top of the file.
20791
20792 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
20793
20794         * TODO.xml: some updates, added abunch of new entries.
20795         a note for those fiddeling with this file, when done
20796         with it, invoke:
20797         $ ./docs/make-todo TODO.xml >/dev/null
20798         and correct output errors before comitting changes.
20799
20800 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
20801
20802         * TODO.xml: Added XML-structured TODO file.
20803         * docs/make-todo: python script to turn TODO.xml into
20804           pretty XML output. 
20805
20806 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
20807
20808         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
20809         the function to let it draw the seven dots, instead of the old,
20810         much maligned, method.
20811         (draw_dot): New function to draw a dot.
20812
20813         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
20814         to draw the handle inside the border width as opposed to outside.
20815         Use paint function instead of gdk_draw_point.
20816
20817         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
20818         to draw the handle inside the border width as opposed to outside.
20819         Use paint function instead of gdk_draw_point.
20820
20821         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
20822         Change indenting to be more GTK like.
20823
20824 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
20825
20826         * docs/gtk_tut.sgml: New section on GtkCalendar
20827         * examples/calendar: Update example code
20828
20829 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
20830
20831         * docs/gtkfaq.sgml: FAQ Update
20832
20833 2000-02-19  Anders Carlsson  <andersca@gnu.org>
20834
20835         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
20836         to prevent the scroll event to be propagated upwards.
20837
20838 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20839
20840         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
20841         OwnerGrabButtonMask from button entries for
20842         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
20843
20844         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
20845         to the event mask (which will result in button/press release
20846         being added to the event mask on Unix) so scrolling works
20847         for layouts in scroll windows.
20848
20849         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
20850
20851         Patch from Anders Carlsson  <andersca@gnu.org> to add
20852         a scroll event.
20853
20854         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
20855         scrolling to the "Test Scrolling" part of testgtk.
20856  
20857         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
20858  
20859         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
20860         it against GDK_SCROLL.
20861  
20862         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
20863         way of mouse wheel scrolling.
20864  
20865         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
20866  
20867         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
20868  
20869         * gtk/gtkmain.c: Removed previous mouse wheel hack.
20870  
20871         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
20872         gdk_event_mask_table.
20873  
20874         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
20875         GdkEventScroll handler.
20876  
20877         * gdk/gdkevents.h: Added GdkEventScroll structure.
20878  
20879 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
20880
20881         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
20882         and Anders Carlsson to change the Paned widgets so that they
20883         can be dragged from anywhere along the length. Also change
20884         the way that this is drawn to make this apparent.
20885
20886         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
20887         from George Lebl to check that option_menu->menu is present
20888         before getting history.
20889
20890 2000-02-14  Tor Lillqvist  <tml@iki.fi>
20891
20892         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
20893         before the assertion for non-NULL segment list.
20894
20895         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
20896         Seems that pattern brushes *must* be 8x8 pixels! At least on my
20897         machine, but it might be display driver dependent. Sigh, so make
20898         sure the stipple is that size. Does Windows suck or what?
20899
20900         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
20901         places.
20902
20903 2000-02-13  Havoc Pennington  <hp@pobox.com>
20904
20905         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
20906         refcount to 1
20907         (gdk_cursor_new): init refcount to 1
20908
20909         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
20910
20911 2000-02-13  Tor Lillqvist  <tml@iki.fi>
20912
20913         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
20914         so that we don't have to do unnecessary settings to the HDC.
20915
20916         * gdk/win32/gdkdrawable-win32.c
20917         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
20918         gdk_gc_predraw.
20919
20920         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
20921         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
20922         GDI paths, call WidenPath to get the outline of the stroken path,
20923         and then fill the outline (with the brush that was built from the
20924         stipple).
20925
20926         * gdk/win32/gdkgc-win32.c: Factor out common code from
20927         _gdk_win32_gc_new and gdk_win32_gc_set_values into
20928         gdk_win32_gc_values_to_win32values. Use correct colour for
20929         SetBkColor() (Until now the code actually used a random colour in
20930         the call to SetBkColor()... but that didn't show up as not many
20931         GDI APIs use the background colour. Pattern (opaque stippled)
20932         brushes do.)
20933
20934         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
20935         gdk_win32_api_failed): New functions for error logging.
20936
20937         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
20938         WIN32_API_FAILED to call them, passing function or file name and
20939         line number.
20940
20941         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
20942
20943         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
20944         GdkColor for foreground and background in GdkGCWin32Data.
20945
20946         * gdk/makefile.cygwin: Link in the resource object separately.
20947
20948         * gdk/win32/rc/gdk.rc
20949         * gtk/gtk.rc (New file)
20950         * gdk/win32/makefile.cygwin
20951         * gtk/makefile.cygwin: Update build number in DLLs automatically,
20952         as in GLib.
20953
20954 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
20955
20956         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
20957         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
20958         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
20959         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
20960         parameters given and cursor->ref_count. coding style fixups.
20961
20962         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20963         not GtkWidget.
20964         
20965         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
20966         fix up widget macros and add _GET_CLASS() variant.
20967         
20968         * gtk/*.c: some GtkType fixups.
20969
20970 2000-02-09  Tor Lillqvist  <tml@iki.fi>
20971
20972         * gdk/win32/gdkproperty-win32.c
20973         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
20974         were reversed.
20975
20976 2000-02-04  Tor Lillqvist  <tml@iki.fi>
20977
20978         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
20979         g_filename_to_utf8 to convert the font names Windows gives us from
20980         whatever is the default codepage to UTF-8.
20981         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
20982         in the other direction.
20983
20984         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
20985         error in debugging output.
20986
20987 2000-02-02  Tor Lillqvist  <tml@iki.fi>
20988
20989         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
20990         and height parameters to gdk_window_clear_area(). Not minus one.
20991
20992 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
20993
20994         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
20995         checks if the widget passed to gtk_drag_get_data() was not the
20996         dest widget.
20997
20998 2000-02-01  Tor Lillqvist  <tml@iki.fi>
20999
21000         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
21001         g_filename_from_utf8 functions (which were added a moment ago to
21002         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
21003         size buffers.
21004
21005         gtk_file_selection_get_filename returns the filename in the C
21006         runtime encoding. It calls g_filename_from_utf8, but copies the
21007         returned string to a static buffer, which is returned. I think
21008         this is better than returning the result from g_filename_from_utf8
21009         directly, which would mean all apps that use it would have to free
21010         the return value. Or should this function care about this issue at
21011         all? Maybe a new function with clearly defined semantics.
21012
21013         * gtk/gtkfilesel.h: Add comment about
21014         gtk_file_selection_get_filename returning the filename in the C
21015         runtime's encoding.
21016
21017         * README.win32
21018         * gdk/gdk.def
21019         * gdk/makefile.{cygwin,msc}
21020         * gtk/gtk.def: Updates.
21021
21022         * gdk/gdkcursor-win32.c: Initialise refcount.
21023
21024 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
21025
21026         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
21027
21028 2000-01-30  Havoc Pennington  <hp@pobox.com>
21029
21030         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
21031         destroy
21032
21033         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
21034
21035         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
21036         implemented in platform-specific code
21037
21038         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
21039
21040         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
21041         underscore in front
21042
21043         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
21044         put an underscore in front
21045
21046         * gdk/gdkcursor.c: new file, implements
21047         gdk_cursor_ref/gdk_cursor_unref
21048
21049         * gdk/gdkcursor.h: Refcount GdkCursor
21050
21051         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
21052
21053 2000-01-29  Tor Lillqvist  <tml@iki.fi>
21054
21055         * gdk/gdkwindow.h
21056         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
21057
21058 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21059
21060         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
21061         structures to properly inherit from GtkWidget not GtkBin.
21062
21063 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
21064
21065         * gtk+.spec.in: Added lib/gtk+/include/* to %files
21066         (bug #5178 - Peter Wainright)
21067         
21068         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
21069         so that it will be installed.
21070         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
21071
21072 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
21073
21074         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
21075         for the GtkStyleClass vtable const.
21076
21077         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
21078         take a const string argument like GtkTranslateFunc. This will
21079         require changes in use code.
21080
21081 2000-01-19  Tor Lillqvist  <tml@iki.fi>
21082
21083         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
21084         semantics (to mimic the X11 backend, which just calls XClearArea)
21085         is to check for zero width (and height), and in that case use the
21086         window's width minus x (height minus y). This fixes for instance
21087         some redraw problems with gtkclist, which were easily noticeable
21088         in the gtk file selection widget.
21089
21090         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
21091         windows.
21092
21093 2000-01-13  Tor Lillqvist  <tml@iki.fi>
21094
21095         * configure.in
21096         * gdk/Makefile.am
21097         * gdk/x11/Makefile.am
21098         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
21099         (bug #5177).
21100         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
21101         out later.
21102
21103 2000-01-09  Tor Lillqvist  <tml@iki.fi>
21104
21105         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
21106         WM_MOVE for iconified or invisible windows. This fixes various
21107         problems when minimising windows. Thanks to Bernd Herd.
21108
21109 2000-01-05  Tor Lillqvist  <tml@iki.fi>
21110
21111         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
21112         backend's draw_lines method, not draw_points.
21113
21114 2000-01-02  Tor Lillqvist  <tml@iki.fi>
21115
21116         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
21117         before Owen's reorganisation: Don't have queued_events and
21118         queued_tail statics in this file, but use gdk_queued_events and
21119         gdk_queued_tail. This makes exposure event compression work again.
21120
21121         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
21122         seem to be needed?
21123
21124 1999-12-30  Tor Lillqvist  <tml@iki.fi>
21125
21126         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
21127         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
21128         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
21129         doesn't do anything.
21130
21131         * gdk/gdk.def: Add gdk_xid_table_insert.
21132
21133         * gdk/win32/gdkprivate-win32.h
21134         * gdk/win32/gdkevents-win32.c
21135         * gdk/win32/gdkinput-win32.c
21136         
21137         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
21138         extension_events field in the GdkWindowWin32Data struct. Use only
21139         the extension_events field in GdkWindowPrivate. Previously one was
21140         set, and the other one tested, which broke tablet
21141         functionality. Thanks to Keishi Suenaga for pointing this out.
21142
21143 1999-12-18  Tor Lillqvist  <tml@iki.fi>
21144
21145         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
21146         When handling a single character (text length == 1), don't handle
21147         it as if it was UTF-8.
21148
21149 1999-12-11  Tor Lillqvist  <tml@iki.fi>
21150
21151         * Makefile.am: Distribute README.win32.
21152         
21153         * gdk/Makefile.am
21154         * gdk/win32/Makefile.am: Distribute Win32 files.
21155
21156         * gdk/makefile.msc: New file.
21157
21158         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
21159         after label).
21160
21161         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
21162         gdk_error_code as GDKVAR, as they are referred outside GDK.
21163
21164         * gdk/win32/makefile.msc: Update.
21165
21166         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
21167         tweaks. Check only if at least one of those Unicode subrange bits
21168         we care for is set. If no code page bits are set, guess (wildly)
21169         based on the charset.
21170
21171         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
21172
21173         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
21174         non-NULL.
21175
21176         * gtk/gtkdnd.c
21177         * gtk/gtklayout.c
21178         * gtk/gtkplug.c
21179         * gtk/gtkselection.c
21180         * gtk/gtksocket.c
21181         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
21182         appropriate. There must be a cleaner way to handle this?
21183
21184         * gtk/gtkrc.c: Must include windows.h on Win32.
21185
21186         * gtk/testgtk.c: No need to include gdkx.h.
21187
21188         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
21189
21190 1999-12-07  Tor Lillqvist  <tml@iki.fi>
21191
21192         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
21193         the rbearing is set to the same as the width, but this should be
21194         fixed.
21195
21196 1999-12-06  Tor Lillqvist  <tml@iki.fi>
21197
21198         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
21199         function. If Windows doesn't tell us what Unicode subranges a font
21200         covers, guesstimate based on the codepages it covers. This will
21201         hopefully help those Windows versions or fonts that don't give us
21202         any useful Unicode subrange information with GetTextCharsetInfo.
21203         Call this function in gdk_font_load_internal.
21204
21205         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
21206         minor changes.
21207
21208 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
21209
21210         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
21211         New function, long needed.
21212
21213 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
21214
21215         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
21216         only_if_exists argument of gdk_atom_intern to
21217         bool.
21218
21219 1999-11-25  Tor Lillqvist  <tml@iki.fi>
21220
21221         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
21222         Fix two copy&paste errors.
21223
21224         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
21225         win32 has changed.
21226
21227         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
21228         GdkWin32SingleFont struct.
21229
21230         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
21231         subranges of loaded fonts. Clear font signature first, in case
21232         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
21233         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
21234
21235         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
21236         Unoffset clip region.
21237
21238 1999-11-23  Tor Lillqvist  <tml@iki.fi>
21239
21240         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
21241         event->any.window before calling filter functions.
21242
21243 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
21244
21245         * gtk/gtkgamma.h: Adapt cast macros to standard.
21246
21247 [ Merges from 1.2 ]
21248
21249 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
21250
21251         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
21252         If translation does not include a '/', use entire
21253         translation instead of crashing.
21254
21255 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
21256
21257         * docs/gtk_tut.sgml:
21258         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
21259
21260 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
21261
21262         * gtk/gtkselection.c (gtk_target_list_remove): Use
21263         g_list_remove_link, not g_list_remove.
21264
21265         [ From Geert Bevin <gbevin@thunderstorms.org> ]
21266         
21267 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
21268
21269         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
21270         statement upon unselection (how the heck did that slip in?).
21271
21272 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
21273
21274         * gtk/gtktext.c (gtk_text_freeze): 
21275         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
21276         in frozen state (and aparently crashes). patch provided by Anders
21277         Melchiorsen <and@kampsax.dtu.dk>.
21278
21279 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
21280
21281         * fix insensitive default/focus widget activation,
21282         reported by Matt Goodall <mgg@isotek.co.uk>.
21283
21284         * gtk/gtkwindow.c (gtk_window_key_press_event): 
21285         (gtk_window_activate_default):
21286         (gtk_window_activate_focus):
21287         return handled=FALSE for actiavtion of insensitive default
21288         widgets. return handled=TRUE for activation of insensitive
21289         focus widgets. don't activate in either case.
21290
21291 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
21292
21293         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
21294         and $glib_cflags to match library order and in the
21295         theory that an old version of GLib is more likely to
21296         be in the include directory for X then vice-versa.
21297         (Bug #2776)
21298
21299 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
21300
21301         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
21302         to determine the locale for fontsets, not LC_MESSAGES;
21303         the user may want English messages with a handling
21304         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
21305         will still be broken) (Bug #2891)
21306
21307 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21308
21309         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
21310
21311 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21312
21313         * gtk/gtkrc.ko: Changed the Korean default fontset.
21314
21315 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
21316
21317         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
21318         where when scrolling to the left or top double exposes
21319         were done, causing major slowdowns.
21320
21321 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
21322
21323         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
21324         names to lowercase and alphanumeric, before looking
21325         them up.
21326
21327         * gtk/Makefile.am: Install codeset variant gtkrc files
21328         with normalized names.
21329
21330 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
21331
21332         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
21333         popup menus when the menu is already visible, but its parent
21334         is still hidden, (happens after tornoff window got hidden).
21335
21336 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
21337
21338         * gtk/Makefile.am (install-data-local): Fix
21339         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
21340         deleted, causing error messages on install.
21341
21342 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
21343
21344         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
21345         the handle as well, since we now sometimes ignore
21346         exposes on the handle while resizing.
21347
21348 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
21349
21350         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
21351         extra g_free introduced in one of the last one or two 
21352         commits.
21353
21354 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
21355
21356         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
21357         consistent, put each style that a gtkrc.* file creates
21358         in a unique namespace, remove old files before installing.
21359
21360 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
21361
21362         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
21363         gtk_rc_init is called multiple times. (Yes, people who
21364         do that have bugs in their code.)
21365
21366 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
21367
21368         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
21369         Remove it since it's generated by the Makefile anyway
21370
21371 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
21372
21373         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
21374         device->info.axes for core pointer.
21375
21376 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
21377
21378         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
21379         idle_id, to deal with obsolete, broken C libraries.
21380
21381 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
21382
21383         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
21384         allocation->x/y twice!
21385
21386         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
21387         consistent with gtk_vscale_pos_trough().
21388
21389 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
21390
21391         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
21392         be queueing a resize on a toplevel container between
21393         the time we show it and when we map it. So, we need
21394         to test GTK_WIDGET_VISIBLE() for toplevels, and only
21395         use GTK_WIDGET_DRAWABLE() for child windows.
21396
21397 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
21398
21399         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
21400         (fixes bug #2144)
21401
21402 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
21403
21404         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
21405         container DRAWABLE (instead of VISIBLE), so we don't queue
21406         resizes on non-toplevel containers.
21407
21408 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
21409
21410         * gtk/gtkselection.[ch]: Make the data argument
21411         const guchar *.
21412
21413 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
21414
21415         * gtk/gtkwindow.c: Try to behave sensibly if 
21416         the focus widget is the window itself. (Should
21417         we allow this at all?)
21418
21419 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
21420
21421         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
21422         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
21423         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
21424         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
21425         in prototypes and implementations consistent (Tomas Ogren).
21426
21427         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
21428         before the widget is unparented (reported by damon).
21429
21430         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
21431         since we provide unsigned data anyways.
21432
21433 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
21434
21435         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
21436         the call to gtk_tooltips_layout_text() until later.
21437
21438         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
21439         Call gtk_widget_ensure_style() before using the style.
21440
21441 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
21442
21443         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
21444         for old widgets that don't propagate draws to all
21445         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
21446
21447 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
21448
21449         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
21450         for a redraw but just the widget that requested the resize.
21451
21452 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
21453
21454         * gtk/gtkcontainer.c: added new widget level method
21455         gtk_container_set_reallocate_redraws() and a GtkContainer flag
21456         reallocate_redraws : 1 to reflect the setting, exported this through
21457         the argument system as a boolean ::reallocate_redraws.
21458
21459         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
21460         on the widget because the allocation changes, do so as well for
21461         widget->parent if the parent has reallocate_redraws set to TRUE.
21462         with that containers requesting reallocation redraws get automatically
21463         redrawn if their children changed allocation (this unfortunately
21464         affects also other children that didn't change allocation, but we
21465         cannot work around that before 1.3).
21466
21467 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
21468
21469         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
21470         _and_ height are >0 (not _or_).
21471
21472         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
21473         instead of gtk_container_queue_resize(), which is a core gtk internal
21474         function (must have been on crack when i queued that).
21475
21476         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
21477         we can check more reliably if we want to discard expose events.
21478         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
21479         flag.
21480         
21481         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
21482         we simply trust these events. for deciding whether to discard exposes,
21483         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
21484         
21485 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
21486
21487         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21488         queues of areas that are completely off screen.
21489
21490         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
21491         logic for handleboxes.
21492
21493         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
21494         check on width/height.
21495
21496 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
21497
21498         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
21499         we are fine with using $@ the way we do (if we actually encounter
21500         brokeness with $@ in VPATH builds because of additional path prefixes,
21501         we need to use $(@F) actually).
21502
21503 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
21504
21505         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
21506         short lived bugs, that would allow language bindings to do surgeries
21507         to our guts.
21508
21509 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
21510
21511         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
21512         where comparison was being done against an uninitialized
21513         value causing intermittant results depending on
21514         compiler flags. Also make it clearer that we aren't
21515         ever initializing the child as 0x0 (though this will
21516         be caught in gtk_widget_size_allocate())
21517
21518 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
21519
21520         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
21521         gtk_window_unset_transient_for() call after we do checks
21522         involving the old transient parent.
21523         [ From Lance Capser <lmc@cyberhighway.net> ]
21524
21525 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
21526
21527         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
21528         an empty file.
21529
21530 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
21531
21532         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
21533         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
21534
21535 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
21536
21537         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
21538         `$@' is valid only in the build dir, not after we've done 
21539         `cd $srcdir'.  Also use `test -f' instead of less portable
21540         `test -e'.
21541
21542 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
21543
21544         * gtk/gtktext.c (correct_cache_insert): Rewrite
21545          for simplicity, and hopefully correctness.
21546          (Fixes bug #1322, which was a segfault when
21547           on some insertions with the properties around
21548           the insertion set up just wrong.)
21549
21550         * gtk/gtktext.c (gtk_text_adjustment): When we receive
21551          a "changed" signal, clamp the new value to the adjustment
21552          bounds to avoid segfaulting if someone tries to change
21553          the adjustment to a bogus value. (Bug #1795)
21554
21555 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
21556
21557         * gtk/gtkmain.c: Ignore unexpected destroy notifies
21558         for children, for toplevel windows handle them
21559         like delete_event.
21560
21561         * gtk/gtkplug.c: Add an unrealize handler so that
21562         we unref plug->socket_window when we are done
21563         with it.
21564
21565 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
21566
21567         * gtk/gtktext.c (clear_area): Fix stupid signedness
21568          problem that was causing background to sometimes
21569          be misaligned.
21570
21571 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
21572
21573         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
21574         
21575         * gtk/gtkmenu.c (gtk_menu_position): Make
21576          sure we never position menus with negative x, y,
21577          since gtk_widget_set_uposition() can't handle that.
21578
21579         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
21580          Modify the positioning code a bit so that we always
21581          put the top-left corner onscreen. (This is for
21582          UI reasons, gtk_menu_position() now takes care of
21583          gtk_widet_set_uposition() brokeness.)
21584
21585 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
21586
21587         * gtk/Makefile.am: fixed up things for -jx, x > 1.
21588
21589 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
21590
21591         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
21592           RC style that is passed in. The lack of the ref
21593           before was a bug. If people worked around this
21594           bug, this will introduce a slight memory leak
21595           in their code. The code should typically look like:
21596
21597             rc_style = gtk_rc_style_new ();
21598             [...]
21599             gtk_widget_modify_style (widget, rc_style);
21600             gtk_rc_style_unref (rc_style);
21601
21602         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
21603           the style if it was already set.
21604
21605         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
21606           style if it was set before.
21607
21608 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21609
21610         * gtk/testgtk.c (main): Add a check to see if we
21611           are being run from the correct directory and
21612           to quit nicely if we are not.
21613
21614         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
21615           static.
21616
21617 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
21618
21619         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
21620
21621         * gtk/gtkwindow.c:
21622         queue resizes unconditionally (gtk_widget_queue_resize will figure
21623         what to do if the window is not realized).
21624         (gtk_window_move_resize): only recenter the window
21625         for GTK_WIN_POS_CENTER_ALWAYS.
21626         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
21627         the same way as GTK_WIN_POS_CENTER.
21628
21629 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
21630
21631         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
21632         with (!(info->last_flags & GDK_HINT_POS)) instead of
21633         (!info->last_flags & GDK_HINT_POS).
21634
21635         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
21636         new_height unconditionally, because we use these values even if
21637         !default_size_changed && !hints_changed.
21638         comented the (default_size_changed || hints_changed) case with
21639         respect to resize rejects from the window manager.
21640
21641         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
21642         in the zvt condition hack, since this includes the window hints, set
21643         the hints after the handling_resize case.
21644
21645         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
21646         window is initially shown with to the geometry.
21647
21648 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
21649
21650         * gtk/gtkwindow.c (gtk_window_move_resize):
21651         s/size_changed/default_size_changed/g so i know what's
21652         really going on (frying brain on smaller flame now).
21653
21654 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
21655
21656         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
21657         we have size_changed upon handling_resize. this is a gross
21658         workaround for the broken zvt widget and should be removed in
21659         1.3 again (search for FIXME).
21660         Owen provided an accurate comment for this:
21661
21662         /* We could be here for two reasons
21663          *  1) We coincidentally got a resize while handling
21664          *     another resize.
21665          *  2) Our computation of size_changed was completely
21666          *     screwed up, probably because one of our children
21667          *     is broken. It's probably a zvt widget.
21668          *
21669          * For 1), we could just go ahead and ask for the
21670          * new size right now, but doing that for 2)
21671          * might well be fighting the user (and can even
21672          * trigger a loop). Since we really don't want to
21673          * do that, we requeue a resize in hopes that
21674          * by the time it gets handled, the child has seen
21675          * the light and is willing to go along with the
21676          * new size. (this happens for the zvt widget, since
21677          * the size_allocate() above will have stored the
21678          * requisition corresponding to the new size in the
21679          * zvt widget)
21680          *
21681          * This doesn't buy us anything for 1), but it shouldn't
21682          * hurt us too badly, since it is what would have
21683          * happened if we had gotten the configure event before
21684          * the new size had been set.
21685          */
21686
21687 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
21688
21689         * gtk/gtkrc.c: deal properly with the fact that RC
21690           style lists may include rc styles more than once.
21691
21692         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
21693           unused static function.
21694
21695         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
21696           stack of directories of RC files currently being
21697           parsed and implicitely add them to pixmap path.
21698           
21699           This fixes a bug where the directory would get
21700           appended then overwritten by pixmap_path declarations.
21701
21702           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
21703
21704         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
21705           theme's exit function. (Patch from Peter Wainwright,
21706           bug #1454)
21707
21708         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
21709           Add a destroy() handler to take care of removing
21710           group for menu item. (Fixes bug #1197)
21711
21712         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
21713           in warning message.
21714
21715 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
21716
21717         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
21718         roundtrip to figure window's width and height, since we know that
21719         anyways from widget->allocation.
21720
21721 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
21722
21723         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
21724           the hints after we request the new size.
21725
21726 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
21727
21728         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
21729           GTK_WIDGET_REALIZED() assertion - we can compute the
21730           hints before we are realized.
21731
21732         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
21733           hint changing so that we have a value of hints_changed
21734           when we decide whether to constrain the window size.
21735
21736         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
21737
21738         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
21739         change back to G_MAXINT.
21740
21741 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
21742
21743         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
21744         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
21745         contain uncluttered values.
21746         (gtk_window_compute_hints): simply assert that window is realized
21747         and that geometry_info is valid, since we rely on this anyways.
21748         (gtk_window_constrain_size): major cleanups to the code.
21749         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
21750         for the base size, instead of the minimums. use 32767 as max width
21751         and height (like in gtkwindow.c) instead of G_MAXINT.
21752
21753 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
21754
21755         * cleaned up the GtkContainer.need_resize flag handling mess, we
21756         only need to force resize requests when we were prematurely
21757         realized, or our widget tree was modified when we were temporarily
21758         hidden. handling these cases directly upon showing the window (i.e.
21759         while the GdkWindow is still unmapped) avoids the need to wait for
21760         a configure event response and therefore makes the GUI more snappier
21761         and avoids blank windows during the roundtrip.
21762
21763         * gtk/gtkwidget.c:
21764         (gtk_widget_hide): 
21765         (gtk_widget_show): don't queue resizes on toplevels, they know how
21766         to deal with matters.
21767
21768         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
21769         flag directly for not visible resize containers and spare us unecessary
21770         signal emissions.
21771
21772         * gtk/gtkwindow.c:
21773         (gtk_window_realize): if we need to enforce premature size allocation,
21774         queue a container resize so we are correctly resized later on.
21775         (gtk_window_init):
21776         (gtk_window_size_request):
21777         don't freak around with the ->need_resize flag,
21778         gtk_container_queue_resize() will care about that.
21779         (gtk_window_show):
21780         handle initial resizing issues here, we can handle matters better in
21781         this place, especially since we know that our GdkWindow is still
21782         unmapped.
21783         (gtk_window_move_resize):
21784         don't care about ->need_resize at all.
21785         handle size changes properly that occoured while we waited for a
21786         configure event.
21787
21788 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
21789
21790         * gtk/gtkwidget.c (gtk_widget_set_uposition):
21791         * gtk/gtkwindow.[hc] (gtk_window_reposition):
21792         Move the hint setting code from gtk_widget_set_uposition
21793         to here; set the hints so that we respect any previously
21794         set geometry hints.
21795
21796         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
21797         change the window hints here or move the window here,
21798         let that happen in gtk_window_move_resize().
21799
21800 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
21801
21802         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
21803         to already queued resizes (and therefore redraws) on a widget, check
21804         its anchestry as well.
21805
21806         * gtk/gtkcontainer.c:
21807         (gtk_container_queue_resize): clear resize widgets for resize
21808         containers before aborting prematurely. this is especially important
21809         for toplevels which may need imemdiate processing or their resize
21810         handler to be queued.
21811         (gtk_container_dequeue_resize_handler): added new internal function for
21812         gtkwindow.c.
21813
21814         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
21815         configure event, take possible changes in window position into account
21816         as well.
21817         if we request a new window size, queue up a resize handler that will
21818         last until the configure event response arrives.
21819         combined the ->need_resize case (initial show) with the general size
21820         (hints) changed case and added even more comments.
21821         if !auto_shrink, only revert to the old allocation if the new size
21822         is smaller than the current allocation.
21823
21824 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
21825
21826         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
21827                            gtk_window_set_geometry_hints
21828                            gtk_window_set_default_size):
21829         When hints are set, queue a resize so that the hints will
21830         be eventually reset on the toplevel.
21831
21832         * gtk/gtkwindow.c (gtk_window_show): Use
21833         gtk_window_compute_default_size(). Clear the need_resize flag
21834         on the initail map so that we don't unnecessarily trigger the
21835         resize code.
21836
21837         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
21838         into separate functions. Compare the hints we are setting
21839         with what we set last time so that we can accurately
21840         tell when we need to reset the hints.
21841
21842         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
21843         function to figure out the size from requisition
21844         and default_size.
21845
21846         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
21847         from fvwm to constrain a size to the geometry hints.
21848
21849         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
21850         to compare two sets of geometry hints.
21851
21852         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
21853         from gtk_window_set_hints(), just compute the hints,
21854         don't set them.
21855
21856         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
21857         code from gtk_window_move_resize() to separate function,
21858         rationalize a bit.
21859
21860 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
21861
21862         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
21863         structure into a new private structure.
21864
21865         * gtkrc.c: Split GtkRcStyle into public/private.
21866         In the private part, add a list of pointers to the
21867         RcStyle lists this RcStyle participates in.
21868
21869         * gtkrc.c: When a RcStyle is free, remove all
21870         lists referencing it from the 
21871         realized_style_ht hash, and free those lists.
21872         
21873         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
21874         gtk_rc_init(), since that adds the default styles
21875         to the list of parsed RC files again.
21876
21877         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
21878         
21879 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
21880
21881         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
21882         checks that ensure that a widget's allocation is at least 1 in width
21883         and height. (GNOME note: this doesn't affect old panel code anymore,
21884         because GtkSocket will request width and height of at least 1 since
21885         Fri Jul 23).
21886
21887         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
21888         allocated yet (happens if the user realizes the window prematurely),
21889         size request and allocate it.
21890         (gtk_window_size_allocate): guard against guint underflows.
21891
21892 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
21893
21894         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
21895         in gtk_built_sources, so gtk.defs gets built prior to all other
21896         sources.
21897
21898 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21899
21900         * gtk/Makefile.am:
21901         invoke indent on gtkmarshal.*. 
21902         rewrote source generation rules, use COPYING as oldest source tag for
21903         a piggyback rule to generate all sources from (don't touch it ;).
21904         major cleanups, strip spaces on build rules for GNU Make.
21905
21906         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
21907         source and target files from commandline arguments. don't invoke indent.
21908
21909 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21910
21911         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21912         notebook after switch to avoid drawing problems.
21913         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21914         
21915         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21916         show them instead. 
21917         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21918
21919 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21920
21921         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21922         notebook after switch to avoid drawing problems.
21923         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21924         
21925         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21926         show them instead. 
21927         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21928
21929 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
21930
21931         * gtk/gtkwindow.c:
21932         we use window->need_resize from configure_event now, to indicate that
21933         the gtkwindow should keep its allocation (e.g. because the user resized
21934         the window through window manager handles). resize_count is now reliably
21935         used to figure whether we got the allocation we requested from the
21936         window manager.
21937         configure events get queued as resizes now, the real stuff (size
21938         computation and allocation) now only goes on in gtk_window_move_resize().
21939         GtkWindow's requisition now contains its *real* requisition (like all
21940         other widgets), *not* taking usize into account.
21941         geometry_info->last_{width|height} is now updated from set_hints() only
21942         so it always contains the last hints we set for the window manager.
21943         made some event handlers return TRUE instead of FALSE.
21944         the overall code should be much more straight forward now, and the
21945         significant code portions are accompanied by comments now.
21946         (gtk_window_set_hints):
21947         removed requisition argument and made it
21948         fetch the requisition through gtk_widget_get_child_requisition.
21949         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
21950         does that now.
21951         (gtk_window_show):
21952         ensure that the widget is realized before calling 
21953         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
21954         ensure that we got properly size requested and allocated before
21955         realization.
21956         (gtk_window_configure_event):
21957         ignore plain window moves, or reallocate the widget tree through the
21958         resize queue otherwise.
21959         (gtk_window_move_resize):
21960         mostly rewrote this function to figure window manager hints more
21961         reliably, coalesce window moves and resizes to reduce configure events
21962         and do actuall size allocations.
21963
21964 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
21965
21966         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
21967         that have a resize pending, because a redraw is already queued for them.
21968
21969         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
21970         hack to clear resize_widgets.
21971
21972         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
21973         for resize containers prior to size allocation. (this is also a bit
21974         ugly, but avoids side effects for stopped emissions and is thus more
21975         reliable).
21976         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
21977
21978         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
21979         function from gtk_tooltips_expose, as we connect to ::expose_event
21980         *and* ::draw now.
21981
21982 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
21983
21984         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
21985         checks.
21986         (gtk_target_list_unref): Likewise.
21987
21988         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
21989
21990 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
21991
21992         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
21993         guard against division by zero. (Fixes bug #1339)
21994
21995 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
21996
21997         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
21998         Prevent the trivial leak of information of allowing
21999         word motion when the entry is not visible.
22000
22001 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
22002
22003         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
22004         modality to error dialog as well as confirmation dialogs.
22005         (Bug #1803, reported by Rosanna Wing Sze Yuen)
22006
22007 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22008
22009         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
22010         tree->view_lines.
22011         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
22012
22013         * gtk/Makefile.am (install-data-local): Solaris apparently
22014         has various troubles with ln -f; use rm first instead.
22015         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
22016
22017 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
22018
22019         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
22020         use `cp' followed by `rm' (the `rm' was already there).
22021
22022 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22023         
22024         * configure.in: Fix autoconf warnings about cross compilation by
22025         trying to provide sane defaults for AC_TRY_RUN.
22026         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
22027         put them into $(srcdir) when generated. Also add a dependency of
22028         gtksignal.h on gtkmarshal.h for -j builds. 
22029         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
22030
22031 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
22032
22033         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
22034         GDK_THREADS_{LEAVE,ENTER} pair.
22035         (From Paul Fisher <pnfisher@redhat.com>)
22036
22037 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
22038
22039         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
22040         width and height are always >0 (owen).
22041
22042 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
22043
22044         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
22045         change that assured that a widget's allocated with and height are
22046         always >1, since this breaks *buggy* panel code. unfortunately this
22047         back-breaks the gimp's color selector.
22048
22049         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
22050         allocation is always >0 in width and height, before sending the
22051         configure event; this is a *gross* hack to get the gimp back to work.
22052         
22053         * marked both cases with TODO-1.3
22054
22055 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
22056
22057         * gtk/gtktext.c: Don't display wrap indicators when
22058         text is not editable and word wrap is on.
22059
22060 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
22061
22062         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
22063         option menus here as they are not derived from menu shell, assure that
22064         the option menu has a menu we can add items to.
22065
22066 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
22067
22068         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
22069         width/height to (gint) before calculations and check against < 0 to
22070         avoid guint wraparounds.
22071
22072 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
22073
22074         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
22075         width and height is never zero. sanity check both dimensions against
22076         32767 and issue a warning if the allocation is greater than that.
22077
22078 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
22079
22080         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
22081         to g_main_pending() as well.
22082
22083 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
22084
22085         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
22086         call to g_main_iteration() - since that will regrab
22087         GTK+ lock to process events.
22088
22089 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
22090
22091         * gtk/gtkwindow.c
22092         - Regularize with the rest of GTK+ by making widget->requisition
22093           not reflect the set_usize()
22094         - Always recompute geometry hints, then check if they
22095           changed before sending them to the X server. The
22096           previous checks for changes would fail in a number
22097           of circumstances. 
22098
22099 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
22100
22101         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
22102
22103 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
22104
22105         * gtk/gtkdnd.c:
22106         - Code cleanups
22107         - Instantaneously update on modifier key presses
22108         - Allow cancellation of the drag with Escape.
22109
22110 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
22111
22112         * gtk/testgtk.c (create_handle_box): Set the policy
22113         to auto_shrink - otherwise the appearance is rather
22114         strange when flipping between horizontal and vertical.
22115
22116 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
22117
22118         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
22119         (gtk_window_set_default_size): don't change a value if it's < 0.
22120         queue a resize.
22121
22122 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
22123
22124         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
22125
22126 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
22127
22128         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
22129         add an extra "/" when concating "/" + filename.
22130         (From Matt Grossman <mattg@oz.net>)
22131
22132 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
22133
22134         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
22135         for fg_gc if we set it for drawing pixmap.
22136
22137 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
22138
22139         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
22140         
22141         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
22142         already set, call old engine's destroy function and
22143         unref the old engine.
22144
22145 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
22146
22147         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
22148
22149 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
22150
22151         * gtk/gtkaccelgroup.h: mark certain functions as internal.
22152
22153 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
22154
22155         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
22156         expand behaviour changed.
22157
22158         * gtk/gtklabel.c (gtk_label_set_pattern):
22159         (gtk_label_set_justify):
22160         (gtk_label_set_line_wrap):
22161         don't bother invoking queue_clear, the reallocation does
22162         that for us, always free_words so the upcoming resize will
22163         relayout the label's contents.
22164
22165 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
22166
22167         * applied argument implementation patches from Elena Devdariani
22168         <elena@cogent.ca>.
22169
22170         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
22171         ::space_style, ::relief
22172         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
22173         * gtk/gtkpreview.c: ::expand
22174         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
22175         * gtk/gtknotebook.c: ::homogeneous
22176         * gtk/gtklabel.c: ::wrap
22177         * gtk/gtklist.c: ::selection_mode
22178         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
22179         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
22180         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
22181         * gtk/gtkclist.c: ::sort_type
22182         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
22183         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
22184
22185 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
22186
22187         * gtk/gtkstyle.c: Removed ill-thought-out part of last
22188         comment.
22189
22190 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
22191
22192         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
22193         counting right when we have to attach a new style
22194         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
22195
22196         * gtk/gtkstyle.c: Documented the refcounting
22197         peculularities of gtk_style_attach.
22198
22199 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22200
22201         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
22202         window types.
22203
22204         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
22205         of GTK_TOPLEVEL for creating the window.
22206
22207 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22208
22209         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
22210         the last argument (reported by Per Winkvist).
22211         
22212 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
22213
22214         Fixes for invisible XOR lines (Frank Loemker
22215         <floemker@TechFak.Uni-Bielefeld.DE>)
22216         
22217         * gtk/gtkclist.c (gtk_clist_realize): Always use
22218         a non-zero pixel for GDK_XOR.
22219
22220         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
22221         Use GDK_INVERT instead of GDK_XOR.
22222
22223 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
22224
22225         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
22226         signals if h/voffsets differ from adjustment values.
22227         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
22228
22229 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
22230
22231         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
22232         ::selection-done emissions up to the topmost menu shell.
22233
22234 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
22235
22236         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
22237         the user data on the window before destroying it.
22238
22239         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
22240         unrealize handler to take care of destroying 
22241         notebook->panel properly. 
22242         (Bug #1198 - Morten Welinder <terra@diku.dk>)
22243
22244         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
22245         of g_new and g_realloc to stop memory leak. (Actually,
22246         we could just use g_realloc(), but I'm not 100% sure
22247         that is portable).
22248         (Bug #1196 - Morten Welinder <terra@diku.dk>)
22249
22250 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
22251
22252         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
22253
22254         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
22255         for fontsets.
22256
22257         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
22258         with bin/button confusion.
22259
22260 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
22261
22262         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
22263         and show how preselection of radio items is done.
22264
22265 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
22266
22267         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
22268         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
22269         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
22270         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
22271         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
22272         * gtk/gtktable.c (gtk_table_attach): 
22273         * gtk/gtklist.c (gtk_list_insert_items): 
22274         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
22275         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
22276         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
22277         * gtk/gtkbin.c (gtk_bin_add): 
22278         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
22279         * gtk/gtkfixed.c (gtk_fixed_put): 
22280         * gtk/gtklayout.c (gtk_layout_put):
22281         general fixups to container_add logic. always realize child if
22282         child->parent is realized, only map the child and queue a resize
22283         if child and child->parent are both visible.
22284
22285 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
22286
22287         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
22288         instead of gtk_container_foreach to walk and unrealize children, so
22289         composite children get also unrealized.
22290         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
22291         (gtk_widget_map): assert that the widget is visible (basic constrain).
22292         (gtk_widget_real_map): assert that the widget is realized (basic
22293         constrain).
22294
22295 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
22296
22297         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
22298
22299 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
22300
22301         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
22302         file for iso-8859-2 locales.
22303
22304         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
22305
22306 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
22307
22308         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
22309          (Pointed out by andy@rz.uni-karlsruhe.de and others).
22310          Remove some suspicious and useless lines. 
22311
22312 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
22313
22314         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
22315         width,height = 0, 0 to mean - here to edge of window,
22316         instead of -1, -1, since the former is all we support.
22317
22318 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
22319
22320         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
22321         when removing from quit_functions list.
22322
22323 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
22324
22325         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
22326
22327 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
22328
22329         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
22330          When redrawing characters on non-visible entry, use appropriate
22331          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
22332
22333 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
22334
22335         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
22336         from drag coordinates.
22337         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
22338         use drag_dest_cell.
22339
22340         * gtk/gtktree (drag_dest_cell)
22341         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
22342         (Bug #1129)
22343
22344 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
22345
22346         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
22347         translate_* fields.
22348         (gtk_item_factory_finalize): invoke translate_notify independant from
22349         translate_data.
22350         (gtk_item_factory_set_translate_func): likewise.
22351         (gtk_item_factory_destroy): only remove ifactory pointer from those
22352         widgets that belong to us (stupid me).
22353
22354 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
22355
22356         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
22357         rc_style list when lookup succeeeds.
22358
22359 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
22360
22361         * gtk/gtkctree.c (resync_selection): 
22362         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
22363         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
22364         bug.
22365
22366 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
22367
22368         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
22369         Add some missing GDK_THREADS_ENTER()/LEAVE around
22370         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
22371
22372 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
22373
22374         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
22375         rather than emit_by_name.
22376
22377         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
22378         on the widget across multiple signal emissions.
22379         (gtk_editable_delete_text): same here.
22380         (gtk_editable_class_init): set widget_class->activate_signal after
22381         editable_signals[ACTIVATE] has been created.
22382
22383 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
22384
22385         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
22386         position here prematurely -- we might not have the
22387         right ->min_position and ->max_position yet.
22388
22389 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22390
22391         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
22392         Add error traps so if the other end of the connection
22393         dies, we survive.
22394
22395         * gtk/gtkselection.c (gtk_selection_notify): Clean
22396         up properly when selection property retrieval fails.
22397         
22398         * gtk/gtkselection.c (gtk_selection_request): Correctly
22399         reject SelectionRequest notifies where the handler
22400         returns no data.
22401
22402 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22403
22404         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
22405         when we've previously highlighted.
22406
22407         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
22408         emit two "drag_leave" signals for Motif drops.
22409
22410         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
22411         back the correct status messages when dropping from
22412         Motif onto a proxy window that is rejecting the
22413         drop.
22414
22415 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
22416
22417         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
22418         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
22419         to compare two argument values. added gtk_arg_to_valueloc() to set a
22420         variable from an arg through its location (pointer).
22421
22422         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
22423         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
22424         as gfloat*, uchars are collected as guchar*, ints are collected as
22425         gint*, etc...
22426
22427 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
22428
22429         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
22430         Include <string.h> instead of <strings.h>.
22431
22432         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
22433         (actually, a lot more duplicate includes occur if
22434          you trace through the sequence of #include's)
22435         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
22436         
22437 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22438
22439         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22440         gtk-a-higuti-990322-[0-3]
22441
22442         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22443         that was causing -DX_LOCALE not to work.
22444
22445         * gtk/gtkrc.c (gtk_rc_init):
22446         X_LOCALE will never have LC_MESSAGES defined
22447
22448 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
22449
22450         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
22451         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
22452
22453         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
22454         left/right as well (gtk-michael-980726-0.patch.gz).
22455
22456         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
22457         for pointer values, use gchar instead of char. fixed uline allocation
22458         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
22459         chunks instead of G_ALLOC_ONLY.
22460         (gtk_label_size_request): always alter requisition as passed and leave
22461         widget->requisition alone.
22462         (gtk_label_set_text): allow NULL strings.
22463         (gtk_label_new): likewise.
22464
22465 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
22466
22467         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
22468
22469 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
22470
22471         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
22472         *and* mapped (i.e. drawable).
22473         (gtk_bin_expose): only send exposes to drawable children.
22474
22475         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
22476         (gtk_box_expose): only send exposes to drawable children.
22477
22478         * gtk/gtkhscale.c (gtk_hscale_draw): 
22479         * gtk/gtkvscale.c (gtk_vscale_draw):
22480         hm, this is an ugly one. we first compute the size of our trough area
22481         here (window relative) and then check intersection with the draw_area
22482         which is parent relative because we're a NO_WINDOW widget, so we need
22483         to offset the trough area by allocation.x and allocation.y before the
22484         check. (this must not be done for the background area though, since
22485         that's already computed parent relative).
22486
22487 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
22488
22489         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
22490         unrealize title buttons.
22491
22492 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
22493
22494         * gtk/gtkclist.c (gtk_clist_column_title_passive)
22495         (gtk_clist_column_title_active): 
22496         only connect/disconnect to GtkWidgetClass::event to block mouse events.
22497
22498         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
22499         zero initialize event, removed superfluous gdk_window_get_pointer call
22500
22501         * gtk/gtklist.c (gtk_list_vertical_timeout)
22502         (gtk_list_horizontal_timeout): removed superfluous
22503         gdk_window_get_pointer call
22504
22505 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22506
22507         * plugging problems reported by "Bruce Mitchener, Jr."
22508         <bruce@puremagic.com> due to a purify session.
22509
22510         * gtk/gtkstyle.c:
22511         (gtk_style_ref): 
22512         (gtk_style_unref): assert ref_count to be > 0.
22513
22514         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
22515         the requisition.
22516         (gtk_clist_set_shift): likewise.
22517
22518         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
22519         adjustments.
22520
22521         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
22522         event before sending it and set send_event to TRUE (which needs to
22523         be done for *all* synthesized events).
22524         (gtk_list_vertical_timeout): likewise.
22525
22526         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
22527         leaks.
22528
22529         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
22530         to TRUE when synthesizing events.
22531
22532 [ *** end of merges from 1.2 *** ]      
22533         
22534 1999-11-21  Tor Lillqvist  <tml@iki.fi>
22535
22536         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
22537         (or copied from gdkconfig.h.win32 on Win32, sigh).
22538
22539         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
22540
22541         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
22542
22543         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
22544
22545         * gdk/gdkconfig.h.win32: New file.
22546
22547         * gdk/win32/makefile.cygwin: Build just a static archive here.
22548
22549         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
22550         for the DLL from the static archive built above.
22551
22552         * gdk/gdk.def: Moved here from the win32 subdirectory.
22553
22554         * gdk/win32/*: Adapt for the changed private struct organisation.
22555
22556         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
22557
22558 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
22559
22560         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
22561         for wheel mice (buttons 4 and 5).
22562
22563 1999-11-18  Tor Lillqvist  <tml@iki.fi>
22564
22565         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
22566         drawables use just the pixel field in the foreground and
22567         background GdkColor of the GdkGC.
22568
22569         gdk_gc_set_{fore,back}ground() are called in the GIMP with
22570         GdkColors containing uninitialized (red,green,blue) fields, and
22571         just the pixel field filled in, and furthermore in the
22572         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
22573         It thus turns out that we really don't need to have the full
22574         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
22575         it later to have just the pixel values.
22576
22577 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
22578
22579         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
22580
22581 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
22582
22583         * docs/gtkfaq.sgml: threads example from Erik Mouw.
22584         New question on GtkLabel background colors.
22585
22586         * docs/gtk_tut.sgml:
22587           - Correct the example code callback
22588             function definitions.
22589           - Update the gtkdial example code, from Frans van Schaik.
22590           - Update setselection.c to current API.
22591
22592         * examples/Makefile examples/*/*.c: Update to code
22593         listed in tutorial.
22594
22595 1999-11-10  Tor Lillqvist  <tml@iki.fi>
22596
22597         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
22598         subrange table (from the "Developing International Software for
22599         WIndows 95 and Windows NT" book) was missing the Hangul syllable
22600         block... Get the loaded font's charset correctly.
22601
22602         (Note that this, and the other *-win32.c files, still really are
22603         the old ones, the win32 subdirectory is not ready for compilation
22604         yet after the reorg.)
22605
22606 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
22607
22608         * gtk/gtkclist.c: Fix off-by-one bug in parameter
22609         check.
22610
22611 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
22612
22613         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
22614         on results of XQueryDeviceState().
22615
22616 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
22617
22618         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
22619         we need to accesss only ->children. We need an accessor
22620         for the children.
22621
22622         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
22623         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
22624         to get rid of gdkx.h include.
22625         
22626         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
22627         and random references to 'None'.
22628
22629         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
22630         Get rid of unused #include <gdk/gdkx.h>
22631
22632         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
22633         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
22634         gdkconfig.h.
22635
22636 1999-11-08  Tor Lillqvist  <tml@iki.fi>
22637
22638         * gdk/win32/gdkdraw.c
22639         * gdk/win32/gdkfont.c
22640         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
22641         following yesterday's changes. (Unrelated to Owen's reorg.)
22642
22643 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
22644
22645         * gdk/x11/gdkinput-gxi.c: Add missing include,
22646           fix GdkWindowPrivate => GdkDrawablePrivate.
22647
22648         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
22649
22650         * gdk/x11/Makefile.am (xinput_sources): Add missing
22651         backslash to fix building with --with-xinput=none
22652
22653 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
22654
22655         Move all X specific code into the x11/ directory.
22656         Aside from shuffling things around, did the following:
22657
22658        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
22659          gdk_arg_context_* - a simple argument parsing system
22660          in the style of popt.
22661
22662        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
22663          gdk/x11/gdkprivate-x11.h:
22664          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
22665          add ->klass and ->klass_data fields. The klass_data
22666          field points to an auxilliary structure that is
22667          windowing system dependent.
22668
22669        * gdk/gdkfont.c: Make most of the measurement functions
22670          simply wrappers around gdk_text_extents().
22671
22672        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
22673          _gdk_font_strlen() function that hides the weird
22674          behavior in gtk+-1.[02] where a string is interpreted
22675          differently for 8-bit and 16-bit fonts.
22676
22677        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
22678          to store common code for synthesizing double/triple
22679          press events.
22680         
22681        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
22682          Make all the function that modify an existing GC
22683          simply wrappers around gdk_gc_set_values().
22684          
22685        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
22686          for throwing out later.
22687
22688        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
22689          GdkImagePrivate and GdkColormapPrivate to have a
22690          windowing system dependent part (GdkFontPrivateX etc.)
22691          that "derives" from the system-independent part.
22692
22693        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
22694          Got rid of the included-source-files for XInput in
22695          favor of automake conditionals. (Which didn't exist
22696          when XInput support was originally added.)
22697
22698        * gdk/gdkrgb.c: Remove the visual id from the debugging
22699          statements since that is X11 specific; print out
22700          type/depth info instead.
22701          
22702
22703 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
22704
22705         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
22706         loading duplicates of hashed fonts.
22707
22708         * gdk/gdk.c (gdk_keysym_convert_case): rename
22709         gdk_XConvertCase to gdk_keysym_convert_case, allow
22710         results to be NULL in the GTK+ style.
22711
22712         * gdk/gdkcompat.h: Started compatibility header
22713         for renames.
22714
22715 1999-11-07  Tor Lillqvist  <tml@iki.fi>
22716
22717         * gdk/win32/gdkprivate.h: New font private structures, related to
22718         fontsets.
22719
22720         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
22721         gdk_font_list_free(). On X11, will just be wrappers to
22722         XListFonts() and XFreeFontNames(). On Win32, the code previously
22723         in gtkfontsel.c is now here.
22724
22725         New function gdk_font_xlfd_create(). On X11 will get the FONT
22726         property of the font (for GDK_FONT_FONTs), or call
22727         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
22728         builds a XLFD style name from the font information in the LOGFONT
22729         struct(s).
22730
22731         New function gdk_font_xlfd_free(), which correspondingly frees the
22732         string returned by gdk_font_xlfd_create().
22733
22734         Implement fontsets on Win32. Add a function that iterates over a
22735         wide char string and calls a callback function for each substring
22736         of wide chars from the same Unicode subrange (and thus probably
22737         available in the same real font).
22738
22739         Improve the XLFD emulation a bit.
22740
22741         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
22742
22743         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
22744         Beta3, WM_IME_CHAR messages don't seem to contain the composed
22745         multi-byte char as with the Active IMM on Win9x. Oh well, handle
22746         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
22747         ImmGetCompositionStringW() to get the composed Unicode chars.
22748
22749         * gdk/win32/gdkgc.c
22750         * gdk/win32/gdkdraw.c: Changes needed because of the font private
22751         struct changes.
22752
22753         * gdk/win32/gdk.def: Add the new functions.
22754
22755 1999-11-04  Tor Lillqvist  <tml@iki.fi>
22756
22757         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
22758         get the Platform SDK to get <dimm.h>.
22759
22760         * gdk/win32/gdkevents.c: More event handling fixes and
22761         simplification. Never generate motion events with is_hint true. We
22762         used to do that on bogus grounds earlier. Windows sends
22763         WM_MOUSEMOVE messages on button events even if the mouse hasn't
22764         moved, ignore these.
22765
22766         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
22767
22768         * gdk/win32/gdkglobals.c
22769         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
22770         the TrackMouseEvent function, and use it.
22771
22772         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
22773         char before calling WideCharToMultiByte in order to get a string
22774         for the window title.
22775
22776         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
22777
22778         * gdk/win32/gdk.def: Remove obsolete functions.
22779
22780         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
22781         /nodefaultlib and /defaultlib switches.
22782
22783         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
22784
22785 1999-10-31  Tor Lillqvist  <tml@iki.fi>
22786
22787         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
22788         EuroSign).
22789
22790         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
22791         same type as GdkWChar, especially on Win32.
22792
22793         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
22794
22795         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
22796         before passing to Windows GDI for drawing etc. Convert to the
22797         system default codepage before passing to Windows as window
22798         titles.
22799
22800         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
22801         support changing input locale on the fly.
22802
22803         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
22804         on-the-fly changes. Convert incoming characters from the current
22805         codepage to Unicode (and then to a UTF-8 multi-byte string) based
22806         on the current input language. Use keysym<->Unicode mapping tables
22807         and functions borrowed from xterm sources.
22808
22809         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
22810         editions of Win9x, use the ActiveX-based Active IMM (Input Method
22811         Manager) if available. IMEs and the Active IMM are available under
22812         the disguise of Chinese, Korean and Japanese support for IE and
22813         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
22814         support is present in all editions (as long as you install it).
22815
22816         Call DispatchMessage from gdk_events_queue() (and thus
22817         gdk_WindowProc()), instead of duplicating the code in
22818         gdk_WindowProc().
22819
22820         Reworked the grab handling and propagation code, factored out
22821         duplicated code snippets into separate functions. Other cleanups,
22822         too.
22823
22824         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
22825         the <dimm.h> header describing the Active IMM.
22826
22827         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
22828         just do the same as for "single" fonts.
22829
22830         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
22831         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
22832         the new keysyms from gdkkeysyms.h.
22833
22834         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
22835         fontset, so that gtkentry uses wide characters.
22836
22837         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
22838         GTk+'s system directory "gtk+", not "gtk".
22839
22840 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
22841
22842         * docs/gtkfaq.sgml: FAQ update
22843
22844 1999-10-21  Tor Lillqvist  <tml@iki.fi>
22845
22846         * gdk/win32/gdkprivate.h: Add more font private data.
22847
22848         * gdk/win32/gdkfont.c
22849         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
22850         fonts and strings. Now works much better. You still have to
22851         have a correct font selected, though. No fontset emulation yet.
22852
22853 1999-10-19  Tor Lillqvist  <tml@iki.fi>
22854
22855         * gtk/maketypes.awk: Use G_OS_WIN32.
22856
22857         * gtk/gtk.def: Add some missing entry points. Also some non-public
22858         ones, but PyGTK porter claims to need them.
22859
22860         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
22861         built-in type generation.
22862
22863 1999-10-14  Tor Lillqvist  <tml@iki.fi>
22864
22865         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
22866         GDK_FONT_FONT fonts (which is all we have for now, we don't
22867         emulate fontsets). The X11 version uses plain XDrawString in that
22868         case, too. The string passed to gdk_draw_text_wc seems to be in
22869         fact (at least, when used by gtkentry and gtktext) either in a
22870         single-byte charset, or a DBCS. Not Unicode.
22871
22872         This fixes the problem in gtkfontsel, where even if you had
22873         selected a font with a non-Latin1 charset (windows-greek, for
22874         instance), the preview still used Latin-1 glyphs.
22875
22876         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
22877         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
22878         (gdk_font_load): Recognize the demibold etc weights, even if we
22879         don't have the corresponding constants in the headers.
22880         (gdk_font_hash_insert): Use same hash mechanism as in the X11
22881         version. Should save font resources a bit, when we don't have
22882         multiple HFONTs for the same font.
22883
22884         * gdk/win32/gdkprivate.h: Add the names field as in the X11
22885         version.
22886
22887 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
22888
22889         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
22890         X values
22891
22892 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
22893
22894         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
22895         layout support (as mentioned on
22896         http://www.jcinteractive.com/gnome-ui/software/widgets/)
22897
22898 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
22899
22900         * gtk/fnmatch.c
22901         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
22902
22903 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
22904
22905         * configure.in (ALL_LINGUAS): Added Galician (gl)
22906
22907 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22908
22909         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
22910
22911         * gdk/win32/gdkcompat.c: New file, actually provide an
22912         implementation for the deprecated functions. (Just temporarily.)
22913
22914         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
22915
22916         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
22917
22918         * gdk/win32/gdk.def gtk/gtk.def: Updates.
22919
22920 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
22921
22922         * configure.in: Added "uk" to ALL_LINGUAS.
22923         
22924 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
22925
22926         * configure.in: correct checking for BeOS check
22927
22928         * gdk/gdktypes.h
22929         * gtk/fnmatch.c
22930         * gtk/gtkfilesel.c
22931         * gtk/gtkitemfactory.c
22932         * gtk/gtkmain.[ch]
22933         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
22934
22935 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22936
22937         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
22938         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
22939         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
22940         by Bulgarian). 
22941
22942 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
22943
22944         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
22945         Fix a reference to window_private->destroyed.   
22946
22947         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
22948         (ugly) setting of an internal GdkWindow member to use
22949         a _slightly_ cleaner macro.
22950
22951         * gdk/gdkprivate.h: Split GdkWindowPrivate into
22952         GdkDrawablePrivate and GdkWindowPrivate.
22953         Add extra macros for accessing GDK_DRAWABLE_ components.
22954
22955         * *.[ch]: Massive adjustments for the above, use the
22956         new macros in a lot of places.
22957
22958 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
22959
22960         * gdk/gdktypes.h: Make GdkDrawable the base type,
22961         not GdkWindow.
22962
22963 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
22964
22965         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
22966
22967 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
22968
22969         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
22970
22971 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
22972
22973         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
22974         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
22975
22976         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
22977
22978         * docs/gtk-config.1: Now autogenerated.
22979         * docs/Changes-1.4.txt: started
22980         
22981 1999-10-03  Tor Lillqvist  <tml@iki.fi>
22982
22983         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
22984         to #ifdef also here.
22985
22986         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
22987         Owen did to the X11 backend.
22988
22989         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
22990         ScrollWindowEx when blitting inside a window, it can't be correct
22991         in the general case.
22992
22993         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
22994         WM_GETMINMAXINFO is easier.
22995
22996         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
22997         depth equal to the bitspixel value, not the visual's depth.
22998
22999         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
23000         to 24 even if the bitspixel value is 32.
23001
23002         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
23003         need to check for depth==32 when bpp==32, depth will always be 24.
23004
23005 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
23006
23007         * docs/Changes-1.4.txt: Started
23008         
23009         * gtk/Makefile.am (gdk_headers): Include all the new headers.
23010
23011         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
23012         
23013         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
23014         into C file.
23015         
23016         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
23017         header to gdkinputprivate.h.
23018
23019         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
23020         unused since before 1.2.
23021
23022 1999-09-30  Tor Lillqvist  <tml@iki.fi>
23023
23024         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
23025         expand possible hex escapes in the font family (put there by
23026         logfont_to_xlfd if the font name isn't a legal XLFD font family,
23027         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
23028         On Win32, add hex escapes here, too.
23029
23030 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
23031
23032         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
23033         to #ifdef GDK_WINDOWING_X11.
23034
23035 [ Merges from gtk-1-2 ]
23036
23037 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
23038
23039         * configure.in: fixed "GNU Make" check to pass with new make version
23040         3.77.95.
23041
23042 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
23043
23044         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
23045         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
23046         AM_PATH_GTK() macros don't get confused by the -pre1.
23047
23048 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23049
23050         * configure.in (REBUILD): Change check for perl5
23051           to check explicitely for v >= 5.002. (5.001
23052           does not work with our scripts.)
23053
23054 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
23055
23056         * configure.in: evaluate $PERL for the perl version check. added
23057         --disable-rebuilds to give the user an option to completely disable
23058         any source autogeneration rules.
23059
23060 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
23061
23062         * configure.in: evaluate $ac_make when checking for GNU Make.
23063
23064 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23065
23066         * docs/Makefile.am: added generation.txt.
23067
23068         * Makefile.am: require automake 1.4, build README from README.in and
23069         INSTALL from INSTALL.in in dist-hook.
23070         
23071         * README.in:
23072         * INSTALL.in: new files to autogenerate README and INSTALL from.
23073
23074         * configure.in: figure whether we have GNU Make
23075
23076         * docs/generation.txt: minor additions/corrections.
23077
23078 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23079
23080         * docs/gtkfaq.sgml: FAQ Update
23081
23082 July 30, 1999 Elliot Lee <sopwith@redhat.com>
23083         
23084         * configure.in: Fix autoconf warnings about cross compilation by
23085         trying to provide sane defaults for AC_TRY_RUN.
23086
23087 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
23088
23089         * ltconfig
23090         * ltmain.sh: upgrade to libtool 1.3.3
23091
23092 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
23093
23094         * INSTALL: Indicate that the --with-glib= configure
23095         time flag is unsupported.
23096
23097 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
23098
23099         * docs/generation.txt: Added a file that gives
23100         documenation about the autogeneration process for
23101         various autogenerated files.
23102         
23103 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23104
23105         * configure.in (LIBS): Look for libgmodule in the
23106         right location.
23107
23108 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
23109
23110         * docs/gtk_tut.sgml: Removed references to
23111         code examples in my directory on gtk.org as
23112         they should all be in the tutorial now.
23113
23114         * docs/gtk_tut.sgml: Added sources for dial-test
23115         and scribble-xinput programs that were previously
23116         missing.
23117
23118 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
23119
23120         * TODO: Added entry about menu keyboard navigation, removed
23121         some finished items.
23122
23123 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
23124
23125         * acinclude.m4: Standardize on func_dgettext
23126         not func_gettext, so that the checks for dgettext
23127         actually are paid attention to.
23128
23129 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
23130
23131         * configure.in (LIBS): Add $INTLLIBS into $LIBS
23132         directly, rather than repeating the checks for
23133         gettext.
23134
23135         * INSTALL: Added information about gettext and
23136         NLS support.
23137
23138         * acinclude.m4 (LIBM): Check for dgettext, not
23139         just gettext. This should hopefully fix things wrt
23140         systems with old versions of GNU gettext installed.
23141
23142 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23143
23144         * configure.in (LIBS): Look for libgmodule in the
23145         right location.
23146
23147 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23148
23149         * autogen.sh: add --enable-maintainer-mode
23150
23151         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
23152
23153 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
23154
23155         * docs/gtk-config.1.in:
23156           docs/Makefile.am:
23157           configure.in: gtk-config is now generated.
23158
23159         * docs/gtk-config.1: Removed, now generated.
23160
23161 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
23162
23163         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
23164         handle CreateNotify itself, still put out a debuging message for
23165         --gdk-debug=events. made the ReparentNotify debugging message more
23166         verbose.
23167         wrap xcoords translation for ConfigureEvents into an error trap,
23168         a destroy event may already be pending, and in that case, the
23169         actuall coordinate values are not at all critical.
23170
23171 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
23172
23173         * gdk/gdkcc.c: Stop leaking the color_hash all over
23174         the place. Simplify and improve the logic.
23175
23176 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23177
23178         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
23179         for prototypes and function implementations consistent (reported
23180         by Tomas Ogren).
23181
23182 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23183
23184         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
23185         send_event set in debugging output.
23186         (gdk_compress_exposures): default initialize the event so we don't
23187         operate on bogus values (namely send_event).
23188
23189 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23190
23191         * gdk/gdkwindow.c: When we receive an unexpected
23192         destroy notify on one of our windows, don't just
23193         warn about it, also mark our windows as destroyed.
23194
23195 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
23196
23197         * gdk/gdkfont.c (gdk_font_hash_insert): Add
23198           name => font and name => fontset hashes. The 
23199           name => fontset hash is a _big_ win since we
23200           weren't previously caching fontsets at all and loading
23201           fontsets is expensive. The name => font hash
23202           is less of a win, but it does save us from doing
23203           repeated XQueryFont calls on the same font.
23204
23205         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
23206           list so we can remove font/fontset from hash.
23207
23208 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23209
23210         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
23211           and slightly confusing test. [ XInternAtom (,,TRUE)
23212           will never return None ].
23213
23214 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
23215
23216         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
23217           gdk/gdkwindow.c (gdk_window_set_hints):
23218
23219         Don't omit setting the properties if flags == 0 -
23220         there may be an existing set of properties there
23221         already. (Very old bug. Would it be better to
23222         delete the property instead?)
23223
23224         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
23225           spelling error in comment.
23226
23227 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
23228
23229         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
23230           to avoid stomping over gdk_error_warnings.
23231
23232         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
23233           as (bits_per_pixel + 7) / 8. This gives the same
23234           result as before for multiples of 8, but actually
23235           a "reasonable" value for 1bit or 4bit displays.
23236
23237 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23238
23239         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
23240         GNU Make.
23241
23242 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
23243
23244         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
23245         discarding configure events.
23246
23247 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
23248
23249         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
23250         refcount is greater than zero.
23251
23252         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
23253
23254         * gdk/gdkfont.c (gdk_font_unref): Likewise.
23255
23256         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
23257
23258         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
23259
23260 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
23261
23262         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
23263         that format 32 => sizeof(item) == 4. It really is
23264         sizeof(long).
23265
23266 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
23267
23268         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
23269         core dump at all on X IO errors, only core dump
23270         if --enable-debug for X errors.
23271
23272 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
23273
23274         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
23275         unknown window:" message. disabled ConfigureNotify discarding code,
23276         because it led to events being processed out of order.
23277
23278 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
23279
23280         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
23281
23282         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
23283         we export this function, supress error warnings and don't reset the
23284         error code in the first half of this function.
23285
23286         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
23287         code (instead of just -1) so gdk_error_trap_pop() reveals something
23288         actually informative about the error that happened.
23289
23290         * gdk/*.c:
23291         don't rely on gdk_error_code being -1 if an error occoured, but just
23292         gdk_error_code != 0.
23293
23294 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
23295
23296         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
23297         pointer *before* invoking the filter function, so we at least don't
23298         crash if a filter is removed that is currently executed. window filters
23299         *really* need to be made truely reentrant at some point.
23300
23301 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
23302
23303         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
23304         PropertyNotify debug messages.
23305
23306 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
23307         
23308         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
23309         
23310         * gdk/gdkim.c: Fix cut-and-paste errors for 
23311         x/y and PreeditAttributes/StatusAttributes.
23312
23313 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23314
23315         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
23316         G_MAXINT to 2^16 to alleviate overflow problems in
23317         various window managers.
23318
23319 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23320
23321         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23322         for fontsets.
23323
23324 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
23325
23326         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
23327         Initialize size_hints.x and size_hints.y because kwm
23328         brokenly pays attention to them.
23329         (Bug #1181 -  Lars Heete <hel@admin.de>)
23330
23331 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
23332
23333         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
23334         return value of gdk_list_visuals(). 
23335         (Bug #1193 - Morten Welinder <terra@diku.dk>)
23336
23337 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
23338
23339         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
23340         XSetIMValues to (void *) when comparing to NULL, to workaround
23341         the problem of some compilers barfing since older X headers don't
23342         have the prototype for it.
23343
23344 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
23345
23346         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
23347         for pseudocolor where colormap->colors was double
23348         allocated.
23349
23350         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
23351         color value in the hash table with the pixel filled
23352         in so when we do later hash table lookups, the color
23353         value is correct.
23354         
23355 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
23356
23357         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
23358         making the call
23359
23360 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
23361
23362         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
23363         pointed out by Morten Welinder <terra@diku.dk>.
23364
23365 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23366
23367         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23368           default filter from the list
23369
23370 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23371
23372         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23373           default filter from the list
23374
23375 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
23376
23377         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
23378
23379         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
23380         g_strdup_printf instead of calcing the length separately
23381
23382 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
23383
23384         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
23385         that we don't do in many other places. (Fixing duplicate 
23386         #include of config.h)
23387
23388         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
23389         Otherwise, #ifndef XINPUT_NONE check in the latter
23390         doesn't work. (Bug #546)
23391
23392 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
23393
23394         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
23395         "None" case insensitive.
23396
23397 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23398
23399         * gdk/gdkselection.c: 
23400         Add error traps so if the other end of the connection
23401         dies, we survive.
23402
23403 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23404
23405         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
23406         dest_xid field into two fields - one for the window
23407         to send in messages, one to indicate the last looked
23408         up window for caching purposes. This is needed, so
23409         that Leave messages get the correct window.
23410
23411 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
23412
23413         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
23414         Fix warning created by people mucking around
23415         with the gsource API.
23416
23417         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
23418         Change mapping between GIOCondition and GdkInputCondition
23419         to match the way the Linux kernel does it. This should
23420         fix problems where closed pipes were no longer signalling
23421         GDK_INPUT_READ on systems with a native poll().
23422
23423 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
23424
23425         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
23426         explicitly for the string "None" - it is in the XPM
23427         spec and some servers treat unknown colors in odd ways
23428         (like asking the user!)
23429
23430 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23431
23432         * gdk/gdkevents.c: made "->" into a "." of previous change so
23433         it compiles
23434
23435 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
23436
23437         * gdk/gdkevents.c (gdk_compress_exposures): Set the
23438         window field of the event structure before calling
23439         user filters.
23440
23441 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23442
23443         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
23444         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
23445
23446 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
23447
23448         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
23449         intermediate text property - prevents major memory
23450         leak when gdk_use_mb.
23451         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
23452
23453 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23454
23455         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23456         gtk-a-higuti-990322-[0-3]
23457
23458         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
23459         sizeof(wchar_t) != sizeof (GdkWChar)
23460
23461         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23462         that was causing -DX_LOCALE not to work.
23463
23464         * gtk/gtkrc.c (gtk_rc_init):
23465         X_LOCALE will never have LC_MESSAGES defined
23466
23467         * gdk/gdk.c (gdk_init_check):
23468         Remove --xim-preedit and --xim-status from argv properly.
23469
23470         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
23471         that the client window is present on the X server
23472         before we pass it to the input method.
23473
23474 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23475
23476         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
23477         if --display is specified on the command line, than
23478         the drag window will not be created on that display.
23479         
23480 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
23481
23482         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
23483         lookups with only_if_exists == TRUE were inserting
23484         bogus values into the atom cache.
23485
23486 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23487
23488         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
23489         then reset it to NULL.
23490
23491         * gdk/gdkcolor.c:
23492         (gdk_colors_free): 
23493         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
23494         key for g_hash_table_remove() in both functions, this prevents us
23495         from accessing possibly uninitialized portions of a GdkColor structure
23496         where we are only interested in its pixel value.
23497
23498 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23499
23500         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23501         font hash table, if we have a GdkFontPrivate entry for this font
23502         already, simply increment its reference count, provided by Olaf Dietsche
23503         <olaf.dietsche+list.gtk@netcologne.de>.
23504
23505 1999-09-21  Tor Lillqvist  <tml@iki.fi>
23506
23507         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
23508         just to be sure.
23509
23510         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
23511         unused variables, leftovers from the X11 version.
23512
23513         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
23514
23515         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
23516         downcase fields on X11.
23517
23518 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23519         
23520         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
23521         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
23522
23523 1999-09-17  Tor Lillqvist  <tml@iki.fi>
23524
23525         * gdk/win32/gdk.def: Add gdk_threads_mutex.
23526
23527         * gtk/makefile.msc: Correct path to libintl.
23528
23529         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
23530         use of gint vs. int, and gint vs. gboolean in headers and
23531         definitions. Use GtkType for the *_get_type functions. Note that
23532         these changes preserve binary compatibility.
23533
23534         * gdk/gdk.c
23535         * gdk/win32/gdk.c
23536         * gdk/gdk.h: Fix inconsistencies: gint vs int.
23537
23538         * gtk/gtkmain.c
23539         * gtk/gtkclist.c
23540         * gtk/gtkmenufactory.c
23541         * gtk/gtknotebook.c
23542         * gtk/gtkwidget.c: Fix inconsistencies, also gint
23543         vs. gboolean.
23544
23545         * gtk/gtkcolorsel.[ch]
23546         * gtk/gtkcombo.[ch]
23547         * gtk/gtkdrawingarea.[ch]
23548         * gtk/gtkgamma.[ch]
23549         * gtk/gtkhandlebox.[ch]
23550         * gtk/gtkhpaned.[ch]
23551         * gtk/gtkhruler.[ch]
23552         * gtk/gtkplug.[ch]
23553         * gtk/gtkpreview.[ch]
23554         * gtk/gtkruler.[ch]
23555         * gtk/gtksocket.[ch]
23556         * gtk/gtkstatusbar.[ch]
23557         * gtk/gtktoolbar.[ch]
23558         * gtk/gtkvbbox.[ch]
23559         * gtk/gtkvpaned.[ch]
23560         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
23561         functions.
23562
23563         * gtk/gtkgamma.h: Fix bug, missing () in call of
23564         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
23565
23566 1999-09-14  Tor Lillqvist  <tml@iki.fi>
23567
23568         * gdk/gdkcolor.c (gdk_colormap_new)
23569         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
23570         colormap->colors was allocated twice.
23571
23572         * gdk/win32/gdk.c: Remove some unused stuff.
23573
23574         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
23575         colormap.
23576
23577         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
23578         * gtk/gtklabel.h (gtk_label_get_type)
23579         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
23580         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
23581         in a couple of places, not guint.
23582
23583 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23584
23585         * configure.in,po/et.po: added Estonian language file
23586
23587 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23588
23589         * configure.in,po/da.po: added Danish file
23590
23591 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
23592
23593         * docs/gtkfaq.sgml: Minor FAQ Update
23594
23595 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
23596
23597         * docs/gtkfaq.sgml: FAQ update
23598
23599 1999-08-27  Tor Lillqvist  <tml@iki.fi>
23600
23601         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
23602         way to get window contents continually refreshed while resizing. I
23603         didn't like the effects myself, so it's not on by default.
23604
23605         * gdk/win32/gdkprivate.h: New flag variable
23606         gdk_event_func_from_window_proc, FALSE by default.
23607
23608         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
23609         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
23610         are passed --gdk-event-func-from-window-proc.
23611
23612         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
23613         and we have am event_func, call it instead of enqueing the event.
23614
23615 1999-08-23  Tor Lillqvist  <tml@iki.fi>
23616
23617         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
23618         Kelley: Set expose_count in GdkEventExposes correctly.
23619
23620         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
23621         MULTIPLE_WINDOW_CLASSES).
23622
23623         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
23624         for bug in NT, apparently NT *does* draw the end pixel, too, in
23625         LineTo with a one-pixel pen, so we don't have to do it ourselves.
23626
23627 1999-08-21  Tor Lillqvist  <tml@iki.fi>
23628
23629         Improvements by Hans Breuer: 
23630
23631         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
23632
23633         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
23634         CS_?REDRAW flags as they cause lots of (late) redraws when "show
23635         window contents while dragging" is turned on. Allocate at least
23636         one unique class for every GdkWindowType. If support for single
23637         window-specific icons is ever needed (eg. Dialog specific), every
23638         such window should get its own class.
23639
23640 1999-08-19  Tor Lillqvist  <tml@iki.fi>
23641
23642         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
23643         error that caused crashes.
23644
23645 1999-08-17  Tor Lillqvist  <tml@iki.fi>
23646
23647         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
23648         window, use ScrollWindowEx, and call UpdateWindow. This prevents
23649         bugs when for instance part of the window was outside the
23650         display. Thanks to Philippe Colantoni for finding and fixing this.
23651
23652 1999-08-16  Tor Lillqvist  <tml@iki.fi>
23653
23654         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
23655         endpoint calculations which were totally wrong. (A little RTFMing
23656         helps a lot ;-)
23657
23658         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
23659         from a separate directory, not from gettext, because of licensing
23660         issues (we want to use the LGPL version).
23661
23662         * README.win32: Mention the intl from glibc vs from gettext issue.
23663
23664 1999-08-13  Tor Lillqvist  <tml@iki.fi>
23665
23666         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
23667         in the key event handling: Now AltGr chars work again. Also,
23668         now Alt-digits are passed up as well as Control-digits.
23669         Pass keypad plus and minus as normal plus and minus.
23670
23671 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23672
23673         * docs/gtkfaq.sgml: FAQ Update
23674
23675 1999-07-25  Tor Lillqvist  <tml@iki.fi>
23676
23677         * README.win32
23678         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
23679         the Wintab SDK.
23680
23681         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
23682         OK, but getting closer. Guard against bogus tilt data from Wacom
23683         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
23684         enable easier building without Wintab.
23685
23686         * gdk/win32/gdkinput.h
23687         * gdk/win32/gdkevents.c 
23688         * gdk/win32/gdkwindow.c: Minor changes related related to above.
23689         
23690         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
23691         code. As we have just one visual on Win32, no sense to have it in a
23692         table, and no need for the hash table.
23693
23694         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
23695         better on white background.
23696
23697 1999-07-21  Tor Lillqvist  <tml@iki.fi>
23698
23699         * README.win32: Update gcc build instructions. Mention gettext is
23700         GPL.
23701
23702         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
23703         supported cursor size with GetSystemMetrics.
23704
23705         * gdk/win32/gdkfont.c
23706         * gtk/gtkfontsel.c: Guard against some font weight and charset
23707         symbols being undefined (in mingw32 headers).
23708
23709         * gdk/win32/makefile.cygwin
23710         * gtk/makefile.cygwin
23711         * gtk/gtkthemes.c: No longer need to have differently named
23712         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
23713
23714 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
23715
23716         * docs/gtkfaq.sgml: Long awaited FAQ update.
23717
23718 1999-07-15  Tor Lillqvist  <tml@iki.fi>
23719
23720         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
23721         it. Obscure bit manipulation needed.
23722
23723         * gdk/win32/gdkevents.c: Logging.
23724         
23725         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
23726         style (file name include compiler name) for theme engines.
23727
23728 1999-07-13  Tor Lillqvist  <tml@iki.fi>
23729
23730         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
23731
23732         * gdk/win32/gdkevents.c: Fix long-standing bug in key
23733         events. The key.string wasn't zero-terminated, still we strdup'ed
23734         it in gdk_event_copy(). Synthesize crossing events for button
23735         events before possible propagation.
23736
23737         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
23738
23739         * gdk/win32/makefile.cygwin
23740         * gtk/makefile.cygwin: Use new DLL naming style for the
23741         GCC-compiled ones.
23742
23743         * gdk/win32/makefile.msc
23744         * gtk/makefile.msc: Cosmetics mostly.
23745
23746         * gtk/gtk.def: Add missing entry points.
23747
23748         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
23749
23750 1999-07-09  Tor Lillqvist  <tml@iki.fi>
23751
23752         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
23753         or height is zero. Don't print a warning if Pie or Arc fails, they
23754         always fail (?) for very narrow ellipses.
23755
23756         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
23757         the part or the destination window corresponding to source area
23758         outside of the source drawable's boundary.
23759
23760         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
23761         anything if less than two points.
23762
23763         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
23764         return NULL. Gtk cut-and-paste inside a single program works
23765         better this way. (It always gets the clipboard contents from
23766         Windows, not from its own copy, which is cleared anyway. I can't
23767         say I fully understand what happens... Emulating the X selection
23768         and property stuff is a bit of a mess.)
23769
23770         * gdk/win32/gdkevents.c
23771         * gdk/win32/gdkproperty.c: A bit more verbose logging.
23772
23773         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
23774         that never got deleted). Revamp gdk_region_shrink.
23775
23776         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
23777         after use.
23778
23779         * gtk/gtk.def: Add some missing entry points.
23780
23781         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
23782         component.
23783
23784 1999-07-04  Tor Lillqvist  <tml@iki.fi>
23785
23786         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
23787         Control-digits specially.
23788
23789 1999-07-03  Tor Lillqvist  <tml@iki.fi>
23790
23791         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
23792
23793 1999-06-28  Tor Lillqvist  <tml@iki.fi>
23794
23795         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
23796         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
23797         finding this.)
23798
23799 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
23800
23801         * gtk+.spec.in: Corrected some typos in files section.
23802         
23803 1999-06-15  Tor Lillqvist  <tml@iki.fi>
23804
23805         * README.win32: Mention using GNU gettext.
23806         * config.h.win32: Enable NLS stuff.
23807         * gtk/makefile.msc: Use GNU gettext.
23808         * gdk/win32/gdkdnd.c: Minor header reorg.
23809         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
23810         cosmetics.
23811         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
23812         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
23813
23814 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
23815
23816         * acinclude.m4
23817         * config.guess
23818         * config.status
23819         * ltconfig
23820         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
23821
23822 1999-05-30  Tor Lillqvist  <tml@iki.fi>
23823
23824         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
23825         SafeAdjustWindowRectEx. Don't override all calls to
23826         AdjustWindowRectEx by it, but use it only in two places: When
23827         creating a new top-level window and when moving a top-level
23828         window.
23829
23830         Use screen coordinate rectangle, not client rectangle, in
23831         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
23832         when we try to place a window so that the decoration (mainly,
23833         title bar) isn't visible.
23834
23835         These changes fix the bug that showed up for instance as the
23836         GIMP's saved top-level windows moving right and down (by an amount
23837         equal to the window decoration) for each session. This bug showed
23838         up also in testgtk's "Saved Position".
23839
23840         gdk_window_resize also redone a bit.
23841
23842 1999-05-25  Tor Lillqvist  <tml@iki.fi>
23843
23844         * gtk/testgtkrc: Add (commented out) Windows-style theme
23845         include line.
23846
23847         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
23848
23849 1999-05-18  Tor Lillqvist  <tml@iki.fi>
23850
23851         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
23852         gdkx.h to a gdk subdirectory, so that applications can include
23853         these with <gdk/*.h> without trouble.
23854
23855         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
23856         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
23857         have their bitmap destroyed.
23858
23859         * gdk/win32/gdk.def: Add gdk_root_parent.
23860
23861 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
23862
23863         * configure.in
23864           gtk-config.in
23865           ltconfig
23866           ltmain.sh     
23867           gtk/Makefile.am: changes to compile nicely (with xlib) 
23868           on BeOS
23869
23870 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
23871
23872         * acinclude.m4
23873         * config.guess
23874         * config.sub
23875         * ltconfig
23876         * ltmain.sh: upgrade to libtool 1.3
23877
23878 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
23879
23880         * gtk/gtkclist.c:
23881         * gtk/gtkctree.c: merges from gtk-1-2
23882
23883 1999-04-25  Tor Lillqvist  <tml@iki.fi>
23884
23885         Support added for building using a GNU toolchain on Win32,
23886         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
23887
23888         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
23889         * config.h.win32: Changes for gcc.
23890         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
23891         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
23892         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
23893         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
23894         Protect shl stuff unavaiilable with mingw32 headers.
23895         * gdk/win32/gdkevents.c: Fix typo.
23896         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
23897         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
23898         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
23899         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
23900         the mingw32 headers.
23901         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
23902         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
23903         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
23904         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
23905         Test for NATIVE_WIN32, not _MSC_VER.
23906         * gtk/gtkmain.c: No use warning about developer version on Win32,
23907         there aren't any non-developer versions anyhow.
23908         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
23909         * gtk/makefile.msc: Use pthread from another directory. Minor other
23910         changes. 
23911
23912 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23913
23914         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23915           default filter from the list
23916
23917 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
23918
23919         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
23920          when gtk_widget_grab_default() is called for a widget that
23921          is not within a GtkWindow.
23922
23923 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
23924
23925         * docs/gtk_tut.sgml, examples/clist.c: use a
23926           scrolled window in the clist example. Minor
23927           tutorial fixes.
23928
23929 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
23930
23931         * docs/gtk_tut.sgml: Style check from David King
23932           <dking@youvegotmail.net>
23933
23934 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
23935
23936         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
23937         compile with unknown value of GDK_WINDOWING
23938
23939 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
23940
23941         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
23942         after the rule is fired.
23943         (install-exec-local): Install gdkconfig.h only if the contents are
23944         different from the currently installed gdkconfig.h.
23945
23946 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
23947
23948         * gdk/Makefile.am (configexecincludedir): Rename from 
23949         configincludedir so that gdkconfig.h will be installed 
23950         as part of `make install-exec'. 
23951
23952 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
23953
23954         * acinclude.m4
23955         * config.guess
23956         * config.sub
23957         * ltconfig
23958         * ltmain.sh: upgrade to libtool 1.2f
23959
23960         * autogen.sh: libtool is not required to autogen gtk+
23961
23962         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
23963         needed)
23964
23965 1999-03-18  Tor Lillqvist  <tml@iki.fi>
23966
23967         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
23968         declaring gdk variables exported/imported from the DLL. New image
23969         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
23970         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
23971         GDK_DRAG_PROTO_OLE2.
23972
23973         * gdk/gdk.h: Merge in Win32 version: Two new functions,
23974         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
23975         declared only for the Win32 version, but could be in the X11
23976         version as well. (Needed for a Xlib-less gdk_imlib.)
23977         gdk_color_hash should have only one parameter. Declare
23978         gdk_threads_mutex with GDKVAR.
23979         
23980         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
23981         just one parameter.
23982
23983         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
23984         per pixel, not bits.
23985
23986         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
23987         Fetch bpp (which means bits-per-pixel here) from another place on
23988         Win32. Accept also depth==32 (which we might get on Win32) with
23989         bpp==32.
23990
23991         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
23992         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
23993         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
23994         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
23995         in the backend-dependent directory, not in the common gdk
23996         directory.
23997
23998         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
23999         headers.
24000
24001 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
24002
24003         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
24004         want to use the Gtk+ devel version (which is true, and yes - even i am
24005         currently working with the 1.2.x branch). so everyone reading this, you
24006         probably want to issue
24007         cvs checkout -r glib-1-2 glib
24008         and
24009         cvs checkout -r gtk-1-2 gtk+
24010         as your next two comands.
24011
24012 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
24013
24014         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
24015         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
24016
24017         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
24018         file. strongly deprecated the GTK_HAVE_* macros, we provide
24019         GTK_CHECK_VERSION() for people that need to check for certain
24020         Gtk+ versions.
24021
24022         * gtk/gtkcompat.h: removed this from CVS.
24023         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
24024         idea right from the start, it just didn't seem like that back then.
24025
24026 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
24027
24028         * merges from gtk-1-2:
24029
24030 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
24031
24032         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
24033         item factory class has been created.
24034         (gtk_item_factory_parse_rc): likewise.
24035
24036         * gtk/gtkmenu.c:
24037         keep proper references for old_active_menu_item.
24038         (gtk_menu_reparent): unset the usize of the new parent,
24039         so the menu can sanely be size requested and we don't get nasty screen
24040         artefacts upon next reparentation.
24041         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
24042         enter notify. only synthesize enter notifies if the pointer really is
24043         inside the event window.
24044         (gtk_menu_popdown): use gtk_menu_shell_deselect().
24045         (gtk_menu_popup): move the background setting stuff into
24046         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
24047
24048         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
24049         gtk_menu_shell_select_item() to select the new item.
24050         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
24051         do the right thing for deselection as well.
24052
24053 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
24054
24055         * gtk/gtkwidget.[hc]:
24056         (gtk_widget_accelerators_locked): return whether a widget's accelerators
24057         are locked.
24058
24059         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
24060         existing accelerators if the widget's accelerators are locked.
24061
24062 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
24063
24064         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
24065
24066         * gtk/gtkmenu.c: truely forward key press and key release events to
24067         the menu widget from the toplevel or tearoff window. we can't simply
24068         connect to that, we need to stop further processing of the events as
24069         well.
24070
24071 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
24072
24073         * gtk/gtkmenu.c:
24074         (gtk_menu_key_press): pass event->keyval, event->state to
24075         gtk_accelerator_valid, instead of event->keyval twice.
24076         refuse to install single letter accelerators for menus that use
24077         single letter shortcuts.
24078
24079         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
24080         gtk_menu_ensure_uline_accel_group().
24081
24082         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
24083         which will always return an uline accel group, made
24084         gtk_menu_get_uline_accel_group() return NULL if the group isn't
24085         yet created.
24086
24087 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
24088
24089         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
24090
24091         * gtk/gtkclist.c (gtk_clist_column_title_passive):
24092         Leave button sensitive, trap  button_press, button_release,
24093         motion_notify, enter_notify and leave_notify events instead.
24094         (gtk_clist_column_title_active): disconnect event handler.
24095         (gtk_clist_drag_data_get): fixed memory leak. Reported by
24096         Guillaume Laurent <glaurent@worldnet.fr>
24097
24098 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
24099
24100         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
24101         width/height mixups.
24102
24103         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
24104         if needed.
24105
24106 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
24107
24108         * gtk/testgtk.c (create_item_factory): unref the item factory after
24109         window's destruction.
24110
24111         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
24112         count on the menu shell around the menu item's activation, since the
24113         signal emission may cause menu shell destruction.
24114
24115         * gtk/gtkitemfactory.c:
24116         the previous code leaked one accel group per menu. we use
24117         gtk_menu_get_uline_accel_group() now to fix that, and with that
24118         also create the underline accelerator group of the menus only if
24119         required (i.e. an underline accelerator has been specified).
24120         (gtk_item_factory_construct):
24121         (gtk_item_factory_create_item): removed code that would create an
24122         extra accel group for the menu (and leak references).
24123         (gtk_item_factory_create_item): adapted the underline accelerator
24124         installation code to properly feature gtk_menu_get_uline_accel_group().
24125
24126         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
24127         menu->accel_group, this may return NULL if the accelerator group
24128         hasn't been set yet.
24129         added gtk_menu_get_uline_accel_group() to retrive the underline
24130         accelerator group of the menu, this will be created on demand
24131         and proper care is taken about its reference count.
24132
24133         * gtk/gtkitemfactory.h:
24134         * gtk/gtkitemfactory.c:
24135         dumped the approach of keeping a widgets by action list on the
24136         factory since the factory<->widget destroy negotiation didn't work
24137         and would be hard to get going at all. instead we keep a list of
24138         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
24139         persistant throughout a program's life time).
24140         also, i removed the static const gchar *key_* variables, and made
24141         them inline strings (they weren't actually used anyways).
24142         (gtk_item_factory_add_item): update ifactory->items.
24143         (gtk_item_factory_destroy): destroy ifactory->items (and remove
24144         the item factory pointer from the remaining ifactory widgets).
24145         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
24146         list to find the widget.
24147         (gtk_item_factory_get_item): new function that works around
24148         gtk_item_factory_get_widget() limitations, this function will only
24149         return menu items, even for <Branch> entries.
24150
24151 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24152
24153         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24154         font hash table, if we have a GdkFontPrivate entry for this font
24155         already, simply increment its reference count, provided by Olaf Dietsche
24156         <olaf.dietsche+list.gtk@netcologne.de>.
24157
24158         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24159         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24160
24161 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
24162
24163         * gtk/gtkcontainer.c:
24164         (gtk_container_add_with_args):
24165         (gtk_container_addv):
24166         (gtk_container_add): before adding a child to a conatiner, make sure
24167         it is (default) constructed, this is neccessary because under certain
24168         circumstances the child will get relized and mapped immediatedly, in
24169         which case it has to be constructed already.
24170
24171 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
24172
24173         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
24174         values > 1 as TRUE also.
24175
24176 1999-03-16  Tor Lillqvist  <tml@iki.fi>
24177
24178         * README.win32: New file.
24179                 
24180         * configure.in: Check for lstat.
24181
24182         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
24183         completeness.
24184
24185         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
24186
24187         * gtk/gtk.def: Removed CRs.
24188
24189         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
24190         ..\gdk\win32).
24191
24192         * gdk/win32/makefile.msc: Correct upwards relative paths.
24193         
24194 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
24195
24196         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
24197           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
24198           it was connecting a void function to expose_event and the int
24199           returning function to the draw signal
24200
24201 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
24202
24203         * configure.in:
24204         Use correct path to libgmodule.la when ref'ing uninstalled copy
24205         of glib.  (Already in stable branch, Bug #417)
24206
24207 1999-03-15  Tor Lillqvist  <tml@iki.fi>
24208
24209         Win32 merge and general portability stuff:
24210                 
24211         * acconfig.h,configure.in: Check for <sys/time.h>.
24212
24213         * gdk/win32: New directory (actually, been there for a while).
24214         
24215         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
24216         NATIVE_WIN32, and use these. Always case fold on Win32. No
24217         backslashed escapes on native Win32.
24218
24219         * gtk/{gtk.def,makefile.msc}: New files.
24220
24221         * gtk/Makefile.am: Add above new files.
24222         
24223         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
24224         instead of <strings.h>.
24225
24226         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
24227         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
24228         <unistd.h> appropriately.
24229
24230         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
24231         Use ABS() (from <glib.h>) instead of abs().
24232         
24233         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
24234         of gtk (and thus glib) headers, so that WIN32 will be
24235         defined. With MS C, include <direct.h> for mkdir prototype.
24236
24237         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
24238         some casts, needed by MS C.
24239
24240         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
24241         implemented).
24242
24243         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
24244         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
24245         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
24246
24247         * gtk/gtkmain.h: Mark variables for export/import on Win32.
24248                 
24249         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
24250         the event is not a hint, or its window is not the slider. Needed
24251         on Win32, at least.
24252
24253         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
24254         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
24255         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
24256         a subdirectory of the Windows directory as gtk system
24257         configuration directory.
24258
24259         * gtk/gtkselection.c: No chunks on Win32.
24260
24261         * gtk/gtksocket.c: Not implemented on Win32.
24262
24263         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
24264
24265         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
24266
24267         * gtk/maketypes.awk: Declare variables with a macro that expands to
24268         necessary export/import magic in the case of Win32.
24269                 
24270         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
24271
24272 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
24273
24274         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
24275         since those were meant only for gdki18n.h.  
24276         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
24277         for widechar tests.
24278         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
24279
24280 1999-03-13  Tor Lillqvist  <tml@iki.fi>
24281
24282         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
24283         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
24284
24285         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
24286         installed) to CFLAGS.
24287
24288         * gdk/Makefile.am: Add rules for gdkconfig.h.
24289
24290         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
24291         APIs.
24292
24293         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
24294         gdkx.h anyway when compiling for X11.
24295         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
24296         general): Merge in Win32 version.
24297         
24298         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
24299         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
24300         expansion (if we don't have HAVE_PWD_H), allow for drive
24301         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
24302         included code from Craig Setera's port to Win32 (the one that uses
24303         X11, and the cygwin dll), even if it probably will be abandoned.
24304
24305         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
24306         the user entered one herself.  This way one can complete *.h and
24307         don't get matches on any .help files, for instance.
24308         
24309 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24310
24311         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24312         font hash table, if we have a GdkFontPrivate entry for this font
24313         already, simply increment its reference count, provided by Olaf Dietsche
24314         <olaf.dietsche+list.gtk@netcologne.de>.
24315
24316         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24317         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24318
24319 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24320
24321         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
24322         the number of calls to gdk_draw_point() (and thus to X) by
24323         clipping the points by hand.
24324
24325         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
24326         the clip parameter.
24327         (gtk_handle_box_paint): Only paint the handle if the expose area
24328         intersects it.
24329
24330 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24331
24332         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
24333
24334 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
24335
24336         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
24337         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
24338
24339 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24340
24341         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
24342          textmode (O_TEXT) for OS/2 version.
24343
24344 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
24345
24346         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
24347         GtkSpinButton, "input" and "output", to make the output more flexible.
24348         The user has to provide a mapping between adjustment->value and the
24349         output string (and vice versa, if the spin button is editable). 
24350         See testgtk for examples.
24351
24352 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
24353
24354         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
24355         new one.
24356         
24357         * configure.in: set gtk+ version to 1.3.0.