]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
propagate exposes to no window children not in the buffer window.
[~andy/gtk] / ChangeLog.pre-2-0
1 2002-01-01  Havoc Pennington  <hp@pobox.com>
2
3         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
4         exposes to no window children not in the buffer window.
5         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
6         - is this the right way to do it?
7         (gtk_text_view_focus): add focus method, just chains up for now, 
8         I'm not sure why the GtkContainer implementation doesn't work
9
10         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
11         in the text line for the child anchor segment
12
13         * tests/testtext.c (do_add_focus_children): add another test
14         example (to put focusable buttons into the widget)
15
16 2002-01-01  Havoc Pennington  <hp@pobox.com>
17
18         * docs/README.linux-fb: note that this file is obsolete
19
20         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
21         files that they should not be edited and look in the reference 
22         manual instead. Probably these files should just be replaced by 
23         the note, and their main contents deleted.
24
25         * gtk/gtktextview.c: docs
26
27         * gtk/gtktextmark.c: docs
28
29         * gtk/gtktextchild.c: docs
30
31         * gtk/gtktextbuffer.c: docs stuff
32
33         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
34         give people more leads in sorting out PRIMARY vs. CLIPBOARD
35
36 2002-01-01  Tor Lillqvist  <tml@iki.fi>
37
38         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
39         ../gdk-pixbuf/gdk-pixbuf-csource.
40
41 2001-12-31  Tor Lillqvist  <tml@iki.fi>
42
43         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
44         handling.
45         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
46
47         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
48         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
49         one more place.
50
51         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
52         -Wall.
53
54         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
55
56 2002-01-01  Havoc Pennington  <hp@pobox.com>
57
58         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
59         fix
60         
61 2002-01-01  Havoc Pennington  <hp@pobox.com>
62
63         * gtk/gtktextview.c (changed_handler): Replace call to
64         gtk_widget_size_request() that expected to actually compute the
65         request with a direct use of widget_class->size_request, so we get
66         our size request right; fixes remaining part of #63065 reported by
67         Matthias Clasen
68
69 2001-12-31  Havoc Pennington  <hp@pobox.com>
70
71         * tests/testtext.c (do_insert_and_scroll): remove backward_char
72         since we no longer have bogus newline
73         (dialog_response_callback): remove another backward_char horkage, 
74         reported by Matthias Clasen #63065
75
76 2001-12-31  Havoc Pennington  <hp@pobox.com>
77
78         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
79         fix an incorrect assertion that the "valid" flag is always correct
80         in a node and add explanatory comment. This keeps me from 
81         reproducing #59101, but I'm remembering that 59101 was actually 
82         about incorrect pixel totals, so I'm not sure 59101 is actually 
83         fixed. May just have stopped happening due to some change in 
84         how C-k works.
85
86 2001-12-31  Havoc Pennington  <hp@pobox.com>
87
88         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
89         selection if shift is down, bug #50939
90         (gtk_text_view_button_press_event): add double/triple click
91         selection to the current selection if shift is down
92
93 2001-12-31  Havoc Pennington  <hp@pobox.com>
94
95         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
96         to use ensure_byte_offsets not ensure_char_offsets, patch 
97         from Padraig O'Briain bug #67356
98         
99 2001-12-30  Havoc Pennington  <hp@pobox.com>
100
101         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
102         the right values, reported by Jeff Franks
103
104 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
105
106         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
107
108 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
109
110         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
111         Minor documentation tweaks.
112
113 2001-12-28  Tor Lillqvist  <tml@iki.fi>
114
115         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
116         (unicode_classify): Don't return -1 on encountering an
117         unclassified character, but play it safe and return U_BASIC_LATIN.
118
119 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
120
121         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
122         of misc->xpad/ypad consistent with GtkLabel. Do 
123         directional flipping when interpreting misc->xalign/yalign.
124         Fix off-by-one error for negative x,y. (#67472, reported
125         by Mathieu Lacage)
126
127 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
128
129         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
130         Remove optimization that was causing problems because
131         we called gtk_widget_size_request() before we called
132         gtk_widget_queue_resize() so RESIZE_NEEDED was not
133         set. Optimization shouldn't mattter now that we
134         are smart about needlessly size requesting or allocating
135         widgets. (#67598, reported by Jacob Berkman)
136
137 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
138
139         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
140         Call gdk_window_get_pointer() on menu->bin_window not
141         menu->window, so we get the correct window for the
142         menu item. (#65213, Guillermo S. Romero)
143
144 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
145
146         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
147         the title by setting to NULL. Move docs inline. 
148         Update the title if the tearoff window already
149         exists. Code cleanup. (Fixes #65190, reported by
150         Vitaly Tishkov.)
151
152 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
153
154         * gtk/gtksocket.c (gtk_socket_key_press_event): 
155         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
156         special handling of key presses unless we are doing 
157         iter-app embedding. (Fixes #67590, Anders Carlsson)
158
159 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
160
161         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
162         (gtk_tree_model_sort_sort_level),
163         (gtk_tree_model_sort_insert_value): fix a few places where
164         I was confused between modelsort iters and other iters. This was
165         really going to happen someday ;)
166
167 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
168
169         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
170         we are unprelighted before reordering
171
172         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
173         need to break out of the for loop, not return (this fixed
174         the 'selection freeze' bug).
175
176         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
177         be pretty stable now, though it still needs some more code
178         cleanups.
179
180 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
181
182         * docs/Changes-2.0.txt: Document the fact that
183         gtk_paned_set_handle_size() has been removed.
184
185         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
186         since it pointed to gtk_paned_set_handle_size(), which
187         was removed. (#66760, Matt Wilson)
188
189 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
190
191         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
192         gtk_drag_hightlight_expose _after_, so it works with
193         widgets that paint there entire background. (#66735)
194
195 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
196
197         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
198         allocation to widget->allocation. (Fixes #67290,
199         Chris Phelps.)
200
201 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
202
203         (#67542, reported by Anders Carlsson)
204         
205         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
206         rc_style->font_desc with defaul style instead of replacing
207         it.
208
209         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
210         font descriptions in RC styles by calling
211         pango_font_description_merge(). 
212
213 2001-12-24  James Henstridge  <james@daa.com.au>
214
215         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
216         valid with both SGML and XML.
217
218 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
219
220         * configure.in: 1.3.12, interface, binary age 0.
221
222         * configure.in: Require new versions of Glib, Pango, ATK.
223
224         * NEWS: Updated.
225
226         * configure.in: Make explicit what libtool we are executing.
227         (Tomas Ogren)
228
229         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
230
231         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
232         parameter names for docs.
233
234 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
235
236         * gtk/gtkwindow.c (gtk_window_realize) 
237           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
238
239         * gtk/gtkentry.c (gtk_entry_key_release)
240           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
241         key release events to the input method.
242
243         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
244         Handle release of Control/Shift to end hex sequence.
245
246         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
247         Handle key releases as well as presses.
248
249 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
250
251         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
252
253         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
254         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
255         documentation about underscores and mnemonics. (#66380)
256
257         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
258         cyclic reference in docs.
259
260         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
261         of default value. (#65402)
262
263         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
264         Markup fixes.
265
266 2001-12-20  Anders Carlsson  <andersca@gnu.org>
267
268         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
269         map here.
270
271 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
272
273         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
274         (reported by Jeff Franks.)
275
276 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
277
278         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
279         prototype for direction_changed. (Reported by
280         Jeff Franks.)
281
282 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
283
284         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
285         Fix typo (list->data becomes list->next)
286
287 2001-12-06  Havoc Pennington  <hp@redhat.com>
288
289         Add Unicode control char menu, based on patch from Dov.
290         Bug #63495
291         
292         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
293         gtk_entry_enter_text
294         (gtk_entry_enter_text): function to do "typing in text"
295         (popup_targets_received): add the Unicode menu items
296
297         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
298         on Input Methods item, and add the unicode menu items.
299
300         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
301         used in GtkEntry and GtkTextView - may become public later.     
302
303 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
304
305         * gtk/gtkprogressbar.c: Fix a typo.
306         * gtk/gtkpaned.c: Fix a typo.
307         
308 2001-12-15  Darin Adler  <darin@bentspoon.com>
309
310         Fix some warnings.
311
312         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
313         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
314         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
315         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
316         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
317         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
318         Restructure loop to get rid of uninitialized variable warning. Also
319         gives a tiny efficiency gain.
320
321 2001-12-15  Murray Cumming  <murrayc@usa.net>
322
323         * Fixed first arg type of GtkScale's "format_value" signal's
324         function pointer.
325
326 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
327         docs/reference/gtk/tmpl/gtkcelleditable.sgml
328                 gtkcelleditable -> GtkCellEditable
329         docs/reference/gtk/tmpl/gtktreesortable.sgml
330                 gtktreesortable -> GtkTreeSortable
331
332 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
333
334         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
335         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
336         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
337         resp.
338
339 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
340
341         * gtk/gtktreeview.c (validate_visible_area): free path
342         at the end
343
344 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
345
346         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
347
348 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
349
350         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
351         to find the clicked node in the tree when tree == NULL
352
353 2001-12-13  Anders Carlsson  <andersca@gnu.org>
354
355         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
356         event->state with the default mod mask. 
357
358 2001-12-12  jacob berkman  <jacob@ximian.com>
359
360         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
361
362 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
363
364         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
365         Reset the existing slave before removing it to give
366         it a chance to commit and emit "preedit_changed" 
367         in case there was still a preedit string.
368
369 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
370         
371         * gtk/gtktextlayout.c: Typo fixes
372         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
373
374         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
375         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
376
377         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
378
379 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
380
381         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
382         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
383
384 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
385
386         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
387         "prepainting" the menu before realizing other than
388         via gtk_style_set_background() - this was broken when
389         we added menu scroll support.
390
391         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
392         window in the expose event -- fixes problem with border
393         flashing during scrolling.
394
395 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
396
397         * gtk/gtksettings.c (gtk_settings_get_property): Support
398         using names/nicks for the gdk_settings values for enum valued
399         types. (#57678, reported by Anders Carlsson)
400
401 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
402
403         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
404         with insert_page_menu.  Code duplication is bad.
405
406         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
407         wrong fix yesterday.
408
409 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
410
411         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
412         modifiers.
413
414 2001-12-12  James Henstridge  <james@daa.com.au>
415
416         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
417         (menu_item)->accel_path first when looking up the accel path.
418
419 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
420
421         * tests/testgtk.c (layout_expose_handler): Only draw
422         for events on the bin window.
423
424 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
425
426         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
427         mnemonics work with notebooks.
428
429 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
430
431         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
432         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
433         Makes some flicker while scrolling go away.
434
435 2001-12-11  Michael Natterer  <mitch@gimp.org>
436
437         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
438         adds alpha to the pixbuf; re-load the saved pixbuf and
439         pixel-by-pixel compare it with the original one.
440
441 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
442
443         * ChangeLog: Fix wrong ChangeLog entry
444         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
445         right corner
446
447 2001-12-10  jacob berkman  <jacob@ximian.com>
448
449         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
450         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
451         (gdk_keyboard_grab): do not grab things if the nograb debug flag
452         is set
453
454         * gdk/gdkinternals.h: 
455         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
456         keyboard / mouse
457
458 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
459
460         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
461         didn't reset the timer.
462
463 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
464
465         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
466
467 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
468
469         * gtk/gtkviewport.c: Add docs.
470
471 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
472
473         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
474         RBTree corruption bug--
475
476 2001-12-10  Anders Carlsson  <andersca@gnu.org>
477
478         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
479         if edited_column is NULL, also grab focus before removing
480         the cell_editable.
481
482 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
483
484         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
485           denominator in the horizontal case just like we do in the vertical
486           case (why I didn't notice that there were two cases the first time
487           around is beyond me:).  Also fix indentation in the vertical case.
488
489 2001-12-09  Anders Carlsson  <andersca@gnu.org>
490
491         * gdk/x11/gdkevents-x11.c: Update xsettings name.
492
493         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
494         gtk-dnd-drag-threshold GtkSetting.
495
496         * gtk/gtksettings.c (gtk_settings_class_init): Add 
497         setting for dnd drag threshold.
498
499 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
500
501         * gtk/gtkcontainer.c: Add docs.
502
503 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
504
505         * gtk/gtkwidget.c: Doc markup fix. 
506
507         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
508
509         * gtk/gtktreestore.c: Typo fixes. (#66445)
510
511         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
512
513         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
514         to gtk_clipboard_set_with_owner(). (#66424)
515  
516 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
517
518         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
519         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
520         Fabrice Bellet <fabrice@gnu.org>, #54127).
521
522 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
523
524         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
525         of places, so that people with crashy trees can just run their
526         program with GTK_DEBUG=TREE.
527
528 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
529
530         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
531         per jrb's request
532
533 2001-12-08  Anders Carlsson  <andersca@gnu.org>
534
535         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
536         since then the default GtkLayout expose handler won't be called.
537
538 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
539
540         * gtk/gtktreeview.c (validate_rows_handler): remove
541         g_return_if_fail.
542
543         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
544         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
545         empty model.
546
547 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
548
549         * gtk/gtktreeview.c (validate_visible_area): get logic right,
550         #66249
551
552         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
553         removing a node ended up with a corrupt tree.  Really really nasty
554         bug.
555         (_gtk_rbtree_debug_spew): new debug helper function
556         (_fixup_validation): new inline function to clean up code
557         readability a lot. 
558
559 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
560
561         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
562         Close comment.
563
564 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
565
566         * gtk/gtkstyle.h: Typo fixes.
567
568         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
569
570         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
571
572 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
573
574         * modules/input/gtkimcontextxim.c: Display the XIM
575         status callbacks with a popup window. (Patch from
576         HideToshi Tajima, #50628, somewhat modified.)
577
578 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
579
580         * gtk/Makefile.am: each source generation rule needs to use its own
581         temporary file, to avoid clashes for parallel builds. fixed rules
582         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
583
584 2001-12-07  Havoc Pennington  <hp@pobox.com>
585
586         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
587         "cursors that are actually useful" in gdk_cursor_new() docs
588
589 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
590
591         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
592         in computing the size of the second child.
593
594 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
595
596         * gtk/gtkrange.c: Make button 1 clicks on the trough
597         do pages, button 3 steps. (Patch from Hans Breuer
598         #63735)
599
600 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
601
602         * gtk/gtklabel.c: Fix docs. (#66383)
603
604         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
605         (#66278, #66280)
606         
607         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
608         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
609
610         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
611         Don't emit a g_warning() about being deprecated. (#66208)       
612
613         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
614
615         * gtk/gtkcontainer.c: Doc fixes.
616         
617         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
618
619         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
620
621 2001-12-05  Sven Neumann  <sven@gimp.org>
622
623         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
624
625         * gtk/queryimmodules.c: g_dir_read_name() returns const.
626
627 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
628
629         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
630         #66225
631         
632 2001-12-04  Manish Singh  <yosh@gimp.org>
633
634         * gtk/gtkmain.c
635         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
636         a gpointer.
637
638         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
639         correction to docs.
640
641         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
642
643 2001-12-04  Havoc Pennington  <hp@redhat.com>
644
645         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
646         g_assert_not_reached() that was bogus, since we demand-create the
647         tag info. reported by Chris Phelps
648
649         Jump through assorted hoops to fix bug from Chris Phelps where 
650         removing tags from the table resulted in btree trying to 
651         access tag->table
652         
653         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
654         ourselves to the tag table
655
656         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
657         (_gtk_text_tag_table_remove_buffer): private cruft to 
658         let us notify buffer of disappearing tags
659
660         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
661         header, put it in tagprivate    
662
663         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
664         tag_removed; it's emitted too late.
665         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
666         this
667
668         Padding for ABI-compat expansion
669         
670         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
671         (struct _GtkTextAppearance): one pad in here too
672
673         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
674
675         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
676         since action signals etc. seem pretty likely
677
678         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
679
680         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
681
682         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
683
684 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
685
686         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
687
688         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
689
690         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
691
692 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
693
694         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
695         #62084.
696
697 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
698
699         * demos/gtk-demo/main.c: (create_tree): Minor fix.
700
701         * docs/tree-column-sizing.txt: Update
702
703         * gtk/gtkrbtree.[ch]: Massive work to support validation.
704
705         * gtk/gtktreemodel.c: Doc fixes.
706
707         * gtk/gtktreeview.c: Incremental reflow added.
708         * gtk/gtktreeviewcolumn.c: ditto
709         * gtk/gtktreeviewcolumn.h: ditto
710
711 2001-12-04  Havoc Pennington  <hp@redhat.com>
712         
713         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
714         "invisible" property, #65999
715
716 2001-12-04  Matt Wilson  <msw@redhat.com>
717
718         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
719
720 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
721
722         * gtk/gtksettings.c (gtk_settings_set_property_value):
723         Simplify, make more efficient and fix memory leak
724         when turning quark into a string. (#66103, HideToshi
725         Tajima)
726
727         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
728         init() and unref priv->tooltips in destroy rather
729         than calling gtk_object_destroy() which has no
730         effect on memory management. (#66104, HideToshi
731         Tajima)
732
733         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
734         so we free the when the object is freed. (Fixes memory
735         leak, #66096, HideToshi Tajima)
736
737         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
738         a full GdkEvent structure to avoid reads of uninitialized/
739         invalid memory in gdk_event_put() (#65877, patch
740         from Hidetoshi Tajima)
741
742 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
743
744         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
745         toggle-size-request doesn't take a requisition.
746
747         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
748         reference to marshaler that no longer exists.
749
750 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
751
752         Patch from Bill Haneman (with many modifications) to make
753         the focus color work on dark themes and to make the
754         focus line width configurable. (#61079, #63074)
755
756         * gtk/gtkwidget.c: Add style properties, 
757         ::focus-widget, ::focus-line-width, and ::focus-padding.
758
759         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
760         state argument as well so we can use fg[STATE] to
761         draw instead of always drawing with black. 
762         Cange paint_focus() to respect GtkWidget::focus-width
763         and GtkWidget::focus-line-pattern. Fix continuity
764         problem where the default 1-1 stipple had a blob
765         in one corner and a gap in the other. Change the
766         interpretation of x/y/width/height to be the bounding
767         box of the focus rect instead of the rectangle
768         passed to gdk_draw_rectangle.
769
770         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
771         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
772         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
773         and ::focus-line-padding.
774
775         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
776         and remove duplicated code; fix drawing of focus rectangle
777         when interior-focus = FALSE. (#63072, #63073)
778
779         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
780         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
781         Range and TreeViewColumn will need more extensive fixing.
782
783         * gtk/gtkcolorsel.c: Honor focus line attributes when
784         drawing the focus on the color swatches. (#63071)
785
786         * gtk/gtkhsv.c: Honor focus line attributes when
787         drawing the focus for the ring and triangle.
788
789         * docs/widget_geometry.txt: Start at documenting how 
790         various widgets are drawn.
791
792         * gtk/gtkbutton.c (_gtk_button_paint): Export 
793         _gtk_button_paint() librarywide, so we don't have 
794         duplicate a bunch of code in gtktogglebutton.c.
795
796         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
797
798 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
799
800         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
801         NONE:POINTER.
802
803 2001-12-03  Alex Larsson  <alexl@redhat.com>
804
805         * gtk/gtkaccellabel.c:
806         * gtk/gtkarrow.c:
807         * gtk/gtkcolorsel.c:
808         * gtk/gtkcontainer.c:
809         * gtk/gtklabel.c:
810         * gtk/gtktextview.c:
811         * gtk/gtktogglebutton.c:
812         * gtk/gtktreeview.c:
813         * gtk/gtkwindow.c:
814         Return FALSE from expose handlers.
815
816 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
817
818         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
819         we use pointers, we should free the previous pointer first (if
820         it exists), before we set a new pointer. (#64726)
821
822         * gtk/gtktreeprivate.h: get rid of cursor_drag
823
824         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
825         for cursor_drag
826         (gtk_tree_view_bin_expose): don't directly return in the while
827         loop
828         (gtk_tree_view_class_init): indentend expanders by default
829         (gtk_tree_view_header_focus): only give the button focus
830         if it's clickable, visible and the column is reorderable
831         (#65539)
832
833         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
834         create and free cursor
835
836 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
837
838         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
839         some bugs with size requisition. (From Bill Haneman)
840
841         * gtk/gtkcalendar.c: Draw headers and selection in 
842         base/text[SELECTED] instead of fg/bg[SELECTED].
843
844         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
845         code and formatting.
846
847 2001-12-03  Havoc Pennington  <hp@pobox.com>
848
849         * gtk/gtktextview.c (set_window_height): 
850         (set_window_width): Hmm, setter functions normally assign the new
851         value to the object field. Reported by Chris Phelps.
852
853 2001-11-30  jacob berkman  <jacob@ximian.com>
854
855         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
856         signal id to 0 after we disconnect from it
857
858 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
859
860         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
861         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
862         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
863         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
864
865         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
866         GTK_DISABLE_DEPRECATED.
867
868         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
869         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
870
871 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
872
873         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
874         move/resize code, removing various bad, non-functional
875         hacks. (Fixes #65048, reported by Damon Chaplin.)
876
877 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
878
879         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
880         bad match error when target drawable is not the 
881         same depth as the root window. (#65841)
882
883         * HACKING: Update.
884
885 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
886
887         * gdk/gdkwindow.c: Typo fix.
888
889 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
890
891         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
892         empty menu items to behave like insensitive items (#59456)
893
894         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
895         next item if the first item in the menu is a tear off item
896         (#59456-2, suggestion by Matthias Clasen)
897
898         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
899         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
900         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
901         (gtk_real_menu_shell_activate_current): add check, so empty
902         menu items behave like insensitive items (#59456)
903         
904         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
905         the checks more readable ...
906         
907         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
908         (gtk_menu_shell_button_release): causes the menu to dropdown if the
909         caption is clicked again (#64977)
910
911 2001-11-29  Havoc Pennington  <hp@redhat.com>
912
913         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
914         assertion here that we were at the end iterator was not correct;
915         change code to move us to the end iterator. bug #65731
916
917 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
918
919         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
920         improper use of g_locale_to_utf8() to convert from
921         latin-1, and do it the easy way by building the string
922         correctly in the first place.
923
924 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
925
926         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
927         Convert atoms to and from atoms for properties of type XA_ATOM.
928         (#65555, patch from Hidetoshi Tajima)
929
930 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
931
932         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
933         to avoid problems with Objective C.
934
935 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
936         
937         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
938
939         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
940         Fix docs. (#65505)
941
942         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
943
944 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
945
946         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
947         accounting of menu->tearoff_scrollbar width to here
948         and make sure we have the correct requisition.
949
950         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
951         by using gtk_window_move().
952
953         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
954         the requisition to be updated by calling
955         gtk_widget_size_request() (#65440)
956
957         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
958         queue resize before calling gtk_menu_set_tearoff_state().
959
960 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
961
962         * demos/gtk-demo/editable_cells.c: fix typo
963
964         * demos/gtk-demo/list_store.c (add_columns): remove call to
965         gtk_tree_view_column_set_clickable which didn't make sense
966
967 2001-11-28  Havoc Pennington  <hp@redhat.com>
968
969         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
970         explaining the validation error in front of the G_BREAKPOINT
971
972         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
973         process updates with include_children = FALSE instead of TRUE, so
974         we redraw the range only, not the whole darn window.  Making
975         GtkRange a NO_WINDOW widget had weirdly caused the text widget
976         Trace/breakpoint trap bug to become much easier to trigger.
977
978 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
979
980         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
981         to gdkcursors.h.
982
983 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
984
985         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
986
987         * gdk/gdkcursor.h: Directly include the contents
988         of gdkcursors.h in the GdkCursorType enum.
989
990         * gdk/gdkcursors.h: Deleted.
991
992         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
993         header boilerplate.
994
995         * gdk/Makefile.am: Remove the X-derived-headers rule.
996
997 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
998
999         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
1000         Notify on the ::active property _here_, not in
1001         gtk_check_menu_item_set_active.
1002
1003 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
1004
1005         * gtk/gtkcellrendererpixbuf.c
1006         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
1007         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
1008
1009 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1010
1011         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
1012         comment about what is going on in this file.
1013
1014         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
1015         x/y problem.
1016
1017 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
1018
1019         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
1020         Calculate size based on the _child_ of the menu item,
1021         not the menuitem. (#65005, Damon Chaplin)
1022
1023         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
1024         some extra vertical padding to the label widget ... restores
1025         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
1026
1027 2001-11-26  Tor Lillqvist  <tml@iki.fi>
1028
1029         * demos/pixbuf-demo.c
1030         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
1031
1032         * demos/gtk-demo/main.c (read_line): No flockfile() or
1033         getc_unlocked() on Win32.
1034
1035 2001-11-25  Tor Lillqvist  <tml@iki.fi>
1036
1037         * configure.in
1038         * acconfig.h: As we now use GDir, no need to check for dirent.h.
1039
1040 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
1041
1042         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
1043         when finished (#65266)
1044
1045 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
1046
1047         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
1048         data after we set the property. (#65264)
1049
1050 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
1051
1052         * gtk/gtkbutton.c: add destroy method so label_text gets freed
1053         if it has been allocated (#65268)
1054
1055 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
1056
1057         * gdk/linux-fb/gdkdrawable-fb2.c
1058         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
1059
1060         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
1061
1062         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
1063         set_family
1064         
1065         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
1066
1067 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
1068
1069         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
1070         deactivate menu when menu_item isn't sensitive (#61389)
1071
1072 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
1073
1074         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
1075         we return (in case of a failure here)
1076
1077 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
1078
1079         * gtk/gtknotebook.c: Handle events in windows other
1080         than widget->event_window properly. (#65079, reported
1081         by Damon Chaplin)
1082
1083         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
1084
1085 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
1086
1087         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
1088         the image at the top. (#65020, request from Seth Nickell)
1089
1090 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
1091
1092         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
1093         arithmetic that was resulting in rows being drawn too low.
1094         (#65001, reported by Damon Chaplin)
1095
1096 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
1097
1098         * gtk/gtkrange.c (gtk_range_button_press): Offset 
1099         invalidated range correctly.
1100
1101         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
1102         of title window. (#65001, reported by Damon Chaplin)
1103
1104         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
1105         horrible hack with use of ::event_after.
1106
1107 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
1108
1109         * Version 1.3.11
1110
1111         * configure.in (ATK_REQUIRED_VERSION): Require
1112         GLib-1.3.11, Pango-0.22, ATK-0.7.
1113
1114         * tests/prop-editor.c (property_widget): Restore
1115         to working as well as it did before.
1116
1117         * gtk/gtklistitem.h: Mark deprecated since it is
1118         an integral part of GtkList.
1119
1120         * demos/gtk-demo/demo-common.h: New header file,
1121         for a common functions not important to the meat
1122         of the demos.
1123         
1124         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
1125         function to search for a file used by the demo.
1126
1127         * demos/*.c: Use demo_find_file.
1128
1129 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
1130
1131         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
1132         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
1133         fixes already mentioned in ChangeLog entry on 2001-11-14.
1134
1135         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
1136
1137 2001-11-23  Hans Breuer  <hans@breuer.org>
1138
1139         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
1140         reflect Pango API change
1141
1142         * gtk/gtk.def : updated externals
1143
1144         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
1145         g_return_val_if_fail() to avoid 'function must return a value'
1146
1147         * gtk/gtkrc.c : added spaces to fix small coding style issues
1148         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
1149         'static correctness'
1150
1151         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
1152         because they only can be build on win32 after applying my patch
1153
1154 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
1155
1156         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
1157         children, in order for the input pnly window to stay *above*
1158         children.
1159
1160 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
1161
1162         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
1163         type walks againts G_TYPE_FUNDAMENTAL_MAX.
1164         
1165         * tests/prop-editor.c: disable type hackery.
1166
1167 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
1168
1169         * gdk/gdkimage.c (gdk_image_get): Fix problem with
1170         lost parameter.
1171
1172 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
1173
1174         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
1175         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
1176         trailing commas in enum declarations.
1177
1178 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
1179
1180         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
1181         interface, binary age 0.
1182
1183         * NEWS: Updates
1184
1185         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
1186         fixes in docs.
1187
1188         * gtk/gtkmain.h: Remove unused and misnamespaced
1189         get_gtk_win32_directory() prototype.
1190
1191         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
1192         to match header.
1193
1194         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
1195         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
1196         to match docs.
1197
1198         * gdk/gdkevents.c (gdk_event_get_coords)
1199           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
1200           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
1201         Fix parameter names in docs.
1202         
1203         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
1204         (#64961, Akira Tagoh)
1205
1206 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
1207
1208         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
1209
1210         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
1211
1212         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
1213
1214         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
1215         back to gtk_accel_groups_from_object(), change @acceleratable
1216         parameter to gtk_accel_groups_activate() accordingly.
1217
1218         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
1219         left-over comment about quark return.
1220
1221         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
1222
1223         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
1224         (Patch from Matt Wilson)
1225
1226         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
1227         object is finalized.
1228
1229 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
1230
1231         * applied patch from owen to get rid of accel map notifiers.
1232         changed things to fix reentrancy and API as discussed on gtk-devel.
1233
1234         * gtk/gtkaccelgroup.[hc]:
1235         (gtk_accel_group_finalize): unregister this accel group from all
1236         accel map paths.
1237         (accel_closure_invalidate): handle invalidation of closures by
1238         disconnecting their accelerators.
1239         (quick_accel_add): move closure connection and changed notification
1240         into this function to reduce code duplication. don't emit change
1241         notification on closurers without accelerators.
1242         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
1243         for a GtkAccelGroupEntry.
1244         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
1245         (gtk_accel_group_connect_by_path): new function to add accelerators
1246         with an accel path.
1247         (gtk_accel_group_disconnect_closure): new function, disconnect a
1248         closure from of an accel group.
1249         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
1250         accel_mods pair and remove them.
1251         (_gtk_accel_group_reconnect): new function that basically does
1252         gtk_accel_group_disconnect_closure() and
1253         gtk_accel_group_connect_by_path() once an accel path changed.
1254         (gtk_accel_groups_disconnect_closure): remove this, there's
1255         gtk_accel_group_disconnect_closure().
1256         
1257         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
1258         nuke notifiers.
1259         (_gtk_accel_path_is_valid): make this non-static for
1260         gtkwidget.c and gtkaccelgroup.c assertions.
1261         (gtk_accel_map_add_notifer): removed this function.
1262         (gtk_accel_map_remove_notifer): same.
1263         (_gtk_accel_map_add_group):
1264         (_gtk_accel_map_remove_group): (un-)register accel groups, with
1265         accel paths for correct propagation.
1266         (gtk_accel_map_add_entry): return void.
1267         (gtk_accel_map_lookup): return gboolean instead of GQuark.
1268         
1269         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
1270         set accel_path on widgets.
1271         
1272         * gtk/gtkwidget.[hc]:
1273         (accel_path_changed): got rid of this, changes are handled by
1274         accel maps internally now.
1275         (_gtk_widget_set_accel_path): get things to work without notifiers.
1276         (gtk_widget_list_accel_closures): list accel closures of a widget.
1277         
1278         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
1279
1280 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
1281
1282         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
1283
1284 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
1285
1286         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
1287         replace gboolean free_last in the function parameters with
1288         gint depth. Changes to reflect new situation.
1289
1290         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
1291         replace gboolean free_last, with gint depth, add gint current_depth.
1292         Changes to reflect new situation.
1293
1294         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
1295         to reflect new situation
1296
1297         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
1298
1299 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
1300
1301         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
1302         where notebook gap was double shifted by allocation.x/y
1303
1304         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
1305         to unmap children.
1306
1307 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
1308
1309         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
1310         allocation to be relative to paned->allocation, now
1311         that this is a NO_WINDOW widget.
1312         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
1313
1314         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
1315         needs to be a boxed property.
1316
1317 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
1318
1319         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
1320         Use the widget's state when drawing the indicator, as
1321         in GtkCheckButton. This gives us color changes for
1322         un-prelighted checkbuttons. (#63308, Matt Wilson)
1323
1324 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
1325
1326         (Fixes related to #64428, Michael Meeks)
1327
1328         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
1329         widget, so it gets mapped again properly when we
1330         add to a parent.
1331
1332         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
1333         plug->socket_window. 
1334
1335         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
1336         socket_window to NULL, not FALSE.
1337
1338         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
1339         socket->same_app to TRUE. (#64612)
1340
1341 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
1342
1343         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
1344         gtk_fixed_set/get_has_window() to remove criticism
1345         about GTK_WIDGET_SET_FLAGS() hacks.
1346
1347 2001-11-19  Michael Natterer  <mitch@gimp.org>
1348
1349         * gtk/gtknotebook.c: show notebook->event_window with
1350         gdk_window_show_unraised(), so it doesn't catch the events which
1351         should go to the tab widgets first.
1352
1353 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
1354
1355         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
1356         "resizable" property, to get rid of the
1357         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
1358         (gtk_tree_view_column_set_resizable): New function to set resizable.
1359         (gtk_tree_view_column_set_resizable): getter.
1360
1361         * tests/testtreecolumns.c (add_clicked): modify for above change.
1362
1363         * Makefile.am (install-data-hook): remove old .pc files before
1364         installing the new one.  We used to symlink this, and it will
1365         break old installs.
1366
1367 2001-11-19  Havoc Pennington  <hp@pobox.com>
1368
1369         * tests/testtext.c (fill_example_buffer): put in a test for
1370         negative indentation values
1371
1372 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
1373
1374         * gtk/gtklabel.c (gtk_label_init): Change default for
1375         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
1376         labels are most often wrapped labels, this gives better
1377         compatibility with GTK+-1.2, where justification was
1378         ignored for wrapped labesl and is a more sensible
1379         default in any case. (#64489)
1380
1381         * gtk/gtklabel.c (gtk_label_class_init): Fix default
1382         for wrap property to FALSE.
1383
1384 2001-11-19  jacob berkman  <jacob@ximian.com>
1385
1386         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
1387
1388 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
1389
1390         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
1391         RevertToParent, not RevertToNone. (#64613, 
1392         Matthias Clasen)
1393
1394 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
1395
1396         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
1397         and label_yalign need to be float properties to
1398         correspond to GTK+-1.2, to gtk_frame_set_label_align,
1399         and to the types of the xalign and yalign properties of GtkMisc.
1400         (#63484, Vitaly Tishkov)
1401
1402 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
1403
1404         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
1405         of plug_added vfunc. (#64408, Jeff Franks)
1406
1407 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
1408
1409         * configure.in (deps): Undef HAVE_STDLIB_H before
1410         checking for jpeg, because jconfig.h has this
1411         in it too (%#$@!). Fix from Matthias Clasen, #64500.
1412
1413 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
1414
1415         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
1416         memory leak when retrieving atom names. (Michael Meeks,
1417         #64508)
1418
1419 2001-11-18  Alex Larsson  <alexl@redhat.com>
1420
1421         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
1422         Update to new Pango API.
1423         
1424 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
1425
1426         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
1427         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
1428         GTK_OBJECT_DESTROYED() check macro.
1429
1430         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
1431         instances of GTK_OBJECT_DESTROYED() that weren't
1432         needed any more.
1433
1434         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
1435         for a connection to ::destroy.
1436
1437 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
1438
1439         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
1440         have been since the beginning, but as special hack,
1441         allow clearing the NO_WINDOW flag to get a window widget.
1442
1443 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
1444
1445         * gtk/gtktreestore.c: return TRUE when value changed, so
1446         row_changed is being emitted
1447
1448 2001-11-18  Hans Breuer  <hans@breuer.org>
1449
1450         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
1451         no label without op, even if it's a no-op.
1452
1453         * gtk/gtk.def :
1454         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
1455
1456         * config.h.win32.in : remove definition of HAVE_DIRENT_H
1457         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
1458         required anymore, replace it.
1459         * gtk/queryimmodules.c : DIR -> GDir replacement, also
1460         getcwd() -> g_get_current_dir()
1461
1462         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
1463         Even 'noisy laugh' scolling appears to work, though I still can't
1464         claim to have fully understood what it is supposed to do ...
1465
1466 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
1467
1468         * gtk/gtkenums.h: Include glib-object.h instead of
1469         gobject/gsignal.h
1470
1471         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
1472           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
1473         argument to the window_at_pointer() field of
1474         GdkPointerHooks. (Patch from Erwann Chenede)
1475
1476         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
1477         to 6 pointers.
1478
1479 2001-11-17  Matt Wilson  <msw@redhat.com>
1480
1481         * gtk/gtkenums.h: must include glib-object.h only
1482
1483 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
1484
1485         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
1486         key bindings in order of visibility - mnemonics, then 
1487         accelerators, then send key to the focus widget, then
1488         bindings on the GtkWindow.
1489
1490         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
1491         Removed the xoffset, yoffset fields of GtkLayout which were
1492         identically zero for compat with 1.2, but were no longer 
1493         compatible with all uses of these fields in 1.2.
1494
1495         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
1496         unused variable.
1497
1498 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
1499
1500         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
1501         We no longer need to create the signals here ... they
1502         come from the interface.
1503
1504         * gtk/maketypes.awk: Use GType, not GtkType in output.
1505
1506         * gtk/gtktypeutils.h: Mark virtually all of this
1507         file deprecated.
1508
1509         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
1510         the only use of this function is the GtkArg using
1511         GtkCallbackMarshal, since destroy notification is
1512         silly here.
1513
1514 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
1515
1516         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
1517         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
1518         only for compatibility with GTK+-1.2; and deprecate it; 
1519         put all marshalers we actually use into gtkmarshalers.list 
1520         and use the _gtk_marshal_ prefix for these marshalers.
1521
1522 2001-11-17  Murray Cumming  <murrayc@usa.net>
1523
1524         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
1525         The first parameters of the signals are now registered as
1526         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
1527         
1528 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1529
1530         * gtk-zip.sh.in: Build separate runtime and developer
1531         packages.
1532
1533         * gtk/gtk.def: Reflect recent accelerator-related changes.
1534
1535 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
1536
1537         * gtk/gtkwindow.c (gtk_window_set_default): Move 
1538         notification of "has_default" to here, so it
1539         is safe to call gtk_window_set_default() instead
1540         of gtk_widget_grab_default().
1541
1542         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
1543         gtk_widget_grab_focus(), which then calls 
1544         _gtk_widget_internal_set_focus(). This makes 
1545         gtk_window_set_focus() a safe way of both setting
1546         and unsetting the focus widget.
1547
1548         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
1549         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
1550         to find the toplevel.
1551
1552         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
1553         from the "internal functions" section.
1554
1555 2001-11-16  jacob berkman  <jacob@ximian.com>
1556
1557         * tests/testgtk.c (create_radio_buttons): add some no-indicator
1558         radio buttons
1559
1560         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
1561         initially active, also initially be depressed
1562         (gtk_radio_button_clicked): also update our depressed state
1563
1564 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
1565
1566         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
1567         key press events not just to focus/window but also to
1568         intermediate widgets.
1569
1570         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
1571         to switch pages. (Needs some work on handling focus
1572         when switching pages.)
1573
1574 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
1575
1576         * gtk/gtknotebook.c: Fix child allocations to be relative to 
1577         widget position and some drawing bugs.
1578
1579         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
1580         with reading uninitialized variable.
1581
1582 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
1583
1584         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
1585         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
1586         NO_WINDOW widgets.
1587
1588         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
1589         cleanup.
1590
1591         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
1592         we are drawing in a window when drawing the paned handle.
1593
1594 2001-11-16  Sven Neumann  <sven@gimp.org>
1595
1596         * demos/gtk-demo/appwindow.c
1597         * demos/gtk-demo/menus.c: reduce compiler warnings
1598
1599 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
1600
1601         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
1602         unused callback to make things compile with 
1603         gtk_tree_view_path_at_pos_change().
1604
1605 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
1606
1607         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
1608
1609 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
1610
1611         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
1612  
1613 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
1614
1615         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
1616         to get a GdkWindow to compare event->window to.
1617
1618         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
1619         the signal for lateral motion too, #64361
1620
1621         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
1622         arg as it is useless, #64137
1623
1624 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
1625
1626         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
1627
1628 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
1629  
1630         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
1631         gdk_window_invalidate_maybe_recurse() for recursion.
1632         (Soeren Sandmann)
1633
1634         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
1635  
1636         * gtk/gtkcontainer.c (gtk_container_expose): Call
1637         gtk_container_forall() not _foreach() to propagate,
1638         since we need to propagate exposes to internal children
1639         as well.
1640
1641         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
1642         Remove the restriction of only being able to call these
1643         on window widgets, since we have lots of NO_WINDOW widgets
1644         with windows now; for add events, recurse over the children
1645         of widget->window to find one owned by the widget.
1646
1647         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
1648         window to catch events.
1649
1650         * gtk/gtktogglebutton.[ch]: Remove the code for switching
1651         between NO_WINDOW and WINDOW widgets based on the mode.
1652
1653         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
1654         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
1655
1656         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
1657
1658         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
1659         change for range.
1660
1661         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
1662  
1663         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
1664
1665 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
1666
1667         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
1668         "message_type" and "buttons" CONSTRUCT properties. (#64069)
1669
1670         * tests/testsocket.c: Expand tests to add a "local passive
1671         child" (Test case for #64428)
1672
1673 2001-11-14  jacob berkman  <jacob@ximian.com>
1674
1675         * gtk/gtkgamma.c (button_clicked_callback): create the label with
1676         a mnemonic
1677
1678 2001-11-15  Sven Neumann  <sven@gimp.org>
1679
1680         * tests/testgtk.c: make it compile without warnings.
1681
1682 2001-11-14  Alex Larsson  <alexl@redhat.com>
1683
1684         * gtk/gtklabel.c:
1685         Don't recalculate the layout on each gkt_label_ensure_layout () for
1686         wrapped labels.
1687
1688 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
1689
1690         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
1691         the currently selected column when we get the column, #64380
1692
1693         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
1694         to cancel CellRendererText editting, #63613
1695
1696         * gtk/gtkcellrenderertext.c: ditto
1697
1698         * gtk/gtkcellrenderertext.h: formatting changes
1699
1700 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
1701
1702         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
1703
1704         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
1705
1706         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
1707
1708         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
1709
1710         * gtk/gtklabel.c: Documentation fixes (#64452)
1711
1712 2001-11-14  Daniel Egger  <degger@fhm.edu>
1713
1714         * gdk-pixbuf/io-xpm.c: 
1715         (xpm_skip_whitespaces): Remove unused static function.
1716         (xpm_skip_string): Dito.        
1717         (xpm_extract_color): Declare const variable const to avoid warnings. 
1718
1719         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
1720         
1721         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
1722         
1723         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
1724         a long.
1725
1726 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
1727
1728         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
1729         out accidental commit of debugging timing code.
1730
1731 2001-11-14  Havoc Pennington  <hp@redhat.com>
1732
1733         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
1734         it doesn't move to a new line each time you press it
1735
1736         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
1737         return value, #62987
1738
1739 2001-11-14  Havoc Pennington  <hp@redhat.com>
1740
1741         * tests/testtextbuffer.c (main): bulk of the tests were commented
1742         out, oops.
1743
1744         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
1745         function work, should resolve #63426
1746         (gtk_text_iter_ends_line): return TRUE for the end iterator
1747
1748         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
1749         a couple things that might get cached in here.
1750
1751 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
1752
1753         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
1754         "model" construct property for language bindings.
1755
1756         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
1757         function to let you set the column types of a GtkTreeStore for
1758         language bindings.
1759
1760         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
1761
1762 2001-11-13  Havoc Pennington  <hp@redhat.com>
1763
1764         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
1765         including reference to bugzilla bug about how we should have 
1766         a better way of positioning children
1767
1768         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
1769
1770         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
1771         size to side rects if they don't exist, #63438
1772
1773 2001-11-13  Havoc Pennington  <hp@redhat.com>
1774
1775         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
1776         properly replace selection with Return or Tab
1777
1778         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
1779         that didn't locate the end of the line correctly, should fix #63800
1780
1781 2001-11-13  Havoc Pennington  <hp@redhat.com>
1782
1783         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
1784         to requisition, request non-anchored children
1785         (gtk_text_view_size_allocate): handle border width, allocate
1786         non-anchored children
1787         (text_view_child_new_window): set the child as object data
1788         (gtk_text_view_move_child): allow children at negative
1789         coordinates, no reason why not
1790         (gtk_text_view_forall): make it copy the list of children before
1791         walking it, to avoid reentrancy issues  
1792         (gtk_text_view_move_child): short-circuit if position is unchanged
1793         (changed_handler): only queue_resize if requisition has changed
1794         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
1795         a better job of invalidation ourselves
1796
1797         * tests/testtext.c: add tests for the fixed-position children
1798
1799 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
1800
1801         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
1802         with gdk threads macro.
1803
1804 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
1805
1806         * gtk/maketypes.awk: fix type utils generation on unix.
1807
1808         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
1809         registry.
1810
1811         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
1812         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
1813         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
1814         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
1815         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
1816         introduced ::accel_changed signal for change notification, and
1817         gtk_accel_group_connect/disconnect to connect closures to accel groups.
1818         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
1819         functions.
1820         deprecated gtk_accel_group_ref/unref.
1821
1822         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
1823         to accel group changed notification and basically operate on closures.
1824         removed gtk_accel_label_get_accel_object and
1825         gtk_accel_label_set_accel_object.
1826         introduced gtk_accel_label_set_accel_closure, and for convenience,
1827         gtk_accel_label_set_accel_widget.
1828
1829         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
1830         which mostly moved into gtkaccelmap.[hc].
1831         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
1832         and gtk_item_factory_print_func.
1833
1834         * gtk/gtkmain.c: call _gtk_accel_map_init().
1835
1836         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
1837         that associates an accelerator path with menu items, through which
1838         persistent accelerator settings on menu items are enabled.
1839
1840         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
1841         paths of menu item can be default constructed to allow installation
1842         of accelerators on menu items that don't come with an accelerator
1843         binding by default.
1844
1845         * gtk/gtksettings.c: fix STRING type rc settings by special casing
1846         them appropriately in the parser.
1847
1848         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
1849         gtk_signal_newv().
1850
1851         * gtk/gtkwidget.[hc]: accelerator API revamp.
1852         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
1853         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
1854         gtk_widget_(un)lock_accelerators.
1855         accelerators maintained through gtk_widget_add/remove_accelerator()
1856         are not runtime changable now, the correct sequence to setup a
1857         widget for runtime changable accelerators is now:
1858           gtk_accel_map_add_entry(accel_path, key, mods);
1859           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
1860
1861         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
1862         group changes (as well as mnemonic changes) through the new signal
1863         ::accels_changed.
1864
1865 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
1866
1867         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
1868         GString->string conversions.
1869
1870 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
1871
1872         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
1873         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
1874
1875 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
1876
1877         * gtk/gtktreeview.c: Documentation fixes. (#64377)
1878         
1879         * gtk/gtktreestore.c: Documentation fixes. (#64376)
1880
1881 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
1882
1883         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
1884         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
1885         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
1886         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
1887
1888 2001-11-10  Hans Breuer  <hans@breuer.org>
1889
1890         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
1891         we know what we are talking about when asked for MINMAXINFO.
1892         Also some cleaning for !HAVE_DIMM_H etc.
1893
1894 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
1895
1896         * gtk/gtktreeviewcolumn.c: Fix docs for 
1897         gtk_tree_view_column_set_sort_order. (#62647)
1898         
1899         * gtk/gtkcontainer.c: Fix docs for 
1900         gtk_container_set_border_width. (#64139)
1901
1902         * gtk/gtkcolorsel.c: Documentation fixes.
1903
1904 2001-11-10  Hans Breuer  <hans@breuer.org>
1905
1906         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
1907         don't have strcasecmp()
1908
1909         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
1910         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
1911         code duplication wrap it in its own function and use it in 
1912         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
1913
1914         * gdk/win32/gdkdrawable-win32.c : implement the finalize
1915         method like the X11 version does, allow to set_colormap NULL
1916         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
1917         set_colormap, also some adaption to X11 version :
1918         (gdk_window_hide) call _gdk_window_clear_update_area
1919         (gdk_window_reparent) call _gdk_window_init_position
1920
1921         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
1922         call gdk_window_resize() after all hints are set, because the
1923         window resizing process (WM_GETMINMAXINFO) takes all of them into 
1924         account
1925
1926         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
1927
1928         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
1929         sizeof (GdkVisualPrivate)
1930
1931         * gdk/gdk.def gtk/gtk.def : upated externals
1932
1933         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
1934           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
1935         from now on use make.msc from $(TOP)/glib/build/win32
1936
1937         * gtk/stock-icons/makefile.msc : add stock_missing_image
1938
1939 2001-11-08  Tor Lillqvist  <tml@iki.fi>
1940
1941         * README.win32: Add headers. Add section about ActiveIMM.
1942
1943         * configure.in: Add --with-ie55 flag to specify the location of
1944         the "IE55 libs and headers" package downloadable from Microsoft,
1945         which contains, among other things, the Active IMM header dimm.h
1946         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
1947         Require GLib 1.3.10.
1948         
1949         * config.h.win32.in: New version, produced by merging two
1950         configure-generated ones (for gcc and MSVC). Hopefully #defines
1951         the same flags that the previous, hand-written one, did.
1952
1953         * gdk/Makefile.am
1954         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
1955
1956         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
1957         stuff. Remove unused GdkIOClosure.
1958
1959         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
1960         available).
1961
1962         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
1963         for uuid.lib. (Does it really have to be this hard to use an
1964         existing library with libtool? Probably I am missing something.)
1965
1966 2001-11-08  Darin Adler  <darin@bentspoon.com>
1967
1968         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
1969         typo where it says LEFT instead of CENTER.
1970
1971 2001-11-07  Darin Adler  <darin@bentspoon.com>
1972
1973         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
1974         (gtk_dialog_set_default_response): Add g_return_if_fail.
1975
1976 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
1977
1978         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
1979         Add row_draggable() vfunc, and wrapper function.
1980
1981         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
1982         row_drop_possible take a GtkSelectionData, rather than
1983         model/row pair.
1984
1985         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
1986         new DND interfaces.
1987
1988         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
1989         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
1990         and rename them to enable_model_drag_source/dest.
1991
1992         * gtk/treeviewcolumn.c: Add DND of columns between rows.
1993         Still can't drop _to_ the left tree, but other places
1994         work.
1995
1996         * gtk/gtktreeview.c (unset_reorderable): Unset the
1997         reorderable property if unset/enable_model_drag_source/dest
1998         are called manually.
1999
2000         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
2001         Correct for change in depth count handling.
2002
2003         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
2004         Pass in a expose area to gtk_tree_view_column_cell_render()
2005
2006 2001-11-06  Havoc Pennington  <hp@redhat.com>
2007
2008         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
2009
2010 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
2011
2012         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
2013
2014 2001-11-05  Havoc Pennington  <hp@redhat.com>
2015
2016         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
2017         widgets in here
2018         (gtk_text_view_realize): set parent window of child widgets
2019         (gtk_text_view_size_request): use child req to decide whether
2020         to invalidate layout, not widget->requisition
2021
2022         * gtk/gtktextdisplay.c (render_layout_line): set
2023         shaped_width_pixels for NULL shape objects, so that we properly
2024         draw the "missing pixbuf/widget" thing
2025         (render_layout_line): don't draw the widget here
2026         (gtk_text_layout_draw): pass out a list of widgets that need exposing
2027
2028         * demos/gtk-demo/textview.c (insert_text): add demo of child
2029         widgets
2030
2031         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
2032
2033         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
2034
2035         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
2036         scroll offsets
2037         (gtk_text_view_value_changed): poke new X and Y into child allocations
2038
2039 2001-11-06  Tor Lillqvist  <tml@iki.fi>
2040
2041         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
2042         -specific directory on Windows, too (#63759).
2043
2044 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
2045
2046         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
2047         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
2048         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
2049         directly to Picture objects instead of using XftDraw.
2050         This fixes the problem where we weren't able to 
2051         properly destroy XftDraw objects before destroying
2052         the accompanying windows, and probably improves
2053         efficiency a bit too. (#50214)
2054
2055 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
2056
2057         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
2058         Clamp max window width/height to 32767, not 32768 since
2059         we have to be able to deal with a dx/y of -32768 without
2060         getting a width of 65536 when guffaw scrolling.
2061
2062         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
2063         for the guffaw scrolling case, fixing some problems with
2064         copy-area case as well. Fix BadValue bug with moving windows
2065         by large amounts.
2066
2067         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
2068         clip in window structue before calling gdk_window_invalidate_region
2069         since that trims new invalidations to the window's visible
2070         region.
2071
2072         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
2073         Really set the static window gravity on the children, not
2074         repeatedly on the window.
2075
2076         * gtk/testgtk.c: Add a torture test for big windows and 
2077         gdk_window_scroll().
2078
2079 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
2080
2081         * acconfig.h configure.in: sigsetjmp is macroized in some places,
2082         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
2083
2084 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
2085
2086         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
2087         in terms of pango_color_parse().
2088
2089         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
2090         gdk_color_parse() implementations.
2091
2092 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
2093
2094         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
2095         queue_resize_on_group with both the old and new mode, not
2096         just the new mode. (#60171, Nicolas Setton). Also, notify
2097         the "mode" property.
2098         
2099 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2100
2101         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
2102         for use in "shallow invalidation" of a widget. (Windows belonging
2103         to the widget, but not to the widget's children)
2104
2105         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
2106         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
2107         up on ancestors up to the resize container on queue_resize. Size
2108         requests only actually take place if GTK_REQUEST_NEEDED, size
2109         allocations only take place if GTK_ALLOC_NEEDED or the size
2110         changed.
2111
2112         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
2113         container->resize_widgets and the RESIZE_NEEDED flag since the
2114         above flags are sufficient to figure out what needs to be
2115         resized/reallocated. Remove code manipulating
2116         container->resize_widget.
2117
2118         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
2119         allows widgets to turn off being automatically invalidated is when
2120         they are resized.
2121
2122         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
2123         a widget is resized or moved is "shallow" as described above -
2124         only the windows that need to be invalidated are invalidated.
2125
2126         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
2127         Make these widget's init functions call 
2128         gtk_widget_set_redraw_on_allocate(widget,FALSE).
2129
2130         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
2131         _gtk_container_queue_resize(), since we don't want
2132         redrawing. (Probably could be done for other 
2133         calls to gtk_widget_queue_resize() in gtkwindow.c,
2134         but this is the most important one.)
2135
2136         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
2137         gtk_widget_queue_draw() - size_allocate() handles
2138         that as appropriate.
2139
2140         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
2141         of queue_clear() to avoid invalidating children.
2142
2143 2001-11-04  jacob berkman  <jacob@ximian.com>
2144
2145         * gtk/gtkmain.c (find_module): don't free the module name until
2146         after we load the module
2147
2148 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
2149  
2150         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
2151         derivation instead of boxed derivation.
2152  
2153         * gtk/gtkmarshal.list: Remove some now unused marshallers.
2154  
2155 2001-11-04  Tor Lillqvist  <tml@iki.fi>
2156
2157         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
2158         include yesterday, without really thinking), as that defeats the
2159         working of correct_libdir_prefix() (it becomes a no-op.). Add
2160         comment mentioning that. Thanks to Hans Breuer for noticing.
2161         
2162 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
2163
2164         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
2165         signal argument (was GtkWidget*).
2166
2167         * gtk/gtkwindow.c (gtk_window_frame_event),
2168           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
2169         Fixed argument types as above, removed GTK_WINDOW casts and
2170         added some GTK_WIDGET casts instead.
2171
2172 2001-11-03  Hans Breuer  <hans@breuer.org>
2173
2174         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
2175         finalize to parent class to get removed from the toplevel_list.
2176         Should fix 'random' crashes of #63474.
2177
2178         * gtk/gtktreemodelsort.c : chain finalize() to parent class
2179
2180 2001-11-03  Tor Lillqvist  <tml@iki.fi>
2181
2182         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
2183         for .dll or .so as appropriate as module suffix.
2184
2185         * gtk-zip.sh.in: Use correct import library names.
2186
2187         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
2188
2189         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
2190         Windows to turn build-time paths from a gtk.immodules distributed
2191         as part of a binary package into runtime ones in the
2192         end-user-chosen installation directory.
2193         (gtk_im_module_init): Use it for module path and domain
2194         directory.
2195
2196 2001-11-02  Tor Lillqvist  <tml@iki.fi>
2197
2198         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
2199         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
2200         Windows.
2201
2202 2001-10-30  Tor Lillqvist  <tml@iki.fi>
2203
2204         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
2205         files. Configure on Win32 (running on Cygwin) thinks symlinks
2206         exist, but pkg-config is not necesarily a Cygwin program, and
2207         doesn't understand them.
2208
2209 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
2210
2211         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
2212         a bit.  I don't think it's completely correct yet, but it's
2213         getting there.
2214
2215 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
2216
2217         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
2218         random + 5 for width and height. If people want padding,
2219         they should add padding. (Note the +5 isn't padding
2220         that will always appear - it just appears in the case
2221         where the widget is allocated it's requisition.)
2222         (#51018, Janet Davis)
2223
2224 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
2225
2226         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
2227         the structure for future expansion.
2228
2229 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
2230
2231         Patch from HideToshi Tajima (#51922)
2232         
2233         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
2234
2235         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
2236         set_use_preedit().
2237         
2238         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
2239         to destroy the input context because we change the
2240         client window or use_preedit, make sure we empty
2241         the preedit string.
2242
2243 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
2244
2245         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
2246         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
2247         proposed ordering of buttons with [OK] in the lower
2248         right hand corner. Patch from Gregory Merchan,
2249         #56331.
2250
2251 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
2252
2253         * gtk/gtklabel.c (gtk_label_select_region_index): remove
2254         extraneous gtk_label_clear_layout (label)
2255
2256 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2257
2258         * tests/makefile.msc, gtk/makefile.msc.in: Removed
2259         -DGTK_DISABLE_COMPAT_H.
2260
2261         * docs/Changes-2.0.txt:
2262         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
2263
2264         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
2265
2266 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
2267
2268         * examples/**/Makefile.am: Convert to use pkg-config
2269         rather than gtk-config. (#53375, Skip Montanaro)
2270
2271 2001-11-02  Matt Wilson  <msw@redhat.com>
2272
2273         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
2274         broken unused, non-compiling, static function.
2275
2276 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2277
2278         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
2279         Iterate through children of the action area, not of
2280         the vbox. (#58278, Sergey Kuzminov)
2281
2282 2001-11-01  Havoc Pennington  <hp@pobox.com>
2283
2284         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
2285         order to remove a workaround in Nautilus that forced
2286         GTK_ENABLE_BROKEN
2287
2288         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
2289
2290 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
2291
2292         * gtk/gtkrange.c: Patch from George Lebl to 
2293         fix division by zero for full scroll bars. (#62114)
2294
2295 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
2296
2297         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
2298         around gtk_widget_event() if we are going to
2299         set a flag afterwards. (#63464)
2300
2301 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
2302
2303         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
2304         Actually add the missing/broken image icon as the
2305         image for the "missing image" stock icon.
2306
2307 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
2308
2309         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
2310         Set a reasonable default height for the window.
2311
2312         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
2313         bug where subsequent '-' weren't converted to '_'.
2314         (#59550, Matthias Clasen)
2315
2316         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
2317         justify the Help menu - just include a comment on
2318         how to do it. (#63539,  Marius Andreiana)
2319
2320         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
2321         list GTK_ICON_SIZE_INVALID.
2322
2323         * demos/gtk-demo/stock_browser.c: Show the biggest available
2324         size, not a fixed size. (Often reported, including #63539, 
2325         Marius Andreiana)
2326
2327 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
2328
2329         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
2330         #59583
2331
2332         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
2333         warning.
2334
2335 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
2336
2337         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
2338         (Daniel Elstner).
2339
2340 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
2341
2342         * gtk/gtkimcontext.[ch]: Add:
2343           - A ::retrieve_surrounding signal that asks the widget for
2344             context around the insertion point.
2345           - A ::delete_surrounding signal that asks the widget to 
2346             delete context aroudn the insertion point.
2347           - gtk_im_context_set_context() for widgets to set context
2348             around the insertion point in response to ::retrieve_context.
2349           - gtk_im_context_get_context() for context to get context
2350             around the insertion point
2351
2352         * gtkmarshal.list: Add BOOL:INT,INT
2353
2354         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
2355         set_surrounding() methods, and the ::retrieve_surrounding /
2356         ::delete_surrounding signals.
2357
2358         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
2359         GtkIMContext::retrieve_surrounding / ::delete_surrounding
2360         signals.
2361
2362 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
2363
2364         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
2365         it's amazing how well things work sometimes, even when they're
2366         completely wrong.
2367
2368         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
2369         where you could try to collapse a node w/o it having children.
2370
2371         (gtk_tree_view_class_init): remove Shift L<->R as they already
2372         existed for expand/collapse.
2373
2374 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
2375
2376         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
2377         found by Matt Wilson.
2378
2379 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
2380
2381         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
2382         Control, and Shift|Control L<->R, #63475
2383
2384 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
2385
2386         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
2387         infinite loop noticed by yosh.
2388
2389 2001-11-01  Michael Meeks  <michael@ximian.com>
2390
2391         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
2392         GTK_REALIZED flag so we don't re-enter when we are
2393         destroyed from the plug side.
2394
2395 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
2396
2397         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
2398         Add a "menu" property and notify on it. (#62798,
2399         Padraig O'Briain)
2400
2401         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
2402         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
2403         Fix set_text to take a gchar, not a guchar, and to have 
2404         a len argument.
2405
2406 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
2407
2408         * gtk/gtkstock.c: fix typo to make it compile
2409
2410 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
2411
2412         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
2413         the widget is insensitive, draw the text insensitively, #63306
2414
2415 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
2416
2417         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
2418
2419 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
2420
2421         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
2422         gtk_selection_data_set_tree_row, #60218
2423         (gtk_tree_get_row_drag_data): rename
2424         gtk_selection_data_get_tree_row, #60218
2425
2426         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
2427         get this right, after the third try, #63122.
2428
2429 2001-10-31  jacob berkman  <jacob@ximian.com>
2430
2431         * gdk/gdkselection.h (GDK_TARGET_STRING): 
2432         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
2433         for Xatoms (and not using the XA_* macros)!
2434
2435 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
2436
2437         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
2438         gtk_window_get_focus() getter to determine the currently
2439         focused widget within the window. (#63145, request
2440         from Damian Ivereigh)
2441
2442 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
2443
2444         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
2445
2446         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
2447         GTK_SELECTION_NONE enum.
2448         (_gtk_tree_selection_internal_select_node): ditto
2449
2450         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
2451         constness.
2452
2453         * gtk/gtkcellrenderertoggle.c: more yummy constness.
2454
2455         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
2456         if mode == GTK_SELECTION_NONE
2457
2458 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
2459
2460         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
2461         "cursor_changed" signal, #62850.
2462
2463 2001-10-31  Matt Wilson  <msw@redhat.com>
2464
2465         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
2466         allocating the treedatalist, zero it to make sure the values are
2467         cleared from any garbage that was in this chunk.
2468
2469 2001-10-31  Murray Cumming  <murrayc@usa.net>
2470
2471         * gtk/cellrenderertext.h: "edited" default signal handler
2472         gchar* args are now const.
2473         gtk/cellrenderertoggle.h: "toggled" default signal handler
2474         gchar* arg is now const.
2475         Also changed other signal handlers for "edited" and "toggled" to
2476         have the same signature.
2477
2478 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
2479
2480         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
2481         rewrite.  Static models now totally work.  I'm not 100% sure about
2482         row_inserted and row_changed, but I'll get those later.
2483
2484 2001-10-30  Sven Neumann  <sven@gimp.org>
2485
2486         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
2487         output for configure --help.
2488
2489 2001-10-30  Havoc Pennington  <hp@pobox.com>
2490
2491         * gtk/gtktextview.c (changed_handler): Update the IM spot location
2492         here, if text was invalidated in the visible area, because the
2493         scroll offset doesn't normally change in that case, and the mark
2494         isn't set, just implicitly moved over as text is added/removed
2495         
2496 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
2497
2498         * gtk/gtkseparatormenuitem.c: Code cleanup.
2499         (gtk_separator_menu_item_class_init): Fix bugs in this code.
2500
2501 2001-10-29  jacob berkman  <jacob@ximian.com>
2502
2503         * gdk/Makefile.am (LDFLAGS): 
2504         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
2505         LDFLAGS, so put win32 flags in here
2506
2507 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
2508
2509         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
2510         I can't believe this took this long to fix.
2511
2512 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
2513
2514         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
2515         reordered signal.
2516
2517 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
2518
2519         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
2520         the focus to the fileop entry for create dir / rename
2521         file. (#62838)
2522
2523 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
2524
2525         * configure.in: Don't use AC_CHECK_FILE to check for a 
2526         file since it always spits warnings about cross compilation,
2527         use -f instead. It's not like we cross compile properly
2528         anyways.
2529
2530         * configure.in (gtktargetlib): Move call to AC_PROG_CC
2531         to suppress autoconf warning.
2532
2533         * acconfig.h: Add some missing #undefs from recent
2534         Win32 additions.
2535
2536 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
2537
2538         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
2539         when we didn't find it. (#62944, Eric Lemings)
2540
2541         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
2542         sign in assignment. (#63209, Arkadiusz Miskiewicz)
2543
2544 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2545
2546         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
2547         the buttons size request before using it. Fixes #61696.
2548
2549 2001-10-29  Tor Lillqvist  <tml@iki.fi>
2550
2551         * README.win32: Updates.
2552
2553         * gtk-zip.sh.in: New file, used to build distribution package for
2554         Windows.
2555
2556         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
2557         applicable with GDKVAR.
2558
2559         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
2560         Wintab library.
2561
2562         * gdk/win32/gdkwin32.h
2563         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
2564         X11 headers better, and to enable gdkwin32.h to be installed and
2565         included from applications, but not the *-win32.h headers.
2566
2567         * gdk/win32/*.c: Corresponding small changes, simplifications of
2568         #includes.
2569         
2570         * gdk/win32/gdkregion-win32.c: Remove.
2571
2572         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
2573
2574         * gdk/win32/gdkfont-win32.c
2575         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
2576
2577         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
2578         GDK_NONE values into hash table.
2579
2580         * gtk/gtk.def: Update.
2581
2582         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
2583         gethostname().
2584
2585         * gtk/gtkmain.c 
2586         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
2587         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
2588         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
2589         g_win32_get_package_installation_subdirectory() with the actual
2590         DLL name saved above. Redefine above directory name macros to call
2591         these functions. Remove some ifdefs.
2592
2593         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
2594         variable for export on Win32) also to the _vars file.
2595
2596         Changes for autoconfiscated build on Win32, and addition of Win32
2597         backend to the related files:
2598         
2599         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
2600         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
2601         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
2602         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
2603         win32 target, using pangowin32. Don't use the
2604         -export-symbols-regex option on Win32, we use .def files to list
2605         exported symbols. Check <winsock.h> (for gethostname() in
2606         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
2607         prevent premature m4 expansion.
2608
2609         * acconfig.h: Add HAVE_WINTAB.
2610
2611         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
2612         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
2613         MS_LIB_AVAILABLE, build MS import library. Install the import
2614         libraries. If HAVE_WINTAB, link with the Wintab library.
2615
2616         * gdk/win32/Makefile.am: Actually enable building the win32
2617         objects here, not just list all files in EXTRA_DIST. Link in the
2618         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
2619         copy the Wintab library into the .libs directory. 
2620
2621         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
2622         name of the GDK DLL when fetching the icon. Use the HMODULE saved
2623         in gdk_dll_hinstance by DllMain.
2624
2625         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
2626         build/win32/lt-compile-resource script.
2627
2628         * gdk/win32/rc/gdk.rc.in
2629         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
2630
2631         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
2632         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
2633         file. Install import libraries.
2634
2635 2001-10-29  Anders Carlsson  <andersca@gnu.org>
2636
2637         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
2638
2639 2001-10-28  Hans Breuer  <hans@breuer.org>
2640
2641         * gdk/gdk.c gdk/gdkevents.c
2642           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
2643           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
2644           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
2645           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
2646           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
2647           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
2648           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
2649         static correct-ness, underscore prefixing of library internal 
2650         functions
2651         (applied the undisputed and the win32 part. Of the latter 
2652          I'm probably the one who will change it back again, if Owen
2653          decides that the Gdk*Impl types should not be private to Gdk)
2654
2655         * gdk/gdk.def : added the remaining exported functions
2656
2657 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
2658
2659         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
2660         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
2661         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
2662
2663 2001-10-28  jacob berkman  <jacob@ximian.com>
2664
2665         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
2666         gtk_settings_get_default() here as that requires an X connection
2667         (which breaks doc building with no X connection) and is not
2668         multihead safe
2669         (gtk_color_selection_init): delay palette loading until realize
2670         time
2671         (gtk_color_selection_realize): load the palette, and initialize
2672         the global palette if it hasn't been already
2673
2674         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
2675         visual/cmap fields of klass->info since they are gone
2676         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
2677         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
2678         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
2679
2680         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
2681         cmap fields
2682         (gtk_preview_get_visual):
2683         (gtk_preview_get_cmap): mark as deprecated
2684
2685         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
2686         changes
2687
2688 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2689
2690         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
2691         structure to have GObject not GtkObject as
2692         parent_instance. (Jeff Franks.)
2693
2694 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
2695
2696         * gdk/x11/gdkinput.c: Typo fix.
2697
2698 2001-10-26  Havoc Pennington  <hp@pobox.com>
2699
2700         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
2701         update_im_spot_location here explicitly
2702         (gtk_text_view_reset_im_context): don't update the spot location
2703         here
2704
2705 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2706
2707         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
2708         This fixes #62942.
2709
2710         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
2711         Clarify that we're returning a spin button in the _new function.
2712         This fixes #54097.
2713         
2714 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
2715
2716         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
2717         Unfortunately, people apparently erroneously connect
2718         to ::clicked for GtkToggleButton and expect
2719         they know what happened in the default signal handler
2720         instead of appropriately connecting to notification
2721         signal ::toggled. When the revolution comes, such
2722         people will be first against the wall.
2723
2724         We'll just have to go back to the old less-reliable
2725         set-it-back hacks for handling model-view check
2726         buttons and radio buttons. :-(. 
2727
2728 2001-10-27  Hans Breuer  <hans@breuer.org>
2729
2730         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
2731           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
2732           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
2733           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
2734           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
2735           gtk/gtktreestore.c gtk/gtkvbbox.c : 
2736         to simplify parsing for exported functions:
2737         - made implementation signature static, when the local 
2738           prototype already was
2739         - put the functions return value on it's own line
2740         - added as space between the function name and the 
2741           opening bracket
2742
2743         * gtk/gtk.def : added the remaining exported functions
2744
2745 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2746
2747         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
2748         Add note about width having to be greater than 0. This fixes
2749         #55574. 
2750
2751         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
2752         Fix docs to say previous instead of next.
2753         (gtk_text_iter_backward_word_start): Likewise.
2754         This fixes bug #62980.
2755
2756         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
2757         that the valid width is in range 0-65535 pixels. Fixes bug 
2758         #56754.
2759
2760         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
2761         a dot in the documentation. Fixes bug #62632.
2762
2763         * gdk/x11/gdkmain-x11.c: Replace int and guint with
2764         long and gulong in some places to make the code 64-bit
2765         clean.
2766         (_gdk_windowing_init_check): Replace gint with gulong.
2767         This patch was made by George Lebl and fixes bug #62113.
2768
2769         * tests/testgtk.c (create_range_controls): Don't set a 
2770         fixed height on the hscale widget. This fixes "bug" 
2771         #55840.
2772         (create_window_states): Set up destroy signals so that
2773         all windows will be destroyed when one is. This fixes 
2774         bug #58133.
2775
2776 2001-10-26  Anders Carlsson  <andersca@gnu.org>
2777
2778         * gtk/gtktreeview.c: 
2779         (gtk_tree_view_class_init): Create new "indent_expander"
2780         style property.
2781
2782         (gtk_tree_view_get_arrow_xrange): Add a tree argument
2783         to the function since the xrange can change depending
2784         on where in the tree we are. 
2785         
2786         (coords_are_over_arrow): Update function call to
2787         gtk_tree_view_get_arrow_xrange.
2788         (gtk_tree_view_draw_arrow): Likewise.
2789         
2790         (gtk_tree_view_real_expand_collapse_cursor_row):
2791         Call real_{expand|collapse}_row, so that we'll have an
2792         animation.
2793
2794 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
2795
2796         * tests/Makefile.am: fixed a small typo
2797
2798 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
2799
2800         * demos/gtk-demo/list_store.c (create_model): Anders
2801         Carlsson suggested to use G_N_ELEMENTS here
2802
2803 2001-10-26  Sven Neumann  <sven@gimp.org>
2804
2805         * gtk/gtkbutton.[ch]
2806         * gtk/gtkdnd.c: fixed inline comments
2807         
2808         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
2809
2810 2001-10-26  Hans Breuer  <hans@breuer.org>
2811
2812         * gdk-pixbuf/gdk_pixbuf.def : 
2813         * gdk/gdk.def : 
2814         * gtk/gtk.def : updated externals
2815
2816         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
2817         gdk_window_lookup implementation. It already was in
2818         gdk/win32/gdkwindow-win32.c
2819
2820         * gdk/win32/gdkproperty-win32.c : made it compile again
2821         after GdkAtom API change
2822
2823         * gtk/gtk/makefile.msc.in : updated
2824
2825 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
2826
2827         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
2828         require GLib 1.3.10.
2829
2830         * NEWS: updates.
2831
2832 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
2833
2834         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
2835         invalid nodes.
2836          (_gtk_rbnode_rotate_right): Ditto.
2837          (_gtk_rbtree_node_mark_invalid): New function.
2838          (_gtk_rbtree_node_mark_valid): New function.
2839
2840         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
2841         GObject, not a GtkObject.
2842         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
2843         correct.
2844         (gtk_tree_model_sort_row_deleted): ditto.
2845         (gtk_tree_model_sort_{un,}ref_node): Fix.
2846
2847         * gtk/gtktreeview.c: Protean incremental reflow support (commented
2848         out)
2849
2850         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
2851         to const char *key.
2852
2853         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2854         Important 1 line fix to fix a lot of refcounting woes.
2855
2856 2001-10-25  Matt Wilson  <msw@redhat.com>
2857
2858         * gtk/gtktextview.c (gtk_text_view_destroy): call
2859         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
2860         now invalidates) so that we remove our idle functions.
2861         (gtk_text_view_destroy_layout): remove the first_validate_idle as
2862         well.
2863
2864         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
2865         the 'indent' property is G_MININT to G_MAXINT.  Don't use
2866         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
2867         instead.
2868
2869 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2870
2871         * gtk/gtktreeview.c: 
2872         (gtk_tree_view_real_expand_row): add an animate argument
2873         (gtk_tree_view_real_collapse_row): likewise
2874         
2875         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
2876         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
2877         (gtk_tree_view_collapse_row): update functions that call
2878         real_{expand|collapse}_row to set the animate argument 
2879         accordingly.
2880         
2881 2001-10-24  Alex Larsson  <alexl@redhat.com>
2882
2883         * gdk/linux-fb/gdkfont-fb.c:
2884         Update to new Pango APIs
2885
2886         * gdk/linux-fb/gdkproperty-fb.c:
2887         Update to new GdkAtom APIs
2888
2889         * gdk/linux-fb/gdkwindow-fb.c:
2890         Remove warnings
2891
2892 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
2893
2894         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
2895
2896 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
2897
2898         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
2899         s_path as a child path
2900
2901 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
2902
2903         * gtk/gtktreemodelsort.c: more changes in an attempt to get
2904         it right. It's not yet ready for general consumption.
2905
2906         * tests/treestoretest.c: add a button and entry for the new
2907         iter_change function
2908         (iter_change): new function, to test
2909         the row_changed signal implementation of the GtkTreeModelSort
2910
2911         * tests/testtreesort.c: cleanups, changes to test more features
2912         of the GtkTreeModelSort at once
2913
2914 2001-10-24  Havoc Pennington  <hp@redhat.com>
2915
2916         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
2917         remove hack to strip off the bogus newline, since we killed the
2918         bogus newline; fixes #61779
2919
2920 2001-10-24  Havoc Pennington  <hp@redhat.com>
2921
2922         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
2923         create layout if we didn't have one
2924         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
2925         as appropriate, avoids blanking the screen 
2926         (gtk_text_view_invalidate): new function to do invalidation,
2927         containing old guts of invalidated_handler
2928
2929 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
2930
2931         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
2932         dreadful tooltips.
2933
2934 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
2935
2936         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
2937         set window->parent (except or the root window itself); if 
2938         the window's parent is not a GdkWindow, or is a window of 
2939         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
2940
2941         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
2942         windows of type GDK_WINDOW_FOREIGN.
2943
2944 2001-10-24  Havoc Pennington  <hp@pobox.com>
2945
2946         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
2947         the front of a segment, use the "slow" technique for moving
2948         backward, so we don't mess up the any_segment field in the iter. 
2949         Fixes #57707
2950
2951         * tests/testtextbuffer.c: add code to detect #57707, to avoid
2952         regression
2953
2954 2001-10-23  Havoc Pennington  <hp@redhat.com>
2955
2956         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
2957         if selection contains some editable text, #60975
2958         (gtk_text_view_scroll_to_iter): remove warning about scrolling
2959         prior to map; it should actually be OK to do so in many cases, 
2960         it would be nice to warn about scrolling when many lines have
2961         height 0, but I don't know what to do about that. Perhaps 
2962         move part of flush_scroll into this function? comment added 
2963         to consider this.
2964
2965 2001-10-23  Havoc Pennington  <hp@redhat.com>
2966
2967         * gtk/gtktextview.c (changed_handler): Correctly keep the same
2968         text on the top of the screen, considering that the changed region
2969         may have overlapped the first paragraph. Should fix msw's "text
2970         widget scrolled to wrong place on map" bug, and probably some
2971         other scrolling cases as well.
2972         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
2973         instead of some random value
2974
2975         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
2976         grab_focus, so #59708 is really fixed
2977
2978 2001-10-24  Anders Carlsson  <andersca@gnu.org>
2979
2980         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
2981         (popup_targets_received): Call append_action_signal with stock items
2982         
2983         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
2984         (gtk_label_do_popup): Call append_action_signal with stock items
2985         
2986         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
2987         (popup_targets_received): Call append_action_signal with stock items
2988
2989 2001-10-23  Havoc Pennington  <hp@redhat.com>
2990
2991         * gtk/gtktextview.c (changed_handler): queue a resize here; will
2992         temporarily slow down the widget a lot, until we figure out how to
2993         optimize to avoid full redraw everytime we queue a resize.
2994
2995 2001-10-23  Havoc Pennington  <hp@redhat.com>
2996
2997         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
2998         0 and char_len == 0, bug #61729
2999
3000 2001-10-23  Havoc Pennington  <hp@redhat.com>
3001
3002         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
3003         return value, #61714 (Vitaly Tishkov)
3004         (gtk_text_iter_backward_sentence_starts): ditto
3005         (gtk_text_iter_backward_word_starts): ditto
3006         (gtk_text_iter_forward_word_ends): ditto
3007         (gtk_text_iter_forward_sentence_ends): ditto
3008         (gtk_text_iter_backward_cursor_positions): ditto
3009
3010 2001-10-23  Havoc Pennington  <hp@redhat.com>
3011
3012         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
3013         fix from Dov Grobgeld, #61858
3014
3015 2001-10-23  Havoc Pennington  <hp@redhat.com>
3016
3017         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
3018         Update IM spot location at appropriate times, #50626
3019         (Hidetoshi Tajima)
3020
3021 2001-10-23  Havoc Pennington  <hp@redhat.com>
3022
3023         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
3024         on grab focus, unless it's caused by button click, #59708
3025
3026 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
3027
3028         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
3029
3030         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
3031         G_CONST_RETURN. (Murray Cumming)        
3032
3033         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
3034         Make G_CONST_RETURN.
3035
3036         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
3037         results of g_get_home_dir().
3038
3039         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
3040         copy. Storing the return from gtk_entry_get_text() is evil.
3041
3042         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
3043         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
3044         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
3045         gtk/gtksignal.c: Add const.
3046
3047         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
3048
3049         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
3050         if we are setting them on private widgets.
3051
3052         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
3053         Duplicate entry->text before setting it as object data.
3054
3055 2001-10-22  Havoc Pennington  <hp@redhat.com>
3056
3057         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
3058         up a char from the end iterator, fixes #61859 ("can't put cursor
3059         at the end of the buffer")
3060
3061         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
3062         to work with delimiters other than newline.
3063
3064         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
3065         get_bytes_in_line
3066
3067         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
3068         last line, since the newline is no longer counted.
3069         (gtk_text_iter_get_bytes_in_line): ditto
3070
3071 2001-10-22  Havoc Pennington  <hp@redhat.com>
3072
3073         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
3074         #58290 would trigger if it reappeared, I think
3075
3076 2001-10-22  Havoc Pennington  <hp@redhat.com>
3077
3078         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3079         add temporary code to dump btree contents on assertion failure
3080         described in #62656
3081         
3082         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
3083         assertions that we're getting the right end iter segment
3084
3085         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3086         verify that we aren't on the end iterator after moving 
3087         forward one segment - fixes return value in an obscure case. 
3088         Also, some trivial code cleanup/rearranging.
3089         
3090 2001-10-22  Havoc Pennington  <hp@redhat.com>
3091
3092         * gtk/gtktextlayout.h: add a #error unless you define
3093         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
3094
3095         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
3096         
3097 2001-10-22  Havoc Pennington  <hp@redhat.com>
3098
3099         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
3100         #62365
3101
3102 2001-10-22  Havoc Pennington  <hp@redhat.com>
3103
3104         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
3105         #62436
3106
3107 2001-10-22  Havoc Pennington  <hp@redhat.com>
3108
3109         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
3110         #62366
3111
3112 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
3113
3114         * gtk/gtklabel.c: Add cursor-position, selection-bound 
3115         properties. (#62148, reported by Padraig O'Briain)
3116
3117         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
3118         to cursor_position. (1.3.x addition, text_position is an awful
3119         name.) Make cursor_position read-only to avoid sticky questions
3120         of interaction with selection_bound. (#62636, reported by
3121         Padraig O'Briain)
3122
3123 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
3124
3125         Fixing popup menus to have "Paste" sensitized correctly. Original
3126         patches from Damian Ivereigh, much mangled.
3127
3128         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
3129         gtk_selection_data_targets_include_text(). (#60854)
3130
3131         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
3132         the clipboard has text" function gtk_clipboard_wait_is_text_available.
3133         (#60854)
3134
3135         * gtk/gtkentry.c: Only enable the paste item if the clipboard
3136         contains text. (#60973)
3137
3138         * gtk/gtktextview.c: Only enable the paste item if the clipboard
3139         contains text. (#60975)
3140
3141 2001-10-22  Havoc Pennington  <hp@redhat.com>
3142
3143         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
3144         "height_lines" and "width_columns" properties, it doesn't make
3145         sense to set the size request on a text view really. #62103
3146
3147 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
3148
3149         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
3150         g_node_depth is broken, and that it's not worth being consistent
3151         with it.
3152
3153 2001-10-22  Havoc Pennington  <hp@redhat.com>
3154
3155         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
3156         docs, #61777
3157         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
3158         change the two boolean args to a flags field, so we can extend 
3159         to add case insensitive, regexp searches later. #61852
3160
3161 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
3162
3163         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
3164         reflect reality, #62810
3165
3166 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
3167
3168         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
3169
3170         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
3171         system.  Instead of having a window the size of the tree, we have
3172         a window the size of widget->allocation, and simply draw with the
3173         offset.
3174         (coords_are_over_arrow): ditto.  Move to window coordinates.
3175         (do_prelight): ditto
3176         (do_unprelight): ditto
3177
3178         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3179         Minor fix from Kristian Rietveld to fix unsorted case.
3180
3181 2001-10-22  jacob berkman  <jacob@ximian.com>
3182
3183         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
3184         a PIXMAP cell (fixes crash when using PIXTEXT cells)
3185
3186 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
3187
3188         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
3189         (#58768, Vitaly Tishkov)
3190         
3191         * gtk/gtkobject.h: Deprecate with abandon. 
3192         (#61942, Vitaly Tishkov, Matthias Clasen)
3193
3194         * gtk/gtksignal.h: Deprecate everything.
3195
3196         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
3197         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
3198         (#61942, Matthias Clasen)
3199
3200         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
3201         Havoc Pennington)
3202
3203         * gtk/gtkitemfactory.h: Deprecate compat functions
3204         for GtkMenuFactory code. (#62071)
3205
3206         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
3207         gdk_draw_text,gdk_draw_text_wc. (#62071)
3208
3209 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
3210
3211         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
3212         g_thread_init(), we don't want to link to -lgthread if we don't
3213         have to.
3214
3215 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3216
3217         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
3218         Add a function, gdk_threads_init() that must be explicitely 
3219         called to enable the GDK thread mutex.
3220
3221 2001-10-22  Jakub Steiner <jimmac@ximian.com>
3222
3223         * gtk/stock-icons/stock_stop.png: no body parts
3224         
3225 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
3226
3227         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
3228         problem with g_return_if_fail return value.
3229
3230         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
3231         virtual atom code from the gdk-multihead branch, removing the per-display
3232         part. Virtualizing atoms needs to be done now to prevent compat
3233         breakage in direct Xlib accessing code in the future. (#62208)
3234  
3235         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
3236         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
3237  
3238         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
3239         an opaque pointer type so the compiler catches attempts
3240         to mingle it with X atoms.
3241
3242         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
3243           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
3244           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
3245           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
3246           tests/testdnd.c,tests/testselection.c: 
3247         Fix up for above atom changes.
3248
3249         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
3250         now have the ability to add custom predefines.
3251
3252         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
3253         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
3254         to gtk_clipboard_get().
3255
3256         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
3257         for GdkAtom => pointer change.
3258
3259         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
3260         atoms, fix for GdkAtom => pointer change.
3261
3262 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
3263
3264         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
3265         new function spin_button_get_arrow_size() instead.
3266
3267         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
3268         arrow was hardcoded, it's now variable.
3269
3270         Fixes bug #50200
3271
3272 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
3273
3274         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
3275         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
3276         for those
3277
3278 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
3279
3280         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
3281         in favor of g_signal_*, gtk_object_* in favor of 
3282         g_object_*.
3283
3284 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
3285
3286         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
3287         from GObject now, we have to use the g_object_* functions, not
3288         gtk_object_*.
3289
3290 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
3291
3292         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
3293         nailed down now (this code is not yet ready for general consumption)
3294
3295 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
3296
3297         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
3298         for use_align
3299
3300 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
3301
3302         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
3303
3304 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
3305
3306         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
3307         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
3308         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
3309         GObject, not GtkObject. (#62621)
3310
3311 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
3312
3313         * tests/testsocket.c: Remove now useless include of unistd.h,
3314         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
3315         
3316 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
3317
3318         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
3319         Pango font API. #61933. (Untested, even for compilation.)
3320
3321 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
3322
3323         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
3324         export gtk_disable_setlocale(). (Caught by Sven Neumann)
3325
3326 2001-10-18  Havoc Pennington  <hp@redhat.com>
3327
3328         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
3329
3330 2001-10-18  Havoc Pennington  <hp@redhat.com>
3331
3332         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
3333         to GTK_RUN_LAST, #50239
3334
3335 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
3336
3337         * gtk/gtkimmodule.c (match_locale):
3338         Support "*" for all locales with least priority
3339         when to select default im module, #58201
3340
3341 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
3342
3343         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
3344         Fix docs. (#61976)
3345  
3346         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
3347
3348         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
3349
3350         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
3351         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
3352         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
3353         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
3354         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
3355         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
3356         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
3357
3358         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
3359
3360         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
3361         Don't restrict the width of the spinbutton entry field 
3362         to 10 digits. (#58681)
3363
3364 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
3365
3366         * tests/testtreeflow.c: new test program for the tree.
3367
3368 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
3369
3370         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
3371         reported by (Oleg Maiboroda), #62600
3372
3373 2001-10-18  Michael Meeks  <michael@ximian.com>
3374
3375         * gtk/gtkentry.c (gtk_entry_set_property),
3376         (gtk_entry_get_property): impl 'text'
3377         (gtk_entry_class_init): add the 'text' prop.
3378         (gtk_entry_insert_text): notify 'text' changed.
3379         (gtk_entry_delete_text): ditto.
3380
3381 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
3382
3383         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
3384         Documentation updates.
3385
3386 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
3387
3388         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
3389         in truncating length of text to MAX_SIZE. (Found by 
3390         Padraig O'Briain, #62055)
3391
3392 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
3393
3394         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
3395         MNEMONIC_ACTIVATE; signal was changed a long time
3396         ago.
3397
3398         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
3399         Fix wrong return statement. (Reported by HideToshi
3400         Tajima and others.)
3401
3402         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
3403         left over select_all vfunc.
3404
3405 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
3406
3407         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
3408         a utility function to translate coordinates relative to
3409         one widget's allocation to coordinates relative to another
3410         widget's allocation.
3411
3412         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
3413         that:
3414          - only accepts external focus if there is no active
3415            member of the group or the button is active.
3416          - makes arrow keys move the active button as well
3417            as the focus
3418          - make tab tab out directly.
3419         This makes a radio button group act as a single focus location.
3420         (#53577).
3421         
3422         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
3423         it was only a small optimization that didn't matter and made
3424         things more complicated.
3425
3426         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
3427         sorter for FOCUS_TAB as we did for the other focus directions,
3428         sort by center of widgets, not upper-left corner. (Shouldn't
3429         matter in general.)
3430
3431         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
3432         from the different types of focusing: encapsulate sorting the
3433         widgets for the focus direction into one routine
3434         (gtk_container_focus_sort()) and then share the work of moving the
3435         focus between the different focus directions.
3436
3437         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
3438         work correctly with focus chains containing non-immediate
3439         children. Sorting was being done using allocation coordinates for
3440         each widget in the focus chain, and if there were intermediate
3441         window-widgets, these allocations would not be in the same
3442         coordinate system.
3443
3444 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
3445
3446         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
3447         mnemonic_activate function to option menu.
3448
3449 2001-10-15  Murray Cumming <murrayc@usa.net>
3450
3451         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
3452           Corrected the type names used in some calls to g_signal_new().
3453         
3454 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
3455
3456         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
3457         specs, use g_pattern_spec_equal() instead of direct field accesses.
3458         upon compressing two equal paths of the same type, the resulting
3459         priority has to be the maximum.
3460         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
3461         GtkPathPriorityType enum and make it a macro.
3462
3463 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
3464
3465         * gtk/gtkwidget.c: Fix some doc comments.
3466
3467 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
3468
3469         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
3470         on empty models.
3471
3472 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
3473
3474         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
3475         Remove stale gdk backend includes.
3476  
3477 2001-10-10  Michael Meeks  <michael@ximian.com>
3478
3479         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
3480         and value_in_list properties.
3481         (gtk_combo_set_value_in_list): notify change.
3482         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
3483
3484 2001-10-11  James Henstridge  <james@daa.com.au>
3485
3486         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
3487         that gtk+ can be built with automake 1.5 while not breaking
3488         things for automake 1.4.
3489
3490 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
3491
3492         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
3493         (#60606)
3494
3495         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
3496         to disable calling setlocale (LC_ALL, "").
3497
3498         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
3499         docs that this function is not typically useful.
3500
3501         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
3502         Automatically initialize GDK for the current locale
3503         on gdk_init(). Don't reset locale to C when
3504         XSupportsLocale() fails.
3505
3506         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
3507         useless checks for UTF-8 locale breakage that mattered
3508         only for X.
3509
3510         * examples/calendar/calendar.c
3511         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
3512         gtk_set_locale().
3513
3514         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
3515         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
3516
3517 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
3518
3519         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
3520
3521         Fixes bug #61904
3522
3523 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
3524
3525         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
3526         new function, #61923
3527         (gtk_tree_selection_path_is_selected): Ditto
3528
3529 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
3530
3531         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
3532         not a GtkObject.  Thanks andersca.
3533
3534         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
3535
3536 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3537
3538         * gtk/gtktreeviewcolumn.c
3539         (gtk_tree_view_model_sort_column_changed): fix broken code.
3540
3541 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
3542
3543         * gtk/gtkselection.c: s/succesfully/successfully/g
3544
3545 2001-10-08  Havoc Pennington  <hp@pobox.com>
3546
3547         * demos/gtk-demo/stock_browser.c: remove unused enum
3548
3549         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
3550         pass the current selection state of the node in to the user
3551         selection func
3552
3553 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
3554
3555         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
3556         non-existent function gdk_x11_cursor_get_xid 
3557         by gdk_x11_cursor_get_xcursor.
3558
3559 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
3560
3561         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
3562         warning.
3563
3564         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
3565         unref nodes, #okay61676
3566
3567         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
3568         to the property; no need to clear the other columns.  Also, we go
3569         to 'unsorted' if the model supports it.
3570
3571 2001-10-05  Sven Neumann  <sven@gimp.org>
3572
3573         * demos/testpixbuf-save.c
3574         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
3575         feature.
3576
3577 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
3578
3579         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
3580         destroy the search dialog
3581
3582         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
3583         added check to prevent creation of a search dialog if there's
3584         already one around
3585
3586         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
3587         it instead of "search-dialog" (when getting/setting the search dialog
3588         widget).
3589
3590 2001-10-05  Jakub Steiner <jimmac@ximian.com>
3591
3592         * gtk/stock-icons/stock_broken_image.png: broken images icon
3593
3594 2001-10-04  Havoc Pennington  <hp@pobox.com>
3595
3596         Fix #56586
3597         
3598         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
3599         accelerator setting here...
3600
3601         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
3602         because we try to use it when a menu bar hasn't necessarily been 
3603         initialized.
3604
3605 2001-10-03  Havoc Pennington  <hp@redhat.com>
3606
3607         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
3608         it previously verified incorrect behavior
3609
3610         Fixes for #61565
3611         
3612         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
3613         off the end
3614         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
3615         the end
3616         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
3617         the end
3618         (gtk_text_iter_forward_lines): if on the last line, move to end of
3619         it
3620
3621         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
3622         don't return a line off the end
3623
3624 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
3625
3626         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
3627         functions to do_insert_text and do_delete_text, add signals
3628         insert_text, delete_text and changed
3629
3630         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
3631         and changed. Updates to match new situation.
3632
3633         * gtk/gtkspinbutton.c: updates to match new situation
3634
3635         * gtk/gtkoldeditable.h: remove signals changed, insert_text
3636         and delete_text
3637
3638         * gtk/gtkoldeditable.c: updates to match new situation
3639
3640         * gtk/gtktext.c: updates to match new situation
3641
3642         Fixes bug #59803
3643
3644 2001-10-03  Havoc Pennington  <hp@redhat.com>
3645
3646         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
3647         position
3648
3649         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
3650         changes
3651
3652         * tests/testtextbuffer.c (logical_motion_tests): updates
3653
3654 2001-10-03  jacob berkman  <jacob@ximian.com>
3655
3656         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
3657         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
3658         * gtk/gtksettings.c (apply_queued_setting): 
3659         * gtk/gtkmain.c (gtk_init_check): 
3660         * gtk/gtkcontainer.c (gtk_container_child_get_property):
3661         s/retrive/retrieve/
3662
3663 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
3664
3665         * gtk/gtktreemodelsort.[ch]: preparation for surgery
3666         * tests/testtreesort.c: ditto
3667
3668 2001-10-02  Havoc Pennington  <hp@redhat.com>
3669
3670         Throughout: assorted docs
3671         
3672         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
3673         gdk_window_set_geometry_hints() should be used instead.
3674
3675         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
3676         document them
3677
3678         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
3679         seem to exist in any .c files
3680
3681         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
3682         g_return_if_fail (pixel < colormap->size).
3683
3684 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
3685
3686         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
3687         NULL for @target_list to mean, use
3688         gtk_drag_dest_get_target_list (widget).
3689
3690         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
3691         drop could hang when calling gtk_drag_finish with 
3692         success == FALSE and del == TRUE.
3693
3694         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
3695         drops without a matching target found would propagate
3696         to the parent widget rather than being rejected.
3697
3698         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
3699         Use text_view->dnd_mark instead of mark name to be
3700         consistent with the rest of the code.
3701
3702         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
3703         pendantically correct for a drop-only-in-some-places
3704         widget. (Check whether you can insert in drag_drop,
3705         not just in drag_motion ... matters in theory, and
3706         for Motif drag and drop in practice.)
3707
3708         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
3709         Damian Ivereigh to not allow drops on non-editable
3710         entries. (#61124)
3711
3712         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
3713         text to be moved from a non-editable entry.
3714         
3715 2001-10-03  James Henstridge  <james@daa.com.au>
3716
3717         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
3718         s/width/fixed_width/ in order to get things to compile.
3719
3720 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
3721
3722         * gtk/gtkcelleditable.c: docs
3723
3724         * gtk/gtktreemodel.h: more docs.
3725
3726 2001-10-02  Havoc Pennington  <hp@redhat.com>
3727
3728         * gdk/x11/gdkwindow-x11.c: docs
3729
3730         * tests/testtextbuffer.c (logical_motion_tests): add sentence
3731         boundary tests
3732
3733 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
3734
3735         * demos/gtk-demo/Makefile.am: add editable_cells.c,
3736         list_store.c and tree_store.c
3737
3738         * demos/gtk-demo/appwindow.c: remove tearoff item from
3739         File menu, put menubar and toolbar in handle boxes.
3740
3741         * demos/gtk-demo/genincude.pl: various changes to support trees
3742
3743         * demos/gtk-demo/main.c: various changes to support trees
3744
3745         * demos/gtk-demo/stock_browser.c: changed name of demo
3746         to Stock Item and Icon Browser, so geninclude.pl doesn't see
3747         it as child
3748
3749         * demos/gtk-demo/editable_cells.c: new file/demo
3750         * demos/gtk-demo/list_store.c: new file/demo
3751         * demos/gtk-demo/tree_store.c: new file/demo
3752
3753 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
3754
3755         * gtk/gtkrc.c gtk/gtksettings.c: 
3756         g_string_printfa => g_string_append_printf.
3757
3758 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
3759
3760         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
3761         and destroy handler.
3762
3763         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
3764
3765         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
3766         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
3767         Singh <yosh@gimp.org>.
3768
3769 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
3770
3771         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
3772         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
3773
3774         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
3775
3776 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
3777
3778         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
3779         scroll_to_cell delayed code to happen in size_allocate.
3780
3781         * gtk/gtkstyle.c (gtk_default_draw_expander): change
3782         prelight/normal arrow drawing.
3783
3784         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
3785
3786         * gtk/gtktreestore.c: refactor.
3787
3788 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
3789
3790         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
3791         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
3792         centers the child in relation to the to indicator height.
3793
3794 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
3795
3796         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
3797         correct
3798
3799 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
3800
3801         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
3802         property code using g_param_spec_int and changed from
3803         g_value_get_enum to g_value_get_int instead. Probably a better way
3804         to fix the problem :-)
3805
3806 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
3807
3808     * gtk/gtkcellrenderertext.c changed "weight" property type from 
3809       g_param_spec_int to g_param_spec_enum.
3810
3811 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
3812
3813         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
3814         fix: s/Wether/Whether/ in reorderable property description
3815
3816 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
3817
3818         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
3819         start editing when you select with a keyboard.
3820
3821         (gtk_tree_view_button_press_event): much more graceful now.
3822
3823         * gtk/gtkstyle.c: Draw togglebutton better.
3824
3825 2001-09-26  Havoc Pennington  <hp@redhat.com>
3826
3827         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
3828         of passing non-stock label in to gtk_dialog_new_with_buttons
3829
3830         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
3831         debugging updates
3832
3833         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
3834         are private
3835
3836         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
3837         exist, fall back to mnemonic label, not plain label, bug #61184
3838         
3839 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
3840
3841         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
3842         stupid and emitting the signal every time.
3843
3844         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
3845
3846 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
3847
3848        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
3849
3850        * contrib/gdk-pixbuf-xlib/Makefile.am: install
3851        gdk-pixbuf-xlib-2.0.pc.
3852
3853 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
3854
3855         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
3856         problem where menmonic wasn't removed properly when
3857         setting a label when there already is a label.
3858         Also, handle setting the tab label back to the same
3859         value. (#61160, #61161)
3860
3861         * gtk/gtkentry.c (paste_received): Patch from 
3862         Damian Ivereigh to replace selection if there is 
3863         one. (#61121)
3864
3865 2001-09-25  Darin Adler  <darin@bentspoon.com>
3866
3867         * tests/.cvsignore: Ignore new test program.
3868
3869 2001-09-25  Havoc Pennington  <hp@redhat.com>
3870
3871         * gtk/gtktextview.c: fix for #50317
3872         
3873 2001-09-25  Havoc Pennington  <hp@redhat.com>
3874
3875         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
3876         gtk_text_iter_can_insert
3877         
3878         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
3879
3880         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
3881          (gtk_text_iter_can_insert): new function to fix #60282, should
3882         also fix msw's "can paste into empty buffer" bug.
3883
3884         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
3885         "event object,"  #59091
3886
3887         * gtk/gtktextbtree.c: indentation fixes
3888
3889         * gtk/gtktextiter.c (find_by_log_attrs): fixes
3890
3891 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
3892
3893         * configure.in: Version 1.3.9, interface age 0, binary age 0.
3894
3895         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
3896
3897         * NEWS: Updates.
3898
3899 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
3900
3901         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
3902         function for drawing cursors between gtkentry/gtklabel/gtktextview.
3903         Should this be public? It has a bit of an odd interface, but
3904         custom editing widgets probably should be using it.
3905         Function will draw with wider width for taller cursors, and
3906         draws a little indicator arrow to indicate directoin for split 
3907         cursors.
3908
3909         * gtk/gtktextview.c: Add a "cursor_color" property.
3910
3911         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
3912         gtk_text_layout_draw().
3913
3914         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
3915         _gtk_draw_insertion_cursor().
3916
3917 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
3918
3919         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
3920         the behavior where you could turn family_set (etc) back on
3921         and get back the values you had before.
3922
3923         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
3924         g_string_ascii_up() rather than looping through the
3925         string ourself.
3926
3927 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
3928
3929         * gtk/gtktreeviewcolumn.c
3930         (gtk_tree_view_column_set_cell_renderer): Removed
3931         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
3932
3933         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
3934         Patch from Detlef Reichl
3935
3936 2001-09-25  Havoc Pennington  <hp@redhat.com>
3937
3938         * tests/testtextbuffer.c (line_separator_tests): Add tests for
3939         line separators, addresses bug #57428
3940
3941 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
3942
3943         * gtk/gtkentry.c: Make a GtkCellEditable
3944         (get_widget_window_size): Change to let it honor size_allocate
3945         when a CellEditable.
3946
3947         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
3948         editable changes.
3949         (gtk_tree_view_set_cursor): Now you can set the cursor
3950         horizontally, as well as start editing.
3951
3952         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
3953         code to look more like the other check buttons.
3954
3955         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
3956         Change the way we calculate cell size.
3957
3958         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
3959
3960         * demos/gtk-demo/sizegroup.c: Add mnemonics.
3961
3962         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
3963         Fix logic.
3964
3965         * gtk/gtkcellrenderertext.c: Change to be editable.
3966
3967         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
3968
3969         * test/testtreesort.c: Fix misspelling
3970
3971         * test/testreecolumns.c: Add mnemonics.
3972
3973         * test/testreeedit.c: New test program.
3974
3975 2001-09-25  Havoc Pennington  <hp@pobox.com>
3976
3977         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
3978         etc. docs about how these are not going to do what you want for 
3979         the X/win32 ports. Futile attempt to avoid a FAQ...
3980
3981 2001-09-24  James Henstridge  <james@daa.com.au>
3982
3983         * gtk/gtkmarshal.list (VOID): add marshal function types.
3984
3985         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
3986         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
3987         GTK_TYPE_POINTER.
3988         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
3989         with no-op copy/free functions.
3990
3991         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
3992         GtkCTreeNode get_type function.
3993
3994 2001-09-24  Havoc Pennington  <hp@redhat.com>
3995
3996         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
3997         gtktextlayout.c:
3998         Get rid of the newline-that-could-not-be-deleted; buffers may 
3999         now be zero-length. Much easier to fix than expected, once 
4000         I figured out the right way to do it. However, there are 
4001         various subtle bugs introduced by this that will have to get 
4002         sorted out. Please use bugzilla.
4003
4004 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
4005
4006         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
4007         response back from the window manager if our size hasn't changed 
4008         since we won't get a response back from the window manager;
4009         there was code in there to do this, but it was in the wrong
4010         place so if the hints change and the size didn't we'd expect
4011         a response.
4012
4013         Also, optimize the position-only-changed case by running
4014         the resize queue immediately, and clean up some comments
4015         for the changes.
4016
4017 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
4018
4019         * gtk/gtknotebook.h: Add a compat macro that got lost.
4020
4021         * gtk/gtktreestore.c: Doc fixes.
4022
4023         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
4024         leak for windows that receive events after being destroyed.
4025         (#60863, Joshua N. Pritikin)
4026
4027         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
4028         rather than gtk_container_queue_resize().
4029
4030         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
4031         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
4032         gtk_container_child_composite_name. (#60217.)
4033
4034 2001-09-22  Hans Breuer  <hans@breuer.org>
4035
4036         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
4037
4038 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
4039
4040         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
4041         weight value should be an int
4042
4043 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
4044
4045         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
4046         to gtk_menu_scroll_item_visible(). Only call
4047         gtk_menu_scroll_item_visible() if the menu widget has been
4048         realized. Fixes bug #55310.
4049
4050 2001-09-21  Havoc Pennington  <hp@redhat.com>
4051
4052         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
4053         key press to IM context if cursor isn't in an editable location;
4054         bug #58425, patch from Hidetoshi Tajima
4055
4056 2001-09-21  Havoc Pennington  <hp@redhat.com>
4057
4058         Bug #60862
4059         
4060         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
4061         (_gtk_text_btree_unref): fix up mark memory management
4062
4063         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
4064
4065 2001-09-20  Havoc Pennington  <hp@redhat.com>
4066
4067         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
4068         try to handle alignment here, because it's done by PangoLayout
4069         after we set the layout width. Fix from Dov.
4070
4071 2001-09-21  Hans Breuer  <hans@breuer.org>
4072
4073         * gdk/gdk.def :
4074         * gtk/gtk.def : updated externals
4075
4076         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
4077         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
4078         Also handle that Win32 pathes cann't be hard-coded      
4079
4080         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
4081         module, themes etc directory calculations
4082
4083         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
4084         >16 bit right. The size limit within Win9x appears _not_ to be 32767
4085         but slightly smaller ...
4086
4087         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
4088         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
4089
4090         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
4091
4092         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4093         handling. I'm not sure if it is better now, but at least not worse
4094
4095         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
4096
4097         * gdk/win32/gdkwin32.h : reflect recent API restrictions
4098
4099 2001-09-21  Matt Wilson  <msw@redhat.com>
4100
4101         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
4102         radio_menu_item->group to NULL after removing it from the list, as
4103         it is no longer in the group. (#60869)
4104
4105         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
4106
4107 2001-09-20  Havoc Pennington  <hp@pobox.com>
4108
4109         * configure.in (PANGO_REQUIRED_VERSION)
4110         (ATK_REQUIRED_VERSION): add variables and checks for specific 
4111         versions of dependencies. Previously we didn't verify the 
4112         Pango or ATk versions.
4113
4114 2001-09-09  Havoc Pennington  <hp@pobox.com>
4115
4116         * gtk/gtktextiter.c: fool with indentation
4117         (gtk_text_iter_in_range): add g_return_if_fail
4118
4119 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
4120
4121         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
4122         ref count on new tag to be 1.  Update doc.  (#60836)
4123
4124 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
4125
4126         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
4127         call to gdk_image_new_bitmap(). (#59094, reported by
4128         by Sven Neumann)
4129
4130 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
4131
4132         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
4133         day, as well as the current month and year.
4134         (#59047, reported by Vitaly Tishkov)
4135
4136 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
4137
4138         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
4139         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
4140         
4141 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
4142
4143         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
4144
4145         (build_option_menu): add func argument, connect ::changed
4146         signal to option menu instead of connecting the ::activate
4147         signal to the menu items,
4148
4149         (toplevel): get rid of RADIOMENUTOGGLED macro,
4150
4151         (list_toggle_sel_mode), (clist_toggle_sel_mode),
4152         (ctree_toggle_line_style), (ctree_toggle_expander_style),
4153         (ctree_toggle_justify), (ctree_toggle_sel_mode),
4154         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
4155         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
4156
4157         (notebook_type_changed): merged standard_notebook(),
4158         notabs_notebook(), scrollable_notebook() and borderless_notebook()
4159         into notebook_type_changed()
4160
4161         (create_list), (create_ctree), (create_notebook),
4162         (create_progress_bar): changed OptionMenuItem arrays into
4163         gchar * arrays. Removed "Extended" item where used.
4164
4165         Fixes bug #59885
4166
4167 2001-09-20  Sven Neumann  <sven@gimp.org>
4168
4169         * configure.in
4170         * gdk/Makefile.am
4171         * gtk/Makefile.am
4172         * gtk/gtkselection.c
4173         * gtk/gtktreeview.c
4174         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
4175
4176 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
4177
4178         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
4179         a missing pango_layout_iter_free ().
4180
4181 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
4182
4183         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
4184         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
4185
4186         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
4187         the function definition so we don't accidentally rely on
4188         the compat #define from gtk_radio_menu_item_group.
4189         (#60782, Jeff Franks)
4190
4191 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
4192
4193         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
4194         incorrect values for top, right and bottom due to cut-and-paste
4195         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
4196
4197 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
4198
4199         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
4200         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
4201         window, not just on the client leader. (#58463)
4202
4203 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
4204
4205         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
4206
4207         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
4208         non-public _gtk_menu_item_set_placement.
4209
4210         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
4211
4212 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
4213
4214         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
4215           gdk/linux-fb/gdkcolor-fb.c:
4216         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
4217         (#59723)
4218
4219 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
4220
4221         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
4222         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
4223         #59723)
4224
4225 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
4226
4227         Patch from Frank Belew #59037 for Solaris compilation.
4228
4229         * gtk/maketypes.awk: Change syntax slightly for a call
4230         to sub(), apparently making awk on Solaris happier.
4231
4232         * gtk/gtktreeview.c: Remove C++ comments.
4233
4234 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
4235
4236         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
4237         to handle '99% of the time. (#60473, reported by Christian Rose)
4238
4239         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
4240         which no longer exists. (#60379, reported by Vitaly Tishkov)
4241
4242 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
4243
4244         * Released 1.3.8.
4245
4246         * gdk/Makefile.am: kill EXTRA_DIST clearing.
4247         
4248 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
4249
4250         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
4251         as its broken in automake 1.4, add explicit object rule to
4252         generate this.
4253         
4254         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
4255         get rid of uneccessary stamps, group stuff more logically, and build
4256         sources due to object rules. fix srcdir!=builddir.
4257
4258 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
4259
4260         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
4261         incorrect parameter to compute_double_length
4262         (#58680, patch from Matthias Clasen)
4263
4264         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
4265
4266         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
4267
4268         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
4269         for GDK_RELEASE_MASK to avoid warnings with Forte.
4270
4271         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
4272         break; statements.
4273
4274 2001-09-18  Alex Larsson  <alexl@redhat.com>
4275
4276         * gtk/gtkcheckbutton.c:
4277         * gtk/gtkradiobutton.c:
4278         Don't draw with GTK_STATE_ACTIVE.
4279
4280         * gtk/gtkclist.c:
4281         * gtk/gtkctree.c:
4282         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
4283
4284         * gtk/gtktextdisplay.c:
4285         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4286         unfocused with base_gc [GTK_STATE_ACTIVE].
4287         
4288         * gtk/gtkentry.c:
4289         Add select all menu-item.
4290         Default cursor color is red.
4291         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4292         unfocused with base_gc [GTK_STATE_ACTIVE].
4293
4294         * gtk/gtklabel.[ch]:
4295         Add keynav + menu to selectable lables.
4296         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4297         unfocused with base_gc [GTK_STATE_ACTIVE].
4298
4299         * gtk/gtkfilesel.c:
4300         Add drag and drop support.
4301
4302         * gtk/gtkstyle.c:
4303         (This was checked in earlier)
4304         New default values for text/base SELECTED and ACTIVE
4305         
4306 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
4307
4308         * configure.in: up version to 1.3.8, interface age 0,
4309         binary age 0, depend on glib 1.3.8.
4310
4311         * NEWS: 1.3.8 updates.
4312
4313 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
4314
4315         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
4316         the editing code
4317
4318         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
4319         reason to call it beyond emiting the two signals.
4320
4321         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
4322         to GtkEntry.
4323
4324 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
4325
4326         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
4327           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
4328         PangoFontDescription.
4329
4330         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
4331         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
4332         structure.
4333   
4334         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
4335
4336         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
4337         direct access to style->font. Deprecate gtk_style_ref/unref.
4338   
4339         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
4340         Remove gtk_style_ref/unref with g_object_ref/unref.
4341   
4342         * gtk/gtkcalendar.c: Remove leftover macros accessing
4343         style->font.
4344   
4345         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
4346         variable.
4347   
4348         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
4349         style->font.
4350
4351 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
4352
4353         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
4354         "can_activate" properties in favor of
4355         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
4356         and GTK_CELL_RENDERER_MODE_EDITABLE
4357
4358 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
4359
4360         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
4361         editable widgets.  This function is private, and should only be
4362         used by GtkTreeView.
4363
4364 2001-09-18  Matt Wilson  <msw@redhat.com>
4365
4366         * docs/Makefile.am (EXTRA_DIST): don't use += before =
4367
4368         * docs/faq/Makefile.am (EXTRA_DIST): likewise
4369
4370         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
4371         
4372         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
4373         (EXTRA_HEADERS): likewise
4374
4375         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
4376         (EXTRA_HEADERS): likewise
4377         (EXTRA_DIST): likewise
4378         (CLEANFILES): likewise
4379
4380         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
4381
4382         * tests/Makefile.am (EXTRA_DIST): likewise
4383         
4384         * Makefile.am (install-data-local): changed to use
4385         install-data-hook, which runs after install-pkgconfigDATA, so that
4386         the pkgconfigdir will have been created and populated first.
4387
4388 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
4389
4390         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
4391         be the last big GtkTreeView API change.
4392
4393         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
4394         replace with "activate" and "start_editing".  Also, added a
4395         "can_activate" and "can_edit" property.
4396
4397         * gtk/gtktreeviewcolumn.c: modify to use above.
4398
4399 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
4400
4401         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
4402
4403 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
4404
4405         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
4406         icon instead of one with ugly white background.
4407
4408 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
4409
4410         * demos/gtk-demo/stock_browser.c (id_to_macro): make
4411         the uppercasing work. (#59550)
4412
4413 2001-09-14  Jakub Steiner <jimmac@ximian.com>
4414
4415         * gtk/stock-icons/dialog_error.png:
4416         * gtk/stock-icons/dialog_question.png: more road signs
4417
4418 2001-09-13  Jakub Steiner <jimmac@ximian.com>
4419
4420         * gtk/stock-icons/dialog_question.png:
4421         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
4422           like a road sign.
4423
4424 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
4425
4426         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
4427         signals to make them more clear.  Also, change ::range_changed to
4428         ::row_changed.
4429         * gtk/gtktreemodel.c: Adjust to interface change
4430         * gtk/gtktreemodel.h: ditto
4431         * gtk/gtktreemodelsort.c: ditto
4432         * gtk/gtktreestore.c: ditto
4433         * gtk/gtkliststore.c: ditto
4434         * gtk/gtktreeview.c: ditto
4435         * tests/testtreecolumns.c: ditto
4436         * gtk/gtkmarshal.list: Actually remove a marshaller!
4437
4438 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
4439
4440         * gtk/gtktextview.c
4441         Add support for Ctrl+Up/Down arrow to move cursor to beginning
4442         of previous/next paragraph. If within a paragraph cursor moves to
4443         beginning of that paragraph.
4444
4445 2001-09-12  Jakub Steiner <jimmac@ximian.com>
4446
4447         * gtk/stock-icons/dialog_question.png: replacing the shaky
4448           question mark with a sans-serif one.
4449         * gtk/stock-icons/stock_top.png, stock_bottom.png,
4450      stock_first.png, stock_last.png: using the new style arrows
4451         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
4452      colors.
4453         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
4454      color.
4455         * gtk/stock-icons/stock_zoom*: anti-aliased
4456         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
4457      '-' with a '_', removed the wrong files
4458
4459 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
4460  
4461         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
4462  
4463         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
4464         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
4465         than in gtk-2.0/major.minor.micro/<type>/. This
4466         works better for a search path for modules.
4467  
4468         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
4469         gtk_binary_version variable holding major.minor.(micro-binary_age).
4470  
4471         * modules/input/Makefile.am (moduledir): Fix installation
4472         directory to match change in lookup location.
4473  
4474         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
4475         suffixes. Needs to be handled in g_module_build_path().
4476
4477         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
4478         appropriate.
4479  
4480 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
4481
4482         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
4483         causing RC properties not to work.
4484
4485 2001-09-11  Jakub Steiner <jimmac@ximian.com>
4486
4487         * gtk/stock-icons/dialog-error.png: less drastic
4488         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
4489           "STOP" is international enough.
4490         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
4491         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
4492
4493 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
4494
4495         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
4496         (add|remove)_selection_clipboard symmetric. (bug #59836)
4497
4498         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
4499         Avoid SEGV for empty tree. (bug #60243)
4500
4501 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
4502
4503         * tests/testgtk.c (create_idle_test): slight fix for
4504         g_object_set() not usable for nesting anymore.
4505
4506         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
4507         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
4508         properties, supply ::shadow_type properties instead as most
4509         other widgets do.
4510
4511 2001-09-10  Alex Larsson  <alexl@redhat.com>
4512
4513         * demos/gtk-demo/stock_browser.c:
4514         * gdk/gdkcolor.c:
4515         * gdk/gdkfont.c:
4516         * gdk/gdkcursor.c:
4517         * gdk/gdkevents.c:
4518         * gdk/gdkrectangle.c:
4519         * gtk/gtktypeutils.c:
4520         Update to use the new g_boxed_type_register_static API.
4521
4522 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4523
4524         * gtk/gtktreestore.c:
4525         Fix looping in gtk_tree_store_init() waiting for zero random int.
4526
4527 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
4528
4529         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
4530         behaviour which havoc broke. they have to default to 1.0 for
4531         expand behaviour.
4532
4533         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
4534
4535 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
4536
4537         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
4538         Amend previous change to avoid runtime error in g_param_spec_ref()
4539
4540 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
4541
4542         * gtk/gtkrc.c (insert_rc_property): Fix blank line
4543         in the wrong place.
4544
4545 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
4546
4547         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
4548         do a lookup immediately after creating style->property_cache,
4549         since bsearch crashes on zero length for Solaris.
4550         (Found by Padraig O'Briain.)
4551
4552 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4553
4554         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
4555         Really return NULL if not set.
4556         (gtk_widget_init): Remove unused varaible.
4557         
4558 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
4559
4560         * configure.in:
4561         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
4562         in cvs.
4563
4564 2001-09-08  Havoc Pennington  <hp@pobox.com>
4565
4566         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
4567         people might want to use
4568
4569 2001-09-08  Havoc Pennington  <hp@pobox.com>
4570
4571         * gtk/gtkalignment.c (gtk_alignment_class_init): default
4572         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
4573
4574         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
4575
4576         * gtk/gtktextiter.c: fix docs
4577         (gtk_text_iter_spew): get rid of this
4578
4579         * gtk/gtklayout.c: docs
4580
4581         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
4582         to center image and label together, instead of having image on
4583         left and label centered, patch/suggestion from Jacob
4584
4585         * gtk/gtkdialog.c: docs
4586
4587 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
4588
4589         * gtk/gtkliststore.c: Write documentation
4590         * gtk/gtktreestore.c: Write documentation
4591
4592 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
4593
4594         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
4595         with GArray and bsearch(), to remove dependency on a still
4596         evolving interface that we want to keep private to glib/gobject. 
4597
4598 2001-09-08  Havoc Pennington  <hp@pobox.com>
4599
4600         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
4601         docs fixes
4602
4603         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
4604
4605         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
4606
4607         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
4608
4609         * gtk/gtkscrolledwindow.h: docs fixes
4610
4611         * gtk/gtkimage.c (gtk_image_new): docs fixes
4612
4613 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
4614
4615         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
4616         false alarm  constness warning with a cast.
4617
4618         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
4619         for the inside-gdk case.
4620
4621 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
4622
4623         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
4624         remove g_print.
4625
4626         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
4627         change models, #59899
4628
4629 2001-09-07  Havoc Pennington  <hp@pobox.com>
4630
4631         * gtk/gtkmain.c: move some docs inline
4632
4633 2001-09-07  Havoc Pennington  <hp@pobox.com>
4634
4635         * gtk/gtk.h: tsk tsk, jrb broke the build
4636
4637 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
4638
4639         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
4640         Removed 'fill' attribute.  It was silly b/c that was a property of
4641         the cell renderer, anyway.
4642         (gtk_tree_view_column_render): Actually render the packed
4643         renderers.
4644         * doc/tree-column-sizing.txt: initial devel documentation.
4645         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
4646         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
4647
4648         * tests/testtreefocus.c: fix up to reflect above changes.
4649         * tests/testtreeview.c: ditto
4650         * demos/gtk-demo/stock_browser.c: ditto
4651
4652 2001-09-07  Alex Larsson  <alexl@redhat.com>
4653
4654         * gdk/linux-fb/gdkcolor-fb.c:
4655         Removed unused function.
4656         
4657         * gdk/linux-fb/gdkdrawable-fb2.c
4658         * gdk/linux-fb/gdkfont-fb.c:
4659         Use PangoLanguage functions.
4660
4661         * gdk/linux-fb/gdkinput.c:
4662         * gdk/linux-fb/gdkselection-fb.c:
4663         Fix const warnings.
4664         
4665         * gdk/linux-fb/gdkwindow-fb.c:
4666         Fix warning. Implement gdk_window_set_icon_list() and
4667         gdk_window_get_frame_extents(). (No icon support yet though.)
4668
4669         * gtk/gtkwindow.c (gtk_window_get_position):
4670         If window->frame is set get the extents of it instead.
4671         
4672 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
4673
4674         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
4675         Make the default default colormap the GdkRGB colormap,
4676         not the system colormap.
4677
4678         * gtk/gtkinvisible.c (gtk_invisible_init) 
4679           gtk/gtkwindow.c (gtk_window_init): Set the current
4680         colormap, as returned by _gtk_widget_peek_colormap()
4681         on the widget.
4682
4683         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
4684         to GTK+. Make it return %NULL instead of the default
4685         colormap if no colormap has explicitely been pushed.
4686
4687         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
4688         colormaps on ancestral widgets before defaulting the
4689         the system default colormap.
4690
4691         * docs/Changes-2.0.txt: explain colormap changes.
4692
4693 2001-09-07  Havoc Pennington  <hp@redhat.com>
4694
4695         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
4696         #57424
4697
4698 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
4699
4700         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
4701         make gdk_set_use_xshm a noop. Remove --no-xshm command line
4702         option. If we aren't autodetecting properly, we need
4703         to fix the problem, or at least make it an environment
4704         variable setting, to avoid problems with propagating
4705         to embedded children, plugins, etc.
4706
4707         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
4708
4709         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
4710         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
4711         New function to render a pixmap and mask for a particular colormap.
4712
4713         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
4714         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
4715         of internal implementation of the same.
4716
4717 2001-09-07  Havoc Pennington  <hp@redhat.com>
4718
4719         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
4720         debug code that seems to have caused a breakpoint in valid cases
4721         
4722         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
4723         pointer on the first view when adding the second view, fixes
4724         crash when closing gtk-demo text test with active selection
4725
4726         * gtk/gtktextbuffer.c
4727         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
4728         clipboards in the list of clipboards - probably fixes #59836
4729
4730 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
4731
4732       Make gdkx.h the only installed header from gdk/x11.
4733       All structures in gdk/x11 are opaque.
4734
4735         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
4736         Don't install gdk{drawable,pixmap,window}-x11.h.
4737
4738         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
4739         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
4740         GdkVisualClass into C files.
4741
4742         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
4743
4744         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
4745         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
4746         Add public functions to replace previously exported direct
4747         structure access.
4748         gdk_x11_colormap_get_{xdisplay,xcolormap} 
4749         gdk_x11_cursor_get_{xdisplay,xcursor},
4750         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
4751         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
4752         gdk_x11_gc_get_{xdisplay,ximage}
4753         
4754         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
4755         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
4756
4757       Fix a number of variables and functions that were exported
4758       "accidentally" from GDK.
4759
4760         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
4761         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
4762         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
4763         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
4764         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
4765         gdk_event_queue_find_first, gdk_event_queue_remove_link,
4766         gdk_event_queue_append, gdk_event_button_generate,
4767         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
4768
4769         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
4770            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
4771         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
4772         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
4773         gdk_use_xshm, gdk_input_ignore_core.
4774
4775         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
4776         #defines to namespace functions into the private _gdk_ 
4777         namespace.
4778
4779         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
4780         to replace gdk_parent_root exported variable. Adjust and
4781         deprecate GDK_ROOT_PARENT().
4782
4783         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
4784         GDK_ROOT_PARENT usage, remove includes of port-specific
4785         headers.
4786
4787         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
4788         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
4789         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
4790
4791         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
4792         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
4793         gdk_wm_delete_window functions, gdk_wm_take_focus, 
4794         use gdk_atom_intern() instead.
4795
4796         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
4797           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
4798           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
4799           gtk/gtkselection.c 
4800         Unexport gdk_selection_property, just use 
4801         gdk_atom_intern ("GDK_SELECTION").
4802
4803         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
4804         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
4805         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
4806         GdkVisualprivate, gdk_x11_gc_flush.
4807
4808       Make a number of public exports of variables into functions
4809       to increase encapsulation.
4810
4811         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
4812         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
4813         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
4814
4815         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
4816         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
4817         gdk_error_warnings.
4818
4819         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
4820           docs/Changes-2.0.txt: 
4821         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
4822         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
4823         Add gdk_x11_get_default_xdisplay().
4824
4825         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
4826         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
4827         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
4828         Don't export gdk_progclass, move --class command line
4829         option and handling to common portion of GDK.
4830
4831       Miscellaneous fixes:
4832
4833         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
4834         g_return_val_if_fail that should have been g_return_if_fail.
4835
4836         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
4837         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
4838
4839         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
4840         X11 dependency.
4841
4842         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
4843         Remove unused gdk_key_repeat_disable/restore.
4844
4845         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
4846         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
4847         Remove unused gdk_null_window_warnings variable.
4848
4849         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
4850         it can be retrieved from the repository; it is too far
4851         from functional to be worth having people check out;
4852         it would be easier to start from scratch, I suspect.
4853
4854         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
4855
4856         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4857         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4858         Fix some accidentally global variables and unused global variables.
4859
4860         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
4861         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
4862         Fix some accidentally global variables and unused global variables.
4863
4864       Add some space for future expansion to multihead.
4865
4866         * gdk/gdkdrawable.h: Add four reserved function pointers
4867         for future expansion of GdkDrawableClass.
4868
4869         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
4870         where we can put a GdkScreen * later.
4871
4872 2001-09-07  Havoc Pennington  <hp@redhat.com>
4873
4874         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
4875         adjustments after validating destination yrange; fixes #53918
4876         (This may cause other issues, but I hope it won't)
4877         
4878 2001-09-05  Havoc Pennington  <hp@redhat.com>
4879
4880         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
4881         line into start line, update the character counts in parent nodes; 
4882         caused a bug when end and start line had different parent nodes.
4883
4884 2001-08-30  Havoc Pennington  <hp@redhat.com>
4885         
4886         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
4887         assertion that tag is in a table
4888
4889 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
4890
4891         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
4892         g_strcasecmp on NULL strings. (#59058)
4893
4894 2001-09-06  Alex Larsson  <alexl@redhat.com>
4895
4896         * gtk/gtkbin.c:
4897         * gtk/gtkfontsel.c:
4898         * gtk/gtkspinbutton.c:
4899         * gtk/gtktipsquery.c:
4900         Use GtkType/GType instead of uint.
4901
4902 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
4903
4904         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
4905         sort column.
4906
4907         * gtk/gtktreestore.c (gtk_list_store_init): ditto
4908
4909         * gtk/gtktreesortable.c: add docs.
4910
4911 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
4912
4913         * Version 1.3.7
4914
4915         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
4916         docs for gtk-config
4917
4918         * modules/input/Makefile.am (install-data-local): Don't
4919         run gtk-query-immodules if DESTDIR is set.
4920
4921         * NEWS: Various additions.
4922
4923 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
4924
4925         * NEWS: updates for 1.3.7 release.
4926
4927 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
4928
4929         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
4930         handle default sort feature
4931
4932         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
4933         new function to handle default sort.
4934         (gtk_tree_sortable_has_default_sort_func): check if default sort
4935         is set.
4936
4937         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
4938         handle default sort feature
4939
4940 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
4941
4942         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
4943         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
4944         #59731
4945
4946 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
4947
4948         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
4949         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
4950         time, #59727
4951
4952         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
4953         correctly.
4954
4955 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
4956
4957         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
4958         so that we don't eternally update the keymap after we
4959         get a change notification.
4960
4961         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
4962         incorrect cast.
4963
4964 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
4965
4966         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
4967         it working. It mostly works now, although there're still a few issues
4968         to be worked out.
4969
4970         * tests/testtreesort.c (main): changes to have a better test
4971         application for the GtkTreeModelSort.
4972
4973 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
4974
4975         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
4976         fix for bug #59222.
4977
4978         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
4979         gpointer search_data argument to function definition and
4980         prototype, to match GtkTreeViewSearchEqualFunc typedef.
4981
4982 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
4983
4984         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
4985         per jrb's request.
4986
4987 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
4988
4989         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
4990
4991         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
4992
4993 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
4994
4995         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
4996         Instead of always mirroring the selection to a single PRIMARY
4997         selection, allow it to be mirrored to any number of clipboards.
4998
4999         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
5000         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
5001
5002         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
5003         GtkClipboard argument, and for paste_clipboard, the
5004         @override_location argument from @paste_primary.
5005
5006         * gtk/gtktextview.c: Adapt to above change.
5007         
5008 2001-08-30  Havoc Pennington  <hp@redhat.com>
5009
5010         * gtk/gtktextview.c (invalidated_handler): put validate idle at
5011         resize - 2 just for flexibility
5012
5013 2001-08-30  Havoc Pennington  <hp@redhat.com>
5014
5015         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
5016         object from the empty-child-anchor case by drawing a little box.
5017         
5018         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
5019         if the child anchor has no anchored widgets - fixes #59328.
5020
5021         Also, remove bizarre deletion of preedit string that seems to have
5022         gotten in here somehow.
5023
5024 2001-08-30  Havoc Pennington  <hp@redhat.com>
5025
5026         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
5027         to #58420 from Hidetoshi Tajima and Matthias Clasen
5028
5029 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
5030
5031         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5032         change color when the GtkTreeView loses focus.
5033
5034         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
5035         ditto.
5036         
5037         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
5038
5039 2001-08-28  Havoc Pennington  <hp@pobox.com>
5040
5041         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
5042
5043 2001-08-28  Havoc Pennington  <hp@pobox.com>
5044
5045         * demos/gtk-demo/main.c (setup_default_icon): add default icon
5046
5047         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
5048         warning fix
5049         (gtk_radio_button_new_with_label): warning fix
5050
5051         * gtk/gtkdnd.c: used some random GtkImage private structs, 
5052         update to reflect GtkImage changes
5053
5054         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
5055         whether the hint is supported, just always set the icon. A task
5056         list might want to use it even if the WM doesn't, and the WM may
5057         change over time. Also, XDeleteProperty() if list == NULL.
5058
5059         * gtk/gtkwindow.c (gtk_window_set_icon_list)
5060         (gtk_window_get_icon_list)
5061         (gtk_window_set_icon)
5062         (gtk_window_get_icon)
5063         (gtk_window_set_default_icon_list)
5064         (gtk_window_get_default_icon_list):
5065         new functions
5066
5067         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
5068
5069         * gtk/gtkimage.c: Implement property support, bug #59408
5070
5071         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
5072         on reparent-without-removing-first a bit more helpful.
5073         Let's just destroy this FAQ.
5074
5075 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
5076
5077         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
5078         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
5079
5080 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
5081
5082         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
5083         of use_text_format to the end of the function. (#56447)
5084
5085 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
5086
5087         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
5088         only in response to an area_prepared signal.
5089
5090 2001-08-28  Alex Larsson  <alexl@redhat.com>
5091
5092         * gtk/gtkwidget.c (gtk_widget_class_init):
5093         Make unrealize GTK_RUN_LAST.
5094
5095 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
5096
5097         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
5098         with_label and with_mnemonic should create radio buttons, not
5099         check buttons
5100
5101 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
5102
5103         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
5104         * tests/treestoretest.c (make_window): ditto
5105         * demos/gtk-demo/main.c (create_tree): ditto
5106         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
5107
5108 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
5109
5110         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
5111         GTK selection types rather than GtkTreeSelectionMode.
5112
5113         * docs/Changes-2.0: Add comment about selection change.
5114
5115 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
5116
5117         * gtk/gtkenums.h (GtkSelectionMode): deprecate
5118         GTK_SELECTION_EXTENDED.
5119
5120         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
5121         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
5122
5123         * gtk/gtkctree.c: ditto
5124
5125         * gtk/gtklist.c: ditto
5126
5127         * gtk/gtktree.c: ditto
5128
5129 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
5130
5131         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
5132         of typos in compat macros. (#59624, Skip Montaro)
5133
5134 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
5135
5136         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
5137         macro.
5138
5139          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
5140  
5141         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
5142         interface to be a standard setter from gtk_menu_item_right_justify.
5143         (gtk_menu_item_get_right_justified): a getter to go with the setter
5144
5145         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
5146         gtk_menu_item_right_justify.
5147
5148         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
5149         gtk_menu_item_set_right_justified.
5150  
5151 2001-08-27  Jens Finke <jens@gnome.org>
5152
5153         * gtk+.spec.in: Updated to match gpp requirements, reworked the
5154         files section to make it work with 1.3.x releases.
5155
5156 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5157
5158         * gtk/gtkbutton.[ch]:
5159         Add properties for labels, mnemonics and stock items.
5160         Added C accessor functions for the properties.
5161         Removed deprecated button->child.
5162
5163         * gtk/gtkradiobutton.c:
5164         * gtk/gtktogglebutton.c:
5165         Update to use the functions in GtkButton.
5166
5167         * gtk/gtkcheckbutton.c:
5168         Update to use the functions in GtkButton.
5169         Changed size allocation of child. Now only gets as much
5170         space as it requests.
5171
5172         * gtk/gtkclist.c:
5173         Don't use GtkButton->child
5174
5175         * gtk/gtklabel.c:
5176         Fixed typo in docs
5177         
5178 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5179
5180         * tests/testgtk.c:
5181         * tests/Makefile.am:
5182         Ressurect the properties test.
5183         I don't care if it is inferior, I just want to test my property code.
5184
5185 2001-08-25  Chema Celorio  <chema@celorio.com>
5186
5187         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
5188         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
5189         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
5190
5191 2001-08-24  Havoc Pennington  <hp@pobox.com>
5192
5193         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
5194         these are already in gtkmenu.h, and the copies
5195         here were broken.
5196
5197         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
5198
5199         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
5200         special-case bitmaps to allow no colormap
5201         (bitmap1): implement no-colormap bitmap-getting
5202         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
5203         alpha
5204         (rgb8): indentation
5205         (rgb1a, rgb1): change the way we read the data out of the image, 
5206         old way didn't seem to work quite right.
5207
5208         I'm pretty sure a lot of the rgbconvert code is still broken.
5209         
5210         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
5211         above position constraint (I really intended to do this before,
5212         don't know what's up with that)
5213         (gtk_XParseGeometry): shut up gcc
5214
5215         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
5216         and "0" should have been. remove the attempted 4-bytes-at-once
5217         optimization, it was totally broken.
5218
5219 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
5220
5221         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
5222         on push to buttons (based on patch from Soeren Sandmann, #54720)
5223
5224           - Add child_displacement_x/y style properties to control how far the
5225             child moves when the button is depressed.
5226
5227           - Add non-exported function _gtk_button_set_depressed to clean
5228             up the handling of the in/out shadow and separate it frmo
5229             widget->state.
5230
5231           - Lots of code cleanup and simplification of state handling
5232             for GtkButton/GtkToggleButton.
5233  
5234         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
5235         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
5236
5237 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
5238
5239         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
5240         and make gtk_image_new() take no arguments. The compiler will
5241         catch it, and it is vastly more useful than having
5242         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
5243
5244         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
5245         to add tearoff-title property (#51319, Lee Mallabone)
5246
5247 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
5248
5249         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
5250         gtk_menu_item_configure(). (#58925)
5251
5252 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
5253
5254         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
5255         "use_align" to give people the option to just make a cell visible.
5256
5257         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
5258         we were scrolling past the end of the tree.
5259
5260         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
5261         rename gtk_tree_view_column_pack_start_cell_renderer to
5262         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
5263
5264 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
5265
5266         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
5267         a stray g_object_ref() left over from gtk_object_ref/sink.
5268         (Pointed out by Josh Pritikin.)
5269
5270 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
5271
5272         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
5273         to gtk_container_get_children. Added deprecated compatibility
5274         macro. (Suggested by Vitaly Tishkov, #59051)
5275
5276         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
5277         calls.
5278
5279 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
5280
5281         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
5282         gtk_menu_bar_append/prepend/insert, forgot to do this
5283         when we deprecated gtk_menu_append/prepend/insert.
5284
5285         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
5286         compat macros.
5287
5288         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
5289         renamed by compat macro.
5290
5291         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
5292         gtk_font_selection_dialog_get_font(). (Suggested by
5293         Vitaly Tishkov, #59383)
5294
5295 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
5296
5297         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
5298         Rename from gtk_text_tag_table_size(). (#59366)
5299
5300 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
5301
5302         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
5303         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
5304         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
5305         (#59173).
5306
5307 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
5308
5309         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
5310         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
5311         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
5312
5313 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
5314
5315         [ Patch from Sebastian Wilhelmi, 52790 ]
5316
5317         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
5318
5319         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
5320         Move compatibility macros from g[dt]kcompat.h to within 
5321         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
5322
5323         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
5324
5325         * demos/Makefile.am demos/gtk-demo/Makefile.am 
5326           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
5327           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
5328
5329         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
5330                  testpixbuf.c}: Fix usages of deprecated functions.
5331
5332 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
5333
5334         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
5335         when changing models.
5336
5337 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
5338
5339         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
5340         We check the current event for modifiers rather than try to trap
5341         all presses.
5342
5343 2001-08-22  Anders Carlsson  <andersca@gnu.org>
5344
5345         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
5346         It's LIST_STORE, not LISTSTORE.
5347
5348 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
5349
5350         * gtk/gtk.h: Remove commented out gtkpacker reference.
5351
5352 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5353
5354         * configure.in (all_loaders): Add tga loader, 
5355         patch by Nicola Girardi. (#56067)
5356
5357 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
5358
5359         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
5360         a little.  More needs to be done tomorrow.
5361
5362 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
5363
5364         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
5365
5366 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
5367
5368         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
5369         reported by Kristian Rietveld <kristian@planet.nl> to handle row
5370         == NULL.
5371         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
5372         <kristian@planet.nl> to change destroy order.
5373
5374 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
5375
5376         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
5377         correct marshaller.
5378
5379 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
5380
5381         * gtk/gtkliststore.c: Fix up warnings, #58928.
5382
5383         * gtk/gtktreeselection.h: Change signal prototype, #58647
5384
5385         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
5386         #59221.
5387
5388         * gtk/gtkstyle.c: Actually prelight arrow, #50981
5389         
5390 2001-08-18  Hans Breuer  <hans@breuer.org>
5391
5392         * gdk/gdk.def : updated externals
5393
5394         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
5395         is required to get (at least) visible in entry fields. Some selections
5396         are really handled now - even on win32 - but copying via middle
5397         mouse button into a different app needs to wait ... 
5398
5399         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
5400         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
5401
5402         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
5403         handling. I'm not sure if it is better now, but at least not worse
5404
5405         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
5406         with SetWindowPos () which allows more fine-tuning backing-store wise
5407
5408         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
5409         Also changed move/resize to be more like the X version.
5410
5411         * gtk/gtk.def : updated externals
5412
5413 2001-08-19  Sven Neumann  <sven@gimp.org>
5414
5415         * gtk/gtktooltips.c
5416         * tests/testtreesort.c
5417         * tests/treestoretest.c: inserted some casts to get rid of compiler
5418         warnings.
5419
5420 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
5421
5422         * gtk/gtktreeviewcolumn.c
5423         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
5424
5425         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
5426         (_gtk_tree_view_find_node): If *node is NULL,
5427         *tree should be NULL too.
5428
5429         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
5430         column/renderers.
5431         * tests/testtreecolumns.c: ditto
5432         * tests/testtreefocus.c: ditto
5433         * tests/testtreesort.c: ditto
5434         * tests/testtreeview.c: ditto
5435         * tests/treestoretest.c: ditto
5436
5437 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
5438
5439         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
5440         signals; is_expander/is_expanded.
5441
5442         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
5443         pixbufs.
5444
5445         * gtk/gtktreeview.c: set above properties.
5446
5447 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
5448
5449         * gtk/gtkwidget.h: Really remove set_default_style().
5450
5451         * docs/Changes-2.0.txt: added a note about
5452         gtk_widget_push/pop/set_default_style.
5453
5454 2001-08-18  Havoc Pennington  <hp@pobox.com>
5455
5456         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
5457         hints_changed in addition to the other cases.
5458         (gtk_window_move_resize): include last position from configure
5459         notify in debug spew
5460
5461 2001-08-18  James Henstridge  <james@daa.com.au>
5462
5463         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
5464         second argument to the weak ref notify, cleaning up some uglyness.
5465         (gtk_accel_group_attach): remove and add the weak notifier when
5466         changing the accel groups slist.
5467         (gtk_accel_group_detach): same here.
5468
5469 2001-08-17  Darin Adler  <darin@bentspoon.com>
5470
5471         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
5472         missing parameters to utf8 functions to make it compile.
5473
5474 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
5475
5476         * gtk/gtktreeprivate.h:
5477         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
5478         (gtk_tree_view_init), (gtk_tree_view_set_property),
5479         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
5480         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
5481         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
5482         (gtk_tree_view_set_destroy_count_func),
5483         (gtk_tree_view_set_enable_search),
5484         (gtk_tree_view_get_enable_search),
5485         (gtk_tree_view_get_search_column),
5486         (gtk_tree_view_set_search_column),
5487         (gtk_tree_view_get_search_equal_func),
5488         (gtk_tree_view_set_search_equal_func),
5489         (gtk_tree_view_search_dialog_destroy),
5490         (gtk_tree_view_search_position_func),
5491         (gtk_tree_view_interactive_search),
5492         (gtk_tree_view_search_delete_event),
5493         (gtk_tree_view_search_button_press_event),
5494         (gtk_tree_view_search_key_press_event),
5495         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
5496         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
5497         * gtk/gtktreeview.h:
5498         Add heavily modified patch from Kristian Rietveld to handle
5499         interactive searching.
5500
5501 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
5502
5503         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
5504         string parameter.
5505
5506         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
5507         GtkMenuShell::selection_done, now that we have it, instead of 
5508         ::deactivate so we're not tearing the menu apart and notify
5509         the user prematurely.
5510
5511 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
5512
5513         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
5514         window, clear window->need_default_position to avoid infinite loops.
5515         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
5516
5517 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
5518
5519         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
5520         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
5521         (gtk_tree_view_set_property): don't cast possible NULL objects.
5522         (gtk_tree_view_destroy): reset the model to NULL.
5523
5524         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
5525         parent_class handler.
5526
5527 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5528
5529         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
5530
5531 2001-08-17  Anders Carlsson  <andersca@gnu.org>
5532
5533         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
5534         point numbers so that the result will be floating point.
5535
5536 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5537
5538         * tests/testgtk.c (create_handle_box): 
5539         (create_toolbar): Replace gtk_window_set_policy calls by
5540         gtk_window_set_resizable.
5541
5542 2001-08-16  Jakub Steiner <jimmac@ximian.com>
5543
5544         * gtk/stock-icons/dialog_info.png: new style bulb
5545         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
5546         * gtk/stock-icons/dialog_warning.png: need a hand?
5547         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
5548           the aa border gets chopped off ok
5549         * gtk/stock-icons/stock_colorselector.png: using the new hand
5550         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
5551           this one is for, but the old icon was butt ugly.
5552         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
5553         * gtk/stock-icons/stock*_insert_object.png: "
5554         * gtk/stock-icons/stock_index.png: using new hand icon
5555         * gtk/stock-icons/stock*_new.png: the document template being used 
5556           elsewhere too
5557         * gtk/stock-icons/stock*_print*.png: new print and print preview 
5558           icons (panel/menu)  
5559         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
5560           icons based on Tuomas' floppy image.
5561         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
5562         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
5563         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
5564         * gtk/stock-icons/stock*_undelete.png: "
5565         * gtk/stock-icons/stock_preferences.png: I have a version with a 
5566           document base if the sliders are no good.
5567         * gtk/stock-icons/stock_properties.png: properties 
5568         
5569
5570         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
5571           (tigert@ximian.com) clipboard icons
5572         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
5573         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
5574         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
5575           little bigger IMHO
5576
5577 2001-08-16  Sven Neumann  <sven@gimp.org>
5578
5579         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
5580
5581 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
5582
5583         * gtk/gtkcellrenderertext.c:
5584         Avoid warning when specifying NULL for "attributes" property
5585
5586 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5587
5588         * docs/debugging.txt: Add a warning about --enable-debug=no,
5589         some editorial changes.
5590
5591 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5592
5593         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
5594         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
5595         debugging info, remove unused debug flags. (#58330)
5596
5597 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
5598
5599         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
5600         (gtk_tree_selection_select_all): Remove strict checking for rows.
5601
5602 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5603         
5604         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
5605         Don't remove the tooltip window when the tip text changes. (#15891)
5606
5607 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
5608
5609         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
5610         $(srcdir).
5611
5612 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
5613
5614         * Makefile.am (EXTRA_DIST): Fix problem with trying to
5615         dist files from intl/, which is no longer there.
5616
5617 2001-08-11  Hans Breuer  <hans@breuer.org>
5618
5619         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
5620           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
5621           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
5622           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
5623           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
5624           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
5625
5626         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
5627           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
5628         GDK_TYPE_EVENT signals
5629
5630         * gtk/gtkalignment.c : removed 'direct allocation bug',
5631         which Tim discovered while reading the patch
5632
5633 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
5634
5635         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
5636         compat macros for push/pop/set_visual that were supposed
5637         to be added a long time ago, but got dropped. 
5638
5639 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
5640
5641         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
5642         property notifies.
5643
5644 2001-08-07  Havoc Pennington  <hp@pobox.com>
5645
5646         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
5647
5648         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
5649         some fixage is needed here, but nothing simple. Owen understands
5650         it. ;-)
5651
5652         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
5653         sizing and positioning.  Also, fix bug in compute_geometry_hints
5654         (width/height confusion for setting min size). 
5655         (gtk_window_move): new function
5656         (gtk_window_resize): new function
5657         (gtk_window_get_size): new function
5658         (gtk_window_get_position): new function
5659         (gtk_window_parse_geometry): new function
5660         
5661         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
5662         (gtk_widget_get_size_request): new function
5663         (gtk_widget_get_usize): delete, that was a short-lived function
5664         ;-)
5665         (gtk_widget_set_usize): deprecate
5666         (gtk_widget_set_uposition): deprecate, make it a trivial 
5667         gtk_window_move() wrapper
5668         (gtk_widget_class_init): remove x/y/width/height properties,
5669         add width_request height_request
5670         
5671         * demos/*: update to avoid deprecated functions
5672         
5673         * gtk/gtklayout.c: add x/y child properties
5674
5675         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
5676         uses of "gint16"
5677
5678         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
5679         sizing test
5680
5681         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
5682         configure events on toplevel windows are always in root window
5683         coordinates, following ICCCM spec that all synthetic events 
5684         are in root window coords already, while real events are 
5685         in parent window coords. Previously the code assumed that 
5686         coords of 0,0 were parent window coords, which was 
5687         really broken.
5688   
5689         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
5690         warning
5691  
5692         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
5693         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
5694         hints in gtk_window_parse_geometry()
5695  
5696         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
5697         new USER_POS USER_SIZE hints    
5698
5699 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5700
5701         * tests/prop-editor.c (properties_from_type): Use 
5702         g_object_class_list_properties to get the param specs 
5703         for a given type. (#58609)
5704
5705 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5706
5707         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
5708         free the text_aa parts. (#57549)
5709
5710 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5711
5712         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
5713         not the foreground color. (#57621)
5714
5715 2001-08-09  Alexander Larsson <alexl@redhat.com>
5716
5717         * gdk/win32/gdkfont-win32.c:
5718         Update to the new pango win32 api.
5719
5720 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
5721
5722         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
5723         COMPOUND_TEXT instead of TEXT
5724         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
5725         interpret the return value of g_string_to_compound_text()
5726         (#55152)
5727
5728 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5729
5730         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
5731         fail if iter is NULL. (#58347)
5732
5733 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5734
5735         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
5736         some off-by-one issues, fixing selection of line-ends. (#50323)
5737
5738 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
5739
5740         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
5741         functions in order to make mouse operation work again in the
5742         color wheel. (#58604)
5743
5744 2001-08-07  James Henstridge  <james@daa.com.au>
5745
5746         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
5747         the accelerator when the accel object is changed.  Fixes bug
5748         #58628.
5749
5750 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
5751
5752         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
5753         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
5754         (gnome bugzilla #58202)
5755
5756 2001-08-06  Havoc Pennington  <hp@pobox.com>
5757  
5758         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
5759         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
5760         it was expecting a GdkWindow, not a GdkWindowImplX11.
5761  
5762         Also, we were getting the window rect in screen coords 
5763         and the screen rect in window coords then intersecting 
5764         them; instead, get window rect in window coords.
5765  
5766         Finally, there were codepaths that resulted in a stuck server grab
5767         (when the window was fully onscreen, or on gdk_image_new()
5768         failure); make the server ungrab thing a bit more
5769         robust/consistent.
5770
5771 2001-08-06  Sven Neumann  <sven@gimp.org>
5772
5773         * gdk/gdkpango.c (gdk_pango_context_destroy): 
5774         check if info->colormap != NULL before unref'ing it. It might have
5775         been set to NULL using gdk_pango_context_set_colormap().
5776
5777 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
5778
5779         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
5780         Fix conversion from float to int so that we don't get
5781         skew in the int => float => int roundtrip. 
5782         (#58120, reported by Vitaly Tishkov). Also fix problem
5783         where if no alpha was set, the returned alpha
5784         from (say) set_current_alpha() was returned as 1, not 65535.
5785
5786 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
5787
5788         * gtk/gtklist.c (gtk_list_clear_items): Fix
5789         problem with selecting a new focus child.
5790
5791         * gtk/gtklist.c (gtk_list_clear_items): Clear 
5792         list->undo/list_focus_child after unparenting
5793         child, since unparenting the child can result
5794         in list->last_focus_child being set. (#58024)
5795
5796         * Makefile.am (SUBDIRS): Add target specific pc
5797         files to DISTCLEANFILES.
5798
5799         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
5800         (58327, Matthias Clasen)
5801
5802 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
5803
5804         * tests/testgtk.c: Patch from Hans (with various modifications),
5805         to add the ability to use testgtk as a rough-and-ready
5806         benchmark. Try, 'testgtk --bench all:5' (if you want decent
5807         numbers, run without a window manager)
5808
5809 2001-08-04 Alexander Larsson <alexl@redhat.com>
5810
5811         * gdk/win32/gdkinput.c:
5812         Add #ifdef HAVE_WINTAB around wintab.h include.
5813
5814         * gtk/gtk.def:
5815         Removed marshals that have been moved to glib.
5816         Commented out plug and socket. They didn't compile for me 
5817         on win32.
5818
5819 2001-08-04  Hans Breuer  <hans@breuer.org>
5820
5821         * gtk/stocks-icons/makefile.msc : new file
5822         * gtk/makefile.msc.in : use it
5823
5824         * gtk/gtkstyle.c : not all platforms do provide M_PI and
5825         friends, but luckily there is G_PI
5826
5827         * gtk/gtk.def : updated
5828
5829         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
5830         windows WS_POPUP, but only those without a parent. This fixes the 
5831         mis-alignment between the selectable (temp, input only) window and 
5832         the window text of GtkLabel.
5833
5834         (gdk_window_show) : respect private->state when actually showing
5835         the window.
5836
5837         (gdk_window_set_transient_for) : Implementation from Wolfgang 
5838         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
5839         error handling. Should fix #50586.
5840
5841         * gdk/win32/gdkevents-win32.c : beautify log output
5842
5843 2001-08-04  Michael Natterer  <mitch@gimp.org>
5844
5845         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
5846         Need to show the image after adding it to the GtkImageMenuItem.
5847         This used to work without in testgtk because of the
5848         gtk_widget_show_all() at the end of the function.
5849         (Closes #54978).
5850
5851 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
5852
5853         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
5854         (gtk_notebook_set_child_property): fix finding of child's page,
5855         since we have to validly deal with labels and menus here as well.
5856         (gtk_notebook_get_child_property): fix warning.
5857         (gtk_notebook_class_init): property tab_pack is of type
5858         GTK_TYPE_PACK_TYPE (enum) not boolean.
5859         (gtk_notebook_find_child): don't always warn, we might be looking
5860         for a label or menu child.
5861         (gtk_notebook_map): fix mapping of panel.
5862
5863         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
5864         widget's mapped state, regardless of the value being set equals
5865         old settings, since things like REALIZED(parent) or MAPPED(parent)
5866         may have changed since the old value was set. make it an error to
5867         invoke this function on a toplevel widget.
5868
5869 2001-07-31  Darin Adler  <darin@bentspoon.com>
5870
5871         * gdk/gdkprivate.h:
5872         * gdk/x11/gdkx.h:
5873         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
5874
5875         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
5876         GTK_OBJECT.
5877
5878 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
5879
5880         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
5881         scoping error pointed out by matthiasc@poet.de.
5882
5883 2001-07-31  Sven Neumann  <sven@gimp.org>
5884
5885         * demos/gtk-demo/appwindow.c
5886         * demos/gtk-demo/item_factory.c
5887         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
5888
5889 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
5890
5891         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
5892         argument order for g_signal_has_handler_pending.
5893
5894 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
5895
5896         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
5897         instead of long deprecated g_scanner_stat_mode().
5898
5899 2001-07-29  Hans Breuer  <hans@breuer.org>
5900
5901         * gdk/makefile.msc : build in the backend dir after
5902         auto-generating files
5903
5904         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
5905         with code from win32-production-branch.
5906
5907         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
5908         before calling DestroyWindow, which indirectly calls 
5909         gdk_window_destroy_notify ()
5910
5911         (performance patch merged from win32-production-branch)
5912         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
5913         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
5914         R2_COPYPEN rop). It is claimed to be much faster.
5915
5916 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
5917
5918         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5919         add an "attributes" property to the text renderer for ATK.
5920
5921 2001-07-26  Alex Larsson  <alexl@redhat.com>
5922
5923         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5924         Initialize image->bits_per_pixel from the drawable, not from
5925         the root window.
5926
5927         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
5928         Fix cast. argument is an IMPL already.
5929
5930 2001-07-15  James Henstridge  <james@daa.com.au>
5931
5932         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
5933         (gtk_window_remove_accel_group): same here.
5934         (gtk_window_key_press_event): same here.
5935
5936         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
5937         (gtk_widget_remove_accelerator): same here.
5938         (gtk_widget_remove_accelerators): same here.
5939
5940         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
5941
5942         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
5943         instead of GtkObject.
5944
5945         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
5946         now takes GObjects.
5947
5948         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
5949         pass a GObject to gtk_accel_group_entries_from_object.
5950         (gtk_item_factory_create_item): s/accel_widget/accel_object/
5951
5952         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
5953
5954         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
5955
5956         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
5957         GObjects can have accelerators set now.  Add compatibility
5958         defines.
5959
5960         * gtk/gtkmarshal.list: add missing marshallers.
5961
5962         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
5963         accelerators on plain GObjects.  gtk_accel_group_object_destroy
5964         has been converted into a weak reference, and
5965         gtk_accel_group_delete_entries is now a destroy notify for that
5966         piece of data.
5967
5968 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
5969
5970         * gdk/gdkdraw.c: Added a check on the colormap depth to
5971         gdk_drawable_set_colormap()
5972         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
5973         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
5974         for pixmaps without visuals (more specifically, bitmaps)
5975         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
5976         doesn't set a colormap with the wrong depth
5977
5978
5979 2001-07-22  Anders Carlsson  <andersca@gnome.org>
5980
5981         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
5982         expander_height and expander_width properties with a single
5983         property, expander_size.
5984         (gtk_tree_view_init): Set the tab_offset to expander_size
5985         plus some padding.
5986         (gtk_tree_view_unrealize): Remove the expand/collapse
5987         timeout if it exists.
5988         (coords_are_over_arrow): Fix a small bug.
5989         (gtk_tree_view_motion_draw_column_motion_arrow): Use
5990         expander_size.
5991         (gtk_tree_view_draw_focus): Use "treeview" instead of
5992         "add-mode" as detail when drawing the focus.
5993         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
5994         instead of "add-mode" as detail when drawing the focus.
5995         (gtk_tree_view_deleted): If we have a node currently being
5996         expanded or collapsed, remove the timeout and set the node 
5997         to NULL.
5998         (gtk_tree_view_queue_draw_arrow): New function that just
5999         redraws the arrow of a node.
6000         (gtk_tree_view_draw_arrow): Use expander_size instead of
6001         expander_width/expander_height, also pass a different
6002         expander_style to gtk_paint_expander depending on the 
6003         state of the node being drawn.
6004         (expand_collapse_timeout): New function for expanding 
6005         or collapsing a node depending on the previous state.
6006         (gtk_tree_view_real_expand_row): Add timeout and set 
6007         correct state for node being expanded.
6008         (gtk_tree_view_real_collapse_row): Add timeout and set
6009         correct state for node being collapsed.
6010
6011         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
6012         information about the node currently being expanded or
6013         collapsed, and also a timeout id.
6014
6015         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
6016         with expander_style for draw_expander.
6017
6018         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
6019         expander_style.
6020         (create_expander_affine): New function for creating an 
6021         expander affine.
6022         (apply_affine_on_point): New function for applying an 
6023         affine to a point.
6024         (gtk_default_draw_expander): Modified to take expander_style
6025         instead of is_open, and to draw the rectangle rotated differently
6026         depending on the expander style.
6027         (gtk_paint_expander): Replace is_open with expander_style.
6028
6029         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
6030
6031         * gtk/gtkenums.h: Add expander style enum.
6032
6033 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
6034
6035         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
6036         value from gtk_tree_model_get_iter, the model might be empty.
6037
6038 2001-07-20  Hans Breuer  <hans@breuer.org>
6039
6040         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
6041         gdk/gdkinput.c like the other backends
6042
6043         * gdk/win32/gdkinput-win32.h :
6044         * gdk/win32/gdkinput.c :
6045         * gdk/win32/gdkvisual-win32.c :
6046         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
6047         GdkVisual GObjectification. UNTESTED for pen-devices because
6048         I simply have none.
6049
6050         * gdk/gdk.def :
6051         * gtk/gtk.def : updated externals
6052
6053         * gtk/gtkiconfactory.c :
6054         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
6055         before passing &error to functions to avoid strange crashes
6056         
6057         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
6058
6059         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
6060
6061         * gtk/makefile.msc.in : updated
6062
6063 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
6064
6065         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
6066         Add property support. (#51858)
6067
6068 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
6069
6070         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
6071         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
6072         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
6073
6074 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
6075
6076         * gtk/gtkcolorsel.c: Add propery support (roughly
6077         based on patch from Lee Mallabone, #51014)
6078
6079         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
6080         deprecated, since we already g_warning() on it.
6081
6082 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
6083
6084         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
6085         typo that sometimes caused selection not to work properly.
6086
6087         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
6088         entry when tabbing in. (#57743)
6089         
6090         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
6091         user drags up above or down below the entry, move
6092         to the end or the beginning of the entry. (Suggestion
6093         from Jay Cox, #50940)
6094
6095         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
6096         a current selection, then when moving by chars or
6097         words, move to the end of the selection rather than
6098         from entry->current_pos. (Suggestion from Jay Cox,
6099         #50942)
6100         
6101 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
6102
6103         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
6104         set window->decorated. (Patch from Hidetoshi Tajima,
6105         #55846)
6106
6107 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
6108
6109         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
6110         the widget/child realization/mapping invariants.
6111
6112         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
6113         gtk_widget_[get/set]_child_visible() to control
6114         whether visible children of a mapped window are
6115         mapped.
6116
6117         * docs/widget_system.txt: Updated for changes in
6118         container contract, and addition of GTK_CHILD_VISIBLE.
6119
6120         * gtk/gtkcontainer.c: Add generic map()/unmap()
6121         functions that work for almost all containers.
6122
6123         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
6124         gtk_widget_set_child_visible() where necessary.
6125
6126         * gtk/*.c: Remove excess map(), unmap(), and 
6127         realization/mapping invariant enforcing code
6128         from many containers.
6129
6130 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
6131
6132         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
6133         Get the foreground color from 'text', nor 'fg'. (#57568)
6134
6135 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
6136
6137         * gtk/*.c: Patch from Matthias Clasen to remove remove
6138         all instances of g_return_if_fail (foo != NULL); that are
6139         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
6140         since the second check catches the NULL anyways.
6141
6142 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6143
6144         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
6145         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
6146         GDK_THREADS_ENTER()/LEAVE() pairs.
6147
6148         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
6149         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
6150         pairs. (Problem found by M. Meeks)
6151
6152 2001-07-18  Darin Adler  <darin@bentspoon.com>
6153
6154         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
6155         that we don't get a g_warning message every time we register a new
6156         icon size.
6157
6158         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
6159         using pixel variable of the correct type.
6160         
6161 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
6162
6163         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
6164         so that using X functions on a GdkWindow is possible, if
6165         a little hairy.
6166
6167         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
6168         and ts_origin of a GC, so that external parties can offset/restore
6169         a GC, when using gdk_window_get_internal_paint_info().
6170
6171 2001-07-17  Darin Adler  <darin@bentspoon.com>
6172
6173         * .cvsignore: Ignore the sgml directory made by gtkdoc.
6174         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
6175         instead of the deprecated gtk_window_set_policy.
6176         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
6177         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
6178         function to get rid of warning and some code too.
6179         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
6180         missing const.
6181         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
6182         unused local.
6183         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
6184         const.
6185         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
6186         (gdk_utf8_to_compound_text): Add missing const.
6187         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
6188         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
6189         cast and get rid of an unnecessary one.
6190         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
6191         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
6192         local.
6193         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
6194         Remove unused local.
6195         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
6196         missing const.
6197         * tests/testsocket.c: (add_child): Add cast so the printf format
6198         doesn't make us implicitly depend on what integer type
6199         gtk_socket_get_id returns.
6200         * tests/testtextbuffer.c: Add missing const.
6201         * tests/testtreefocus.c: (main): Remove unused local.
6202         * tests/treestoretest.c: (iter_remove): Remove unused local.
6203         (uppercase_value): Remove unused function.
6204         (make_window): Add statement to quiet the compiler's uninitialized
6205         variable warning.
6206
6207 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
6208
6209         * gtk/gtkrange.c:
6210         (second_timeout): 
6211         (initial_timeout): 
6212         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
6213         (gtk_range_calc_layout): compute the new layout based on an
6214         adjustment->value being passed in as argument.
6215         (gtk_range_button_press): for button2 slider warps, first recalc
6216         the layout, then adjust the value. also, use update_slider_position()
6217         for adjusting the value, so we keep pixel quantisation at which we
6218         usually operate (upon motion or button releases). the reason for this
6219         is that, we can't change the adjustment upon button2 presses to a non
6220         quantised value and upon button2 release re-quantise the value since
6221         that'd alter the value even if we didn't get any motion events (causing
6222         unexpected scroll area warps upon release and/or slider pixel-jitter).
6223         (gtk_range_motion_notify): update the slider position from queried
6224         coordinates, not event coordinates.
6225
6226 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
6227
6228         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
6229         the default gc values are: width=0, CapBut, JoinMiter.
6230
6231 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
6232
6233         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
6234         into account the xpad and ypad when calculating the width and the
6235         height of the pixbuf cel.
6236
6237 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
6238
6239         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
6240         Rename to gtk_radio_menu_item_get_group(), add deprecated
6241         alias. (#57044)
6242
6243         * gtk/gtkfilesel.c: Indentation fix.
6244
6245 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
6246
6247         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
6248         Hasselmann to fix warnings in compat macros. 
6249         (#56773)
6250
6251         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
6252         stupid wrong cast added in last patch.
6253
6254 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
6255
6256         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
6257         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
6258
6259 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
6260
6261         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
6262         missing cast.
6263
6264         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
6265         NULL/FALSE return value confusion.
6266
6267         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
6268         problem when scrollbar completely fills range. (Patch
6269         from  Matthias Clasen, #57047)
6270
6271 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
6272
6273         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
6274         clean up when handling events for move-resize emulation.
6275         (Problem traced down by Matthias Clasen, #57271)
6276
6277 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
6278
6279         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
6280           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
6281           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
6282           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
6283           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
6284           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
6285           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
6286         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
6287
6288 2001-07-09  Peter Williams  <peterw@ximian.com>
6289
6290         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
6291         for when srcdir != builddir
6292
6293 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
6294
6295         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
6296         gtk_tree_model_get_iter_root.
6297
6298         * gtk/gtkliststore.c: Add a bunch of g_return statements.
6299         (gtk_list_store_iter_n_children): Fix up.
6300
6301         * gtk/gtktreestore.c: Add a bunch of g_return statements.
6302
6303 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
6304
6305         * gtk/gtkwidget.c (gtk_widget_class_init):
6306         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
6307         restore some workingness.
6308
6309         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
6310         handle of window type for input-only windows.
6311
6312 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
6313
6314         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
6315         Patch from Gregory Merchan to add 
6316         gtk_button_box_set_secondary(), which separates
6317         the child into a separate group from the normal
6318         buttons. (#56331)
6319
6320         * gtk/gtkdialog.c: Make help buttons secondary by
6321         default.
6322
6323         * gtk/gtkbbox.c: Added a child property "secondary".
6324
6325         * gtk/testgtk.c: Turn on the help button for the 
6326         color selector to check that it properly appears
6327         as secondary.
6328
6329 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
6330  
6331         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
6332         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
6333         Add gdk_set_pointer_hooks() to allow pointer-querying to
6334         be hooked by an event record/playback system like GERD.
6335         (#56914)
6336         
6337 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
6338
6339         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
6340         in the right value of initial_emission to
6341         gtk_widget_set_style_internal (#57091)
6342
6343 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
6344
6345         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
6346         Make compile.
6347
6348         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
6349         with calling gtk_widget_set_style_internal() with
6350         the old style, not the new style. (#56989)
6351
6352 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
6353
6354         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
6355           gtk/gtkwidget.c:
6356         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
6357         not GTK_WIDGET_GET_ANCESTOR ... see 
6358         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
6359         Indicate the best practice in the docs for gtk_widget_get_toplevel().
6360
6361         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
6362         so GtkPlug can give the correct signals when transforming
6363         from a child to a toplevel.
6364         
6365         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
6366         reparentation correctly.
6367
6368         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
6369         Propagate the previous_toplevel argument down properly.
6370
6371         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
6372         of wrong atr list.
6373
6374         * gtk/gtkplug.[ch]: Add an "embedded" signal.
6375
6376         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
6377         signals.
6378
6379         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
6380         functions gtk_plug_get_id(), gtk_socket_get_id(),
6381         to avoid the user having to worry about realization,
6382         and gdkx.h.
6383
6384         * tests/testsocket.c: Extend to try out the new signals
6385         and gtk_plug/socket_get_id().
6386
6387         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
6388         setting of underline attributes.
6389
6390         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
6391         DestroyNotify events from SubstructureNotifyMask
6392
6393         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
6394         Switch GDK_WINDOW_TYPE (window) as needed.
6395
6396         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
6397         allow creation of toplevel windows as children of
6398         foreign windows.
6399
6400         * gtk/gtkplug.c: Remove hacks involving changing private
6401         fields of GdkWindow.
6402
6403         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
6404         exactly the same signals and notification
6405         be emitted for local embedding as for inter-process
6406         embedding.
6407
6408 2001-07-04  James Henstridge  <james@daa.com.au>
6409
6410         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
6411
6412 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
6413
6414         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
6415         XEMBED embedding add a _XEMBED_INFO property to the
6416         client with version number and a "mapped" flags.
6417         Use the mapped flag instead of the racy MapRequestEvent
6418
6419         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
6420         code to reliably set things (when the child is a passive
6421         embedder participating in the XEMBED protocol) intead
6422         of just being a hack for embedding non-participating
6423         programs. Fix various bugs and race conditions.
6424         
6425         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
6426         work by simply making the GtkSocket the gtk parent
6427         of the GtkPlug. Set a flag in this case and make
6428         the GtkPlug work like a normal container by overriding
6429         methods such as check_resize and "chaining past" GtkWindow
6430         to GtkBin.
6431
6432         * gtk/gtkentry.c (gtk_entry_real_activate)
6433           gtk/gtkmain.c (gtk_propagate_event): 
6434         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
6435         
6436         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
6437         gtk_widget_get_ancestor):
6438         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
6439         might not give the expected result and recommend
6440         an alternative.
6441
6442         * tests/testsocket.c tests/testsocket_child.c
6443         tests/testsocket_common.c tests/Makefile.am: Extended
6444         to test different type of adding plugs to sockets
6445         (local,active,passive), and to test mapping/unmapping
6446         the plug.
6447
6448         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
6449         mark the window as destroyed until after we
6450         called _gdk_windowing_window_destroy().
6451         (_gdk_windowing_window_destroy() may use GDK functions
6452         on the window.)
6453
6454         * gdk/x11/gdkinput.c: Remove the check for finalization - 
6455         devices can be finalized under some circumnstances.
6456  
6457         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
6458         small problem with GDK_TYPE_DEVICE.
6459  
6460 2001-07-02  Havoc Pennington  <hp@pobox.com>
6461
6462         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
6463         use constants not atoms.
6464
6465 2001-07-02  James Henstridge  <james@daa.com.au>
6466
6467         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
6468         PANGO_TYPE_TAB_ARRAY.
6469
6470         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
6471         for PANGO_TYPE_TAB_ARRAY.
6472
6473         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
6474         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
6475
6476         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
6477         the file.  Remove Pango types from defs -- they are now defined in
6478         libpango.
6479
6480 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
6481
6482         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
6483
6484         * gtk/gtkobject.c (gtk_object_destroy): invoke
6485         g_object_run_dispose().
6486
6487         * gtk/gtkwindow.c: 
6488         * gtk/gtkwidget.c: 
6489         * gtk/gtkobject.c:
6490         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
6491         method.
6492
6493 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
6494
6495         * gtk/gtktypeutils.c (gtk_type_class): Remove
6496         change check for GTK_TYPE_OBJECT derivation to
6497         G_TYPE_OBJECTS - it's Tim-approved to use this 
6498         for arbitary objects.
6499
6500         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
6501         prefix gtk_container_dequeue_resize_handler().
6502
6503         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
6504         to the hierarachy_changed signal, since you otherwise
6505         have to always keep that around.
6506
6507         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
6508         for extra argument to hierarchy_changed.
6509
6510 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
6511
6512         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
6513         for style to mean "revert to default style"
6514
6515         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
6516           gtk_widget_restore_default_style): Make this functions
6517         deprecated aliases for gtk_widget_set_style (widget, NULL).
6518
6519         * gtk/gtkwidget.[ch]: Remove:
6520            gtk_widget_set_default_style ()
6521            gtk_widget_push_style ()
6522            gtk_widget_pop_style ()
6523         These functions interact are overriden by RC files, and
6524         thus virtually useless, and complicated.
6525
6526 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
6527
6528         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
6529         most of the previous global variables in gtkrc.c. This is
6530         in preparation for multi-head, since each screen can
6531         have different GtkSettings and RC information.
6532
6533         * gtk/gtkrc.[ch]: 
6534
6535         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
6536         GtkSettings parameter to GtkRcStyle::parse.
6537
6538         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
6539         Add two new settings gtk-theme-name, gtk-key-theme-name,
6540         for RC files that are loaded by name after reading
6541         the default RC files.
6542         
6543         * gtk/gtkrc.c: Allow priorities for styles, as wll as
6544         bindings.
6545
6546         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
6547         and use it by default for RC files loaded via 
6548         gtk-theme-name, gtk-key-theme-name.
6549
6550         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
6551         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
6552         tests/testgtkrc: Require pathnames to be absolute.
6553
6554         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
6555         the source when parsing, since the operation of looking up a
6556         pixmap from an RC file depends on the parsing context.
6557
6558         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
6559         reset RC styles on all widgets when files are reparsed.
6560
6561         * tests/testgtk.c (create_rc_file) 
6562           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
6563         Simplify, now that gtk_rc_reparse_all() resets styles on
6564         all widgets itself.
6565
6566         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
6567         return value.
6568
6569         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
6570         GtkSettings argument.
6571
6572         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
6573         gtk_settings_get_global().
6574
6575         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
6576         to get the appropriate GtkSettings for a widget. (For now,
6577         just gets the default GtkSetttings.) 
6578
6579         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
6580           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
6581         changes.
6582
6583         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
6584         getting a style for a path without actually having a widget.
6585         (Allows using a style for a subpart of a widget, for
6586         example.)
6587
6588         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
6589         the RC files to be reloaded for just one GtkSettings
6590         (not sure how useful this really is.)
6591
6592         * gtk/gtkrc.h: Deprecate
6593         gtk_rc_add_widget_name/widget_class/class_style
6594
6595 2001-06-30  Alex Larsson  <alexl@redhat.com>
6596
6597         * gdk/linux-fb/gdkinput-none.c:
6598         * gdk/linux-fb/gdkinput.c:
6599         * gdk/linux-fb/gdkinputprivate.h:
6600         Convert GdkDevice to a GObject.
6601
6602         * linux-fb/gdkprivate-fb.h:
6603         * linux-fb/gdkvisual-fb.c:
6604         Convert GdkVisual to a GObject.
6605
6606 2001-06-29  Alex Larsson  <alexl@redhat.com>
6607
6608         * gdk/gdkvisual.h:
6609         * gdk/gdkcolor.c:
6610         * gdk/x11/gdkx.h:
6611         * gdk/x11/gdkvisual-x11.c:
6612         Convert GdkVisual to a GObject.
6613
6614         * gdk/gdkinput.h:
6615         * gdk/gdkevents.c:
6616         * gdk/x11/gdkinputprivate.h:
6617         * gdk/x11/gdkinput-gxi.c:
6618         * gdk/x11/gdkinput-none.c:
6619         * gdk/x11/gdkinput-x11.c:
6620         * gdk/x11/gdkinput-xfree.c:
6621         * gdk/x11/gdkinput.c:
6622         Convert GdkDevice to a GObject.
6623
6624 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
6625
6626         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
6627         to just plain new, fixing the number of columns, and column types
6628         at creation time.
6629
6630         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
6631
6632         * gtk/gtkcellrenderertext.c
6633         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
6634         height to a specific font.
6635
6636         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
6637
6638         * tests/*c: change to work with new store models.
6639
6640 2001-06-29  Havoc Pennington  <hp@redhat.com>
6641
6642        * Throughout: fixes to compile with G_DISABLE_COMPAT
6643         (s/g_signal_connectc/g_signal_connect/,
6644         s/g_signal_newc/g_signal_new/,
6645         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
6646
6647 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
6648
6649         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6650         add path argument to selection callbacks.
6651
6652 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
6653
6654         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
6655         walk through a model in a depth first manner, with the option to
6656         break out.
6657
6658 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
6659
6660         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
6661         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
6662         column and follow it when draged, rather than a location in the
6663         view. "expander_column" property and drawing functions changed
6664         accordingly.  Fixes bug #55942.
6665
6666         (gtk_tree_view_{set,get}_expander_column): Now works with a
6667         GtkTreeViewColumn* instead of int.
6668
6669 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
6670
6671         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
6672
6673 2001-06-28  Havoc Pennington  <hp@pobox.com>
6674
6675         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
6676         image data to the screen, using a server grab to avoid race
6677         conditions.
6678
6679         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
6680         check for NULL return from gtk_image_new_from_stock(), it never
6681         returns NULL.
6682         (gtk_item_factory_create_item): fix bug where we parsed the stock
6683         ID as an inline pixbuf
6684
6685         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
6686
6687         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
6688         support (should be using binding set here)
6689
6690         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
6691         support (should be using binding set here)
6692
6693         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
6694         support
6695
6696         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
6697
6698         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
6699
6700         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
6701
6702         * gtk/gtkimcontextsimple.c
6703         (gtk_im_context_simple_filter_keypress): keypad
6704
6705         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
6706
6707         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
6708
6709         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
6710
6711         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
6712         should be binding-setted)
6713
6714         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
6715
6716         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
6717
6718         * gtk/gtkcalendar.c: numeric keypad fixes
6719
6720         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
6721         support
6722
6723         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
6724         screwup
6725
6726         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
6727         clip the render area to the drawable's clip region in advance,
6728         so we don't get data from the server that we don't need.
6729
6730         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
6731         check return value of gdk_pixbuf_get_from_drawable(), fall back 
6732         to bilevel alpha if we can't get the pixbuf to composite against.
6733
6734         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
6735
6736         * gdk/gdkimage.c (gdk_image_get_colormap): add
6737         gdk_image_set_colormap, gdk_image_get_colormap
6738
6739         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
6740         take a region of the image, instead of converting the entire
6741         image.
6742
6743         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
6744         keybinding signal. Add default bindings for it. Add default
6745         handler for show_help that shows the tooltip for the widget.
6746
6747         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
6748         "close" keybinding signal, remove key press handler.
6749
6750         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
6751         it's not our usual practice to leave a deprecated function around
6752         with a runtime warning, plus we don't want it to appear in docs,
6753         plus if we make them yellow no one will want to change them
6754         anyhow.
6755
6756 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
6757
6758         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
6759         GTK_WIDGET_REALIZE() for resize queueing.
6760
6761         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
6762         GTK_WIDGET_REALIZE() for post event delivery destruction upon
6763         GDK_DESTROY.
6764         
6765         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
6766         sompensate for former (pre-2.0) connect_after() facility.
6767         (gtk_widget_send_expose): 
6768         (gtk_widget_event): assert the widget is realized, since event delivery
6769         to non-realized widgets is essentially a bug. event handlers should
6770         be able to unconditionally rely on widget->window (unless they
6771         emit events on their own which can trigger widget destruction).
6772         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
6773         logic. event delivery happens as follows:
6774         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
6775         b) if !was_handled in (a) and the widget is still realized, emit event-
6776            specific signal (RUN_LAST handler). returns was_handled.
6777         c) emission of GtkWidget::event-after for notification if the widget is
6778            still realized (regardless of was_handled from previous stages, no
6779            class handler). no return value.
6780         d) was_handled gets passed on to caller, to determine further
6781            propagation. if the widget got unrealized meanwhile, was_handled
6782            is returned as TRUE.
6783
6784         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
6785         gdk_event_get_coords().
6786
6787 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
6788
6789         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
6790         age 0, binary age 0. depend on glib 1.3.7.
6791
6792         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
6793
6794         * gtk/gtkmenubar.c: same here.
6795         
6796         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
6797
6798         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
6799
6800         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
6801         
6802         * gtk/gtkmenubar.c (add_to_window): likewise.
6803         
6804         * gtk/gtktextbtree.c: and here...
6805         
6806         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
6807         
6808         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
6809         
6810         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
6811         
6812         * gtk/gtktreeviewcolumn.c:
6813         (_gtk_tree_view_column_set_tree_view): yet again.
6814
6815         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
6816         signal connections without g_signal_connect_data().
6817         
6818         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
6819         demo of the matter.
6820         
6821         * demos/testpixbuf.c (main): running out of equality phrases for the
6822         ChangeLog, but had to adapt connections here as well.
6823         
6824         * demos/testanimation.c (progressive_timeout): and for the fun of it,
6825         tackled this the same way.
6826         
6827         * tests/testtext.c (create_view): ok, it's becoming a pain at this
6828         point, but had enough enery for one more fix.
6829
6830         * tests/testtreecolumns.c (main): stand up man, do your work!
6831
6832         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
6833         fix, either that's been all of it or CVS gtk is broken yet again.
6834         
6835 2001-06-29  James Henstridge  <james@daa.com.au>
6836
6837         The following changes correspond to bug #56812
6838
6839         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
6840         code for GdkDevice.
6841
6842         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
6843         GdkCursor.
6844
6845 2001-06-19  Havoc Pennington  <hp@pobox.com>
6846
6847         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
6848         for mapping a window without fooling with stacking order, but
6849         updating the "withdrawn" flag
6850
6851         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
6852         filtering as soon as possible, moving move resize and wmspec_check
6853         handling after the event filter.  Make default filter apply to all
6854         events, not just those with no GdkWindow wrapped around the X
6855         window. Fix a FIXME about how the window could be a pixmap using 
6856         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
6857
6858         Also, be robust against events not on a known GdkWindow.
6859
6860         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
6861         gdk_x11_ungrab_server): export reference-counted server grabs, so
6862         other people can grab server over a GDK function that also does
6863         so.
6864
6865 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
6866
6867         * gtk/gtktreeviewcolumn.c
6868         (gtk_tree_view_column_pack_start_cell_renderer): New function to
6869         reflect that you can (hypothetically) pack cell renderers into a
6870         column.
6871         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
6872         (gtk_tree_view_column_cell_is_visible): Move more functionality to
6873         the column.
6874         (gtk_tree_view_column_cell_can_focus): Move more functionality to
6875         the column.
6876
6877         * gtk/gtktreeview.c: Move to use new column-packing code.
6878         (gtk_tree_view_real_expand_row): remove totally braindead code.
6879         (gtk_tree_view_real_collapse_row): ditto.
6880
6881 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
6882
6883         * gtk/gtktreeviewcolumn.c: Fix a typo.
6884         
6885 2001-06-26  Joel Becker  <jlbec@evilplan.org>
6886
6887         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
6888           at the end of the file
6889
6890 2001-06-26  Havoc Pennington  <hp@redhat.com>
6891
6892         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
6893
6894 2001-06-26  Havoc Pennington  <hp@redhat.com>
6895
6896         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
6897         property
6898
6899 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
6900
6901         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
6902         stupid missing statement
6903
6904         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
6905         private function for ATK.  It notifies you of how many _visible_
6906         children are deleted when a node is deleted.  Should be used by
6907         atk only.
6908
6909 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
6910
6911         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
6912         Use new pango_context_get_metrics() to fix problems
6913         with font lists in descriptions. (#56184, reported by
6914         Jonas Borgström)
6915
6916 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
6917
6918         * gtk/gtkiconfactory.c:
6919         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
6920         item factory so inlined pixbufs actually work.
6921
6922 2001-06-25  Havoc Pennington  <hp@redhat.com>
6923
6924         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
6925         s/RESIZEABLE/RESIZABLE/
6926
6927         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
6928
6929 2001-06-25  Alexander Larsson  <alexl@redhat.com>
6930
6931         * configure.in:
6932         Added --enable-fbmanager. This is some experimental code
6933         that lets several GtkFB apps coordinate their access to the
6934         framebuffer.
6935         
6936         * acconfig.h:
6937         Added ENABLE_FB_MANAGER.
6938
6939         * gdk/linux-fb/Makefile.am:
6940         Added gdkfbmanager and gdkfbswitch.
6941
6942         * gdk/linux-fb/gdkkeyboard-fb.c:
6943         * gdk/linux-fb/gdkmouse-fb.c:
6944         * gdk/linux-fb/gdkprivate-fb.h:
6945         Split device init and open so that
6946         they can be opened and closed while switched
6947         away.
6948
6949         * gdk/linux-fb/gdkmain-fb.c:
6950         Add the basic manager communication.
6951
6952         * gdk/linux-fb/gdkrender-fb.c:
6953         Don't update to the shadow fb if we're
6954         blocked by the fb manager.
6955
6956 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
6957
6958         * docs/Changes-2.0.txt: Add note about child property
6959         changes.
6960
6961 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
6962
6963         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
6964         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
6965
6966         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
6967         with un'reffing wrong list reported by Jeff Franks.
6968
6969         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
6970
6971         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
6972         for the default icon. Remove inline XPM.
6973
6974         * gtk/gtkstock.h gtk/gtkiconfactory.c:
6975         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
6976         is used for GTK_STOCK_DND, but it is a bit too small.)
6977
6978         * gtk/stock-icons/stock_dnd_multiple.png
6979         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
6980
6981         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
6982         TRUE when starting a drag. In other cases, we are
6983         just observing. (#52995)
6984
6985         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
6986         function to set the icon for a drag from a GdkPixbuf
6987         or stock ID.
6988
6989         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
6990         Likewise, for drag sources.
6991
6992         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
6993         (Now should be done using the stock system.)
6994
6995 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
6996
6997         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
6998         Removed - didn't work and not particularly useful anyways
6999         if it did. 
7000
7001 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
7002
7003         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
7004         introduced last night that was making things decidedly not work.
7005
7006         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
7007         so that we have getter/setter pairing everywhere it makes
7008         sense. (#55767)
7009
7010         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
7011         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
7012         deprecated compat macro. (#55516)
7013
7014         * gtk/gtklabel.[ch]: Add functions
7015         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
7016         gtk_label_set_label(), which mirror the property API for GtkLabel.
7017         Make gtk_label_get_attributes() only reflect the attributes
7018         set by gtk_label_set_attributes.
7019
7020         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
7021         from gtk_notebook_set_page().
7022
7023 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
7024
7025         * configure.in: Fix tests for XShm.h.
7026
7027         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
7028         gdk_image_new() by use of goto, properly use g_object_unref().
7029
7030 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
7031
7032         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
7033         calls, as GdkImage is an object. these should be g_obejct_unref()
7034         instead but that won't work because of the g_error() statement
7035         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
7036         to spot these places.
7037
7038 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
7039
7040         * modules/input/gtkimcontextxim.c: Fixup some problems with 
7041         text length handling in error cases.
7042
7043         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
7044         a bit to make test actually warn on attempt to allocation
7045         a negative size. (#56101, Matthias Clasen)
7046
7047 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
7048
7049         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7050         noticed by Brian Cameron.
7051         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
7052         Cameron.
7053
7054 2001-06-22  Hans Breuer  <hans@breuer.org>
7055
7056         * gdk/gdk.def : updated externals
7057
7058         * gdk/win32/gdkdrawable-win32.c : corrected some casts
7059         in GDK_NOTEs
7060
7061         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
7062         to translate coordinates to the internal > 16 bit system
7063         Try to handle WM_WINDOWPOSCHANGED to get better performance for
7064         when moving/resizing
7065
7066         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
7067         and gdk_keymap_get_direction (). The latter is untested for
7068         the RTL case
7069
7070         * gtk/gtk.def : updated externals
7071
7072         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
7073         from pango_language_from_string (), not an already freed pointer
7074
7075         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
7076         binary (-kb) to be useable on windoze
7077  
7078 2001-06-21  Alexander Larsson  <alexl@redhat.com>
7079
7080         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
7081         Update to new PangoLanguage changes.
7082         
7083         * gtk/gtkwindow-decorate.c:
7084         * gtk/gtkwindow.[ch]:
7085         Added setting argument to gtk_window_set_has_frame ()
7086         
7087 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
7088
7089         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
7090         the case without XKB properly.
7091
7092         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
7093         unused gtk_rc_auto_parse variable.
7094
7095         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
7096         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
7097         longer needed with GdkPixbuf.
7098
7099         * gtk/gtkrc.c (_gtk_rc_init): Make private.
7100
7101 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
7102
7103         * gtk/gtkentry.h: Mark deprecated functions with
7104         GTK_DISABLE_DEPRECATED.
7105
7106 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7107
7108         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
7109
7110         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
7111
7112         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
7113           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
7114           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
7115           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
7116           to recent changes in Pango.
7117
7118         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
7119           to test whether the basic engine honors them.
7120
7121 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
7122
7123         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
7124         gtk_container_child_get_property().
7125
7126 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
7127
7128         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
7129         (gtk_tree_view_move_cursor_page_up_down): implement.
7130
7131 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
7132
7133         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
7134         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
7135         don't use automatic fixed size buffer for printf-ing floats, doubles
7136         can expand to really _huge_ strings, use g_strdup_printf() instead.
7137
7138 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
7139
7140         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
7141         construct property in 1.2 and still needs to be.
7142
7143         * gtk/gtkwidget.c: "composite_child" is not a settable property.
7144
7145 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
7146
7147         * gtk/gtkliststore.c (gtk_list_store_clear): 
7148         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
7149         clear a model.
7150
7151 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
7152
7153         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
7154
7155         * gtk/Makefile.am:
7156         * gtk/gtk.h: disabled GtkPacker compilation.
7157
7158         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
7159
7160         * gtk/gtknotebook.c:
7161         * gtk/gtktable.c:
7162         * gtk/gtkbox.c: ported this over to child properties.
7163
7164         * gtk/gtksettings.c: fetch class properties via
7165         g_object_class_list_properties().
7166
7167         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
7168         child arg interface. use gobjectnotifyqueue.c for child property
7169         notification.
7170
7171         * gtk/gtkwidget.[hc]: provide necessary means for container child
7172         properties, i.e. ::child_notify signal,
7173         gtk_widget_freeze_child_notify(),
7174         gtk_widget_child_notify(),
7175         gtk_widget_thaw_child_notify().
7176
7177         * tests/testgtk.c: removed inferior property handling code, for
7178         property editing, a generic module should be used, and GLE
7179         coincidentally fullfills that purpose.
7180
7181         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
7182         needs to be adapted to g_object_class_list_properties() before this
7183         builds again.
7184
7185 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
7186
7187         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
7188         test if a node is expanded.
7189
7190 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
7191
7192         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7193         where collapsing a selected row would result in the cursor/anchor
7194         getting screwed up.
7195
7196 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
7197
7198         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
7199         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
7200         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
7201         Now I can really reorder/sort all Store widgets.  treesorttest
7202         seems to just work now.
7203         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
7204         testtreesort worked through a big coincidence all this time.
7205         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
7206         code.
7207         * tests/testtreecolumns.c: Big 'ol warning at the top letting
7208         people know that this code should never ever ever be copied.
7209
7210 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
7211
7212         * gtk/gtkwindow.h: Fixed a small typo, it should be
7213         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
7214         on line 134.
7215
7216 2001-06-14  Havoc Pennington  <hp@redhat.com>
7217
7218         Docs fixups, and:
7219         
7220         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
7221         GTK_DISABLE_DEPRECATED
7222
7223 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
7224
7225         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
7226         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
7227         finish it off tonight, though it basically works now when it's a
7228         list.  Also, I have a sinking feeling neither GtkTreeStore or
7229         GtkListStore actually resort when adding a new item.  I'll look
7230         into it.
7231
7232 2001-06-14  Havoc Pennington  <hp@redhat.com>
7233
7234         * demos/gtk-demo/main.c (load_file): fix bug identified by
7235         warnings I just added to gtktextbuffer
7236
7237 2001-06-14  Havoc Pennington  <hp@redhat.com>
7238
7239         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
7240
7241         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
7242
7243         * gtk/gtktextbtree.c: don't leak node data all over the place.
7244
7245         * demos/gtk-demo/main.c (main): create fontify tags for the right
7246         buffer
7247
7248         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
7249         to mention tags in the same table can't have the same name,
7250         suggested by Skip Montanaro
7251
7252 2001-06-11  Havoc Pennington  <hp@redhat.com>
7253
7254         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
7255         for trying to add two tags with same name to the tag table
7256
7257         * demos/gtk-demo/main.c (main): fix colors ;-)
7258
7259 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
7260
7261         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
7262         that allows grouping together multiple windows so that grabs
7263         within that set of windows only affect those windows.
7264
7265         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
7266         signal for notification when a widget becomes shadowed
7267         by a grab or is no longer shadowed by a grab.
7268
7269         * gtk/gtkwidget.c (gtk_widget_propagate_state)
7270           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
7271         insenstive widgets to maintain a grab.
7272
7273 2001-06-14  Alexander Larsson  <alexl@redhat.com>
7274
7275         * docs/README.linux-fb:
7276         Add some example config files that can be used with the URW fonts.
7277         
7278         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
7279         Set up the color ramps for DirectColor mode.
7280
7281 2001-06-11  Havoc Pennington  <hp@redhat.com>
7282
7283         * Release 1.3.6
7284          
7285 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7286
7287         * gdk/linux-fb/gdkwindow-fb.c:
7288         Unify shaped window code and make it repaint the area that used
7289         to be part of the shape, but isn't anymore.
7290
7291 2001-06-11  Havoc Pennington  <hp@redhat.com>
7292
7293         * NEWS: Updates
7294
7295         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
7296
7297         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
7298         
7299 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7300
7301         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
7302         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
7303         passes zero instead, so do we.
7304         
7305 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7306
7307         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
7308         Deep copy dash_list too.
7309         (_gdk_fb_gc_new): Set default cap_style before
7310         setting values.
7311
7312 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
7313
7314         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
7315         gdk_keymap_get_direction): New functions.
7316
7317 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
7318
7319         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
7320         gtk_tree_model_get_flags by adding a second flag for atk.
7321
7322         * gtk/gtktreemodel.c: make cursor behavior interact better with
7323         mouse presses.
7324
7325 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
7326
7327         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
7328         expand_row/collapse_row to be 2 signals each -- test_expand_row
7329         and row_expanded as well as test_collapse_row and row_collapsed.
7330
7331 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
7332
7333         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
7334         signal name to be changed instead of selection_changed.
7335
7336 2001-06-08  Havoc Pennington  <hp@redhat.com>
7337
7338         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
7339         "scroll_offset" property for notification when the layout offsets
7340         may have changed
7341         (gtk_entry_adjust_scroll): add notify for scroll_offset
7342         (gtk_entry_layout_index_to_text_index): function to compensate for
7343         preedit string when doing coordinate stuff on the entry's layout
7344         (gtk_entry_text_index_to_layout_index): inverse function
7345         (gtk_entry_get_layout_offsets): hook to get current position of
7346         the layout      
7347         (gtk_entry_get_layout): hook to get the layout itself.
7348
7349         * gtk/gtklabel.c (gtk_label_get_layout): new function
7350
7351 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
7352
7353         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
7354         keybinding.
7355         (gtk_tree_view_focus): Fix merge conflict.
7356
7357 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
7358
7359         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
7360         clean up cursor handling.
7361
7362 2001-06-08  Havoc Pennington  <hp@redhat.com>
7363
7364         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
7365         function
7366
7367         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
7368         this function
7369
7370 2001-06-08  Alex Larsson  <alexl@redhat.com>
7371
7372         * gtk/gtkcompat.h.in:
7373         Added compat macros for all old GTK_TYPE_GDK_xxx types.
7374         Fixes bug #52892
7375
7376 2001-06-08  Havoc Pennington  <hp@redhat.com>
7377         
7378         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
7379         parent still
7380
7381 2001-06-08  Havoc Pennington  <hp@redhat.com>
7382
7383         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
7384         don't call g_list funcs on GSList
7385
7386         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
7387         gtk_container_focus(), since some widgets have focusable locations
7388         which are not other widgets. These widgets should not have to be 
7389         containers just to manage the focus. For example, GtkHSV is
7390         currently a container for no good reason. Also, this cleans
7391         up the "if (is_container && is_sensitive && is_drawable)
7392         container_focus ()" mess in widget implementations.
7393
7394         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
7395         function, and have it just call gtk_widget_child_focus().
7396
7397         * gtk/gtkhsv.c: derive from widget not container
7398         
7399         Throughout: fix to reflect GtkContainer::focus change
7400         
7401 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
7402
7403         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
7404         range.  Fix bug #55921
7405
7406         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
7407         (#55920).
7408
7409 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
7410
7411         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
7412         and gdk_keymap_get_current_direction().
7413
7414         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
7415           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
7416         the current locked group, use it to set the keymap
7417         direction.
7418
7419         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
7420         to determine whether we draw a split cursor or use
7421         a jumping cursor based on the current direction.
7422
7423         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
7424         Obey the split cursor setting. 
7425
7426 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
7427
7428         * gtk/gtkimmulticontext.c (activate_cb): Only activate
7429         when toggling on, not when toggling off... (#55906)
7430
7431 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
7432
7433         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
7434         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
7435         in docs. (#55812, Vitaly Tishkov)
7436
7437 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
7438
7439         * demos/gtk-demo/main.c (create_tree): Changed signal name from
7440         selection_changed to changed in signal connection to GtkTreeSelection,
7441         also used g_signal_connectc since GtkTreeSelection is now a GObject.
7442
7443 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
7444
7445         * gtk/gtktreeselection.c: Now it's a GObject instead of a
7446         GtkObject.  The GtkTreeSelection::selection_changed signal is now
7447         the GtkTreeSelection::changed signal.
7448
7449         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
7450         object.
7451
7452         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
7453         object.
7454
7455 2001-06-07  Havoc Pennington  <hp@redhat.com>
7456
7457         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
7458
7459 2001-06-07  Havoc Pennington  <hp@redhat.com>
7460         
7461         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
7462         (not tested yet because with absolute path to srcdir I can't build
7463         atk, but it was broken anyway so this may help) 
7464
7465 2001-06-07  Havoc Pennington  <hp@redhat.com>
7466
7467         * configure.in: output m4macros/Makefile
7468         
7469 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
7470
7471         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
7472         buttons.  Fixes #55460 reported by matthiasc@poet.de.
7473
7474 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
7475
7476         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
7477         expansion/collapsing so it only happens in one place.
7478         (gtk_tree_view_real_expand_row): ditto.
7479
7480 2001-06-07  Havoc Pennington  <hp@redhat.com>
7481
7482         * tests/Makefile.am: add missing -I flag
7483
7484         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
7485
7486         * configure.in: use pkg-config to see if GModule is
7487         supported; fix to properly turn on included loaders 
7488         when GModule isn't supported; don't use AC_CHECK_LIB 
7489         when libs are not installed yet
7490
7491         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
7492
7493         * Makefile.am (SUBDIRS): add m4macros subdir
7494
7495         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
7496         dependencies also.
7497
7498 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
7499
7500         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
7501         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
7502
7503 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
7504
7505         * gtk/gtktreeview.c
7506         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
7507         bindings to expand and collapse rows.
7508         (gtk_tree_view_real_select_cursor_parent): New key binding.
7509         (gtk_tree_view_real_toggle_cursor_row): New key binding.
7510
7511         * gtk/gtkmarshal.list: new
7512         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
7513
7514 2001-06-06  Havoc Pennington  <hp@redhat.com>
7515
7516         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
7517
7518         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
7519         Down to move visually rather than logically, since it confuses 
7520         people. Add -/+ and Ctrl--/+ bindings for logical movement.
7521
7522 2001-06-06  Alex Larsson  <alexl@redhat.com>
7523
7524         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7525         Fix up error messages.
7526
7527 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
7528
7529         * gtk/gtktooltips.h: Include gtkwidget.h 
7530         (#55798, Karl Nelson)
7531
7532         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
7533         a valid latin-1 character. (Marc Lehmann, #35467)
7534
7535         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
7536         (Marc Lehmann, #35467)
7537         
7538 2001-06-05  Alex Larsson  <alexl@redhat.com>
7539
7540         * demos/gtk-demo/appwindow.c (do_appwindow):
7541         Don't swap the order of the args to gtk_widget_destroyed.
7542
7543         * tests/testgtk.c (destroy_properties):
7544         Don't crash when the properties window is destroyed.
7545
7546         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
7547         Use with_mnemonics to handle the case of stock items with
7548         underscores in them.
7549
7550 2001-06-05  Havoc Pennington  <hp@redhat.com>
7551
7552         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
7553         gtk_text_iter_reorder
7554
7555 2001-06-05  Havoc Pennington  <hp@redhat.com>
7556
7557         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
7558
7559 2001-06-05  Havoc Pennington  <hp@redhat.com>
7560
7561         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
7562         to the range that was set
7563
7564         * gtk/gtkrange.c: add value_changed signal, primarily 
7565         intended for use with GtkScale
7566         (gtk_range_set_increments): new function
7567         (gtk_range_set_range): new function with weird name
7568         (gtk_range_set_value): new function
7569         (gtk_range_get_value): new function
7570
7571         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
7572         from gtk_spin_button_get_value_as_float(). Compat #define
7573         added for get_value_as_float.
7574
7575         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
7576
7577         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
7578
7579 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
7580
7581         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
7582
7583 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
7584
7585         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
7586
7587         * tests/testgtk.c (create_tooltips): Remove usage of
7588         gtk_widget_set().
7589
7590 2001-06-05  Havoc Pennington  <hp@redhat.com>
7591
7592         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
7593
7594         Applying patch from Jeff Franks, with function docs added.
7595         
7596         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
7597         remove call to set_mnemonic_widget, change docs a bit.  
7598
7599         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
7600         new function
7601
7602         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
7603         new function
7604
7605         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
7606
7607         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
7608         function
7609         (gtk_radio_button_new_with_mnemonic_from_widget): new function
7610
7611         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
7612         new function
7613
7614         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
7615         function        
7616
7617         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
7618         auto-selection of mnemonic widget.
7619
7620 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
7621
7622         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
7623         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
7624         (gtk_tree_view_column_set_min_width): ditto.
7625
7626 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
7627
7628         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
7629         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
7630
7631 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
7632
7633         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
7634         gtk_clist_thaw().
7635
7636 2001-06-04  Havoc Pennington  <hp@pobox.com>
7637
7638         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
7639 r       eleases for buttons 6, 7
7640
7641 2001-06-04  Havoc Pennington  <hp@redhat.com>
7642
7643         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
7644         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
7645         #55562
7646
7647 2001-06-04  Havoc Pennington  <hp@redhat.com>
7648
7649         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
7650         where text_view->layout == NULL by assuming its size is 0, 
7651         i.e. same as if we haven't done any reflow. Reported by 
7652         Hidetoshi Tajima #55448 
7653
7654 2001-06-04  Havoc Pennington  <hp@redhat.com>
7655
7656         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
7657         and 7 for scroll left/right, from Thomas Broyer
7658
7659 2001-05-10  Havoc Pennington  <hp@redhat.com>
7660
7661         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
7662         we need to parse the xsetting as if it were an RC file string.
7663
7664         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
7665         value of palette from settings, not from static variable
7666
7667         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
7668         xsettings translation table
7669
7670         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
7671         hardcoding the toolbar style conflicts with new customizable 
7672         toolbar style philosophy
7673         (gtk_toolbar_class_init): add settings for default toolbar style;
7674         these are used unless the app specifically forces a toolbar style
7675
7676         * gtk/gtksettings.c (settings_install_property_parser): only
7677         return at the start if we warn and parser == NULL
7678
7679         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
7680         palette changed handler so we don't notify dead color selections
7681
7682         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
7683         xthickness/ythickness of 0 or 1 properly 
7684         (gtk_default_draw_resize_grip): clear the background behind the
7685         resize grips, and align to bottom right if we square the 
7686         area to be drawn.
7687
7688         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
7689         statusbar label to 1, so it doesn't make toplevels resize oddly
7690         (gtk_statusbar_size_request): add grip size to request
7691         (gtk_statusbar_size_allocate): hack so the hbox still works with 
7692         the grip size in the request
7693
7694         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
7695         bug where showing all on a toplevel makes the toolbar 
7696         button text appear despite the toolbar mode
7697
7698         * gtk/gtkmenubar.c: add internal padding style property
7699
7700         * gtk/gtktoolbar.c: Add internal padding style property; add
7701         shadow type style property
7702
7703         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
7704         state; and put Container::border_width outside the frame
7705
7706         * gtk/gtktextview.c: don't draw focus rectangle if we're in
7707         interior focus mode, we just use blinking cursor
7708
7709 2001-06-04  Havoc Pennington  <hp@redhat.com>
7710
7711         * configure.in: Make gdk-pixbuf have same version number as GTK
7712
7713 2001-06-04  Havoc Pennington  <hp@redhat.com>
7714
7715         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
7716         digits greater than 6. If there actually are limits (which there
7717         likely aren't), should clamp to them not warn.
7718         (gtk_spin_button_new_with_range): don't take log of 0
7719         (gtk_spin_button_size_request): use digits to compute size
7720         request, rather than step increment.
7721
7722         * tests/testgtk.c (create_spins): test larger values of digits
7723         
7724         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
7725         font on map not expose, so we don't get weirdness during scrolling
7726
7727 2001-06-04  Havoc Pennington  <hp@redhat.com>
7728
7729         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
7730         Sam Solon, bug #54577, update value even if not drawable.
7731
7732 2001-06-04  Havoc Pennington  <hp@redhat.com>
7733
7734         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
7735         SCROLL_LEFT, reported by Thomas Broyer.
7736
7737 2001-06-04  Havoc Pennington  <hp@redhat.com>
7738
7739         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
7740         Process updates immediately, to prevent funny lag effect
7741         when scrolling, at some mild potential efficiency cost.
7742
7743 2001-06-04  Havoc Pennington  <hp@redhat.com>
7744
7745         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
7746         slider on the click.
7747
7748 2001-06-03  Havoc Pennington  <hp@pobox.com>
7749
7750         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
7751         hscale/vscale details, so we can use it for scrollbar as well.
7752
7753         * tests/testgtk.c (reformat_value): honor digits from GtkScale
7754
7755         * gtk/gtkenums.h (GtkTroughType): Remove this enum
7756         (GtkScrollType): add START and END from GtkTroughType
7757
7758         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
7759         its x/y arguments
7760
7761         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
7762         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
7763         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
7764         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
7765         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
7766
7767         Notable changes in the process:
7768          
7769         - stepper_size style property is the height for vertical 
7770           ranges, width for horizontal; the other dimension matches
7771           the trough size
7772         - add ability to do NeXT-style steppers (and several other styles
7773           that don't make any sense)
7774         - added min_slider_length, fixed_slider_length properties to
7775           GtkScrollbar
7776         - cleaned some private (or at least useless) functions out of
7777           gtkscale.h    
7778         - moved bindings to GtkScale from subclasses, even arrow keys,
7779           since blind users don't know scale orientation.
7780         - change move_slider action signal to use new GtkScrollType,
7781           remove GtkTroughType argument
7782         - digits rounds the values a range will input to the given 
7783           number of decimals, but will not try to force adjustment 
7784           values set by other controllers. That is, we no longer
7785           modify adjustment->value inside a value_changed handler.
7786         - added getters for GtkScale setters
7787         - middle-click begins a slider drag
7788         
7789 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
7790
7791         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
7792         getting the focus code to work.
7793         (gtk_tree_view_class_init): Add a bunch of keybindings.
7794
7795         * gtk/gtktreeviewcolumn.c
7796         (gtk_tree_view_column_set_cell_data_func):
7797         s/GtkCellDataFunc/GtkTreeCellDataFunc.
7798         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
7799         of "properties_changed" to help justify the death of the latter
7800         signal. (-:
7801
7802         * tests/testtreefocus.c (main): Let some columns be focussable to
7803         test focus better.
7804
7805 2001-06-01  Havoc Pennington  <hp@redhat.com>
7806
7807         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
7808         
7809         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
7810         overwrite in overwrite mode if we already deleted the selection
7811         and replaced it with new text.  
7812
7813         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
7814         selection to an empty range, clear the clipboard if we owned it.
7815         (gtk_label_set_selectable): give up selection if we become
7816         unselectable.
7817         (gtk_label_state_changed): override state changed to unselect text
7818         when insensitive
7819         (get_text_callback): add paranoia check that indexes aren't
7820         outside of label->text
7821         (gtk_label_select_region): make -1 for start_offset mean "end of
7822         label," for consistency with GtkEditable
7823
7824         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
7825         GTK_DIALOG_NO_SEPARATOR flag
7826
7827 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
7828
7829         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
7830         notifications on non-existant "enable_arrow_keys".
7831         (#53753, Skip Montanaro)
7832
7833 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
7834
7835         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
7836         GDK_TYPE_RECTANGLE.
7837
7838         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
7839         of allocation argument be GDK_TYPE_RECTANGLE.
7840
7841 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
7842
7843         * gtk/gtkoptionmenu.c: Account for the fact that the border
7844         width is _outside_ the window. (Fixes #54585, bug found
7845         by Bastien Nocera.)
7846
7847 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
7848
7849         * gtk/gtksettings.c (gtk_settings_get_property): Validate
7850         value from GDK settings against parameter spec.
7851
7852         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
7853         to temporary values and use g_value_transform(), since
7854         thinking that GValue was going to be easy or efficient
7855         to use was, of course, a mistake.
7856
7857         * gtk/gtksettings.c: Add cursor blink setting.
7858         
7859         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
7860
7861         * gtk/gtkentry.c: Add cursor blinking.
7862
7863         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
7864         cursor blink global settings.
7865
7866         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
7867         for :text_position in places where it is missing.
7868
7869 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
7870
7871         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
7872
7873 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
7874
7875         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
7876         not pkg-config. (#51032)
7877
7878         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
7879         (fixes #51952, James Henstridge)
7880         
7881 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
7882
7883         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
7884         Rename to the more correct gtk-go-up.
7885
7886         * gtk/stock-icons/stock_menu_sort_ascending.png:
7887         Added new file.
7888         
7889         * gtk/stock-icons/stock_menu_sort_descending.png:
7890         Changed to show descending instead of ascending.
7891
7892         * gtk/gtkiconfactory.c:
7893         Added menu size icon to sort ascending.
7894
7895         * gtk/stock-icons/Makefile.am:
7896         Added stock_menu_sort_ascending.png.
7897         
7898         * gtk/gtkseparatormenuitem.c:
7899         Use correct typenames.
7900
7901 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
7902
7903         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
7904         gulong as in GSignal.
7905
7906 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
7907
7908         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
7909         instances of GtkCellRenderer in code (all but dnd icon code).
7910         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
7911         there, and I can do multiple Cells per column.
7912
7913         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
7914
7915         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
7916         when model was unreffed prior to removing the row reference.
7917
7918 2001-05-25  Havoc Pennington  <hp@redhat.com>
7919
7920         * gtk/gtkiconfactory.c: fix so that default icons are created if 
7921         you call gtk_stock_list_ids()
7922
7923         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
7924         in list
7925
7926 2001-05-25  Havoc Pennington  <hp@redhat.com>
7927
7928         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
7929         set can render without falling back to missing image icon
7930
7931         * gtk/gtktextview.c (gtk_text_view_size_request): request full
7932         size of text, instead of random values
7933
7934         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
7935         size of tree view, instead of random values
7936
7937         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
7938         image in an appropriate size
7939
7940         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
7941         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
7942
7943         Throughout: fix GTK_STOCK_BUTTON_ instances
7944         
7945         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7946         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
7947         Add a bunch of new stock items/icons
7948
7949         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
7950         new function, convenience for inserting columns with a data func
7951
7952         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
7953         (_gtk_icon_factory_list_ids): use list of all factories to
7954         generate a list of all known IDs
7955
7956         * gtk/gtkstock.c (gtk_stock_list_ids): replace
7957         gtk_stock_list_items() with a function that returns all IDs known
7958         including those for GtkIconFactory.
7959
7960 2001-05-25  Hans Breuer  <hans@breuer.org>
7961
7962         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
7963         work -> check boxes and radio buttons are drawn now, even on win9x.
7964         Improved line settings a bit, still no clue how to get really dotted
7965         lines on win9x, on NT it's PS_ALTERNATE.
7966
7967         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
7968         GDK_HINT_MIN_SIZE as well
7969
7970         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
7971
7972         * gtk/gtk.def : updated
7973
7974         * gtk/gtktreeprivate.h : change column_drop_func to be a function
7975         pointer not a function pointer pointer
7976
7977         * tests/testdnd.c : include <stdlib.h> for putenv prototype
7978
7979         * tests/testsocket.c : made it compile on win32 again
7980
7981         * tests/makefile.msc : one more test-app uses prop-editor.obj
7982
7983 2001-05-22  Havoc Pennington  <hp@pobox.com>
7984
7985         * gtk/gtkbin.c (gtk_bin_get_child): New function
7986
7987 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
7988
7989         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
7990         to ignore when doing compose processing.
7991
7992 2001-05-22  Joe Shaw  <joe@ximian.com>
7993
7994         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
7995         Simplify as suggested by Havoc. Just get the last iter and work
7996         backward to the tag instead of getting a line and working back from
7997         there. Fixes passing in an invalid offset to
7998         iter_init_from_byte_offset().
7999
8000 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * gtk/gtktreeview*.h: 
8003         * gtk/gtkcell*.h:
8004         * gtk/gtk*store.h:
8005         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
8006         macros to all objects.
8007
8008 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
8009
8010         * gtk/gtkcellrenderertext.c
8011         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
8012         with very large (TM) amounts of text.  May be moved to
8013         GtkCellRenderer in the future, though I'm not sure it wants to be
8014         this accessible.
8015
8016         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
8017         More sanity brought to this class.  I like it.
8018
8019         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
8020         case.  Kids, don't try this at home.
8021
8022         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
8023         convenience function.
8024
8025         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
8026
8027 2001-05-21  Alexander Larsson  <alexl@redhat.com>
8028
8029         * gtk/gtkfontsel.c:
8030         Added properties. Based on patch by Lee Mallabone.
8031
8032         * gtk/gtkruler.c:
8033         * gtk/gtkhruler.c:
8034         * gtk/gtkvruler.c:
8035         * gtk/gtktext.c:
8036         * gtk/gtktextview.c:
8037         Converted GtkArg to GParam. Based on patches by John Margaglione.
8038
8039         * tests/Makefile.am:
8040         * tests/testtext.c:
8041         Add a property editor to testtext.
8042         
8043 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
8044
8045         * gtk/gtk{h,v,}paned.c: Only show the separator if 
8046
8047         * configure.in: Fixed reversed conditional causing all image
8048         libraries to be linked in.
8049
8050 2001-05-21  Joe Shaw  <joe@ximian.com>
8051
8052         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
8053         that top_y needs to be >= 0.
8054
8055 2001-05-11  Havoc Pennington  <hp@pobox.com>
8056         
8057         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
8058         losing connection to the X server.
8059
8060 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
8061
8062         * configure.in: Start checks for X from pangox/pangoxft
8063         CFLAGS to avoid duplicate libraries.
8064
8065         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
8066
8067         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
8068         to include gobject.
8069         
8070 2001-05-18  Alexander Larsson  <alexl@redhat.com>
8071
8072         * gtk/gtkspinbutton.c:
8073         Convert GtkArgs to GParams. Based on patch by John Margaglione.
8074         Also do size request reasonable for MAXDOUBLE. Previously it printed
8075         the limits to a buffer and overran it. Instead do it using log10() and
8076         limit the width to 10 digits.
8077         
8078         * gtk/gtkwidget.c (gtk_widget_get_property):
8079         Correctly handle setting the parent property to NULL.
8080
8081 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
8082
8083         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
8084         style attributes even if the widget isn't realized.
8085
8086         * demos/gtk-demo/main.c: Use a slightly smaller font.
8087
8088 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
8089
8090         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
8091         This is something that only a widget writer would ever want
8092         to change.
8093
8094         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
8095         gtk_signal_emit_by_name().
8096
8097         * gtk/gtkviewport.c: Fix some warnings.
8098
8099         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
8100         allowing the requisitions of multiple widgets to be grouped
8101         together.
8102
8103         * tests/testgtk.c: Add GtkSizeGroup test
8104
8105         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
8106
8107         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
8108         warnings.
8109
8110         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
8111
8112 2001-04-28  Martin Baulig  <baulig@suse.de>
8113
8114         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
8115         to gtk_image_menu_item_set_icon() and made it work if there's already
8116         an image.
8117         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
8118         (gtk_image_menu_item_new_with_label): New function.
8119
8120 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
8121
8122         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
8123         highlighting code!!!!  The result is okay so long as you don't try
8124         to stress it.  It also highlights a bug in the TextView so it's in
8125         an unproportional font right now until it's fixed.
8126
8127         *demos/gtk-demo/*.c: Clean up code a bit to make it
8128         ugly-parser(TM) friendly. (-:
8129
8130 2001-05-17  Joe Shaw  <joe@ximian.com>
8131
8132         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
8133         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
8134         if it is only partially onscreen.
8135
8136 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
8137
8138         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
8139         not by characters.
8140
8141         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
8142         are not zero or one; that is, when graphemes of multiple characters
8143         are involved.
8144
8145         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
8146         FIXME.
8147
8148 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
8149         
8150         * gtk/gtkbbox.c:
8151         Add properties, based on patch by Lee Mallabone.
8152
8153         * gtk/gtknotebook.c:
8154         * gtk/gtktoolbar.c:
8155         Convert from GtkArg to GParam, based on patch by John Margaglione.
8156         
8157         * gtk/gtkhscale.c:
8158         * gtk/gtkvscale.c:
8159         * gtk/gtkhscrollbar.c:
8160         * gtk/gtkvscrollbar.c:
8161         * gtk/gtkrange.c:
8162         Move adjustment property to GtkRange.
8163
8164         * gtk/gtklabel.c:
8165         Setup mnemonics on property changes
8166
8167         * gtk/gtkwidget.c (gtk_widget_get_property):
8168         GdkExtensionMode is an enum, not a flag. Set it with
8169         g_value_set_enum ().
8170
8171         * tests/prop-editor.c:
8172         Better propery editor.
8173
8174         * tests/testgtk.c:
8175         Add new property test. Pass zero to the property editor to
8176         get properties from all derived types.
8177         
8178 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
8179
8180         * autogen.sh (have_automake): Require libtool-1.4,
8181         automake-1.4p1.
8182
8183         * acinclude.m4: Remove libtool macros.
8184
8185         * gdk-pixbuf/Makefile.am: Add dependencies to loade
8186         modules.
8187
8188         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
8189         for libgdk.
8190
8191         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
8192         libgdk.la for libgtk.
8193
8194         * modules/input/Makefile.am: Make modules have full
8195         dependencies.
8196
8197 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
8198
8199         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
8200         #54699 where paths weren't being checked for correctness.
8201
8202 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
8203
8204         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
8205         in any order you wan, whether or not the column is added to the
8206         tree, or the tree is realized.  Yay!
8207
8208         * gtk/gtktreeviewcolumn.c
8209         (gtk_tree_view_column_setup_sort_column_id_callback): handle
8210         sorting columns a lot saner
8211
8212         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
8213         new function to actually set wether or not a column is
8214         reorderable.
8215
8216         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
8217         if we have 'em.
8218
8219         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
8220         Fix nasty bug where we were showing the button just before
8221         realizing it.  As a result, the parent window was
8222         tree_view->window instead of tree_view->priv->header_window.
8223
8224         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
8225         to let you easily reorder a list or tree.
8226
8227 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
8228
8229         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
8230         from args to properties.
8231
8232 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
8233
8234         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
8235         from args to properties. (#51957)
8236
8237         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
8238         calls to after ->set_property call.
8239
8240 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
8241
8242         * tests/prop-editor.c: Block against redundant changes.
8243
8244         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
8245         properties.
8246
8247 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
8248
8249         * gdk/gdkpixmap.h: Remove creative formatting.
8250
8251 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
8252
8253         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
8254         property API. (#51669)
8255
8256         * gtk/gtkscale.c: Patch from John Margaglione converting to
8257         property API. (#51891)
8258
8259         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
8260         to property API. (#50985)
8261
8262 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
8263
8264         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
8265         buffering state across expose event, so we still call end_paint().
8266
8267 2001-05-11  Alexander Larsson  <alexl@redhat.com>
8268
8269         * gtk/gtkhsv.c (paint_triangle):
8270         Expose the ring in the triangle at the correct place when
8271         exposing just a part of the triangle.
8272
8273         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
8274         Return FALSE, or window focusing will not work.
8275
8276 2001-05-11  Havoc Pennington  <hp@pobox.com>
8277
8278         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
8279         #54144
8280
8281         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
8282         bug #54330
8283
8284 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
8285
8286         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
8287         propagate exposes to NULL child.
8288
8289         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
8290         against not having one of the scrollbars.
8291
8292         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
8293         we don't keep a mnemonic window if we have no mnemonic installed.
8294
8295 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
8296
8297         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
8298         it has the _important_ side effect of initializing a class.
8299
8300 2001-05-10  Alexander Larsson  <alexl@redhat.com>
8301
8302         * gdk/linux-fb/gdkprivate-fb.h:
8303         Make sure you can compile out the implementation/wrapper assert
8304         macros.
8305
8306         * gdk/linux-fb/gdkdrawable-fb2.c:
8307         Check implementation/wrappers, initialize type for pixmap dummys.
8308
8309         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
8310         Hide the cursor if reading from the screen.
8311
8312         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8313         Fix sign bug in tiling code.
8314
8315         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
8316         Handle background pixmaps.
8317
8318 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
8319
8320         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
8321         function to let user control where columns are dragged.
8322
8323         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
8324         Escape is pressed.
8325
8326 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
8327
8328         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
8329         "columns_changed" signal.
8330         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
8331         motion code to draw arrows to the side if indicator is outside the
8332         widget.
8333         (gtk_tree_view_map_expanded_rows): Implement.
8334
8335 2001-05-07  Alexander Larsson  <alexl@redhat.com>
8336
8337         * demos/testpixbuf-save.c: 
8338         * demos/testpixbuf-drawable.c:
8339         Include gdkfb.h on linux-fb.
8340
8341 2001-05-07  Alexander Larsson  <alexl@redhat.com>
8342
8343         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
8344         New function for getting toplevel window at position.
8345         (gdk_drag_find_window): Use get_toplevel_window () instead
8346         of gdk_window_get_pointer(). (gdk_drag_status): Use
8347         correct context for getting window.
8348
8349         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
8350         g_strdup the atom name.
8351
8352         * gdk/linux-fb/gdkwindow-fb.c:
8353         Costmetic fix.
8354
8355         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
8356         Add code for changing cursor on linux-fb backend (same as
8357         win32).
8358
8359 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
8360
8361         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
8362         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
8363         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
8364         report was not for the development branch of GTK+, but it applies
8365         anyways).
8366
8367 2001-05-04  Havoc Pennington  <hp@redhat.com>
8368
8369         * configure.in: fix some shell typos
8370
8371         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
8372
8373         * gtk/gtkimage.c: handle animations
8374
8375         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
8376         border_width * 2, not just border_width
8377
8378         * gtk/gtkscale.c: add "format_value" signal to allow people
8379         to override the way values are drawn.
8380         (gtk_scale_get_value_size): fix width/height mistake,
8381         and compute size from actual displayed text, not 
8382         from made-up text.
8383
8384         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
8385         signal registration
8386
8387         * tests/testtext.c: Add "Remove all tags" menu item for testing
8388
8389         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
8390
8391         * demos/gtk-demo/main.c (main): add hack so we can find modules
8392         without installing gtk
8393
8394         * demos/gtk-demo/textview.c (insert_text): demo font scaling
8395
8396         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
8397         factor)
8398         (gtk_cell_renderer_text_set_property): remove some bogus
8399         g_object_notify
8400
8401         * gtk/gtktexttag.c: add "scale" property which is a font scaling
8402         factor
8403
8404         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
8405         to layout
8406
8407         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
8408         gtk_text_iter_is_first
8409
8410 2001-01-06  Hans Breuer  <hans@breuer.org>
8411
8412         * gdk/gdk.def : updated exports
8413
8414         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
8415         gdk won't compile anymore
8416  
8417         * gdk/win32/gdkevents-win32.c : initialize ret_val when
8418         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
8419         Improved gdk_flush () to not only do pending drawing operations
8420         but also process all currently pending events. This should make
8421         the behaviour more similar to the X11 version.  
8422
8423         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
8424         option needs to be set even if there is no GDK_GC_BACKGROUND.
8425         (gdk_win32_hdc_get) : use predraw_set_background () independent
8426         of value_mask. This allows to draw dashed lines leaving the original
8427         background intact.
8428
8429         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
8430         after processing, because we can't reuse it as the X11 version does.
8431
8432         * gtk/gtk.def : updated exports
8433
8434         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
8435         would like to get rid of this file again, and use straight
8436         makefile.msc again, as the other Gtk+ subdirs do)
8437
8438         * test/makefile.msc (new file) : build the test apps here
8439
8440 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
8441
8442         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
8443         strike-through setting
8444         (gdk_draw_layout_line_with_colors): Render strike-through
8445
8446 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
8447
8448         * Release 1.3.5
8449
8450         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
8451
8452         * NEWS: Updated
8453
8454         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
8455         Makefile breakage.
8456
8457 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
8458
8459         * demos/gtk-demo/images.c (progressive_timeout): Fix
8460         typo in filename.
8461
8462         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
8463         out FIXME warning; just too annoying.
8464
8465 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
8466
8467         * gdk/linux-fb/gdkcolor-fb.c:
8468         Better error messages.
8469
8470         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
8471         Initialize abs_x and abs_y.
8472         
8473         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
8474         Correct handling of stipple offset.
8475
8476         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
8477         Treat directcolor framebuffers as truecolor.
8478         
8479 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
8480
8481         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
8482         dependency on Atk for accessibility support.
8483
8484         * configure.in **/Makefile.am: Major reworking of substituted
8485         variables for CFLAGS/LIBS to make a lot more sane and 
8486         keep the the compile/link lines a bit shorter.
8487
8488         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
8489
8490 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
8491
8492         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
8493         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
8494         use _gtk_boolean_handled_accumulator.
8495
8496 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
8497
8498         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
8499         to fix things so clicking inside selection leaves cursor
8500         at point where clicked. (#50324)
8501
8502         * gtk/gtksettings.c (gtk_settings_class_init): Restore
8503         sane value for default double click time.
8504
8505         * tests/testtext.c (test_init): Really path to input modules.
8506
8507 2001-05-03  Sven Neumann  <sven@convergence.de>
8508
8509         * demos/testpixbuf-save.c: include target-specific headers as
8510         done in testpixbuf-drawable.c
8511
8512 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
8513
8514         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
8515         new_text_length appropriately when we run into the 
8516         size limit for the entry. (#53445, reported by Jeff Franks)
8517
8518         * tests/testgtk.c (create_entry): Remove most of the
8519         property toggle buttons. Replace with a "Props" button
8520         that brings up a property editor.
8521
8522         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
8523         Split the property editor code out for reuse, improve.
8524
8525 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
8526
8527         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
8528         trap errors around calls to XSetInputFocus since we have
8529         no way of knowing reliably whether we are viewable or
8530         not. (#53947)
8531
8532 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
8533
8534         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8535         fix bug in dropping columns.  Moving columns now basically works
8536         modula some fine tuning.
8537
8538 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
8539
8540         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
8541         autoscroll support.  It mostly works, but could use some fine
8542         tuning.
8543         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
8544         Actually move the column.
8545
8546 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
8547
8548         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
8549           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
8550           New default theme! A slighly improved version of the 2.0 Raleigh
8551           theme, with Windows-esque focus/drawing default. 
8552           (GtkWidget::interior_focus defaults to TRUE.)
8553
8554         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
8555
8556 2001-04-30  Havoc Pennington  <hp@pobox.com>
8557
8558         * tests/testtext.c (line_numbers_expose): fix to work with
8559         gtk_paint_layout change
8560
8561 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
8562
8563         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
8564           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
8565           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
8566           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
8567
8568         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
8569           with GtkWidget::interior_focus = TRUE better.
8570
8571         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
8572         ::default_outside_border for more flexibility.
8573
8574         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
8575         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
8576         change that had to be made with g_object_get.
8577
8578 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
8579
8580         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
8581         (gtk_tree_view_move_column_after): Clean up interface. 
8582
8583 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
8584
8585         * gtk/gtkpacker.h:
8586         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
8587          to gtkenum.h.
8588
8589         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
8590         handled in switch).
8591
8592         * gtk/Makefile.am:
8593         (gtk.defs): generate enum portions with  glib-mkenums.
8594         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
8595         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
8596         
8597         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
8598         addition.
8599
8600         * docs/Changes-2.0.txt: keep a note on signal handlers now
8601         not getting emitted during the emission they were connected within.
8602
8603 2001-04-28  Havoc Pennington  <hp@pobox.com>
8604
8605         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
8606
8607 2001-04-24  Havoc Pennington  <hp@redhat.com>
8608
8609         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
8610         (gtk_text_layout_move_iter_to_next_line): fix these two for
8611         invisible text, lots of other stuff still hosed.
8612
8613         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
8614         new function, replaces the get/set palette stuff. This function 
8615         is intended for use by libgnomeui which should set the hook to a
8616         thing which sets the palette in GConf, and we need the
8617         GConf-to-xsettings proxy which will result in the change being
8618         propagated back to the GTK app.
8619
8620         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
8621         about unusable signals that it may be because the signal has 
8622         parameters.
8623
8624         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
8625         style, otherwise gtkrc.c won't know to create a new GtkStyle for
8626         it.
8627         (gtk_widget_modify_color_component): call
8628         gtk_widget_modify_style() so the rc style will get copied.
8629         (gtk_widget_modify_font): ditto
8630
8631         * gtk/gtkrc.c: make a couple variables static
8632
8633         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
8634         help button by default, since it does nothing
8635
8636         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
8637         around with UI
8638
8639         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
8640         so we can have tooltips
8641
8642         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
8643         can have tooltips
8644
8645         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
8646         GDK_ENABLE_BROKEN, because its memory behavior is completely
8647         hosed.
8648
8649         * gtk/gtknotebook.c: remove key press handler, replace with
8650         binding set, add numeric keypad support
8651
8652         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
8653
8654         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
8655
8656         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
8657         addition to plain Delete
8658
8659         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
8660         GDK_KP_Enter in addition to GDK_Return
8661
8662         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
8663         activate on entry instead of key press
8664         (gtk_font_selection_on_clist_key_press): get
8665         rid of this signal handler, not needed with new font sel.
8666
8667         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
8668         no-longer-needed emit_stop_by_name(), just return TRUE
8669
8670         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
8671         cruft, this widget is no longer focusable.
8672
8673         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
8674         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
8675         move_slider action signal, add binding set for vscale/hscale, in
8676         the process support numeric keypad
8677
8678         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
8679         make GDK_Return and GDK_KP_Enter activate the entry via 
8680         binding set, instead of hardcoded.
8681
8682 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
8683
8684         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
8685         code.  Some documentation added.
8686
8687 2001-04-27  Havoc Pennington  <hp@redhat.com>
8688
8689         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
8690
8691         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
8692
8693         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
8694         line/para separators
8695         (gtk_entry_create_layout): set single paragraph mode on the layout
8696
8697         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
8698         spacing between the image and label; instead, inside a button box 
8699         the button will get extra space that will go there, but if people 
8700         configure button box for 0 chubbiness, then there's no spacing.
8701
8702         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
8703         and min/max size style properties, so people can tune their
8704         chubbiness.
8705
8706         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
8707         functions
8708
8709         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
8710         space_style, and button_relief into style properties, remove
8711         functions for setting them
8712         
8713         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
8714         it back down
8715
8716         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
8717         types from gtk_widget_style_get
8718
8719         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
8720         with a style property.
8721
8722         * gdk/x11/gdkevents-x11.c: namespace the settings
8723
8724         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
8725
8726         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
8727         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
8728         be used. Also, translate doc strings for settings. Also, namespace
8729         the double-click-time property. Also, remove bell properties crap.
8730
8731 2001-04-27  Sven Neumann  <sven@gimp.org>
8732
8733         * Makefile.am: before creating links, check if pkg-config files
8734         exist for the default target. Otherwise link to the pkg-config files
8735         that got installed with this build.
8736
8737 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
8738
8739         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
8740         dragging code.  Revealed some (potential) GdkWindow bugs.
8741
8742         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
8743         _gdk_window_init_position to the end of reparent to fix the case
8744         of reparenting when new_x != old_x and new_y != old_y.
8745
8746 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
8747
8748         * gtk/gtkentry.c (strstr_len): Fix optimization that
8749         was correct for the use here, but completely incorrect
8750         in general.
8751
8752 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
8753
8754         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
8755         until patch adding gtk_window_set_size() is recommitted. 
8756
8757         * **Makefile.am configure.in gdk/x11/gdkim-11.c
8758           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
8759           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
8760           (#10784)
8761
8762 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
8763
8764         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
8765         window == NULL in a number of cases.
8766
8767         * tests/testdnd.c: Set module path for gdk-pixbuf.
8768
8769 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
8770
8771         * gtk/Makefile.am xembed.h: File containing #defines
8772         for XEMBED protocol.
8773
8774         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
8775
8776         - Change protocol from old plug/socket specific protocol
8777           to XEMBED draft
8778         - Various fixes to work with GTK+-2.0
8779
8780         Still quite a bit of work to do here to handle initiation
8781         from the socket side (as specified by XEMBED), to handle
8782         the more advanced features of XEMBED, and to figure out
8783         a good way to handle same-app embedding with less overhead
8784         than using full XEMBED.
8785
8786 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
8787
8788         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
8789         track of whether the toplevel has the focus; only send
8790         focus-in events to the focus widget when the window
8791         actually has the focus.
8792
8793 2001-04-25  Havoc Pennington  <hp@pobox.com>
8794
8795         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
8796         were still in the header
8797
8798 2001-04-24  Alexander Larsson  <alexl@redhat.com>
8799
8800         * gtk/gtkclist.[ch]:
8801         * gtk/gtkctree.c:
8802         When there is a row highlighted for D'n'D it must alse
8803         be painted hightlighted on exposes. Otherwise exposes from
8804         the icon being dragged will mess up the hightlight.
8805
8806         * gtk/gtkfontsel.c:
8807         Don't recenter selected font when exposing the font family
8808         clist. This means you can now actually scroll the font family
8809         list.
8810
8811         * gtk/gtknotebook.c:
8812         Fix focus movement on scrolling tabs that are placed on the left
8813         and right.
8814
8815 2001-04-21  Havoc Pennington  <hp@pobox.com>
8816
8817         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
8818         empty/invisible lines.
8819
8820         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
8821         (gtk_text_iter_set_visible_line_index): new functions to set
8822         indexes excluding invisible text
8823
8824         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
8825         index
8826
8827         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
8828         (gtk_text_iter_get_visible_line_offset): new functions to 
8829         get indexes excluding invisible text
8830
8831         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
8832         bunch of extra padding that served no purpose
8833
8834         * gtk/gtkdialog.c: Make all the spacings configurable via style
8835         properties, for chubbiness configuration in themes
8836
8837         * tests/testtext.c: fix path to the immodules.
8838         
8839 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
8840
8841         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
8842         got munched by #endif.
8843
8844         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
8845
8846         * gtk/gtktreeview.c: Refactored code to clean up a number of
8847         events.
8848
8849         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
8850         values to make consistent with other functions.  Spotted by Jeff
8851         Franks <jcf@tpg.com.au>.
8852
8853         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
8854         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
8855
8856 2001-04-23  Sven Neumann  <sven@gimp.org>
8857
8858         * gtk/Makefile.am
8859         * gtk/gtkplug.c
8860         * gtk/gtksocket.c: on request of Owen, reverted my last change 
8861         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
8862
8863 2001-04-23  Sven Neumann  <sven@gimp.org>
8864
8865         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
8866         compile for non-X11 targets again
8867
8868 2001-04-20  Alexander Larsson  <alexl@redhat.com>
8869
8870         * gtk/gtkcolorsel.[ch]:
8871         API Change. Take GdkColor arguments instead of gdouble *.
8872         Leave the old gtk_color_selection_set_color for compatibility,
8873         but marked deprecated.
8874         Do correct rounding when converting RGB <-> HSV.
8875         
8876         * gtk/gtkcolorseldialog.c:
8877         * tests/testgtk.c:
8878         Use new GtkColorSelection API.
8879
8880         * gtk/gtkhsv.c:
8881         Fix problem selecting colors in triangle when Hue is 330.
8882         Fix some black dots around the HSB triangle.
8883         
8884         * gtk/gtkfilesel.c:
8885         return FALSE from the focus_in_event handler to fix focus problems.
8886
8887 2001-04-18  Havoc Pennington  <hp@redhat.com>
8888
8889         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
8890         set, so keybindings are configurable    
8891         (gtk_window_activate_default): Change to activate the focus widget
8892         instead if there's a focus widget, to be consistent with the
8893         behavior that previously existed in key_press_event
8894
8895 2001-04-18  Havoc Pennington  <hp@redhat.com>
8896
8897         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
8898
8899 2001-04-18  Havoc Pennington  <hp@redhat.com>
8900
8901         Close bug #50615:
8902         
8903         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
8904         the layout
8905
8906         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
8907
8908         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
8909
8910         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
8911         
8912         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
8913         to blue for base, in addition to bg
8914         
8915 2001-04-18  Havoc Pennington  <hp@redhat.com>
8916
8917         * tests/testgtk.c (create_image): allow shrinking the image window
8918         to test that we clip to allocation.
8919
8920         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
8921         #9845
8922
8923         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
8924
8925 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
8926
8927         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
8928         mode on shm segments to 0600. We'll see who complains.
8929
8930         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
8931         _gdk_windowing_window_destroy() AFTER recursing through
8932         children.
8933
8934         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
8935         testsocket_child on X.
8936
8937         * tests/testsocket[_child].c: Fix uses of
8938         gtk_window_get_default_accel_group().
8939
8940         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
8941
8942         * gdk/gdkimage.c: (gdk_image_get):
8943         Deal with the possibility that XGetImage() might return NULL.
8944         Allocate the GdkImagePrivate structure only after XGetImage()
8945         succeeds in order not to dereference a NULL ximage pointer.  This
8946         prevents a core dump when XGetImage() fails - which is unlikely,
8947         but can happen due to race conditions accessing the geometries of
8948         drawables.  An x error will still be triggered, but the gdk image
8949         wrapper at least wont seg fault.
8950         
8951 2001-04-18  Havoc Pennington  <hp@redhat.com>
8952
8953         * gtk/gtkimage.c: fix to properly queue resizes when the image is
8954         set
8955
8956         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
8957         if the insertion point isn't editable
8958
8959         * demos/gtk-demo/images.c: Added a GtkImage demo
8960
8961         * demos/gtk-demo/drawingarea.c: drawing area demo
8962         
8963         * demos/gtk-demo/menus.c (create_menu): cleanups
8964
8965 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
8966
8967         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
8968           gdk/x11/gdkevents-x11.c: Introduce an extra child
8969         of toplevel windows that serves to hold the focus to
8970         avoid events being delivered to embedded windows.
8971
8972         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
8973         some extra variables to clean up code and reduce the
8974         number of casts.
8975
8976         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
8977         guint for 1 bit bit fields, not gboolean.
8978
8979 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
8980
8981         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
8982         not TRUE. (Fixes #52925)
8983
8984 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
8985
8986         * Released 1.3.4
8987
8988         * NEWS: Updated
8989
8990         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
8991         use GTK_TYPE_ENUM.
8992
8993 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
8994
8995         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
8996
8997         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
8998         names to compatibility #defines so docs work.
8999
9000         * gtk/gtkenums.h: Remove GtkMenuFactoryType
9001
9002         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
9003
9004         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9005
9006         * tests/testgtkrc: No magenta cursors, please.
9007
9008         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
9009
9010         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
9011         
9012 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
9013
9014         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
9015         grabs, since they are no longer necessary.
9016
9017         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
9018         by signal_connect() and call gtk_button_pressed() rather
9019         than signal_connect_after().
9020
9021         * tests/testgtk.c: Restore radio menu items to combos 
9022         since they'll look OK with Raleigh, and it is easier
9023         than finishing the process of removing them that was
9024         started earlier.
9025
9026 2001-04-16  Hans Breuer  <hans@breuer.org>
9027
9028         * gdk/gdk.def :
9029         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
9030
9031         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
9032         we are interested in the functions return value not the function address
9033         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
9034
9035         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
9036
9037 2001-04-14  Hans Breuer  <hans@breuer.org>
9038
9039         * gdk/gdk.def :
9040         * gdk/makefile.msc : updated
9041
9042         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
9043         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
9044         (the testgtk::text backgound pixmap is drawn again)
9045         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
9046         Win32 Pango change
9047         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
9048
9049         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
9050         Not sure if the returned settings have the right unit, because I couldn't
9051         find any docs for the X version ...
9052
9053         * gtk/gtk.def :
9054         * gtk/makefile.msc.in : updated
9055
9056 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
9057
9058         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
9059         wording problems. (Compared to version from Johannes Stezenbach to
9060         check correctness.)
9061
9062 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
9063
9064         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
9065         this to compile.
9066
9067 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
9068
9069         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
9070         not pixbufpos.
9071
9072         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
9073
9074         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
9075         are unsigned insts, therefore use g_value_set_uint.
9076         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
9077
9078 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
9079
9080         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
9081
9082         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
9083         GTK_TYPE_STRING.
9084
9085         * gtk/gtktreeview.c: New functions to allow initial column
9086         dragging work.
9087
9088         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
9089
9090         * tests/testtreefocus.c: give dave some love.
9091
9092         * tests/testtreesort.c: Modify test to check really long samples.
9093
9094 2001-04-11  Alexander Larsson  <alexl@redhat.com>
9095
9096         * gtk-2.0.m4: Pass pkg-config options
9097         before the other args so it works even if
9098         POSIXLY_CORRECT is set.
9099
9100 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
9101
9102         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
9103         0, interface 0).
9104
9105 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
9106
9107         * gtk/gtkcalendar.c (gtk_calendar_button_press):
9108         check for action_func != NULL
9109
9110 2001-04-04  Sven Neumann  <sven@gimp.org>
9111
9112         * tests/testgtk.c (test_init): corrected path to gtk.immodules
9113
9114 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
9115
9116         * Released Gtk+-1.3.3.
9117
9118 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
9119
9120         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
9121
9122 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
9123
9124         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
9125         files to/from source dir. (if we don't stay in builddir, we
9126         can't reach make-inline-pixbuf.
9127
9128         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
9129         deps.
9130
9131         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
9132         ages 0).
9133
9134 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
9135
9136         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
9137         moved to the GtkTreeSortable interface.
9138
9139         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9140         Make more efficient (fixes #50262).
9141
9142 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
9143
9144         * NEWS: Updated.
9145
9146         * configure.in: Remove support for uninstalled glib.
9147
9148         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
9149         so as not to stop emission.
9150
9151         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
9152         is no longer supported.
9153
9154         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
9155         into tests, change build order to build modules before
9156         gtk/.
9157
9158         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
9159         to here.
9160
9161 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
9162
9163         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
9164         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
9165         GPatternSpec. this is actually unlikely to cause breakage in
9166         third-party apps since except for gle, pretty much ever caller
9167         passes NULL here.
9168
9169         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
9170
9171         * *.c: use g_pattern_*() API.
9172
9173         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
9174
9175         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
9176         directions aren't passed in.
9177
9178         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
9179         functionality to be usable from gtkstyle.c as well, give precedence
9180         for conversion to user-supplied parsers.
9181         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
9182
9183         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
9184         _gtk_settings_parse_convert() for rcporperty value conversion.
9185
9186 2001-04-03  Alexander Larsson  <alexl@redhat.com>
9187
9188         * gdk/linux-fb/gdkevents-fb.c:
9189         Add empty gdk_setting_get().
9190
9191 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
9192
9193         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
9194         variable names.
9195         
9196         * gtk/makeenums.pl: touch this so enum files get remade.
9197
9198 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
9199
9200         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
9201         work again when not sorted.
9202
9203         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
9204         and "expand_row" signal, closing bug 52578.
9205
9206         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
9207         support.
9208
9209         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
9210         support.
9211
9212 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9213
9214         * gdk/gdkevents.h: Add GdkEventSetting event for notification
9215         of changes to system settings, gdk_setting_get() to retrieve
9216         a single system setting.
9217
9218         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
9219         to the draft XSETTINGS mechanism.
9220
9221         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
9222         XSETTINGS.
9223
9224         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
9225         of GDK settings changes to the GtkSettings object.
9226
9227         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
9228         double-click-timeout property to GDK.
9229
9230         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
9231         Define GDK boxed types here.
9232
9233         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
9234         gdk/gdkenumtypes.[ch] for enum definitions.
9235
9236         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
9237         * gtk/gtk-boxed.defs: Comment out GDK types
9238         * gtk/gtktypeutils.h: Remove GDK types
9239         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
9240
9241 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
9242
9243         * Applied patch from Ron Steinke to add signal accumulators
9244         so that signals with the convention 'TRUE return means
9245         handled' stop emission on a TRUE return.
9246
9247         * gtk/gtkmain.[ch]: Add private accumulator 
9248         _gtk_boolean_handled_accumulator, used throughout GTK+.
9249         
9250         * gtk/gtkspinbutton.c: Add accumulator for ::output.
9251
9252         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
9253         
9254         * gtk/gtkwidget.c: Add accumulators for event signals,
9255         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
9256         for ::mnemonic-activate.
9257
9258         * gtk/gtkwindow.c: Add accumulator for ::frame_event
9259
9260 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
9261
9262         * gtk/gtkwidget.c: Add missing include.
9263
9264 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
9265
9266         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
9267         marshaller.
9268
9269         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
9270         "changed" signal to "range_changed".
9271
9272         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
9273         removing a tree from one model would remove all trees from that
9274         model.
9275         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
9276         changed signal instead.
9277
9278 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
9279
9280         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
9281         chaining up to parent impl, since we have a INPUT_ONLY
9282         window.
9283
9284         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
9285         foreground color for the cursor.
9286
9287 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
9288
9289         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
9290         param spec when caching property values, since we unref it
9291         later when we free the style.
9292
9293         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
9294         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
9295
9296 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
9297
9298         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
9299         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
9300         stupidity.
9301
9302 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
9303
9304         [ First pass at adding style properties. Still needs some definite
9305         fine-tuning. ]
9306
9307         * gtk/gtkbutton.c: Add ::default_spacing style property.
9308          
9309         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
9310         ::indicator_spacing style properties.
9311
9312         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
9313         style properties.
9314
9315         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
9316         rather than a normal property.
9317
9318         * gtk/gtkwidget.c: Add an ::interior_focus style property to
9319         draw focus inside buttons, in the Windows/Java Metal/etc. style.
9320
9321         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
9322         Honor ::interior_focus.
9323         
9324         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
9325         TRUE.
9326
9327         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
9328         Add ::slider_width, ::trough_border, ::stepper_size,
9329         ::stepper_spacing style properties.
9330
9331         * gtk/gtkscale.[ch] Add ::slider-length style property.
9332
9333 2001-04-02 Alexander Larsson   <alexl@redhat.com>
9334
9335         * gdk/linux-fb/gdkwindow-fb.c:
9336         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
9337         warnings that were spewed on startup.
9338
9339         * gtk/gtkwindow-decorate.c:
9340         gtk_window_reposition -> _gtk_window_reposition
9341
9342 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
9343
9344         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9345         Add boxed type for GtkRequistion. Use it for ::size-request.
9346
9347         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
9348         Add a new GtkBorder structure useful for geometry properties
9349         for widgets. Add corresponding GTK_TYPE_BORDER.
9350         
9351         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
9352         Support automatic parser selection like
9353         gtk_settings_install_property_parser().
9354
9355         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
9356         functionality for use by gtk_widget_class_install_style_property.
9357         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
9358
9359 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
9360
9361         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
9362         g_param_spec_unichar(). 
9363
9364 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
9365
9366         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
9367         _NET window managers.
9368
9369         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
9370
9371 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
9372
9373         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
9374         bad needs to be nuked, not just deprecated.
9375
9376         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
9377         gtk_widget_popup().
9378
9379         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
9380         
9381         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
9382         widget.
9383         
9384         * docs/Changes-2.0.txt: updates.
9385         
9386 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
9387
9388         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
9389         for (i = 0; i < 100; i ++)
9390           g_print ("I will confirm it compile before committing\n");
9391
9392 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
9393
9394         * gtk/gtktreestore.c: Initial work on implementing the
9395         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
9396
9397 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
9398
9399         * gtk/gtkwidget.c: fixed a bunch of notifications, added
9400         reference counts around emissions where the widget is used afterwards.
9401         added freeze/thaws around multiple properties being notified.
9402         (_gtk_widget_get_aux_info): cleanups.
9403         
9404         * gtk/gtksettings.c (gtk_settings_install_property): provide
9405         default parsing functions for gdkcolor, enums and flags.
9406
9407         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
9408         applied by owen.
9409         backed out gtk_window_get_location(), gtk_window_set_location(),
9410         gtk_window_get_size() and gtk_window_set_size(), these
9411         have to be sorted out wrg x/y/width/height/default_with/default_height
9412         properties.
9413         kept a flag in GtkWindowGeometryInfo to handle user
9414         resetting default sizes.
9415         cleaned up ZVT comments.
9416         bunch of assorted bug fixes, notification fixes.
9417         (_gtk_window_reposition): make this a really internal function.
9418         
9419         * gtk/testgtk.c: fixups.
9420         
9421 2001-03-31  Hans Breuer  <hans@breuer.org>
9422
9423         * config.h.win32.in : disable USE_MMX for msvc build cause
9424         the assembler doesn't fit and is out of my scope. Disable
9425         USE_GMODULE for msvc build as wel. The right way to share
9426         binaries on win32 would be to use libtiff.dll etc. To reduce
9427         installation hassles IMO it's better to include all fileformats
9428         builtin to gdk-pixbuf
9429
9430         * gdk-pixbuf/makefile.msc : new file
9431
9432         * gdk/gdk.def : updated
9433
9434         * gdk/win32/gdkevents-win32.c : don't erase the background if
9435         .no_bg is set. It improves the scrolling (e.g. of testgtk main
9436         buttons
9437         * gdk/win32/gdkgeometry-win32.c : added comment about the above
9438
9439         * gdk/win32/gdkwindow-win32.c : added three new functions like
9440         the X version. Only one is implemented, because the other two
9441         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
9442         be default behaviour on win32 anyway ...
9443
9444         * gtk/gtk.def : updated
9445
9446         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
9447         from where it was built and add an additional rule to automagically
9448         build gtkmarshal.[hc]
9449
9450         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
9451         before array access for the current entry isn't finished
9452
9453         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
9454         use g_return_val_if_fail
9455
9456         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
9457         for the static array, but let the compiler calculate it. It
9458         makes me wonder if gcc isn't capable to catch bugs like this ...
9459
9460 2001-03-31  James Henstridge  <james@daa.com.au>
9461
9462         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
9463         constant "-1" in the aux info structure.
9464
9465 2001-03-30  Alexander Larsson  <alexl@redhat.com>
9466
9467         * gtk/gtkbutton.c (gtk_button_get_property):
9468         * gtk/gtklabel.c:
9469         Remove leaks.
9470         
9471         * gtk/gtkcontainer.c:
9472         * gtk/gtkhscale.c:
9473         * gtk/gtkhscrollbar.c:
9474         * gtk/gtklayout.c:
9475         * gtk/gtkmisc.c:
9476         * gtk/gtkprogress.c:
9477         * gtk/gtkprogressbar.c:
9478         * gtk/gtkrange.c:
9479         * gtk/gtktable.c:
9480         * gtk/gtkviewport.c:
9481         * gtk/gtkvscale.c:
9482         * gtk/gtkvscrollbar.c:
9483         * gtk/gtkwidget.c:
9484         Property patches, based on patches from John Margaglione and Lee Mallabone.
9485
9486 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
9487
9488         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
9489         adjustment. Cleaned redundant preconditions (spin != NULL). Added
9490         inline API function docs.
9491         (gtk_spin_button_new_with_range): New convenience constructor.
9492         (gtk_spin_button_set_increments): New adjustment helper.
9493         (gtk_spin_button_set_range): New adjustment helper.
9494
9495         * gtk/testgtk.c : added test of the new convenince constructor and
9496         value_changed signals.
9497
9498 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
9499
9500         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
9501         listen to the reorder signal.
9502
9503 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
9504
9505         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
9506         to get the aux info structure fo the widget.
9507
9508         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
9509         above function.
9510
9511         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
9512
9513         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
9514         to get the size of the window manager frame, basically the same
9515         code that gdk_window_get_root_origin() had
9516         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
9517
9518         * gtk/gtkwindow.c (gtk_window_set_default_size): use
9519         gdk_window_resize() if the window is realized and resizeable
9520
9521         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
9522         typo so that setting gravity works
9523
9524         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
9525         allocation if auto_shrink is on, even if the default size
9526         has not changed.
9527
9528         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
9529         g_return_if_fail
9530
9531 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
9532
9533         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
9534         reordering/sorting work.  Now pretty much works.
9535
9536         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
9537         reorder mostly work.  Still need to get the parity correct.
9538
9539         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
9540         signal, so I can listen for the sort_column_changed signal so I
9541         can change my "sort_indicator" property.  Cool.
9542
9543 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
9544
9545         [ Patch from Havoc Pennington, hp@redhat.com ]
9546
9547         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
9548         Add functions gdk_window_begin_resize_drag/begin_move_drag
9549         to start resizing or moving a toplevel window. This
9550         is done either using the _NET_WM_MOVERESIZE protocol,
9551         or, if that isn't present, by emulation.
9552
9553         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
9554         to export the above to GTK+-land.
9555
9556         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
9557         
9558         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
9559         Move this function into gdkwindow, since we need it
9560         when implementing fallback resizing.
9561
9562         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
9563         Fix typo when setting gravity.
9564
9565         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
9566         Add an optional (but on by default) resize grip for resizing 
9567         the parent window.
9568
9569 01-03-29  Alexander Larsson  <alexl@redhat.com>
9570
9571         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
9572         Don't return TRUE from the event handler, that blocks all
9573         event signals on the tooltip widget. Now you can press buttons
9574         in toolbars again.
9575
9576 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
9577
9578         * gtk/testtext.c (create_buffer): Add missing NULL on
9579         valist.
9580
9581         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
9582         c-n-p problem with INCONSISTENT property.
9583
9584         [ Patch from Havoc Pennington  <hp@redhat.com> ]
9585
9586         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
9587         hook.
9588
9589         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
9590         signal as a hook for extending the default popup menu
9591
9592         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9593         use radio menu items for the input method menuitems
9594
9595         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
9596         inserted unicode from Ctrl-Shift-hex input method
9597
9598         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
9599         validatation here, already done at GtkTextBuffer level.
9600
9601         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
9602         popup_menu run action signal and Shift+F10 and Menu keybindings.
9603
9604         * gtk/gtkentry.c: implement a default handler for popup_menu
9605
9606         * gtk/gtktextview.c: implement a default handler for popup_menu
9607
9608         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
9609         from a key event
9610         
9611         * gtk/gtklabel.c: remove "trailer" cruft
9612
9613 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
9614
9615         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
9616         handle reordering of trees.  Seems to mostly work w/ the exception
9617         of the parity flag.
9618
9619         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
9620         signal.
9621
9622 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
9623
9624         * gtk/gtkwidget.h: c++ fixes.
9625
9626 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
9627
9628         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
9629         memory.
9630
9631 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
9632
9633         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
9634         Nils Barth fixing event return values. (#51041)
9635
9636         * gtk/gtkwidget.c: Fix some return values for default
9637         functions.
9638
9639         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
9640         return values for trough_keys functions.
9641
9642         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
9643         value for add_accelerator (shoudl have been a void
9644         return.)
9645
9646         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
9647         Fix return type of EVENT.
9648
9649         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
9650         signal return a boolean.
9651
9652 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
9653
9654         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
9655         reordered signal.
9656
9657         * tests/testtreesort.c (main): fix spelling.
9658
9659 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
9660
9661         * gtk/gtkliststore.c: More work on implementing sortable
9662         interface.
9663
9664 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
9665
9666         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
9667         reference the widgets in the resulting list. (#11821)
9668         This makes this consistent with gtk_container_children.
9669
9670         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
9671         uses of gtk_window_list_toplevels.
9672
9673 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
9674
9675         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
9676         a virtual function to set whether the IM context should use 
9677         the preedit string. (#51922)
9678         
9679 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
9680
9681         * gdk/gdkpango.h: Remove stale FIXME comment.
9682
9683 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
9684
9685         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
9686         Fixed bug that returned NULL if a filename was selected.
9687
9688 2001-03-24  Havoc Pennington  <hp@pobox.com>
9689
9690         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
9691         to contain the word "theme"
9692
9693 2001-03-24  Havoc Pennington  <hp@pobox.com>
9694
9695         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
9696         slower but finer-grained
9697         (gtk_hsv_focus): get initial focus on the ring or triangle 
9698         according to tab direction
9699
9700         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
9701
9702 2001-03-23  Havoc Pennington  <hp@pobox.com>
9703
9704         * gtk/gtkhsv.c: make this somewhat key-navigable
9705
9706         * gtk/gtkfontsel.c: mnemonics
9707
9708         * gtk/gtkgamma.c: mnemonics
9709
9710         * gtk/gtkcolorsel.c: add mnemonics to labels
9711
9712 2001-03-22  Havoc Pennington  <hp@pobox.com>
9713
9714         Applied big patch from Seth Lytle to fix event handler return
9715         values, slightly modified.
9716
9717         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
9718         handled.
9719         (gtk_calendar_key_press): return TRUE for GDK_space triggers
9720         select_day
9721
9722         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
9723         (gtk_clist_button_release): return TRUE if handled
9724
9725         * gtk/gtkcolorsel.c (mouse_release):
9726         (palette_activate): 
9727         (palette_press): 
9728         (palette_new): 
9729         (mouse_press): 
9730         (get_screen_color): 
9731         fixed return type (void to gboolean), return TRUE,
9732         added GTK_SIGNAL_FUNC cast
9733
9734         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
9735         (void to gboolean), and return TRUE
9736         (gtk_combo_button_release): changed return value to TRUE after
9737         gtk_grab_add on combo->popwin
9738
9739         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
9740         collapse or expand
9741
9742         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
9743         button/motion
9744
9745         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
9746         press/release and motion that trigger act
9747
9748         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
9749
9750         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
9751         for GDK_Return
9752         
9753         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
9754         (gtk_list_button_release): return TRUE if selection
9755
9756         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
9757         press
9758
9759         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
9760         (gtk_menu_shell_button_release): chain parent_menu_shell retval
9761
9762         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
9763         nothing triggered
9764         (gtk_notebook_button_release): return TRUE if we do anything
9765
9766         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
9767         (gtk_spin_button_button_release): return TRUE or chained retval
9768
9769         * gtk/gtktext.c (gtk_text_button_press): 
9770         (gtk_text_button_release): return TRUE
9771         (gtk_text_key_press): remove redundant retval code
9772         
9773         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
9774         and sensitive
9775         (gtk_tree_item_subtree_button_click): changed type to gint, and return
9776         TRUE if sensitive
9777
9778         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
9779         return TRUE
9780
9781 2001-03-23  Havoc Pennington  <hp@redhat.com>
9782
9783         * gtk/testgtk.c: fix warnings
9784
9785         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
9786
9787         * gtk/gtktextview.c: fix warnings
9788
9789         * gtk/gtktext.c (find_cursor_at_line): fix warning
9790
9791         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
9792
9793         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
9794         of this function
9795
9796         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
9797         fix warning
9798
9799         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
9800
9801         * gtk/gtkfontsel.c: fix warning
9802
9803         * gtk/gtkcolorsel.c: fix warnings
9804
9805 2001-03-23  Havoc Pennington  <hp@redhat.com>
9806
9807         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
9808
9809         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
9810
9811         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
9812         and deprecated gtk_check_menu_item_set_show_toggle().
9813         
9814         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
9815
9816         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
9817
9818         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
9819
9820 2001-03-23  Havoc Pennington  <hp@redhat.com>
9821
9822         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
9823         some docs
9824
9825 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
9826
9827         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
9828         this.
9829
9830         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
9831         set_cell to set_value
9832
9833         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
9834         set_cell to set_value
9835
9836 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
9837
9838         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9839         fix braino.
9840         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
9841         support.
9842
9843         * gtk/gtktreeview.c: Addition of initial sortable support.
9844
9845         * gtk/gtktreestore.c: Addition of initial sortable support.
9846
9847         * gtk/gtkliststore.c: Addition of initial sortable support.
9848
9849         * gtk/gtkmarshal.list: yet another marshaller.
9850
9851         * gtk/gtktreedatallist.[ch]: shared code between the store models
9852         for handling sorting headers.
9853
9854 2001-03-22  Havoc Pennington  <hp@redhat.com>
9855
9856         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
9857         (gtk_container_unset_focus_chain): Add ability to override the 
9858         focus chain for a container explicitly
9859
9860 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
9861
9862         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
9863         added PROP_MNEMONIC_WIDGET.
9864
9865         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
9866         (gtk_window_remove_mnemonic): 
9867         (gtk_window_add_mnemonic): fixed assertions.
9868         (gtk_window_activate_mnemonic): constrain modifier checks to those
9869         permitted by gtk_accelerator_get_default_mod_mask().
9870         got rid of gtk_window_get_default_accel_group().
9871
9872         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
9873         activatable widgets either by focussing or a warning.
9874         added a signal accumulator to ::activate_mnemonic which stops the
9875         emission once a handler returned TRUE.
9876
9877 2001-03-22  Havoc Pennington  <hp@pobox.com>
9878
9879         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
9880         the stock item label
9881
9882         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
9883
9884         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
9885
9886         * demos/gtk-demo/*.c: Add mnemonics all over the place
9887
9888         * gtk/gtklabel.h: mark parse_uline deprecated
9889
9890 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9891
9892         * gtk/gtkitemfactory.[ch]:
9893         Add support for stock and normal imagemenuitems.
9894         
9895         * gtk/testgtk.c:
9896         Add some tests for mnemonics, stock toolbars, stock
9897         and image menuitems in itemfactory and gdk_window_scroll.
9898
9899 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9900
9901         * gtk/gtkbutton.[ch]:
9902         * gtk/gtkdialog.c:
9903         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
9904         removed accel_group argument. Renamed gtk_button_new_accel() to
9905         gtk_button_new_with_mnemonic() and removed accel_group argument.
9906
9907         * gtk/gtkcheckbutton.[ch]:
9908         New function gtk_check_button_new_with_mnemonic().
9909
9910         * gtk/gtkentry.c:
9911         Override activate_mnemonic and just grab focus.
9912
9913         * gtk/gtkitemfactory.c:
9914         Don't add menu uline accel group, instead use mnemonics support.
9915
9916         * gtk/gtklabel.[ch]:
9917         New support for mnemonics.
9918
9919         * gtk/gtkmarshal.list:
9920         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
9921
9922         * gtk/gtkmenu.[c]:
9923         * gtkmenushell.c:
9924         Use mnemonics instead of accel groups for uline
9925         support in menu items.
9926         Removed gtk_menu_get_uline_accel_group() and
9927         gtk_menu_ensure_uline_accel_group().
9928
9929         * gtk/gtkmenuitem.c:
9930         Override activate_mnemonic to handle switching between
9931         menu items if there are collisions.
9932         
9933         * gtk/gtknotebook.c:
9934         Connect to activate_mnemonic on the tab_label, so that
9935         activating it switches to that notebook page.
9936
9937         * gtk/gtkwidget.[ch]:
9938         Add activate_mnemonic signal. New function
9939         gtk_widget_activate_mnemonic() to emit it.
9940         Default implementation does activate/grab_focus.
9941
9942         * gtk/gtkwindow.[ch]:
9943         Add support for mnemonics in windows.
9944         New functions:
9945         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
9946         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
9947
9948         * gtk/testgtk.c:
9949         Update to function name changes.
9950         
9951 2001-03-21  Alexander Larsson  <alexl@redhat.com>
9952
9953         * gtk/gtkimagemenuitem.[c]:
9954         Add gtk_image_menu_item_new_from_stock()
9955
9956 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
9957
9958         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9959         Fix buglet in meeting.
9960
9961 2001-03-19  Havoc Pennington  <hp@redhat.com>
9962
9963         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
9964         add a bunch of accessor functions. This is because we have
9965         reasonable expectations of extending what fields it contains in
9966         the future.
9967
9968         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
9969         changes
9970
9971         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
9972         GtkIconSource   
9973
9974 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
9975
9976         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
9977         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
9978
9979         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
9980           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
9981           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
9982           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
9983         Change float to double everywhere with the exception of 0<->1.0 alignment
9984         and GtkCurve.
9985
9986 2001-03-19  Tor Lillqvist  <tml@iki.fi>
9987
9988         * gdk/win32/gdkdrawable-win32.c
9989         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
9990         output.
9991
9992         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
9993         gdkwin32.h.
9994
9995 2001-03-18  Tor Lillqvist  <tml@iki.fi>
9996
9997         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
9998         print_event_state, print_event): Use preprocessor macro to make
9999         code more compact. Print also GDK_WINDOW_STATE events.
10000         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
10001         
10002         * gtk/gtk.def
10003         * gtk/makefile.mingw.in: Update.
10004
10005         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
10006         to catch also Cygwin.
10007
10008 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
10009
10010         * gtk/gtkspinbutton.[hc]: added rc-style argument
10011         GtkSpinButton::shadow_type.
10012         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
10013         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
10014         rc-style settings.
10015
10016         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
10017
10018         * gtk/gtkwidget.c: quark cleanups.
10019
10020         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
10021         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
10022         to create_rc_style() (we don't do cloning in standard OO sense).
10023         added per rc style properties.
10024         
10025         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
10026         property values and for caching those. some cleanups.
10027         
10028         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
10029         
10030         * gtk/gtksettings.[hc]: new file for global rc-file properties
10031         (at least currently, should get extended to support X properties
10032         and other communication mechanisms).
10033         
10034         * gtk/gtkwidget.[hc]: added style property support:
10035         (gtk_widget_class_install_style_property_parser): install style
10036         property pspec with parser function for rc-file values other
10037         than LONG, DOUBLE or STRING.
10038         (gtk_widget_class_install_style_property): same as above without
10039         parser (parsers are going to be needed quite infrequently).
10040         (gtk_widget_style_get_property): retrive style property value.
10041         (gtk_widget_style_get_valist): same as above with varargs support,
10042         has NOCOPY semantics.
10043         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
10044
10045 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * demos/gtk-demo/main.c (row_activated_cb): modified to use
10048         "row_activated" signal.
10049
10050         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
10051         stupidity.  Lets actually pass in the row with this signal...
10052
10053 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
10054
10055         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
10056
10057         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
10058
10059         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
10060         everything into the ::destroy function, and freed a lot more.
10061
10062 2001-03-16  Havoc Pennington  <hp@redhat.com>
10063
10064         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
10065         instead of gint16, to avoid overflow issues, since sizes > 16-bit
10066         are now allowed.
10067
10068 2001-03-16  Havoc Pennington  <hp@redhat.com>
10069
10070         * Applied patch from Nils Barth (bug # 51041) to 
10071         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
10072         in various places.
10073
10074 2001-03-15  Havoc Pennington  <hp@redhat.com>
10075         
10076         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
10077         for properties to set on the tag.
10078
10079         * gtk/testtext.c: fixups to reflect create_tag change
10080         
10081         * gtk/gtktexttag.c (gtk_text_tag_set_property):
10082         background/foreground stipple are objects, not boxed.
10083
10084         * demos/gtk-demo/textview.c: intellihancing
10085
10086 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
10087
10088         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
10089         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
10090
10091 2001-03-16  Alexander Larsson  <alexl@redhat.com>
10092
10093         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
10094         Fix sign error with queued region translations.
10095
10096 2001-03-15  HideToshi Tajima  <tajima@happy>
10097
10098         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
10099         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
10100         * gtk/gtkentry.c (update_im_cursor_location): 
10101         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
10102         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
10103         set_cursor_pos to set_cursor_location in GtkInputContext class
10104
10105 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
10106
10107         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
10108         the location of the cell relative to its area.
10109         * gtk/gtkcell*: modified for above change
10110         * gtk/gtktreeview.c: modified for above change.
10111
10112 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
10113
10114         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
10115          (gtk_tree_view_finalize): actually unref the model.  Thanks to
10116         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
10117
10118 2001-03-14  Havoc Pennington  <hp@redhat.com>
10119
10120         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
10121         
10122         * gtk/gtk.h: remove gtkdata.h
10123
10124         * gtk/Makefile.am: remove gtkdata
10125         
10126         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
10127         not "disconnect" on the adjustments.
10128         
10129         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
10130         GtkData
10131
10132         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
10133         not GtkData
10134
10135         * configure.in: handle case where X render exists, but Pango lacks
10136         Xft support.
10137
10138 2001-03-15 Alexander Larsson  <alexl@redhat.com>
10139
10140         * gtk/gtktoolbar.[ch]:
10141         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
10142         to add stock items to toolbars.
10143
10144         * gtk/Makefile.am:
10145         Remove ../gdk/gdkim.h from gdk_headers.
10146
10147 2001-03-15  Sven Neumann  <sven@gimp.org>
10148
10149         * gdk/gdkim.h: removed
10150         
10151         * gdk/gdkprivate.h
10152         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
10153
10154 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
10155
10156         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
10157         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
10158         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
10159         set_cursor_pos() virtual method
10160
10161         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
10162         (gtk_im_context_xim_set_cursor_pos): add implementation for
10163         set_cursor_pos() method
10164
10165         * gtk/gtkentry.c (recompute_idle_func): set current cursor
10166         position to input methods
10167
10168 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
10169
10170         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
10171         code a lot.
10172
10173         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
10174         g_mem_chunk.
10175         (_gtk_tree_data_list_alloc): use g_mem_chunk.
10176         (_gtk_tree_data_list_node_to_value): Fix to switch on
10177         G_TYPE_FUNDAMENTAL.
10178         (_gtk_tree_data_list_value_to_node): Fix to switch on
10179         G_TYPE_FUNDAMENTAL.
10180         (_gtk_tree_data_list_node_copy): Fix to switch on
10181         G_TYPE_FUNDAMENTAL.
10182
10183 2001-03-12  Havoc Pennington  <hp@redhat.com>
10184
10185         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
10186         to convert to new property API. Also, change default_width and
10187         default_height get_property to return 0 as the flag value for
10188         "unset"; -1 is not a valid value for these fields.
10189
10190 2001-03-12  Havoc Pennington  <hp@redhat.com>
10191
10192         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
10193         enum with registration for icon sizes, instead of strings.
10194
10195         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
10196         gtkwidget.c: Fix to reflect GtkIconSize
10197         
10198 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10199
10200         Make GtkFB compile and link.
10201         
10202         * gdk/linux-fb/gdkdrawable-fb2.c:
10203         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10204         
10205         * gdk/linux-fb/gdkwindow-fb.c:
10206         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10207         Added gdk_window_shape_combine_region.
10208         Added assorted placeholders for unimplemented new GdkWindow API calls.
10209
10210 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10211
10212         * gtk/gtkfilesel.c:
10213         Add more test when converting filenames from/to utf-8.
10214         Don't allow entering text in the filename entry which isn't allowed in
10215         a filename. Just beep instead.
10216
10217 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10218
10219         * gtk/gtkclist.c:
10220         Scroll using gdk_window_scroll(). Don't wait for exposes.
10221         Move the column headers in an order that makes them flash less.
10222
10223 2001-03-10  Hans Breuer  <hans@breuer.org>
10224
10225         * gdk/gdk.def : updated
10226
10227         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
10228         to offseting the clip_mask at the right place
10229
10230         * gdk/win32/gdkwindow-win32.c : don't create background brushes
10231         for all the gdkClasses, especially not for the input_only case.
10232         Otherwise flickering wont be avoidable, because we don't get
10233         WM_ERASEBKGND message for these windows.
10234
10235         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
10236         and fixed massive redraw problems apparently triggered by Alexanders 
10237         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
10238         but it seems to work quite well :-)
10239
10240         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
10241         prototype
10242
10243 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
10244
10245         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
10246         (gtk_list_store_set_cell): Fix a stupid typo.
10247
10248 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
10249
10250         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
10251         select_all not work if you're in SINGLE mode (it doesn't make that
10252         much sense, anyway.)
10253
10254         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10255         handle types more sanely.
10256         (_gtk_tree_data_list_value_to_node): handle types more sanely.
10257         (_gtk_tree_data_list_node_copy): handle types more sanely.
10258
10259         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
10260         GValue better. Converts the type as well.
10261
10262         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
10263         GValue better. Converts the type as well.
10264
10265 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
10266
10267         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
10268         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
10269         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
10270         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
10271
10272         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
10273         gdk_im/gdk_ic.
10274
10275 2001-03-09  Hans Breuer  <hans@breuer.org>
10276
10277         * gdk/gdk.def : updated
10278
10279         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
10280         for their palette
10281
10282         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
10283         removing
10284
10285         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
10286         removing and implemented Havoc's GdkWindow state functions; 
10287         stick/unstick only as no-op, cause I don't know how to emulate 
10288         on win32 ...
10289
10290         * gtk/gtk.def : updated
10291
10292         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
10293
10294         * gtk/gtktypeutils.c : #include <string.h>
10295
10296         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
10297
10298 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
10299
10300         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
10301         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
10302         not a boxed.
10303
10304 2001-03-09  Alexander Larsson  <alexl@redhat.com>
10305
10306         * docs/Changes-2.0.txt:
10307         Document expose event->region change and that gtk_widget_event
10308         doesn't allow passing expose events.
10309
10310         * gdk/gdkevents.h:
10311         Add region to expose event.
10312         
10313         * gdk/gdkevents.c:
10314         Handle event->region in gdk_event_copy() and gdk_event_free().
10315
10316         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
10317         Generate expose_event->region when creating expose events.
10318
10319         * gdk/x11/gdkevents-x11.c:
10320         Generate expose events with regions when translating X events.
10321
10322         * gtk/gtkcontainer.[ch]:
10323         Default expose handler that propagates expose events to NO_WINDOW
10324         children. New function gtk_container_propagate_expose()
10325
10326         * gtk/gtkwidget.[ch]:
10327         Moved gtk_widget_event implementation to gtk_widget_event_internal.
10328         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
10329         expose events. New function gtk_widget_send_expose() to send expose
10330         events. New function gtk_widget_region_intersect() to calculate
10331         window/region intersections.
10332         
10333         * gtk/gtkmain.c (gtk_main_do_event):
10334         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
10335         Use gtk_widget_send_expose() to send expose events.
10336         
10337         * gtk/gtkbin.c:
10338         * gtk/gtkbox.c:
10339         * gtk/gtkfixed.c:
10340         * gtk/gtkimagemenuitem.c:
10341         * gtk/gtklist.c:
10342         * gtk/gtkpacker.c:
10343         * gtk/gtktable.c:
10344         * gtk/gtktree.c:
10345         Remove expose handler, using the default container implementation
10346         instead.
10347         
10348         * gtk/gtkbutton.c:
10349         * gtk/gtkcheckbutton.c:
10350         * gtk/gtkeventbox.c:
10351         * gtk/gtkfixed.c:
10352         * gtk/gtkhandlebox.c:
10353         * gtk/gtklayout.c:
10354         * gtk/gtklistitem.c:
10355         * gtk/gtkmenu.c:
10356         * gtk/gtkmenubar.c:
10357         * gtk/gtkmenuitem.c:
10358         * gtk/gtknotebook.c:
10359         * gtk/gtkoptionmenu.c:
10360         * gtk/gtkpaned.c:
10361         * gtk/gtkscrolledwindow.c:
10362         * gtk/gtktogglebutton.c:
10363         * gtk/gtktoolbar.c:
10364         * gtk/gtktreeitem.c:
10365         * gtk/gtkviewport.c:
10366         Chain expose handler to parent class handler. Use
10367         gtk_container_propagate_expose() to propagate exposes.
10368
10369         * gtk/gtkclist.c (check_exposures):
10370         * gtk/gtktext.c (process_exposes):
10371         Use gtk_widget_send_expose instead of gtk_widget_event.
10372
10373 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
10374
10375         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
10376
10377 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
10378
10379         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
10380         unref the nodes.   Fixes bug #50058.
10381
10382         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
10383         "::ref_iter" to "::ref_node".
10384         (gtk_tree_model_unref_node): change "::unref_iter" to
10385         "::unref_node". Fixes bug #50064.
10386
10387 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
10388
10389         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
10390         support for invisible cells.
10391          (gtk_tree_view_bin_expose): ditto
10392
10393 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
10394
10395         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
10396         on gobjects.
10397
10398         * tests/testtreefocus.c (main): New test file.
10399
10400         * tests/testtreeview.c: update to latest glib changes.
10401
10402         * tests/testtreecolumns.c: update to latest glib changes.
10403
10404 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
10405
10406         * gtk/testgtk.c: re-enabled event watcher emission hooks.
10407
10408 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
10409
10410         * *.c: added accumulator data argument to g_signal_newc()
10411         functions.
10412
10413         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
10414         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
10415         * gtk/treestoretest.c (make_window):
10416         s/g_signal_connect/g_signal_connectc/.
10417
10418         * gtk/gtktextbuffer.c: completed signal arg fixups,
10419         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
10420
10421 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
10422
10423         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
10424         G_CONST_RETURN.
10425
10426         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
10427         ::hierarchy-changed signal when a widget changes
10428         from anchored to unanchored or vice versa.
10429         (anchored means 
10430          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
10431         Use a private flag to keep track of this efficiently.
10432
10433 2001-03-07  Havoc Pennington  <hp@redhat.com>
10434
10435         * gtk/testgtk.c (create_spins): uglify so that size request gets
10436         tested.
10437
10438         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
10439         request on values for upper/lower, completes #6152
10440
10441 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
10442
10443         * Makefile.am: Remove gtk-config-2.0 again.
10444         (Grrrr, pkg-config. And stops make loops.)
10445
10446 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
10447
10448         * gtk/gtksignal.[hc]: removed old emission hook API.
10449         
10450         * docs/Changes-2.0.txt: fixed sections.
10451         
10452         * gtk/gtktextbuffer.c: signal arg fixups.
10453
10454 2001-03-07  Havoc Pennington  <hp@redhat.com>
10455
10456         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
10457
10458         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
10459         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
10460         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
10461         validation and the redraw which is higher priority than the
10462         validation.
10463
10464 2001-03-07  Havoc Pennington  <hp@redhat.com>
10465
10466         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
10467         (gtk_entry_set_property): remove trailer
10468
10469         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
10470         (gtk_entry_get_width_chars): new functions, to set size request to 
10471         a given number of characters
10472
10473         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
10474
10475         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
10476         (gtk_dialog_get_has_separator): new function
10477         (run_delete_handler): fix to not emit "response" signal
10478         because we already did in the delete event handler installed
10479         at dialog creation time.
10480         
10481         * gtk/gtkdialog.h: add a has_separator property,
10482         add GTK_DIALOG_NO_SEPARATOR flag
10483
10484 2001-03-07  Havoc Pennington  <hp@redhat.com>
10485
10486         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
10487         off decorations for a window.
10488
10489         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
10490         changes
10491
10492         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
10493         to get location of PangoLayout inside the label, closes #51198
10494
10495         * gtk/testgtk.c (create_bbox): fix up button box usage
10496
10497         * gtk/testcalendar.c (create_calendar): fix up button box usage
10498
10499         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
10500
10501         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
10502
10503         * gtk/gtkhbbox.h: deprecations
10504
10505         * gtk/gtkvbbox.h: deprecations
10506
10507         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
10508         emulate deprecated gtk_button_box_get_spacing
10509
10510         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
10511         the "set global default" functions
10512         (struct _GtkButtonBox): remove "spacing" field, use the one from 
10513         GtkBox base class
10514
10515         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
10516
10517         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
10518         render the icon, return the missing image icon.
10519
10520         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
10521         image icon if the load fails.   
10522
10523         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
10524         when no image is found; should be the Netscape "missing image"
10525         icon eventually but for now is a random image
10526
10527         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
10528         role for the session manager
10529
10530         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
10531
10532         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
10533         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
10534
10535         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
10536
10537 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
10538
10539         * gtk/*.c: marshaller fixes.
10540         
10541         * gtk/gtkmarshal.list: extreme cleanup.
10542
10543         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
10544         param spec for now.
10545
10546         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
10547         where appliable.
10548
10549         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
10550         special cased autogenerated boxed types from gtktypebuiltins_ids.c
10551         which are not reference counted:
10552         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
10553         PangoFontDescription, GtkTreeIter and GtkTreePath.
10554
10555 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
10556
10557         * gtk/gtktreeselection.h: 
10558         * gtk/gtktreemodel.c:
10559         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
10560         file should be included directly, and gobject/gmarshal.h
10561         as well as gtk/gtkmarshal.h even can't be included directly.
10562
10563         * Makefile.am: grr, install gtk-config-2.0.
10564
10565         * gtk/testgtk.c:
10566         * gtk/simple.c:
10567         * gtk/gtkmenu.c:
10568         * gtk/gtkitemfactory.c: use g_object_connect() instead of
10569         passing "*signal*::*" args to gtk_widget_set().
10570         
10571         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
10572         
10573         * gtk/*.c: removed trailer arg from property setters and getters.
10574         macro fixups.
10575
10576 2001-03-07  Alexander Larsson  <alexl@redhat.com>
10577
10578         * gtk/gtklabel.c (set_markup): Removed warning
10579
10580 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
10581
10582         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
10583         field to allow you to hide cell renderers.
10584
10585         * gtk/gtkcellrenderer.c: Add support for invisible cells.
10586
10587         * gtk/gtktreeview.c: Add support for invisible cells.
10588
10589 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
10590
10591         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
10592         Add "clicked" signal back to columns.
10593
10594         * ChangeLog: remove conflict markers.
10595
10596 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
10597
10598         * gtk/gtkbutton.c: Add animation of activation by, on 
10599         activate, pressing the button, and adding a timeout that 
10600         releases the button after 250ms or on key release and
10601         emits ::clicked. (#51501)
10602
10603         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
10604         action area, we connect to ::clicked instead of ::activate
10605         so the dialog stays up through the animation.
10606
10607 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
10608
10609         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
10610         check the ignore_enter flag for the menu shell that
10611         the item is actually a child of, not for attached
10612         submenus. (#51536)
10613
10614 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10615
10616         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10617         special key-press grab handling for widgets within
10618         GtkWindows. Otherwise, fall through to normal case.
10619
10620         This prevents key events being sent twice to GtkInvisible
10621         widgets, which can cause all sorts of mischief.
10622
10623 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10624
10625         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10626         widget is in effect, give the grab widget a first
10627         crack at KEY_PRESS/RELEASE events. (#424)
10628
10629 2001-03-06  James Henstridge  <james@daa.com.au>
10630
10631         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
10632         offset for the window_state_event to point at window_state_event
10633         rather than no_expose_event.
10634
10635 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
10636
10637         * gtk/gtkimmodule.h: fix busted /* comment */
10638
10639 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
10640
10641         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
10642         object properties.
10643
10644 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
10647         add object properties.
10648
10649         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
10650         to add object properties.
10651
10652         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
10653         object properties.
10654
10655         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
10656         add object properties.
10657
10658         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
10659         object properties.
10660
10661 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
10662
10663         * gtk/gtktreemodel.c: renamed "child_toggled" to
10664         "has_child_toggled".
10665
10666         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
10667         handle new signal name.
10668
10669         * gtk/gtktreestore.c: Updated to handle new signal name.
10670         * gtk/gtklisttore.c: Updated to handle new signal name.
10671         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
10672
10673 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10674
10675         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
10676         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
10677
10678 2001-03-05  Michael Natterer  <mitch@gimp.org>
10679
10680         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
10681         pixbuf-engine coincidentially also failed to make one of it's
10682         parent_class pointers static, causing overwriting of GtkLabel's
10683         parent_class pointer in pixbuf_style_class_init().
10684         (Will commit the fix to the pixbuf-engine too).
10685
10686 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10687
10688         * gdk/gdkwindow.h:
10689         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
10690         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
10691         gdk_window_set_icon_list for net wmspec functionality.
10692
10693         * gdk/x11/gdkwindow-x11.c:
10694         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
10695         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
10696         gdk_window_set_icon_list.
10697         Added gdk_wmspec_change_state helper function and used it in the code.
10698         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
10699
10700         * gtk/gtkdialog.c (gtk_dialog_init):
10701         Set GDK_WINDOW_TYPE_HINT_DIALOG.
10702
10703         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
10704         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
10705
10706         * gtk/gtkwindow.c:
10707         new function gtk_window_set_type_hint.
10708         On realize, set type hint and modal hint.
10709
10710         * gtk/gtkwindow.h:
10711         Added type_hint field and gtk_window_set_type_hint.
10712
10713 2001-03-05  Alexander Larsson  <alexl@redhat.com>
10714
10715         * gtk/gtklabel.[ch]:
10716         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
10717         New function gtk_label_get_accel_keyval () to get the underline accelerator
10718         of the label. Setting the label pattern overrides other attributes.
10719
10720 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
10721
10722         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
10723         Added missing initializers to gtk_rc_style_init().
10724
10725 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
10726
10727         * gtk/gtktextview.c: fixed bug #51097 about setting 
10728         gtk_text_view_set_border_window_size() if the widget is 
10729         already realized.
10730
10731 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
10732
10733         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
10734
10735         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
10736         comment. Won't do to have duplicated doc comments between
10737         the platform subdirs.
10738
10739 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
10740
10741         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
10742           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
10743
10744         Detectable auto-repeat - make a repeating key generate
10745         press/press/press/release instead of press/release pairs.
10746
10747         If we have Xkb and XkbSetDectableAutoRepeat supports
10748         that, we do it that way. Otherwise, when we get
10749         a release event, we check ahead with XPending to see
10750         if the next key is a KeyPress with the same keycode
10751         and timestamp. (Not 100% reliable, but pretty close.)
10752           
10753 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
10754         
10755         * gtk/gtkmain.c (gtk_propagate_event): Only do special
10756         special key-press grab handling for widgets within
10757         GtkWindows. Otherwise, fall through to normal case.
10758  
10759         This prevents key events being sent twice to GtkInvisible
10760         widgets, which can cause all sorts of mischief.
10761  
10762 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
10763  
10764         * gtk/gtkmain.c (gtk_propagate_event): When a grab
10765         widget is in effect, give the grab widget a first
10766         crack at KEY_PRESS/RELEASE events. (#424)
10767  
10768 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
10769
10770         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
10771         to extend the selection. (Roughly based on patch
10772         from Jay Cox, #50939)
10773
10774         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
10775         to properly handle previous GDK_BUTTON_PRESS. 
10776         (Patch from Jay Cox, #50938)
10777
10778         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
10779         '\0' back along with the deleted text. (#51148)
10780
10781 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
10782
10783         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
10784         the group when extracting it from the X keyboard event.
10785
10786         * modules/input/Makefile.am modules/input/imipa.c: 
10787         Simple module for entering IPA. (Do we need a 
10788         gtk-stupid-input-tricks CVS module?)
10789
10790 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
10791
10792         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
10793         const.
10794
10795         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
10796
10797         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
10798         is no focus widget for the dialog currently, grab the focus as well
10799         as the default.
10800
10801         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
10802         the action area's children to iterate through, not the
10803         dialog's children.
10804
10805 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
10806
10807         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
10808         Add plug-socket tests. (Won't work worth a darn until I commit
10809         the rest of the plug-socket changes, but no reason these
10810         can't go into CVS now.)
10811
10812 2001-03-02  Havoc Pennington  <hp@redhat.com>
10813
10814         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
10815         _gdk_region_get_xrectangles()
10816
10817         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
10818
10819         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
10820
10821         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
10822         function, contributed by Ron Steinke    
10823
10824         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
10825         gdk_net_wm_supports
10826
10827         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
10828         New function, contributed by Ron Steinke
10829
10830         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
10831         used to line up the text in the entry when using the entry for
10832         editable sheet cell hacks
10833
10834         * gtk/testgtk.c (create_entry): test the activate_default setting
10835         on GtkEntry
10836
10837         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
10838         cause the entry to activate the default button for a dialog when 
10839         activated
10840         (gtk_entry_get_activates_default): new function
10841
10842 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
10843
10844         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
10845         Hwang to move call to sync_selection() up a few lines
10846         to before the row list is modified, to fix crash when
10847         removing rows in the undo_selection list.
10848
10849         (Test case provided by Daniel Elstner:
10850
10851         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
10852
10853 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
10854
10855         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
10856         of tree->root_tree in parent_set rather than _map(), 
10857         fixing #50892 in a bit better manner.
10858
10859 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
10860
10861         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
10862
10863 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
10864
10865         * gtk/gtkstyle.c : Remove duplicate fwd decl for
10866         gtk_default_draw_shadow.
10867
10868 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
10869
10870         * gdk/gdkimage.c (gdk_image_new): Remove excess 
10871         warning, make warnings more verbose, treat a error
10872         in shmat as permanent, and don't try again.
10873         (#51163, Ed Randall.)
10874
10875 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
10876
10877         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
10878         delay for the first click before starting to scroll.
10879         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
10880
10881         * gtk/gtktext.c: GtkText should have I-beam cursor. 
10882         (based on gtk-enf-990513-1.patch, Eric Fisher.)
10883
10884 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
10885
10886         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
10887         cleanup to remove some references to unused
10888         ->xoffset, ->yoffset.
10889
10890 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
10891
10892         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
10893         mask. (#51039, fix from Martin Maierhofer)
10894
10895 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
10896
10897         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
10898         for unshifted + and shifted = for non-us keyboards.
10899         Make <Control>+ and <Control>- work as well as 
10900         <Control>KP_Plus, <Control>KP_Minus for recursive
10901         open/close.  (#2682, René Seindal)
10902
10903 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
10904
10905         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
10906         the active menu item before deactivating the menu,
10907         so gtk_menu_popdown doesn't change the history. (#50964)
10908         
10909 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
10910
10911         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
10912         draw lines with text_gc rather than black_gc.
10913         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
10914
10915 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
10916
10917         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
10918         Move handling of buttons fully in gtktreeviewcolumn.  This code is
10919         less interrelated then it was, but it still requires the
10920         GtkTreeView to map it.
10921
10922         * test/testtreecolumn.c: Now I can add a column to one view,
10923         remove it, add it to the another view, remove it, then re-add it
10924         to the first.  Nifty.
10925
10926 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
10927
10928         * docs/tutorial/gtk-tut.sgml: Minor corrections
10929
10930 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
10931
10932         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
10933         GtkRowReference.
10934
10935 2001-02-28  Havoc Pennington  <hp@redhat.com>
10936
10937         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
10938         draw_default
10939         (gtk_widget_draw_focus): remove this function; we could instead
10940         make it just gtk_widget_draw(), but in most cases I think the
10941         result would be broken user code, so think it's better to have
10942         that code not compile and get fixed
10943         (gtk_widget_draw_default): ditto
10944
10945         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
10946         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
10947         
10948         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
10949         widgets lose/get the default, instead of calling draw_default
10950         
10951         * docs/Changes-2.0.txt: note about all this
10952
10953         Then fixed every widget in GTK, I won't list all the filenames.
10954
10955 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
10956
10957         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
10958         _gtk_tree_row_reference_deleted.
10959         (inserted_callback): Proxy out to
10960         _gtk_tree_row_reference_inserted.
10961         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
10962         get around signal emission ordering problem.
10963
10964         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
10965         fix to work with SINGLE 
10966         (_gtk_tree_selection_internal_select_node): Major sanitization on
10967         selections.  SINGLE now seems to work.
10968
10969         * tests/Makefile.am: add testtreecolumn.c:
10970
10971         * tests/testtreecolumn.c: New test.  Mostly points out selection
10972         bugs currently, but will test columns later.
10973
10974         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
10975         selection bug.  I hate touching this code -- it's scary.
10976
10977 2001-02-26  Havoc Pennington  <hp@redhat.com>
10978
10979         * gtk/testgtk.c: test the window state stuff
10980
10981         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
10982         window come to the user's attention as if it were just created
10983         (gtk_window_iconify): new function
10984         (gtk_window_deiconify): new function
10985         (gtk_window_stick): new function
10986         (gtk_window_unstick): new function
10987         (gtk_window_maximize): new function
10988         (gtk_window_unmaximize): new function
10989
10990         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
10991
10992         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
10993
10994         * gdk/x11/gdkevents-x11.c: create window state events when
10995         appropriate
10996         (gdk_wmspec_supported): new function
10997
10998         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
10999         iconification before showing the window
11000         (gdk_window_deiconify): new function
11001         (gdk_window_stick): new function
11002         (gdk_window_unstick): new function
11003         (gdk_window_maximize): new function
11004         (gdk_window_unmaximize): new function
11005
11006         * gdk/gdkwindow.c: store the window state in the window; 
11007         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
11008         window->mapped.
11009         (gdk_window_get_state): return the current window state
11010
11011         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
11012         (gdk_event_get_state): handle GDK_WINDOW_STATE
11013         (gdk_synthesize_window_state): function to create the window state
11014         events
11015
11016         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
11017         event, for changes to "window state" such as maximized, sticky, 
11018         etc.
11019         
11020         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
11021         focuses a window
11022
11023         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
11024         finds out if we support a given WM spec hint
11025
11026 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
11027
11028         * docs/faq/gtk-faq.sgml: New question re memory leaks.
11029
11030 2001-02-25  Hans Breuer  <hans@breuer.org>
11031
11032         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
11033         cause we want to loose those prototypes only in the latter case
11034
11035         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
11036         GdkPixmapImplWin32 because it itsn't derived from it. Use the
11037         impl member variable instead
11038
11039         * gtk/gtk.def : updated
11040
11041         * gtk/gtklist.c : 
11042         * gtk/gtkmenus.c : include <string.h> for memset ()
11043
11044         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
11045         for everthing built here, but for gtk-x.x.dll only. This solves
11046         problem of indifferent gtk type definitions
11047
11048 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
11049
11050         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
11051
11052 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
11053
11054         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
11055         column that is exposed.
11056
11057         (_gtk_tree_view_update_size): Changed name from set_size, and
11058         changed function to do more work, and not force people calling it
11059         to figure out the size.  Simplifies a lot of code elsewhere.
11060
11061 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11062
11063         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
11064         return solid masks for xpms that have no transparent color.
11065         This makes the ..._create_from_xpm... API backwards
11066         compatible.
11067
11068 2001-02-23  Tor Lillqvist  <tml@iki.fi>
11069
11070         * README.win32: Update. Mention the gtk-1-3-win32-production
11071         branch.
11072
11073         * gdk/win32/bdfcursor.c: New file. A program that generates
11074         xcursors.h. Thanks to Stefan Ondrejicka.
11075
11076         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
11077         compact format.
11078
11079         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
11080
11081         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
11082         function, uses xcursors.h.
11083         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
11084         cursor from inline data instead of using LoadCursor() to generate
11085         it from a resource.
11086
11087         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
11088         event, must check the Windows message for mouse button state, as
11089         the GDK event state might not have been built if it is
11090         undelivered. Remove one goto.
11091
11092         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
11093         SetCursor() if the current cursor as returned by GetCursor() is
11094         the window's previous cursor. The ChildWindowFromPoint() test
11095         apparently didn't work correctly.
11096
11097         * gdk/win32/rc/*.cur: Remove.
11098
11099         * gdk/win32/rc/gdk.rc.in: Remove cursors.
11100
11101         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
11102
11103         * gtk/makefile.{mingw,msc}.in: Updates.
11104
11105 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
11106
11107         * gtk/gtktreemodel.h: add functions for signal emission.
11108
11109         * gtk/gtktreestore.c: move to use above functions instead of
11110         g_signal_emit.
11111
11112         * gtk/gtkliststore.c: ditto
11113
11114 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
11115
11116         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
11117         GObject instead of GtkObject.
11118
11119         * gtk/gtkliststore.c: ditto.
11120
11121         * gtk/gtktreemodelsort.c: ditto.
11122
11123         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
11124         GtkTreeModelIface, instead of in each model.
11125
11126 2001-02-21  Havoc Pennington  <hp@redhat.com>
11127
11128         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
11129         unbreak this function
11130
11131         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
11132         properties
11133
11134         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
11135         properties
11136
11137         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
11138         properties
11139
11140         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
11141         mean unset the max length
11142
11143 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
11144
11145         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
11146         Changed name to be set_cell_data_func to make it clear what
11147         the functino does.  Close bug #51069.
11148
11149 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
11150
11151         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
11152         have memory actually freed.  Keeps box running longer.
11153
11154 2001-02-21  Alexander Larsson  <alexl@redhat.com>
11155         
11156         * gtk/gtkseparatormenuitem.[ch]:
11157         Added new menu separator item. The drawing and size handling
11158         is still done in GtkMenuItem, but the API is a bit more sane.
11159         
11160         * gtk/Makefile.am:
11161         Add gtkseparatormenuitem.[ch].
11162
11163         * gtk/gtk.h:
11164         Add gtkseparatormenuitem.h.
11165         
11166         * gtk/gtkentry.c:
11167         * gtk/gtkmenufactory.c:
11168         * gtk/gtktextview.c:
11169         Use the new API for menu separators.
11170         
11171         * demos/gtk-demo/menus.c (create_menu):
11172         Add some GtkSeparatorMenuItem demo code.
11173
11174 2001-02-20  Havoc Pennington  <hp@redhat.com>
11175
11176         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
11177         Lee Mallabone
11178
11179         * gtk/gtkarrow.c: Convert to new property API, patch from 
11180         Lee Mallabone
11181
11182 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
11183
11184         * tests/testtreeview.c (toggled_callback): fix to reflect change
11185         in GtkTreeModelStore.
11186
11187 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
11188
11189         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
11190         function to create an icon set from a pixbuf.
11191
11192 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11193
11194         * gtk/gtkcellrenderertext.[ch]:
11195         Add a "markup" property.
11196
11197         * gtk/treestoretest.c:
11198         Use the markup property, remove some leftover stuff from
11199         GtkTreeModelMapping.
11200
11201 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11202
11203         * gtk/gtklabel.c (gtk_label_set_selectable):
11204         Queue a redraw if the selectable setting was changed.
11205
11206 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11207
11208         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11209         Actually copy the whole gc, not just the public parts.
11210         
11211         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11212         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
11213         labels.
11214
11215 2001-02-19  Havoc Pennington  <hp@pobox.com>
11216
11217         * gdk/gdkwindow.c: docs
11218
11219         * gdk/gdkrgb.c: docs
11220
11221         * gdk/gdkregion-generic.c: docs
11222
11223         * gdk/gdkgc.c (gdk_gc_set_values): docs
11224
11225         * gdk/gdkdraw.c: docs
11226
11227         * gdk/gdkdrawable.h: deprecate drawable get/set data
11228
11229 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
11230
11231         * demos/gtk-demo/dialog.c: Add simple new demo.
11232
11233 2001-02-19  Havoc Pennington  <hp@redhat.com>
11234
11235         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
11236         insert_child_anchor signal, bug #50245
11237
11238         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
11239         from create_child_anchor, so the anchor is passed in
11240
11241         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
11242         (_gtk_widget_segment_new): have the child anchor object passed in, 
11243         instead of creating it.
11244
11245         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
11246         to gtk_text_buffer_get_modified
11247
11248 2001-02-19  Havoc Pennington  <hp@redhat.com>
11249
11250         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
11251         changed GLib without fixing GTK
11252
11253         * gtk/gtkrange.h: Rename all the stupid implementation detail 
11254         functions to have an underscore in front. Most of them should 
11255         probably just go away, but for starters don't export them.
11256         Bug #50482
11257
11258 2001-02-19  Havoc Pennington  <hp@redhat.com>
11259
11260         * gdk/gdkcolor.h: test was backward, so deprecated functions were
11261         excluded by default
11262
11263         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
11264         clean up the old code a bit
11265
11266         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
11267         inconsistent state
11268
11269         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
11270         draw inconsistent state
11271
11272         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
11273         (create_menu): add inconsistent test
11274
11275         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
11276         new function
11277         (gtk_check_menu_item_get_inconsistent): new function
11278         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
11279         state (using etched in for now)
11280
11281         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
11282         draw inconsistent state
11283
11284         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
11285         function, used when the user has selected a range of stuff in
11286         different states
11287         (gtk_toggle_button_get_inconsistent): accessor for that
11288         (gtk_toggle_button_paint): draw inconsistent state (etched in?
11289         don't know what else to do)
11290
11291 2001-02-19  Hans Breuer <hans@breuer.org>
11292
11293         * gtk/gtk.def : updated exported symbols
11294
11295         * gtk/makefile.msc.in : updated
11296
11297         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
11298         a colormap, when invoked from testgtk::entry. I'm not sure where
11299         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
11300         avoids immediate crashing ...
11301
11302         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
11303         any objections ?
11304
11305         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
11306         0 parameter. At least msvc doesn't like macros with var args. 
11307         I simply removed the extra 0, was it a feature or a typo ?
11308
11309         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
11310         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
11311         because the value assignment to the internal struct wasn't working.
11312         I'm not absolutely sure. The problem could have been resolved by
11313         changing the "func" declartion in the struct, but was the pointer
11314         to the function pointer intended ?
11315
11316         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
11317
11318         * gdk/gdk.def : updated exported symbols
11319
11320         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
11321         only use SetDIBitsToDevice if there is a palette at the drawable
11322         and the image is GDK_VISUAL_PSEUDO_COLOR
11323
11324         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
11325
11326         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
11327
11328         * gdk/*/makefile.msc : updated
11329
11330 2001-02-19  Havoc Pennington  <hp@redhat.com>
11331
11332         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
11333         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
11334
11335         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
11336         (gdk_key_repeat_restore): nuke
11337
11338         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
11339         (gdk_init_check): no atexit func
11340
11341         * gdk/gdkrgb.h: mark some stuff deprecated
11342
11343         * gdk/gdkcolor.h: mark some stuff deprecated
11344         
11345         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
11346
11347         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
11348
11349 2001-02-16  Havoc Pennington  <hp@redhat.com>
11350
11351         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
11352         scroll steps.
11353
11354         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
11355         steps, and add Ctrl-arrow shortcuts for paging visually as with
11356         HScale, since Page Up and Page Down move logically.
11357
11358         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
11359         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
11360         
11361         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
11362         steps
11363         (gtk_range_scroll): handle the visual steps
11364
11365         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
11366         scroll steps
11367
11368         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
11369         steps, not the logical ones.
11370
11371         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
11372         (scroll_vertical): handle up/down steps
11373
11374 2001-02-19 Alexander Larsson  <alexl@redhat.com>
11375
11376         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
11377         Copy data and free data with free().
11378
11379         * gdk-pixbuf/gdk-pixbuf.c:
11380         * gdk-pixbuf/io-jpeg.c:
11381         * gdk-pixbuf/io-png.c:
11382         Use g_try_malloc/g_free instead malloc/free.
11383         
11384         * gdk-pixbuf/test-gdk-pixbuf.c:
11385         Must... initialize... gobject...
11386         
11387         * gdk-pixbuf/pixops/timescale.c:
11388         * gtk/gtkcalendar.c:
11389         Use g_malloc instead of malloc.
11390         
11391 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
11392
11393         * gtk/testgtkrc:
11394         Comment out property assignments, these don't work yet.
11395
11396 2001-02-17  Havoc Pennington  <hp@pobox.com>
11397
11398         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
11399         bit.
11400
11401 2001-02-17  Havoc Pennington  <hp@pobox.com>
11402
11403         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
11404         shadowed variables that had broken size request in some cases,
11405         leading to bogus tooltips (#50996)
11406
11407 2001-02-06  Jon K Hellan  <hellan@acm.org>
11408
11409         Implement fast browsing of tooltips, bug #50619
11410         
11411         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
11412         and last_popdown
11413         
11414         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
11415         use_sticky_delay and last_popdown.
11416         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
11417         time of popdown.
11418         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
11419         is NULL.
11420         (gtk_tooltips_recently_shown): New static function.  Return true
11421         if < sticky_delay has elapsed since last popdown.
11422         (gtk_tooltips_event_handler): Display window after sticky_delay
11423         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
11424         since last popdown.
11425         
11426 2001-02-17  Havoc Pennington  <hp@pobox.com>
11427
11428         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
11429         instead of (). #6394
11430
11431         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
11432         G_CONST_RETURN, make it return by reference, #50473
11433         
11434 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
11435
11436         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
11437         generated ENTER_NOTIFY event with 0, otherwise not explicitely
11438         setup fields contain garbage (e.g. subwindow, breaking
11439         gdk_drawable_ref() upon event copy).
11440         (gtk_menu_stop_navigating_submenu_cb): same here.
11441
11442         * gtk/gtklist.c (gtk_list_vertical_timeout): 
11443         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
11444         * gtk/gtkclist.c (vertical_timeout): 
11445         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
11446         default-zero-intialization for unions to memset(,0,), as unions are
11447         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
11448         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
11449
11450         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
11451         g_closure_sink() warning.
11452
11453         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
11454         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
11455         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
11456         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
11457         
11458 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
11459
11460         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
11461         gtk_*_store_get, and moved to GtkTreeModel.
11462
11463         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
11464
11465         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
11466
11467         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
11468
11469         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
11470         set the func.
11471
11472         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
11473         freeze/thaw notify between setting all the properties for a cell.
11474
11475         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
11476
11477 2001-02-15  Havoc Pennington  <hp@redhat.com>
11478
11479         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
11480         the X coordinates so they're with respect to the line, rather than 
11481         with respect to the layout.
11482
11483         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
11484         Mallabone
11485
11486         * gtk/testgtk.c (create_range_controls): add vscale tests, 
11487         and inverted test
11488
11489         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
11490         #50806
11491
11492         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
11493
11494         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
11495         gtk_text_iter_is_end
11496
11497         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
11498         rename gtk_text_buffer_get_end_iter
11499
11500         * gtk/testgtk.c (create_labels): Add test for selectable
11501
11502         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
11503         the selection stuff. This code is kind of broken since it doesn't 
11504         use the theme engine.
11505
11506         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
11507         fix infinite loop and y offset problem
11508         (gdk_draw_layout_line_with_colors): fix foreground color handling
11509
11510         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
11511         that makes the label selectable.
11512         
11513         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
11514         layout when the style is set, since fonts etc. could have changed.      
11515
11516 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
11517
11518         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
11519
11520         * gtk/gtktreemodelsimple.[ch]: removed.
11521
11522 2001-02-16  Alexander Larsson  <alexl@redhat.com>
11523
11524         * gtk/gtktreemodelmapping.[ch]:
11525         New files. Implement GtkTreeModelMapping.
11526         
11527         * gtk/Makefile.am:
11528         Add gtktreemodelmapping.[ch].
11529         
11530         * gtk/gtk.h:
11531         Add gtktreemodelmapping.h
11532
11533         * gtk/treestoretest.c:
11534         Test the GtkTreeModelMapping
11535
11536 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
11537
11538         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
11539         have a demo, we might as well pass in real values.  Thanks to
11540         clahey for pointing this out.
11541
11542 2001-02-14  Havoc Pennington  <hp@pobox.com>
11543
11544         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
11545         "static" to a private function
11546         (gtk_image_menu_item_class_init): remove destroy handler,
11547         add "image" object property
11548
11549 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
11550
11551         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
11552         Add a shortcut if the window and the current clip_region doesn't
11553         overlap. This is needed when there are a lot of windows in a
11554         window. The layout test in testgtk is a good test.
11555
11556         * gdk/linux-fb/gdkwindow-fb.c:
11557         Whitespace fix.
11558
11559 2001-02-13  Sven Neumann  <sven@convergence.de>
11560
11561         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
11562
11563 2001-02-13  Alexander Larsson  <alexl@redhat.com>
11564
11565         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
11566         Don't reference last_cursor if it is null. Fixes crash when rotating
11567         the screen before having moved the mouse.
11568
11569         * gdk/linux-fb/gdkcc-fb.c: Zapp!
11570
11571         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
11572
11573         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
11574         when using 90 or 270 degrees rotation.
11575
11576 2001-02-12  Havoc Pennington  <hp@pobox.com>
11577
11578         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
11579         it always set the foreground, even if we were only using
11580         a stipple.
11581         (gdk_draw_layout_line_with_colors): new function, allow
11582         override colors
11583         (gdk_draw_layout_with_colors): new function, allow override
11584         colors
11585         (gdk_pango_layout_line_get_clip_region): function to get the clip
11586         region for a logical text range
11587         (gdk_pango_layout_get_clip_region): get the clip region for a
11588         logical text range
11589
11590         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
11591         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
11592         the right number of arguments.
11593
11594         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
11595         enhance the function to check that node data corresponds to a 
11596         view still belonging to the tree.
11597
11598         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
11599         GtkTreePath
11600         (gtk_tree_view_inserted): ditto
11601         (gtk_tree_view_child_toggled): ditto
11602
11603         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
11604         simplify this code.
11605
11606         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
11607         a PangoAttrList
11608
11609         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
11610
11611         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
11612
11613         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
11614         size in the size request 
11615         (gtk_menu_bar_size_allocate): consider toggle size here
11616
11617         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
11618         that displays a widget in the toggle slot
11619
11620         * gtk/testgtk.c: test GtkImageMenuItem
11621
11622         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
11623         
11624         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
11625         request and allocation
11626
11627         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
11628
11629         * gtk/gtkcheckmenuitem.c
11630         (gtk_check_menu_item_toggle_size_request): ditto
11631         
11632 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
11633
11634         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
11635         reference.
11636
11637         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
11638         and refuse to initialize GTK+ if they fail.
11639
11640 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
11641
11642         * configure.in: Add check for gtk-doc version.
11643
11644 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
11645
11646         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
11647         where the xpad/ypad was only being used on one side!
11648
11649 2001-02-11  Tor Lillqvist  <tml@iki.fi>
11650
11651         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
11652         function, copied from X11 version.
11653
11654         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
11655         DestroyCursor failures. The reason for the problem (despite the
11656         inconsistent messages from GetLastError()) was that
11657         DestroyCursor() cannot be called while a cursor is set in a
11658         window. Set the new cursor first and then destroy the old one.
11659         Thanks to jpe@archaeopteryx.com.
11660
11661         * gdk/win32/gdkcc-win32.c: Remove.
11662
11663         * gdk/win32/Makefile.am: Remove from here, too.
11664         
11665         * gdk/gdk.def
11666         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
11667
11668         * gtk/gtk.def
11669         * gtk/makefile.mingw.in: Updates.
11670
11671 2001-02-08  Havoc Pennington  <hp@redhat.com>
11672
11673         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
11674         add a widget to a bin that already has a child.
11675
11676         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
11677
11678         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
11679         
11680         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
11681
11682         * gdk/gdk.h: remove gdkcc.h
11683
11684         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
11685
11686         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
11687         GdkPixbuf, since the previous implementation was GdkColorContext
11688         dependent.
11689
11690         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
11691         
11692 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
11693
11694         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
11695         a sane value!
11696
11697 2001-02-08  Havoc Pennington  <hp@redhat.com>
11698
11699         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
11700         lighten them.
11701
11702 2001-02-08  Havoc Pennington  <hp@redhat.com>
11703
11704         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
11705         validation idle
11706
11707         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
11708         cell renderer
11709
11710         * demos/pixbuf-demo.c (timeout): remove deprecated
11711         gtk_widget_draw
11712
11713         * demos/testpixbuf-save.c (main): remove deprecated
11714         gtk_drawing_area_size
11715
11716         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
11717         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
11718         at the start of the allocation.
11719         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
11720         unsetup or NULL model.
11721
11722         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
11723         even/odd/sorted cells in the tree view.
11724
11725         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11726         bugfixes
11727
11728         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
11729         backgrounds with draw_flat_box using different detail for even/odd
11730         rows.
11731
11732         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
11733         row, so we can draw the alternating colors thing
11734
11735         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
11736         property from a synonym property, notify for the synonym.
11737         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
11738         (gtk_text_tag_get_property): Always return the font, even if
11739         all its fields aren't set
11740
11741         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
11742         store the attr list; it leaves us with no way to change attributes
11743         in _render according to the render flags, and no way to implement
11744         get_property. Instead store all the specific text attributes. 
11745         Separate whether an attribute is enabled from its value. Sync all
11746         properties with GtkTextTag, make them all consistent, etc.
11747
11748         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
11749         renderers can highlight the sort row/column     
11750
11751         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
11752         accessor functions to get values; this has the side effect of
11753         showing up which accessor functions were missing. Added those.
11754
11755         * gtk/gtktreeviewcolumn.h: Replace set_justification with
11756         set_alignment, to be consistent with GtkLabel, GtkMisc
11757
11758         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
11759         arrow.
11760
11761         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
11762
11763         * gtk/gtktreesortable.h: updates in here
11764
11765 2001-02-07  Sven Neumann  <sven@convergence.de>
11766
11767         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
11768         pango dimensions after painting the background. We used to draw
11769         gigantic flat boxes here.
11770
11771 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
11772
11773         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
11774         error introduced with earlier commit) (pointed out by
11775         Ollie Lho)
11776
11777 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
11778
11779         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
11780         which are no longer necessary.
11781
11782 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
11783
11784         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
11785
11786 2001-02-04  Tor Lillqvist  <tml@iki.fi>
11787
11788         * gdk/gdk.def
11789         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
11790         Provide dummy implementations.
11791
11792 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
11793
11794         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
11795
11796         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
11797         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
11798         deprecated this function.
11799
11800         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
11801         argument.
11802
11803 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
11804
11805         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
11806
11807 2001-02-03  Havoc Pennington  <hp@pobox.com>
11808
11809         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
11810         Mikael Hermansson with patch from Mikael (if there was a toggle
11811         start one after the first character in the range, this function
11812         was broken). Bug #50380
11813
11814 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
11815
11816         * configure.in: Remove confusing comment about X11.
11817
11818 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
11819
11820         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
11821         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
11822         
11823 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
11824
11825         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
11826         it breaks things on BSD. If you want to compile GTK+ with
11827         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
11828         when configuring, since GTK+ simply can't be "pure ANSI" 
11829         in the header files it uses. (#8170, Greg Hudson)
11830
11831 2001-02-02  Havoc Pennington  <hp@redhat.com>
11832
11833         * gtk/gtkwindow.c: docs
11834
11835         * gtk/gtkwidget.c: docs
11836         (gtk_widget_set_colormap): add a reference to the colormap
11837         (gtk_widget_get_default_colormap): add a reference to the colormap
11838
11839         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
11840
11841         * gtk/gtktextiter.c: docs
11842
11843         * gtk/gtkmain.c (gtk_propagate_event): docs
11844
11845         * gtk/gtkpaned.c (gtk_paned_get_position): docs
11846         (gtk_paned_set_position): docs
11847
11848         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
11849         sort interface, no implementation yet.
11850
11851         * demos/testpixbuf.c (new_testrgb_window): replace
11852         gtk_drawing_area_size() with gtk_widget_set_usize()
11853
11854         * demos/testpixbuf-drawable.c (main): ditto
11855         
11856         * gtk/testgtk.c: remove use of GtkStatusbarMsg
11857
11858         * gtk/gtktextbuffer.c: docs
11859
11860         * gtk/gtkstock.c: docs
11861
11862         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
11863
11864         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
11865
11866         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
11867         
11868         * gtk/gtkimage.c: add some docs in here
11869         (gtk_image_size_request): change name of
11870         gtk_widget_render_stock_icon
11871         (gtk_image_get_icon_set): don't dup returned string
11872         (gtk_image_get_icon_set): don't dup returned string
11873
11874         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
11875         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
11876         and gtkiconfactory.h functions
11877
11878         * gtk/gtkiconfactory.c: add some docs in here
11879
11880         * gtk/gtkmain.c (gtk_get_default_language): document
11881         (gtk_get_current_event): document
11882         (gtk_get_current_event_state): document
11883         (gtk_get_event_widget): document
11884
11885         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
11886
11887         * gtk/gtkcontainer.c: Add some documentation
11888         (gtk_container_add): give a more explanatory warning on adding an
11889         already-parented widget, this is kind of a FAQ and also a common
11890         typo that's easier to debug with a nice warning 
11891
11892         * gtk/gtkcellrenderertoggle.c
11893         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
11894         adding this, it's useless
11895         (gtk_cell_renderer_toggle_set_active): remove
11896         (gtk_cell_renderer_toggle_get_radio): add
11897
11898         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
11899         the NULL cell renderer, that doesn't make any sense to me. 
11900
11901         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
11902         demo code should never use deprecated features.
11903
11904         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
11905         code should never use deprecated features.
11906
11907         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
11908         gtk_widget_queue_clear_area deprecated
11909
11910         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
11911         deprecated
11912
11913         * gtk/gtklabel.h: mark gtk_label_get() deprecated
11914
11915         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
11916         a GdkImage deprecated, replaced by new consistently-named
11917         functions       
11918
11919         * gtk/gtkmain.h: Mark gtk_exit() deprecated
11920
11921         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
11922
11923         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
11924         deprecated
11925
11926         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
11927         so it won't appear in docs and confuse people.
11928
11929         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
11930
11931         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
11932         macros deprecated. (can't mark the type itself deprecated, since
11933         GtkProgressBar is not deprecated and we need the type decl to use
11934         GtkProgressBar)
11935
11936         * gtk/gtkpixmap.h: Mark deprecated
11937
11938         * gtk/gtkoldeditable.h: Mark deprecated
11939
11940         * gtk/gtklist.h: Mark deprecated
11941
11942         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
11943         for anything anymore.
11944
11945         * gtk/gtkctree.h: Mark deprecated
11946
11947         * gtk/gtkclist.h: Mark deprecated
11948
11949         * gtk/gtkpreview.h: Mark deprecated
11950
11951         * gtk/gtkpacker.h: Mark deprecated
11952
11953         * gtk/gtktipsquery.h: Mark deprecated
11954
11955         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
11956
11957         * gtk/gtkvruler.h: Add comment that it will move out of GTK
11958
11959         * gtk/gtkhruler.h: Add comment that it will move out of GTK
11960
11961         * gtk/gtkruler.h: Add comment that it will move out of GTK
11962
11963         * gtk/gtkgamma.h: Add comment that it will move out of GTK
11964
11965         * gtk/gtkcurve.h: Add comment that it will move out of GTK
11966
11967 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
11968
11969         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
11970         gdk_colormap_sync private since it was never exported
11971         in a header file.
11972
11973         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
11974         colormap->colors[] for StaticGray, StaticColor colormaps.
11975
11976         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
11977         was being used as if it was image->bits_per_pixel.
11978
11979         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
11980         for the image in the GdkImage structure since it isn't
11981         reconstructable, and we need it to handle packed types
11982
11983         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
11984         the assumption that on Win32 image->bits_per_pixel == image->depth,
11985         always.
11986
11987         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
11988
11989         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
11990         warning message if no converter can be found. 
11991
11992 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
11993
11994         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
11995         chars to isupper() / tolower(). (#567)
11996
11997         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
11998         to clear up 64-bit warnings. (#567)
11999
12000 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
12001
12002         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
12003         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
12004
12005         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
12006         since some people set $(libdir) separately. (#1290, David Kaelbling)
12007
12008 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
12009
12010         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
12011         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
12012         MAXPATHLEN, but the code here depends on a fixed value.)
12013         (#4524)
12014
12015 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
12016
12017         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
12018         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
12019
12020 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
12021
12022         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
12023         viewable there is no way that moving the node will cause the 
12024         focus row to become not viewable, so omit check on the visibility
12025         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
12026
12027 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
12028
12029         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
12030         selection before inserting new text.
12031
12032 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
12033
12034         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
12035         Make the sensitivity of the reparented child track that of
12036         the original parent menu item. (#34218, David Hodson)
12037
12038         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
12039         the case where the current item is destroyed properly.
12040
12041         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
12042         some edge cases with child-less menuitems.
12043         
12044 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
12045
12046         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
12047         key pop down window. (#12074, Jon K Hellan)
12048
12049 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
12050
12051         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
12052         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
12053         The solution here isn't perfect - you get an extraneous
12054         emission of "toggle", which could conceivably confuse an app,
12055         but better than the current situation. LXR search seems to
12056         indicate that no apps in GNOME CVS connect to "toggle".
12057
12058 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
12059
12060         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
12061         gtk_public_h_sources to directly here to avoid warning when
12062         building srcdir != builddir. (#9656)
12063
12064 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
12065
12066         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
12067         handlers in gtkrange.c return the proper values (TRUE == handled)
12068         (#10316).
12069
12070         This is just the tip of the iceberg, but gtkrange.c is the
12071         most common place where the propagation is problematical,
12072         and also a place where it is almost certainly safe to change
12073         this in the stable branch.
12074
12075         (You don't want right click popups on a range control or anything...)
12076
12077 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
12078
12079         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
12080         area on focus out, even if a background pixmap isn't set.
12081         (#13941)
12082         
12083 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
12084
12085         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
12086         to deal with setting the shape properly when scrolling arrows are
12087         turned on, but not visible because there is sufficient space.
12088         (#13432)
12089
12090 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
12091
12092         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
12093         items with submenus, destroy the item along with the submenu.
12094         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
12095         properly.
12096
12097         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
12098         later.
12099
12100 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
12101
12102         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
12103         the focus widget sometimes wasn't drawn with the default if there
12104         was no default widget.
12105
12106         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
12107         unreference pixmaps. 
12108
12109         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
12110         for some extra safety.
12111
12112 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
12113
12114         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
12115         the text of a cell to the old pointer value better, by
12116         copying the new text before freeing the old text. Some code
12117         cleanup. (#8079, Karl Nelson)
12118
12119 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
12120
12121         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
12122         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
12123
12124 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
12125
12126         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
12127         item from a menu, check to see if it matches 
12128         menu->old_active_menu_item, and if so, unref and clear
12129         old_active_menu_item (Patch from Pavel Cisler)
12130
12131         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
12132         menu_shell->active_menu_item, if it is the child being
12133         removed. (Patch based on that of Gene Ragan, #50337)
12134
12135 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
12136
12137         * gdk/linux-fb/gdkselection-fb.c: 
12138         * gdk/linux-fb/gdkcolor-fb.c: 
12139         * gdk/linux-fb/gdkdrawable-fb2.c: 
12140         * gdk/linux-fb/gdkfont-fb.c: 
12141         * gdk/linux-fb/gdkim-fb.c: 
12142         * gdk/linux-fb/gdkinput.c: 
12143         * gdk/linux-fb/gdkkeyboard-fb.c: 
12144         * gdk/linux-fb/gdkmain-fb.c: 
12145         * gdk/linux-fb/gdkrender-fb.c: 
12146         A bunch of whitespace cleanup.
12147         
12148 2001-01-30  Havoc Pennington  <hp@pobox.com>
12149
12150         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
12151         #ifdef GTK_ENABLE_BROKEN.
12152
12153         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
12154         GTK_ENABLE_BROKEN just before including the broken headers.
12155         
12156         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
12157         deprecated types registered.
12158
12159         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
12160         we have to test the broken stuff.
12161
12162         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
12163         
12164 2001-01-30  Havoc Pennington  <hp@redhat.com>
12165
12166         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
12167         here where prev pointer was set to the wrong thing
12168
12169         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
12170         (gtk_tree_path_is_descendant): new function
12171
12172         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
12173         cached length
12174         (gtk_list_store_get_iter): don't modify iter if we can't get the
12175         path.
12176
12177         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
12178         
12179         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
12180         GtkTreeDragDest
12181
12182         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
12183         was causing segfault
12184
12185         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
12186         pointer to NULL
12187
12188         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
12189
12190         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
12191         on returning FALSE
12192         (gtk_list_store_iter_children): ditto
12193         (gtk_list_store_iter_nth_child): ditto
12194         (gtk_list_store_iter_nth_child): ditto
12195         (gtk_list_store_iter_parent): ditto
12196
12197         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
12198         on iter->user_data != NULL instead of silently accepting it.
12199         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
12200         we are returning TRUE.
12201         (gtk_tree_store_iter_children): ditto
12202         (gtk_tree_store_iter_nth_child): ditto
12203         (gtk_tree_store_iter_parent): ditto
12204         (gtk_tree_store_insert): remove handling of parent->user_data ==
12205         NULL, replace with parent == NULL       
12206
12207         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
12208         and a comment explaining things
12209
12210         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
12211         interface support to GtkTreeStore.
12212
12213         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
12214         FALSE if no prev, fix
12215
12216         * gtk/gtktreeview.c (set_source_row): use a row reference
12217         (set_dest_row): use a row reference
12218
12219 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
12220
12221         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
12222         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
12223         (gtk_tree_selection_select_iter): The same as above.
12224
12225 2001-01-26  Havoc Pennington  <hp@redhat.com>
12226
12227         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
12228         which holds a handle to a specific row (particular set of values
12229         in the model, i.e. pointer-identity row).
12230
12231         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
12232         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
12233         Still need to use it for the src/dest row saved on the drag context.
12234
12235 2001-01-26  Havoc Pennington  <hp@redhat.com>
12236
12237         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
12238
12239         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
12240         not offset by TREE_VIEW_HEADER_HEIGHT
12241         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
12242         TREE_VIEW_HEADER_HEIGHT
12243
12244         * configure.in (included_loaders): for me, --with-included-loaders
12245         generates the error "the specified loader yes does not exist",
12246         i.e. the arg defaults to "yes", so change test for value ""
12247         to test for value "yes", and include all loaders in that case.
12248
12249         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
12250
12251         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
12252         handle TREE_VIEW_VERTICAL_SEPARATOR
12253         (gtk_tree_view_bin_expose): fix to consider the row offset as
12254         pointing halfway into vertical separator.       
12255         (gtk_tree_view_draw_node_focus_rect): ditto
12256
12257         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
12258         --gtk-debug=updates, which causes gdk_window_set_debug_updates
12259         (TRUE) to be called.
12260
12261         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
12262         debug mode where the invalid region is colored in on invalidate,
12263         so you can see the flicker and know whether your redraw code is 
12264         doing a good job.
12265
12266         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
12267         tree window coordinates (clip rect is in tree window coords)
12268
12269         * gtk/Makefile.am: add gtktreednd.[hc]
12270
12271         * gtk/gtkliststore.c: implement gtktreednd interfaces.
12272
12273         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
12274         drag-and-drop data operations on a model (so we can set up tree
12275         drag-and-drop automatically)
12276
12277         * gtk/testgtk.c: Add a window to change sensitivity in the
12278         GtkLabel test; add a way to change the entry frame in GtkEntry
12279         test
12280
12281         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
12282         (gtk_entry_get_has_frame): new functions to remove the frame
12283         around an entry
12284         (gtk_entry_size_request): shrink requisition if no frame
12285         (gtk_entry_draw_focus): don't draw frame if no frame
12286
12287         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
12288         checks inside a cell renderer
12289         (gtk_default_draw_option): ditto for options
12290
12291         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
12292         children from the alignment, not the button
12293         (gtk_tree_view_column_init): ref/sink the column, to emulate
12294         GObject refcounting.
12295
12296         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
12297         
12298         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
12299         Use theme functions to draw the toggles 
12300
12301         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
12302
12303         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
12304         GdkPangoAttrEmbossed to use in rendering insensitive text
12305
12306         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
12307
12308         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
12309         using new GDK features
12310         
12311 2001-01-24  Alexander Larsson  <alexl@redhat.com>
12312
12313         * gtk/gtkimage.c:
12314         Splitted gtk_image_clear into gtk_image_clear() and
12315         gtk_image_reset(). Call gtk_image_clear() in ::destroy
12316         to avoid leaks.
12317
12318         * gtk/gtklabel.c (set_markup):
12319         Don't leak text.
12320
12321         * gtk/gtktextlayout.c:
12322         Always free display->shaped_objects.
12323
12324         * gtk/testgtk.c (create_clist):
12325         Don't leak custom style.
12326
12327 2001-01-23  Alexander Larsson  <alexl@redhat.com>
12328
12329         * gtk/gtkcolorsel.c (grab_color_at_mouse):
12330         Don't leak image. Simplify using gdk_colormap_query_color().
12331         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
12332
12333         * linux-fb/gdkcolor-fb.c:
12334         Implemented gdk_colormap_query_color.
12335
12336 2001-01-23  Alexander Larsson  <alexl@redhat.com>
12337
12338         * linux-fb/gdkcursor-fb.c:
12339         Don't leak built-in cursors.
12340
12341         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
12342         Don't leak tmp_points.
12343
12344         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
12345         Don't modify desc. Don't leak font if the PangoFont
12346         isn't found.
12347         
12348         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
12349         Free dash_list.
12350
12351         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
12352         Don't leak string.
12353         
12354 2001-01-20  Havoc Pennington  <hp@pobox.com>
12355
12356         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
12357         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
12358         me, matches Pango
12359
12360 2001-01-22  Havoc Pennington  <hp@redhat.com>
12361
12362         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
12363
12364         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
12365
12366         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
12367         Remove, move back to gdk-pixbuf
12368
12369         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
12370         to all the word functions
12371
12372         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
12373         before doing anything on NULL layout or if we don't have the focus
12374
12375         * gtk/testtext.c (fill_example_buffer): "justification"
12376
12377         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
12378         to be called "justification" not "justify"
12379
12380         * demos/gtk-demo/textview.c (create_tags): "justification"
12381         
12382         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
12383
12384 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12385
12386         * gdk/gdkwindow.c (gdk_window_invalidate_region):
12387         Don't leak visible_region. Use visible_region instead of region.
12388         
12389         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
12390         Don't do extra gdk_drawable_ref(). This is not X.
12391         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
12392         gdk_fb_focused_window is ref:ed.
12393         (gdk_fb_window_send_crossing_events): Watch out for destroyed
12394         windows.
12395
12396 2001-01-22  Alexander Larsson  <alexl@redhat.com>
12397
12398         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
12399         Don't leak the PangoFontDescriptor.
12400
12401 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
12402
12403         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
12404         when not realized.
12405         (gtk_tree_view_scroll_to_cell): Make work when not realized.
12406         (gtk_tree_view_realize): add scroll_to support
12407         (gtk_tree_view_finalize): add a finalize method.  Populate.
12408         (gtk_tree_view_insert_column): ref and sink the column.
12409         (gtk_tree_view_append_column): ref and sink the column.
12410         (gtk_tree_view_queue_draw_node): New function to handle redrawing
12411         individual nodes.  Should make the code much more efficient, if
12412         actually used.
12413
12414 2001-01-19  Havoc Pennington  <hp@redhat.com>
12415
12416         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
12417         byte_offset variable was being used to mean both "offset into
12418         layout" and "offset into buffer line" which was no longer true
12419         with addition of preedit string; fix
12420
12421 2001-01-19  Havoc Pennington  <hp@redhat.com>
12422
12423         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
12424
12425         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
12426         function
12427
12428         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
12429         implement
12430
12431         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
12432         scroll_to_cell, matches TextView scroll functions better
12433         (gtk_tree_view_tree_to_widget_coords): new function
12434         (gtk_tree_view_widget_to_tree_coords): new function
12435         (gtk_tree_view_get_visible_rect): new function
12436         (gtk_tree_view_get_path_at_pos): accept negative coordinates
12437         (gtk_tree_view_draw_node_focus_rect): new function moved from
12438         draw_focus, also, use width of bin_window as width of the focus
12439         rect
12440         (gtk_tree_view_expand_row): fix bug where it didn't recognize
12441         already-expanded rows
12442         (gtk_tree_view_get_cell_rect): new function
12443         (gtk_tree_view_get_path_at_pos): return the click position
12444         relative to the passed-in cell
12445         (gtk_tree_view_set_expander_column): new function
12446
12447         * configure.in: remove gtk-config-2.0 chmod
12448
12449         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
12450         and properly handle drags with targets we don't understand
12451         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
12452         scrolling anyway
12453         (gtk_text_view_drag_drop): stop scrolling here though, and set the
12454         mark invisible
12455
12456         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
12457         function
12458         (gtk_drag_dest_get_target_list): new function
12459         (gtk_drag_dest_set_target_list): new function
12460         
12461         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
12462
12463         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
12464         related to drag-and-drop
12465
12466 2001-01-19  Alexander Larsson  <alexl@redhat.com>
12467
12468         * gdk/linux-fb/gdkprivate-fb.h:
12469         Define EMULATE_GDKFONT.
12470         Add extra pango_font stuff to GfkFontPrivate.
12471         
12472         * gdk/linux-fb/gdkdrawable-fb2.c:
12473         * gdk/linux-fb/gdkfont-fb.c:
12474         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
12475         emulation using PangoFont.
12476
12477 2001-01-17  Havoc Pennington  <hp@pobox.com>
12478
12479         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
12480         all the non-deprecated set_foo functions. Added missing object
12481         properties, and added g_object_notify() to setters. 
12482         Wrote docs.
12483         
12484 2001-01-18  Tor Lillqvist  <tml@iki.fi>
12485
12486         * gtk/gtkmain.c
12487         * gtk/gtkrc.c: (Win32) Use the new
12488         g_win32_get_package_installation_(sub)directory() functions.
12489
12490         * config.h.win32.in: New file.
12491         
12492         * config.h.win32: Removed.
12493
12494         * configure.in: Output config.h.win32.
12495
12496         * Makefile.am: Add it to EXTRA_DIST.
12497
12498         * gtk/gtk.def: Update.
12499
12500 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
12501
12502         * gtk/gtklabel.c (gtk_label_size_request): Set the
12503         attributes onto the PangoLayout even if they are newly
12504         created from label->pattern.
12505
12506 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
12507
12508         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
12509
12510         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
12511         structures in functions. Fixes bug where gtk_dataset_*
12512         was accidentally still being used in one place, causing
12513         every dest side event to be treated independently.
12514
12515         * gtk/gtkdnd.c: Remove last vestages of handling
12516         ::draw (fixes warning)
12517         
12518         * gtk/gtkentry.[ch]: Add drag and drop support.
12519
12520         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
12521         new function gtk_check_drag_threshhold() for checking
12522         to check if (dx,dy) has exceeded the threshhold for starting
12523         a drag and use it everywhere.
12524
12525 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
12526
12527         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
12528         add -I{includedir}/gtk-2.0.
12529
12530         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
12531         gdk/gdk-pixbuf.h: Doc fixups.
12532         
12533         * gtk/gtkobject.h: Remove trailing , from enum
12534
12535 2001-01-17 Alexander Larsson <alexl@redhat.com> 
12536
12537         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
12538         Doh! Mixed up x and y.
12539
12540         * gdk/linux-fb/gdkglobals-fb.c:
12541         Removed gdk_fb_pointer_grab_window_events,
12542         added _gdk_fb_pointer_grab_owner_events and
12543         _gdk_fb_keyboard_grab_owner_events.
12544
12545         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
12546         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
12547         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
12548         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
12549         Send crossing events after ungrab finished.
12550         (gdk_keyboard_grab): Set ..._owner_events
12551         (type_masks): Move out of function.
12552         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
12553         gdk_fb_keyboard_event_window): New functions, return the
12554         window an event should be targeted at. Handles grabs and
12555         event propagation. Can return NULL.
12556         (gdk_event_make): Remove event_mask checking. Now always
12557         returns an event.
12558                 
12559         * gdk/linux-fb/gdkkeyboard-fb.c:
12560         * gdk/linux-fb/gdkproperty-fb.c:
12561         * gdk/linux-fb/gdkselection-fb.c:
12562         Use new event_window/gdk_event_make() behaviour.
12563         
12564         * gdk/linux-fb/gdkmouse-fb.c:
12565         Use new event_window/gdk_event_make() behaviour.
12566         Only send motion events if in the same window.
12567         If grabbed, use cursor from window if sibling of grabbed
12568         window, and cursor from grabbed window otherwise.
12569
12570         * gdk/linux-fb/gdkprivate-fb.h:
12571         Update gdk_fb_window_send_crossing_events, gdk_event_make
12572         and grab varaible declarations. Add gdk_fb_*_event_window().
12573
12574         * gdk/linux-fb/gdkwindow-fb.c:
12575         Use new event_window/gdk_event_make() behaviour.
12576         Keep correct track of focus window.
12577         (gdk_window_set_events): Set all specific button motion masks
12578         if GDK_BUTTON_MOTION_MASK set.
12579
12580         * gtk/gtkdnd.c (gtk_drag_update):
12581         Free info->last_event if gdk_drag_motion returned FALSE.
12582
12583 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12584
12585         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
12586         Eliminate redraws when input-only windows are shown or
12587         hidden. Thanks to jpe@archaeopteryx.com.
12588
12589 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
12590
12591         * docs/faq/gtk-faq.sgml: FAQ update:
12592           - Update to bugzilla
12593           - Add GTK+ and security/SUID/SGID
12594           - Add DnD question
12595
12596 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
12597
12598         * gdk/linux-fb/gdkdnd-fb.c:
12599         Some cleanups.
12600         
12601 2001-01-15  Havoc Pennington  <hp@pobox.com>
12602
12603         * tests/testtreeview.c: add test stuff for CellRendererToggle
12604
12605         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
12606         accessor
12607
12608         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
12609         only toggle on button press (would do release like GtkButton, but
12610         we'd need implicit grab code for treeview cells)
12611
12612 2001-01-16  Tor Lillqvist  <tml@iki.fi>
12613
12614         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
12615
12616         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
12617         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
12618
12619         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
12620         to g_{locale,filename}_{to,from}_utf8 to match current API.
12621
12622         * gtk/makefile.msc.in (gtk_OBJECTS)
12623         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
12624
12625         * gtk/gtk.def: Update.
12626
12627 2001-01-15  Tor Lillqvist  <tml@iki.fi>
12628
12629         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
12630         implementaion that more closely mimics the events that an X server
12631         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
12632         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
12633         with nested preview widgets, for instance, more responsive when
12634         you move the mouse quickly into them.
12635         (find_window_for_pointer_event): Make it actually compile.
12636         (gdk_event_translate): Set send_event to the value of
12637         InSendMessage (). This doesn't really mean the same as X11's
12638         send_event flag, but is close enough, says jpe@archaeopteryx.com
12639
12640 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12641
12642         * gdk/linux-fb/gdkdnd-fb.c:
12643         Implemented drag and drop.
12644         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
12645         when it tries to free and then copy the same event (info->last_event).
12646         I am not sure about why this happens, but will continue looking.
12647
12648 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12649
12650         * gdk/linux-fb/gdkwindow-fb.c:
12651         Use gdk_window_invalidate_rect instead of
12652         gdk_window_invalidate_rect_clear to minimise flashing.
12653         When hiding windows you need to clear the root window though.
12654
12655 2001-01-15  Alexander Larsson  <alexl@redhat.com>
12656
12657         * gdk/linux-fb/gdkdrawable-fb2.c:
12658         For optization, add an full_shapes argument to gdk_fb_clip_region.
12659         If this is false, only the cliprects of the shapes are used.
12660
12661         * gdk/linux-fb/gdkprivate-fb.h:
12662         Export gdk_fb_window_peek_shape.
12663         Add full_shapes to gdk_fb_clip_region.
12664
12665         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
12666         When moving a window, don't clear everything under the it, just the
12667         root window. Makes stuff faster and flash less.
12668         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
12669         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
12670         offset of the shape.
12671         
12672
12673 2001-01-12  Havoc Pennington  <hp@redhat.com>
12674
12675         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
12676         current invalid region, fixes redraw bug while scrolling the 
12677         text widget
12678
12679         * gtk/gtktextview.c, gtk/gtktextview.h:
12680         Rearrange the scrolling/validation/etc. code in a major way, 
12681         so it seems to make sense to me. Probably isn't genuinely that
12682         much better, but...
12683
12684         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
12685         notifies
12686
12687         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
12688
12689 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
12690
12691         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
12692         Hide mouse pointer while rotation. Show it afterwards.
12693
12694 2001-01-12  Alexander Larsson  <alexl@redhat.com>
12695
12696         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
12697         windows in consideration when generating clip region.
12698
12699         * gdk/linux-fb/gdkfb.h:
12700         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
12701
12702         * gdk/linux-fb/gdkprivate-fb.h:
12703         Add shape to GdkWindowFBDatat.
12704         exported gdk_fb_window_get_abs_shape().
12705         removed gdk_fb_draw_lines declaration.
12706
12707         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
12708         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
12709         send focus changes when there is a grabbed window.
12710         (gdk_window_get_pointer): Handle shaped windows.
12711         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
12712         (gdk_fb_window_peek_shape): Returns the shape for a window,
12713         handles GDK_FB_USE_CHILD_SHAPE.
12714         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
12715         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
12716         (gdk_window_shape_combine_mask): Implement.
12717
12718         * gtk/gtkwindow-decorate.c:
12719         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
12720         setting the shape of a window makes the window transparent.
12721
12722 2001-01-11  Havoc Pennington  <hp@redhat.com>
12723
12724         * gtk/gtktreemodelsimple.h: Oops, broke some macros
12725
12726 2001-01-10  Havoc Pennington  <hp@redhat.com>
12727
12728         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
12729         add this function, bug 40251
12730
12731         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
12732         of type macro   
12733
12734 2001-01-11  Alexander Larsson  <alexl@redhat.com>
12735
12736         * acconfig.h:
12737         Added ENABLE_SHADOW_FB
12738
12739         * configure.in:
12740         Added --disable-shadowfb
12741
12742         * gdk/linux-fb/gdkcursor-fb.c:
12743         Update shadowfb when updating cursor
12744
12745         * gdk/linux-fb/gdkdrawable-fb2.c:
12746         Added wrappers for shadowfb that calls  the normal drawable
12747         methods, but calls gdk_shadow_fb_update(bounding box) when
12748         GdkWindows are drawed to.
12749         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
12750         which also returns the bounding box.
12751
12752         * gdk/linux-fb/gdkfb.h:
12753         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
12754
12755         * gdk/linux-fb/gdkgeometry-fb.c:
12756         Update shadowfb when scrolling window.
12757
12758         * gdk/linux-fb/gdkglobals-fb.c:
12759         Add _gdk_fb_screen_angle.
12760         
12761         * gdk/linux-fb/gdkkeyboard-fb.c:
12762         Test code for screen rotation. Shift-F2 in the xlate driver
12763         rotates the screen.
12764
12765         * gdk/linux-fb/gdkmain-fb.c:
12766         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
12767
12768         * gdk/linux-fb/gdkmouse-fb.c:
12769         Use fb_width/height instead of modeinfo.xres/yres.
12770
12771         * gdk/linux-fb/gdkprivate-fb.h:
12772         Added fb_men, fb_width, fb_height & fb_stride. When using
12773         shadow fb these can differ from the framebuffer stuff.
12774         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
12775         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
12776         _gdk_fb_screen_angle. Removed CM, RP.
12777
12778         * gdk/linux-fb/gdkrender-fb.c:
12779         Added code for shadowfb handling and screen rotation using
12780         shadowfb.
12781
12782         * gdk/linux-fb/gdkwindow-fb.c:
12783         Use fb_mem, fb_stride, fb_width, fb_height.
12784         Added recompute_rowstride to reset the rowstride of all windows.
12785         Added gdk_fb_recompute_all() which recomputes rootwindow size,
12786         window abs positions and window rowstrides. Usefull when the
12787         rotation has changed.
12788
12789 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
12790
12791         * docs/faq/gtk-faq.sgml: update to make web site updating easier
12792
12793 2001-01-10  Havoc Pennington  <hp@redhat.com>
12794
12795         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
12796         where sibling == iter
12797         (gtk_tree_store_insert_after): handle sibling == iter
12798         (gtk_tree_store_prepend): remove stamp checks
12799         (gtk_tree_store_insert_before): ditto
12800         (gtk_tree_store_append): ditto
12801         (gtk_tree_store_get_path): ditto
12802         (gtk_tree_store_get_value): ditto
12803         (gtk_tree_store_iter_has_child): ditto
12804         (gtk_tree_store_iter_n_children): ditto
12805         (gtk_tree_store_iter_nth_child): ditto
12806         (gtk_tree_store_insert_after): ditto
12807         (gtk_tree_store_is_ancestor): ditto
12808         (gtk_tree_store_iter_depth): ditto
12809         (gtk_tree_store_insert_before): assert that sibling's parent is
12810         the same as the passed-in parent
12811         (gtk_tree_store_insert_after): assert that sibling's parent is
12812         the same as the passed-in parent
12813
12814         
12815         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
12816         function to get the first iterator in a model
12817         
12818         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
12819         conventionally the "root" in this sense is just NULL afaict.
12820
12821         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
12822         where sibling == iter
12823         (gtk_list_store_insert_after): handle case where sibling == iter
12824
12825         * tests/testtreeview.c (run_automated_tests): fairly lame basic
12826         automated tests for ListStore, TreeStore
12827
12828         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
12829         (gtk_list_store_insert): update tail pointer, and fix it to work
12830         (gtk_list_store_insert_before): update tail pointer, and fix it to work
12831         (gtk_list_store_append): use tail to be faster
12832         (gtk_list_store_prepend): fix it, update tail pointer
12833         (gtk_list_store_insert_after): fix it, update tail pointer
12834
12835         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
12836         the list
12837
12838 2001-01-09  Havoc Pennington  <hp@redhat.com>
12839
12840         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
12841         is NULL due to a pending resize
12842
12843         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
12844         column width to values less than 1
12845
12846         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
12847         width to be between min/max width, and still set the width 
12848         even if autosize is turned on, so the tree view can use this 
12849         function in order to autosize.
12850         (gtk_tree_view_column_init): set initial width to 1 not 0
12851
12852         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
12853         setter function to modify column width, so we get notification
12854         (gtk_tree_view_insert_iter_height): ditto
12855         (gtk_tree_view_calc_size): ditto
12856         (gtk_tree_view_check_dirty): ditto
12857
12858         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
12859         properties to change all the interesting attributes of the tree
12860         view column.
12861         (gtk_tree_view_column_set_header_clickable): rename set_clickable
12862         (gtk_tree_view_column_get_clickable): add
12863         (gtk_tree_view_column_set_cell_renderer): don't unset the current
12864         attributes; assume a cell renderer with equivalent object
12865         properties has been swapped in. Do g_object_notify().
12866         (gtk_tree_view_column_set_visible): g_object_notify
12867         (gtk_tree_view_column_get_sizing): rename from get_col_type
12868         (gtk_tree_view_column_set_sizing): g_object_notify
12869         (gtk_tree_view_column_set_width): add g_object_notify
12870         (gtk_tree_view_column_set_min_width): ditto
12871         (gtk_tree_view_column_set_max_width): ditto
12872         (gtk_tree_view_column_set_title): ditto
12873         (gtk_tree_view_column_set_clickable): ditto
12874         (gtk_tree_view_column_set_widget): ditto
12875         (gtk_tree_view_column_set_justification): ditto
12876
12877 2001-01-09  Havoc Pennington  <hp@redhat.com>
12878
12879         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
12880         there are no rows in the model
12881
12882         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
12883         NULL, then return the start of the list
12884
12885         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
12886         if we can't get any rows from an empty model 
12887
12888         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
12889         extraneous * after function pointer typedef usage
12890
12891         * Makefile.am: don't specify full path to cp and rm
12892
12893         * gtk/gtkcellrenderertextpixbuf.c
12894         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
12895         NULL before dereferencing, fixes a segfault that happened from
12896         time to time
12897
12898         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
12899         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
12900         and reindent the function
12901         (gtk_cell_renderer_pixbuf_get_size): indentation
12902
12903         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
12904         we quit it
12905         (gtk_dialog_add_buttons_valist): add g_return_if_fail
12906         (gtk_dialog_set_default_response): New function, to set default
12907         button
12908         (gtk_dialog_set_response_sensitive): New function, to set 
12909         sensitivity of buttons
12910
12911         * gtk/gtkcellrendererpixbuf.c
12912         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
12913         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
12914
12915         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
12916         handle any G_TYPE_OBJECT subclass, not just the base class, and 
12917         also boxed types.
12918         (_gtk_tree_data_list_value_to_node): ditto
12919
12920         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
12921         --gtk-debug=tree
12922
12923         * gtk/gtkmain.c: add GTK_DEBUG_TREE
12924
12925         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
12926
12927 2001-01-09  Tor Lillqvist  <tml@iki.fi>
12928
12929         * gdk/win32/gdkevents-win32.c: Implement better mouse
12930         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
12931         (find_window_for_pointer_event): New function.
12932         (gdk_event_translate): Use it when handling mouse events.
12933
12934 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
12935
12936         * configure.in:
12937         Added --with-included-loaders option
12938
12939         * gdk-pixbuf/Makefile.am:
12940         * gdk-pixbuf/gdk-pixbuf-io.c:
12941         Add support for including selected gdk-pixbuf loaders only.
12942
12943         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
12944         gtk_window_set_has_frame):
12945         Added inline documentation.
12946
12947         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
12948         * docs/reference/gdk/tmpl/windows.sgml:
12949         Added inline documentation.
12950
12951 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
12952
12953         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
12954         realizing buttons that have already been realized.
12955
12956 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
12957
12958         * tests/testtreeview.c (main): Show menu items before adding to
12959         option menu.
12960
12961         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
12962         around if we kill them.
12963
12964         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12965         Return if we pass in a NULL model.
12966
12967 2001-01-08  Havoc Pennington  <hp@redhat.com>
12968
12969         * tests/testtreeview.c: hack on this some
12970
12971         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
12972         gtk_tree_store_set_valist, v is for arrays, valist for varargs
12973         list
12974         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
12975
12976         * gtk/gtkliststore.h: Add varargs set() and get() convenience
12977         functions
12978
12979 2001-01-08  Alexander Larsson  <alexl@redhat.com>
12980
12981         * gtk/gtkwindow-decorate.[hc]:
12982         * gtk/Makefile.am:
12983         New files. Contains an implementation of a minimal WM for
12984         linux-fb.
12985
12986         * gtk/gtkwindow.h:
12987         Add the possibility for GtkWindows to specify a frame. This
12988         is used for the window decoration code, but could concievably
12989         be used for X programs too (xmms style windows).
12990         GtkWindow->frame is the toplevel window if the window is framed.
12991         The signal frame_event gets all events that are targeted to
12992         GtkWindow->frame.
12993         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
12994         
12995         * gtk/gtkwindow.c:
12996         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
12997         Call out to gtkwindow-decorate.c for WM support in linx-fb.
12998
12999 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13000
13001         * docs/README.linux-fb:
13002         Correct filename ~/.pangoft2_aliases
13003
13004         * gdk/gdkwindow.h:
13005         Added new function gdk_window_get_decorations.
13006
13007         * gdk/linux-fb/gdkfb.h:
13008         Removed _gdk_window_get_decorations declaration.
13009         Renamed _gdk_window_set_child_handler to
13010         gdk_fb_window_set_child_handler.
13011
13012         * gdk/linux-fb/gdkwindow-fb.c:
13013         Renamed _gdk_window_set_child_handler to
13014         gdk_fb_window_set_child_handler.
13015
13016         * gdk/x11/gdkwindow-x11.c:
13017         New function gdk_window_get_mwm_hints().
13018         Implemented gdk_window_get_decorations.
13019
13020         * docs/reference/gdk/tmpl/windows.sgml:
13021         * docs/reference/gdk/gdk-sections.txt:
13022         Added gdk_window_get_decorations docs.
13023         
13024 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
13025
13026         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
13027         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
13028         gdk_fb_window_send_crossing_events):
13029         Possibly send focus events when the mouse moves from one
13030         window to another.
13031
13032 2001-01-07  Tor Lillqvist  <tml@iki.fi>
13033
13034         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
13035         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
13036         to match current API.
13037
13038         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
13039         environment variable is set, don't call g_error when on a
13040         palettized (PseudoColor) display. Some people want to use GTK+ 
13041         in 256-colour mode even though works only partially.
13042
13043         * gdk/gdk.def
13044         * gtk/gtk.def
13045         * gtk/makefile.mingw.in: Update.
13046
13047 2001-01-05  Havoc Pennington  <hp@redhat.com>
13048
13049         * tests/testtreeview.c: hack on this a bit
13050
13051         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
13052         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
13053
13054         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
13055         was spelled incorrectly
13056         (GTK_IS_TREE_MODEL_SIMPLE): ditto
13057
13058         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
13059         from gtk_tree_view_set_headers_active   
13060
13061         * gtk/gtktexttag.c:
13062         (gtk_text_tag_get_property): handle PROP_DIRECTION
13063         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
13064         properties, bug 40235
13065
13066         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
13067         forward_to_line_end
13068
13069 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
13070
13071         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
13072         modules/input/gtkimcontextxim.c: Adapt to new prototypes
13073         for unicode,locale,filename conversion functions.
13074
13075 2001-01-05  Havoc Pennington  <hp@redhat.com>
13076
13077         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
13078         broken if called on the first position in the buffer.
13079
13080         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
13081         forward_to_delimiters to be called only if we aren't already at
13082         the delimiters.
13083
13084 2001-01-05  Havoc Pennington  <hp@redhat.com>
13085
13086         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
13087
13088 2001-01-05  Alexander Larsson  <alexl@redhat.com>
13089
13090         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
13091         colormap in here. Sync from X port.
13092         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
13093         Sync from X port.
13094         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
13095         This happens now and then, and i don't think it is a bug.
13096         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
13097         != endpoint.
13098         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
13099         GDK_LINE_SOLID.
13100
13101         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
13102         some of the fields filled in at least.
13103
13104         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
13105         miLineArcD is no more, remove it from the function definition.
13106
13107 2001-01-04  Havoc Pennington  <hp@redhat.com>
13108
13109         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
13110         this
13111
13112         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
13113         user_data instead of tree_node
13114
13115         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
13116         TREE_VIEW_COLUMN_SIZE
13117
13118         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
13119         "size" field to "width" finishes bug 40061
13120
13121         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
13122         for bitfields, bug 40268
13123
13124 2001-01-04  Havoc Pennington  <hp@redhat.com>
13125
13126         Rename some stuff:
13127         
13128         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
13129
13130         s/GtkModelSimple/GtkTreeModelSimple/g;
13131         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
13132         s/gtk_model_simple/gtk_tree_model_simple/g;
13133         s/gtkmodelsimple/gtktreemodelsimple/g;
13134
13135         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
13136
13137         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
13138         s/column_set_col_type/column_set_sizing/g;
13139
13140         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
13141         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
13142
13143         s/GtkCellRendererType/GtkCellRendererState/g;
13144         
13145         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
13146         (gtk_cell_renderer_toggle_class_init): change "state" property to
13147         "active", to match GtkToggleButton
13148         (gtk_cell_renderer_toggle_get_active): new function, bug
13149         40269
13150         (gtk_cell_renderer_toggle_set_active): new function
13151         (gtk_cell_renderer_toggle_set_property): route changes to toggle
13152         state through gtk_cell_renderer_set_active
13153
13154 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
13155
13156         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
13157         temporarily until they work again.  Brought up to date with
13158         changes in the model.
13159         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
13160         model.
13161
13162 2001-01-04  Havoc Pennington  <hp@redhat.com>
13163
13164         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
13165         equal to the line length, then position iterator before paragraph 
13166         separators. Fixes crash reported by Mikael Hermansson when
13167         pressing left arrow from the start of a line.   
13168
13169         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
13170         about byte indexes off the end
13171         (iter_set_from_char_offset): add g_error about char offsets
13172         off the end
13173
13174 2001-01-03  Havoc Pennington  <hp@redhat.com>
13175
13176         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
13177
13178         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
13179         of private functions; remove inclusion of private headers.
13180
13181         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
13182         function, so we don't need private functions in gtktextdisplay.c
13183
13184         * gtk/gtktextiterprivate.h: underscore-ification
13185
13186         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
13187         to instead say "only useful to implement widgets"
13188
13189         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
13190         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
13191         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
13192
13193         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
13194         This function was completely broken
13195
13196         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
13197
13198         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
13199
13200         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
13201
13202         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
13203
13204         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
13205
13206         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
13207
13208         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
13209         gtk_paint_layout
13210
13211         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
13212         gtk_paint_layout
13213
13214         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
13215         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
13216         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
13217         which were not implemented.     
13218
13219         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
13220         insert_pixbuf signal. Rename delete_text to delete_range since it
13221         also deletes pixbufs and child anchors. This almost closes bug
13222         40245 (still need to deal with child anchors)
13223
13224         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
13225         insert_pixbuf, change signal names as appropriate, change types of
13226         signals taking marks/tags to have the specific type, not just
13227         G_TYPE_OBJECT
13228         
13229         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
13230         closes bug 40051
13231
13232         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
13233         unnecessary remove_contents() call
13234         (gtk_option_menu_class_init): add a "changed" signal, closes
13235         bug 40039
13236         (gtk_option_menu_update_contents): emit "changed" if the 
13237         active menu item changes
13238
13239         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
13240         cast to GtkObject, reported by Jonas Borgstrom
13241         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
13242         we can't do stuff with side effects in finalize. Instead, spew a
13243         warning if the loader isn't closed.
13244
13245         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
13246         colormap in here, non-X ports probably need to sync to this change
13247
13248         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
13249         assertion that colormap != NULL, you can set the colormap to NULL
13250         if you like.
13251         
13252         * Makefile.am: remove gtk-config-2.0
13253
13254         * configure.in: Use pkg-config to locate GLib. Remove
13255         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
13256         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
13257         Use pkg-config to locate Pango. Output correct Pango libs to
13258         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
13259
13260         * Makefile.am (pkgconfig_DATA): install only target-specific pc
13261         files
13262         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
13263         X11 pc files
13264
13265         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
13266         unref from here
13267
13268 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
13269
13270         * configure.in:
13271         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
13272
13273 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
13274
13275         * gtk/gtktextlayout.c
13276         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
13277         variable when moving back onto a single line.
13278
13279 2001-01-01  Havoc Pennington  <hp@redhat.com>
13280
13281         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13282
13283         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13284
13285         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
13286         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
13287
13288 2001-01-01  Havoc Pennington  <hp@redhat.com>
13289
13290         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
13291
13292         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
13293         GtkTextAttributes
13294
13295         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
13296         #40246
13297         (gtk_text_attributes_copy_values): rename from 
13298         gtk_text_attributes_copy
13299         (gtk_text_attributes_copy): a more standard GTK copy function, 
13300         which returns a new object
13301
13302 2001-01-01  Havoc Pennington  <hp@redhat.com>
13303
13304         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
13305         
13306         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
13307         don't fill in tree_view->priv->selection, kind of an unexpected
13308         side effect
13309
13310         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
13311         gtkintl.h
13312         
13313         * gtk/gtkcellrenderer.c: Remove definition of _ and include
13314         gtkintl.h
13315         (gtk_cell_renderer_get_property): remove calls to g_value_init
13316
13317         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
13318         gtkintl.h
13319
13320         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
13321         and include gtkintl.h
13322         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
13323         property names
13324
13325         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
13326         GtkTreeSelection
13327         (_gtk_tree_selection_new_from_with_view): rename, return
13328         GtkTreeSelection
13329         (_gtk_tree_selection_set_tree_view): rename with uscore
13330         (gtk_tree_selection_get_selected): fill in the "model" out param
13331         first, so it gets filled in even if we return at the top of the 
13332         function
13333         (gtk_tree_selection_real_select_all): add a comment and an else{}
13334         to clarify this a bit
13335         (gtk_tree_selection_real_unselect_all): add the same else{}
13336
13337         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
13338         set_tree_view to have underscore prefixes, move them to the
13339         private header, fix return type of new_with_tree_view
13340         (struct _GtkTreeSelection): mark struct
13341         fields private  
13342
13343         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
13344         GtkTreeModelFlags, not a guint
13345         (gtk_tree_path_prev): return gboolean not gint
13346         (gtk_tree_path_up): return gboolean not gint
13347
13348         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
13349         return GtkTreeModelFlags, not a guint
13350
13351         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
13352         that child model is non-null before unrefing it
13353         (g_value_int_compare_func): make this a qsort compare func, not 
13354         a boolean predicate
13355
13356         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
13357         (add -umn to the end), and mark it unimplemented
13358         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
13359         I don't see what it's for - doesn't the model always sort itself?
13360         (gtk_tree_model_sort_set_compare): this had the wrong signature
13361
13362         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
13363         Fix the docs to say that it destructively replaces existing
13364         attributes (previously said that it added attributes).
13365         (gtk_tree_view_column_set_visible): canonicalize bool before
13366         equality testing. Also, check for realization before
13367         hiding/showing the tree_column->window; if this window could exist
13368         before realization, then it's busted and needs fixing, we can't 
13369         create GDK resources pre-realization. Also, remove
13370         superfluous queue_resize(), since set_size() does that for us.
13371         (gtk_tree_view_column_set_col_type): check realization before 
13372         using tree_column->window
13373
13374         * gtk/gtktreedatalist.c: fix filename in copyright notice
13375
13376 2000-12-31  Havoc Pennington  <hp@pobox.com>
13377
13378         * gtk/gtktextview.c: Rearrange all the
13379         scroll-while-dragging-or-selecting code to be different, not
13380         necessarily better. ;-)
13381         (gtk_text_view_scroll_to_mark): Change this
13382         function to take within_margin as a fraction instead of a pixel
13383         value, and to take alignment arguments (indicating where to align 
13384         the mark inside the visible area)
13385         
13386         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
13387         to GtkObject
13388
13389         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
13390         behavior so that offsets past the end of the line are not 
13391         allowed, and an offset equal to the line length moves the iterator
13392         to the next line
13393         (gtk_text_iter_set_line_index): make parallel change
13394         (gtk_text_iter_get_bytes_in_line): add this function
13395         
13396         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
13397         of byte indexes off the end of the line; byte index at the end of
13398         the line now returns FALSE and doesn't fill in the requested
13399         values, byte index past the end of the line is an error.  Also,
13400         don't allow -1 offset anymore, since its meaning is unclear.
13401
13402         This change exposes some bug in visual cursor motion, where we
13403         end up with a huge invalid byte index; needs fixing. Symptom of 
13404         bug is a crash when you hit up arrow.
13405         
13406         (_gtk_text_line_char_locate): match the change to byte_locate
13407
13408         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
13409         from start of line properly. fixes bug reported by Mikael
13410         Hermansson where backspace would delete all text before the
13411         cursor.
13412
13413 2000-12-30  Tor Lillqvist  <tml@iki.fi>
13414
13415         * gdk/win32/gdkwindow-win32.c
13416         (gdk_window_impl_win32_get_visible_region): New function, as in
13417         the X11 backend.
13418         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
13419         instead of duplicating the same code here.
13420
13421         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
13422         GDK_COLORMAP macro.
13423
13424         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
13425         destroy function.
13426         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
13427         access that.
13428
13429         * gtk/gtk.def: Update.
13430
13431         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
13432
13433 2000-12-30  Havoc Pennington  <hp@pobox.com>
13434
13435         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
13436         colormap on input only windows, to avoid special cases all over
13437         the code for these windows.
13438
13439 2000-12-26  Tor Lillqvist  <tml@iki.fi>
13440
13441         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
13442         we are on a palettized display ("PseudoColor" in X11), as the code
13443         for that doesn't work anyway, and never has.
13444
13445 2000-12-22  Alexander Larsson  <alexl@redhat.com>
13446
13447         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
13448         Don't use isprint() for chars > 255.
13449
13450 2000-12-21  Havoc Pennington  <hp@redhat.com>
13451
13452         * tests/testtreeview.c: more work
13453
13454 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13455
13456         * docs/README.linux-fb:
13457         Update the docs to the new pangoft2 way.
13458
13459 2000-12-21  Alexander Larsson  <alexl@redhat.com>
13460
13461         * configure.in:
13462         For linux-fb get the pangoft2 cflags and libs. This needs a recent
13463         pango version.
13464         Remove modules/linux-fb/Makefile.
13465
13466         * gdk/linux-fb/gdkdrawable-fb2.c:
13467         Render glyphs using freetype.
13468
13469         * gdk/linux-fb/gdkfb.h:
13470         Add new fb-specific functions needed for managing windows.
13471
13472         * gdk/linux-fb/gdkmain-fb.c:
13473         Remove gdk_font_init/fini() calls.
13474
13475         * gdk/linux-fb/gdkpango-fb.c:
13476         Remove old implementation. Use pangoft2 instead.
13477
13478         * gdk/linux-fb/gdkprivate-fb.h:
13479         Remove PangoFBFont and related stuff.
13480
13481         * gdk/linux-fb/gdkwindow-fb.c:
13482         Implement drawable->get_visible_region.
13483         Implement support for _gdk_window_set_child_handler () and
13484         _gdk_window_get_decorations().
13485
13486         * modules/Makefile.am:
13487         Remove linux-fb subdir.
13488
13489         * modules/linux-fb/*:
13490         Removed all.
13491         
13492 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
13493
13494         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
13495         calls, as they are no longer needed.
13496
13497         * gtk/gtktreemodelsort.c: Fix up the comparison code.
13498         
13499         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
13500         figure out how to emit a signal on an interface.
13501
13502 2000-12-20  Havoc Pennington  <hp@redhat.com>
13503
13504         * tests: new directory to contain tests, gtk/test* should move
13505         here sometime (with appropriate on-cvs-server hackery)
13506
13507         * tests/testtreeview.c, tests/Makefile.am: a test
13508         
13509         * configure.in (AC_OUTPUT): add tests/Makefile
13510
13511         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
13512         and "invisible_set" which were missing
13513
13514         * gtk/gtkrbtree.h: some cheesy indentation fix
13515         
13516 2000-12-20  Alexander Larsson  <alexl@redhat.com>
13517
13518         * gtk/gtkinvisible.c (gtk_invisible_realize):
13519         Attach the style to the window so that the style it is not
13520         leaked when unrealizing the window.
13521
13522 2000-12-18  Havoc Pennington  <hp@redhat.com>
13523
13524         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
13525         begin/end user action where appropriate
13526         (gtk_text_view_commit_handler): add begin/end user action
13527
13528         * gtk/gtktextbuffer.c: add begin/end user action signals, and
13529         bracket interactive operations with begin/end user action pair.
13530         
13531         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
13532         "interactive" arg from insert_text and delete_text signals.
13533         Add begin_user_action, end_user_action signals
13534         (gtk_text_buffer_begin_user_action): 
13535         (gtk_text_buffer_end_user_action): New functions to delimit 
13536         a user-visible action
13537
13538         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
13539         signals.
13540         
13541 2000-12-18  Havoc Pennington  <hp@redhat.com>
13542
13543         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
13544         was pretty non-working.
13545
13546         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
13547         by passing the length to g_utf8_validate().
13548
13549 2000-12-16  Havoc Pennington  <hp@pobox.com>
13550
13551         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
13552         Port to GObject, can go back in gdk-pixbuf after setting up 
13553         a gdk-pixbuf-marshal.h header over there.
13554
13555         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
13556         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
13557         args
13558         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
13559         set
13560         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
13561         here, do it when we create the buttons later
13562         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
13563         (gtk_tree_view_map): paranoia checks that column->button is shown 
13564         and unmapped
13565         (gtk_tree_view_size_request): only request visible children.
13566         Move header size calculation in here, for cleanliness, and 
13567         to maintain invariants for child widgets if we eventually 
13568         let users set different children inside the buttons
13569         (gtk_tree_view_map_buttons): factor out code to map buttons,
13570         since it was being called several times
13571         (gtk_tree_view_size_allocate_buttons): move_resize the drag
13572         windows instead of just moving them; their height may change 
13573         if we allow random widgets in there, or the theme changes.
13574         (gtk_tree_view_size_allocate): move button size allocation 
13575         above emitting the scroll signals, to ensure a sane state when we
13576         hit user code
13577         (gtk_tree_view_button_release): remove queue_resize after
13578         tree_view_set_size(), set_size() will handle any resize queuing
13579         that's needed
13580         (gtk_tree_view_focus_in): just queue a draw, don't fool with
13581         draw_focus goo
13582         (gtk_tree_view_focus): use gtk_get_current_event() and
13583         gdk_event_get_state()
13584         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
13585         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
13586         semicolon
13587         (gtk_tree_view_create_button): show the button here
13588         (gtk_tree_view_button_clicked): actually emit the clicked signal
13589         on the column
13590         (_gtk_tree_view_set_size): return right away if the size is
13591         unchanged, as a cheesy optimization
13592         (gtk_tree_view_setup_model): rename set_model_realized to 
13593         setup_model to match the flag that indicates whether we've 
13594         called it
13595         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
13596         exist, because set_scroll_adjustment does that and it shouldn't
13597         matter what order you call these in
13598         (gtk_tree_view_get_vadjustment): ditto
13599         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
13600         for paranoia
13601         (gtk_tree_view_set_headers_visible): call
13602         gtk_tree_view_map_buttons() instead of using cut-and-paste code
13603         (gtk_tree_view_append_column): clarify whether the return value
13604         is the count of columns before or after, and do the increment 
13605         separately from the return statement so you can tell from the code.
13606         (gtk_tree_view_remove_column): ditto
13607         (gtk_tree_view_insert_column): ditto
13608         (gtk_tree_view_get_column): remove g_return_if_fail for columns
13609         outside the existing range, the docs say that outside-range
13610         columns are allowed, so we handle them as documented. (Presumably
13611         this allows a nice loop with column != NULL as test.)
13612         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
13613         mean (left/right/center etc.).
13614         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
13615         (gtk_tree_view_expand_row): add docs
13616         (gtk_tree_view_collapse_row): add docs
13617
13618         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
13619         function to emit the clicked signal on a column
13620         
13621         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
13622         state of an event
13623         (gdk_event_get_time): don't treat GDK_SCROLL 
13624         as a button event, remove default case from switch so gcc 
13625         will whine if we don't explicitly handle all event types
13626
13627         * gtk/gtktreeselection.h: added some FIXME 
13628         
13629         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
13630         "columns" to "n_columns" and "column" to "columns" for clarity
13631
13632 2000-12-16  Havoc Pennington  <hp@pobox.com>
13633         
13634         * gtk/gtktextiter.c: General cleanup of the log attr iteration
13635         stuff. This should make e.g. the delete key work again in the
13636         text widget...
13637         (gtk_text_iter_forward_cursor_positions): handle negative count
13638         (gtk_text_iter_backward_cursor_positions): handle negative count
13639         (gtk_text_iter_forward_word_ends): handle negative count
13640         (gtk_text_iter_backward_word_starts): handle negative count
13641
13642         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
13643         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
13644         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
13645         GObject. No doubt will cause breakage.
13646
13647         * demos/gtk-demo/textview.c: remove hacks around
13648         non-GObject-ification of the text objects
13649
13650         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
13651         the text tag
13652         
13653 2000-12-14  Havoc Pennington  <hp@pobox.com>
13654
13655         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
13656         that we have Xrender
13657
13658 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
13659
13660         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
13661         Add two virtualized functions gdk_drawable_get_clip_region - to
13662         get the clip region when drawing.
13663         
13664         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
13665         use invalidate_region.
13666
13667         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
13668         region.
13669
13670         * acconfig.h configure.in: Check for Xft. For now, assume
13671         that if Xft is found, Pango was compiled with Xft support
13672         as well.
13673
13674         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
13675         gdk_colormap_query_color().
13676         
13677         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
13678         with Xft if appropriate.
13679
13680         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
13681         a pangoxft context if we have XFT and the environment
13682         variable GD_USE_XFT is set.
13683         
13684         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
13685         and also possibly an XftDraw structure.
13686
13687         * gtk/gtkfontsel.c: Handle the case where the font from the
13688         style doesn't match any of the fonts a bit better.
13689         
13690         * gtk/testgtk.c: Add tabs between directional segments for
13691         hebrew/arabic test. (Not really necessary, just a little
13692         prettier.)
13693
13694 2000-12-14  Havoc Pennington  <hp@redhat.com>
13695
13696         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
13697         reading a file
13698
13699 2000-12-14  Havoc Pennington  <hp@redhat.com>
13700
13701         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
13702         unused call to get_last_line()
13703
13704         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
13705         here until boxed is working (and maybe after that - we should
13706         really not gratuitously break old code)
13707
13708         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
13709         specific types for font_desc and tabs args, move them to
13710         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
13711         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
13712
13713         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
13714         use GTK_TYPE_POINTER for signal signatures as a hack-around
13715
13716         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
13717         PangoTabArray
13718
13719         * gtk/gtktextlayout.c (line_display_iter_to_index): 
13720         make static
13721         (line_display_index_to_iter): make static
13722
13723         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
13724         to marshal a string not a boxed
13725
13726         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
13727
13728         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
13729         since the UTF-8 isn't validated yet
13730
13731         * gtk/gtktextsegment.c (char_segment_check_func): don't require
13732         lines to end in '\n'
13733         
13734         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
13735         forward_to_delimiters, and grapheme boundaries
13736         (gtk_text_view_delete_from_cursor): properly handle non-newline
13737         delimiters, and grapheme boundaries
13738
13739         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
13740         to gtk_text_iter_forward_to_delimiters, and make it work properly
13741         if empty lines end with a character other than '\n'
13742
13743         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
13744         position
13745
13746 2000-12-15  Tor Lillqvist  <tml@iki.fi>
13747
13748         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
13749
13750         * gtk/gtk.def
13751         * gdk/gdk.def: Update.
13752
13753         * gdk/win32/gdkmain-win32.c
13754         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
13755         gdkmain-win32.c here.
13756
13757         * gdk/win32/makefile.mingw.in (all): No need to make
13758         gdk-win32res.o here, the makefile one step up will call us to make
13759         it.
13760
13761         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
13762         gdkkeys-win32.
13763
13764         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
13765
13766         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
13767         call to g_source_add().
13768
13769         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
13770         leak. Thanks to Andreas Kemnade.
13771
13772 2000-12-13  Havoc Pennington  <hp@pobox.com>
13773
13774         * gtk/gtktextbtree.h: Remove double _ in front of some functions
13775
13776         * gtk/gtktext*.[hc]: update accordingly
13777         
13778 2000-12-13  Havoc Pennington  <hp@pobox.com>
13779
13780         * gtk/gtktextbtree.h: Put _ in front of every function in this 
13781         header file
13782
13783         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
13784
13785 2000-12-13  Alex Larsson  <alexl@redhat.com>
13786
13787         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
13788         Add support for ps2 intellimouse.
13789
13790         * gdkkeyboard-fb.c:
13791         Move shift-F1 repaint handling to xlate handler only.
13792         
13793         * docs/README.linux-fb:
13794         Add imps2 to docs.
13795         Document the new refresh keys.
13796         
13797 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
13798
13799         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
13800
13801         * gtk/gtkbox.c: change property types from (u)long to (u)int for
13802         ::position and ::padding.
13803
13804         * gtk/gtkcontainer.c: make ::border_width an INT property.
13805
13806         * gtk/gtkpacker.c: make ::position an INT property.
13807
13808         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
13809         guard against NULL h/v scrollbars, since this is used at construction
13810         time.
13811
13812         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
13813         internal gtk_clist_constructor().
13814
13815         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
13816         gtk_ctree_constructor().
13817
13818         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
13819         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
13820
13821         * docs/reference/Makefile.am: fun stuff, disabled docs generation
13822         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
13823
13824         * gtk/gtkwidget.[hc]:
13825         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
13826         and gtk_widget_get().
13827         (gtk_widget_new): use g_object_new_valist().
13828         (gtk_widget_set): use g_object_set_valist().
13829
13830         * gtk/gtkobject.[hc]:
13831         removed gtk_object_arg_get_info(), gtk_object_getv(),
13832         gtk_object_query_args(), gtk_object_newv(),
13833         gtk_object_class_add_signals(),
13834         gtk_object_class_user_signal_new(),
13835         gtk_object_class_user_signal_newv(),
13836         gtk_object_arg_set(), gtk_object_arg_get(),
13837         gtk_object_args_collect(),
13838         gtk_object_default_construct(),
13839         gtk_object_constructed(),
13840         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
13841         removed nsignals, signals and n_args members from GtkObjectClass.
13842         (gtk_object_new): use g_object_new_valist().
13843         (gtk_object_set): use g_object_set_valist().
13844         (gtk_object_get): use g_object_get_valist().
13845         
13846         * gtk/gtkcompat.h: define gtk_object_default_construct().
13847         
13848         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
13849         g_object_new().
13850
13851         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
13852         fucntions, cleaned up method assignments (make sure your structures
13853         are setup properly before calling out). removed all GTK_CONSTRUCTED
13854         hacks ;)
13855
13856 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
13857
13858         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
13859         off-by-one error in checks. (Dave Lambert)
13860
13861 2000-12-12  Alexander Larsson  <alexl@redhat.com>
13862
13863         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
13864         Don't free gdk_fb_keyboard twice.
13865
13866 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
13867
13868         * gtk/testgtk.c:
13869         (create_tooltips): 
13870         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
13871         use GObject swapped_signal:: properties instead.
13872
13873         * gtk/gtkcellrenderertoggle.c: 
13874         * gtk/gtkcellrenderertextpixbuf.c: 
13875         * gtk/gtkcellrenderertext.c: 
13876         * gtk/gtkcellrendererpixbuf.c: 
13877         * gtk/gtkcellrenderer.c:
13878         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
13879         missing warnings for invalid property ids, install properties
13880         with g_object_class_install_property() now.
13881         
13882         * gtk/gtksignal.c:
13883         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
13884         
13885 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
13886         
13887         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
13888         to determine if a window is the focus widget within
13889         its toplevel.
13890
13891         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
13892         to be boolean.
13893
13894         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
13895         of the case where the container CAN_FOCUS to here instead
13896         of having it in each individual move-the-focus place.
13897
13898         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
13899         focusing to be geometric in a much more obvious sense. Arrowing
13900         around is still non-intuitive because it isn't perfect and
13901         because entries, etc, grab the arrow keys, but it at least
13902         usually will do what you expect now.
13903         
13904         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
13905         file.
13906
13907         * gtk/gtknotebook.c: Change tabs to be a single item in
13908         the focus chain. Make movement of focus on tabs with arrow
13909         keys wrap around.
13910         
13911         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
13912         CHECK_FIND_CHILD macro to give informative error messages
13913         instead of silent returns.
13914
13915         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
13916         flag since we handle GdkReturn on the tabs.
13917
13918         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
13919         windows rather than sending expose events directly.
13920
13921         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
13922         definition for GtkNotebookPage into .c file, since it is private.
13923
13924         * gtk/testgtk.c (create_notebook): Add option for 
13925         testing borderless notebook.
13926
13927         * gtk/testgtk.c (page_switch): Removed egregious poking
13928         around in GTK+ internals.
13929
13930         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
13931
13932         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
13933         properly through gtk_clist_focus. Make the title headers a
13934         single item in the tab-focus chain, and make left-right wrap
13935         around.
13936
13937         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
13938         focus method so that wrapping around works properly.
13939
13940         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
13941         that is handled for the widget now. 
13942
13943 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
13944
13945         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
13946         widgets as TOPLEVEL.
13947
13948         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
13949         TOPLEVEL widgets are containers.
13950
13951         * gtk/gtkinvisible.h: Remove useless include.
13952
13953 2000-12-11  Havoc Pennington  <hp@redhat.com>
13954
13955         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
13956         Handle chopping off \r\n and 0x2029 in addition to \n before
13957         passing to PangoLayout
13958
13959         * gtk/gtkimcontextsimple.c
13960         (gtk_im_context_simple_get_preedit_string): 
13961         return an empty string if no match is pending
13962
13963         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
13964         assertion that the returned preedit string was sane
13965
13966         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
13967         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
13968         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
13969
13970 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
13971
13972         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
13973         Fix up finalizer to chain to its parent.
13974
13975 2000-12-11  Alexander Larsson  <alexl@redhat.com>
13976
13977         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
13978         Clearified the difference between the keyboard types. Wrote a note
13979         about the magic sysrq key to get out of raw mode.
13980
13981 2000-12-09  James Henstridge  <james@daa.com.au>
13982
13983         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
13984         member to hold masks for detecting the start of a protocol packet.
13985         (mouse_devs): add packet start masks for ps2 and ms device types.
13986         Left the mask for fidmour blank, as I have no idea what it should
13987         be.
13988         (handle_mouse_io): skip bytes until we get to the start of a
13989         packet.  My Logitech mouse seems to be passing an extra NULL pad
13990         byte, and GPM does a similar thing here.
13991         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
13992         this is the ms mouse driver.
13993         (gdk_fb_mouse_ms_packet): fix up button handling, which was
13994         completely broken except for button1.  It was checking the wrong
13995         bit in the packet for the status of the right mouse button, and
13996         wrongly assuming right == button2 rather than 3.  I fixed that and
13997         also added support for middle button (button2).
13998
13999 2000-12-08  Havoc Pennington  <hp@redhat.com>
14000
14001         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
14002         that cause a segfault on text insertion
14003
14004         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
14005         warning
14006
14007         * gtk/gtktextiter.c (test_log_attrs): use
14008         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
14009
14010         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
14011         Get log attrs for a line, using a cache stored on the buffer
14012         
14013         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
14014         reported by Jeff Franks
14015
14016 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14017
14018         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
14019         /dev/ttyS0 -> /dev/mouse
14020
14021 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14022
14023         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
14024         Added dummy gdk_fontset_load.
14025
14026 2000-12-08  Alexander Larsson  <alexl@redhat.com>
14027
14028         * docs/README.linux-fb:
14029         * docs/Makefile.am:
14030         Initial GtkFB docs.
14031         
14032         * gdk/linux-fb/Makefile.am:
14033         Define GDK_DATA_PREFIX.
14034
14035         * gdk/linux-fb/gdkmain-fb.c:
14036         Fix typo.
14037         Change default display to /dev/fb0.
14038
14039         * gdk/linux-fb/gdkpango-fb.c:
14040         Add $(prefix)/share/fonts/ to font path.
14041         
14042 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14043
14044         * gdk/linux-fb/gdkkeyboard-fb.c:
14045         New file containing the abstracted keyboard driver. Most code
14046         taken from gdkinput-ps2.c
14047
14048         * gdk/linux-fb/gdkinput-ps2.c:
14049         Removed file.
14050         
14051         * gdk/linux-fb/Makefile.am:
14052         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
14053
14054         * gdk/linux-fb/gdkcolor-fb.c:
14055         display->fb was renamed to display->fb_fd.
14056
14057         * gdk/linux-fb/gdkcursor-fb.c:
14058         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14059
14060         * gdk/linux-fb/gdkinput.c:
14061         Moved gdk_input_init here from gdkinput-ps2.c
14062
14063         * gdk/linux-fb/gdkmain-fb.c:
14064         display->fb was renamed to display->fb_fd.
14065         Now the tty and the console is opened here instead
14066         of in the keyboard driver. Also check GDK_VT to see what
14067         tty to open.
14068         Move gdk_beep () here from gdkinput-ps2.c
14069         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14070
14071         * gdk/linux-fb/gdkmouse-fb.c:
14072         Add header.
14073         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14074         Return correct keyboard modifiers.
14075         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
14076
14077         * gdk/linux-fb/gdkprivate-fb.h:
14078         Add tty and vt info to display.
14079         Add orignal modeinfo storage to display
14080         Update global functions
14081
14082         * gdk/linux-fb/gdkwindow-fb.c:
14083         Added gdk_fb_window_find_focus().
14084         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14085
14086 2000-12-07  Havoc Pennington  <hp@pobox.com>
14087
14088         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
14089         function, noticed by Alex
14090
14091 2000-12-06  Elliot Lee  <sopwith@redhat.com>
14092
14093         * configure.in: Detect freetype properly
14094
14095         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
14096         above.
14097
14098 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14099
14100         * gdk/linux-fb/Makefile.am:
14101         Add gdkmouse-fb.c
14102         
14103         * gdk/linux-fb/gdkmouse-fb.c:
14104         New file. Abstracted the mouse drivers a bit.
14105
14106         * gdk/linux-fb/gdkcursor-fb.c:
14107         The cursor hide/show functions was moved here from gdkinput-ps2.c.
14108
14109         * gdk/linux-fb/gdkinput-ps2.c:
14110         Removed old mouse handling code. Moved cursor handling code
14111         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
14112         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
14113         gdk_mouse_get_info.
14114
14115         * gdk/linux-fb/gdkmain-fb.c:
14116         Pass NULL pointers for x,y in gdk_mouse_get_info call.
14117
14118         * gdk/linux-fb/gdkprivate-fb.h:
14119         Removed public gdk_fb_find_common_ancestor, added and renamed
14120         functions for the new mouse handling code.
14121
14122         * gdk/linux-fb/gdkwindow-fb.c:
14123         Moved gdk_fb_window_send_crossing_events here. added global
14124         variable gdk_fb_window_containing_pointer. made
14125         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
14126         renamed to gdk_mouse_get_info.
14127
14128 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14129
14130         * gdk/linux-fb/gdkevents-fb.c:
14131         Update to match latest gmain/gsource changes.
14132
14133         * gdk/linux-fb/gdkinput-ps2.c:
14134         Bogus gdk_keymap_get_entries_for_keycode implementation so that
14135         it links. Will be implemented later.
14136
14137 2000-12-03  Havoc Pennington  <hp@pobox.com>
14138
14139         * gdk/Makefile.am: add gdkkeys.[hc]
14140
14141         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
14142         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
14143
14144         * acconfig.h, configure.in: add checks and command line options
14145         for XKB
14146
14147         * gdk/x11/gdkkeys-x11.c: Implement the above functions
14148         
14149         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
14150         and group in the key event
14151
14152         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
14153         field with the low-level hardware key code, and a group
14154         field with the keyboard group
14155
14156         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
14157         and declare a couple globals used for keymap handling
14158         
14159         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
14160         hold down Shift-Control and type a hex number to get a Unicode 
14161         character corresponding to the hex number
14162         (gtk_im_context_simple_get_preedit_string): Fix cursor position
14163         (return bytes not chars)
14164
14165 2000-12-05  Elliot Lee  <sopwith@redhat.com>
14166
14167         * gdk/gdkcolor.h: Make GdkColor specify element sizes
14168         to avoid waste on 64-bit platforms.
14169
14170 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
14171
14172         * INSTALL: Fix link to PNG home, remove reference
14173         to fribidi.
14174
14175         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
14176         
14177         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
14178         tested.)
14179
14180         * gtk/gtkcheckmenuitem.c: Permanently turn on
14181         always_show_toggle.
14182
14183         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
14184         be NULL. (Vladimir Klebanov, #26545)
14185
14186         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
14187         some signed/unsigned comparison problems. (#6510,
14188         David Kaelbling)
14189
14190         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
14191         return type to boolean (Oskar Liljeblad, #18648)
14192
14193 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14194
14195         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
14196         Remove bogus colormap setting.
14197
14198 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14199
14200         * gdk/linux-fb/gdkcolor-fb.c:
14201         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
14202
14203         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
14204         Must set colormap.
14205         
14206 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
14207
14208         * docs/tutorial/gtk-tut.sgml: DND updates
14209
14210 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
14211
14212         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14213         Remove old debug g_warning().
14214         (gdk_fb_draw_drawable): The src argument can be either a wrapper
14215         or an implementation, just pass the implementation to draw_drawable_2.
14216         
14217         * gdk/linux-fb/gdkprivate-fb.h:
14218         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
14219
14220         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14221         clear and invalidate area when window is destroyed.
14222         (send_map_events): Remove old commented out code.
14223
14224 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14225
14226         * gdk/linux-fb/gdkpango-fb.c:
14227         Use italic instead of oblique in font aliases.
14228         
14229         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
14230         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
14231         other unsupported functions.
14232
14233 2000-12-04  Havoc Pennington  <hp@redhat.com>
14234
14235         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
14236
14237         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
14238
14239         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
14240
14241         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
14242         hack to avoid infinite loops (synthetic expose event) - 
14243         Owen has more appropriate fixes in a branch he'll check in later.
14244
14245         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
14246         separator, CR, and CRLF as line ends
14247
14248         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
14249         into lines using pango_find_paragraph_boundary(); other bits of
14250         the widget are still going to be broken if the boundary isn't '\n'
14251         though
14252
14253 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14254
14255         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
14256         multiply.
14257
14258         * gdk/linux-fb/gdkpango-fb.c:
14259         Copied some 26.6 scaling macros from pango to clean up the rounding.
14260         (pango_fb_font_get_glyph_info): Correct sign on x value.
14261
14262         * gdk/linux-fb/gdkprivate-fb.h:
14263         Removed unreferenced external functions.
14264
14265         * modules/linux-fb/Makefile.am: Use ` instead of '.
14266
14267         * modules/linux-fb/basic.c:
14268         Remove dead code. In particular the dummy lang engine which broke all
14269         pango layouts in GtkFB. Don't include tables-big.i anymore.
14270
14271         * modules/linux-fb/tables-big.i:
14272         Upgrade to latest version from pango. Left for reference, basic_ranges
14273         moved to basic.c.
14274         
14275 2000-12-04  Havoc Pennington  <hp@redhat.com>
14276
14277         Fix bugs Alex found:
14278         
14279         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
14280         to "draw"
14281
14282         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
14283
14284         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
14285
14286         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
14287         implementation in here, apparently the expose() implementation was
14288         dead code.
14289
14290 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14291
14292         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14293         Return positive descent.
14294
14295 2000-12-02  Havoc Pennington  <hp@pobox.com>
14296
14297         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
14298         method and signal
14299         
14300         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
14301         calls gdk_window_process_updates() to push the exposes through
14302         (gtk_widget_class_init): No more draw signal, no
14303         gtk_widget_real_draw()  
14304         
14305         * gtk/gtkbin.c (gtk_bin_draw): remove
14306
14307         * gtk/gtkbox.c (gtk_box_draw): remove
14308
14309         * gtk/gtkbutton.c (gtk_button_draw): remove
14310
14311         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
14312
14313         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
14314
14315         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
14316
14317         * gtk/gtkclist.c (gtk_clist_draw): remove
14318
14319         * gtk/gtkentry.c (gtk_entry_draw): remove
14320
14321         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
14322
14323         * gtk/gtkfixed.c (gtk_fixed_draw): remove
14324
14325         * gtk/gtkframe.c (gtk_frame_draw): remove
14326
14327         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
14328
14329         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
14330
14331         * gtk/gtklayout.c (gtk_layout_draw): remove
14332
14333         * gtk/gtklist.c (gtk_list_draw): remove
14334
14335         * gtk/gtklistitem.c (gtk_list_item_draw): remove
14336
14337         * gtk/gtkmenu.c (gtk_menu_draw): remove
14338
14339         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
14340
14341         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
14342
14343         * gtk/gtknotebook.c (gtk_notebook_draw): remove
14344
14345         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
14346
14347         * gtk/gtkpacker.c (gtk_packer_draw): remove
14348
14349         * gtk/gtkrange.c (gtk_range_draw): remove
14350
14351         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
14352
14353         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
14354
14355         * gtk/gtktable.c (gtk_table_draw): remove
14356
14357         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
14358
14359         * gtk/gtktext.c (gtk_text_draw): remove
14360
14361         * gtk/gtktextview.c (gtk_text_view_draw): remove
14362
14363         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
14364
14365         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
14366
14367         * gtk/gtktree.c (gtk_tree_draw): remove
14368
14369         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
14370
14371         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
14372
14373         * gtk/gtkviewport.c (gtk_viewport_draw): remove
14374
14375         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
14376
14377         * gtk/gtkvscale.c (gtk_vscale_draw): remove
14378
14379         * gtk/gtkwindow.c (gtk_window_draw): remove
14380
14381 2000-20-01  Anders Carlsson  <andersca@gnu.org>
14382
14383         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
14384         a GtkToggleButton is both insensitive and active, it was being
14385         drawn by the GtkButton draw handler which doesn't check the
14386         state. Now it's calling gtk_toggle_button_paint instead.
14387         
14388 2000-12-01  Havoc Pennington  <hp@redhat.com>
14389
14390         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
14391         dangling pointers to the appearance attributes from the 
14392         line display
14393
14394         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
14395         width/height to mean "full width/height of drawable"
14396
14397         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
14398         click to select word/line
14399         
14400         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
14401         when getting log attrs. Get a slice, so that pixmaps and stuff
14402         are properly handled.
14403
14404         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
14405         paste into the selection (replaces selection now, previously
14406         crashed or added to selection). Reveals longstanding btree bug -
14407         select multiple lines, middle-click on the selection, boom. This
14408         isn't related to my changes though.
14409
14410         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
14411         PangoLogAttrs changes
14412         (gtk_entry_move_backward_word): ditto
14413
14414         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
14415         functions return bool whether the iter moved onto a
14416         dereferenceable position.
14417  
14418         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
14419         functions for motion in terms of display lines.
14420
14421         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
14422         get the buffer a mark is inside
14423         
14424 2000-12-01  Alexander Larsson  <alexl@redhat.com>
14425
14426         * gdk/linux-fb/Makefile.am:
14427         * modules/linux-fb/Makefile.am:
14428         Freetype 2 final uses freetype-config
14429
14430         * gdk/linux-fb/gdkpango-fb.c:
14431         Upgrade to use Freetype 2 final.
14432         More flexible support for font aliases, this also fixes a bug with
14433         GtkFontSelector, as the aliases must be visible in the font/family list,
14434         or GtkFontSelector reads uninitialized memory.
14435
14436 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
14437
14438         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
14439         XGetIMValues to properly terminate variable argument list, and do
14440         NULL return check for ic_values and xim_styles.
14441
14442         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
14443         Restore preedit state after XmbResetIC().
14444         
14445         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
14446         XvaCreateNestedList() should take XvaNestedList, but not
14447         XvaNestedList*.
14448
14449         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
14450         preedit_draw_callback, preedit_caret_callback): Match
14451         "preedit-changed" signal name to "preedit_changed" to be
14452         consistent to the spec.
14453
14454         * gtk/gtkimcontextsimple.c (check_table):
14455         Match "preedit-changed" to "preedit_changed" to be consistent
14456         to the spec.
14457
14458 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
14459
14460         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
14461         gc->clip_region == NULL>
14462
14463 2000-11-30  Tor Lillqvist  <tml@iki.fi>
14464
14465         Changes by Hans Breuer:
14466         
14467         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
14468         Dont't use negative width and height as max_hints. This fixes
14469         Owen's recent testgtk changes for win32.
14470
14471         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
14472         gdk_win32_hdc_release): These are exported and may be called with
14473         other drawable types than our GdkDrawableImplWin32 (?).
14474
14475         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
14476         so always #define USE_BACKING_STORE.
14477
14478         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
14479         of printf for debugging output.
14480
14481         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
14482         
14483         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
14484
14485         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
14486         declaration.
14487
14488         * gtk/gtktexttypes.h: Ditto.
14489
14490         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
14491         (GDK_VoidSymbol) also if in case of arg check failure.
14492
14493         * gtk/gtkimcontextsimple.c
14494         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
14495         position to the pointer, but to the variable it points to.
14496
14497         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
14498
14499         * gtk/gtk.def: Updates.
14500
14501 2000-11-29  Elliot Lee  <sopwith@redhat.com>
14502
14503         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
14504         GTK_TYPE_TREE_MODEL.
14505
14506 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14507
14508         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
14509         Set the size of the font from the description.
14510         (gdk_text_width): Gross hack that calculates the width
14511         of text by text_length * size/2. This is necessary because
14512         GtkLabel does some ugly gtk_string_width call to calculate
14513         an good size.
14514         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
14515
14516 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
14517
14518         * docs/tutorial/gtk-tut.sgml: DND updates
14519
14520 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14521
14522         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
14523         If you pass width or height == 0 to gdk_window_clear_area they
14524         should be calculated from the window size.
14525
14526 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14527
14528         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
14529         a grab, but no grab-cursor, use the cursor from the grabbed
14530         window. (gdk_fb_window_send_crossing_events): Send normal
14531         enter/leave notifications if grab and owner_events == TRUE.
14532
14533 2000-11-29  Alexander Larsson  <alexl@redhat.com>
14534
14535         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14536         Do implicit button grabs, even if the window doesn't
14537         want the event.
14538         (gdk_fb_window_send_crossing_events): If there is a
14539         grab, only the grabbed window gets normal enter/leave
14540         notifications. On ungrab go from grabbed window to current.
14541         Don't send any notification to b when propagating from c -> b.
14542         If setting a grab on window, don't set prev_window.
14543         (handle_mouse_input): Send enter/leave events to the window the
14544         mouse is over, not the grabbed one.
14545         
14546 2000-11-28  Elliot Lee  <sopwith@redhat.com>
14547
14548         * gdk/gdkregion-generic.c: Zap warning.
14549         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
14550         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
14551
14552 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
14553
14554         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
14555         The cursor should be hidden if it is part of either the
14556         source or destination region. Not only if it is in both.
14557         (gdk_window_set_transient_for): Silence warnings.
14558
14559 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14560
14561         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
14562         The default mode in X is Pie Arcs, therefore that is
14563         what Gtk+ uses.
14564
14565 2000-11-28  Alexander Larsson  <alexl@redhat.com>
14566
14567         * gdk/linux-fb/gdkinput-ps2.c:
14568         Implement correct EnterNotify/LeaveNotify:
14569         (gdk_fb_window_send_crossing_events): New function that sends
14570         all GdkCrossingEvents from the last mouse-window to the specified
14571         destination.
14572         (gdk_fb_window_visibility_crossing): Removed function.
14573         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
14574         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
14575         instead of gdk_window_get_pointer() for better readability.
14576
14577         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
14578         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
14579
14580         * gdk/linux-fb/gdkprivate-fb.h:
14581         removed gdk_fb_window_visibility_crossing, added
14582         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
14583
14584         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
14585         New function that finds the least common ancestor of two windows.
14586         (gdk_window_show, gdk_window_hide):
14587         Use gdk_fb_window_send_crossing_events.
14588         (gdk_fb_window_move_resize): Send configure events to toplevel
14589         windows. Use gdk_fb_window_send_crossing_events.
14590
14591 2000-11-27  Havoc Pennington  <hp@redhat.com>
14592
14593         * gtk/gtkprivate.h (enum): Remove a trailing comma
14594
14595 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
14596
14597         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
14598         the "changed" callback of the adjustment.  We need to redraw the
14599         spin button's arrows when the adjustment's range changes.
14600         (adjustment_changed_cb): Draw the arrows.
14601         (gtk_spin_button_value_changed): Draw the arrows.
14602
14603 2000-11-23  Alexander Larsson  <alexl@redhat.com>
14604
14605         * gdk/linux-fb/gdkselection-fb.c:
14606         Initial selection implementation.
14607
14608         * gtk/gtkselection.c:
14609         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
14610         requestor in gtk_selection_request.
14611         
14612         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
14613         Added gdk_selection_property atom.
14614
14615         * gdk/linux-fb/gdkprivate-fb.h:
14616         Export _gdk_selection_window_destroyed.
14617         Removed mask_off_x/y from GdkCursorPrivateFB.
14618         Removed hbearing, added top, left to PangoFBGlyphInfo.
14619
14620         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14621         Call _gdk_selection_window_destroyed
14622         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
14623         the root window has been created.
14624         (static_dx_hack, static_dy_hack, compare_draw_rects,
14625         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
14626         in region. They are already sorted. Instead just traverse them in
14627         reverse if draw_direction < 0.
14628         
14629         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
14630         Double-clicks must be sent after the normal button_press.
14631         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
14632         
14633         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
14634         Pass _gdk_fb_screen_gc instead of NULL.
14635
14636         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
14637         Initialize gdk_selection_property.
14638         (gdk_event_make): Remove unused code.
14639
14640         * gdk/linux-fb/gdkcursor-fb.c:
14641         Make the pixmap for the cursor the same size as the mask. Also remove
14642         the mask_off_x/y fields in GdkCursorPrivateFB and combine
14643         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
14644         Now the whole cursor is visible.
14645
14646         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14647         Fix bug where xdest+height instead of ydest+height was used
14648         to calculate if the source and dest overlapped. This fixes the
14649         redraw bug when the main window in testgtk was scrolled when
14650         partially covered by a tall window.
14651         Copy rectangles in region in order depending on draw_direction.
14652         Also moved the draw_direction flipping of start_y and end_y into
14653         the gc functions, as this might not be what all of them want.
14654         (gdk_fb_draw_lines): Support dashed lines.
14655         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
14656         so that the text is positioned correctly (was 1 pixel high).
14657
14658         gdk/linux-fb/gdkgc-fb.c:
14659         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
14660         all lines were drawn a pixel to short. Also checked the default of
14661         the rest of the values, and they're the same as X now.
14662
14663         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
14664         Clean up pixel positioning of the glyphs. Just use bgy->top and
14665         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
14666         to all divisions to get correct rounding behaviour.
14667
14668         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
14669         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
14670         Moved start_y/end_y flip into draw_drawable implementations.
14671         Flip also x rendering when draw_direction < 0.
14672         Remove unneccesary multiply with draw_direction.
14673
14674 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
14675
14676         * docs/tutorial/gtk-tut.sgml:
14677           - get rid of gtk_toggle_button_toggled FUD
14678           - start DND section - needs work - based on:
14679                 http://wolfpack.twu.net/docs/gtkdnd/
14680
14681 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14682
14683         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14684         Correct calculation of font metrics. Now GtkEntrys have sane
14685         size.
14686
14687 2000-11-22  Alexander Larsson  <alexl@redhat.com>
14688
14689         * gdk/gdktypes.h:
14690         Add new type GdkSpan
14691         
14692         * docs/reference/gdk/gdk-sections.txt,
14693         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
14694         gdk/gdkregion.h:
14695         Implement and document gdk_region_spans_intersect_foreach.
14696
14697         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
14698         Add new file gdkrender-fb.c which contains all core
14699         rendering code.
14700         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
14701         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
14702         (optimized rectangle fillers).
14703
14704         * gdk/linux-fb/gdkdrawable-fb2.c:
14705         Move all rendering code to gdkrender-fb.c.
14706         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
14707         Use the new span intersection functions in gdk_fb_fill_spans.
14708         gdk_fb_draw_rectangle() clips filled rectangles and calls
14709         gc->fill_rectangle with the result.
14710         gdk_fb_fill_spans() gets extra argument "sorted".
14711
14712         * gdk/linux-fb/gdkevents-fb.c:
14713         Remove unused includes and defines.
14714         New function gdk_fb_get_time() to get correct time for events.
14715
14716         * gdk/linux-fb/gdkinput-ps2.c:
14717         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
14718         Make sure to set the time of all events.
14719
14720         * gdk/linux-fb/gdkmain-fb.c:
14721         Use gdk_fb_get_time ().
14722
14723         * gdk/linux-fb/gdkprivate-fb.h:
14724         New virtual GC calls: fill_span & fill_rectangle.
14725         Export gdk_fb_get_time().
14726         gdk_fb_fill_spans() gets extra argument "sorted".
14727
14728         * gdk/linux-fb/mi*.c:
14729         Use GdkSpan instead of GdkRectangle.
14730         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
14731         from XFree 4 source)
14732         
14733 2000-11-22    <jrb@redhat.com>
14734
14735         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
14736         reversing the order in an if statement will do.  Doing so managed
14737         to make the treemodelsort half work.  Other half will follow after
14738         I get the insert function fully fixed.
14739
14740 2000-11-21  Elliot Lee  <sopwith@redhat.com>
14741         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
14742         more than 2 bits. Besides, I need to implement an evil hack. :)
14743
14744 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
14745
14746         * docs/tutorial/gtk-tut.sgml: minor corrections
14747
14748 2000-11-20  Jonathan Blandford <jrb@redhat.com>
14749         * gtk/gtktreemodelsort.h: Add convertion functions to let you
14750           convert to and from relative path's and iters.
14751
14752         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
14753           testing sorting functions a bit better.  Currently broken -- will
14754           fix in morning.
14755
14756 2000-11-20  Havoc Pennington  <hp@redhat.com>
14757
14758         * gtk/gtkwidget.c: Documented a bunch of functions in here
14759         (gtk_widget_realize): Warn if you try to realize
14760         a widget with no parent that isn't a toplevel
14761         (gtk_widget_intersect): return a gboolean
14762
14763 2000-11-20  Havoc Pennington  <hp@redhat.com>
14764
14765         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
14766         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
14767         scrolling to be implemented in GDK to finish. Also, right now
14768         we just size_allocate all children on every layout change,
14769         which is pretty lame. Test commented out of testtext.c, 
14770         until it works better.
14771
14772 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
14773
14774         * gdk/linux-fb/gdkdrawable-fb2.c:
14775         Removed unused arguments from gdk_fb_drawable_get_pixel().
14776
14777         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
14778         Renamed fidur specific mouse packet data in MouseDevice to
14779         generic. Used it in ps2 mouse handling code to avoid blocking
14780         reads.
14781
14782 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
14783
14784         * demos/gtk-demo/main.c: Changed to have the list become
14785         non-italic when the demo window is destroyed through an external
14786         event (like a close button).  Doing so found three bugs in the
14787         widget.
14788
14789         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
14790
14791         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
14792         we actually set the cell.
14793
14794         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
14795
14796         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
14797         free a leaked path.  Thanks memprof.
14798
14799 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
14800
14801         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
14802         off-by-one error when destroying allocated segments
14803         on failure. (Elliot)
14804
14805 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
14806
14807         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
14808         memleaks found by Evan Martin.
14809
14810 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
14811
14812         * Released 1.3.2
14813         
14814         * NEWS: Updates for 1.3.2
14815
14816 2000-11-17  Tor Lillqvist  <tml@iki.fi>
14817
14818         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
14819         but in general for window system specific events.
14820
14821         * gtk/gtk.def
14822         * gtk/makefile.mingw.in
14823         * gtk/makefile.msc.in: Update.
14824         
14825         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
14826
14827 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
14828
14829         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
14830         distribute gtk.immodules.
14831
14832         * gtk/Makefile.am (install-data-local): Don't install the
14833         gtk.immodules file created for the uninstalled modules;
14834         instead run gtk-query-immodules after install
14835
14836 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
14837
14838         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
14839         -rpath to the right install location.
14840
14841         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
14842         -export-dynamic.
14843
14844         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
14845         properly.
14846
14847 2000-11-15  Havoc Pennington  <hp@pobox.com>
14848
14849         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
14850         patch from Mikael Hermansson to temporarily stop blinking while
14851         the user is using the keyboard to type or navigate. 
14852
14853         Also, when blinking, stay on for longer than we stay off. Also,
14854         return from start_cursor_blink if !cursor_visible, to save
14855         checking that flag all over the place before we call
14856         start_cursor_blink.
14857
14858 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
14859
14860         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
14861         only contain a "fontset" line, which is now ignored.
14862
14863         * gtk/gtkentry.c (gtk_entry_button_release): Make 
14864         double-click-to-select-word work.
14865         
14866 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
14867
14868         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
14869         Don't move back one char when we are actually at the end of the 
14870         paragraph.
14871
14872 2000-11-15  Robert Brady  <robert@suse.co.uk>
14873
14874         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
14875         'o' < 'p'.
14876         
14877         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
14878         bind_textdomain_codeset.
14879
14880         (gtk_init_check): Make the warning about translating default:LTR
14881         sterner.
14882         
14883 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
14884
14885         * **/Makefile.am : remove unecessary rules for win32-specific
14886         config-substituted targets. If you want these rules, use
14887         --enable-maintainer-mode (called automatically by autogen.sh).
14888         Stops a lot of unneccessary make-time warnings.
14889
14890         * gtk/gtktext{layout,display}.c: Factor in total width as
14891         well as screen when figuring alignment for word-wrap as well as
14892         no wrap; this is necessary to handle lines that cannot be wrapped
14893         at all.
14894
14895 2000-11-15  Havoc Pennington  <hp@redhat.com>
14896
14897         * gtk/testtext.c: Implement essential color cycling feature
14898
14899 2000-11-15  Havoc Pennington  <hp@redhat.com>
14900
14901         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
14902         when we invalidate the main window.
14903
14904         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
14905         GtkTextView will now invalidate the side windows for us when text
14906         changes.
14907
14908 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
14909
14910         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
14911         unconditionally, since we may need to update the horizontal
14912         scrollbars even if the height didn't change.
14913
14914         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
14915         the extra attrs, since some of them affect size.
14916
14917         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
14918         x_offset correctly.
14919
14920 2000-11-15  Havoc Pennington  <hp@redhat.com>
14921
14922         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
14923         don't move the first line out into the margin, instead move the
14924         whole paragraph in order to make space for the first line within 
14925         the margin
14926
14927 2000-11-15  Havoc Pennington  <hp@redhat.com>
14928
14929         * gtk/gtktextview.c (changed_handler): offset redraw rect by
14930         xoffset in addition to yoffset, so horizontal scrolling doesn't
14931         break redraws
14932
14933 2000-11-15  Havoc Pennington  <hp@redhat.com>
14934
14935         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
14936         from the cursor
14937         (render_layout_line): fix reversed test that caused weird
14938         underlines to get drawn
14939
14940 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14941
14942         * gdk/linux-fb/gdkprivate-fb.h:
14943         Fix debug macros.
14944         
14945 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
14946
14947         * gdk/linux-fb/gdkprivate-fb.h:
14948         Added virtual functions set_pixel, get_color,
14949         fill_span and draw_drawable to the GC.
14950         Added global _gdk_fb_screen_gc to use instead of
14951         NULL when drawing to the screen.
14952         Added _gdk_fb_gc_calc_state() prototype.
14953
14954         * gdk/linux-fb/gdkgc-fb.c:
14955         Call _gdk_fb_gc_calc_state() on any gc state change.
14956
14957         * gdk/linux-fb/gdkglobals-fb.c:
14958         Add _gdk_fb_screen_gc
14959                 
14960         * gdk/linux-fb/gdkdrawable-fb2.c:
14961         _gdk_fb_gc_calc_state() calculates best functions
14962         for the GC state and depth.
14963         Moved bpp specialized code to separate functions.
14964         Added optimized 24 bpp AA draw_drawable.
14965
14966         * gdk/linux-fb/gdkevents-fb.c:
14967         Silence gcc warning.
14968
14969         * gdk/linux-fb/gdkimage-fb.c:
14970         Use _gdk_fb_screen_gc
14971
14972         * gdk/linux-fb/gdkwindow-fb.c:
14973         Init and use _gdk_fb_screen_gc
14974
14975         * gdk/linux-fb/mitypes.h:
14976         Remove unused types.
14977
14978 2000-11-14  Havoc Pennington  <hp@pobox.com>
14979
14980         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
14981         to pixels
14982
14983 2000-11-14  Havoc Pennington  <hp@pobox.com>
14984
14985         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
14986
14987         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
14988         unknown char, no real reason we were using a variable. 
14989         Remove gtk_text_unknown_char variable. Fix all the text widget
14990         files accordingly.
14991
14992         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
14993         since the Unicode spec seems to prefer that character for our
14994         purposes.
14995
14996 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
14997
14998         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
14999         value of g_getenv() isn't freeable, so g_strdup it.
15000
15001         * modules/input/inuktitut.c: Inuktitut input method.
15002
15003         * modules/input/Makefile.am: Build this.
15004         
15005 2000-11-14  Elliot Lee  <sopwith@redhat.com>
15006
15007         * gtk/Makefile.am: Install gtk.immodules, needed for operation
15008         of gtk programs.
15009
15010 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
15011
15012         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
15013         reversed > that was causing Home to go to end of previous line.
15014
15015         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
15016         modified-keypresses (leave for bindings.)
15017
15018         * modules/input/Makefile.am: Remove useless -export-dynamic
15019         from module LDFLAGS.
15020
15021 2000-11-14  Havoc Pennington  <hp@redhat.com>
15022
15023         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
15024         higher.
15025
15026         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
15027         account. Also, render rise, underline, background, etc. for
15028         pixbufs as well as text. Also, draw underlines one pixel higher.
15029
15030         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
15031         PangoAttribute for the rise, so it gets drawn properly. Also,
15032         add the GtkTextAppearance attribute for pixbuf/widget segments
15033         as well; we should go ahead and have rise, underline, background,
15034         stipple work for those
15035
15036         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
15037         Pango
15038
15039 2000-11-15  Tor Lillqvist  <tml@iki.fi>
15040
15041         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
15042
15043         * gtk/gtk.def: Update.
15044
15045         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
15046         included.
15047         (gtk_rc_get_im_module_file): Use run-time installation directory
15048         on Win32.
15049
15050         * gdk/win32/rc/gdk.rc: Remove.
15051         * gdk/win32/rc/gdk.rc.in: New file.
15052         * gdk/win32/rc/Makefile.am: New file
15053         * gdk/win32/Makefile.am: Corresponding changes.
15054
15055         * gtk/gtk.rc: Remove.
15056         * gtk/gtk-win32.rc.in: New file.
15057         * gtk/Makefile.am: Corresponding changes.
15058
15059         * configure.in: Corresponding changes.
15060
15061         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
15062         has a built gtkcompat.h. Developers using CVS code on Win32 can
15063         hand-edit it from gtkcompat.h.in.
15064
15065         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
15066         gtkcompat.h from gtkcompat.h.win32.
15067
15068 2000-11-14  Havoc Pennington  <hp@redhat.com>
15069
15070         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
15071         to default to GDK_ACTION_MOVE if the drag is within a single
15072         widget. Defaults to GDK_ACTION_COPY between widgets.
15073
15074 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
15075
15076         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
15077
15078         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
15079
15080         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
15081         srcdir != builddir
15082
15083         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
15084
15085         * configure.in (GTK_VERSION): Up to 1.3.2
15086
15087         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
15088         gtkimcontextxim.h
15089
15090         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
15091         missing doc comment.
15092
15093 2000-11-14  Alexander Larsson  <alexl@redhat.com>
15094
15095         * modules/linux-fb/basic.c:
15096         Use the glib iconv wrappers.
15097
15098 2000-11-13  Havoc Pennington  <hp@pobox.com>
15099
15100         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
15101         still more bugs.
15102
15103         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
15104         scroll the GdkWindows before realization.
15105
15106 2000-11-13  Havoc Pennington  <hp@redhat.com>
15107
15108         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
15109         where GC didn't always get updated properly
15110
15111         * demos/gtk-demo/textview.c (create_tags): Use subattributes
15112         of fonts instead of setting the entire font
15113
15114         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
15115         setting entire font
15116
15117         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
15118
15119         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
15120         a bunch of individually-settable font attributes. You can still 
15121         use the "font" and "font_desc" args, they just set all the font
15122         attributes at once.
15123
15124 2000-11-13 Elliot Lee <sopwith@redhat.com>
15125
15126         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
15127
15128 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
15129
15130         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
15131         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
15132
15133         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
15134         work better.
15135
15136 2000-11-13  Havoc Pennington  <hp@redhat.com>
15137
15138         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
15139         the module file.
15140
15141         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
15142         dest->language
15143
15144         * gtk/testtext.c: Test pixels above/below/inside paragraphs
15145         settings
15146
15147         * gtk/gtktextview.c: Implement object args and setters/getters for
15148         all the aspects of the GtkTextAttributes that are not set from
15149         GtkWidget attributes. This is spacing, justification, margins,
15150         etc.
15151
15152         (gtk_text_view_set_arg)
15153         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
15154         args
15155         (gtk_text_view_class_init): Add args for justify, left_margin,
15156         right_margin, indent, and tabs
15157         
15158
15159         * gtk/gtktextlayout.c (set_para_values): fix to display indent
15160         attribute properly
15161
15162         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
15163         replace with indent attribute
15164
15165         * gtk/gtktextlayout.c (set_para_values): multiply indent by
15166         PANGO_SCALE
15167
15168         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
15169         rearranging code to do that
15170         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
15171         i.e. don't subtract the top_margin first, just to keep
15172         all margin-futzing in one place.
15173
15174         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
15175
15176         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
15177         special case of last line, Pango now handles this itself.
15178         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
15179         Y coordinate
15180         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
15181         (find_display_line_above): wasn't moving the byte index as it
15182         iterated over lines, so always returned byte 0. Also, port to use
15183         PangoLayoutIter.
15184         (find_display_line_below): same problem as
15185         find_display_line_above. Also, port to use PangoLayoutIter.
15186
15187 2000-11-13  Alexander Larsson  <alexl@redhat.com>
15188
15189         * gdk/linux-fb/*.[ch]:
15190         Massive reindent to gtk+ standard. My hands hurt.
15191
15192         * gdk/linux-fb/gdkcolor-fb.c:
15193         Move GdkColorPrivateFB from inherited to windowing_data
15194
15195         * gdk/linux-fb/gdkcursor-fb.c:
15196         _gdk_cursor_new_from_pixmap made static
15197
15198         * gdk/linux-fb/gdkdnd-fb.c:
15199         GdkDragContextPrivate moved to windowing_data
15200
15201         * gdk/linux-fb/gdkdrawable-fb2.c:
15202         Removed endian.h, use glib endianness macros instead
15203         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
15204         and GDK_DRAWABLE_IMPL_FBDATA
15205
15206         * gdk/linux-fb/gdkfont-fb.c:
15207         Add empty gdk_font_load(). Needed for linking of Gtk+.
15208
15209         * gdk/linux-fb/gdkimage-fb.c:
15210         Removed endian.h, use glib endianness macros instead
15211         Moved GdkImagePrivateFB to windowing_data
15212         gdk_image_new_bitmap didn't always allocate enough
15213         memory.
15214
15215         * gdk/linux-fb/gdkinput-ps2.c:
15216         Added semi-working support for MS serial mice.
15217
15218         * gdk/linux-fb/gdkprivate-fb.h:
15219         s/GdkWindowPrivate/GdkWindowObject/
15220         Removed GdkWindowPrivate typedef
15221         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
15222         Removed GDK_DRAWABLE_P
15223         Move GdkColorPrivateFB from inherited to windowing_data
15224         Moved GdkImagePrivateFB to windowing_data
15225
15226         * gdk/linux-fb/gdkvisual-fb.c:
15227         Removed some unused debug code.
15228
15229         * gdk/linux-fb/gdkwindow-fb.c:
15230         Use stock cursors instead of including X headers.
15231         s/GdkWindowPrivate/GdkWindowObject/
15232
15233         * gdk/linux-fb/mitypes.h:
15234         Removed unused types.
15235
15236         * modules/linux-fb/basic.c:
15237         Use the pango fribidi wrappers.
15238
15239 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15240
15241         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
15242         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
15243         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
15244         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
15245         GEqualFunc where applicable.
15246         
15247         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
15248         pango_font_description_equal as changed in pango.
15249         
15250         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
15251
15252         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
15253
15254         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
15255
15256         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
15257
15258         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
15259
15260         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
15261
15262         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
15263         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
15264
15265         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
15266         gtk_rc_styles_compare -> gtk_rc_styles_equal.
15267
15268 2000-11-12  Havoc Pennington  <hp@pobox.com>
15269
15270         * demos/gtk-demo/Makefile.am (democodedir): change demo install
15271         dir to datadir/gtk+-2.0/demo
15272
15273         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
15274         sorts of text widget and Pango font bugs. Urgh.
15275
15276         * demos/gtk-demo/Makefile.am (demos): Add textview.c
15277
15278         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
15279         tree that you should double click to see the demo. Fix 
15280         types of variables to reflect changed return values from 
15281         GtkTreeStore and GtkTreeViewColumn constructors.
15282
15283         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
15284         newly-created buffer to prepare for GObject semantics
15285
15286         * gtk/testtext.c: don't leak the buffer with GObject semantics
15287
15288         * gtk/testtextbuffer.c: ditto
15289         
15290 2000-11-12  Havoc Pennington  <hp@pobox.com>
15291
15292         Rename this testgtk to gtk-demo to avoid confusion, and 
15293         install it so people can use it as a supplement to 
15294         the documentation.
15295         
15296         * demos/gtk-demo: Moved from demos/testgtk
15297
15298         * demos/testgtk: Removed
15299
15300         * configure.in: make Makefile in gtk-demo
15301         
15302         * demos/gtk-demo/Makefile.am: Install sample source to 
15303         datadir/gtk-demo (maybe there's a better place?), and 
15304         rename the binary to gtk-demo
15305         
15306         * demos/gtk-demo/main.c (load_file): Load installed sample
15307         source if source isn't found in pwd.
15308
15309 2000-11-09  Havoc Pennington  <hp@pobox.com>
15310
15311         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
15312         argument to set the char displayed when visibility == FALSE
15313         (gtk_entry_create_layout): If !entry->visible, replace 
15314         all chars with the "invisible char"
15315
15316         * gtk/testgtk.c: Test the invisible_char deal
15317         
15318 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
15319
15320         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
15321         can't get a native font in the right encoding.
15322
15323 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
15324
15325         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
15326         respectively.
15327
15328 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
15329
15330         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
15331         Fix warning when moving between paragraphs.
15332
15333         * gtk/gtkentry.[ch]: Change move => move_cursor, 
15334         delete => delete_from_cursor, insert => insert_at_cursor
15335
15336 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
15337
15338         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
15339
15340         * modules/input/imthai-broken.c: A Thai input method for use if
15341         Thai keys are really generating Latin1 keysyms.
15342
15343         * modules/input/Makefile.am: Build these.
15344
15345 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
15346
15347         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
15348         g_filename_{to,from}_utf8 now takes an extra parameter.
15349
15350         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
15351         strftime into UTF-8.
15352
15353         (column_from_x, gtk_calendar_paint_day_names): Support RTL
15354         calendars.
15355
15356         (gtk_calendar_paint_day_names): Draw day names in the right 
15357         place.
15358         
15359 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
15360
15361         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
15362         problem with using result of g_get_charset() backwards -
15363         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
15364
15365         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
15366         negative min_width/height and max_width/height to
15367         mean "requisition"; this allows setting a window
15368         to be user-resizable in only one direction easily.
15369
15370         * gtk/testgtk.c (create_main_window): Remove hard-coded
15371         usize - set a default size in the vertical direction.
15372
15373 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
15374
15375         * gtk/gtkrange.c: Add some missing casts. Support 
15376         2 and 3 button clicks on the arrows to mean 
15377         "move by pages" and "jump to end". (Like gtkspinbutton)
15378
15379 2000-11-12 Hans Breuer <Hans@Breuer.Org>
15380
15381         * gdk/win32/makefile.msc : reflect build module changes
15382
15383         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
15384         from GdkPixmap*, cast implementation member instead.
15385
15386         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
15387         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
15388         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
15389         more Gdi functions return value checking. 
15390         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
15391         GdkImagePrivateWin32 *.
15392
15393         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
15394         menus useable again. Add #pragma message to keep reminded on this issue.
15395         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
15396         windows. This allows to enable backing store on Win32!
15397
15398         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
15399         in drawable is of impl type. Correct specific type checks appropriate.
15400  
15401         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
15402         GDK_WINDOW_DESTROYED before allocating new resources.
15403
15404         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
15405
15406         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
15407         (gdk_window_foreign_new) initialize parent handle.
15408         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
15409
15410         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
15411         Let the GDI invalidate the window on MoveWindow call to fix scrolling
15412         problems (e.g. main buttons in testgtk). 
15413
15414 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
15415
15416         * gtk/gtkentry.c (gtk_entry_key_press): Call 
15417         gtk_widget_activate for GDK_Return.
15418
15419         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
15420         of preedit cursor position.
15421
15422 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
15423
15424         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
15425         static.
15426
15427 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
15428
15429         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
15430         out support for multiple locales; that simple doesn't
15431         work reliably with current Xlib
15432
15433         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
15434         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
15435         Add support for positioning the cursor within the preedit string.
15436
15437 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
15438
15439         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
15440         at XIM input method module.
15441
15442         * gtk/gtktextview.c: Check for bindings after passing
15443         events to im context filter.
15444
15445 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
15446
15447         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
15448         empty attribute lists properly.
15449
15450 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
15451
15452         * gtk/queryimmodules.c (main): Return non-zero exit
15453         status if errors were encountered querying any
15454         modules.
15455
15456         * modules/input/Makefile.am (moduledir): remove
15457         leftover bin program target.
15458
15459         * docs/make-todo: Fix typo in error message.
15460
15461 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
15462
15463         * configure.in: Add modules/input/Makefile
15464
15465 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
15466
15467         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
15468         don't include gtkthemes.h.
15469
15470         * gtk/testgtk.c gtk/testtext.c: Set environment variables
15471         to point
15472
15473         * gtk/Makefile.am: Add new .c and .h files, build 
15474         gtk-query-immodules and use it to create a gtk.immodules
15475         file for use of test programs.
15476
15477         * gtk/gtkpreview.c: remove extra blank line.
15478
15479 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
15480
15481         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
15482         Add the ability to add extra tables beyond the default
15483         one, and also the ability to have compose sequences 
15484         that are prefixes of other compose sequences. 
15485
15486         * gtk/gtkimcontextsimple.c: Export a preedit string which
15487         consists of possible candidates for keystrokes that have
15488         been entered but not yet committed.
15489
15490         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
15491         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
15492
15493         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
15494         Add a function to add input-method switching menu items
15495         to a menu.
15496
15497         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
15498         when switching input methods.
15499
15500         * gtk/gtkimcontextsimple.[ch]: Change the format of
15501         the compose table to allow compose tables of different
15502         lengths / sequence.
15503
15504 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
15505
15506         * gtk/gtkimmodule.[ch]: Support routines for loading
15507         GtkIMContext implementations dynamically at runtime.
15508
15509         * modules/input/imcyrillic-translit.c: A sample input
15510         method (based on GtkIMContextSimple with an extra table),
15511         which demonstrates preedit strings and the module
15512         system for input modules
15513
15514         * gtk/queryimmodules.c: Program to query the available
15515         input modules and write the results into a file.
15516          
15517         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
15518         extra config options "im_module_file" (cache file for
15519         input method modules), and "im_module_path" - path
15520         to look for modules when generating cache file.
15521
15522         This doesn't scale.
15523
15524 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
15525
15526         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
15527         generic code from gtkthemes into a new abstraction
15528         GtkModule which has the logic for implementing
15529         a loadable module which implements a number of 
15530         GObject types.
15531
15532 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
15533
15534         * gtk/gtkeditable.[ch]: Convert GtkEditable from
15535         a class into an interface  
15536         
15537         * gtk/gtkoldeditable.[ch]: Move the old editable
15538         implementation into here, so legacy widgets can
15539         still rely on the implemenation. GtkOldEditable
15540         exports GtkEditable. Make selection handling
15541         code use new text conversion functions (and
15542         handle UTF-8 as a side-effect). Use GtkClipboard
15543         for CLIPBOARD.
15544
15545         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
15546         Adopt to match above changes.
15547
15548         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
15549         avoid GtkOldEditable implementation. Restructure
15550         to reduce number of places that modify state directly.
15551         Move to GtkBindingSet. Display the preedit string.
15552         Queue recomputation of PangoLayout and scroll position
15553         to improve effiency of doing complex changes naively.
15554         Add a menu with cut/copy/paste and input method selection.
15555
15556 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
15557
15558         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
15559         to set preedit string and attributes; display preedit string by
15560         inserting string and attributes at cursor when creating the
15561         GtkTextLineDisplay.
15562
15563         * gtk/gtktextlayout.c: Move all conversions between byte
15564         positions in PangoLayout and GtkTextIter into new functions
15565         line_display_iter_to_index/index_to_iter that properly
15566         handle the preedit string.
15567
15568         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
15569         it to return const char * (eventually will end up
15570         as GCONST char *, most likely.)
15571
15572         * gtk/gtktextview.[ch]: Handle the preedit string, call
15573         gtk_im_context_reset() as necessary, add a menu to switch
15574         input methods.
15575         
15576         * gtk/gtktextlayout.[ch]: Remove useless
15577         gtk_text_layout_get_log_attrs() function.
15578
15579 2000-11-11  Tor Lillqvist  <tml@iki.fi>
15580
15581         * gdk/gdk.def
15582         * gtk/gtk.def: Update.
15583
15584         * gdk/win32/*.c: Add last argument to g_type_register_static()
15585         calls.
15586
15587         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
15588
15589         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
15590         generated by older wheel mouse drivers. Get the correct y
15591         coordinate from WM_MOUSEWHEEL messages.
15592
15593         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
15594         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
15595         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
15596         Debugging functions.
15597
15598         * gdk/win32/gdkprivate-win32.h: Declare them.
15599
15600         * gdk/win32/gdkinput-win32.h: Add declaration for
15601         gdk_input_window_destroy().
15602
15603         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
15604
15605 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
15606
15607         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
15608         function to help handle keeping things in sync.
15609
15610 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
15611
15612         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
15613         BOXED marshallers.
15614
15615         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
15616         (gtk_list_store_class_init): use the new BOXED marshallers.
15617
15618         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
15619         new_with_values to new_with_types.
15620         (gtk_tree_store_get_column_type): add this.
15621         (gtk_tree_store_class_init): use the new BOXED marshallers.
15622
15623         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
15624         mirror some POINTER marshallers.
15625
15626 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
15627
15628         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
15629         allow more interesting iterators.  Also, made the lifecycle of
15630         iterators more explicit.
15631
15632         * gtk/gtktreemodelsort.[ch]: New model for sorting.
15633
15634         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
15635         types.
15636
15637 2000-11-09  Alexander Larsson  <alexl@redhat.com>
15638
15639         * demos/testgtk/menus.c:
15640         Changes to make the new testgtk compile after
15641         gtk_menu_append was removed.
15642
15643         * gdk/linux-fb/gdkdrawable-fb2.c
15644         (gdk_fb_get_depth, gdk_fb_get_visual,
15645         gdk_drawable_impl_fb_class_init): Implement
15646         these drawable functions. Now GtkImages work again.
15647
15648         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
15649
15650         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
15651         
15652         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
15653         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
15654         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
15655         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
15656
15657 2000-11-08  Havoc Pennington  <hp@pobox.com>
15658
15659         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
15660         visible_set args, don't know where these had gone, I thought they
15661         used to be there
15662
15663         * gtk/testtext.c: Add a menu item to apply invisibility tag;
15664         now we can test the feature and see that it's totally broken.
15665
15666 2000-11-08  Havoc Pennington  <hp@pobox.com>
15667
15668         Make DND copy pixbufs and tags when source and target share a 
15669         tag table.
15670         
15671         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
15672         in-process GTK_TEXT_BUFFER_CONTENTS target
15673         (gtk_text_view_drag_data_received): Paste from
15674         GTK_TEXT_BUFFER_CONTENTS if we receive it.
15675
15676 2000-11-08  Alexander Larsson  <alexl@redhat.com>
15677
15678         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
15679         API changes.
15680
15681         * gtk/gtkmenu.c: Add support for scrolling menus.
15682         Remove gtk_menu_append/prepend/insert, these have been moved to
15683         gtkcompat.h as #defines.
15684
15685         * gtk/gtkcompat.h.in:
15686         Add compatibility #defines for gtk_menu_append/prepend/insert
15687
15688         * gtk/gtkmenu.h: Add data needed for scrolling menus.
15689         GtkMenuPositionFunc gets an extra argument push_in.
15690         gtk_menu_append/prepend/insert removed.
15691         
15692         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
15693         positioning behaviour to fit to scrolling menus.
15694
15695         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
15696         into menuitem->submeny. That is wrong, and broke torn
15697         off submenus of torn off menus, since they were unrealized
15698         when the first menu was unrealized.
15699
15700         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
15701         gtk_menu_shell_select_item() since these need to be overridden in
15702         GtkMenu.
15703
15704         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
15705         positioning behaviour to fit to scrolling menus.
15706         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
15707         the current item so that it is prelighted when the menu pops up.
15708         This is a workaround to the fact that the menu doesn't get the
15709         initial enter event (due to grabs).
15710
15711         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
15712         s/gtk_menu_append/gtk_menu_shell_append/
15713
15714         * gtk/gtknotebook.c:
15715         s/gtk_menu_insert/gtk_menu_shell_insert/
15716
15717         * gtk/testgtk.c (create_menu, create_menus):
15718         Create the first menu with 50 items so that menu scrolling
15719         can be tested.
15720         
15721         
15722         Patch from Jonathan Blandford  <jrb@redhat.com>
15723
15724         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
15725         system to handle size requests.  First, we ask what the size of
15726         the toggle is.  Then, when allocating the size, we allocate the
15727         toggle_size first.  This way we can have multiple menu-item
15728         classes w/o needing a seperate class for each.
15729
15730         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
15731         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
15732
15733         * gtk/gtkcheckmenuitem.c
15734         (gtk_check_menu_item_toggle_size_request): New function to handle
15735         the toggle size-request.
15736
15737 2000-11-07  Havoc Pennington  <hp@redhat.com>
15738
15739         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
15740         Half-ass somewhat fix this function, so that scrolling to the
15741         insertion point works. Pango hacking is in the future to really
15742         fix it.
15743
15744         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
15745         length of data, no longer used.
15746
15747         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
15748         method contents in here, get rid of destroy method
15749         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
15750         that were backward. Remove debug spew.
15751         (cut_or_copy): Make the clipboard work with insert_range to
15752         preserve tags and pixbufs, not just the primary selection.
15753
15754 2000-11-07  Havoc Pennington  <hp@redhat.com>
15755
15756         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
15757         to gtk_text_mark_get_visible
15758
15759         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
15760         bug that was generating an invalid iterator
15761
15762         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
15763         ensure_char_offsets() in front of code placing the iter in an
15764         invalid state.
15765
15766         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
15767         make override_location arg const
15768         (paste): Replace the selection if we paste into the 
15769         current selection
15770
15771         * gtk/gtkselection.h: Remove "GtkSelectioData"
15772         (struct _GtkSelectionData): move the definition here.
15773
15774         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
15775         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
15776
15777         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
15778
15779         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
15780         (gtk_text_buffer_insert_range_interactive): implement
15781         (gtk_text_buffer_get_tags): Remove, replaced by
15782         gtk_text_iter_get_tags()
15783
15784         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
15785         limit parameter, to avoid infinite linear scan.
15786         (gtk_text_iter_backward_search): Add search limit
15787         (gtk_text_iter_forward_find_char): Add search limit
15788         (gtk_text_iter_backward_find_char): Add search limit
15789
15790 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
15791
15792         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15793         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
15794         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
15795         gdk/linux-fb/gdkwindow-fb.c:
15796         use g_object_new() instead of g_type_create_instance() which
15797         is a private function for fundamental type implementations.
15798
15799         * gdk/linux-fb/gdkinput-ps2.c:
15800         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
15801         instead just store the current modifier state. Add a (somewhat broken)
15802         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
15803         Rename exported function gdk_input_ps2_get_mouseinfo to
15804         gdk_input_get_mouseinfo.
15805
15806         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
15807         gdk/linux-fb/gdkwindow-fb.c:
15808         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
15809         
15810
15811 2000-11-02  Havoc Pennington  <hp@redhat.com>
15812
15813         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
15814         use stock buttons. Should be 100% source compatible, appropriate
15815         filesel fields now point to dialog->vbox and dialog->action_area.
15816         On the bizarre side, dialog->action_area and filesel->action_area
15817         are not the same widget.
15818         (gtk_file_selection_init): Put some padding around the selection
15819         entry, so it isn't touching the GtkDialog separator.    
15820
15821         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
15822         use stock buttons, etc. Should also be source compatible.
15823         Set the dialog default title in _init not _new().
15824         
15825         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
15826         Use stock buttons; don't put a button box inside the existing
15827         dialog button box. Don't bother with push/pop colormap anymore.
15828
15829         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
15830         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
15831         for message dialog, and necessary for the font selection and color
15832         selection with help and apply buttons.
15833         
15834         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
15835         to the created button widget. Set GTK_CAN_DEFAULT on the button.
15836         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
15837         between buttons, put less padding around the action area.
15838         (gtk_dialog_run): Exit on unmap rather than on destroy. 
15839         This will also exit the loop if the widget is hidden.
15840         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
15841         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
15842         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
15843         special-case delete event.
15844
15845         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
15846         formatting
15847         
15848 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
15849
15850         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
15851         button to temporarily disable position recording in the
15852         "saved position" test.
15853
15854 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
15855
15856         * gtk/gtkthemes.c: added compat code that temporarily implements
15857         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
15858         going to be revamped by owen's upcoming GtkModule patches, but
15859         untill then people want gtk to build, right? ;)
15860
15861 2000-11-04  Havoc Pennington  <hp@pobox.com>
15862
15863         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
15864         list
15865
15866         * docs/Changes-2.0.txt: Add note about
15867         gtk_container_get_toplevels()
15868
15869         * gtk/gtktextview.h: formatting
15870         
15871         * gtk/gtktextview.c: don't start descriptions with "Returns",
15872         confuses gtk-doc
15873
15874 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
15875
15876         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
15877         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
15878
15879 2000-11-03  Havoc Pennington  <hp@redhat.com>
15880
15881         * gtk/gtktexttagtable.c: Docs
15882         (gtk_text_tag_table_size): return a signed int
15883
15884         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
15885         (gtk_text_tag_event): make the event_object a GObject
15886
15887         * gtk/gtktextview.c: Write API docs for all functions.
15888
15889         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
15890         for gtk_text_view_get_window_type() called on one of the private
15891         windows.
15892
15893         * gtk/gtktextview.c: Instead of accessing text_view->buffer
15894         directly, call get_buffer() which demand-creates a default
15895         buffer. So gtk_text_view_new() can be used to create a view with a
15896         default buffer in it, if you just want an empty text box users can
15897         put data in. Useful for GUI builders also.
15898
15899 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
15900
15901         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
15902         the charset encodign portion MUST be in lowercase.
15903         * gtk/gtkrc.az: added file for Azeri language
15904
15905 2000-11-03  Havoc Pennington  <hp@redhat.com>
15906
15907         Get widgets working on the btree/buffer side. Display of them 
15908         still doesn't work.
15909         
15910         * gtk/gtktextview.c: start implementing child widget stuff
15911
15912         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
15913
15914         * gtk/gtktextlayout.c: handle embedded widgets
15915
15916         * gtk/gtktextdisplay.c: handle embedded widgets
15917
15918         * gtk/gtktextchild.c: Implement all the child anchor goo
15919
15920         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
15921         function
15922
15923         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
15924         (insert_pixbuf_or_widget_segment): abstract out common portions of 
15925         creating a child anchor or a pixbuf segment.
15926         (gtk_text_btree_create_child_anchor): new function
15927         (gtk_text_btree_unregister_child_anchor): new function
15928
15929         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
15930         allocate_child signal on GtkTextLayout
15931
15932         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
15933         values
15934         (gtk_text_iter_get_child_anchor): new function
15935
15936         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
15937         default handler for the changed signal, which calls
15938         gtk_text_buffer_set_modified(), instead of just always emitting
15939         changed then calling set_modified() manually. I guess this is
15940         maybe more flexible. It seems logical.
15941
15942 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
15943
15944         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
15945         now.
15946
15947         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
15948
15949 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
15950
15951         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
15952         been marked static.
15953
15954 2000-11-02  Havoc Pennington  <hp@redhat.com>
15955
15956         * gtk/testgtk.c (create_labels): had a test backward
15957
15958         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
15959         fields, so the dest GC ends up with the correct clip origin, 
15960         etc. Fixes a bug where colored labels didn't redraw 
15961         properly.
15962
15963 2000-11-02  Alexander Larsson  <alexl@redhat.com>
15964
15965         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
15966         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
15967         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
15968         Add last argument to t_type_register_static call.
15969         
15970         * gdk/linux-fb/gdkdrawable-fb2.c:
15971         Add last argument to t_type_register_static call.
15972         export the get_image drawable virtual function.
15973
15974         * gdk/linux-fb/gdkimage-fb.c:
15975         Add last argument to t_type_register_static call.
15976         rename gtk_image_get to _gdk_fb_get_image and
15977         export it for use by gdkdrawable-fb2.
15978
15979         * gdk/linux-fb/gdkprivate-fb.h:
15980         export _gdk_fb_get_image.
15981
15982         * gdk/linux-fb/gdkselection-fb.c:
15983         Add new api call stubs.
15984
15985         * gtk/Makefile.am:
15986         Missing ( in linux-fb part.
15987
15988         * modules/linux-fb/Makefile.am:
15989         Must link with gdk_pixbuf or get unresolved symbol.
15990
15991 2000-11-01  Havoc Pennington  <hp@pobox.com>
15992
15993         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
15994         GTK_TYPE_TEXT_ITER and BOXED marshallers
15995
15996         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
15997
15998         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
15999         
16000         * gtk/gtk-boxed.defs: add GtkTextIter
16001
16002         * gtk/gtkmarshal.list: Add marshallers for text widget that 
16003         properly use OBJECT and BOXED
16004
16005 2000-11-01  Havoc Pennington  <hp@redhat.com>
16006
16007         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
16008
16009         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
16010         before returning it. 
16011         
16012 2000-11-01  Havoc Pennington  <hp@redhat.com>
16013
16014         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16015         Clip the rectangle to be rendered to the drawable, since
16016         get_from_drawable() requires a region within the drawable
16017
16018 2000-11-01  Havoc Pennington  <hp@redhat.com>
16019
16020         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
16021         from coordinates.
16022
16023 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
16024
16025         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
16026         it isn't NULL.
16027
16028 2000-11-01  Havoc Pennington  <hp@pobox.com>
16029
16030         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
16031         on a label
16032         (gtk_label_finalize): unref the attr list if any.
16033
16034         * gtk/testgtk.c (create_get_image): close test on second click
16035         (make_message_dialog): close dialog if it exists
16036
16037         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
16038
16039         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
16040         gdk-pixbuf
16041
16042         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
16043         from Pango markup format
16044         (gtk_label_set_markup_with_accel): ditto but with accelerator
16045         parsing
16046
16047         * gtk/gtkimage.c (gtk_image_expose): reformatting.
16048
16049         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
16050         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
16051         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
16052         call gdk_window_get_origin().
16053
16054         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16055         implement GDK_PIXBUF_ALPHA_FULL
16056         
16057 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
16058
16059         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
16060         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
16061         g_signal_handlers_disconnect_matched to block/unblock and disconnect
16062         multiple handlers respectively, instead of only treating the
16063         first handler found (bug reported by owen).
16064
16065 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
16066
16067         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
16068
16069         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
16070
16071         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
16072         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
16073         gtk/gtktreeviewcolumn.h: Fixed inline docs.
16074
16075         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
16076         widget.  Needs writing someday.
16077
16078         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
16079         the docs.
16080
16081 2000-10-30  Havoc Pennington  <hp@redhat.com>
16082
16083         * gtk/gtktextview.h, gtk/gtktextview.c:
16084         Rename delete_at_cursor delete_from_cursor, and 
16085         move to move_cursor.
16086
16087 2000-10-30  Havoc Pennington  <hp@redhat.com>
16088
16089         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
16090         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
16091         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
16092         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
16093         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
16094         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
16095         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
16096         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
16097         gtktexttypes.h, gtktextview.c, gtktextview.h:
16098
16099         Massive reindentation and reformatting. Arg alignment and comments
16100         still need fixing in various places.
16101
16102 2000-10-30  Havoc Pennington  <hp@redhat.com>
16103
16104         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
16105         to be named insert_at_cursor and delete_at_cursor so C++ can
16106         handle them.
16107
16108 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16109
16110         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
16111         to get a double directory separator in case the home directory
16112         ends with one. This would cause trouble especially on Windows,
16113         where the path will be confused with the syntax for an an UNC
16114         (network share) path \\server\share\path.
16115         (gtk_rc_add_initial_default_files): Ditto.
16116
16117 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
16118
16119         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
16120
16121         * gtk/gtktextview.c: Use correct marshallers.
16122
16123 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
16124
16125         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
16126         use new iter stuff, and added all the appropriate signals et al.
16127
16128         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
16129         code is internal to gtk only.
16130
16131 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16132
16133         * gtk/gtk.def
16134         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
16135         glib-genmarshal etc.
16136
16137 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
16138
16139         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
16140         parallel builds.
16141
16142 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
16143
16144         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
16145
16146 2000-10-27  Robert Brady  <robert@suse.co.uk>
16147
16148         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
16149         en_GB (British), ia (Interlingua).
16150
16151 2000-10-26  Havoc Pennington  <hp@redhat.com>
16152
16153         * gtk/gtktextiter.c (my_strrstr): fix constness warning
16154
16155         Fixed output of:
16156         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
16157         
16158         * gtk/gtktextsegment.c (char_segment_new): rename
16159         (_char_segment_new_from_two_strings): rename
16160         (_toggle_segment_new): rename
16161         
16162         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
16163         (make_clipboard_widget): make it static
16164         (text_get_func): static
16165         (text_clear_func): static
16166
16167         * gtk/gtkcolorsel.c (adjustment_changed): make this function
16168         static
16169         (hex_changed): make it static
16170         (hsv_changed): make it static
16171         (opacity_entry_changed): make it static
16172
16173         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
16174         (toggle_segment_check_func): rename with _gtk
16175
16176         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
16177         (_widget_segment_new): rename
16178         (_widget_segment_add): rename
16179         (_widget_segment_remove): rename
16180         (_widget_segment_ref): rename
16181         (_widget_segment_unref): rename
16182
16183         * gtk/gtktextmark.c (_mark_segment_new): Rename
16184         _gtk_mark_segment_new   
16185
16186 2000-10-26  Havoc Pennington  <hp@redhat.com>
16187
16188         * gtk/gtkmarshal.list: add new marshallers used by the text widget
16189         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
16190         types
16191
16192         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
16193         marshaller types
16194
16195         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
16196         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
16197         license on these files.
16198
16199         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
16200         work.
16201
16202         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
16203         runtime random number different for each tree, instead of 
16204         a constant I made up.
16205
16206 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
16207
16208         * gtk/Makefile.am: buncha cleanups, kludged build sources
16209         dependencies with a Makefile: oldest-source-stamp dependancy
16210         for the moment. automake is really fighting us here, with
16211         intentionally not allowing user-defined rules or dependancies
16212         prior to it's -include $(DEP_FILES) statement. sucks rocks!
16213
16214         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
16215         to public headers. tehy have a comment stating that they are
16216         "semi-public" aren't included by gtk.h and if enums popup there,
16217         they can be /*< skip >*/-ed.
16218
16219         * gtk/gtktextlayout.h: 
16220         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
16221         added LGPL... <SIGH>
16222
16223 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
16224
16225         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
16226         GtkTreeIter.  Added iterators everywhere.
16227
16228         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
16229
16230         * gtk/gtktreeviewselection.c: Changed to use the iterators.
16231
16232         * gtk/gtktreestore.c: Changed to use the iterators.
16233
16234         * gtk/gtkliststore.c: Commented out the code.  Will convert to
16235         iterators tomorrow.
16236
16237         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
16238         iterators tomorrow.
16239
16240         * gtk/treestoretest.c: Changed to use iterators.
16241
16242         * demos/testgtk/main.c: Moved to use the new iterator system.
16243
16244 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
16245
16246         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
16247         localization misbehaviour.
16248
16249         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
16250         a useless type without copy/free.
16251
16252         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
16253         of GTK_TYPE_CTREE_NODE.
16254
16255 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
16256
16257         * gtk/gtksignal.c:
16258         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
16259         applicable.
16260
16261         * gtk/gtk-boxed.defs (GtkSelectionData): specify
16262         gtk_selection_data_copy and gtk_selection_data_free
16263         do GtkSelectionData work as params in signals.
16264
16265 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
16266
16267         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
16268         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
16269         couldn't they at least give it a non-standard name?
16270         
16271         * gtk/gtktextlayout.c: arg! yet another implementation of
16272         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
16273
16274         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
16275         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
16276         home. now i know this _is_ a conspiracy.
16277
16278         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
16279         ::state-changed.
16280
16281         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
16282         (gtk_accel_group_create_add): marshaller signature fixups.
16283
16284         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
16285         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
16286
16287         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
16288         anymore.
16289
16290 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
16291
16292         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
16293         due to the signal system changes, it wouldn't build currently. to
16294         be fixed soon.
16295
16296         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
16297
16298         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
16299         so it needs gtk_marshal_VOID__ENUM() instead of
16300         gtk_marshal_NONE__UINT().
16301
16302         * gdk/gdk*.c: adapted type registration functions.
16303
16304         * gtk/gtkbindings.c:
16305         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
16306         gone.
16307
16308         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
16309
16310         * gtk/gtkobject.c:
16311         (gtk_object_destroy):
16312         (gtk_object_shutdown): fixed recursion guards. basically we have to
16313         catch the case where any of GObject.shutdown() or gtk_object_destroy()
16314         is called during ::destroy, and avoid recursion there.
16315
16316         * gtk/gtktypeutils.c:
16317         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
16318         boxed_copy/boxed_free. this needs a more general solution based on a
16319         publically installed code-generator utility.
16320
16321         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
16322         glib's gobject has support for that now.
16323         define GtkSignalMarshaller in terms of GSignalCMarshaller.
16324
16325 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
16326
16327         * gtk/gtksignal.[hc]:
16328         * gtk/gtkmarshal.[hc]:
16329         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
16330         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
16331         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
16332         care of that.
16333
16334         * *.c: marshaller name fixups.
16335
16336         * gtk/gtkmarshal.list: added a comment briefing the format.
16337
16338 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
16339
16340         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
16341         compatibility macros here now. more specifically, most of
16342         the API is preserved (yes, _most_, nonwithstanding the
16343         following exceptions listed, the API is stil lHUGE ;)
16344         things that got removed completely:
16345         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
16346         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
16347         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
16348         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
16349         gtk_signal_remove_emission_hook().
16350         non-functional functions variants:
16351         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
16352         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
16353         not supported anymore.
16354         (gtk_signal_compat_matched): new internal function to aid
16355         implementation of the compatibility macros, it  provides
16356         functionality to block/unblock/disconnect handlers based
16357         on func/data.
16358
16359         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
16360
16361         * *.c: adaptions to new type registration API signatures.
16362
16363 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
16364
16365         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
16366
16367 2000-10-25  Robert Brady  <robert@suse.co.uk>
16368
16369         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
16370         gdk_property_delete): If window == NULL, assume the root window.
16371         (restoring the behaviour that was in 1.2).
16372         
16373         * gtk/testtext.c (save_buffer): Allow creation of new files when
16374         saving.
16375
16376         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
16377         calls to read().
16378
16379 2000-10-25  Tor Lillqvist  <tml@iki.fi>
16380
16381         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
16382
16383         * gdk/win32/gdkdrawable-win32.c
16384         * gdk/win32/gdkimage-win32.c
16385         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
16386         X11 backend.
16387
16388         * gdk/win32/gdkcc-win32.c
16389         * gdk/win32/gdkcolor-win32.c
16390         * gdk/win32/gdkfont-win32.c
16391         * gdk/win32/gdkinput-win32.c
16392         * gdk/win32/gdkmain-win32.c
16393         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
16394
16395 2000-10-24  Havoc Pennington  <hp@redhat.com>
16396
16397         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
16398         it a static function
16399
16400         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
16401         redraw text when a tag is applied to it.
16402
16403         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
16404         (gtk_text_tag_affects_nonsize_appearance): private functions to
16405         see if a tag requires various kinds of redraw/layout to be queued
16406         up.
16407
16408         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
16409
16410         * gtk/testtext.c (fill_example_buffer): Put the cursor 
16411         at the start of the buffer, so search works by default
16412
16413         * gtk/gtktextiter.c (lines_match): init match_start always
16414
16415         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
16416         function, get iter at a line + a byte index
16417
16418         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
16419         to set byte position within a line
16420         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
16421
16422 2000-10-23  Havoc Pennington  <hp@redhat.com>
16423
16424         * gtk/testtext.c: Re-enable the "find" dialog
16425
16426         * gtk/testgtk.c: Add test for gdk_drawable_get_image
16427         
16428         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
16429         the arguments to gdk_draw_drawable were in the wrong order
16430         (gdk_window_paint_init_bg): This function was ignoring the
16431         init_region, instead of clipping to it, so the entire backing
16432         pixmap was cleared on every begin_paint()
16433         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
16434         was in here again, the loop kept using the same GtkWindowPaint
16435         over and over.
16436         (gdk_window_begin_paint_region): Fix a bug where we had two
16437         x_offset instead of x_offset and y_offset
16438
16439         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
16440         before we get the image.
16441         (gdk_draw_drawable): get the composite before we draw the drawable.
16442         (gdk_drawable_real_get_composite_drawable): default
16443         get_composite_drawable implementation that returns the drawable 
16444         itself
16445
16446         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
16447         get_composite_drawable virtual function
16448
16449         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
16450         list-walking bug
16451
16452         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
16453         make this work if the source drawable is a GdkDrawableImplX11
16454         instead of a public drawable type. This is really broken; the
16455         problem is that GdkDrawable needs a virtual method get_xid(), but
16456         of course that doesn't work in practice. Enter RTTI.
16457
16458         Also, improve mismatched depth message.
16459
16460         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
16461         GdkPixmap
16462
16463         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
16464         install _gdk_x11_get_image as our implementation of get_image
16465         
16466         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
16467         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
16468
16469         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
16470         gdk_drawable_get_image
16471
16472         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
16473
16474         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
16475         get_image
16476
16477         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
16478         trailing semicolon after for loop
16479
16480 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
16481
16482         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
16483         where font_desc for widget's context lagged widget's font_desc by
16484         one step.
16485
16486 2000-10-22  Tor Lillqvist  <tml@iki.fi>
16487
16488         * gdk/win32/gdkgc-win32.c
16489         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
16490
16491         * gtk/makefile.mingw.in
16492         * gtk/gtk.def: Updates.
16493
16494         * gtk/testgtk.c: sleep() is called _sleep in MS's C
16495         library.
16496
16497         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
16498
16499         * gtk/makefile.msc: Remove
16500
16501         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
16502
16503         * gtk/Makefile.am: Add it.
16504
16505         * configure.in: Generate it.
16506
16507         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
16508         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
16509         something even if not implemented, to satisfy picky MSVC.
16510
16511         Patches by Hans Breuer:
16512         
16513         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
16514         SetBkMode() and SetTextAlign() before calling
16515         pango_win32_render().
16516
16517         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
16518         Set hcliprgn to NULL after destroying it.
16519         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
16520
16521         * gdk/win32/gdkgeometry-win32.c
16522         (_gdk_windowing_window_queue_antiexpose): More effective
16523         implementation.
16524
16525         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
16526         depth as default, not the visual's.
16527
16528         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
16529         against empty title.
16530
16531         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
16532         IMAGE_PRIVATE_DATA.
16533
16534         * gdk/win32/gdkimage-win32.c: Use it.
16535
16536 2000-10-22  Robert Brady  <robert@suse.co.uk>
16537
16538         * configure.in: Check for bind_textdomain_codeset
16539
16540         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
16541         present, make use of it.
16542
16543         Add a translatable string "default:LTR" which, if translated
16544         to "default:RTL", will cause the default direction to be
16545         Right-to-Left.
16546
16547         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
16548         direction if marked as flippable.
16549
16550         * gtk/gtkhscale.c: Mark widget as flippable.
16551         
16552 2000-10-04  Havoc Pennington  <hp@redhat.com>
16553
16554         * gtk/testgtk.c (create_buttons): create some stock buttons
16555         with the default accel group
16556         (create_image): test some new GtkImage features
16557         (make_message_dialog): test GtkMessageDialog
16558         (create_modal_window): fix someone's bizzarro indentation
16559
16560         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
16561         GTK_WIN_POS_CENTER_ON_PARENT. 
16562         Add "destroy with parent" setting, which means the window goes
16563         away with its transient parent.
16564         (gtk_window_get_default_accel_group): get the default accel group
16565         for the window.
16566         (gtk_window_set_destroy_with_parent): set/unset destroy with
16567         parent flag
16568         (gtk_window_read_rcfiles): invalidate icon set caches
16569         after reloading rcfiles 
16570
16571         * gtk/gtkenums.h (GtkWindowPosition): add
16572         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
16573         on its parent window when the dialog is mapped for the first time.
16574
16575         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
16576         a simple message dialog class
16577         
16578         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
16579         handler to emit response signal, and maybe later it would
16580         honor a hide_on_delete flag - though that isn't there yet.
16581         Set border width on the vbox to 2, so we get some padding.      
16582         Use a button box for the action area.
16583         (gtk_dialog_key_press): synthesize a delete event if Esc
16584         is pressed and the GtkWidget key press handler didn't 
16585         handle the escape key.
16586         (gtk_dialog_new_with_buttons): new function creates a dialog
16587         with some default buttons in it.
16588         (gtk_dialog_add_action_widget): add an activatable widget
16589         as a button in the dialog - you can also add a non-activatable
16590         widget by accessing the action area directly.
16591         (gtk_dialog_add_button): add a simple button - stock ID or 
16592         label - to the action area
16593         (gtk_dialog_response): emit response signal
16594         (gtk_dialog_run): block waiting for the dialog, return 
16595         the response. Override normal delete_event behavior, so that 
16596         delete_event does nothing inside gtk_dialog_run().
16597
16598         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
16599         emitted when an action widget is clicked or the dialog gets
16600         delete_event
16601
16602         * gtk/gtk.h: add gtkmessagedialog.h
16603
16604         * gtk/Makefile.am: add gtkmessagedialog.[hc]
16605
16606 2000-10-18  Havoc Pennington  <hp@redhat.com>
16607
16608         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
16609         where any number of empty lines would get skipped
16610
16611         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
16612         edge.
16613
16614         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
16615         warning about invalid iterators (explain more thoroughly)
16616         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
16617
16618         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
16619         big
16620
16621         * demos/*.c: Add error handling
16622
16623         * gtk/gtktextbuffer.c: don't modify const iterators
16624
16625         * gtk/gdk-pixbuf-loader.c: Add full error handling here
16626
16627         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
16628         on file load
16629
16630         * gtk/gtkiconfactory.c: Update to reflect addition of error
16631         handling to gdk-pixbuf loaders
16632
16633 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
16634
16635         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
16636         move to new modularized testgtk.
16637
16638 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
16639
16640         * gtk/gtktreeview.c: Draw the arrows correctly.
16641
16642         * gtk/gtktreemodel.c: Added user docs.
16643
16644         * gtk/gtk.h: remove gtktreedatalist.h.
16645
16646         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
16647         parent when generating my type.
16648
16649         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
16650         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
16651
16652 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16653
16654         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
16655         GtkTreeModel from object to interface.
16656
16657 2000-10-16  Havoc Pennington  <hp@redhat.com>
16658
16659         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
16660         compilation
16661
16662 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
16663
16664         * gtk/gtktreeselection.c: Add API documentation to all public
16665         functions.
16666
16667         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
16668         functions.
16669
16670 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
16671
16672         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
16673         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
16674         docs to all public functions.
16675
16676         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
16677         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
16678         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
16679         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
16680         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
16681         issue.
16682
16683 2000-10-14  Robert Brady  <robert@suse.co.uk>
16684
16685         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
16686
16687 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
16688
16689         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
16690         values other then G_TYPE_STRING.
16691         * gtk/gtktreeselection.c: Minor commenting updates.
16692         * gtk/gtktreeview.c: Format updates.
16693
16694 2000-10-09  Tor Lillqvist  <tml@iki.fi>
16695
16696         * README.win32: Update.
16697
16698         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
16699         lines that had been deleted by mistake (?).
16700
16701         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
16702         also the case fg==white and bg==black (but still not randomly
16703         coloured cursors). Thanks to Wolfgang Sourdeau.
16704
16705         * gdk/win32/*.c: Silence gcc -Wall.
16706
16707         * gtk/gtk.def: Add missing entry points.
16708
16709         Fixes by Hans Breuer:
16710
16711         * gdk/makefile.msc
16712         * gdk/win32/makefile.msc: Update.
16713
16714         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
16715         some MSVC thing, presumably), cause breakpoint on failures. Add
16716         GDK_NOR case. Call g_log_set_always_fatal.
16717
16718         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
16719         should be pased by reference.
16720         
16721         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
16722         
16723         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
16724
16725         * gdk/win32/gdkevents-win32.c
16726         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
16727
16728         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
16729         implementation object.
16730
16731         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
16732         not just windows.
16733         
16734         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
16735         Use the wrapper object.
16736         
16737 2000-10-06  Havoc Pennington  <hp@redhat.com>
16738
16739         * Makefile.am (SRC_SUBDIRS): contrib subdir
16740
16741         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
16742         so it can be used in Xlib version
16743
16744         * demos/testpixbuf.c (update_timeout): error checking from 1.0
16745         tree
16746
16747         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
16748         change from 1.0 tree that returns first frame of animation
16749         if the loaded file is an animation.
16750
16751         * contrib: add new directory to hold stuff that comes with GTK+
16752         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
16753         
16754         * configure.in: add contrib/*
16755
16756 2000-10-05  Havoc Pennington  <hp@redhat.com>
16757
16758         * demos/testpixbuf-save.c: add pixbuf save test
16759
16760         * demos/Makefile.am: add testpixbuf-save.c
16761
16762 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
16763
16764         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
16765         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
16766         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
16767         * gtk/gtktreeselection.[ch]: Replaced
16768         "node_selected"/"node_unselected" signal with "selection_changed"
16769         signal.
16770
16771 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16772
16773         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
16774         tree widget.
16775
16776 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
16777
16778         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
16779         drawing.
16780
16781 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
16782
16783         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
16784         Move list pointer forwards before removing item from
16785         list. (Crash reported by Salmaso Raffaele)
16786
16787         * gdk/gdkwindow.h: Remove spurious trailing ,
16788
16789         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
16790         dependencies on uninstalled libraries, sorry folks.
16791
16792 2000-10-04  Havoc Pennington  <hp@redhat.com>
16793
16794         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
16795         gtk/gtkiconfactory.c: Fix copyrights    
16796
16797         * demos/testpixbuf.c: add inline pixbuf test
16798         
16799 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
16800
16801         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
16802         Add gdk_window_iconify.
16803
16804         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
16805         (gdk_window_set_geometry_hints): Add win_gravity
16806         to geometry structure.
16807
16808         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
16809         Implement _NET_WM_PING.
16810
16811         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
16812         Set _NET_WM_PID on the client leader.
16813
16814         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
16815         Handle UTF-8 better.
16816
16817         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
16818         UTF-8 better, set _NET_WM_NAME as well. Only set
16819         icon name if it hasn't previously been explicitely 
16820         set.
16821
16822 2000-10-03  Havoc Pennington  <hp@redhat.com>
16823
16824         * gtk/testtextbuffer.c: clean up trailing whitespace,
16825         add extensive tests for tag toggle iteration.
16826         
16827         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
16828         distance
16829
16830         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16831         optimize case where the tag root is on level 1
16832         (gtk_text_line_previous_could_contain_tag): attempt to implement
16833         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
16834         functionality
16835
16836         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
16837         Implement this, though not very efficiently.
16838
16839         * gtk/gtktextiterprivate.h: reformat
16840
16841         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
16842         iterator
16843
16844         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
16845         this to properly revalidate the iterators.
16846
16847         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
16848         properly at the end of the line (and therefore on empty lines)
16849
16850         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
16851         maybe we should return a value...
16852
16853 2000-10-03  Tor Lillqvist  <tml@iki.fi>
16854
16855         * config.h.win32: Guard definition of alloca(). glib.h now handles
16856         that.
16857
16858         * gdk/gdk.def
16859         * gtk/gtk.def: Add new entry points.
16860
16861         Changes just to make GTK+ build without errors on Win32. No hope
16862         of it working in its current state, though...:
16863         
16864         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
16865         some functions from the X11 backend, just to make GTK+ build.
16866
16867         * gdk/makefile.mingw.in
16868         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
16869         number. Add new object files.
16870
16871         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
16872         GetMessageTime to get timestamp (where on X11 uses
16873         gdk_x11_get_server_time()).
16874
16875 2000-10-02  Havoc Pennington  <hp@pobox.com>
16876
16877         * gtk/gtktextview.c: text_window_* weren't static and should have
16878         been.
16879         Start work on child widgets; not yet complete, syncing to 
16880         office computer.
16881
16882         * gtk/gtktextchild.h: change this to contain a public interface,
16883         starting work on child interfaces.
16884         * gtk/gtktextchildprivate.h: move private interfaces here
16885
16886         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
16887
16888         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
16889         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
16890         gtk/gtktextmark.c: copyright notices
16891
16892         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
16893         internal functions      
16894
16895         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
16896         internal function
16897
16898         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
16899         Reformatting    
16900
16901 2000-09-30  Havoc Pennington  <hp@pobox.com>
16902
16903         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
16904         NULL start/end pointers
16905
16906         * gtk/gtktextbuffer.c: Write some docs
16907         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
16908         NULL, so you can just check whether there's a selection.        
16909
16910         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
16911         cleanup_line or segments_changed ourselves, it gets done 
16912         in unlink_segment
16913
16914         * gtk/gtktextmark.h:
16915         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
16916         
16917         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
16918
16919         * gtk/gtktextmark.c: delete some more old Tk cruft
16920
16921         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
16922         mark before removing it, so we can emit MARK_DELETED with a valid
16923         pointer.
16924         (gtk_text_buffer_mark_set): hold ref across signal emission
16925
16926         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
16927         whining about attempts to delete special marks
16928
16929         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
16930         underscore, since it's internal.
16931
16932         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
16933         now implemented in terms of iterators in gtktextiter.h
16934
16935         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
16936         New function, destructively sets contents of buffer. Also 
16937         a convenient way to clear the buffer by setting text to ""
16938
16939         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
16940         multiline string literal
16941
16942         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
16943         text changes.
16944
16945         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
16946         is not dereferenceable
16947         (gtk_text_iter_forward_lines): fix return value
16948
16949 2000-09-29  Havoc Pennington  <hp@redhat.com>
16950
16951         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
16952
16953         * gtk/gtktextview.c: Implement drag thresholding; change functions 
16954         that set border window size to have nicer name
16955         (gtk_text_view_mark_set_handler):  Fix this to have the 
16956         right signature.
16957
16958         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
16959
16960         * gtk/testtext.c: Update with API changes, put line numbers on 
16961         both sides.
16962         
16963         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
16964         with this
16965
16966         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
16967         pixbuf; delete a big block of #if 0 Tk code
16968
16969         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
16970         insert_pixmap with insert_pixbuf
16971
16972 2000-09-29  Martin Baulig  <baulig@suse.de>
16973
16974         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
16975         confusion with the GdkPixbuf of the GNOME 1.x platform.
16976
16977 2000-09-29  Havoc Pennington  <hp@pobox.com>
16978
16979         * gtk/gtktextview.c: Implement the side windows.
16980
16981         * gtk/testtext.c: Implement simple line numbering in the 
16982         left side window; seems to make scrolling sloooow. Oops.
16983         Also, cursor blink is for some reason causing redraws
16984         of the line numbers. Should investigate...
16985
16986 2000-09-28  Havoc Pennington  <hp@redhat.com>
16987
16988         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
16989         scrolling child windows, and draw focus rectangle properly.
16990         
16991         (gtk_text_view_buffer_to_window_coords):
16992         Coordinate transformation to deal with all these freaking windows
16993         and offsets
16994         (gtk_text_view_window_to_buffer_coords): transform the other way
16995
16996         * gtk/testtext.c (create_buffer): Update to match Pango API change
16997
16998         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
16999         anonymous tags
17000         (foreach_unref): don't emit remove signal from finalize, just
17001         set tag's parent to NULL
17002
17003 2000-09-26  Havoc Pennington  <hp@redhat.com>
17004
17005         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
17006         Fix some warnings       
17007
17008 2000-09-26  Havoc Pennington  <hp@redhat.com>
17009
17010         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
17011         headers into the private header list
17012
17013         * Makefile.am (pkgconfig_DATA): install pkg-config files
17014
17015         * configure.in: add pkg-config files
17016
17017         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
17018
17019         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
17020         outstanding icon caches on theme change.
17021
17022         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
17023         important types:
17024
17025         (GtkIconSource): Specification for creating a pixbuf 
17026         appropriate for a direction/state/size triplet from 
17027         a source pixbuf or filename
17028
17029         (GtkIconSet): List of GtkIconSource objects that are used to
17030         create the "same" icon (e.g. an OK button icon), and cache for
17031         rendered icons
17032
17033         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
17034         up the icon set for a given stock ID.  GTK maintains a stack of
17035         GtkIconFactory to search, and applications or libraries can add
17036         additional icon factories on top of the stack
17037         
17038         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
17039         the set of GtkIconSource specified for a given stock ID into 
17040         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
17041         RcStyle, under the specified stock ID.
17042
17043         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
17044         render_icon used to derive a GdkPixbuf from a GtkIconSource.
17045         This allows people to theme how prelight, insensitive, etc. are
17046         done.
17047
17048         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
17049         icon factories for a style, and return the resulting 
17050         icon set if any.
17051
17052         (gtk_style_render_icon): Render an icon using the render_icon 
17053         method in the GtkStyleClass.
17054
17055         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
17056         Use the style for a given widget to look up a stock ID, get the
17057         icon set, and render an icon using the render_icon method 
17058         of the style
17059
17060         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
17061         (contains information about a stock item), the built-in stock item
17062         IDs, and functions to add/lookup stock items.
17063
17064         * gtk/stock-icons/*: Stock icons that come with GTK
17065
17066         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
17067         a button based on a GtkStockItem
17068         (gtk_button_new_accel): Takes a uline string and accel group, and
17069         installs the accelerator.
17070
17071         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
17072         image-display widget.
17073
17074 2000-09-25  Havoc Pennington  <hp@redhat.com>
17075
17076         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
17077
17078         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
17079         Fix a bug when removing node data, we didn't properly 
17080         re-splice the linked list after removing the data.
17081
17082         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
17083         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
17084
17085         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
17086
17087         * gtk/gtktextlayout.c (set_para_values): Set tab array 
17088         for the layout from the GtkTextTag.
17089
17090         * gtk/gtktexttypes.h: delete tab and search cruft, 
17091         remove g_convert() in favor of GLib version
17092
17093         * gtk/gtktexttypes.c: remove tab implementation from here,
17094         move to Pango
17095
17096         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
17097         tab stuff using new PangoTabArray from Pango
17098
17099         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
17100         unused border_width stuff
17101
17102 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
17103
17104         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
17105         glib) and now useless utf_to_latin1() latin1_to_utf()
17106
17107         * gtk/gtktextview.[ch]: Change ::move_insert and
17108         ::delete_text action signals to ::move and ::delete;
17109         create the signals with the right enumeration type,
17110         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
17111         C-v bindings, change Home, End to move to beginning/end
17112         of line, Add C-Home C-End to move to beginning/end
17113         of buffer. Change ::cut_text to ::cut_clipboard, etc;
17114         combine ::scroll_text into ::move; use new GtkSelectionData
17115         functions to simplify DND text handling.
17116         
17117         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
17118         deletion enumerations here, rename enumeration values to 
17119         be consistently plural.
17120
17121         * gtk/gtktextbuffer.c: Use new clipboard interfaces
17122         for cut/copy/paste and primary selection.
17123
17124         * gtk/gtktextbuffer.[ch]: Remove excess time and
17125         'interactive' arguments from cut/copy/paste;
17126         rename cut to cut_clipboard, etc; remove
17127         gtk_text_buffer_get_clipboard_contents().
17128
17129         * gtk/gtktextlayout.[ch]: Add 
17130         gtk_text_layout_move_iter_to_line_end() to move the iter to 
17131         line ends.
17132
17133         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
17134         Functions to set or get a UTF-8 string on the selection
17135         data.
17136
17137         * gtk/gtkclipboard.[ch]: New, simplified selection handling
17138         interfaces.
17139
17140         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
17141         created widgets - one of these is useless if we don't.
17142
17143         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
17144         a public function clear all targets registered for the
17145         widget.
17146
17147         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
17148         Never call gtk_widget_realize() - that was just asking
17149         for bizarre side-effects.
17150
17151         * gtk/gtkselection.c (gtk_selection_owner_set): Call
17152         gdk_selection_owner_set even if the widget is the
17153         same so that we reliably update the timestamp on
17154         the server.
17155
17156         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
17157         gdk_x11_get_server_time() function.
17158         
17159         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
17160         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
17161         Add some tricky filtering on serial numbers for
17162         selection clear events to fix up long-standard
17163         race condition FIXME's in gtkselection.c.
17164
17165         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
17166         routines to convert from utf8 to compound text or
17167         STRING and from a text property to UTF-8.
17168
17169         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
17170         a convenience function gdk_get_current_event_time().
17171
17172         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
17173         and free selection_data->data properly
17174
17175 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
17176
17177         * gtk/gtkthemes.c: Remove some unecessary includes.
17178
17179 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
17180
17181         * gtk/gtktextdisplay.c
17182         * gtk/gtktextlayout.c
17183         * gtk/gtktexttag.c
17184         * gtk/gtktexttag.h
17185         * gtk/testtext.c: Change the overstrike property to strikethrough,
17186         to closer match pango.
17187
17188 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
17189
17190         * gtk/gtktextview.c: Fix up visibility so that focus,
17191         cursor_visible and blink interact properly.  Reenable cursor blink
17192         which had been roughly disabled. Make blink and focus
17193         properly per-view.
17194
17195         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
17196         Add a flag for whether to display insertion cursor and
17197         a function to set the flag.
17198
17199         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
17200         get_line_y() to get_line_yrange(), to be a bit more generally
17201         useful.
17202
17203 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
17204
17205         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
17206           do stop_navigating_submenu, to clear last timeout properly.
17207           Also in gtk_menu_motion_notify move ignore_enter above
17208           the conditional to make it always happen as suggested by Owen
17209
17210 2000-09-07  Tor Lillqvist  <tml@iki.fi>
17211
17212         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
17213
17214         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
17215         w32api headers.
17216
17217         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
17218         declarations.
17219
17220         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
17221         (gdk_win32_get_colormap): A line had been deleted by mistake.
17222
17223         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
17224         (gdk_event_translate): Handle more virtual keycodes to be able to
17225         generate GDK events for Control-comma, Control-period, etc.
17226
17227         * gtk/gtk.def: Add some missing entry points.
17228
17229 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
17230
17231         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
17232         Doc comment fixing. (Mostly non-matching parameter names.)
17233
17234         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
17235         comments a little to avoid looking like a doc comment.
17236
17237         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
17238         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
17239         conversions be changed to GError?)
17240
17241         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
17242         Move private #defines into .c file.
17243
17244         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
17245         order of argument addition, remove duplicates.
17246
17247         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
17248         parent class is FrameClass, not BinClass.
17249
17250         * gtk/gtk.h: Add gtkinvisible, which was missing.
17251         (It's occasionalyl useful for client apps, if seldom.)
17252
17253         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
17254         #define.
17255
17256 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
17257
17258         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
17259         coordinates when creating window, instead of GDK-space
17260         coordinates. (Avoid BadValue on too large windows.)
17261
17262 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17263
17264         * configure.in (use_mmx_asm): Remove conftest* after use along the
17265         lines of AC_TRY_COMPILE.        
17266         
17267         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
17268         of g_dirname, which is deprecated.
17269         (gtk_rc_parse_any): Removed calls to
17270         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
17271
17272         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
17273         Removed calls to g_hash_table_{freeze,thaw}, as they are
17274         deprecated now.
17275
17276         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
17277         instead of g_basename.
17278         
17279 2000-09-04 Elliot Lee <sopwith@redhat.com>
17280         
17281         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
17282         ANSI warning.
17283
17284 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
17285
17286         * gtk/gtkwidget.h:  Add some documenting comments about 
17287           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
17288           just as owen said on irc.
17289
17290         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
17291           set HAS_DEFAULT.  Only set it if there isn't another window
17292           holding it (a focus window which RECEIVES_DEFAULT) and only unset
17293           it if the widget is not the focused window with RECEIVES_DEFAULT.
17294           This fixes weird double default bugs in dialogs which has things
17295           call gtk_window_set_default at times.
17296
17297 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
17298
17299         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
17300         Nils Barth and David Santiago to improve submenu
17301         navigation. The patch does this by creating a triangular
17302         region from the point where the pointer leaves the
17303         menu to the submenu.  While the pointer is in
17304         that region and a timeout has not expired, events 
17305         that would cause the active submenu to change are
17306         ignored.
17307
17308 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
17309
17310         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
17311         moving a toplevel window immediately after sizing it would
17312         result in it being sized back to the old size since 
17313         impl->width, impl->height aren't updated until we hear
17314         back from the server. There is still a (longstanding) bug
17315         here that gdk_window_get_size() will give the wrong size
17316         until we do hear back.
17317
17318 2000-08-31  Havoc Pennington  <hp@redhat.com>
17319
17320         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
17321         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
17322         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
17323         Rename GtkTextStyleValues to GtkTextAttributes
17324
17325 2000-08-31  Havoc Pennington  <hp@pobox.com>
17326
17327         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
17328         for rapid testing whether an iterator is the end iterator
17329         (gtk_text_btree_new): init end line cache
17330         (gtk_text_line_is_last): use fast cached line to 
17331         see if we're the last line.
17332         (get_last_line): use cached line here too, should 
17333         speed up some random unrelated code.
17334         
17335 2000-08-30  Havoc Pennington  <hp@pobox.com>
17336
17337         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
17338         signals.
17339
17340         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
17341         delete_text signals. This allows the signals to be used for
17342         implementing undo.
17343
17344         * gtk/gtktextbuffer.c: Change signal handler signatures; 
17345         provide "interactive" argument when emitting insert_text or
17346         delete_text signal.
17347         
17348 2000-08-30  Havoc Pennington  <hp@pobox.com>
17349
17350         * gtk/gtktextbuffer.c: Docs
17351
17352 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
17353
17354         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
17355         from switch statements, since Tor removed the enumeration
17356         value.
17357         
17358         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
17359         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
17360
17361 2000-08-29 Elliot Lee <sopwith@redhat.com>
17362         * */*.h: Use G_GNUC_CONST.
17363
17364 2000-08-27  Havoc Pennington  <hp@pobox.com>
17365
17366         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
17367         minor indentation fixes, inserted some FIXME about stuff I
17368         realized was broken while documenting it.
17369         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
17370         GTK convention  
17371
17372 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
17373
17374         * gtk/testgtk.c (create_styles): Fix double free of
17375         font desc.
17376
17377 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17378
17379         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
17380         
17381         * gtk/testgtk.c (create_styles): Add a test for modifying
17382         the style through gtk_widget_modify_*.
17383
17384         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
17385         a function to get the current modifier style.
17386
17387         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
17388         of the passed in GtkRcStyle instead of ref'ing it.
17389
17390         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
17391
17392 2000-08-20  Tor Lillqvist  <tml@iki.fi>
17393
17394         * gdk/gdkimage.h
17395         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
17396         shared memory image+pixmap GdkImage type, or
17397         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
17398         I am dropping that.
17399
17400         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
17401         actually call gtk_init_abi_check(), passing also
17402         sizeof(GtkWindow). Ditto for gtk_init_check(). 
17403
17404         * gtk/gtk.def
17405         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
17406         New functions, used to check that the GTK+-using code has been
17407         compiled using the correct compiler and switches. In particular,
17408         with gcc one has to use the -fnative-struct switch as GTK+ is
17409         compiled with that.
17410
17411 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
17412
17413         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
17414         ->prev fields when merging lists. (Found simultaneously
17415         by Pawel Salek and Jakub Jelinek)
17416
17417 2000-08-12  Tor Lillqvist  <tml@iki.fi>
17418
17419         * gdk/gdk.def
17420         * gtk/gtk.def: Add missing entries.
17421
17422         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
17423         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
17424
17425         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
17426         function. Dummy implementation at this point.
17427
17428         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
17429         rules. Undefine GTK_COMPILATION when compiling the test programs.
17430         
17431         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
17432
17433 2000-08-11  Tor Lillqvist  <tml@iki.fi>
17434
17435         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
17436         to convert back and forth from UTF-8 and the "system" (or "current
17437         locale") charset when necessary. Indentation/spacing cleanup.
17438
17439 2000-08-10  Havoc Pennington  <hp@redhat.com>
17440
17441         * Makefile.am (snapshot): Change the format of the snapshot
17442         version to match glib
17443
17444         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
17445         from EXTRA_DIST since it doesn't seem to exist
17446
17447 2000-08-10  Tor Lillqvist  <tml@iki.fi>
17448
17449         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
17450         version of the directory name (not the UTF-8 one) when building
17451         the path name to stat().
17452
17453 2000-08-03  Elliot Lee  <sopwith@redhat.com>
17454
17455         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
17456         PANGO_ATTR_SHAPE set.
17457
17458 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
17459
17460         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
17461         Peter Osterlund to simplify the code while keeping the
17462         functionality the same.
17463
17464 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
17465
17466         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
17467         is_viewable() test further inside the function, since removing the 
17468         window from the redraw list without clearing ->update_area
17469         was also very broken.
17470
17471 2000-08-02  Tor Lillqvist  <tml@iki.fi>
17472
17473         * configure.in: Check for <unistd.h>.
17474
17475 2000-08-01  Martin Baulig  <baulig@suse.de>
17476
17477         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
17478         to display the message that this is a development version of GTK+.
17479
17480 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
17481
17482         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
17483         was depending on widget->allocation instead of the width of text_area,
17484         which was incorrect for subclasses like GtkSpinButton.
17485
17486         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
17487         with width == 1 tests that should be width == -1.
17488
17489 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
17490
17491         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
17492         (broken, Elliot, every single window blank on X) custom code with call
17493         to gdk_window_is_viewable() which a) prevents code duplicate and
17494         b) works. 
17495
17496 2000-07-31  Elliot Lee  <sopwith@redhat.com>
17497
17498         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
17499         to get the GDK_PARENT_ROOT() macro to work.
17500         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
17501         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
17502         of, windows that aren't shown.
17503         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
17504         pointer grab stuff.
17505
17506 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
17507
17508         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
17509           s/gtk_main_iteration/g_main_iteration/
17510
17511           Did this already in change:
17512                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
17513           don't know how it got reverted.
17514
17515 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
17516
17517         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
17518         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
17519
17520         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
17521         not gdk_pixbuf.
17522
17523 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
17524
17525         * configure.in,po/{sp,sr}.po: Added Serbian files
17526
17527 2000-07-30  Tor Lillqvist  <tml@iki.fi>
17528
17529         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
17530
17531         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
17532         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
17533         GIOChannel implementation.
17534
17535         * gdk/win32/gdkinput.c
17536         * gdk/win32/gdkpango-win32.c: Update license name here, too.
17537
17538         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
17539         definition to match prototype.
17540
17541         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
17542
17543 2000-07-27  Elliot Lee  <sopwith@redhat.com>
17544
17545         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
17546         function, to allow handling image formats that cannot be detected
17547         by looking at content alone.
17548
17549 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
17550
17551         * docs/tutorial/*.gif *.jpg *.eps
17552           Update these to the same look-n-feel.
17553           Why does including images in DocBook suck so badly?
17554
17555 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
17556
17557         * gtk/gtktable.c: applied patch from Phil Thompson
17558         <phil@river-bank.demon.co.uk> that enables space settings for
17559         the last row/columns as well.
17560
17561 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
17562
17563         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
17564         updates the license headers to the GNU Lesser General Public License,
17565         as well as updating the copyright year to 2000.
17566
17567 2000-07-26  Robert Brady  <rwb197@zepler.org>
17568
17569         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
17570           and po/Makefile, was installing and looking for them under gtk20
17571           and gtk2 respectively.
17572
17573 2000-07-25  Havoc Pennington  <hp@redhat.com>
17574
17575         * gtk/testtext.c: Comment out some stuff that depends on the rest
17576         of my patches.
17577
17578 2000-07-25  Havoc Pennington  <hp@redhat.com>
17579
17580         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
17581         buffer
17582
17583 2000-07-25  Havoc Pennington  <hp@redhat.com>
17584
17585         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
17586         widget changes.
17587
17588         * gtk/gtktextview.h: To be consistent with usage of "line"
17589         throughout the API to mean "newline-terminated thingy", change
17590         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
17591         to MOVEMENT_LINE.
17592
17593         (GtkTextView): Add flags for default editability, and whether to
17594         show the cursor. Add functions to get/set that. Add 
17595
17596         (gtk_text_view_get_iter_location): new function
17597
17598         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
17599         gtktextlayout.h
17600         (g_convert): Add g_convert temporarily, will go in glib in a bit
17601         
17602         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
17603         GtkTextTagTableForeach instead of brokenly using GHFunc.
17604         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
17605
17606         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
17607         moved to public header.
17608
17609         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
17610         "invisible", since "elide" was a bad name.
17611         (gtk_text_tag_get_priority): Added
17612
17613         (GtkTextStyleValues): put this in public header, along with
17614         functions to use it.
17615
17616         * gtk/gtktextmarkprivate.h: Include more headers, since we no
17617         longer include gtktextbtree.h.
17618
17619         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
17620         gtk_text_mark_deleted
17621
17622         * gtk/gtktextlayout.h: Don't include the "really private" headers,
17623         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
17624         to make this possible. Now we only need to install
17625         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
17626         (However the Makefile.am isn't changed yet because of the
17627         logistics of merging gtk-hp-patches piecemeal)
17628
17629         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
17630         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
17631         gtk_text_iter_get_line is now used in the public API for a
17632         different purpose.
17633
17634         * gtk/gtktextiter.h: Clean up function names to be more
17635         consistent. Always call char offset "offset" and byte index
17636         "index". A "line" is always a line number. 
17637
17638         (gtk_text_iter_is_last): new function, more efficient than 
17639         the existing way to check
17640         (gtk_text_iter_is_first): new function, also more efficient
17641
17642         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
17643
17644         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
17645         gtk_text_iter_forward_char, etc.
17646
17647         (gtk_text_iter_forward_to_tag_toggle): Renamed from
17648         forward_find_tag_toggle, since this isn't a linear search
17649
17650         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
17651
17652         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
17653         New functions, search for a buffer substring.
17654
17655         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
17656         interactive and default editable (since we need to store that info
17657         until we receive the selection data).
17658
17659         Remove all the _at_char and at_line etc. versions of functions;
17660         only have iterator versions.
17661
17662         Add _interactive() versions of functions, that consider the
17663         editability of text. (FIXME add interactive flag to the 
17664         insert/delete signals per Darin's suggestion)
17665
17666         (gtk_text_buffer_get_tag_table): new function, demand-creates the
17667         tag table if necessary
17668
17669         Remove declaration of gtk_text_buffer_get_iter_from_string
17670
17671         (_gtk_text_buffer_get_btree): private/internal function, added.
17672         
17673
17674         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
17675         (gtk_text_line_is_last): new function
17676
17677 2000-07-25  Havoc Pennington  <hp@redhat.com>
17678
17679         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
17680         using GtkProgressBar. See Changes-2.0.txt for details.
17681
17682         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
17683         "pulse_step" which are the equivalent of
17684         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
17685         Implement new API.
17686         
17687         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
17688         (use_text_format) to mark whether text set on the progress bar is
17689         a format string. Deprecate entire GtkProgress interface.
17690
17691         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
17692         (gtk_progress_build_string): make this a no-op if use_text_format
17693         is FALSE
17694
17695         * docs/Changes-2.0.txt: Describe progress bar changes.
17696
17697 2000-07-25  Tor Lillqvist  <tml@iki.fi>
17698
17699         * Makefile.am: Include the build directory.
17700
17701         * configure.in: Generate build/Makefile, build/win32/Makefile,
17702         gdk/, gdk/win32/, and gtk/makefile.mingw.
17703
17704         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
17705         Add GETTEXT_PACKAGE.
17706         
17707         * gdk/gdk.def
17708         * gtk/gtk.def: Updates.
17709
17710         * gdk/gdkfont.h
17711         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
17712         need them any longer.
17713
17714         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
17715
17716         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
17717         PANGOWIN32_LIBS and gdk_pixbuf.
17718
17719         * gdk/win32: Compiles, but no doubt doesn't work at all.
17720
17721         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
17722
17723         * gdk/win32/gdkinput.c: New file, temporarily.
17724         
17725         * gdk/win32/gdkinput-win32.h: New file
17726
17727         * gdk/win32/gdkinputprivate.h: Remove.
17728
17729         * gdk/win32/gdkpango-win32.c: New file.
17730
17731         * gtk/makefile.mingw.in: New file
17732
17733         * gtk/makefile.cygwin: Removed
17734         
17735         * gtk/Makefile.am: Update accordingly.
17736
17737         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
17738         made externally visible.
17739
17740         * gtk/gtkmain.c: Use it.
17741         
17742         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
17743         is enough.
17744
17745         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
17746
17747 2000-07-24 Elliot Lee <sopwith@redhat.com>
17748         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
17749         individual backends already.
17750         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
17751         again. Yes, there really is a good reason for this, if you are using the gdkregion
17752         internals, and if you're not, why do you care?
17753         * gdk/gdkwindow.c: Fix inverted condition
17754         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
17755         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
17756         * gtk/gtkrange.c: Redraw trough when moving.
17757         * gtk/gtktypeutils.c: Fix warning by adding const cast.
17758         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
17759
17760 2000-07-23  Tor Lillqvist  <tml@iki.fi>
17761
17762         * configure.in: Check for mkstemp and sigsetjmp. Output
17763         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
17764
17765         More work on GDK for Win32. Still in an intermediate state.
17766
17767         * gdk/makefile.cygwin
17768         * gdk/win32/makefile.cygwin: Removed.
17769         
17770         * gdk/makefile.mingw.in
17771         * gdk/win32/makefile.mingw.in: New files.
17772
17773         * gdk/Makefile.am
17774         * gdk/win32/Makefile.am: Generate and distribute them.
17775
17776         * gdk/win32/gdkwindow-win32.h
17777         * gdk/win32/gdkdrawable-win32.h
17778         * gdk/win32/gdkpixmap-win32.h: New files.
17779
17780         * gdk/win32/gdkcolor-win32.c
17781         * gdk/win32/gdkcursor-win32.c
17782         * gdk/win32/gdkdrawable-win32.c
17783         * gdk/win32/gdkgc-win32.c
17784         * gdk/win32/gdkimage-win32.c
17785         * gdk/win32/gdkprivate-win32.h
17786         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
17787         Rename fields and variables called xcursor, xid, etc (these names
17788         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
17789
17790 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
17791
17792         * gtk/gtkentry.[ch]: Fix some problems with vertical
17793         alignment.
17794
17795         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
17796         char/byte confusion.
17797
17798 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
17799
17800         * gtk/gtktextview.c (changed_handler): Fix bug where
17801         redraw wasn't being done properly when height of
17802         dirty region changed.
17803
17804         * demos/Makefile.am: Remove various references to
17805         -lgmodule
17806
17807 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
17808
17809         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
17810         PangoAttrShape to reserve space for pixmaps, add 
17811         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
17812         in the display functions.
17813         
17814         * gtk/testgtk.c (create_layout): Set some more exotic
17815         scrolled window options
17816
17817         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
17818         Add function to set the shadow type of a window, to allow
17819         putting a shadow around widgets such as GtkLayout or GnomeCanvas
17820         which don't draw their own frame.
17821
17822 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
17823
17824         * docs/tutorial/package-db-tutorial.sh: New file for
17825           packaging DocBook format tutorial
17826
17827 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
17828
17829         * docs/tutorial/gtk-tut.sgml: Minor updates
17830
17831         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
17832
17833 2000-07-19  Tor Lillqvist  <tml@iki.fi>
17834
17835         * gtk/gtksignal.c: Fix C++ comment.
17836
17837         * gtk/gtkimmulticontext.c
17838         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
17839         don't return value from void functions.
17840
17841         * gtk/gtk.def: Add gtk_rc_style_unref.
17842
17843 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17844
17845         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
17846         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
17847         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
17848         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
17849         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
17850         gtk/gtktypeutils.h: Include files outside of the extern "C"
17851         block. Makes some C++ compiler happy. Reported by Denis Vakatov
17852         <vakatov@peony.nlm.nih.gov>.
17853
17854 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
17855
17856         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
17857           Completes first pass. Hurrah!
17858
17859 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
17860
17861         * docs/tutorial/gtk-tut.sgml: More clean ups.
17862
17863 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
17864
17865         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
17866         paint the background of the text area which was accidentally
17867         removed at some point.
17868
17869         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
17870           
17871          - Move most of the functionality from the theme vtable
17872            into GtkRcStyleClass and GtkStyleClass. The moved
17873            vtable functions were changed a bit in the move to
17874            work better in their new home.
17875
17876          - Get rid of the engine and engine_data fields from
17877            GtkRcStyle and GtkStyle; instead the theme
17878            engine derives theme-specific subclasses of GtkRcStyle
17879            and GtkStyle
17880
17881          - Add extra dlsym() found entry point to themes,
17882            theme_create_rc_style().
17883
17884         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
17885         in gtk_style_real_copy.
17886
17887         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
17888         to register a type associated with an engine. (The engine
17889         won't be unloaded as there is an instance of the type.)
17890
17891
17892 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
17893
17894         * docs/tutorial/gtk-tut.sgml: Clean ups.
17895
17896 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
17897
17898         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
17899           of cleaning up to do.
17900
17901 2000-07-15  Tor Lillqvist  <tml@iki.fi>
17902
17903         * gdk/testgdk.c: New file, quick hack to test backends for
17904         pixel-by-pixel correctness of the most simple graphic operations.
17905
17906 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
17907
17908         * Really release 1.3.1
17909         
17910         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
17911         include structure.
17912
17913 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
17914
17915         * Released 1.3.1
17916
17917 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
17918
17919         * gtk/gtktextlayout.c: use FALSE for size_only most
17920         of the time when calling gtk_text_layout_get_line_display()
17921         to avoid causing double reshapes when a redraw follows
17922         immediately after.
17923
17924 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
17925
17926         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
17927         appropriate region and gdk_window_process_updates() so trough
17928         updating doesn't lag behind the window being scrolled.
17929
17930         * gdk/gdkgc.c: Make parent_class pointer static.
17931          
17932 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
17933
17934         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
17935         include <string.h>.
17936          
17937         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
17938         cut-and-paste error in computing memory offset for 4 channels.
17939
17940 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
17941
17942         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
17943         gtk_rc_append_default_pixmap_path(), since it wasn't
17944         adding an interesting path and we don't have a meaningful
17945         default for this value.
17946
17947 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
17948
17949         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
17950         gtk-config to gtk-config-2.0 move gtk_.m4 to
17951         gtk-2.0.m4
17952
17953         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17954         gdk/Makefile.am demos/Makefile.am: Change 
17955         library names to libgtk-1.3.la, etc, so that we
17956         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
17957
17958         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
17959         gdk/Makefile.am gdk/x11/Makfile.am
17960         Move include files into /usr/include/gtk-2.0, 
17961         /usr/lib/gtk-2.0/include/
17962          
17963         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
17964         gtk/gtkintl.h: Change package for gettext from 
17965         gtk+ to gtk20. Put hack in autogen.sh to modify
17966         po/Makefile.in.in after gettextize to make this
17967         possible.
17968
17969         * gtk+.spec: Some updates, not tested.
17970
17971         * gdk-pixbuf/Makefile.am: Move loaders into
17972         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
17973
17974         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
17975         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
17976         to THEMENAME/gtk-2.0/. Move engine directory  to
17977         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
17978         
17979 2000-07-12  Tor Lillqvist  <tml@iki.fi>
17980
17981         Win32 changes, still doesn't build though.
17982
17983         * gdk/makefile.cygwin
17984         * gdk/win32/makefile.cygwin
17985         * gtk/makefile.cygwin: Updates.
17986
17987         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
17988         default values for fg and bg pixel as X11 does (0 and 1), not
17989         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
17990         Use 0 for pen width by default (treated as 1 anyway later, but for
17991         apps that might check the value in the GdkGC).
17992         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
17993         interface to gdk_gc_predraw and _postdraw.
17994
17995         * gdk/win32/gdkwin32.h
17996         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
17997
17998         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
17999         extraneous semicolon.
18000
18001         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
18002
18003         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
18004         not the Win32 bitspixel value.
18005
18006         * gdk/win32/gdkcc-win32.c:
18007         * gdk/win32/gdkcolor-win32.c 
18008         * gdk/win32/gdkprivate-win32.h
18009         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
18010         GDK object structure.
18011
18012 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
18013
18014         * docs/tutorial/gtk_tut_12.es.sgml (name): 
18015         * docs/tutorial/gtk_tut_it.sgml (name): 
18016         * docs/tutorial/gtk_tut_fr.sgml (name): 
18017         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
18018         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
18019
18020 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
18021
18022         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
18023           small changes.
18024
18025 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
18026
18027         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
18028         a bug here, never been here and never fixed anything ;(
18029         (don't segfault if tree->root_tree is NULL, which happens prior
18030         to widget realization, but puke instead).
18031
18032 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
18033
18034         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
18035         add the necessary tokens.
18036
18037         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
18038         (gtk_rc_style_to_style): copy thicknesses.
18039         (gtk_rc_init_style): apply thicknesses.
18040         (gtk_rc_parse_style): parse xthickness and ythickness.
18041
18042         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
18043
18044         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
18045         (gdk_window_new): 
18046         (_gdk_windowing_window_init): 
18047         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
18048         (gdk_pixmap_create_from_data): 
18049         (gdk_bitmap_create_from_data): 
18050         (gdk_pixmap_new): 
18051         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18052         (gdk_image_new): 
18053         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
18054         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
18055         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
18056         (gdk_colormap_get_system): 
18057         (gdk_colormap_new): 
18058         * gdk/gdkwindow.c (gdk_window_init): 
18059         * gtk/gtkstyle.c (gtk_style_new):
18060         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
18061         * gdk/gdkpixmap.c (gdk_pixmap_init): 
18062         * gtk/gtkrc.c (gtk_rc_style_new):
18063         use g_object_new() instead of g_type_create_instance() which
18064         is a private function for fundamental type implementations.
18065
18066 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
18067
18068         * configure.in: Add check for db2html
18069
18070 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
18071
18072         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
18073         hack to set glib_debug_objects based on gtk_debug_flags.
18074
18075 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
18076
18077         * INSTALL.in: Update the Prerequisites section.
18078
18079         * Makefile.am demos/Makefile.am docs/Makefile.am
18080         docs/tutorial/Makefile.am gdk/x11/Makefile.am
18081         gdk/linux-fb/Makefile.am: Dist fixes
18082
18083 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
18084
18085         * NEWS: 10,000 foot view of 1.3.1 changes.
18086
18087 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
18088
18089         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
18090         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
18091         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
18092         gdk/x11/gdkmain-x11.c: 
18093
18094         Patch from George Lebl to add a GdkGrabStatus enumeration to use
18095         as a return value of gdk_*_grab(). Previously, we just
18096         returned the X11 values directly.
18097
18098 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
18099
18100         * gdk/x11/Makefile.am: Patch from George Lebl to 
18101         install all the headers in the right place.
18102
18103 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
18104
18105         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
18106           initial conversion to DocBook.
18107
18108 2000-07-04  Tor Lillqvist  <tml@iki.fi>
18109
18110         * README.win32: Improve a bit.
18111
18112         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
18113         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
18114         Alt+0nnn on the numpad (used to enter characters by numeric code
18115         from current DOS or ANSI codepage) working correctly, as in other
18116         Windows apps.
18117
18118         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
18119         same argument validity tests as in X11 version.
18120         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
18121
18122         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
18123         definitions in case missing from headers.
18124
18125         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
18126         destroy the window-specific cursor.
18127         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
18128         calling GetModuleHandle(NULL).
18129         (gdk_window_set_cursor): Reworked to always copy the passed cursor
18130         with CopyCursor before setting it as the window-specific
18131         cursor. It is OK for the caller to destroy the GdkCursor (and thus
18132         also its Windows cursor) after calling this function. Destroy any
18133         previous window-specific cursor.
18134
18135 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
18136
18137         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
18138         font charset is iso8859-1, not iso-8859-1.
18139
18140 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
18141
18142         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
18143         Use g_get_charset() instead of g_get_codeset().
18144
18145         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
18146         Comment out some strdup'ing functions to keep timj
18147         happy until we finish fighting this out.
18148
18149 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
18150
18151         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
18152         <= width or height.
18153
18154         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
18155         from 1.2 for parent/child states.
18156
18157         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
18158         of typos.
18159
18160         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
18161         event structures, replace with a generic axes field. Replace 
18162         deviceid/sourec with GdkDevice *device.
18163
18164         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
18165         to extract particular axis use value from event. (Also
18166         can be used for normal X/Y.)
18167
18168         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
18169         allow for arbitrary number of axes, namespace everything
18170         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
18171         everywhere.
18172
18173         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
18174         Get rid of the gdk_input_vtable setup if favor of simply
18175         defining the functions in gdkinput-none/gxi/xfree.c in
18176         a similar fashion to the way that the port structure is 
18177         done.
18178
18179         * gtk/gtkdnd.c: Fix fields of synthesized button press event
18180         for new event structures. 
18181
18182         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
18183         new device interfaces.
18184
18185 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
18186
18187         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
18188         set the initial text.
18189
18190         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
18191         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
18192         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
18193         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
18194
18195         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18196         pango_layout_set_font_description to simplify.
18197
18198 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
18199
18200         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18201         pango_layout_set_font_description to simplify.
18202
18203 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
18204
18205         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
18206         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
18207         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
18208
18209         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
18210         PANGO_PIXELS() macro.
18211
18212 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
18213
18214         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
18215         that returns a PangoContext owned by the widget and updated to
18216         match future changes in the widget. Also, make 
18217         gtk_widget_create_pango_layout() use this context. If we ever
18218         add a ::changed signal to PangoContext, this will make things
18219         much more convenient. 
18220
18221         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
18222         in the appropriate places instead of destroying the layouts and
18223         creating new ones.
18224
18225         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
18226         in a few strategic places.
18227
18228 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
18229
18230         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
18231         gtk_widget_size_request() on reparented child, if one. Otherwise,
18232         queue_resize() on the child never results in it getting size-requested
18233         at all.
18234
18235         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
18236         in option menus, so that (with luck) people won't copy it into
18237         their apps in the future.
18238
18239         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
18240         to gtk_option_menu_calc_size. This isn't perfect, but should fix
18241         a lot of problems with changing the size of the menu's menu
18242         items after adding it to the option menu.
18243
18244         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
18245
18246         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
18247         the text direction for a widget changes.
18248
18249         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
18250         ::direction_changed to get rid of various hacks.
18251
18252 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
18253
18254         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
18255         name.
18256
18257 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
18258
18259         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
18260         flag to the structure. Do not call XFreePixmap on pixmaps created
18261         by gdk_pixmap_foreign_new().
18262
18263 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
18264
18265         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
18266         value using GdkRGB functionality given GdkColormap and GdkColor.
18267         (name not final, waiting for inspiration.)
18268         
18269         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
18270         set the foreground/background of a GC using the GC's colormap
18271         and GdkRGB. (name not final, waiting for inspiration.)
18272
18273         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
18274         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
18275
18276         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
18277         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
18278         purely a function of the corresponding colormap. Make
18279         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
18280
18281         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
18282         gdk_pixbuf_*create_from_xpm_* in terms of
18283         gdk_pixbuf_new_from_xpm_data(), move into platform independent
18284         code.
18285
18286         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
18287         advantage of the new draw_rgb_32_image_dithalign.
18288
18289         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
18290
18291         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
18292         on each created GC.
18293
18294         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
18295
18296         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
18297         which we initialize from the drawable when the GC is created,
18298         if the drawable has a colormap.
18299
18300         * gdk/x11/gdkgc-x11.c: include string.h for memset.
18301
18302         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
18303
18304         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
18305
18306 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
18307
18308         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
18309         actually returning expose events, make sure to set
18310         the count field properly.
18311
18312         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
18313         accidentally reintroced bug which always cleared
18314         the graphics_exposures value. 
18315
18316 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
18317
18318         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
18319
18320 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
18321
18322         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
18323
18324 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
18325
18326         * docs/faq/gtk-faq.sgml: Start of Section 6.
18327
18328 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
18329
18330         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
18331         
18332         (Fixes problem with drawing childless frames. Pointed out
18333         by and a first patch from Anders)
18334         
18335         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
18336         compute a child_allocation, even if we don't have a child.
18337
18338         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
18339         Always chain to the parent's impl, even if we don't have a child.
18340
18341 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18342
18343         * gdk/gdkrgb.c: If possible, create only a single shm segment and
18344         use multiple parts of it instead of creating a bunch of separate
18345         segments, since the maximum number of segments per system is not
18346         large. (This might be worth backporting to GTK+-1.2.x if we make a
18347         new release )
18348
18349         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
18350         structure in preparation for per-colormap GdkRGB.
18351
18352         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
18353         to False when we get EINVAL from shmget so that the caller of
18354         gdk_image_new can retry with a smaller segment size.
18355
18356 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
18357
18358         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
18359
18360 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
18361
18362         * configure.in: make the current version number 1.3.1 (binary age 0,
18363         interface age 0).
18364         
18365         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
18366         gtkcompat.h is all we want.
18367
18368         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
18369         GLib primitive types. fixed g_type_register_fundamental() argument
18370         ordering.
18371
18372         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
18373         compiles.
18374
18375         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
18376         object code cleanup, comment trigraph fixes, etc...
18377
18378 2000-06-23  Havoc Pennington  <hp@redhat.com>
18379
18380         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
18381         instead of making up a bogus name for first_para_mark
18382
18383         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
18384         0 as a context ID
18385
18386 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
18387
18388         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
18389
18390 2000-06-21  Havoc Pennington  <hp@pobox.com>
18391
18392         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
18393         we didn't check window->bg_pixmap != GDK_NO_BG.
18394
18395         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
18396         gdk-pixbuf
18397
18398 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
18399
18400         * docs/faq/gtk-faq.sgm: Move file to here.
18401           TODO: Update Makfile.am 
18402
18403 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
18404
18405         * docs/gtk-faq.sgm: Add Section 2
18406
18407 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
18408
18409         * docs/gtk-faq.sgm: New file. Start of DocBook
18410           version of the FAQ.
18411
18412 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
18413
18414         * configure.in (GDK_PIXBUF_MAJOR): Define version
18415         numbers for GDK_PIXBUF_*, as they get substituted
18416         into a header file. Need to consider versioning
18417         for gdk-pixbuf more carefully later.
18418
18419 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
18420
18421         Work with srcdir != builddir.   
18422         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
18423         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
18424         * demos/testpixbuf.c: Likewise.
18425         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
18426         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
18427         <gdk/x11/gdkx.h>.
18428         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
18429         "gdk-pixbuf.h".
18430         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
18431
18432 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
18433
18434         * TODO.xml: Change 1.4 version numbers to 2.0.
18435
18436 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
18437
18438         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
18439         fixups to GTK+ standard.
18440
18441 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
18442
18443         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
18444         gdk-pixbuf.
18445
18446         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
18447         fixups for GObject.
18448
18449         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
18450         gdk-pixbuf with GDK dependencies moved into GDK.
18451         
18452         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
18453         move gdk-pixbuf-loader here until GObject has signals.
18454
18455         * demos/: New directory of demos. Move demos from
18456         gdk-pixbuf here.
18457
18458         * demos/pixbuf-init.c: Small bit of code to check for
18459         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
18460         set GDK_PIXBUF_MODULEDIR appropriately.
18461
18462         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
18463         define which no longer makes sense.
18464
18465 2000-06-21  Havoc Pennington  <hp@redhat.com>
18466
18467         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
18468         gtk_get_default_language
18469
18470         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
18471         new function to get the default language
18472
18473         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
18474         s/gtk_text_view_style_values/gtk_text_style_values/
18475
18476         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
18477         Add a "language" field to tags.
18478
18479         (gtk_text_tag_set_arg): Fix bug in setting
18480         "bg_full_height_set" tag.
18481
18482 2000-06-21  Havoc Pennington  <hp@redhat.com>
18483
18484         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
18485         in the interfaces
18486
18487         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
18488         stuff instead when possible.
18489
18490         * gtk/gtktexttypes.h: Delete some unused constants
18491
18492         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
18493         testtextbuffer.c: use glib instead of custom unicode routines
18494
18495 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
18496
18497         * docs/es/: Removed mistakenly added generated sgml
18498
18499         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
18500         Remove outdated info files.
18501
18502         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
18503         Moved tutorial files into subdir
18504
18505         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
18506         subdir.
18507
18508         * docs/man/gtk_button.pod: Remove. (contents will be
18509         integrated into gtk-reference button page.)
18510
18511         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
18512         docs/faq/Makefile.am: Adjust for new organization
18513
18514 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
18515
18516         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
18517         not $(MKINSTALLDIRS)
18518
18519 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
18520
18521         * gtk/testgtk.c (create_text): Finish the job Elliot started
18522         of removing font setting test for text widget. (Since text widget
18523         and GdkFont are not deprecated, and cause portability problems.)
18524
18525 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
18526
18527         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
18528         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
18529         Remove use of libunicode in favor of new GLib functions.
18530
18531         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
18532         nano-x, framebuffer. The X11 include is just a hack until we get
18533         the necessary functions in gdkcolor.h, so there is no reason to
18534         add other includes of platforms.
18535
18536         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
18537         window bigger than the screen change.
18538
18539         * gtk/testgtk.c: Revert some random changes from Elliot
18540         that had no particular point and were causing testgtkrc
18541         not to function correctly.
18542         
18543         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
18544         because GdkSegment and GdkRegionBox have the same fields,
18545         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
18546         results in clearer code.
18547
18548         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
18549         gdk_input_translate_coordinates): Fix missed GdkObjectification
18550
18551 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18552
18553         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
18554         * gtk/gtk{plug,socket}.h: Missed commits from previous.
18555
18556 2000-06-20  Havoc Pennington  <hp@redhat.com>
18557
18558         * modules/linux-fb/Makefile.am: Make this compile
18559         without framebuffer enabled
18560
18561         * gdk/linux-fb/Makefile.am: Add conditional to not build
18562         framebuffer unless specified in configure
18563
18564         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
18565         the size of the target instead of source if -1 was passed for
18566         width/height
18567
18568         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
18569         width/height confusion.
18570
18571 2000-06-19  Havoc Pennington  <hp@redhat.com>
18572
18573         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
18574         GDK_DRAWABLE_XID. In the future, we probably want to make it
18575         faster with G_DISABLE_CHECKS turned on.
18576
18577 2000-06-14  Havoc Pennington  <hp@redhat.com>
18578
18579         * gdk/Makefile.am: add gdkpixmap.c
18580
18581         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
18582         s/gdk_image_init/_gdk_windowing_image_init
18583
18584         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
18585         ref/unref
18586
18587         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
18588
18589         * gdk/gdkcompat.h: remove GdkWindowType compat, since
18590         GdkWindowType is now non-deprecated; 
18591         change gdk_window_get_type() compat to be
18592         gdk_window_get_window_type().
18593
18594         * gdk/gdkdnd.h: make GdkDragContext a GObject.
18595
18596         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
18597         virtual GObject. Make all functions call into the vtable.
18598         Move gdk_image_put() guts in here. Remove GdkDrawableType
18599         and gdk_drawable_get_type(), these are now GdkWindow-specific.
18600         draw_image, get_depth, get_size, set_colormap, get_colormap,
18601         get_visual added to the vtable.
18602         
18603         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
18604         GObject. Virtualize everything. 
18605         (gdk_gc_new_with_values): remove check for destroyed window,
18606         because now GdkWindow::create_gc will check this.
18607         (gdk_gc_set_values): New function to set GC values, this 
18608         was already implemented but wasn't in the header
18609
18610         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
18611
18612         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
18613         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
18614         remove _gdk_window_class; add _gdk_window_impl_get_type() and
18615         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
18616         _gdk_windowing_window_init, rename gdk_image_init to
18617         _gdk_windowing_image_init.
18618         
18619         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
18620         (gdk_draw_layout): Remove check for destroyed window, 
18621         because all the drawable methods already check it.
18622         
18623         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
18624         Add gdkpixmap.c which contains implementation of GdkDrawable
18625         virtual table (by chaining to a platform-specific implementation
18626         object).
18627         
18628         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
18629         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
18630         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
18631         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
18632         GdkColormapPrivate. 
18633
18634         * gdk/gdktypes.h: #include <glib-object.h>
18635
18636         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
18637         Move most functionality to platform-specific implementation
18638         object. GdkWindow itself now handles the backing store, then
18639         chains to the platform-specific implementation.
18640         (gdk_window_get_window_type): return GdkWindowType of the window.
18641         (gdk_window_peek_children): New routine, returns the children of 
18642         a GdkWindow
18643         (gdk_window_get_children): Was in X11-specific code and did 
18644         XQueryTree. Changed to simply return a copy of window->children; 
18645         so it can go in cross-platform code.
18646         
18647         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
18648
18649         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
18650         GdkColormap; just changed to use the new private data instead
18651         of casting to GdkColormapPrivate.
18652
18653         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
18654         gdk_cursor_new().
18655
18656         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
18657         (private data member in the GObject). 
18658         (xdnd_manager_source_filter): Function had broken 
18659         error handling, fix it (use gdk_error_trap_push).
18660
18661         * gdk/x11/gdkdrawable-x11.c: This file now implements
18662         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
18663         base class is purely for the convenience of the X port,
18664         and not part of the interface to cross-platform GDK.
18665
18666         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
18667         
18668         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
18669         specific to X, and returned by the create_gc virtual method
18670         of GdkDrawableImplX11. 
18671         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
18672         rather than gchar, this was also changed in the GdkGC vtable.
18673         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
18674         mask is 0, return immediately, instead of checking every flag.
18675         This is faster, and keeps us from segfaulting if values is NULL
18676         and the mask contains some nonzero flags.
18677
18678         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
18679         GdkWindow.
18680
18681         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
18682         GdkWindowPrivate is gone.
18683
18684         * gdk/x11/gdkim-x11.c: rename things that got renamed.
18685
18686         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
18687         remove the image_put stuff that got transferred to GdkDrawable.
18688         
18689         * gdk/x11/gdkinput.c: renamings
18690
18691         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
18692
18693         * gdk/x11/gdkpixmap-x11.c: GObject conversion
18694
18695         * gdk/x11/gdkprivate-x11.h: indentation fixes
18696
18697         * gdk/x11/gdkproperty-x11.c: renamings
18698
18699         * gdk/x11/gdkselection-x11.c: renamings
18700
18701         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
18702         implements the platform-specific "impl" object.
18703         Moved gdk_window_get_children to gdk/gdkwindow.c
18704
18705         * gdk/x11/gdkx.h: Remove all the private structs and private datas
18706         that no longer exist. Add declaration of GdkGCX11 object here.
18707         Fix all the macros to still work. 
18708
18709         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
18710         GdkDragContext from the boxed types since they are now GObjects.
18711
18712         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
18713         moved xthickness/ythickness into the instance. GtkStyleClass
18714         functions are now in the standard vtable for GtkStyle, so you have
18715         to create a GObject subclass to write a theme engine.
18716         (gtk_style_copy): fixed a leaked PangoFontDescription
18717         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
18718         can be the standard GObject function.
18719         
18720         * Throughout GTK:
18721         s/style->klass->[xy]thickness/style->[xy]thickness
18722         s/pango_layout_unref/g_object_unref/
18723
18724         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
18725         
18726         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
18727         accessing GDK internals.
18728
18729         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
18730         accessing GDK internals.
18731
18732 2000-06-18  Elliot Lee  <sopwith@redhat.com>
18733
18734         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
18735
18736         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
18737         problem by calculating event position relative to the trough
18738         rather than the slider.
18739         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
18740
18741         * gdk/gdkgc.h: Add GDK_NOR.
18742
18743         * configure.in, Makefile.am: Add modules top level dir
18744         * configure.in: Only use pangox library if building x11 target.
18745         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
18746
18747 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18748
18749         * gtk/gtkcolorsel.c: Change private class member to be named
18750         private_data throughout the file.
18751
18752         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
18753         private_data to avoid clashing with keyword.
18754
18755 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
18756
18757         * gdk/gdkdnd.h: Add comment to remove warning.
18758
18759 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
18760
18761         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
18762         Byelorussian language; changed the Makefile and file names 
18763         to reflect that.
18764
18765 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
18766
18767         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
18768         rather than gdk_window_hide; this makes things work
18769         correctly if the window is programmatically hidden while
18770         iconified.
18771
18772 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
18773
18774         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
18775         cut and paste typo where wrong pixmap was being
18776         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
18777
18778 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
18779
18780         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
18781         Add helper function to compute format / bytes 
18782         relationship. Use in a couple places to fix up
18783         errors which assume 8 * format.
18784
18785         * gtk/gtkselection.c (gtk_selection_request): Use 32
18786         rather than 8 * sizeof (GdkAtom), to work correctly
18787         on Alpha.
18788
18789 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
18790
18791         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
18792         libgtk.la
18793         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
18794         versions
18795
18796         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
18797         checking macros return NULL since the function has a return value.
18798
18799 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
18800
18801         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
18802         GTK+ from building at all.
18803
18804         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
18805
18806 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
18807
18808         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
18809         gtk/Makefile.am: make it possible to configure gtk for different
18810         targets on the same platform. The library name is now 
18811         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
18812         flag. Only the x11 target compiles right now.
18813         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
18814         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
18815         * gdk/nanox/gdk*generic*: delete generic region code.
18816         * gdk/linux-fb/gdk*generic*: delete generic region code.
18817         * README.nanox: update information.
18818         
18819 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
18820
18821         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
18822         prepend not append. (Pointed out by Brett Hall.)
18823
18824 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
18825
18826         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
18827
18828 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
18829
18830         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
18831         need this later, and this makes sure that the atexit for
18832         glib gets called after that for GDK, so atexits are
18833         properly ordered for object leak checking.
18834
18835         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
18836
18837         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
18838         pango_x_shutdown_display()
18839
18840         * gtk/simple.c (main): Close window on destroy.
18841
18842 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
18843
18844         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
18845         to treat initial creation different from setting with 
18846         regards to the graphics-exposures parameter, so add a parameter
18847         indicating whether this is initial or not.
18848
18849 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
18850
18851         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
18852         to sort of work by adding an extra return_exposes arg
18853         to gdk_event_translate() - it might be better to simply
18854         deprecate the function altogether and force people to rewrite
18855         without it. gdk_window_scroll() handles most of it, and where
18856         gdk_window_scroll() doesn't work, simply redrawing more does.
18857
18858         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
18859         assertion.
18860
18861         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
18862
18863         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
18864         bunch of pretty much useless /* Print debugging info */ comments 
18865         which had drifted away from the code they were commenting.
18866
18867 2000-06-02  Havoc Pennington  <hp@pobox.com>
18868
18869         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
18870         is in working order.
18871         
18872         * gtk/testtext.c: Change to reflect anonymous mark API
18873
18874         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
18875
18876         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
18877         field, which was unused.
18878
18879         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
18880         saves some typing.
18881
18882         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
18883
18884         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
18885         flag on the insertion point and selection bound
18886
18887         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
18888         make mark-manipulation functions take a GtkTextMark* instead of a
18889         mark name.
18890         
18891         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
18892         GtkTextMarkBody; will be used to detect attempts to delete
18893         the permanent marks (insert and selection bound)
18894
18895         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
18896
18897 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
18898
18899         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
18900         flag to on.
18901
18902         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
18903         Honor DOUBLE_BUFFRED_FLAG
18904
18905         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
18906         function to set the DOUBLE_BUFFERED flag.
18907
18908         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
18909         or not exposes done on the widget should be double-buffered.
18910
18911         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
18912         to be what would be expected. (Fixes problem with a
18913         g_return_if_fail() validating a TextDirection enumeration)
18914
18915 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
18916
18917         * gtk/gtkwidget.c: Remove all references to 
18918         offscreen flag which was no longer used.
18919
18920         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
18921
18922         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
18923         for non-null label_widget->parent.
18924
18925         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
18926         which no longer was used.
18927
18928         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
18929
18930         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
18931         for null arguments.
18932
18933         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
18934         check for destroyed windows.
18935
18936 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
18937
18938         * gtk/gtkimmulticontext.c: Add a finalize method and unref
18939         the slave context there.
18940
18941         * gtk/gtkinvisible.[ch]: Make reference counting behavior
18942         identical to GtkWindow.
18943
18944 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
18945
18946         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
18947         pangox to here, so we can write them independent of rendering
18948         system, using GDK primitives.
18949
18950         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
18951         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
18952         since we have a rendering-system independent implementation in
18953         terms of draw_glyphs().
18954         
18955         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
18956         function to render a single line.
18957
18958         * gdk/x11/gdkpango.c: Move the guts of this file mostly
18959         into ../gdkpango.c, which simplifies things, since we
18960         don't have to deal with raw X gc's.
18961
18962 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
18963
18964         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
18965         get the logical attributes for a given GtkTextLine.
18966
18967 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
18968
18969         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
18970         g_locale_get_codeset() to g_get_codeset() change.
18971
18972 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
18973
18974         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
18975         descriptions.
18976
18977         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
18978         the entry.
18979
18980         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
18981         redoing (vastly simplifying) for Pango. Still needs quite
18982         a bit of work. (Size selection is currently poor. List of 
18983         predefined sizes is not a good idea, since all of these
18984         sizes won't necessarily be distinct.)
18985
18986 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
18987
18988         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
18989         CODESET results for LANG=C.
18990
18991 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
18992
18993         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
18994         which takes a stringized pango font description;
18995         ignore the older 'font' and 'fontset' declarations.
18996
18997         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
18998         field with a GdkFont derived via gdk_font_from_description(),
18999         for compatibility. (Should we just remove it entirely?
19000         Probably too much compatibility breakage, but people
19001         should be migrating to the new Pango stuff as quickly
19002         as possible.)
19003
19004 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
19005
19006         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
19007
19008 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
19009
19010         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
19011         redoing; there are some bugs in size allocation right
19012         now, the semi-existant distinction between header / day
19013         fonts was removed, but, with Pango, could actually
19014         be made functional in a nice way.
19015         
19016         * gtk/testcalender: Move calender from examples into this
19017         directory as a test program. (We really need to restrcture
19018         testgtk into a whole directory full of tests for every
19019         widget or functionality group, separated into multiple .c
19020         files.)
19021
19022 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
19023
19024         * gtk/testgtk.c (file_exists): Fix stupid typo that
19025         was keeping RC file from being loaded.
19026
19027         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
19028         RC file font code.
19029
19030 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
19031
19032         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
19033         Add function to load a GdkFont from a PangoFontDescription.
19034
19035 2000-05-29  Tor Lillqvist  <tml@iki.fi>
19036
19037         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
19038         variable should be of type GdkEventPrivate.
19039
19040 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
19041
19042         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
19043         to have any widget for the label, use a GtkLabel widget
19044         to display the text. (Based partially on a patch from
19045         Anders Carlson.)
19046
19047         (Quite a bit of code reorganization - strip 90% of the
19048         guts out of gtkaspectframe and add a single virtual
19049         func to GtkFrameClass - compute_child_allocation.)
19050
19051 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
19052
19053         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
19054         (Removed clist->row_center_offset field because caching
19055         it wasn't saving time or code, added private function
19056         _gtk_clist_create_cell_layout()).
19057
19058 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
19059
19060         * gtk/gtkaccellabel.c: Pangoized.
19061
19062         * gtk/[hv]ruler.c: Pangoized
19063
19064 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
19065
19066         * gtk/gtkfilesel.c (gtk_file_selection_init):
19067         Use gtk_clist_set_column_auto_resize() to remove need
19068         need for manual column width computations.
19069
19070 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
19071
19072         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
19073         ensuring Pango correctness, and considerably simplifying the
19074         code.
19075         
19076         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
19077
19078         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
19079         getting of numbers of lines.
19080
19081         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
19082         to the actual requested width of the lable, not to the wrap
19083         width we set.
19084
19085         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
19086
19087         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
19088           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
19089
19090         * gtk/gtktextview.c: Fix structure inheritance.
19091
19092         * gtk/gtkprogressbar.c: Pangoize.
19093
19094 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
19095
19096         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
19097         in a function.
19098
19099         * gtk/gtktextlayout.c (find_display_line_above): Fixed
19100         bug with computing line tops.
19101
19102         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
19103
19104 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19105
19106         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
19107         and y_offset coordinates to do what we need now. (The offset between
19108         buffer and layout coordinates has been reintroduced, but is a 
19109         bit different than before.)
19110
19111         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
19112         handle the adjustments ourselves, and scroll as necessary using
19113         the new gdk_window_scroll().
19114         
19115         The advantage of this is that when we are incrementally revalidating,
19116         we are essentially rearranging things around the visible portion
19117         of the screen. With the old setup, the visible portion of the
19118         screen was moved around in the layout, so scrolling and redrawing
19119         to track that caused jumping of the display. Since we now
19120         control the scrolling ourselves, we can suppress this and
19121         only redraw when things actually change.
19122
19123 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
19124
19125         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
19126         the region not just redisplay it after-all, since we store the
19127         cursors in the LineDisplay. (Ugly interactions here between
19128         GtkLayout and GtkTextBTree here.)
19129         
19130         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
19131
19132 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
19133
19134         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
19135         Added function to scroll contents of a window while keeping the
19136         window constant. Works by XCopyArea or guffaw-scrolling depending
19137         on the details of how the window is set up. (guffaw-scrolling
19138         still needs to be filled in.)
19139
19140 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
19141
19142         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
19143         move the debugging that was tied to a global variable
19144         to that.
19145
19146         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
19147
19148         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
19149         validated flag, in line data instead of setting height/width to
19150         -1. This allows us to perform operations with partially invalid
19151         buffer (using the old size for invalid lines) and thus to do
19152         incremental vaidation. Keep height/width aggregates up to date
19153         when deleting text and rebalancing the tree.
19154
19155         * gtk/gtktextbtree.[ch]: Add functions validate a line
19156         (gtk_text_btree_validate_line), and to validate up
19157         to a number of pixels (gtk_text_btree_validate).
19158
19159         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
19160         that indicates that something is changed and a revalidation
19161         pass is needed. Change ::need_repaint to ::changed, and
19162         make it take old and new yranges instead of a rectangle.
19163
19164         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
19165         the line_data_destroy() function from 
19166         gtk_text_btree_add_view() to a virtual function in 
19167         GtkTextLayout
19168
19169         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
19170         since we are handling partial repaints in a different fashion
19171         now.
19172
19173         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
19174         of the selection instead of queueing a repaint on the
19175         entire widget.
19176
19177         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
19178         get_selection_bounds() down to btree, make the function
19179         in buffer a wrapper around the btree function.
19180
19181         * gtk/gtktextlayout.[ch]: Add functions to check if the
19182         layout is valid and to recompute either a range of pixels
19183         aroudn a line or a certain total number of pixels.
19184
19185         * gtk/gtktextlayout.[ch]: Cache a single line display;
19186         now that we only redraw the needed portions, the hit rate
19187         for this cache is quite high.
19188         
19189         * gtk/gtktextview.[ch]: Keep track of the first paragraph
19190         on the screen so that when re-laying-out the buffer, we can
19191         keep the same place. This requires connecting to ::value_changed
19192         on the adjustments
19193
19194         * gtk/gtktextview.[ch]: Add idle functions to revalidate
19195         the buffer after we receive an ::invalidated signal.
19196         
19197 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
19198
19199         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
19200         to max of allocation and layout size, not just to the
19201         layout size.
19202
19203         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
19204         Invalidate window so it gets redrawn properly.
19205
19206         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
19207         to mean the entire window.
19208
19209         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
19210         into public header.
19211
19212 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19213
19214         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
19215         to get the name of a mark.
19216
19217         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
19218         to find the paragraph from a y position.
19219
19220 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
19221
19222         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
19223         nodes have width/height >= 0, not > 0.
19224
19225 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
19226
19227         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
19228         Add a size_only flag, so when we only need the size, we don't create
19229         useless appearance attributes.
19230
19231         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
19232         duplicate setting of font description.
19233
19234         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
19235
19236 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19237
19238         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19239         EXTRA_DIST. It does not work well when the file that
19240         everything depends on is not in the tarball.
19241
19242 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19243
19244         * gtk/testgtk.c: Some hacks and fixes so that it basically
19245         works when not sitting in the GTK+ build tree.
19246
19247 2000-05-03  Havoc Pennington  <hp@redhat.com>
19248
19249         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
19250         Properly determine the ordering of the tag root and the current
19251         line within the tree. Previous algorithm only worked if the tag
19252         root's immediate parent was the common root of both the current
19253         line and the tag root.
19254
19255 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
19256
19257         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
19258         alignment.
19259
19260         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
19261         the widget text directional dynamically.
19262
19263         * gtk/gtktextview.[ch]: Added functions to get and set default
19264         wrap mode.
19265
19266 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
19267
19268         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
19269         in cursor location computation.
19270
19271 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
19272
19273         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
19274         vadjusment values properly when layout gets smaller.
19275
19276         * gtk/gtktextview.c (need_repaint_handler): Areas being
19277         passed in are far completely inaccurate, and sometimes
19278         too small, so, for now, just queue a redraw on the
19279         whole visible region.
19280
19281 2000-04-25  Havoc Pennington  <hp@redhat.com>
19282
19283         * gtk/gtktextbtree.c (summary_destroy): new function to 
19284         destroy tag summary nodes
19285         (gtk_text_line_next_could_contain_tag): this function was 
19286         totally broken if the line passed in wasn't below the tag
19287         root. Fix it.
19288         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
19289         "wildcard" case, we have to do a linear scan. Blah.
19290         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
19291         we have to do the linear scan
19292         (tag_removed_cb): When a tag is removed from the tag table, 
19293         remove the GtkTextTagInfo node from the btree.
19294         (gtk_text_btree_spew): Implement the spew function, for 
19295         our debugging pleasure.
19296
19297 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
19298
19299         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
19300         a problem with referring to the wrong buffer.
19301
19302         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
19303
19304         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
19305         font description to gtk_style_new() - otherwise things
19306         don't work without a .gtkrc file.
19307
19308         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
19309         tags table if we create it ourself, too.
19310
19311         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
19312         it was conflicting with XKB modifiers.
19313
19314         * gtk/gtktextview.[ch]: Add simple support for 
19315         GtkIMContext.
19316
19317 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
19318
19319         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
19320         with deletion from last commit.
19321
19322 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
19323
19324         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
19325         in the context from the current locale.
19326         
19327         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
19328         context, not hardcoded value.
19329
19330         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
19331         not logical.
19332
19333 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19334
19335         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
19336         attributes - that doesn't handle partial-glyph selection
19337         properly. Instead use new pango_layout_line_get_x_ranges()
19338         functionality to draw the selection.
19339
19340         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
19341         now properly handles out-of-range coordinates.
19342
19343         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
19344
19345         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
19346         public.
19347
19348         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
19349         for paragraphs opposite to the base direction of the widget.
19350
19351         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
19352
19353         * gtk/gtktextlayout.c: Don't split segments on marks, since that
19354         causes Arabic words to reshape as you cursor through.
19355
19356         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
19357         cursor position when moving vertically with the arrow keys and
19358         scrolling with page-up/page-down. (Arrow keys save only the X,
19359         scrolling saves both X and Y.)
19360
19361         This means you can line-up / line-down or page-up / page-down
19362         without losing your place, and also that moving vertically
19363         with the cursor keys keeps the same X position, not the same
19364         character count:
19365
19366         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
19367         arrow keys move by display lines, not paragraphs.
19368
19369 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19370
19371         * gtk/gtklayout.c: Make sure that the bin window is at least
19372         as big as the allocation. (Should we also make sure that the
19373         bin window is big enough to completely cover widget->window?)
19374
19375         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
19376         function to get the onscreen rectangle.
19377
19378         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
19379         for offsets in window coordinates.
19380
19381 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
19382
19383         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
19384         confusion.
19385
19386         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
19387         from the widget direction.
19388
19389         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
19390         Add a "direction" attribute.
19391
19392         * gtk/gtktextview.c: global s/tkxt/text_view/.
19393
19394         * gtk/testtext.c: Added long block of text in Arabic, to test out
19395         the direction attributes. (Some problems with the shaping system
19396         for arabic become obvious - like the fact the cursor splits words
19397         into unjoined pieces.)
19398
19399 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
19400
19401         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
19402
19403         * gtk/gtktextlayout.c: Fix up alignment.
19404
19405         * gtk/testtext.c: Add some tests for centering, wrapping.
19406
19407 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
19408
19409         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19410         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
19411         If we wrote GTK+-specific layout-render function this could just replace
19412         the draw_layout() operation in the vtable.
19413
19414         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
19415         pango_layout_get_cursor_pos() and use that function.
19416
19417         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
19418         is a non-static symbol.
19419
19420         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
19421         with gtk_text_btree_find_line_by_y()
19422
19423         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
19424         renderer that handles GtkTextAppearance attributes.
19425
19426         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
19427
19428           - Move the values in the style that don't affect geometry into a
19429             GtkTextAppearance structure.
19430           - Change underline to take a PangoUnderline and "font" a string
19431             representation of a font description
19432           - Add a "font_desc" attribute which takes a FontDescription structure.
19433
19434         * gtk/gtktextlayout.[ch]:
19435
19436           - Get rid of the display-line list per each line. Instead, we
19437             generate, on demand, a GtkTextLineDisplay structure which]
19438             contains a PangoLayout * and other necesary information
19439             (offsets, cursor locations) for displaying a paragraph.
19440           - Get rid of the code to wrap lines, create display chunks,
19441             etc. Instead, we just go through a paragraph and convert
19442             it into the necessary inputs to a PangoLayout.
19443           - Implement a new attribute type, GtkTextAttrAppearance. This
19444             holds a GtkTextAppearance, and is used to pass colors, 
19445             stipple, etc, through from the layout to the display without
19446             having to use lots and lots of individual attributes.
19447           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
19448             in terms of PangoLayout functions.
19449         
19450         * gtk/gtktextview.c: 
19451          
19452           - Handle passing the necessary PangoContext to the layout
19453           - Some fixups in painting to deal with the automatic backing store
19454             and offsetting of GTK+-1.4
19455           - Add a style_set handler so that the default style reacts
19456             properly to theme changes.
19457         
19458         * gtk/gtktext?*.[ch]: Random code-style fixes.
19459
19460         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
19461
19462 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
19463
19464         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
19465         in original form preparatory to Pango-ization and gdkimcontext-ization.
19466
19467 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
19468
19469         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
19470         so that we can derive from gtkimcontext in language bindings properly.
19471
19472 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
19473
19474         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
19475         Add a compose table including (almost) all the compose combinations
19476         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
19477         data in the XIM implementation.
19478
19479         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
19480         Moved functions to convert keyvalues from and to unicode here from
19481         the win32 port and made them public.
19482
19483 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
19484
19485         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
19486
19487 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
19488
19489         * gtk/gtkimcontext.[ch]: Base class for new input context system
19490
19491         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
19492         the real input context implementation to be loaded from modules
19493         and switched on the fly.
19494
19495         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
19496         context that just does direct keysymbol => unicode translation.
19497
19498         * gtk/gtkentry.[ch]: Start switching editing over to using
19499         GtkInputContext. (No handling of preedit yet.)
19500
19501 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
19502
19503         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
19504         many substitutions. (klass should not be subsituted.)
19505
19506 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
19507
19508         * configure.in: Add checks for Pango
19509
19510         * configure.in docs/Makefile.am: Add test for sgml2html
19511         and allow 'make dist' without building html, but print out
19512         warnings in that case. (For making snapshots)
19513
19514         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
19515         Add Pango libraries and C flags
19516
19517         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
19518         Add function (gdk_draw_layout) to draw a pango layout.
19519
19520         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
19521         for getting Pango contexts for GDK.
19522
19523         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
19524
19525         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
19526         editing.
19527
19528         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
19529         keysym => unicode translations. More languages can be added
19530         here, but real input-method support is needed.
19531
19532         * docs/Changes-1.4.txt: Added note about entry behavior.
19533         
19534         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
19535         to set the reading direction for a widget and the global direction.
19536         Add test which allows toggling the global direction. Two private
19537         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
19538
19539         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
19540           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
19541
19542         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
19543
19544         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
19545         underlining now handled by Pango.
19546
19547         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
19548         to RCStyle and Style. (Having both this and the old font name and GdkFont 
19549         is temporary.)
19550
19551         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
19552         convenience functions for creating contexts and layouts for widgets.
19553
19554         * gtk/testgtk.c: Enhance label tests with multilingual labels.
19555
19556 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
19557
19558         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
19559         titles to be active, even if they aren't visible.
19560         (gtk_clist_column_titles_passive):  Ditto.
19561
19562 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
19563
19564         * gtkmenu.c:
19565         * gtkmenu.h:
19566         * gtktypeutils.h: Spelling/grammar fixes in comments.
19567
19568 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
19569
19570         * gdk/nanox/*.h: add missing header files.
19571
19572 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
19573
19574         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
19575         send_event to TRUE.
19576         (gtk_drawing_area_size): queue a resize.
19577
19578 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
19579
19580         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
19581         the handlers, also invalidate them. bug nailed down by Karl Nelson
19582         <kenelson@ece.ucdavis.edu>.
19583
19584 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
19585
19586         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
19587         "(nil)" foundries, patch from Grigorios Magklis.
19588
19589         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
19590         on non-available fonts, based on a patch by Grigorios Magklis
19591         <maglis@cs.rochester.edu>.
19592
19593 2000-05-18  Elliot Lee  <sopwith@redhat.com>
19594
19595         * gdk/x11/gdkregion-generic.c: If a region does not have any
19596         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
19597         instead of GDK_OVERLAP_RECTANGLE_IN.
19598
19599 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
19600
19601         * gtk/gtklayout.c (gtk_layout_map): Remove references to
19602         OFFSCREEN, as it is no longer necessary.
19603
19604 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
19605
19606         * gtk/gtkcolorsel.c: Patch from David Santiago
19607         <mrcooger@cyberverse.com> to change things so that the 
19608         indicator of the active palette entry is done independently,
19609         not via the focus, since it should always be visible.
19610
19611 2000-05-17  Tor Lillqvist  <tml@iki.fi>
19612
19613         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
19614         refcount leaks as in the X11 backend.
19615
19616         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
19617         cosmetics.
19618
19619         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
19620         backend. Add _gdk_windowing_window_destroy().
19621
19622         * gtk/gtkcolorsel.c: Include correct backend-specific header.
19623         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
19624         either, but these probably do exist on nanox?)
19625         
19626         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
19627         which isn't necessarily defined by <math.h>.
19628
19629         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
19630         ancestry past GtkObject.
19631
19632         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
19633         from DLL on Win32.
19634
19635         * gtk/gtk.def: Update corresponding to recent changes.
19636
19637         * gtk/makefile.{cygwin,msc}: Updates.
19638
19639 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
19640
19641         * docs/Changes-1.4.txt: A bit of editing.
19642
19643         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
19644         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
19645         to clear the update area for the window, and clear it
19646         when hiding a window.
19647
19648         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
19649         if window destroyed.
19650
19651         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
19652
19653         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
19654         gdk_window_destroy() to the generic code, since there was a lot of 
19655         window-system-independent logic it in. Add a function:
19656         
19657          _gdk_window_destroy() 
19658
19659         to the internal API to destroy a window without unreferencing it.
19660         Add a function:
19661
19662          _gdk_windowing_window_destroy()
19663
19664         That does the windowing-system-dependent part of destroying 
19665         the window.
19666
19667 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
19668
19669         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
19670
19671 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
19672
19673         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
19674         Make gtk_widget_shape_combine_mask() keep a reference count on
19675         the pixmap since it keeps it around.
19676
19677 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
19678
19679         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
19680         leak.
19681
19682         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
19683         leak with event filters.
19684
19685 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
19686
19687         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
19688         signal handlers with the right data arguments. (Fixes
19689         some warnings when a widget was repeatedly set as a drag
19690         destination.)
19691
19692         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
19693         window so we can avoid avoid setting the DND properties on the
19694         toplevel window repeatedly.
19695
19696 2000-05-13  Tor Lillqvist  <tml@iki.fi>
19697
19698         * gdk/win32/gdkwin32.h: Define more message types missing from
19699         mingw headers.
19700
19701         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
19702         call gdk_window_destroy_notify(). It was never called. This
19703         probably meant that the GdkWindow was never freed. Thanks Owen for
19704         noticing (!).
19705
19706         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
19707         window as destroyed before calling DestroyWindow(). DestroyWindow()
19708         causes a call to the window procedure (gdk_WindowProc), which
19709         calls gdk_event_translate(), which calls
19710         gdk_window_destroy_notify(), which gets confused unless the window
19711         is set as destroyed.
19712
19713         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
19714         this function to indicate it's win32 only. Put inside #ifdef
19715         G_ENABLE_DEBUG.
19716
19717         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
19718         debugging function. (gdk_event_translate:) Add a default branch
19719         that uses the above function to print debug messages with all
19720         Windows messages symbolically.
19721
19722         * gdk/win32/gdkprivate-win32.h: Declare it, and
19723         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
19724
19725 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
19726
19727         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
19728         public header file.
19729
19730 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
19731
19732         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
19733
19734         * gtk/gtktext.c: made the adjustments no-construct args, simply
19735         provide default adjustments.
19736         (gtk_text_destroy): release adjustments.
19737
19738         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
19739         adjustment argument non-construct.
19740
19741         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
19742         instead of in finalize.
19743         (gtk_progress_get_text_from_value): 
19744         (gtk_progress_get_current_text): 
19745         (gtk_progress_set_value): 
19746         (gtk_progress_get_percentage_from_value): 
19747         (gtk_progress_get_current_percentage): 
19748         (gtk_progress_set_percentage): 
19749         (gtk_progress_configure): ensure an adjustment is present.
19750
19751 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
19752
19753         * gtk/gtkcolorsel.[hc]:
19754         * gtk/gtkcolorseldialog.[hc]:
19755         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
19756         their parent implementation, use bit fields for boolean values, don't
19757         create unused widgets, usage of glib types, braces go on their own
19758         lines, function argument alignment, #include directives etc. etc. etc..
19759
19760         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
19761
19762 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
19763
19764         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
19765
19766         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
19767         of NULL.
19768
19769         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
19770         to freed data.
19771         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
19772
19773         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
19774         to NULL when the toplevel is getting destroyed.
19775         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
19776         (gtk_menu_destroy): 
19777         (gtk_menu_init): store the information of whether we have to
19778         readd the initial child ref_count during destruction in a new
19779         GtkMenu field needs_destruction_ref_count.
19780
19781         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
19782         here, those reading: learn from my mistake! ;)
19783         in order for set_?adjustment to support a default adjustemnt if
19784         invoked with an adjustment pointer of NULL, the code read (pseudo):
19785         if (v->adjustment) unref (v->adjustment);
19786         if (!adjustment) adjustment = adjustment_new ();
19787         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
19788         now imagine the first unref to actually free the old adjustment and
19789         adjustment_new() creating a new adjustment from the very same memory
19790         portion. here, the latter comparision will unintendedly fail, and
19791         all hell breaks loose.
19792         (gtk_viewport_set_hadjustment):
19793         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
19794         after unreferencing it.
19795
19796         * gtk/gtkcontainer.[hc]: removed toplevel registration
19797         functions: gtk_container_register_toplevel(),
19798         gtk_container_unregister_toplevel() and
19799         gtk_container_get_toplevels() which had wrong semantics
19800         anyways: it didn't reference and copy the list.
19801
19802         * gtk/gtkwindow.c: we take over the container toplevel registration
19803         bussiness now. windows are registered across multiple destructions,
19804         untill they are finalized. the initial implicit reference count
19805         users are holding on windows is removed with the first destruction
19806         though.
19807         (gtk_window_init): ref & sink and set has_user_ref_count, got
19808         rid of gtk_container_register_toplevel() call. add window to
19809         toplevel_list.
19810         (gtk_window_destroy): unref the window if has_user_ref_count
19811         is still set, got rid of call to
19812         gtk_container_unregister_toplevel().
19813         (gtk_window_finalize): remove window from toplevel list.
19814         (gtk_window_list_toplevels): new function to return a newly
19815         created list with referenced toplevels.
19816         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
19817
19818         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
19819         adjustment a non-construct arg.
19820         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
19821         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
19822         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
19823
19824         * gtk/gtkrange.c: added some realized checks.
19825         (gtk_range_destroy): get rid of the h/v adjustments in the
19826         destroy handler instead of finalize. remove timer.
19827         (gtk_range_get_adjustment): demand create adjustment.
19828
19829         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
19830         we simply create them on demand now and get rid of them in
19831         the destroy handler.
19832         (gtk_viewport_destroy): get rid of the h/v adjustments in the
19833         destroy handler instead of finalize.
19834         (gtk_viewport_get_hadjustment): 
19835         (gtk_viewport_get_vadjustment): 
19836         (gtk_viewport_size_allocate): demand create h/v adjustment
19837         if required.
19838
19839         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
19840         gtk_widget_real_destroy () functionality.
19841         (gtk_widget_real_destroy): reinitialize with a new style, instead
19842         of setting widget->style to NULL.
19843
19844 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
19845
19846         * gtk/gtkcalendar.c:
19847         * gtk/gtkbutton.c: ported _get_type() implementation over to
19848         GType, either to preserve memchunks allocation facilities,
19849         or because Gtk+ 1.0 GtkTypeInfo was still being used.
19850
19851         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
19852         over. prepare for ::destroy to be emitted multiple times.
19853         removed reference tracer magic. chain into GObjectClass.shutdown()
19854         to emit ::destroy signal.
19855
19856         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
19857         fundamental.
19858
19859         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
19860         cludge.
19861
19862         * gtk/gtksocket.c:
19863         * gtk/gtkplug.c:
19864         * gtk/gtklayout.c:
19865         * gtk/gtklabel.c:
19866         * gtk/gtkargcollector.c:
19867         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
19868         not being a fundamental anymore, and to work with the new
19869         type system (nuked fundamental type varargs clutter).
19870
19871         * gtk/*.c: install finalize handlers in the GObjectClass
19872         part of the class structure.
19873         changed direct GTK_OBJECT()->klass accesses to
19874         GTK_*_GET_CLASS().
19875         changed direct object_class->type accesses to GTK_CLASS_TYPE().
19876
19877         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
19878         GType. made most of the GTK_*() type macros and Gtk* typedefs
19879         simple wrappers around macros and types provided by GType.
19880         most notably, a significant portion of the old API vanished:
19881         GTK_TYPE_MAKE(),
19882         GTK_TYPE_SEQNO(),
19883         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
19884         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
19885         GTK_TYPE_ARGS,
19886         GTK_TYPE_CALLBACK,
19887         GTK_TYPE_C_CALLBACK,
19888         GTK_TYPE_FOREIGN,
19889         GtkTypeQuery,
19890         gtk_type_query(),
19891         gtk_type_set_varargs_type(),
19892         gtk_type_get_varargs_type(),
19893         gtk_type_check_object_cast(),
19894         gtk_type_check_class_cast(),
19895         gtk_type_describe_tree(),
19896         gtk_type_describe_heritage(),
19897         gtk_type_free(),
19898         gtk_type_children_types(),
19899         gtk_type_set_chunk_alloc(),
19900         gtk_type_register_enum(),
19901         gtk_type_register_flags(),
19902         gtk_type_parent_class().
19903         replacements, where available are described in ../docs/Changes-1.4.txt.
19904         implemented compatibility functions for the remaining API.
19905
19906         * configure.in: depend on glib 1.3.1, use gobject module.
19907
19908 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
19909
19910         * TODO.xml: Various updates to current status.
19911
19912 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
19913
19914         * gtk.m4: Print out version when test succeeds.
19915
19916 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
19917
19918         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
19919         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
19920         
19921         (Original triangle color selector from Simon Budig
19922         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
19923         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
19924         Santiago <mrcooger@cyberverse.com>)
19925
19926         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
19927         out into a separate widget.
19928
19929         * gtk/testgtk.c: Add some checkbuttons for toggling palette
19930         and opacity controls.
19931
19932 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
19933
19934         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
19935         snuck in prematurely.
19936
19937 2000-05-07  Tor Lillqvist  <tml@iki.fi>
19938
19939         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
19940         had deleted a ! operator by mistake, which caused
19941         GDK_SELECTION_CLEAR events never to be generated, which caused
19942         only the first copy to the clipboard from an gtkeditable to
19943         actually cause a copy to the Windows clipboard.
19944
19945 2000-05-06  Tor Lillqvist  <tml@iki.fi>
19946
19947         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
19948         compilation, too. Current mingw gcc distributions include the
19949         necessary headers. Also the necessary IIDs are now in mingw
19950         headers/libraries, and own definitions unnecessary.
19951
19952         More hacking on OLE2 DND, still doesn't work though, and thus
19953         ifdeffed out.
19954
19955         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
19956         here, too.
19957
19958 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
19959
19960         * gdk/nanox/*: nano-X port work in progress.
19961         * gdk/simple.c: simple test for Gdk.
19962         * README.nanox: notes about the port: read this first!
19963         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
19964         with nano-X.
19965
19966 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
19967
19968         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
19969         gdk_window_clear() into common code, implement in terms of
19970         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
19971         not redirected to the backing rectangle.
19972
19973 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19974
19975         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19976         EXTRA_DIST. It does not work well when the file that
19977         everything depends on is not in the tarball.
19978
19979 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
19980
19981         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
19982         with recursion where process_updates() is called from
19983         an expose handler. (GtkTextView is highly broken in
19984         doing this, but it should work, so it is a nice test
19985         case.)
19986
19987 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
19988
19989         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
19990         handle the case where updates are queued during processing of
19991         updates.
19992
19993 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
19994
19995         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
19996         window is on gdk_display - use that instead of segfaulting.
19997
19998 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
19999
20000         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
20001         broken and require an empty arg, give it to them.
20002
20003 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
20004
20005         * gtk/gtklabel.h: indentation fixes.
20006
20007 2000-05-02  Tor Lillqvist  <tml@iki.fi>
20008
20009         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
20010         draw too narrow or too low arcs, they seem to fail, at least with
20011         some display drivers.
20012
20013         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
20014
20015         Large changes to the Win32 backend, partially made necessary by
20016         the changes to the backend-independent internal
20017         structures. Attempts to implement similar backing store stuff as
20018         on X11. The current (CVS) version of the Win32 backend is *not* as
20019         stable as it was before the no-flicker branch was merged. A
20020         zipfile with that version is available from
20021         http://www.gimp.org/win32/. That should be use by "production"
20022         code until this CVS version is usable. (But note, the Win32
20023         backend has never been claimed to be "production quality".)
20024
20025         * README.win32: Add the above comment about versions.
20026
20027         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
20028
20029         * gdk/gdk.def: Update.
20030
20031         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
20032         presumably be replaced by some more better mechanism as 1.4 gets
20033         closer to release shape.
20034
20035         * gdk/makefile.{cygwin,msc}: Update.
20036
20037         * gdk/win32/*.c: Correct inclusions of the backend-specific and
20038         internal headers. Change code according to changes in these. Use
20039         gdk_drawable_*, not gdk_window_* where necessary.
20040
20041         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
20042         our old DND.
20043
20044         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
20045         to interpret single characters as UTF-8. Thanks to Hans Breuer.
20046         Use correct function name in warning messages.
20047
20048         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
20049         GSourceFuncs gdk_event_prepare and gdk_event_check.
20050         (gdk_event_get_graphics_expose): Do implement, use
20051         PeekMessage. Thanks to Hans Breuer.
20052         (event_mask_string): Debugging function to print an GdkEventMask.
20053         (gdk_pointer_grab): Use it.
20054
20055         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
20056         (old) book I used claimed was Hangul actually is CJK Unified
20057         Ideographs Extension A. Also, Hangul Syllables were missing.
20058         Improve logging.
20059
20060         * gdk/win32/gdkgc-win32.c: Largish changes.
20061
20062         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
20063         g_win32_getlocale() from GLib, and not setlocale() to get current
20064         locale name.
20065
20066         * gdk/win32/gdkprivate-win32.h
20067         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
20068         gdkwin32.h, similarily as in the X11 backend.
20069
20070         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
20071         assignment was used instead of equals in if test. Thanks to Hans
20072         Breuer.
20073
20074         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
20075         the X11 version.
20076
20077         * gdk/win32/makefile.{cygwin,msc}
20078         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
20079         path to the Win32 headers that works also with the mingw compiler.
20080
20081         * gtk/gtkstyle.c: Include <string.h>.
20082
20083 2000-04-26  Havoc Pennington  <hp@redhat.com>
20084
20085         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
20086         replacing the broken gtk_label_get ()
20087
20088 2000-04-15  Havoc Pennington  <hp@pobox.com>
20089
20090         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
20091         this keeps scanner scripts from getting confused.
20092
20093         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
20094         data, rather than void
20095
20096 2000-04-15  Tor Lillqvist  <tml@iki.fi>
20097
20098         * gtk/gtkclist.c (gtk_clist_motion)
20099         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
20100         with is_hint FALSE, get x and y from the event. They used to be
20101         used uninitialised. The Win32 backend never sends motion events
20102         marked as hints. This for instance fixes the annoying file and
20103         font selector behaviour in the Win32 version.
20104
20105 2000-04-14  Tor Lillqvist  <tml@iki.fi>
20106
20107         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
20108         gtk_private_n_signals variables, they are used by some software,
20109         sigh.
20110
20111         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
20112         installation directory from the Registry, where the installer
20113         should have put it.
20114
20115 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
20116
20117         * gdk/x11/Makefile.am: Fix problem with installation directory for
20118         gdkx.h
20119
20120         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
20121         <mrcooger@cyberverse.com> so that when selecting menus with the
20122         mouse, the first item will not be selected, but when selecting
20123         with an accelerator, or navigating left-right on a menubar with
20124         the menus popped up, the first item will be selected.
20125
20126 2000-04-05  Dan Damian  <dand@dnttm.ro>
20127
20128         * configure.in: Added "ro" to ALL_LINGUAS.
20129
20130 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
20131
20132         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
20133         indentation.
20134
20135         * Makefile.am (EXTRA_DIST): Fix typo.
20136
20137         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
20138         to catch gdkconfig.h
20139
20140         * gtk/gtkitemfactory.c: Added FIXME.
20141
20142 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
20143
20144         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
20145         s/return_if_fail/return_val_if_fail/g and add a return value.
20146
20147 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
20148
20149         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
20150         merge slipup.
20151
20152         * gdk/gdkinput.h: Fix missing line from merge.
20153
20154 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
20155
20156         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
20157         instead of gdkprivate.h.
20158
20159 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
20160
20161         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
20162         parent class to correctly be GtkDialogClass.
20163
20164 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
20165
20166         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
20167         toplevel windows and their immediate children by their parents,
20168         since the size of toplevel windows is out of our immediate
20169         control and we don't get any real benefit from trying to track
20170         this size for clipping.
20171
20172         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
20173         for input_only windows.
20174
20175         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
20176         to fix some hacks and make sure that we don't try to set the
20177         background of input only windows.
20178
20179 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
20180
20181         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
20182         the _really_ internal stuff, and leave gdkprivate.h for the fake private
20183         stuff that we've traditionally exposed.
20184
20185         * gdk/**.c: Use gdkinternals.h where appropriate.
20186
20187         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
20188         not include gdkprivate-x11.h, move all stuff of conceivable public
20189         interest into gdkx.h; keep all really private stuff in
20190         uninstalled header gdkprivate-x11.h.
20191
20192         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
20193         image->image_put on windows through a new function _gdk_window_draw_image()
20194         to allow us to do backing store for images. (Sort of ugly)
20195
20196         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
20197         contexts locally so that we can offset them properly when drawing 
20198         onto backing pixmaps.
20199
20200         * gdk/gdkinput.h: Reindented
20201
20202         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
20203         pixmap or color for the window, so we can properly initialize
20204         our double-buffer pixmaps, and also so that we temporarily set
20205         a background of None while scrolling.
20206
20207         * gdk/gdkregion.h: Revise region boolean operators to have an
20208         interface that is actually convenient - switch from creating new
20209         regions on every op, to "methods" that modify existing regions
20210         (A = A OP B). 3 argument forms which allow dest == src, would also
20211         be possible, but the current interfaces seem to map nicely
20212         onto what needs to be done. (There is quite a lot of region
20213         code in GDK now.)
20214
20215         * gdk/gdkregion.h: Add constructor from rectangle and a copy
20216         operator.
20217
20218         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
20219         gdkpoly-generic.h: Copy region code from Xlib, switch it over
20220         to 32 bit coordinates, modify it to be mostly GTK+ style
20221         and to have interfaces that match gdkregion.h.
20222
20223         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
20224         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
20225         create a backing pixmap and redirect all drawing to
20226         that backing pixmap until a matching gdk_window_end_paint().
20227
20228         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
20229         Create a special drawable class for GtkWindow's that 
20230         redirects the drawing to the backing pixmap as necessary
20231         and then calls the real operations in _gdk_windowing_window_class.
20232
20233         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
20234         Store invalid region for each window. Generate expose events for invalid
20235         region in an idle. This replaces both the expose compression
20236         and the redrawing queuing in GTK+. It is both more efficient and
20237         simpler than either one individually and far more so then the
20238         combination.
20239
20240         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
20241         Emulate 32 bit coordinates for windows with 16 bit coordinates
20242         by offsetting drawing, guffaw scrolling techniques and
20243         mapping/unmapping child windows as necessary.
20244
20245         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
20246         where, when invalid regions are processed, the region is stored,
20247         and if expose events come in that are detectably duplicate
20248         the processed exposes (by comparison of event serial numbers),
20249         the stored region is subtracted out of those exposes.
20250
20251         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
20252         regions newly exposed when scrolling or resizing windows.
20253         This, combined with forcing processesing of queued invalidated
20254         regions, gives nice flicker-free scrolling.
20255
20256         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
20257         invalidated regions after every scroll.
20258
20259         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
20260         emulation in GDK. Its, for all practical purposes just a
20261         GtkViewport/GtkFixed hybrid now.
20262
20263         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
20264         (16-bit) structures as necessary instead of just casting.
20265
20266         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
20267         in terms of the structures from gdkregion-generic.c, using appropriate
20268         offsets from GDK to X11 coordinates. Cache clip mask and
20269         origin and ts origin locally and only flush to the server
20270         when drawing, to avoid constantly setting and resetting these
20271         values when offsetting GC's for scrolling and backing pixmaps.
20272
20273         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
20274
20275         * gtk/gtkcontainer.c: Call process_all_updates at end
20276         of resizing to reduce flicker. (Avoids having redraw
20277         lag arbitrarily behind resize under some circumstances)
20278
20279         * gtk/gtkentry.c: Remove old backing store code, and simply take
20280         advantage of the new backing store capabilities of GDK.
20281
20282         * gtk/gtkmain.c: Simple implementation of widget backing
20283         store - simply push a paint while handling each expose.
20284         (Should really be configurable widget for widget.)
20285         
20286         * gtk/gtkwidget.c: Remove all the old complicated redraw
20287         code, and simply invalidate the GDK windows from
20288         gdk_window_queue_clear(), etc. (Sigh, so much carefully
20289         debugged complexity ... gone to the winds.)
20290
20291         Remove all the code for suppressing expose events while
20292         resizes are pending; this isn't needed since the invalid
20293         areas won't be processed until after the resizes are
20294         processed, since they are in a lower priority idle.
20295
20296 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
20297
20298         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
20299         and height of dest rectangle for non-intersecting rectangles.
20300
20301 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
20302
20303         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
20304         for GdkRectangle.
20305
20306 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
20307
20308         * gdk/gdk{events,image,private,types,window}.h
20309          gdk/x11/gdkinputprivate.h: Change all coordinates
20310          from int16 to int. Also, Change width and height from
20311          unsigned to signed to avoid all the stupid C 
20312          signedness bugs.
20313
20314 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
20315
20316         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
20317         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
20318         Add some more detailed checking.
20319
20320         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
20321         New function to retrieve the depth of a drawable.
20322
20323         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
20324         field, reorder fields to save memory. 
20325
20326 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
20327
20328         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
20329         of the background image instead of scaling the background down to
20330         a line.
20331
20332         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
20333         which temporarily set slider to wrong size.
20334
20335         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
20336         queue_clear().
20337
20338 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
20339
20340 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
20341
20342         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
20343
20344 2000-03-17  Tor Lillqvist  <tml@iki.fi>
20345
20346         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
20347         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
20348
20349         * gdk/win32/gdkfont-win32.c
20350         * gdk/win32/gdkproperty-win32.c
20351         * gdk/win32/gdkselection-win32.c
20352         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
20353         now declared such.
20354
20355 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
20356
20357         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
20358
20359 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
20360
20361         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
20362         is called without trapping X errors.
20363
20364 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
20365
20366         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
20367         way into the fontset lists.
20368
20369 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
20370
20371         * gtk/gtkthemes.h: add extern "C" scope.
20372
20373 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
20374
20375         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
20376         to make appends to the list constant. (gtk-guy-990901-0.patch)
20377
20378 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
20379
20380         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
20381         for the typename hash table.
20382
20383 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
20384
20385         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
20386         to make sure we never divide by zero. 
20387         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
20388
20389 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
20390
20391         * gtk/gtkfontsel.c: Apply patch from
20392         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
20393         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
20394
20395         Also, some cleanups in atom handling.
20396
20397 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
20398
20399         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
20400         not GtkWidget.
20401
20402 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
20403
20404         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
20405         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
20406         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
20407         more guint wrap-around bugs before going to bed.
20408
20409 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
20410
20411         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
20412         guint wrap arounds in allocation.width.
20413
20414         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
20415         process untill we fit the allocation given.
20416
20417 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
20418
20419         * gtk/gtkwidget.c:
20420         (gtk_widget_unrealize): guard widget access with ref/unref
20421         around signal emission.
20422         (gtk_widget_hide): same here, but also check its destroyed
20423         state before queueing a resize.
20424
20425 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
20426
20427         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
20428         of gtk_default_insensitive_bg as insensitive base color.
20429
20430         * gtk/gtktext.c (gtk_text_style_set): set the background color according
20431         to the widget's state.
20432         (gtk_text_realize): same here.
20433         (gtk_text_state_changed): same here.
20434         (draw_bg_rect): compare background color against base[] from
20435         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
20436
20437 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
20438
20439         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
20440         grabs are active, unless a delete event is send to the toplevel
20441         of the currently grab holding widget.
20442
20443 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
20444
20445         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
20446         debugging g_print's.
20447
20448 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
20449
20450         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
20451         ever make the scrolled-window requisition ever depend on the 
20452         visibility state of the scrollbars for the AUTOMATIC policy. 
20453         This breaks the GTK+ requisition model, and causes loops.
20454
20455 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
20456
20457         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
20458         the default font to avoid problems with XFree86-4.0 where the
20459         default charset is iso10646-1, not iso8859-1.
20460
20461 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
20462
20463         * acinclude.m4
20464         * config.guess
20465         * config.sub
20466         * ltconfig
20467         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
20468
20469         * gtk/Makefile.am: minor cosmetic consistency tweak
20470
20471 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
20472
20473         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
20474         the activate_time to 0, so that we handle a quick
20475         press/release press/release properly and don't suppress
20476         the second release. (Red Hat bug #7545)
20477
20478 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
20479
20480         * gtk/gtkctree.c (row_delete):
20481         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
20482         bugs with destruction notifier, *always* update internal
20483         structures *before* calling user code.
20484
20485 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
20486
20487         A few more fixes for bug #5487, #2051, #2677.
20488         * gtk/gtkclist.c : 
20489         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
20490         not GDK_BUTTON_PRESS.
20491         (resync_selection): resync only if selection_mode is
20492         GTK_SELECTION_EXTENDED
20493         * gtk/gtkctree.c (resync_selection): same here
20494
20495 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
20496
20497         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
20498         gdk_drag_get_selection() and gtk_menu_detach().
20499
20500         [ From Jeroen Ruigrok/Asmodai ]
20501
20502 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
20503
20504         * gtk/gtknotebook.c (gtk_notebook_size_request): 
20505         page->tab_label can be NULL.
20506
20507 2000-01-25  Havoc Pennington  <hp@pobox.com>
20508         
20509         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
20510         arg is boolean
20511
20512         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
20513
20514         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
20515
20516         * gdk/gdkproperty.c (gdk_property_get): return boolean
20517
20518         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
20519
20520         * gdk/gdkim.c (gdk_im_ready): return boolean
20521
20522         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
20523
20524         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
20525         glib clash, should fix glib)
20526
20527         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
20528         (gdk_get_show_events): return gboolean, and canonicalize 
20529         to TRUE/FALSE
20530
20531         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
20532         colormap is private
20533         (gdk_colors_alloc): gboolean whether to be contiguous
20534         (gdk_color_equal): return gboolean since we are a predicate
20535         and not a qsort() (this looks semi-wrong due to glib breakage,
20536         IMO glib should be fixed)
20537         
20538         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
20539         (gdk_get_use_xshm): return gboolean
20540         (gdk_pointer_is_grabbed): return gboolean
20541
20542         * gdk/gdk.h: Change prototypes to match all the above changes,
20543         and re-run egtk-format-protos as required.
20544
20545 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
20546
20547         * gtk/gtkctree.c (resync_selection): 
20548         * gtk/gtkclist.c (resync_selection):
20549
20550         Return immediately if clist->drag_pos < 0. This is a workaround
20551         for the corrupt state that the clist gets into when a
20552         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
20553
20554         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
20555         
20556         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
20557         variable from recent commit.
20558
20559 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
20560
20561         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
20562
20563 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
20564
20565         * gtk/Makefile.am: prefix all autogenerated source that get build in
20566         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
20567         in builddir. since we subsequently cd into srcdir for autogeneration,
20568         the paths have to be stripped from the target file names, thusly we
20569         use $(@F) as target names now.
20570         put a comment about configure.in's --disable-rebuilds option,
20571         which can be used for non-writable source directories, for development
20572         setups though, srcdir has to be *writable*.
20573
20574 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
20575
20576         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
20577           Finish the job of allowing event to be NULL.
20578           (Fixes bug #4283, reported by Chris Blizzard)
20579
20580         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
20581           things so that the cursor appears on screen, properly
20582           take into account INNER_BORDER.
20583           (Fixes bug #4754, reported by Antonio Campos)
20584
20585 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
20586
20587         * gtk/gtknotebook.c (gtk_notebook_map): Don't
20588           show the tab_label unless it itself is visible.
20589
20590           gtk/gtknotebook.c (gtk_notebook_size_request):
20591           Do a better job of making sure that the visibility
20592           of the tab label corresponds to whether it should
20593           be mapped or not.
20594
20595 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
20596
20597         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
20598           Use the requisition, not the allocation, since the
20599           allocation has not necessarily been computed yet.
20600           (Pointed out by Eugene Osintsev)
20601
20602 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
20603
20604         * gtk/gtkstyle.c (gtk_style_new): Dont' set
20605           style/base[GTK_STATE_INSENSITIVE] both to
20606           gtk_default_insensitive_bg!
20607           (Bug #2187, reported by Jonathan Blandford)
20608
20609         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
20610           Add Alt_L, Alt_R to list of invalid accelerators.
20611           (Bug #3736, reported by Vlad Harchev)
20612
20613 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
20614
20615         * gtk/gtkfilesel.c (open_ref_dir): Fix several
20616         bugs which occured after an attempt to open 
20617         invalid home directory left cmpl_state->reference_dir == NULL.
20618
20619          - completion on files in home directory didn't work
20620          - completion on an empty string caused  segfault
20621
20622          (Bug #3678, reported by Steve Ratcliffe)
20623
20624         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
20625         cut and paste error that was causing scales to
20626         be incorrectly positioned.
20627         (Bug #2956,
20628          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
20629
20630 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
20631
20632         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
20633         when checking for dcgettext, if we've found we needed
20634         it for dgettext.
20635 +
20636 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
20637
20638         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
20639         queue_clear on NO_WINDOW widgets during a reparent,
20640         since at that point the window and widget heirarchies
20641         are out of sync. This stops crashing in some cases
20642         (the scrolled window reparent test, for instance), and
20643         _probably_ won't cause drawing errors.
20644
20645         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
20646         test do what it was supposed to do and be robust against
20647         window closings, etc. (Bug #2443)
20648
20649 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
20650
20651         * gtk/gtkentry.c: Fix return values on mouse events.
20652         (Bug #2686, Sky <seb_sky@yahoo.com>)
20653
20654         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
20655         (pointed out by George Lebl)
20656
20657         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
20658         (From Ettore Perazzoli  <ettore@helixcode.com>)
20659  
20660 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
20661
20662         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
20663         clicks between rows or outside calender area correctly.
20664         (Patch from Damon Chaplin)
20665
20666         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
20667         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
20668           Call destroy function when overwriting existing data. 
20669           (Pointed out by Damon Chaplin)
20670
20671 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
20672
20673         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
20674           which was causing problems on various systems with Xmu.
20675           This hasn't been needed for a very long time.
20676           (Fixes #1185 3167)
20677
20678 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
20679
20680         * gdk/gdki18n.h: Include <ctype.h> when defining
20681           gdk_isw* in terms of is* as a fallback.
20682           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
20683
20684 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
20685
20686         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
20687           realize the widget when it is size allocated!
20688           (old, old bug)
20689
20690         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
20691           Removed unused call to gdk_window_get_size() that
20692           showed up when the above was fixed.
20693
20694 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
20695
20696         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
20697           fix up widget->window when the widget is a
20698           NO_WINDOW container widget.
20699
20700 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
20701
20702         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
20703           to account for the fact that feof() does _not_ 
20704           return TRUE on errors, and thus avoid infinite loops
20705           when trying to use gdk_pixmap_create_from_xpm()
20706           on unreadable values.
20707
20708 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
20709
20710         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
20711
20712 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
20713
20714         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
20715           gdk_gc_set_dashes to take gint8 instead of gchar to
20716           make it clearer that it is _not_ a NULL terminated string.
20717
20718         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
20719           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
20720           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
20721           arguments.
20722
20723 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
20724
20725         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
20726         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
20727         background size relative to our allocation, guard against small
20728         allocations, we may have not yet been size allocated.
20729
20730 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
20731
20732         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
20733         not just version == 3. We implement all 3 + most of 4 - 
20734         (we don't support matching text/plain;charset=iso-8859-1
20735         to a dest that expects text/plain). We'll still advertise
20736         3 to be safe, but any client implementing version >= 3
20737         must interoperate with 3.
20738         
20739 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20740
20741         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
20742         background and gc members, add a warning in gtk_tooltips_set_color()
20743         indicating that this function is deprecated.
20744
20745 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
20746
20747         * docs/gtkfaq.sgml: FAQ Update:
20748           - Minor cleanups (Emmanuel, me)
20749           - New questions:
20750                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
20751                 How can I retrieve the text from a GtkMenuItem? (timj)
20752                 How do I validate/limit/filter the input to a GtkEntry? (me)
20753                 Memory does not seem to be released when I free the list
20754                         nodes I've allocated (timj)
20755
20756 2000-03-07  Tor Lillqvist  <tml@iki.fi>
20757
20758         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
20759         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
20760         for which it is no use to call GetLastError onWin9x.
20761         (gdk_other_api_failed) New function, for general error
20762         reporting without calling GetLastError.
20763         (gdk_win32_api_failed) OTOH, this function always calls
20764         GetLastError. (gdk_win32_last_error_string) Remove this function,
20765         GLib has the equivalent now.
20766
20767         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
20768         call them with function name, file name and line number in the
20769         arguments.
20770
20771         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
20772         functions.
20773         
20774         * gtk/gtk.def: Add some missing entry points.
20775
20776         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20777         gtk_paned_set_gutter_size, which don't exist any longer, as void.
20778         
20779         Fixes by Hans Breuer:
20780
20781         * gdk/makefile.msc: Update for debugging.
20782
20783         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
20784         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
20785         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
20786         in the dash_list.
20787
20788         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
20789         the x11 backend.
20790
20791         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
20792
20793         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
20794
20795 2000-03-04  Tor Lillqvist  <tml@iki.fi>
20796
20797         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
20798         just pixel value of background colour.
20799
20800         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
20801         containing code snippet previously duplicated in a couple of
20802         places.
20803         
20804         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
20805         gdk_colormap_color.
20806
20807         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
20808         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
20809         events for autorepeated Shift, Control and Alt keys. Use
20810         gdk_colormap_color.
20811
20812         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
20813         pointer is inside the window the cursor of which we are setting,
20814         call SetCursor immediately.
20815
20816         * gdk/win32/makefile.cygwin
20817         * gtk/makefile.cygwin: If we don't have the build number stamp
20818         file, use zero.
20819
20820         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
20821         gtk_paned_set_gutter_size as empty.
20822
20823         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
20824         
20825 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
20826
20827         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
20828           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
20829           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
20830           docs/gtk_tut.sgml docs/gtk.texi TODO:
20831
20832           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
20833
20834 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
20835
20836         * gtk/gtkcalendar.c: Implement num_marked_dates,
20837           and don't emit mutiple day_selected signals on
20838           month_prev.
20839
20840 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
20841
20842         * docs/make-todo (lineno): let title and logo be configurable so
20843         that GNOME can use this script too.
20844
20845         * TODO.xml: added logourl and a title
20846
20847 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
20848
20849         * TODO.xml: Added some UI items, and an explanatory
20850         comment at the top of the file.
20851
20852 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
20853
20854         * TODO.xml: some updates, added abunch of new entries.
20855         a note for those fiddeling with this file, when done
20856         with it, invoke:
20857         $ ./docs/make-todo TODO.xml >/dev/null
20858         and correct output errors before comitting changes.
20859
20860 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
20861
20862         * TODO.xml: Added XML-structured TODO file.
20863         * docs/make-todo: python script to turn TODO.xml into
20864           pretty XML output. 
20865
20866 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
20867
20868         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
20869         the function to let it draw the seven dots, instead of the old,
20870         much maligned, method.
20871         (draw_dot): New function to draw a dot.
20872
20873         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
20874         to draw the handle inside the border width as opposed to outside.
20875         Use paint function instead of gdk_draw_point.
20876
20877         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
20878         to draw the handle inside the border width as opposed to outside.
20879         Use paint function instead of gdk_draw_point.
20880
20881         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
20882         Change indenting to be more GTK like.
20883
20884 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
20885
20886         * docs/gtk_tut.sgml: New section on GtkCalendar
20887         * examples/calendar: Update example code
20888
20889 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
20890
20891         * docs/gtkfaq.sgml: FAQ Update
20892
20893 2000-02-19  Anders Carlsson  <andersca@gnu.org>
20894
20895         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
20896         to prevent the scroll event to be propagated upwards.
20897
20898 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20899
20900         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
20901         OwnerGrabButtonMask from button entries for
20902         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
20903
20904         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
20905         to the event mask (which will result in button/press release
20906         being added to the event mask on Unix) so scrolling works
20907         for layouts in scroll windows.
20908
20909         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
20910
20911         Patch from Anders Carlsson  <andersca@gnu.org> to add
20912         a scroll event.
20913
20914         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
20915         scrolling to the "Test Scrolling" part of testgtk.
20916  
20917         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
20918  
20919         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
20920         it against GDK_SCROLL.
20921  
20922         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
20923         way of mouse wheel scrolling.
20924  
20925         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
20926  
20927         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
20928  
20929         * gtk/gtkmain.c: Removed previous mouse wheel hack.
20930  
20931         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
20932         gdk_event_mask_table.
20933  
20934         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
20935         GdkEventScroll handler.
20936  
20937         * gdk/gdkevents.h: Added GdkEventScroll structure.
20938  
20939 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
20940
20941         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
20942         and Anders Carlsson to change the Paned widgets so that they
20943         can be dragged from anywhere along the length. Also change
20944         the way that this is drawn to make this apparent.
20945
20946         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
20947         from George Lebl to check that option_menu->menu is present
20948         before getting history.
20949
20950 2000-02-14  Tor Lillqvist  <tml@iki.fi>
20951
20952         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
20953         before the assertion for non-NULL segment list.
20954
20955         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
20956         Seems that pattern brushes *must* be 8x8 pixels! At least on my
20957         machine, but it might be display driver dependent. Sigh, so make
20958         sure the stipple is that size. Does Windows suck or what?
20959
20960         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
20961         places.
20962
20963 2000-02-13  Havoc Pennington  <hp@pobox.com>
20964
20965         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
20966         refcount to 1
20967         (gdk_cursor_new): init refcount to 1
20968
20969         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
20970
20971 2000-02-13  Tor Lillqvist  <tml@iki.fi>
20972
20973         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
20974         so that we don't have to do unnecessary settings to the HDC.
20975
20976         * gdk/win32/gdkdrawable-win32.c
20977         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
20978         gdk_gc_predraw.
20979
20980         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
20981         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
20982         GDI paths, call WidenPath to get the outline of the stroken path,
20983         and then fill the outline (with the brush that was built from the
20984         stipple).
20985
20986         * gdk/win32/gdkgc-win32.c: Factor out common code from
20987         _gdk_win32_gc_new and gdk_win32_gc_set_values into
20988         gdk_win32_gc_values_to_win32values. Use correct colour for
20989         SetBkColor() (Until now the code actually used a random colour in
20990         the call to SetBkColor()... but that didn't show up as not many
20991         GDI APIs use the background colour. Pattern (opaque stippled)
20992         brushes do.)
20993
20994         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
20995         gdk_win32_api_failed): New functions for error logging.
20996
20997         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
20998         WIN32_API_FAILED to call them, passing function or file name and
20999         line number.
21000
21001         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
21002
21003         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
21004         GdkColor for foreground and background in GdkGCWin32Data.
21005
21006         * gdk/makefile.cygwin: Link in the resource object separately.
21007
21008         * gdk/win32/rc/gdk.rc
21009         * gtk/gtk.rc (New file)
21010         * gdk/win32/makefile.cygwin
21011         * gtk/makefile.cygwin: Update build number in DLLs automatically,
21012         as in GLib.
21013
21014 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
21015
21016         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
21017         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
21018         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
21019         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
21020         parameters given and cursor->ref_count. coding style fixups.
21021
21022         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21023         not GtkWidget.
21024         
21025         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
21026         fix up widget macros and add _GET_CLASS() variant.
21027         
21028         * gtk/*.c: some GtkType fixups.
21029
21030 2000-02-09  Tor Lillqvist  <tml@iki.fi>
21031
21032         * gdk/win32/gdkproperty-win32.c
21033         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
21034         were reversed.
21035
21036 2000-02-04  Tor Lillqvist  <tml@iki.fi>
21037
21038         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
21039         g_filename_to_utf8 to convert the font names Windows gives us from
21040         whatever is the default codepage to UTF-8.
21041         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
21042         in the other direction.
21043
21044         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
21045         error in debugging output.
21046
21047 2000-02-02  Tor Lillqvist  <tml@iki.fi>
21048
21049         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
21050         and height parameters to gdk_window_clear_area(). Not minus one.
21051
21052 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
21053
21054         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
21055         checks if the widget passed to gtk_drag_get_data() was not the
21056         dest widget.
21057
21058 2000-02-01  Tor Lillqvist  <tml@iki.fi>
21059
21060         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
21061         g_filename_from_utf8 functions (which were added a moment ago to
21062         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
21063         size buffers.
21064
21065         gtk_file_selection_get_filename returns the filename in the C
21066         runtime encoding. It calls g_filename_from_utf8, but copies the
21067         returned string to a static buffer, which is returned. I think
21068         this is better than returning the result from g_filename_from_utf8
21069         directly, which would mean all apps that use it would have to free
21070         the return value. Or should this function care about this issue at
21071         all? Maybe a new function with clearly defined semantics.
21072
21073         * gtk/gtkfilesel.h: Add comment about
21074         gtk_file_selection_get_filename returning the filename in the C
21075         runtime's encoding.
21076
21077         * README.win32
21078         * gdk/gdk.def
21079         * gdk/makefile.{cygwin,msc}
21080         * gtk/gtk.def: Updates.
21081
21082         * gdk/gdkcursor-win32.c: Initialise refcount.
21083
21084 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
21085
21086         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
21087
21088 2000-01-30  Havoc Pennington  <hp@pobox.com>
21089
21090         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
21091         destroy
21092
21093         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
21094
21095         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
21096         implemented in platform-specific code
21097
21098         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
21099
21100         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
21101         underscore in front
21102
21103         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
21104         put an underscore in front
21105
21106         * gdk/gdkcursor.c: new file, implements
21107         gdk_cursor_ref/gdk_cursor_unref
21108
21109         * gdk/gdkcursor.h: Refcount GdkCursor
21110
21111         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
21112
21113 2000-01-29  Tor Lillqvist  <tml@iki.fi>
21114
21115         * gdk/gdkwindow.h
21116         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
21117
21118 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21119
21120         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
21121         structures to properly inherit from GtkWidget not GtkBin.
21122
21123 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
21124
21125         * gtk+.spec.in: Added lib/gtk+/include/* to %files
21126         (bug #5178 - Peter Wainright)
21127         
21128         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
21129         so that it will be installed.
21130         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
21131
21132 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
21133
21134         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
21135         for the GtkStyleClass vtable const.
21136
21137         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
21138         take a const string argument like GtkTranslateFunc. This will
21139         require changes in use code.
21140
21141 2000-01-19  Tor Lillqvist  <tml@iki.fi>
21142
21143         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
21144         semantics (to mimic the X11 backend, which just calls XClearArea)
21145         is to check for zero width (and height), and in that case use the
21146         window's width minus x (height minus y). This fixes for instance
21147         some redraw problems with gtkclist, which were easily noticeable
21148         in the gtk file selection widget.
21149
21150         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
21151         windows.
21152
21153 2000-01-13  Tor Lillqvist  <tml@iki.fi>
21154
21155         * configure.in
21156         * gdk/Makefile.am
21157         * gdk/x11/Makefile.am
21158         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
21159         (bug #5177).
21160         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
21161         out later.
21162
21163 2000-01-09  Tor Lillqvist  <tml@iki.fi>
21164
21165         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
21166         WM_MOVE for iconified or invisible windows. This fixes various
21167         problems when minimising windows. Thanks to Bernd Herd.
21168
21169 2000-01-05  Tor Lillqvist  <tml@iki.fi>
21170
21171         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
21172         backend's draw_lines method, not draw_points.
21173
21174 2000-01-02  Tor Lillqvist  <tml@iki.fi>
21175
21176         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
21177         before Owen's reorganisation: Don't have queued_events and
21178         queued_tail statics in this file, but use gdk_queued_events and
21179         gdk_queued_tail. This makes exposure event compression work again.
21180
21181         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
21182         seem to be needed?
21183
21184 1999-12-30  Tor Lillqvist  <tml@iki.fi>
21185
21186         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
21187         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
21188         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
21189         doesn't do anything.
21190
21191         * gdk/gdk.def: Add gdk_xid_table_insert.
21192
21193         * gdk/win32/gdkprivate-win32.h
21194         * gdk/win32/gdkevents-win32.c
21195         * gdk/win32/gdkinput-win32.c
21196         
21197         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
21198         extension_events field in the GdkWindowWin32Data struct. Use only
21199         the extension_events field in GdkWindowPrivate. Previously one was
21200         set, and the other one tested, which broke tablet
21201         functionality. Thanks to Keishi Suenaga for pointing this out.
21202
21203 1999-12-18  Tor Lillqvist  <tml@iki.fi>
21204
21205         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
21206         When handling a single character (text length == 1), don't handle
21207         it as if it was UTF-8.
21208
21209 1999-12-11  Tor Lillqvist  <tml@iki.fi>
21210
21211         * Makefile.am: Distribute README.win32.
21212         
21213         * gdk/Makefile.am
21214         * gdk/win32/Makefile.am: Distribute Win32 files.
21215
21216         * gdk/makefile.msc: New file.
21217
21218         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
21219         after label).
21220
21221         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
21222         gdk_error_code as GDKVAR, as they are referred outside GDK.
21223
21224         * gdk/win32/makefile.msc: Update.
21225
21226         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
21227         tweaks. Check only if at least one of those Unicode subrange bits
21228         we care for is set. If no code page bits are set, guess (wildly)
21229         based on the charset.
21230
21231         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
21232
21233         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
21234         non-NULL.
21235
21236         * gtk/gtkdnd.c
21237         * gtk/gtklayout.c
21238         * gtk/gtkplug.c
21239         * gtk/gtkselection.c
21240         * gtk/gtksocket.c
21241         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
21242         appropriate. There must be a cleaner way to handle this?
21243
21244         * gtk/gtkrc.c: Must include windows.h on Win32.
21245
21246         * gtk/testgtk.c: No need to include gdkx.h.
21247
21248         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
21249
21250 1999-12-07  Tor Lillqvist  <tml@iki.fi>
21251
21252         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
21253         the rbearing is set to the same as the width, but this should be
21254         fixed.
21255
21256 1999-12-06  Tor Lillqvist  <tml@iki.fi>
21257
21258         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
21259         function. If Windows doesn't tell us what Unicode subranges a font
21260         covers, guesstimate based on the codepages it covers. This will
21261         hopefully help those Windows versions or fonts that don't give us
21262         any useful Unicode subrange information with GetTextCharsetInfo.
21263         Call this function in gdk_font_load_internal.
21264
21265         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
21266         minor changes.
21267
21268 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
21269
21270         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
21271         New function, long needed.
21272
21273 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
21274
21275         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
21276         only_if_exists argument of gdk_atom_intern to
21277         bool.
21278
21279 1999-11-25  Tor Lillqvist  <tml@iki.fi>
21280
21281         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
21282         Fix two copy&paste errors.
21283
21284         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
21285         win32 has changed.
21286
21287         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
21288         GdkWin32SingleFont struct.
21289
21290         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
21291         subranges of loaded fonts. Clear font signature first, in case
21292         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
21293         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
21294
21295         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
21296         Unoffset clip region.
21297
21298 1999-11-23  Tor Lillqvist  <tml@iki.fi>
21299
21300         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
21301         event->any.window before calling filter functions.
21302
21303 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
21304
21305         * gtk/gtkgamma.h: Adapt cast macros to standard.
21306
21307 [ Merges from 1.2 ]
21308
21309 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
21310
21311         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
21312         If translation does not include a '/', use entire
21313         translation instead of crashing.
21314
21315 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
21316
21317         * docs/gtk_tut.sgml:
21318         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
21319
21320 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
21321
21322         * gtk/gtkselection.c (gtk_target_list_remove): Use
21323         g_list_remove_link, not g_list_remove.
21324
21325         [ From Geert Bevin <gbevin@thunderstorms.org> ]
21326         
21327 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
21328
21329         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
21330         statement upon unselection (how the heck did that slip in?).
21331
21332 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
21333
21334         * gtk/gtktext.c (gtk_text_freeze): 
21335         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
21336         in frozen state (and aparently crashes). patch provided by Anders
21337         Melchiorsen <and@kampsax.dtu.dk>.
21338
21339 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
21340
21341         * fix insensitive default/focus widget activation,
21342         reported by Matt Goodall <mgg@isotek.co.uk>.
21343
21344         * gtk/gtkwindow.c (gtk_window_key_press_event): 
21345         (gtk_window_activate_default):
21346         (gtk_window_activate_focus):
21347         return handled=FALSE for actiavtion of insensitive default
21348         widgets. return handled=TRUE for activation of insensitive
21349         focus widgets. don't activate in either case.
21350
21351 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
21352
21353         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
21354         and $glib_cflags to match library order and in the
21355         theory that an old version of GLib is more likely to
21356         be in the include directory for X then vice-versa.
21357         (Bug #2776)
21358
21359 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
21360
21361         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
21362         to determine the locale for fontsets, not LC_MESSAGES;
21363         the user may want English messages with a handling
21364         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
21365         will still be broken) (Bug #2891)
21366
21367 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21368
21369         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
21370
21371 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
21372
21373         * gtk/gtkrc.ko: Changed the Korean default fontset.
21374
21375 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
21376
21377         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
21378         where when scrolling to the left or top double exposes
21379         were done, causing major slowdowns.
21380
21381 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
21382
21383         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
21384         names to lowercase and alphanumeric, before looking
21385         them up.
21386
21387         * gtk/Makefile.am: Install codeset variant gtkrc files
21388         with normalized names.
21389
21390 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
21391
21392         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
21393         popup menus when the menu is already visible, but its parent
21394         is still hidden, (happens after tornoff window got hidden).
21395
21396 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
21397
21398         * gtk/Makefile.am (install-data-local): Fix
21399         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
21400         deleted, causing error messages on install.
21401
21402 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
21403
21404         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
21405         the handle as well, since we now sometimes ignore
21406         exposes on the handle while resizing.
21407
21408 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
21409
21410         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
21411         extra g_free introduced in one of the last one or two 
21412         commits.
21413
21414 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
21415
21416         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
21417         consistent, put each style that a gtkrc.* file creates
21418         in a unique namespace, remove old files before installing.
21419
21420 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
21421
21422         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
21423         gtk_rc_init is called multiple times. (Yes, people who
21424         do that have bugs in their code.)
21425
21426 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
21427
21428         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
21429         Remove it since it's generated by the Makefile anyway
21430
21431 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
21432
21433         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
21434         device->info.axes for core pointer.
21435
21436 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
21437
21438         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
21439         idle_id, to deal with obsolete, broken C libraries.
21440
21441 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
21442
21443         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
21444         allocation->x/y twice!
21445
21446         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
21447         consistent with gtk_vscale_pos_trough().
21448
21449 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
21450
21451         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
21452         be queueing a resize on a toplevel container between
21453         the time we show it and when we map it. So, we need
21454         to test GTK_WIDGET_VISIBLE() for toplevels, and only
21455         use GTK_WIDGET_DRAWABLE() for child windows.
21456
21457 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
21458
21459         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
21460         (fixes bug #2144)
21461
21462 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
21463
21464         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
21465         container DRAWABLE (instead of VISIBLE), so we don't queue
21466         resizes on non-toplevel containers.
21467
21468 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
21469
21470         * gtk/gtkselection.[ch]: Make the data argument
21471         const guchar *.
21472
21473 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
21474
21475         * gtk/gtkwindow.c: Try to behave sensibly if 
21476         the focus widget is the window itself. (Should
21477         we allow this at all?)
21478
21479 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
21480
21481         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
21482         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
21483         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
21484         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
21485         in prototypes and implementations consistent (Tomas Ogren).
21486
21487         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
21488         before the widget is unparented (reported by damon).
21489
21490         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
21491         since we provide unsigned data anyways.
21492
21493 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
21494
21495         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
21496         the call to gtk_tooltips_layout_text() until later.
21497
21498         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
21499         Call gtk_widget_ensure_style() before using the style.
21500
21501 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
21502
21503         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
21504         for old widgets that don't propagate draws to all
21505         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
21506
21507 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
21508
21509         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
21510         for a redraw but just the widget that requested the resize.
21511
21512 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
21513
21514         * gtk/gtkcontainer.c: added new widget level method
21515         gtk_container_set_reallocate_redraws() and a GtkContainer flag
21516         reallocate_redraws : 1 to reflect the setting, exported this through
21517         the argument system as a boolean ::reallocate_redraws.
21518
21519         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
21520         on the widget because the allocation changes, do so as well for
21521         widget->parent if the parent has reallocate_redraws set to TRUE.
21522         with that containers requesting reallocation redraws get automatically
21523         redrawn if their children changed allocation (this unfortunately
21524         affects also other children that didn't change allocation, but we
21525         cannot work around that before 1.3).
21526
21527 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
21528
21529         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
21530         _and_ height are >0 (not _or_).
21531
21532         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
21533         instead of gtk_container_queue_resize(), which is a core gtk internal
21534         function (must have been on crack when i queued that).
21535
21536         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
21537         we can check more reliably if we want to discard expose events.
21538         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
21539         flag.
21540         
21541         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
21542         we simply trust these events. for deciding whether to discard exposes,
21543         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
21544         
21545 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
21546
21547         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21548         queues of areas that are completely off screen.
21549
21550         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
21551         logic for handleboxes.
21552
21553         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
21554         check on width/height.
21555
21556 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
21557
21558         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
21559         we are fine with using $@ the way we do (if we actually encounter
21560         brokeness with $@ in VPATH builds because of additional path prefixes,
21561         we need to use $(@F) actually).
21562
21563 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
21564
21565         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
21566         short lived bugs, that would allow language bindings to do surgeries
21567         to our guts.
21568
21569 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
21570
21571         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
21572         where comparison was being done against an uninitialized
21573         value causing intermittant results depending on
21574         compiler flags. Also make it clearer that we aren't
21575         ever initializing the child as 0x0 (though this will
21576         be caught in gtk_widget_size_allocate())
21577
21578 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
21579
21580         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
21581         gtk_window_unset_transient_for() call after we do checks
21582         involving the old transient parent.
21583         [ From Lance Capser <lmc@cyberhighway.net> ]
21584
21585 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
21586
21587         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
21588         an empty file.
21589
21590 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
21591
21592         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
21593         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
21594
21595 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
21596
21597         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
21598         `$@' is valid only in the build dir, not after we've done 
21599         `cd $srcdir'.  Also use `test -f' instead of less portable
21600         `test -e'.
21601
21602 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
21603
21604         * gtk/gtktext.c (correct_cache_insert): Rewrite
21605          for simplicity, and hopefully correctness.
21606          (Fixes bug #1322, which was a segfault when
21607           on some insertions with the properties around
21608           the insertion set up just wrong.)
21609
21610         * gtk/gtktext.c (gtk_text_adjustment): When we receive
21611          a "changed" signal, clamp the new value to the adjustment
21612          bounds to avoid segfaulting if someone tries to change
21613          the adjustment to a bogus value. (Bug #1795)
21614
21615 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
21616
21617         * gtk/gtkmain.c: Ignore unexpected destroy notifies
21618         for children, for toplevel windows handle them
21619         like delete_event.
21620
21621         * gtk/gtkplug.c: Add an unrealize handler so that
21622         we unref plug->socket_window when we are done
21623         with it.
21624
21625 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
21626
21627         * gtk/gtktext.c (clear_area): Fix stupid signedness
21628          problem that was causing background to sometimes
21629          be misaligned.
21630
21631 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
21632
21633         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
21634         
21635         * gtk/gtkmenu.c (gtk_menu_position): Make
21636          sure we never position menus with negative x, y,
21637          since gtk_widget_set_uposition() can't handle that.
21638
21639         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
21640          Modify the positioning code a bit so that we always
21641          put the top-left corner onscreen. (This is for
21642          UI reasons, gtk_menu_position() now takes care of
21643          gtk_widet_set_uposition() brokeness.)
21644
21645 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
21646
21647         * gtk/Makefile.am: fixed up things for -jx, x > 1.
21648
21649 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
21650
21651         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
21652           RC style that is passed in. The lack of the ref
21653           before was a bug. If people worked around this
21654           bug, this will introduce a slight memory leak
21655           in their code. The code should typically look like:
21656
21657             rc_style = gtk_rc_style_new ();
21658             [...]
21659             gtk_widget_modify_style (widget, rc_style);
21660             gtk_rc_style_unref (rc_style);
21661
21662         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
21663           the style if it was already set.
21664
21665         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
21666           style if it was set before.
21667
21668 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
21669
21670         * gtk/testgtk.c (main): Add a check to see if we
21671           are being run from the correct directory and
21672           to quit nicely if we are not.
21673
21674         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
21675           static.
21676
21677 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
21678
21679         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
21680
21681         * gtk/gtkwindow.c:
21682         queue resizes unconditionally (gtk_widget_queue_resize will figure
21683         what to do if the window is not realized).
21684         (gtk_window_move_resize): only recenter the window
21685         for GTK_WIN_POS_CENTER_ALWAYS.
21686         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
21687         the same way as GTK_WIN_POS_CENTER.
21688
21689 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
21690
21691         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
21692         with (!(info->last_flags & GDK_HINT_POS)) instead of
21693         (!info->last_flags & GDK_HINT_POS).
21694
21695         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
21696         new_height unconditionally, because we use these values even if
21697         !default_size_changed && !hints_changed.
21698         comented the (default_size_changed || hints_changed) case with
21699         respect to resize rejects from the window manager.
21700
21701         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
21702         in the zvt condition hack, since this includes the window hints, set
21703         the hints after the handling_resize case.
21704
21705         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
21706         window is initially shown with to the geometry.
21707
21708 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
21709
21710         * gtk/gtkwindow.c (gtk_window_move_resize):
21711         s/size_changed/default_size_changed/g so i know what's
21712         really going on (frying brain on smaller flame now).
21713
21714 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
21715
21716         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
21717         we have size_changed upon handling_resize. this is a gross
21718         workaround for the broken zvt widget and should be removed in
21719         1.3 again (search for FIXME).
21720         Owen provided an accurate comment for this:
21721
21722         /* We could be here for two reasons
21723          *  1) We coincidentally got a resize while handling
21724          *     another resize.
21725          *  2) Our computation of size_changed was completely
21726          *     screwed up, probably because one of our children
21727          *     is broken. It's probably a zvt widget.
21728          *
21729          * For 1), we could just go ahead and ask for the
21730          * new size right now, but doing that for 2)
21731          * might well be fighting the user (and can even
21732          * trigger a loop). Since we really don't want to
21733          * do that, we requeue a resize in hopes that
21734          * by the time it gets handled, the child has seen
21735          * the light and is willing to go along with the
21736          * new size. (this happens for the zvt widget, since
21737          * the size_allocate() above will have stored the
21738          * requisition corresponding to the new size in the
21739          * zvt widget)
21740          *
21741          * This doesn't buy us anything for 1), but it shouldn't
21742          * hurt us too badly, since it is what would have
21743          * happened if we had gotten the configure event before
21744          * the new size had been set.
21745          */
21746
21747 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
21748
21749         * gtk/gtkrc.c: deal properly with the fact that RC
21750           style lists may include rc styles more than once.
21751
21752         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
21753           unused static function.
21754
21755         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
21756           stack of directories of RC files currently being
21757           parsed and implicitely add them to pixmap path.
21758           
21759           This fixes a bug where the directory would get
21760           appended then overwritten by pixmap_path declarations.
21761
21762           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
21763
21764         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
21765           theme's exit function. (Patch from Peter Wainwright,
21766           bug #1454)
21767
21768         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
21769           Add a destroy() handler to take care of removing
21770           group for menu item. (Fixes bug #1197)
21771
21772         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
21773           in warning message.
21774
21775 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
21776
21777         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
21778         roundtrip to figure window's width and height, since we know that
21779         anyways from widget->allocation.
21780
21781 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
21782
21783         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
21784           the hints after we request the new size.
21785
21786 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
21787
21788         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
21789           GTK_WIDGET_REALIZED() assertion - we can compute the
21790           hints before we are realized.
21791
21792         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
21793           hint changing so that we have a value of hints_changed
21794           when we decide whether to constrain the window size.
21795
21796         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
21797
21798         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
21799         change back to G_MAXINT.
21800
21801 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
21802
21803         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
21804         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
21805         contain uncluttered values.
21806         (gtk_window_compute_hints): simply assert that window is realized
21807         and that geometry_info is valid, since we rely on this anyways.
21808         (gtk_window_constrain_size): major cleanups to the code.
21809         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
21810         for the base size, instead of the minimums. use 32767 as max width
21811         and height (like in gtkwindow.c) instead of G_MAXINT.
21812
21813 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
21814
21815         * cleaned up the GtkContainer.need_resize flag handling mess, we
21816         only need to force resize requests when we were prematurely
21817         realized, or our widget tree was modified when we were temporarily
21818         hidden. handling these cases directly upon showing the window (i.e.
21819         while the GdkWindow is still unmapped) avoids the need to wait for
21820         a configure event response and therefore makes the GUI more snappier
21821         and avoids blank windows during the roundtrip.
21822
21823         * gtk/gtkwidget.c:
21824         (gtk_widget_hide): 
21825         (gtk_widget_show): don't queue resizes on toplevels, they know how
21826         to deal with matters.
21827
21828         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
21829         flag directly for not visible resize containers and spare us unecessary
21830         signal emissions.
21831
21832         * gtk/gtkwindow.c:
21833         (gtk_window_realize): if we need to enforce premature size allocation,
21834         queue a container resize so we are correctly resized later on.
21835         (gtk_window_init):
21836         (gtk_window_size_request):
21837         don't freak around with the ->need_resize flag,
21838         gtk_container_queue_resize() will care about that.
21839         (gtk_window_show):
21840         handle initial resizing issues here, we can handle matters better in
21841         this place, especially since we know that our GdkWindow is still
21842         unmapped.
21843         (gtk_window_move_resize):
21844         don't care about ->need_resize at all.
21845         handle size changes properly that occoured while we waited for a
21846         configure event.
21847
21848 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
21849
21850         * gtk/gtkwidget.c (gtk_widget_set_uposition):
21851         * gtk/gtkwindow.[hc] (gtk_window_reposition):
21852         Move the hint setting code from gtk_widget_set_uposition
21853         to here; set the hints so that we respect any previously
21854         set geometry hints.
21855
21856         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
21857         change the window hints here or move the window here,
21858         let that happen in gtk_window_move_resize().
21859
21860 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
21861
21862         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
21863         to already queued resizes (and therefore redraws) on a widget, check
21864         its anchestry as well.
21865
21866         * gtk/gtkcontainer.c:
21867         (gtk_container_queue_resize): clear resize widgets for resize
21868         containers before aborting prematurely. this is especially important
21869         for toplevels which may need imemdiate processing or their resize
21870         handler to be queued.
21871         (gtk_container_dequeue_resize_handler): added new internal function for
21872         gtkwindow.c.
21873
21874         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
21875         configure event, take possible changes in window position into account
21876         as well.
21877         if we request a new window size, queue up a resize handler that will
21878         last until the configure event response arrives.
21879         combined the ->need_resize case (initial show) with the general size
21880         (hints) changed case and added even more comments.
21881         if !auto_shrink, only revert to the old allocation if the new size
21882         is smaller than the current allocation.
21883
21884 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
21885
21886         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
21887                            gtk_window_set_geometry_hints
21888                            gtk_window_set_default_size):
21889         When hints are set, queue a resize so that the hints will
21890         be eventually reset on the toplevel.
21891
21892         * gtk/gtkwindow.c (gtk_window_show): Use
21893         gtk_window_compute_default_size(). Clear the need_resize flag
21894         on the initail map so that we don't unnecessarily trigger the
21895         resize code.
21896
21897         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
21898         into separate functions. Compare the hints we are setting
21899         with what we set last time so that we can accurately
21900         tell when we need to reset the hints.
21901
21902         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
21903         function to figure out the size from requisition
21904         and default_size.
21905
21906         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
21907         from fvwm to constrain a size to the geometry hints.
21908
21909         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
21910         to compare two sets of geometry hints.
21911
21912         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
21913         from gtk_window_set_hints(), just compute the hints,
21914         don't set them.
21915
21916         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
21917         code from gtk_window_move_resize() to separate function,
21918         rationalize a bit.
21919
21920 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
21921
21922         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
21923         structure into a new private structure.
21924
21925         * gtkrc.c: Split GtkRcStyle into public/private.
21926         In the private part, add a list of pointers to the
21927         RcStyle lists this RcStyle participates in.
21928
21929         * gtkrc.c: When a RcStyle is free, remove all
21930         lists referencing it from the 
21931         realized_style_ht hash, and free those lists.
21932         
21933         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
21934         gtk_rc_init(), since that adds the default styles
21935         to the list of parsed RC files again.
21936
21937         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
21938         
21939 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
21940
21941         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
21942         checks that ensure that a widget's allocation is at least 1 in width
21943         and height. (GNOME note: this doesn't affect old panel code anymore,
21944         because GtkSocket will request width and height of at least 1 since
21945         Fri Jul 23).
21946
21947         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
21948         allocated yet (happens if the user realizes the window prematurely),
21949         size request and allocate it.
21950         (gtk_window_size_allocate): guard against guint underflows.
21951
21952 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
21953
21954         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
21955         in gtk_built_sources, so gtk.defs gets built prior to all other
21956         sources.
21957
21958 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
21959
21960         * gtk/Makefile.am:
21961         invoke indent on gtkmarshal.*. 
21962         rewrote source generation rules, use COPYING as oldest source tag for
21963         a piggyback rule to generate all sources from (don't touch it ;).
21964         major cleanups, strip spaces on build rules for GNU Make.
21965
21966         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
21967         source and target files from commandline arguments. don't invoke indent.
21968
21969 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21970
21971         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21972         notebook after switch to avoid drawing problems.
21973         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21974         
21975         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21976         show them instead. 
21977         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21978
21979 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
21980
21981         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
21982         notebook after switch to avoid drawing problems.
21983         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
21984         
21985         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
21986         show them instead. 
21987         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
21988
21989 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
21990
21991         * gtk/gtkwindow.c:
21992         we use window->need_resize from configure_event now, to indicate that
21993         the gtkwindow should keep its allocation (e.g. because the user resized
21994         the window through window manager handles). resize_count is now reliably
21995         used to figure whether we got the allocation we requested from the
21996         window manager.
21997         configure events get queued as resizes now, the real stuff (size
21998         computation and allocation) now only goes on in gtk_window_move_resize().
21999         GtkWindow's requisition now contains its *real* requisition (like all
22000         other widgets), *not* taking usize into account.
22001         geometry_info->last_{width|height} is now updated from set_hints() only
22002         so it always contains the last hints we set for the window manager.
22003         made some event handlers return TRUE instead of FALSE.
22004         the overall code should be much more straight forward now, and the
22005         significant code portions are accompanied by comments now.
22006         (gtk_window_set_hints):
22007         removed requisition argument and made it
22008         fetch the requisition through gtk_widget_get_child_requisition.
22009         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
22010         does that now.
22011         (gtk_window_show):
22012         ensure that the widget is realized before calling 
22013         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
22014         ensure that we got properly size requested and allocated before
22015         realization.
22016         (gtk_window_configure_event):
22017         ignore plain window moves, or reallocate the widget tree through the
22018         resize queue otherwise.
22019         (gtk_window_move_resize):
22020         mostly rewrote this function to figure window manager hints more
22021         reliably, coalesce window moves and resizes to reduce configure events
22022         and do actuall size allocations.
22023
22024 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22025
22026         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
22027         that have a resize pending, because a redraw is already queued for them.
22028
22029         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
22030         hack to clear resize_widgets.
22031
22032         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
22033         for resize containers prior to size allocation. (this is also a bit
22034         ugly, but avoids side effects for stopped emissions and is thus more
22035         reliable).
22036         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
22037
22038         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
22039         function from gtk_tooltips_expose, as we connect to ::expose_event
22040         *and* ::draw now.
22041
22042 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22043
22044         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
22045         checks.
22046         (gtk_target_list_unref): Likewise.
22047
22048         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
22049
22050 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
22051
22052         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
22053         guard against division by zero. (Fixes bug #1339)
22054
22055 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
22056
22057         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
22058         Prevent the trivial leak of information of allowing
22059         word motion when the entry is not visible.
22060
22061 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
22062
22063         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
22064         modality to error dialog as well as confirmation dialogs.
22065         (Bug #1803, reported by Rosanna Wing Sze Yuen)
22066
22067 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22068
22069         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
22070         tree->view_lines.
22071         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
22072
22073         * gtk/Makefile.am (install-data-local): Solaris apparently
22074         has various troubles with ln -f; use rm first instead.
22075         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
22076
22077 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
22078
22079         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
22080         use `cp' followed by `rm' (the `rm' was already there).
22081
22082 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22083         
22084         * configure.in: Fix autoconf warnings about cross compilation by
22085         trying to provide sane defaults for AC_TRY_RUN.
22086         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
22087         put them into $(srcdir) when generated. Also add a dependency of
22088         gtksignal.h on gtkmarshal.h for -j builds. 
22089         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
22090
22091 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
22092
22093         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
22094         GDK_THREADS_{LEAVE,ENTER} pair.
22095         (From Paul Fisher <pnfisher@redhat.com>)
22096
22097 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
22098
22099         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
22100         width and height are always >0 (owen).
22101
22102 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
22103
22104         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
22105         change that assured that a widget's allocated with and height are
22106         always >1, since this breaks *buggy* panel code. unfortunately this
22107         back-breaks the gimp's color selector.
22108
22109         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
22110         allocation is always >0 in width and height, before sending the
22111         configure event; this is a *gross* hack to get the gimp back to work.
22112         
22113         * marked both cases with TODO-1.3
22114
22115 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
22116
22117         * gtk/gtktext.c: Don't display wrap indicators when
22118         text is not editable and word wrap is on.
22119
22120 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
22121
22122         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
22123         option menus here as they are not derived from menu shell, assure that
22124         the option menu has a menu we can add items to.
22125
22126 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
22127
22128         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
22129         width/height to (gint) before calculations and check against < 0 to
22130         avoid guint wraparounds.
22131
22132 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
22133
22134         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
22135         width and height is never zero. sanity check both dimensions against
22136         32767 and issue a warning if the allocation is greater than that.
22137
22138 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
22139
22140         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
22141         to g_main_pending() as well.
22142
22143 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
22144
22145         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
22146         call to g_main_iteration() - since that will regrab
22147         GTK+ lock to process events.
22148
22149 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
22150
22151         * gtk/gtkwindow.c
22152         - Regularize with the rest of GTK+ by making widget->requisition
22153           not reflect the set_usize()
22154         - Always recompute geometry hints, then check if they
22155           changed before sending them to the X server. The
22156           previous checks for changes would fail in a number
22157           of circumstances. 
22158
22159 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
22160
22161         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
22162
22163 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
22164
22165         * gtk/gtkdnd.c:
22166         - Code cleanups
22167         - Instantaneously update on modifier key presses
22168         - Allow cancellation of the drag with Escape.
22169
22170 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
22171
22172         * gtk/testgtk.c (create_handle_box): Set the policy
22173         to auto_shrink - otherwise the appearance is rather
22174         strange when flipping between horizontal and vertical.
22175
22176 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
22177
22178         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
22179         (gtk_window_set_default_size): don't change a value if it's < 0.
22180         queue a resize.
22181
22182 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
22183
22184         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
22185
22186 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
22187
22188         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
22189         add an extra "/" when concating "/" + filename.
22190         (From Matt Grossman <mattg@oz.net>)
22191
22192 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
22193
22194         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
22195         for fg_gc if we set it for drawing pixmap.
22196
22197 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
22198
22199         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
22200         
22201         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
22202         already set, call old engine's destroy function and
22203         unref the old engine.
22204
22205 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
22206
22207         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
22208
22209 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
22210
22211         * gtk/gtkaccelgroup.h: mark certain functions as internal.
22212
22213 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
22214
22215         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
22216         expand behaviour changed.
22217
22218         * gtk/gtklabel.c (gtk_label_set_pattern):
22219         (gtk_label_set_justify):
22220         (gtk_label_set_line_wrap):
22221         don't bother invoking queue_clear, the reallocation does
22222         that for us, always free_words so the upcoming resize will
22223         relayout the label's contents.
22224
22225 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
22226
22227         * applied argument implementation patches from Elena Devdariani
22228         <elena@cogent.ca>.
22229
22230         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
22231         ::space_style, ::relief
22232         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
22233         * gtk/gtkpreview.c: ::expand
22234         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
22235         * gtk/gtknotebook.c: ::homogeneous
22236         * gtk/gtklabel.c: ::wrap
22237         * gtk/gtklist.c: ::selection_mode
22238         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
22239         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
22240         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
22241         * gtk/gtkclist.c: ::sort_type
22242         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
22243         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
22244
22245 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
22246
22247         * gtk/gtkstyle.c: Removed ill-thought-out part of last
22248         comment.
22249
22250 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
22251
22252         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
22253         counting right when we have to attach a new style
22254         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
22255
22256         * gtk/gtkstyle.c: Documented the refcounting
22257         peculularities of gtk_style_attach.
22258
22259 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22260
22261         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
22262         window types.
22263
22264         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
22265         of GTK_TOPLEVEL for creating the window.
22266
22267 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22268
22269         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
22270         the last argument (reported by Per Winkvist).
22271         
22272 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
22273
22274         Fixes for invisible XOR lines (Frank Loemker
22275         <floemker@TechFak.Uni-Bielefeld.DE>)
22276         
22277         * gtk/gtkclist.c (gtk_clist_realize): Always use
22278         a non-zero pixel for GDK_XOR.
22279
22280         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
22281         Use GDK_INVERT instead of GDK_XOR.
22282
22283 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
22284
22285         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
22286         signals if h/voffsets differ from adjustment values.
22287         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
22288
22289 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
22290
22291         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
22292         ::selection-done emissions up to the topmost menu shell.
22293
22294 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
22295
22296         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
22297         the user data on the window before destroying it.
22298
22299         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
22300         unrealize handler to take care of destroying 
22301         notebook->panel properly. 
22302         (Bug #1198 - Morten Welinder <terra@diku.dk>)
22303
22304         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
22305         of g_new and g_realloc to stop memory leak. (Actually,
22306         we could just use g_realloc(), but I'm not 100% sure
22307         that is portable).
22308         (Bug #1196 - Morten Welinder <terra@diku.dk>)
22309
22310 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
22311
22312         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
22313
22314         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
22315         for fontsets.
22316
22317         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
22318         with bin/button confusion.
22319
22320 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
22321
22322         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
22323         and show how preselection of radio items is done.
22324
22325 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
22326
22327         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
22328         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
22329         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
22330         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
22331         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
22332         * gtk/gtktable.c (gtk_table_attach): 
22333         * gtk/gtklist.c (gtk_list_insert_items): 
22334         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
22335         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
22336         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
22337         * gtk/gtkbin.c (gtk_bin_add): 
22338         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
22339         * gtk/gtkfixed.c (gtk_fixed_put): 
22340         * gtk/gtklayout.c (gtk_layout_put):
22341         general fixups to container_add logic. always realize child if
22342         child->parent is realized, only map the child and queue a resize
22343         if child and child->parent are both visible.
22344
22345 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
22346
22347         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
22348         instead of gtk_container_foreach to walk and unrealize children, so
22349         composite children get also unrealized.
22350         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
22351         (gtk_widget_map): assert that the widget is visible (basic constrain).
22352         (gtk_widget_real_map): assert that the widget is realized (basic
22353         constrain).
22354
22355 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
22356
22357         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
22358
22359 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
22360
22361         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
22362         file for iso-8859-2 locales.
22363
22364         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
22365
22366 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
22367
22368         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
22369          (Pointed out by andy@rz.uni-karlsruhe.de and others).
22370          Remove some suspicious and useless lines. 
22371
22372 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
22373
22374         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
22375         width,height = 0, 0 to mean - here to edge of window,
22376         instead of -1, -1, since the former is all we support.
22377
22378 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
22379
22380         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
22381         when removing from quit_functions list.
22382
22383 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
22384
22385         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
22386
22387 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
22388
22389         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
22390          When redrawing characters on non-visible entry, use appropriate
22391          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
22392
22393 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
22394
22395         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
22396         from drag coordinates.
22397         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
22398         use drag_dest_cell.
22399
22400         * gtk/gtktree (drag_dest_cell)
22401         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
22402         (Bug #1129)
22403
22404 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
22405
22406         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
22407         translate_* fields.
22408         (gtk_item_factory_finalize): invoke translate_notify independant from
22409         translate_data.
22410         (gtk_item_factory_set_translate_func): likewise.
22411         (gtk_item_factory_destroy): only remove ifactory pointer from those
22412         widgets that belong to us (stupid me).
22413
22414 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
22415
22416         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
22417         rc_style list when lookup succeeeds.
22418
22419 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
22420
22421         * gtk/gtkctree.c (resync_selection): 
22422         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
22423         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
22424         bug.
22425
22426 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
22427
22428         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
22429         Add some missing GDK_THREADS_ENTER()/LEAVE around
22430         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
22431
22432 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
22433
22434         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
22435         rather than emit_by_name.
22436
22437         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
22438         on the widget across multiple signal emissions.
22439         (gtk_editable_delete_text): same here.
22440         (gtk_editable_class_init): set widget_class->activate_signal after
22441         editable_signals[ACTIVATE] has been created.
22442
22443 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
22444
22445         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
22446         position here prematurely -- we might not have the
22447         right ->min_position and ->max_position yet.
22448
22449 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
22450
22451         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
22452         Add error traps so if the other end of the connection
22453         dies, we survive.
22454
22455         * gtk/gtkselection.c (gtk_selection_notify): Clean
22456         up properly when selection property retrieval fails.
22457         
22458         * gtk/gtkselection.c (gtk_selection_request): Correctly
22459         reject SelectionRequest notifies where the handler
22460         returns no data.
22461
22462 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
22463
22464         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
22465         when we've previously highlighted.
22466
22467         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
22468         emit two "drag_leave" signals for Motif drops.
22469
22470         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
22471         back the correct status messages when dropping from
22472         Motif onto a proxy window that is rejecting the
22473         drop.
22474
22475 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
22476
22477         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
22478         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
22479         to compare two argument values. added gtk_arg_to_valueloc() to set a
22480         variable from an arg through its location (pointer).
22481
22482         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
22483         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
22484         as gfloat*, uchars are collected as guchar*, ints are collected as
22485         gint*, etc...
22486
22487 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
22488
22489         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
22490         Include <string.h> instead of <strings.h>.
22491
22492         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
22493         (actually, a lot more duplicate includes occur if
22494          you trace through the sequence of #include's)
22495         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
22496         
22497 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
22498
22499         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
22500         gtk-a-higuti-990322-[0-3]
22501
22502         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
22503         that was causing -DX_LOCALE not to work.
22504
22505         * gtk/gtkrc.c (gtk_rc_init):
22506         X_LOCALE will never have LC_MESSAGES defined
22507
22508 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
22509
22510         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
22511         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
22512
22513         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
22514         left/right as well (gtk-michael-980726-0.patch.gz).
22515
22516         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
22517         for pointer values, use gchar instead of char. fixed uline allocation
22518         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
22519         chunks instead of G_ALLOC_ONLY.
22520         (gtk_label_size_request): always alter requisition as passed and leave
22521         widget->requisition alone.
22522         (gtk_label_set_text): allow NULL strings.
22523         (gtk_label_new): likewise.
22524
22525 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
22526
22527         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
22528
22529 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
22530
22531         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
22532         *and* mapped (i.e. drawable).
22533         (gtk_bin_expose): only send exposes to drawable children.
22534
22535         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
22536         (gtk_box_expose): only send exposes to drawable children.
22537
22538         * gtk/gtkhscale.c (gtk_hscale_draw): 
22539         * gtk/gtkvscale.c (gtk_vscale_draw):
22540         hm, this is an ugly one. we first compute the size of our trough area
22541         here (window relative) and then check intersection with the draw_area
22542         which is parent relative because we're a NO_WINDOW widget, so we need
22543         to offset the trough area by allocation.x and allocation.y before the
22544         check. (this must not be done for the background area though, since
22545         that's already computed parent relative).
22546
22547 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
22548
22549         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
22550         unrealize title buttons.
22551
22552 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
22553
22554         * gtk/gtkclist.c (gtk_clist_column_title_passive)
22555         (gtk_clist_column_title_active): 
22556         only connect/disconnect to GtkWidgetClass::event to block mouse events.
22557
22558         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
22559         zero initialize event, removed superfluous gdk_window_get_pointer call
22560
22561         * gtk/gtklist.c (gtk_list_vertical_timeout)
22562         (gtk_list_horizontal_timeout): removed superfluous
22563         gdk_window_get_pointer call
22564
22565 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
22566
22567         * plugging problems reported by "Bruce Mitchener, Jr."
22568         <bruce@puremagic.com> due to a purify session.
22569
22570         * gtk/gtkstyle.c:
22571         (gtk_style_ref): 
22572         (gtk_style_unref): assert ref_count to be > 0.
22573
22574         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
22575         the requisition.
22576         (gtk_clist_set_shift): likewise.
22577
22578         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
22579         adjustments.
22580
22581         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
22582         event before sending it and set send_event to TRUE (which needs to
22583         be done for *all* synthesized events).
22584         (gtk_list_vertical_timeout): likewise.
22585
22586         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
22587         leaks.
22588
22589         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
22590         to TRUE when synthesizing events.
22591
22592 [ *** end of merges from 1.2 *** ]      
22593         
22594 1999-11-21  Tor Lillqvist  <tml@iki.fi>
22595
22596         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
22597         (or copied from gdkconfig.h.win32 on Win32, sigh).
22598
22599         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
22600
22601         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
22602
22603         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
22604
22605         * gdk/gdkconfig.h.win32: New file.
22606
22607         * gdk/win32/makefile.cygwin: Build just a static archive here.
22608
22609         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
22610         for the DLL from the static archive built above.
22611
22612         * gdk/gdk.def: Moved here from the win32 subdirectory.
22613
22614         * gdk/win32/*: Adapt for the changed private struct organisation.
22615
22616         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
22617
22618 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
22619
22620         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
22621         for wheel mice (buttons 4 and 5).
22622
22623 1999-11-18  Tor Lillqvist  <tml@iki.fi>
22624
22625         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
22626         drawables use just the pixel field in the foreground and
22627         background GdkColor of the GdkGC.
22628
22629         gdk_gc_set_{fore,back}ground() are called in the GIMP with
22630         GdkColors containing uninitialized (red,green,blue) fields, and
22631         just the pixel field filled in, and furthermore in the
22632         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
22633         It thus turns out that we really don't need to have the full
22634         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
22635         it later to have just the pixel values.
22636
22637 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
22638
22639         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
22640
22641 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
22642
22643         * docs/gtkfaq.sgml: threads example from Erik Mouw.
22644         New question on GtkLabel background colors.
22645
22646         * docs/gtk_tut.sgml:
22647           - Correct the example code callback
22648             function definitions.
22649           - Update the gtkdial example code, from Frans van Schaik.
22650           - Update setselection.c to current API.
22651
22652         * examples/Makefile examples/*/*.c: Update to code
22653         listed in tutorial.
22654
22655 1999-11-10  Tor Lillqvist  <tml@iki.fi>
22656
22657         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
22658         subrange table (from the "Developing International Software for
22659         WIndows 95 and Windows NT" book) was missing the Hangul syllable
22660         block... Get the loaded font's charset correctly.
22661
22662         (Note that this, and the other *-win32.c files, still really are
22663         the old ones, the win32 subdirectory is not ready for compilation
22664         yet after the reorg.)
22665
22666 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
22667
22668         * gtk/gtkclist.c: Fix off-by-one bug in parameter
22669         check.
22670
22671 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
22672
22673         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
22674         on results of XQueryDeviceState().
22675
22676 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
22677
22678         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
22679         we need to accesss only ->children. We need an accessor
22680         for the children.
22681
22682         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
22683         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
22684         to get rid of gdkx.h include.
22685         
22686         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
22687         and random references to 'None'.
22688
22689         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
22690         Get rid of unused #include <gdk/gdkx.h>
22691
22692         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
22693         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
22694         gdkconfig.h.
22695
22696 1999-11-08  Tor Lillqvist  <tml@iki.fi>
22697
22698         * gdk/win32/gdkdraw.c
22699         * gdk/win32/gdkfont.c
22700         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
22701         following yesterday's changes. (Unrelated to Owen's reorg.)
22702
22703 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
22704
22705         * gdk/x11/gdkinput-gxi.c: Add missing include,
22706           fix GdkWindowPrivate => GdkDrawablePrivate.
22707
22708         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
22709
22710         * gdk/x11/Makefile.am (xinput_sources): Add missing
22711         backslash to fix building with --with-xinput=none
22712
22713 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
22714
22715         Move all X specific code into the x11/ directory.
22716         Aside from shuffling things around, did the following:
22717
22718        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
22719          gdk_arg_context_* - a simple argument parsing system
22720          in the style of popt.
22721
22722        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
22723          gdk/x11/gdkprivate-x11.h:
22724          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
22725          add ->klass and ->klass_data fields. The klass_data
22726          field points to an auxilliary structure that is
22727          windowing system dependent.
22728
22729        * gdk/gdkfont.c: Make most of the measurement functions
22730          simply wrappers around gdk_text_extents().
22731
22732        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
22733          _gdk_font_strlen() function that hides the weird
22734          behavior in gtk+-1.[02] where a string is interpreted
22735          differently for 8-bit and 16-bit fonts.
22736
22737        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
22738          to store common code for synthesizing double/triple
22739          press events.
22740         
22741        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
22742          Make all the function that modify an existing GC
22743          simply wrappers around gdk_gc_set_values().
22744          
22745        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
22746          for throwing out later.
22747
22748        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
22749          GdkImagePrivate and GdkColormapPrivate to have a
22750          windowing system dependent part (GdkFontPrivateX etc.)
22751          that "derives" from the system-independent part.
22752
22753        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
22754          Got rid of the included-source-files for XInput in
22755          favor of automake conditionals. (Which didn't exist
22756          when XInput support was originally added.)
22757
22758        * gdk/gdkrgb.c: Remove the visual id from the debugging
22759          statements since that is X11 specific; print out
22760          type/depth info instead.
22761          
22762
22763 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
22764
22765         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
22766         loading duplicates of hashed fonts.
22767
22768         * gdk/gdk.c (gdk_keysym_convert_case): rename
22769         gdk_XConvertCase to gdk_keysym_convert_case, allow
22770         results to be NULL in the GTK+ style.
22771
22772         * gdk/gdkcompat.h: Started compatibility header
22773         for renames.
22774
22775 1999-11-07  Tor Lillqvist  <tml@iki.fi>
22776
22777         * gdk/win32/gdkprivate.h: New font private structures, related to
22778         fontsets.
22779
22780         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
22781         gdk_font_list_free(). On X11, will just be wrappers to
22782         XListFonts() and XFreeFontNames(). On Win32, the code previously
22783         in gtkfontsel.c is now here.
22784
22785         New function gdk_font_xlfd_create(). On X11 will get the FONT
22786         property of the font (for GDK_FONT_FONTs), or call
22787         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
22788         builds a XLFD style name from the font information in the LOGFONT
22789         struct(s).
22790
22791         New function gdk_font_xlfd_free(), which correspondingly frees the
22792         string returned by gdk_font_xlfd_create().
22793
22794         Implement fontsets on Win32. Add a function that iterates over a
22795         wide char string and calls a callback function for each substring
22796         of wide chars from the same Unicode subrange (and thus probably
22797         available in the same real font).
22798
22799         Improve the XLFD emulation a bit.
22800
22801         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
22802
22803         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
22804         Beta3, WM_IME_CHAR messages don't seem to contain the composed
22805         multi-byte char as with the Active IMM on Win9x. Oh well, handle
22806         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
22807         ImmGetCompositionStringW() to get the composed Unicode chars.
22808
22809         * gdk/win32/gdkgc.c
22810         * gdk/win32/gdkdraw.c: Changes needed because of the font private
22811         struct changes.
22812
22813         * gdk/win32/gdk.def: Add the new functions.
22814
22815 1999-11-04  Tor Lillqvist  <tml@iki.fi>
22816
22817         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
22818         get the Platform SDK to get <dimm.h>.
22819
22820         * gdk/win32/gdkevents.c: More event handling fixes and
22821         simplification. Never generate motion events with is_hint true. We
22822         used to do that on bogus grounds earlier. Windows sends
22823         WM_MOUSEMOVE messages on button events even if the mouse hasn't
22824         moved, ignore these.
22825
22826         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
22827
22828         * gdk/win32/gdkglobals.c
22829         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
22830         the TrackMouseEvent function, and use it.
22831
22832         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
22833         char before calling WideCharToMultiByte in order to get a string
22834         for the window title.
22835
22836         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
22837
22838         * gdk/win32/gdk.def: Remove obsolete functions.
22839
22840         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
22841         /nodefaultlib and /defaultlib switches.
22842
22843         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
22844
22845 1999-10-31  Tor Lillqvist  <tml@iki.fi>
22846
22847         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
22848         EuroSign).
22849
22850         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
22851         same type as GdkWChar, especially on Win32.
22852
22853         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
22854
22855         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
22856         before passing to Windows GDI for drawing etc. Convert to the
22857         system default codepage before passing to Windows as window
22858         titles.
22859
22860         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
22861         support changing input locale on the fly.
22862
22863         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
22864         on-the-fly changes. Convert incoming characters from the current
22865         codepage to Unicode (and then to a UTF-8 multi-byte string) based
22866         on the current input language. Use keysym<->Unicode mapping tables
22867         and functions borrowed from xterm sources.
22868
22869         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
22870         editions of Win9x, use the ActiveX-based Active IMM (Input Method
22871         Manager) if available. IMEs and the Active IMM are available under
22872         the disguise of Chinese, Korean and Japanese support for IE and
22873         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
22874         support is present in all editions (as long as you install it).
22875
22876         Call DispatchMessage from gdk_events_queue() (and thus
22877         gdk_WindowProc()), instead of duplicating the code in
22878         gdk_WindowProc().
22879
22880         Reworked the grab handling and propagation code, factored out
22881         duplicated code snippets into separate functions. Other cleanups,
22882         too.
22883
22884         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
22885         the <dimm.h> header describing the Active IMM.
22886
22887         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
22888         just do the same as for "single" fonts.
22889
22890         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
22891         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
22892         the new keysyms from gdkkeysyms.h.
22893
22894         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
22895         fontset, so that gtkentry uses wide characters.
22896
22897         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
22898         GTk+'s system directory "gtk+", not "gtk".
22899
22900 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
22901
22902         * docs/gtkfaq.sgml: FAQ update
22903
22904 1999-10-21  Tor Lillqvist  <tml@iki.fi>
22905
22906         * gdk/win32/gdkprivate.h: Add more font private data.
22907
22908         * gdk/win32/gdkfont.c
22909         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
22910         fonts and strings. Now works much better. You still have to
22911         have a correct font selected, though. No fontset emulation yet.
22912
22913 1999-10-19  Tor Lillqvist  <tml@iki.fi>
22914
22915         * gtk/maketypes.awk: Use G_OS_WIN32.
22916
22917         * gtk/gtk.def: Add some missing entry points. Also some non-public
22918         ones, but PyGTK porter claims to need them.
22919
22920         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
22921         built-in type generation.
22922
22923 1999-10-14  Tor Lillqvist  <tml@iki.fi>
22924
22925         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
22926         GDK_FONT_FONT fonts (which is all we have for now, we don't
22927         emulate fontsets). The X11 version uses plain XDrawString in that
22928         case, too. The string passed to gdk_draw_text_wc seems to be in
22929         fact (at least, when used by gtkentry and gtktext) either in a
22930         single-byte charset, or a DBCS. Not Unicode.
22931
22932         This fixes the problem in gtkfontsel, where even if you had
22933         selected a font with a non-Latin1 charset (windows-greek, for
22934         instance), the preview still used Latin-1 glyphs.
22935
22936         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
22937         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
22938         (gdk_font_load): Recognize the demibold etc weights, even if we
22939         don't have the corresponding constants in the headers.
22940         (gdk_font_hash_insert): Use same hash mechanism as in the X11
22941         version. Should save font resources a bit, when we don't have
22942         multiple HFONTs for the same font.
22943
22944         * gdk/win32/gdkprivate.h: Add the names field as in the X11
22945         version.
22946
22947 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
22948
22949         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
22950         X values
22951
22952 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
22953
22954         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
22955         layout support (as mentioned on
22956         http://www.jcinteractive.com/gnome-ui/software/widgets/)
22957
22958 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
22959
22960         * gtk/fnmatch.c
22961         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
22962
22963 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
22964
22965         * configure.in (ALL_LINGUAS): Added Galician (gl)
22966
22967 1999-10-05  Tor Lillqvist  <tml@iki.fi>
22968
22969         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
22970
22971         * gdk/win32/gdkcompat.c: New file, actually provide an
22972         implementation for the deprecated functions. (Just temporarily.)
22973
22974         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
22975
22976         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
22977
22978         * gdk/win32/gdk.def gtk/gtk.def: Updates.
22979
22980 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
22981
22982         * configure.in: Added "uk" to ALL_LINGUAS.
22983         
22984 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
22985
22986         * configure.in: correct checking for BeOS check
22987
22988         * gdk/gdktypes.h
22989         * gtk/fnmatch.c
22990         * gtk/gtkfilesel.c
22991         * gtk/gtkitemfactory.c
22992         * gtk/gtkmain.[ch]
22993         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
22994
22995 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
22996
22997         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
22998         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
22999         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
23000         by Bulgarian). 
23001
23002 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
23003
23004         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
23005         Fix a reference to window_private->destroyed.   
23006
23007         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
23008         (ugly) setting of an internal GdkWindow member to use
23009         a _slightly_ cleaner macro.
23010
23011         * gdk/gdkprivate.h: Split GdkWindowPrivate into
23012         GdkDrawablePrivate and GdkWindowPrivate.
23013         Add extra macros for accessing GDK_DRAWABLE_ components.
23014
23015         * *.[ch]: Massive adjustments for the above, use the
23016         new macros in a lot of places.
23017
23018 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
23019
23020         * gdk/gdktypes.h: Make GdkDrawable the base type,
23021         not GdkWindow.
23022
23023 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
23024
23025         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
23026
23027 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
23028
23029         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
23030
23031 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
23032
23033         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
23034         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
23035
23036         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
23037
23038         * docs/gtk-config.1: Now autogenerated.
23039         * docs/Changes-1.4.txt: started
23040         
23041 1999-10-03  Tor Lillqvist  <tml@iki.fi>
23042
23043         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
23044         to #ifdef also here.
23045
23046         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
23047         Owen did to the X11 backend.
23048
23049         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
23050         ScrollWindowEx when blitting inside a window, it can't be correct
23051         in the general case.
23052
23053         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
23054         WM_GETMINMAXINFO is easier.
23055
23056         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
23057         depth equal to the bitspixel value, not the visual's depth.
23058
23059         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
23060         to 24 even if the bitspixel value is 32.
23061
23062         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
23063         need to check for depth==32 when bpp==32, depth will always be 24.
23064
23065 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
23066
23067         * docs/Changes-1.4.txt: Started
23068         
23069         * gtk/Makefile.am (gdk_headers): Include all the new headers.
23070
23071         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
23072         
23073         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
23074         into C file.
23075         
23076         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
23077         header to gdkinputprivate.h.
23078
23079         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
23080         unused since before 1.2.
23081
23082 1999-09-30  Tor Lillqvist  <tml@iki.fi>
23083
23084         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
23085         expand possible hex escapes in the font family (put there by
23086         logfont_to_xlfd if the font name isn't a legal XLFD font family,
23087         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
23088         On Win32, add hex escapes here, too.
23089
23090 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
23091
23092         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
23093         to #ifdef GDK_WINDOWING_X11.
23094
23095 [ Merges from gtk-1-2 ]
23096
23097 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
23098
23099         * configure.in: fixed "GNU Make" check to pass with new make version
23100         3.77.95.
23101
23102 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
23103
23104         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
23105         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
23106         AM_PATH_GTK() macros don't get confused by the -pre1.
23107
23108 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23109
23110         * configure.in (REBUILD): Change check for perl5
23111           to check explicitely for v >= 5.002. (5.001
23112           does not work with our scripts.)
23113
23114 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
23115
23116         * configure.in: evaluate $PERL for the perl version check. added
23117         --disable-rebuilds to give the user an option to completely disable
23118         any source autogeneration rules.
23119
23120 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
23121
23122         * configure.in: evaluate $ac_make when checking for GNU Make.
23123
23124 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23125
23126         * docs/Makefile.am: added generation.txt.
23127
23128         * Makefile.am: require automake 1.4, build README from README.in and
23129         INSTALL from INSTALL.in in dist-hook.
23130         
23131         * README.in:
23132         * INSTALL.in: new files to autogenerate README and INSTALL from.
23133
23134         * configure.in: figure whether we have GNU Make
23135
23136         * docs/generation.txt: minor additions/corrections.
23137
23138 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23139
23140         * docs/gtkfaq.sgml: FAQ Update
23141
23142 July 30, 1999 Elliot Lee <sopwith@redhat.com>
23143         
23144         * configure.in: Fix autoconf warnings about cross compilation by
23145         trying to provide sane defaults for AC_TRY_RUN.
23146
23147 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
23148
23149         * ltconfig
23150         * ltmain.sh: upgrade to libtool 1.3.3
23151
23152 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
23153
23154         * INSTALL: Indicate that the --with-glib= configure
23155         time flag is unsupported.
23156
23157 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
23158
23159         * docs/generation.txt: Added a file that gives
23160         documenation about the autogeneration process for
23161         various autogenerated files.
23162         
23163 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23164
23165         * configure.in (LIBS): Look for libgmodule in the
23166         right location.
23167
23168 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
23169
23170         * docs/gtk_tut.sgml: Removed references to
23171         code examples in my directory on gtk.org as
23172         they should all be in the tutorial now.
23173
23174         * docs/gtk_tut.sgml: Added sources for dial-test
23175         and scribble-xinput programs that were previously
23176         missing.
23177
23178 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
23179
23180         * TODO: Added entry about menu keyboard navigation, removed
23181         some finished items.
23182
23183 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
23184
23185         * acinclude.m4: Standardize on func_dgettext
23186         not func_gettext, so that the checks for dgettext
23187         actually are paid attention to.
23188
23189 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
23190
23191         * configure.in (LIBS): Add $INTLLIBS into $LIBS
23192         directly, rather than repeating the checks for
23193         gettext.
23194
23195         * INSTALL: Added information about gettext and
23196         NLS support.
23197
23198         * acinclude.m4 (LIBM): Check for dgettext, not
23199         just gettext. This should hopefully fix things wrt
23200         systems with old versions of GNU gettext installed.
23201
23202 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23203
23204         * configure.in (LIBS): Look for libgmodule in the
23205         right location.
23206
23207 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23208
23209         * autogen.sh: add --enable-maintainer-mode
23210
23211         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
23212
23213 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
23214
23215         * docs/gtk-config.1.in:
23216           docs/Makefile.am:
23217           configure.in: gtk-config is now generated.
23218
23219         * docs/gtk-config.1: Removed, now generated.
23220
23221 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
23222
23223         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
23224         handle CreateNotify itself, still put out a debuging message for
23225         --gdk-debug=events. made the ReparentNotify debugging message more
23226         verbose.
23227         wrap xcoords translation for ConfigureEvents into an error trap,
23228         a destroy event may already be pending, and in that case, the
23229         actuall coordinate values are not at all critical.
23230
23231 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
23232
23233         * gdk/gdkcc.c: Stop leaking the color_hash all over
23234         the place. Simplify and improve the logic.
23235
23236 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23237
23238         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
23239         for prototypes and function implementations consistent (reported
23240         by Tomas Ogren).
23241
23242 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23243
23244         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
23245         send_event set in debugging output.
23246         (gdk_compress_exposures): default initialize the event so we don't
23247         operate on bogus values (namely send_event).
23248
23249 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23250
23251         * gdk/gdkwindow.c: When we receive an unexpected
23252         destroy notify on one of our windows, don't just
23253         warn about it, also mark our windows as destroyed.
23254
23255 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
23256
23257         * gdk/gdkfont.c (gdk_font_hash_insert): Add
23258           name => font and name => fontset hashes. The 
23259           name => fontset hash is a _big_ win since we
23260           weren't previously caching fontsets at all and loading
23261           fontsets is expensive. The name => font hash
23262           is less of a win, but it does save us from doing
23263           repeated XQueryFont calls on the same font.
23264
23265         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
23266           list so we can remove font/fontset from hash.
23267
23268 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23269
23270         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
23271           and slightly confusing test. [ XInternAtom (,,TRUE)
23272           will never return None ].
23273
23274 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
23275
23276         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
23277           gdk/gdkwindow.c (gdk_window_set_hints):
23278
23279         Don't omit setting the properties if flags == 0 -
23280         there may be an existing set of properties there
23281         already. (Very old bug. Would it be better to
23282         delete the property instead?)
23283
23284         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
23285           spelling error in comment.
23286
23287 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
23288
23289         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
23290           to avoid stomping over gdk_error_warnings.
23291
23292         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
23293           as (bits_per_pixel + 7) / 8. This gives the same
23294           result as before for multiples of 8, but actually
23295           a "reasonable" value for 1bit or 4bit displays.
23296
23297 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23298
23299         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
23300         GNU Make.
23301
23302 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
23303
23304         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
23305         discarding configure events.
23306
23307 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
23308
23309         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
23310         refcount is greater than zero.
23311
23312         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
23313
23314         * gdk/gdkfont.c (gdk_font_unref): Likewise.
23315
23316         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
23317
23318         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
23319
23320 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
23321
23322         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
23323         that format 32 => sizeof(item) == 4. It really is
23324         sizeof(long).
23325
23326 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
23327
23328         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
23329         core dump at all on X IO errors, only core dump
23330         if --enable-debug for X errors.
23331
23332 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
23333
23334         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
23335         unknown window:" message. disabled ConfigureNotify discarding code,
23336         because it led to events being processed out of order.
23337
23338 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
23339
23340         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
23341
23342         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
23343         we export this function, supress error warnings and don't reset the
23344         error code in the first half of this function.
23345
23346         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
23347         code (instead of just -1) so gdk_error_trap_pop() reveals something
23348         actually informative about the error that happened.
23349
23350         * gdk/*.c:
23351         don't rely on gdk_error_code being -1 if an error occoured, but just
23352         gdk_error_code != 0.
23353
23354 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
23355
23356         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
23357         pointer *before* invoking the filter function, so we at least don't
23358         crash if a filter is removed that is currently executed. window filters
23359         *really* need to be made truely reentrant at some point.
23360
23361 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
23362
23363         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
23364         PropertyNotify debug messages.
23365
23366 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
23367         
23368         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
23369         
23370         * gdk/gdkim.c: Fix cut-and-paste errors for 
23371         x/y and PreeditAttributes/StatusAttributes.
23372
23373 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23374
23375         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
23376         G_MAXINT to 2^16 to alleviate overflow problems in
23377         various window managers.
23378
23379 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23380
23381         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23382         for fontsets.
23383
23384 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
23385
23386         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
23387         Initialize size_hints.x and size_hints.y because kwm
23388         brokenly pays attention to them.
23389         (Bug #1181 -  Lars Heete <hel@admin.de>)
23390
23391 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
23392
23393         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
23394         return value of gdk_list_visuals(). 
23395         (Bug #1193 - Morten Welinder <terra@diku.dk>)
23396
23397 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
23398
23399         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
23400         XSetIMValues to (void *) when comparing to NULL, to workaround
23401         the problem of some compilers barfing since older X headers don't
23402         have the prototype for it.
23403
23404 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
23405
23406         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
23407         for pseudocolor where colormap->colors was double
23408         allocated.
23409
23410         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
23411         color value in the hash table with the pixel filled
23412         in so when we do later hash table lookups, the color
23413         value is correct.
23414         
23415 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
23416
23417         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
23418         making the call
23419
23420 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
23421
23422         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
23423         pointed out by Morten Welinder <terra@diku.dk>.
23424
23425 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23426
23427         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23428           default filter from the list
23429
23430 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23431
23432         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23433           default filter from the list
23434
23435 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
23436
23437         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
23438
23439         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
23440         g_strdup_printf instead of calcing the length separately
23441
23442 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
23443
23444         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
23445         that we don't do in many other places. (Fixing duplicate 
23446         #include of config.h)
23447
23448         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
23449         Otherwise, #ifndef XINPUT_NONE check in the latter
23450         doesn't work. (Bug #546)
23451
23452 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
23453
23454         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
23455         "None" case insensitive.
23456
23457 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23458
23459         * gdk/gdkselection.c: 
23460         Add error traps so if the other end of the connection
23461         dies, we survive.
23462
23463 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23464
23465         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
23466         dest_xid field into two fields - one for the window
23467         to send in messages, one to indicate the last looked
23468         up window for caching purposes. This is needed, so
23469         that Leave messages get the correct window.
23470
23471 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
23472
23473         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
23474         Fix warning created by people mucking around
23475         with the gsource API.
23476
23477         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
23478         Change mapping between GIOCondition and GdkInputCondition
23479         to match the way the Linux kernel does it. This should
23480         fix problems where closed pipes were no longer signalling
23481         GDK_INPUT_READ on systems with a native poll().
23482
23483 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
23484
23485         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
23486         explicitly for the string "None" - it is in the XPM
23487         spec and some servers treat unknown colors in odd ways
23488         (like asking the user!)
23489
23490 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23491
23492         * gdk/gdkevents.c: made "->" into a "." of previous change so
23493         it compiles
23494
23495 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
23496
23497         * gdk/gdkevents.c (gdk_compress_exposures): Set the
23498         window field of the event structure before calling
23499         user filters.
23500
23501 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
23502
23503         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
23504         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
23505
23506 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
23507
23508         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
23509         intermediate text property - prevents major memory
23510         leak when gdk_use_mb.
23511         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
23512
23513 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23514
23515         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23516         gtk-a-higuti-990322-[0-3]
23517
23518         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
23519         sizeof(wchar_t) != sizeof (GdkWChar)
23520
23521         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23522         that was causing -DX_LOCALE not to work.
23523
23524         * gtk/gtkrc.c (gtk_rc_init):
23525         X_LOCALE will never have LC_MESSAGES defined
23526
23527         * gdk/gdk.c (gdk_init_check):
23528         Remove --xim-preedit and --xim-status from argv properly.
23529
23530         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
23531         that the client window is present on the X server
23532         before we pass it to the input method.
23533
23534 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
23535
23536         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
23537         if --display is specified on the command line, than
23538         the drag window will not be created on that display.
23539         
23540 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
23541
23542         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
23543         lookups with only_if_exists == TRUE were inserting
23544         bogus values into the atom cache.
23545
23546 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23547
23548         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
23549         then reset it to NULL.
23550
23551         * gdk/gdkcolor.c:
23552         (gdk_colors_free): 
23553         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
23554         key for g_hash_table_remove() in both functions, this prevents us
23555         from accessing possibly uninitialized portions of a GdkColor structure
23556         where we are only interested in its pixel value.
23557
23558 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
23559
23560         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
23561         font hash table, if we have a GdkFontPrivate entry for this font
23562         already, simply increment its reference count, provided by Olaf Dietsche
23563         <olaf.dietsche+list.gtk@netcologne.de>.
23564
23565 1999-09-21  Tor Lillqvist  <tml@iki.fi>
23566
23567         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
23568         just to be sure.
23569
23570         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
23571         unused variables, leftovers from the X11 version.
23572
23573         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
23574
23575         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
23576         downcase fields on X11.
23577
23578 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23579         
23580         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
23581         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
23582
23583 1999-09-17  Tor Lillqvist  <tml@iki.fi>
23584
23585         * gdk/win32/gdk.def: Add gdk_threads_mutex.
23586
23587         * gtk/makefile.msc: Correct path to libintl.
23588
23589         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
23590         use of gint vs. int, and gint vs. gboolean in headers and
23591         definitions. Use GtkType for the *_get_type functions. Note that
23592         these changes preserve binary compatibility.
23593
23594         * gdk/gdk.c
23595         * gdk/win32/gdk.c
23596         * gdk/gdk.h: Fix inconsistencies: gint vs int.
23597
23598         * gtk/gtkmain.c
23599         * gtk/gtkclist.c
23600         * gtk/gtkmenufactory.c
23601         * gtk/gtknotebook.c
23602         * gtk/gtkwidget.c: Fix inconsistencies, also gint
23603         vs. gboolean.
23604
23605         * gtk/gtkcolorsel.[ch]
23606         * gtk/gtkcombo.[ch]
23607         * gtk/gtkdrawingarea.[ch]
23608         * gtk/gtkgamma.[ch]
23609         * gtk/gtkhandlebox.[ch]
23610         * gtk/gtkhpaned.[ch]
23611         * gtk/gtkhruler.[ch]
23612         * gtk/gtkplug.[ch]
23613         * gtk/gtkpreview.[ch]
23614         * gtk/gtkruler.[ch]
23615         * gtk/gtksocket.[ch]
23616         * gtk/gtkstatusbar.[ch]
23617         * gtk/gtktoolbar.[ch]
23618         * gtk/gtkvbbox.[ch]
23619         * gtk/gtkvpaned.[ch]
23620         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
23621         functions.
23622
23623         * gtk/gtkgamma.h: Fix bug, missing () in call of
23624         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
23625
23626 1999-09-14  Tor Lillqvist  <tml@iki.fi>
23627
23628         * gdk/gdkcolor.c (gdk_colormap_new)
23629         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
23630         colormap->colors was allocated twice.
23631
23632         * gdk/win32/gdk.c: Remove some unused stuff.
23633
23634         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
23635         colormap.
23636
23637         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
23638         * gtk/gtklabel.h (gtk_label_get_type)
23639         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
23640         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
23641         in a couple of places, not guint.
23642
23643 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23644
23645         * configure.in,po/et.po: added Estonian language file
23646
23647 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
23648
23649         * configure.in,po/da.po: added Danish file
23650
23651 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
23652
23653         * docs/gtkfaq.sgml: Minor FAQ Update
23654
23655 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
23656
23657         * docs/gtkfaq.sgml: FAQ update
23658
23659 1999-08-27  Tor Lillqvist  <tml@iki.fi>
23660
23661         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
23662         way to get window contents continually refreshed while resizing. I
23663         didn't like the effects myself, so it's not on by default.
23664
23665         * gdk/win32/gdkprivate.h: New flag variable
23666         gdk_event_func_from_window_proc, FALSE by default.
23667
23668         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
23669         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
23670         are passed --gdk-event-func-from-window-proc.
23671
23672         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
23673         and we have am event_func, call it instead of enqueing the event.
23674
23675 1999-08-23  Tor Lillqvist  <tml@iki.fi>
23676
23677         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
23678         Kelley: Set expose_count in GdkEventExposes correctly.
23679
23680         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
23681         MULTIPLE_WINDOW_CLASSES).
23682
23683         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
23684         for bug in NT, apparently NT *does* draw the end pixel, too, in
23685         LineTo with a one-pixel pen, so we don't have to do it ourselves.
23686
23687 1999-08-21  Tor Lillqvist  <tml@iki.fi>
23688
23689         Improvements by Hans Breuer: 
23690
23691         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
23692
23693         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
23694         CS_?REDRAW flags as they cause lots of (late) redraws when "show
23695         window contents while dragging" is turned on. Allocate at least
23696         one unique class for every GdkWindowType. If support for single
23697         window-specific icons is ever needed (eg. Dialog specific), every
23698         such window should get its own class.
23699
23700 1999-08-19  Tor Lillqvist  <tml@iki.fi>
23701
23702         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
23703         error that caused crashes.
23704
23705 1999-08-17  Tor Lillqvist  <tml@iki.fi>
23706
23707         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
23708         window, use ScrollWindowEx, and call UpdateWindow. This prevents
23709         bugs when for instance part of the window was outside the
23710         display. Thanks to Philippe Colantoni for finding and fixing this.
23711
23712 1999-08-16  Tor Lillqvist  <tml@iki.fi>
23713
23714         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
23715         endpoint calculations which were totally wrong. (A little RTFMing
23716         helps a lot ;-)
23717
23718         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
23719         from a separate directory, not from gettext, because of licensing
23720         issues (we want to use the LGPL version).
23721
23722         * README.win32: Mention the intl from glibc vs from gettext issue.
23723
23724 1999-08-13  Tor Lillqvist  <tml@iki.fi>
23725
23726         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
23727         in the key event handling: Now AltGr chars work again. Also,
23728         now Alt-digits are passed up as well as Control-digits.
23729         Pass keypad plus and minus as normal plus and minus.
23730
23731 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23732
23733         * docs/gtkfaq.sgml: FAQ Update
23734
23735 1999-07-25  Tor Lillqvist  <tml@iki.fi>
23736
23737         * README.win32
23738         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
23739         the Wintab SDK.
23740
23741         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
23742         OK, but getting closer. Guard against bogus tilt data from Wacom
23743         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
23744         enable easier building without Wintab.
23745
23746         * gdk/win32/gdkinput.h
23747         * gdk/win32/gdkevents.c 
23748         * gdk/win32/gdkwindow.c: Minor changes related related to above.
23749         
23750         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
23751         code. As we have just one visual on Win32, no sense to have it in a
23752         table, and no need for the hash table.
23753
23754         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
23755         better on white background.
23756
23757 1999-07-21  Tor Lillqvist  <tml@iki.fi>
23758
23759         * README.win32: Update gcc build instructions. Mention gettext is
23760         GPL.
23761
23762         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
23763         supported cursor size with GetSystemMetrics.
23764
23765         * gdk/win32/gdkfont.c
23766         * gtk/gtkfontsel.c: Guard against some font weight and charset
23767         symbols being undefined (in mingw32 headers).
23768
23769         * gdk/win32/makefile.cygwin
23770         * gtk/makefile.cygwin
23771         * gtk/gtkthemes.c: No longer need to have differently named
23772         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
23773
23774 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
23775
23776         * docs/gtkfaq.sgml: Long awaited FAQ update.
23777
23778 1999-07-15  Tor Lillqvist  <tml@iki.fi>
23779
23780         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
23781         it. Obscure bit manipulation needed.
23782
23783         * gdk/win32/gdkevents.c: Logging.
23784         
23785         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
23786         style (file name include compiler name) for theme engines.
23787
23788 1999-07-13  Tor Lillqvist  <tml@iki.fi>
23789
23790         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
23791
23792         * gdk/win32/gdkevents.c: Fix long-standing bug in key
23793         events. The key.string wasn't zero-terminated, still we strdup'ed
23794         it in gdk_event_copy(). Synthesize crossing events for button
23795         events before possible propagation.
23796
23797         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
23798
23799         * gdk/win32/makefile.cygwin
23800         * gtk/makefile.cygwin: Use new DLL naming style for the
23801         GCC-compiled ones.
23802
23803         * gdk/win32/makefile.msc
23804         * gtk/makefile.msc: Cosmetics mostly.
23805
23806         * gtk/gtk.def: Add missing entry points.
23807
23808         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
23809
23810 1999-07-09  Tor Lillqvist  <tml@iki.fi>
23811
23812         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
23813         or height is zero. Don't print a warning if Pie or Arc fails, they
23814         always fail (?) for very narrow ellipses.
23815
23816         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
23817         the part or the destination window corresponding to source area
23818         outside of the source drawable's boundary.
23819
23820         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
23821         anything if less than two points.
23822
23823         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
23824         return NULL. Gtk cut-and-paste inside a single program works
23825         better this way. (It always gets the clipboard contents from
23826         Windows, not from its own copy, which is cleared anyway. I can't
23827         say I fully understand what happens... Emulating the X selection
23828         and property stuff is a bit of a mess.)
23829
23830         * gdk/win32/gdkevents.c
23831         * gdk/win32/gdkproperty.c: A bit more verbose logging.
23832
23833         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
23834         that never got deleted). Revamp gdk_region_shrink.
23835
23836         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
23837         after use.
23838
23839         * gtk/gtk.def: Add some missing entry points.
23840
23841         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
23842         component.
23843
23844 1999-07-04  Tor Lillqvist  <tml@iki.fi>
23845
23846         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
23847         Control-digits specially.
23848
23849 1999-07-03  Tor Lillqvist  <tml@iki.fi>
23850
23851         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
23852
23853 1999-06-28  Tor Lillqvist  <tml@iki.fi>
23854
23855         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
23856         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
23857         finding this.)
23858
23859 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
23860
23861         * gtk+.spec.in: Corrected some typos in files section.
23862         
23863 1999-06-15  Tor Lillqvist  <tml@iki.fi>
23864
23865         * README.win32: Mention using GNU gettext.
23866         * config.h.win32: Enable NLS stuff.
23867         * gtk/makefile.msc: Use GNU gettext.
23868         * gdk/win32/gdkdnd.c: Minor header reorg.
23869         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
23870         cosmetics.
23871         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
23872         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
23873
23874 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
23875
23876         * acinclude.m4
23877         * config.guess
23878         * config.status
23879         * ltconfig
23880         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
23881
23882 1999-05-30  Tor Lillqvist  <tml@iki.fi>
23883
23884         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
23885         SafeAdjustWindowRectEx. Don't override all calls to
23886         AdjustWindowRectEx by it, but use it only in two places: When
23887         creating a new top-level window and when moving a top-level
23888         window.
23889
23890         Use screen coordinate rectangle, not client rectangle, in
23891         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
23892         when we try to place a window so that the decoration (mainly,
23893         title bar) isn't visible.
23894
23895         These changes fix the bug that showed up for instance as the
23896         GIMP's saved top-level windows moving right and down (by an amount
23897         equal to the window decoration) for each session. This bug showed
23898         up also in testgtk's "Saved Position".
23899
23900         gdk_window_resize also redone a bit.
23901
23902 1999-05-25  Tor Lillqvist  <tml@iki.fi>
23903
23904         * gtk/testgtkrc: Add (commented out) Windows-style theme
23905         include line.
23906
23907         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
23908
23909 1999-05-18  Tor Lillqvist  <tml@iki.fi>
23910
23911         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
23912         gdkx.h to a gdk subdirectory, so that applications can include
23913         these with <gdk/*.h> without trouble.
23914
23915         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
23916         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
23917         have their bitmap destroyed.
23918
23919         * gdk/win32/gdk.def: Add gdk_root_parent.
23920
23921 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
23922
23923         * configure.in
23924           gtk-config.in
23925           ltconfig
23926           ltmain.sh     
23927           gtk/Makefile.am: changes to compile nicely (with xlib) 
23928           on BeOS
23929
23930 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
23931
23932         * acinclude.m4
23933         * config.guess
23934         * config.sub
23935         * ltconfig
23936         * ltmain.sh: upgrade to libtool 1.3
23937
23938 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
23939
23940         * gtk/gtkclist.c:
23941         * gtk/gtkctree.c: merges from gtk-1-2
23942
23943 1999-04-25  Tor Lillqvist  <tml@iki.fi>
23944
23945         Support added for building using a GNU toolchain on Win32,
23946         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
23947
23948         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
23949         * config.h.win32: Changes for gcc.
23950         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
23951         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
23952         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
23953         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
23954         Protect shl stuff unavaiilable with mingw32 headers.
23955         * gdk/win32/gdkevents.c: Fix typo.
23956         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
23957         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
23958         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
23959         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
23960         the mingw32 headers.
23961         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
23962         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
23963         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
23964         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
23965         Test for NATIVE_WIN32, not _MSC_VER.
23966         * gtk/gtkmain.c: No use warning about developer version on Win32,
23967         there aren't any non-developer versions anyhow.
23968         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
23969         * gtk/makefile.msc: Use pthread from another directory. Minor other
23970         changes. 
23971
23972 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
23973
23974         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
23975           default filter from the list
23976
23977 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
23978
23979         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
23980          when gtk_widget_grab_default() is called for a widget that
23981          is not within a GtkWindow.
23982
23983 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
23984
23985         * docs/gtk_tut.sgml, examples/clist.c: use a
23986           scrolled window in the clist example. Minor
23987           tutorial fixes.
23988
23989 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
23990
23991         * docs/gtk_tut.sgml: Style check from David King
23992           <dking@youvegotmail.net>
23993
23994 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
23995
23996         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
23997         compile with unknown value of GDK_WINDOWING
23998
23999 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
24000
24001         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
24002         after the rule is fired.
24003         (install-exec-local): Install gdkconfig.h only if the contents are
24004         different from the currently installed gdkconfig.h.
24005
24006 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
24007
24008         * gdk/Makefile.am (configexecincludedir): Rename from 
24009         configincludedir so that gdkconfig.h will be installed 
24010         as part of `make install-exec'. 
24011
24012 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
24013
24014         * acinclude.m4
24015         * config.guess
24016         * config.sub
24017         * ltconfig
24018         * ltmain.sh: upgrade to libtool 1.2f
24019
24020         * autogen.sh: libtool is not required to autogen gtk+
24021
24022         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
24023         needed)
24024
24025 1999-03-18  Tor Lillqvist  <tml@iki.fi>
24026
24027         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
24028         declaring gdk variables exported/imported from the DLL. New image
24029         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
24030         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
24031         GDK_DRAG_PROTO_OLE2.
24032
24033         * gdk/gdk.h: Merge in Win32 version: Two new functions,
24034         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
24035         declared only for the Win32 version, but could be in the X11
24036         version as well. (Needed for a Xlib-less gdk_imlib.)
24037         gdk_color_hash should have only one parameter. Declare
24038         gdk_threads_mutex with GDKVAR.
24039         
24040         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
24041         just one parameter.
24042
24043         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
24044         per pixel, not bits.
24045
24046         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
24047         Fetch bpp (which means bits-per-pixel here) from another place on
24048         Win32. Accept also depth==32 (which we might get on Win32) with
24049         bpp==32.
24050
24051         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
24052         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
24053         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
24054         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
24055         in the backend-dependent directory, not in the common gdk
24056         directory.
24057
24058         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
24059         headers.
24060
24061 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
24062
24063         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
24064         want to use the Gtk+ devel version (which is true, and yes - even i am
24065         currently working with the 1.2.x branch). so everyone reading this, you
24066         probably want to issue
24067         cvs checkout -r glib-1-2 glib
24068         and
24069         cvs checkout -r gtk-1-2 gtk+
24070         as your next two comands.
24071
24072 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
24073
24074         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
24075         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
24076
24077         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
24078         file. strongly deprecated the GTK_HAVE_* macros, we provide
24079         GTK_CHECK_VERSION() for people that need to check for certain
24080         Gtk+ versions.
24081
24082         * gtk/gtkcompat.h: removed this from CVS.
24083         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
24084         idea right from the start, it just didn't seem like that back then.
24085
24086 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
24087
24088         * merges from gtk-1-2:
24089
24090 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
24091
24092         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
24093         item factory class has been created.
24094         (gtk_item_factory_parse_rc): likewise.
24095
24096         * gtk/gtkmenu.c:
24097         keep proper references for old_active_menu_item.
24098         (gtk_menu_reparent): unset the usize of the new parent,
24099         so the menu can sanely be size requested and we don't get nasty screen
24100         artefacts upon next reparentation.
24101         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
24102         enter notify. only synthesize enter notifies if the pointer really is
24103         inside the event window.
24104         (gtk_menu_popdown): use gtk_menu_shell_deselect().
24105         (gtk_menu_popup): move the background setting stuff into
24106         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
24107
24108         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
24109         gtk_menu_shell_select_item() to select the new item.
24110         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
24111         do the right thing for deselection as well.
24112
24113 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
24114
24115         * gtk/gtkwidget.[hc]:
24116         (gtk_widget_accelerators_locked): return whether a widget's accelerators
24117         are locked.
24118
24119         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
24120         existing accelerators if the widget's accelerators are locked.
24121
24122 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
24123
24124         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
24125
24126         * gtk/gtkmenu.c: truely forward key press and key release events to
24127         the menu widget from the toplevel or tearoff window. we can't simply
24128         connect to that, we need to stop further processing of the events as
24129         well.
24130
24131 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
24132
24133         * gtk/gtkmenu.c:
24134         (gtk_menu_key_press): pass event->keyval, event->state to
24135         gtk_accelerator_valid, instead of event->keyval twice.
24136         refuse to install single letter accelerators for menus that use
24137         single letter shortcuts.
24138
24139         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
24140         gtk_menu_ensure_uline_accel_group().
24141
24142         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
24143         which will always return an uline accel group, made
24144         gtk_menu_get_uline_accel_group() return NULL if the group isn't
24145         yet created.
24146
24147 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
24148
24149         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
24150
24151         * gtk/gtkclist.c (gtk_clist_column_title_passive):
24152         Leave button sensitive, trap  button_press, button_release,
24153         motion_notify, enter_notify and leave_notify events instead.
24154         (gtk_clist_column_title_active): disconnect event handler.
24155         (gtk_clist_drag_data_get): fixed memory leak. Reported by
24156         Guillaume Laurent <glaurent@worldnet.fr>
24157
24158 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
24159
24160         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
24161         width/height mixups.
24162
24163         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
24164         if needed.
24165
24166 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
24167
24168         * gtk/testgtk.c (create_item_factory): unref the item factory after
24169         window's destruction.
24170
24171         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
24172         count on the menu shell around the menu item's activation, since the
24173         signal emission may cause menu shell destruction.
24174
24175         * gtk/gtkitemfactory.c:
24176         the previous code leaked one accel group per menu. we use
24177         gtk_menu_get_uline_accel_group() now to fix that, and with that
24178         also create the underline accelerator group of the menus only if
24179         required (i.e. an underline accelerator has been specified).
24180         (gtk_item_factory_construct):
24181         (gtk_item_factory_create_item): removed code that would create an
24182         extra accel group for the menu (and leak references).
24183         (gtk_item_factory_create_item): adapted the underline accelerator
24184         installation code to properly feature gtk_menu_get_uline_accel_group().
24185
24186         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
24187         menu->accel_group, this may return NULL if the accelerator group
24188         hasn't been set yet.
24189         added gtk_menu_get_uline_accel_group() to retrive the underline
24190         accelerator group of the menu, this will be created on demand
24191         and proper care is taken about its reference count.
24192
24193         * gtk/gtkitemfactory.h:
24194         * gtk/gtkitemfactory.c:
24195         dumped the approach of keeping a widgets by action list on the
24196         factory since the factory<->widget destroy negotiation didn't work
24197         and would be hard to get going at all. instead we keep a list of
24198         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
24199         persistant throughout a program's life time).
24200         also, i removed the static const gchar *key_* variables, and made
24201         them inline strings (they weren't actually used anyways).
24202         (gtk_item_factory_add_item): update ifactory->items.
24203         (gtk_item_factory_destroy): destroy ifactory->items (and remove
24204         the item factory pointer from the remaining ifactory widgets).
24205         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
24206         list to find the widget.
24207         (gtk_item_factory_get_item): new function that works around
24208         gtk_item_factory_get_widget() limitations, this function will only
24209         return menu items, even for <Branch> entries.
24210
24211 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24212
24213         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24214         font hash table, if we have a GdkFontPrivate entry for this font
24215         already, simply increment its reference count, provided by Olaf Dietsche
24216         <olaf.dietsche+list.gtk@netcologne.de>.
24217
24218         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24219         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24220
24221 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
24222
24223         * gtk/gtkcontainer.c:
24224         (gtk_container_add_with_args):
24225         (gtk_container_addv):
24226         (gtk_container_add): before adding a child to a conatiner, make sure
24227         it is (default) constructed, this is neccessary because under certain
24228         circumstances the child will get relized and mapped immediatedly, in
24229         which case it has to be constructed already.
24230
24231 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
24232
24233         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
24234         values > 1 as TRUE also.
24235
24236 1999-03-16  Tor Lillqvist  <tml@iki.fi>
24237
24238         * README.win32: New file.
24239                 
24240         * configure.in: Check for lstat.
24241
24242         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
24243         completeness.
24244
24245         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
24246
24247         * gtk/gtk.def: Removed CRs.
24248
24249         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
24250         ..\gdk\win32).
24251
24252         * gdk/win32/makefile.msc: Correct upwards relative paths.
24253         
24254 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
24255
24256         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
24257           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
24258           it was connecting a void function to expose_event and the int
24259           returning function to the draw signal
24260
24261 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
24262
24263         * configure.in:
24264         Use correct path to libgmodule.la when ref'ing uninstalled copy
24265         of glib.  (Already in stable branch, Bug #417)
24266
24267 1999-03-15  Tor Lillqvist  <tml@iki.fi>
24268
24269         Win32 merge and general portability stuff:
24270                 
24271         * acconfig.h,configure.in: Check for <sys/time.h>.
24272
24273         * gdk/win32: New directory (actually, been there for a while).
24274         
24275         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
24276         NATIVE_WIN32, and use these. Always case fold on Win32. No
24277         backslashed escapes on native Win32.
24278
24279         * gtk/{gtk.def,makefile.msc}: New files.
24280
24281         * gtk/Makefile.am: Add above new files.
24282         
24283         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
24284         instead of <strings.h>.
24285
24286         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
24287         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
24288         <unistd.h> appropriately.
24289
24290         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
24291         Use ABS() (from <glib.h>) instead of abs().
24292         
24293         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
24294         of gtk (and thus glib) headers, so that WIN32 will be
24295         defined. With MS C, include <direct.h> for mkdir prototype.
24296
24297         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
24298         some casts, needed by MS C.
24299
24300         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
24301         implemented).
24302
24303         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
24304         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
24305         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
24306
24307         * gtk/gtkmain.h: Mark variables for export/import on Win32.
24308                 
24309         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
24310         the event is not a hint, or its window is not the slider. Needed
24311         on Win32, at least.
24312
24313         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
24314         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
24315         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
24316         a subdirectory of the Windows directory as gtk system
24317         configuration directory.
24318
24319         * gtk/gtkselection.c: No chunks on Win32.
24320
24321         * gtk/gtksocket.c: Not implemented on Win32.
24322
24323         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
24324
24325         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
24326
24327         * gtk/maketypes.awk: Declare variables with a macro that expands to
24328         necessary export/import magic in the case of Win32.
24329                 
24330         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
24331
24332 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
24333
24334         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
24335         since those were meant only for gdki18n.h.  
24336         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
24337         for widechar tests.
24338         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
24339
24340 1999-03-13  Tor Lillqvist  <tml@iki.fi>
24341
24342         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
24343         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
24344
24345         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
24346         installed) to CFLAGS.
24347
24348         * gdk/Makefile.am: Add rules for gdkconfig.h.
24349
24350         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
24351         APIs.
24352
24353         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
24354         gdkx.h anyway when compiling for X11.
24355         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
24356         general): Merge in Win32 version.
24357         
24358         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
24359         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
24360         expansion (if we don't have HAVE_PWD_H), allow for drive
24361         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
24362         included code from Craig Setera's port to Win32 (the one that uses
24363         X11, and the cygwin dll), even if it probably will be abandoned.
24364
24365         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
24366         the user entered one herself.  This way one can complete *.h and
24367         don't get matches on any .help files, for instance.
24368         
24369 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24370
24371         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24372         font hash table, if we have a GdkFontPrivate entry for this font
24373         already, simply increment its reference count, provided by Olaf Dietsche
24374         <olaf.dietsche+list.gtk@netcologne.de>.
24375
24376         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24377         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24378
24379 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24380
24381         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
24382         the number of calls to gdk_draw_point() (and thus to X) by
24383         clipping the points by hand.
24384
24385         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
24386         the clip parameter.
24387         (gtk_handle_box_paint): Only paint the handle if the expose area
24388         intersects it.
24389
24390 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24391
24392         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
24393
24394 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
24395
24396         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
24397         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
24398
24399 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
24400
24401         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
24402          textmode (O_TEXT) for OS/2 version.
24403
24404 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
24405
24406         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
24407         GtkSpinButton, "input" and "output", to make the output more flexible.
24408         The user has to provide a mapping between adjustment->value and the
24409         output string (and vice versa, if the spin button is editable). 
24410         See testgtk for examples.
24411
24412 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
24413
24414         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
24415         new one.
24416         
24417         * configure.in: set gtk+ version to 1.3.0.