]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-0
54201f203dce0d2977e7e0436ebb583e94ba98e8
[~andy/gtk] / ChangeLog.pre-2-0
1 2001-10-03  James Henstridge  <james@daa.com.au>
2
3         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
4         s/width/fixed_width/ in order to get things to compile.
5
6 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
7
8         * gtk/gtkcelleditable.c: docs
9
10         * gtk/gtktreemodel.h: more docs.
11
12 2001-10-02  Havoc Pennington  <hp@redhat.com>
13
14         * gdk/x11/gdkwindow-x11.c: docs
15
16         * tests/testtextbuffer.c (logical_motion_tests): add sentence
17         boundary tests
18
19 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
20
21         * demos/gtk-demo/Makefile.am: add editable_cells.c,
22         list_store.c and tree_store.c
23
24         * demos/gtk-demo/appwindow.c: remove tearoff item from
25         File menu, put menubar and toolbar in handle boxes.
26
27         * demos/gtk-demo/genincude.pl: various changes to support trees
28
29         * demos/gtk-demo/main.c: various changes to support trees
30
31         * demos/gtk-demo/stock_browser.c: changed name of demo
32         to Stock Item and Icon Browser, so geninclude.pl doesn't see
33         it as child
34
35         * demos/gtk-demo/editable_cells.c: new file/demo
36         * demos/gtk-demo/list_store.c: new file/demo
37         * demos/gtk-demo/tree_store.c: new file/demo
38
39 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
40
41         * gtk/gtkrc.c gtk/gtksettings.c: 
42         g_string_printfa => g_string_append_printf.
43
44 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
45
46         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
47         and destroy handler.
48
49         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
50
51         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
52         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
53         Singh <yosh@gimp.org>.
54
55 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
56
57         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
58         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
59
60         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
61
62 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
63
64         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
65         scroll_to_cell delayed code to happen in size_allocate.
66
67         * gtk/gtkstyle.c (gtk_default_draw_expander): change
68         prelight/normal arrow drawing.
69
70         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
71
72         * gtk/gtktreestore.c: refactor.
73
74 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
75
76         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
77         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
78         centers the child in relation to the to indicator height.
79
80 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
81
82         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
83         correct
84
85 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
86
87         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
88         property code using g_param_spec_int and changed from
89         g_value_get_enum to g_value_get_int instead. Probably a better way
90         to fix the problem :-)
91
92 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
93
94     * gtk/gtkcellrenderertext.c changed "weight" property type from 
95       g_param_spec_int to g_param_spec_enum.
96
97 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
98
99         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
100         fix: s/Wether/Whether/ in reorderable property description
101
102 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
103
104         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
105         start editing when you select with a keyboard.
106
107         (gtk_tree_view_button_press_event): much more graceful now.
108
109         * gtk/gtkstyle.c: Draw togglebutton better.
110
111 2001-09-26  Havoc Pennington  <hp@redhat.com>
112
113         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
114         of passing non-stock label in to gtk_dialog_new_with_buttons
115
116         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
117         debugging updates
118
119         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
120         are private
121
122         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
123         exist, fall back to mnemonic label, not plain label, bug #61184
124         
125 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
126
127         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
128         stupid and emitting the signal every time.
129
130         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
131
132 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
133
134        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
135
136        * contrib/gdk-pixbuf-xlib/Makefile.am: install
137        gdk-pixbuf-xlib-2.0.pc.
138
139 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
140
141         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
142         problem where menmonic wasn't removed properly when
143         setting a label when there already is a label.
144         Also, handle setting the tab label back to the same
145         value. (#61160, #61161)
146
147         * gtk/gtkentry.c (paste_received): Patch from 
148         Damian Ivereigh to replace selection if there is 
149         one. (#61121)
150
151 2001-09-25  Darin Adler  <darin@bentspoon.com>
152
153         * tests/.cvsignore: Ignore new test program.
154
155 2001-09-25  Havoc Pennington  <hp@redhat.com>
156
157         * gtk/gtktextview.c: fix for #50317
158         
159 2001-09-25  Havoc Pennington  <hp@redhat.com>
160
161         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
162         gtk_text_iter_can_insert
163         
164         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
165
166         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
167          (gtk_text_iter_can_insert): new function to fix #60282, should
168         also fix msw's "can paste into empty buffer" bug.
169
170         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
171         "event object,"  #59091
172
173         * gtk/gtktextbtree.c: indentation fixes
174
175         * gtk/gtktextiter.c (find_by_log_attrs): fixes
176
177 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
178
179         * configure.in: Version 1.3.9, interface age 0, binary age 0.
180
181         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
182
183         * NEWS: Updates.
184
185 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
186
187         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
188         function for drawing cursors between gtkentry/gtklabel/gtktextview.
189         Should this be public? It has a bit of an odd interface, but
190         custom editing widgets probably should be using it.
191         Function will draw with wider width for taller cursors, and
192         draws a little indicator arrow to indicate directoin for split 
193         cursors.
194
195         * gtk/gtktextview.c: Add a "cursor_color" property.
196
197         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
198         gtk_text_layout_draw().
199
200         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
201         _gtk_draw_insertion_cursor().
202
203 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
204
205         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
206         the behavior where you could turn family_set (etc) back on
207         and get back the values you had before.
208
209         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
210         g_string_ascii_up() rather than looping through the
211         string ourself.
212
213 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
214
215         * gtk/gtktreeviewcolumn.c
216         (gtk_tree_view_column_set_cell_renderer): Removed
217         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
218
219         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
220         Patch from Detlef Reichl
221
222 2001-09-25  Havoc Pennington  <hp@redhat.com>
223
224         * tests/testtextbuffer.c (line_separator_tests): Add tests for
225         line separators, addresses bug #57428
226
227 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
228
229         * gtk/gtkentry.c: Make a GtkCellEditable
230         (get_widget_window_size): Change to let it honor size_allocate
231         when a CellEditable.
232
233         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
234         editable changes.
235         (gtk_tree_view_set_cursor): Now you can set the cursor
236         horizontally, as well as start editing.
237
238         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
239         code to look more like the other check buttons.
240
241         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
242         Change the way we calculate cell size.
243
244         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
245
246         * demos/gtk-demo/sizegroup.c: Add mnemonics.
247
248         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
249         Fix logic.
250
251         * gtk/gtkcellrenderertext.c: Change to be editable.
252
253         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
254
255         * test/testtreesort.c: Fix misspelling
256
257         * test/testreecolumns.c: Add mnemonics.
258
259         * test/testreeedit.c: New test program.
260
261 2001-09-25  Havoc Pennington  <hp@pobox.com>
262
263         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
264         etc. docs about how these are not going to do what you want for 
265         the X/win32 ports. Futile attempt to avoid a FAQ...
266
267 2001-09-24  James Henstridge  <james@daa.com.au>
268
269         * gtk/gtkmarshal.list (VOID): add marshal function types.
270
271         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
272         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
273         GTK_TYPE_POINTER.
274         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
275         with no-op copy/free functions.
276
277         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
278         GtkCTreeNode get_type function.
279
280 2001-09-24  Havoc Pennington  <hp@redhat.com>
281
282         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
283         gtktextlayout.c:
284         Get rid of the newline-that-could-not-be-deleted; buffers may 
285         now be zero-length. Much easier to fix than expected, once 
286         I figured out the right way to do it. However, there are 
287         various subtle bugs introduced by this that will have to get 
288         sorted out. Please use bugzilla.
289
290 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
291
292         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
293         response back from the window manager if our size hasn't changed 
294         since we won't get a response back from the window manager;
295         there was code in there to do this, but it was in the wrong
296         place so if the hints change and the size didn't we'd expect
297         a response.
298
299         Also, optimize the position-only-changed case by running
300         the resize queue immediately, and clean up some comments
301         for the changes.
302
303 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
304
305         * gtk/gtknotebook.h: Add a compat macro that got lost.
306
307         * gtk/gtktreestore.c: Doc fixes.
308
309         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
310         leak for windows that receive events after being destroyed.
311         (#60863, Joshua N. Pritikin)
312
313         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
314         rather than gtk_container_queue_resize().
315
316         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
317         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
318         gtk_container_child_composite_name. (#60217.)
319
320 2001-09-22  Hans Breuer  <hans@breuer.org>
321
322         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
323
324 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
325
326         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
327         weight value should be an int
328
329 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
330
331         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
332         to gtk_menu_scroll_item_visible(). Only call
333         gtk_menu_scroll_item_visible() if the menu widget has been
334         realized. Fixes bug #55310.
335
336 2001-09-21  Havoc Pennington  <hp@redhat.com>
337
338         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
339         key press to IM context if cursor isn't in an editable location;
340         bug #58425, patch from Hidetoshi Tajima
341
342 2001-09-21  Havoc Pennington  <hp@redhat.com>
343
344         Bug #60862
345         
346         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
347         (_gtk_text_btree_unref): fix up mark memory management
348
349         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
350
351 2001-09-20  Havoc Pennington  <hp@redhat.com>
352
353         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
354         try to handle alignment here, because it's done by PangoLayout
355         after we set the layout width. Fix from Dov.
356
357 2001-09-21  Hans Breuer  <hans@breuer.org>
358
359         * gdk/gdk.def :
360         * gtk/gtk.def : updated externals
361
362         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
363         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
364         Also handle that Win32 pathes cann't be hard-coded      
365
366         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
367         module, themes etc directory calculations
368
369         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
370         >16 bit right. The size limit within Win9x appears _not_ to be 32767
371         but slightly smaller ...
372
373         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
374         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
375
376         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
377
378         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
379         handling. I'm not sure if it is better now, but at least not worse
380
381         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
382
383         * gdk/win32/gdkwin32.h : reflect recent API restrictions
384
385 2001-09-21  Matt Wilson  <msw@redhat.com>
386
387         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
388         radio_menu_item->group to NULL after removing it from the list, as
389         it is no longer in the group. (#60869)
390
391         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
392
393 2001-09-20  Havoc Pennington  <hp@pobox.com>
394
395         * configure.in (PANGO_REQUIRED_VERSION)
396         (ATK_REQUIRED_VERSION): add variables and checks for specific 
397         versions of dependencies. Previously we didn't verify the 
398         Pango or ATk versions.
399
400 2001-09-09  Havoc Pennington  <hp@pobox.com>
401
402         * gtk/gtktextiter.c: fool with indentation
403         (gtk_text_iter_in_range): add g_return_if_fail
404
405 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
406
407         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
408         ref count on new tag to be 1.  Update doc.  (#60836)
409
410 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
411
412         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
413         call to gdk_image_new_bitmap(). (#59094, reported by
414         by Sven Neumann)
415
416 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
417
418         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
419         day, as well as the current month and year.
420         (#59047, reported by Vitaly Tishkov)
421
422 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
423
424         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
425         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
426         
427 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
428
429         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
430
431         (build_option_menu): add func argument, connect ::changed
432         signal to option menu instead of connecting the ::activate
433         signal to the menu items,
434
435         (toplevel): get rid of RADIOMENUTOGGLED macro,
436
437         (list_toggle_sel_mode), (clist_toggle_sel_mode),
438         (ctree_toggle_line_style), (ctree_toggle_expander_style),
439         (ctree_toggle_justify), (ctree_toggle_sel_mode),
440         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
441         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
442
443         (notebook_type_changed): merged standard_notebook(),
444         notabs_notebook(), scrollable_notebook() and borderless_notebook()
445         into notebook_type_changed()
446
447         (create_list), (create_ctree), (create_notebook),
448         (create_progress_bar): changed OptionMenuItem arrays into
449         gchar * arrays. Removed "Extended" item where used.
450
451         Fixes bug #59885
452
453 2001-09-20  Sven Neumann  <sven@gimp.org>
454
455         * configure.in
456         * gdk/Makefile.am
457         * gtk/Makefile.am
458         * gtk/gtkselection.c
459         * gtk/gtktreeview.c
460         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
461
462 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
463
464         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
465         a missing pango_layout_iter_free ().
466
467 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
468
469         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
470         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
471
472         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
473         the function definition so we don't accidentally rely on
474         the compat #define from gtk_radio_menu_item_group.
475         (#60782, Jeff Franks)
476
477 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
478
479         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
480         incorrect values for top, right and bottom due to cut-and-paste
481         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
482
483 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
484
485         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
486         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
487         window, not just on the client leader. (#58463)
488
489 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
490
491         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
492
493         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
494         non-public _gtk_menu_item_set_placement.
495
496         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
497
498 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
499
500         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
501           gdk/linux-fb/gdkcolor-fb.c:
502         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
503         (#59723)
504
505 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
506
507         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
508         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
509         #59723)
510
511 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
512
513         Patch from Frank Belew #59037 for Solaris compilation.
514
515         * gtk/maketypes.awk: Change syntax slightly for a call
516         to sub(), apparently making awk on Solaris happier.
517
518         * gtk/gtktreeview.c: Remove C++ comments.
519
520 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
521
522         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
523         to handle '99% of the time. (#60473, reported by Christian Rose)
524
525         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
526         which no longer exists. (#60379, reported by Vitaly Tishkov)
527
528 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
529
530         * Released 1.3.8.
531
532         * gdk/Makefile.am: kill EXTRA_DIST clearing.
533         
534 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
535
536         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
537         as its broken in automake 1.4, add explicit object rule to
538         generate this.
539         
540         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
541         get rid of uneccessary stamps, group stuff more logically, and build
542         sources due to object rules. fix srcdir!=builddir.
543
544 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
545
546         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
547         incorrect parameter to compute_double_length
548         (#58680, patch from Matthias Clasen)
549
550         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
551
552         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
553
554         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
555         for GDK_RELEASE_MASK to avoid warnings with Forte.
556
557         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
558         break; statements.
559
560 2001-09-18  Alex Larsson  <alexl@redhat.com>
561
562         * gtk/gtkcheckbutton.c:
563         * gtk/gtkradiobutton.c:
564         Don't draw with GTK_STATE_ACTIVE.
565
566         * gtk/gtkclist.c:
567         * gtk/gtkctree.c:
568         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
569
570         * gtk/gtktextdisplay.c:
571         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
572         unfocused with base_gc [GTK_STATE_ACTIVE].
573         
574         * gtk/gtkentry.c:
575         Add select all menu-item.
576         Default cursor color is red.
577         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
578         unfocused with base_gc [GTK_STATE_ACTIVE].
579
580         * gtk/gtklabel.[ch]:
581         Add keynav + menu to selectable lables.
582         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
583         unfocused with base_gc [GTK_STATE_ACTIVE].
584
585         * gtk/gtkfilesel.c:
586         Add drag and drop support.
587
588         * gtk/gtkstyle.c:
589         (This was checked in earlier)
590         New default values for text/base SELECTED and ACTIVE
591         
592 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
593
594         * configure.in: up version to 1.3.8, interface age 0,
595         binary age 0, depend on glib 1.3.8.
596
597         * NEWS: 1.3.8 updates.
598
599 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
600
601         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
602         the editing code
603
604         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
605         reason to call it beyond emiting the two signals.
606
607         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
608         to GtkEntry.
609
610 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
611
612         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
613           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
614         PangoFontDescription.
615
616         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
617         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
618         structure.
619   
620         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
621
622         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
623         direct access to style->font. Deprecate gtk_style_ref/unref.
624   
625         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
626         Remove gtk_style_ref/unref with g_object_ref/unref.
627   
628         * gtk/gtkcalendar.c: Remove leftover macros accessing
629         style->font.
630   
631         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
632         variable.
633   
634         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
635         style->font.
636
637 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
638
639         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
640         "can_activate" properties in favor of
641         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
642         and GTK_CELL_RENDERER_MODE_EDITABLE
643
644 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
645
646         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
647         editable widgets.  This function is private, and should only be
648         used by GtkTreeView.
649
650 2001-09-18  Matt Wilson  <msw@redhat.com>
651
652         * docs/Makefile.am (EXTRA_DIST): don't use += before =
653
654         * docs/faq/Makefile.am (EXTRA_DIST): likewise
655
656         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
657         
658         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
659         (EXTRA_HEADERS): likewise
660
661         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
662         (EXTRA_HEADERS): likewise
663         (EXTRA_DIST): likewise
664         (CLEANFILES): likewise
665
666         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
667
668         * tests/Makefile.am (EXTRA_DIST): likewise
669         
670         * Makefile.am (install-data-local): changed to use
671         install-data-hook, which runs after install-pkgconfigDATA, so that
672         the pkgconfigdir will have been created and populated first.
673
674 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
675
676         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
677         be the last big GtkTreeView API change.
678
679         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
680         replace with "activate" and "start_editing".  Also, added a
681         "can_activate" and "can_edit" property.
682
683         * gtk/gtktreeviewcolumn.c: modify to use above.
684
685 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
686
687         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
688
689 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
690
691         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
692         icon instead of one with ugly white background.
693
694 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
695
696         * demos/gtk-demo/stock_browser.c (id_to_macro): make
697         the uppercasing work. (#59550)
698
699 2001-09-14  Jakub Steiner <jimmac@ximian.com>
700
701         * gtk/stock-icons/dialog_error.png:
702         * gtk/stock-icons/dialog_question.png: more road signs
703
704 2001-09-13  Jakub Steiner <jimmac@ximian.com>
705
706         * gtk/stock-icons/dialog_question.png:
707         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
708           like a road sign.
709
710 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
711
712         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
713         signals to make them more clear.  Also, change ::range_changed to
714         ::row_changed.
715         * gtk/gtktreemodel.c: Adjust to interface change
716         * gtk/gtktreemodel.h: ditto
717         * gtk/gtktreemodelsort.c: ditto
718         * gtk/gtktreestore.c: ditto
719         * gtk/gtkliststore.c: ditto
720         * gtk/gtktreeview.c: ditto
721         * tests/testtreecolumns.c: ditto
722         * gtk/gtkmarshal.list: Actually remove a marshaller!
723
724 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
725
726         * gtk/gtktextview.c
727         Add support for Ctrl+Up/Down arrow to move cursor to beginning
728         of previous/next paragraph. If within a paragraph cursor moves to
729         beginning of that paragraph.
730
731 2001-09-12  Jakub Steiner <jimmac@ximian.com>
732
733         * gtk/stock-icons/dialog_question.png: replacing the shaky
734           question mark with a sans-serif one.
735         * gtk/stock-icons/stock_top.png, stock_bottom.png,
736      stock_first.png, stock_last.png: using the new style arrows
737         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
738      colors.
739         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
740      color.
741         * gtk/stock-icons/stock_zoom*: anti-aliased
742         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
743      '-' with a '_', removed the wrong files
744
745 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
746  
747         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
748  
749         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
750         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
751         than in gtk-2.0/major.minor.micro/<type>/. This
752         works better for a search path for modules.
753  
754         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
755         gtk_binary_version variable holding major.minor.(micro-binary_age).
756  
757         * modules/input/Makefile.am (moduledir): Fix installation
758         directory to match change in lookup location.
759  
760         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
761         suffixes. Needs to be handled in g_module_build_path().
762
763         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
764         appropriate.
765  
766 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
767
768         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
769         causing RC properties not to work.
770
771 2001-09-11  Jakub Steiner <jimmac@ximian.com>
772
773         * gtk/stock-icons/dialog-error.png: less drastic
774         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
775           "STOP" is international enough.
776         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
777         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
778
779 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
780
781         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
782         (add|remove)_selection_clipboard symmetric. (bug #59836)
783
784         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
785         Avoid SEGV for empty tree. (bug #60243)
786
787 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
788
789         * tests/testgtk.c (create_idle_test): slight fix for
790         g_object_set() not usable for nesting anymore.
791
792         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
793         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
794         properties, supply ::shadow_type properties instead as most
795         other widgets do.
796
797 2001-09-10  Alex Larsson  <alexl@redhat.com>
798
799         * demos/gtk-demo/stock_browser.c:
800         * gdk/gdkcolor.c:
801         * gdk/gdkfont.c:
802         * gdk/gdkcursor.c:
803         * gdk/gdkevents.c:
804         * gdk/gdkrectangle.c:
805         * gtk/gtktypeutils.c:
806         Update to use the new g_boxed_type_register_static API.
807
808 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
809
810         * gtk/gtktreestore.c:
811         Fix looping in gtk_tree_store_init() waiting for zero random int.
812
813 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
814
815         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
816         behaviour which havoc broke. they have to default to 1.0 for
817         expand behaviour.
818
819         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
820
821 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
822
823         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
824         Amend previous change to avoid runtime error in g_param_spec_ref()
825
826 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
827
828         * gtk/gtkrc.c (insert_rc_property): Fix blank line
829         in the wrong place.
830
831 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
832
833         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
834         do a lookup immediately after creating style->property_cache,
835         since bsearch crashes on zero length for Solaris.
836         (Found by Padraig O'Briain.)
837
838 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
839
840         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
841         Really return NULL if not set.
842         (gtk_widget_init): Remove unused varaible.
843         
844 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
845
846         * configure.in:
847         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
848         in cvs.
849
850 2001-09-08  Havoc Pennington  <hp@pobox.com>
851
852         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
853         people might want to use
854
855 2001-09-08  Havoc Pennington  <hp@pobox.com>
856
857         * gtk/gtkalignment.c (gtk_alignment_class_init): default
858         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
859
860         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
861
862         * gtk/gtktextiter.c: fix docs
863         (gtk_text_iter_spew): get rid of this
864
865         * gtk/gtklayout.c: docs
866
867         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
868         to center image and label together, instead of having image on
869         left and label centered, patch/suggestion from Jacob
870
871         * gtk/gtkdialog.c: docs
872
873 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
874
875         * gtk/gtkliststore.c: Write documentation
876         * gtk/gtktreestore.c: Write documentation
877
878 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
879
880         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
881         with GArray and bsearch(), to remove dependency on a still
882         evolving interface that we want to keep private to glib/gobject. 
883
884 2001-09-08  Havoc Pennington  <hp@pobox.com>
885
886         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
887         docs fixes
888
889         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
890
891         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
892
893         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
894
895         * gtk/gtkscrolledwindow.h: docs fixes
896
897         * gtk/gtkimage.c (gtk_image_new): docs fixes
898
899 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
900
901         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
902         false alarm  constness warning with a cast.
903
904         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
905         for the inside-gdk case.
906
907 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
908
909         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
910         remove g_print.
911
912         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
913         change models, #59899
914
915 2001-09-07  Havoc Pennington  <hp@pobox.com>
916
917         * gtk/gtkmain.c: move some docs inline
918
919 2001-09-07  Havoc Pennington  <hp@pobox.com>
920
921         * gtk/gtk.h: tsk tsk, jrb broke the build
922
923 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
924
925         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
926         Removed 'fill' attribute.  It was silly b/c that was a property of
927         the cell renderer, anyway.
928         (gtk_tree_view_column_render): Actually render the packed
929         renderers.
930         * doc/tree-column-sizing.txt: initial devel documentation.
931         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
932         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
933
934         * tests/testtreefocus.c: fix up to reflect above changes.
935         * tests/testtreeview.c: ditto
936         * demos/gtk-demo/stock_browser.c: ditto
937
938 2001-09-07  Alex Larsson  <alexl@redhat.com>
939
940         * gdk/linux-fb/gdkcolor-fb.c:
941         Removed unused function.
942         
943         * gdk/linux-fb/gdkdrawable-fb2.c
944         * gdk/linux-fb/gdkfont-fb.c:
945         Use PangoLanguage functions.
946
947         * gdk/linux-fb/gdkinput.c:
948         * gdk/linux-fb/gdkselection-fb.c:
949         Fix const warnings.
950         
951         * gdk/linux-fb/gdkwindow-fb.c:
952         Fix warning. Implement gdk_window_set_icon_list() and
953         gdk_window_get_frame_extents(). (No icon support yet though.)
954
955         * gtk/gtkwindow.c (gtk_window_get_position):
956         If window->frame is set get the extents of it instead.
957         
958 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
959
960         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
961         Make the default default colormap the GdkRGB colormap,
962         not the system colormap.
963
964         * gtk/gtkinvisible.c (gtk_invisible_init) 
965           gtk/gtkwindow.c (gtk_window_init): Set the current
966         colormap, as returned by _gtk_widget_peek_colormap()
967         on the widget.
968
969         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
970         to GTK+. Make it return %NULL instead of the default
971         colormap if no colormap has explicitely been pushed.
972
973         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
974         colormaps on ancestral widgets before defaulting the
975         the system default colormap.
976
977         * docs/Changes-2.0.txt: explain colormap changes.
978
979 2001-09-07  Havoc Pennington  <hp@redhat.com>
980
981         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
982         #57424
983
984 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
985
986         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
987         make gdk_set_use_xshm a noop. Remove --no-xshm command line
988         option. If we aren't autodetecting properly, we need
989         to fix the problem, or at least make it an environment
990         variable setting, to avoid problems with propagating
991         to embedded children, plugins, etc.
992
993         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
994
995         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
996         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
997         New function to render a pixmap and mask for a particular colormap.
998
999         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
1000         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
1001         of internal implementation of the same.
1002
1003 2001-09-07  Havoc Pennington  <hp@redhat.com>
1004
1005         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
1006         debug code that seems to have caused a breakpoint in valid cases
1007         
1008         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
1009         pointer on the first view when adding the second view, fixes
1010         crash when closing gtk-demo text test with active selection
1011
1012         * gtk/gtktextbuffer.c
1013         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
1014         clipboards in the list of clipboards - probably fixes #59836
1015
1016 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
1017
1018       Make gdkx.h the only installed header from gdk/x11.
1019       All structures in gdk/x11 are opaque.
1020
1021         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
1022         Don't install gdk{drawable,pixmap,window}-x11.h.
1023
1024         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
1025         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
1026         GdkVisualClass into C files.
1027
1028         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
1029
1030         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
1031         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
1032         Add public functions to replace previously exported direct
1033         structure access.
1034         gdk_x11_colormap_get_{xdisplay,xcolormap} 
1035         gdk_x11_cursor_get_{xdisplay,xcursor},
1036         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
1037         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
1038         gdk_x11_gc_get_{xdisplay,ximage}
1039         
1040         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
1041         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
1042
1043       Fix a number of variables and functions that were exported
1044       "accidentally" from GDK.
1045
1046         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
1047         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
1048         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
1049         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
1050         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
1051         gdk_event_queue_find_first, gdk_event_queue_remove_link,
1052         gdk_event_queue_append, gdk_event_button_generate,
1053         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
1054
1055         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
1056            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
1057         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
1058         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
1059         gdk_use_xshm, gdk_input_ignore_core.
1060
1061         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
1062         #defines to namespace functions into the private _gdk_ 
1063         namespace.
1064
1065         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
1066         to replace gdk_parent_root exported variable. Adjust and
1067         deprecate GDK_ROOT_PARENT().
1068
1069         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
1070         GDK_ROOT_PARENT usage, remove includes of port-specific
1071         headers.
1072
1073         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
1074         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
1075         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
1076
1077         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
1078         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
1079         gdk_wm_delete_window functions, gdk_wm_take_focus, 
1080         use gdk_atom_intern() instead.
1081
1082         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
1083           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
1084           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
1085           gtk/gtkselection.c 
1086         Unexport gdk_selection_property, just use 
1087         gdk_atom_intern ("GDK_SELECTION").
1088
1089         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
1090         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
1091         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
1092         GdkVisualprivate, gdk_x11_gc_flush.
1093
1094       Make a number of public exports of variables into functions
1095       to increase encapsulation.
1096
1097         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
1098         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
1099         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
1100
1101         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
1102         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
1103         gdk_error_warnings.
1104
1105         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
1106           docs/Changes-2.0.txt: 
1107         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
1108         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
1109         Add gdk_x11_get_default_xdisplay().
1110
1111         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
1112         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
1113         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
1114         Don't export gdk_progclass, move --class command line
1115         option and handling to common portion of GDK.
1116
1117       Miscellaneous fixes:
1118
1119         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
1120         g_return_val_if_fail that should have been g_return_if_fail.
1121
1122         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
1123         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
1124
1125         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
1126         X11 dependency.
1127
1128         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
1129         Remove unused gdk_key_repeat_disable/restore.
1130
1131         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
1132         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
1133         Remove unused gdk_null_window_warnings variable.
1134
1135         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
1136         it can be retrieved from the repository; it is too far
1137         from functional to be worth having people check out;
1138         it would be easier to start from scratch, I suspect.
1139
1140         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
1141
1142         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
1143         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
1144         Fix some accidentally global variables and unused global variables.
1145
1146         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
1147         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
1148         Fix some accidentally global variables and unused global variables.
1149
1150       Add some space for future expansion to multihead.
1151
1152         * gdk/gdkdrawable.h: Add four reserved function pointers
1153         for future expansion of GdkDrawableClass.
1154
1155         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
1156         where we can put a GdkScreen * later.
1157
1158 2001-09-07  Havoc Pennington  <hp@redhat.com>
1159
1160         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
1161         adjustments after validating destination yrange; fixes #53918
1162         (This may cause other issues, but I hope it won't)
1163         
1164 2001-09-05  Havoc Pennington  <hp@redhat.com>
1165
1166         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
1167         line into start line, update the character counts in parent nodes; 
1168         caused a bug when end and start line had different parent nodes.
1169
1170 2001-08-30  Havoc Pennington  <hp@redhat.com>
1171         
1172         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
1173         assertion that tag is in a table
1174
1175 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
1176
1177         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
1178         g_strcasecmp on NULL strings. (#59058)
1179
1180 2001-09-06  Alex Larsson  <alexl@redhat.com>
1181
1182         * gtk/gtkbin.c:
1183         * gtk/gtkfontsel.c:
1184         * gtk/gtkspinbutton.c:
1185         * gtk/gtktipsquery.c:
1186         Use GtkType/GType instead of uint.
1187
1188 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
1189
1190         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
1191         sort column.
1192
1193         * gtk/gtktreestore.c (gtk_list_store_init): ditto
1194
1195         * gtk/gtktreesortable.c: add docs.
1196
1197 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
1198
1199         * Version 1.3.7
1200
1201         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
1202         docs for gtk-config
1203
1204         * modules/input/Makefile.am (install-data-local): Don't
1205         run gtk-query-immodules if DESTDIR is set.
1206
1207         * NEWS: Various additions.
1208
1209 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
1210
1211         * NEWS: updates for 1.3.7 release.
1212
1213 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
1214
1215         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
1216         handle default sort feature
1217
1218         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
1219         new function to handle default sort.
1220         (gtk_tree_sortable_has_default_sort_func): check if default sort
1221         is set.
1222
1223         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
1224         handle default sort feature
1225
1226 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
1227
1228         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
1229         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
1230         #59731
1231
1232 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
1233
1234         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
1235         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
1236         time, #59727
1237
1238         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
1239         correctly.
1240
1241 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
1242
1243         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
1244         so that we don't eternally update the keymap after we
1245         get a change notification.
1246
1247         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
1248         incorrect cast.
1249
1250 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
1251
1252         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
1253         it working. It mostly works now, although there're still a few issues
1254         to be worked out.
1255
1256         * tests/testtreesort.c (main): changes to have a better test
1257         application for the GtkTreeModelSort.
1258
1259 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
1260
1261         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
1262         fix for bug #59222.
1263
1264         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
1265         gpointer search_data argument to function definition and
1266         prototype, to match GtkTreeViewSearchEqualFunc typedef.
1267
1268 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
1269
1270         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
1271         per jrb's request.
1272
1273 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
1274
1275         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
1276
1277         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
1278
1279 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
1280
1281         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
1282         Instead of always mirroring the selection to a single PRIMARY
1283         selection, allow it to be mirrored to any number of clipboards.
1284
1285         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
1286         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
1287
1288         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
1289         GtkClipboard argument, and for paste_clipboard, the
1290         @override_location argument from @paste_primary.
1291
1292         * gtk/gtktextview.c: Adapt to above change.
1293         
1294 2001-08-30  Havoc Pennington  <hp@redhat.com>
1295
1296         * gtk/gtktextview.c (invalidated_handler): put validate idle at
1297         resize - 2 just for flexibility
1298
1299 2001-08-30  Havoc Pennington  <hp@redhat.com>
1300
1301         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
1302         object from the empty-child-anchor case by drawing a little box.
1303         
1304         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
1305         if the child anchor has no anchored widgets - fixes #59328.
1306
1307         Also, remove bizarre deletion of preedit string that seems to have
1308         gotten in here somehow.
1309
1310 2001-08-30  Havoc Pennington  <hp@redhat.com>
1311
1312         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
1313         to #58420 from Hidetoshi Tajima and Matthias Clasen
1314
1315 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
1316
1317         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
1318         change color when the GtkTreeView loses focus.
1319
1320         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
1321         ditto.
1322         
1323         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
1324
1325 2001-08-28  Havoc Pennington  <hp@pobox.com>
1326
1327         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
1328
1329 2001-08-28  Havoc Pennington  <hp@pobox.com>
1330
1331         * demos/gtk-demo/main.c (setup_default_icon): add default icon
1332
1333         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
1334         warning fix
1335         (gtk_radio_button_new_with_label): warning fix
1336
1337         * gtk/gtkdnd.c: used some random GtkImage private structs, 
1338         update to reflect GtkImage changes
1339
1340         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
1341         whether the hint is supported, just always set the icon. A task
1342         list might want to use it even if the WM doesn't, and the WM may
1343         change over time. Also, XDeleteProperty() if list == NULL.
1344
1345         * gtk/gtkwindow.c (gtk_window_set_icon_list)
1346         (gtk_window_get_icon_list)
1347         (gtk_window_set_icon)
1348         (gtk_window_get_icon)
1349         (gtk_window_set_default_icon_list)
1350         (gtk_window_get_default_icon_list):
1351         new functions
1352
1353         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
1354
1355         * gtk/gtkimage.c: Implement property support, bug #59408
1356
1357         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
1358         on reparent-without-removing-first a bit more helpful.
1359         Let's just destroy this FAQ.
1360
1361 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
1362
1363         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
1364         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
1365
1366 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
1367
1368         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
1369         of use_text_format to the end of the function. (#56447)
1370
1371 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
1372
1373         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
1374         only in response to an area_prepared signal.
1375
1376 2001-08-28  Alex Larsson  <alexl@redhat.com>
1377
1378         * gtk/gtkwidget.c (gtk_widget_class_init):
1379         Make unrealize GTK_RUN_LAST.
1380
1381 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
1382
1383         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
1384         with_label and with_mnemonic should create radio buttons, not
1385         check buttons
1386
1387 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
1388
1389         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
1390         * tests/treestoretest.c (make_window): ditto
1391         * demos/gtk-demo/main.c (create_tree): ditto
1392         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
1393
1394 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
1395
1396         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
1397         GTK selection types rather than GtkTreeSelectionMode.
1398
1399         * docs/Changes-2.0: Add comment about selection change.
1400
1401 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
1402
1403         * gtk/gtkenums.h (GtkSelectionMode): deprecate
1404         GTK_SELECTION_EXTENDED.
1405
1406         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
1407         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
1408
1409         * gtk/gtkctree.c: ditto
1410
1411         * gtk/gtklist.c: ditto
1412
1413         * gtk/gtktree.c: ditto
1414
1415 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
1416
1417         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
1418         of typos in compat macros. (#59624, Skip Montaro)
1419
1420 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
1421
1422         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
1423         macro.
1424
1425          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
1426  
1427         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
1428         interface to be a standard setter from gtk_menu_item_right_justify.
1429         (gtk_menu_item_get_right_justified): a getter to go with the setter
1430
1431         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
1432         gtk_menu_item_right_justify.
1433
1434         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
1435         gtk_menu_item_set_right_justified.
1436  
1437 2001-08-27  Jens Finke <jens@gnome.org>
1438
1439         * gtk+.spec.in: Updated to match gpp requirements, reworked the
1440         files section to make it work with 1.3.x releases.
1441
1442 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
1443
1444         * gtk/gtkbutton.[ch]:
1445         Add properties for labels, mnemonics and stock items.
1446         Added C accessor functions for the properties.
1447         Removed deprecated button->child.
1448
1449         * gtk/gtkradiobutton.c:
1450         * gtk/gtktogglebutton.c:
1451         Update to use the functions in GtkButton.
1452
1453         * gtk/gtkcheckbutton.c:
1454         Update to use the functions in GtkButton.
1455         Changed size allocation of child. Now only gets as much
1456         space as it requests.
1457
1458         * gtk/gtkclist.c:
1459         Don't use GtkButton->child
1460
1461         * gtk/gtklabel.c:
1462         Fixed typo in docs
1463         
1464 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
1465
1466         * tests/testgtk.c:
1467         * tests/Makefile.am:
1468         Ressurect the properties test.
1469         I don't care if it is inferior, I just want to test my property code.
1470
1471 2001-08-25  Chema Celorio  <chema@celorio.com>
1472
1473         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
1474         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
1475         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
1476
1477 2001-08-24  Havoc Pennington  <hp@pobox.com>
1478
1479         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
1480         these are already in gtkmenu.h, and the copies
1481         here were broken.
1482
1483         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
1484
1485         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
1486         special-case bitmaps to allow no colormap
1487         (bitmap1): implement no-colormap bitmap-getting
1488         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
1489         alpha
1490         (rgb8): indentation
1491         (rgb1a, rgb1): change the way we read the data out of the image, 
1492         old way didn't seem to work quite right.
1493
1494         I'm pretty sure a lot of the rgbconvert code is still broken.
1495         
1496         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
1497         above position constraint (I really intended to do this before,
1498         don't know what's up with that)
1499         (gtk_XParseGeometry): shut up gcc
1500
1501         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
1502         and "0" should have been. remove the attempted 4-bytes-at-once
1503         optimization, it was totally broken.
1504
1505 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
1506
1507         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
1508         on push to buttons (based on patch from Soeren Sandmann, #54720)
1509
1510           - Add child_displacement_x/y style properties to control how far the
1511             child moves when the button is depressed.
1512
1513           - Add non-exported function _gtk_button_set_depressed to clean
1514             up the handling of the in/out shadow and separate it frmo
1515             widget->state.
1516
1517           - Lots of code cleanup and simplification of state handling
1518             for GtkButton/GtkToggleButton.
1519  
1520         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
1521         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
1522
1523 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
1524
1525         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
1526         and make gtk_image_new() take no arguments. The compiler will
1527         catch it, and it is vastly more useful than having
1528         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
1529
1530         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
1531         to add tearoff-title property (#51319, Lee Mallabone)
1532
1533 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
1534
1535         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
1536         gtk_menu_item_configure(). (#58925)
1537
1538 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
1539
1540         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
1541         "use_align" to give people the option to just make a cell visible.
1542
1543         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
1544         we were scrolling past the end of the tree.
1545
1546         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
1547         rename gtk_tree_view_column_pack_start_cell_renderer to
1548         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
1549
1550 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
1551
1552         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
1553         a stray g_object_ref() left over from gtk_object_ref/sink.
1554         (Pointed out by Josh Pritikin.)
1555
1556 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
1557
1558         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
1559         to gtk_container_get_children. Added deprecated compatibility
1560         macro. (Suggested by Vitaly Tishkov, #59051)
1561
1562         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
1563         calls.
1564
1565 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
1566
1567         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
1568         gtk_menu_bar_append/prepend/insert, forgot to do this
1569         when we deprecated gtk_menu_append/prepend/insert.
1570
1571         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
1572         compat macros.
1573
1574         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
1575         renamed by compat macro.
1576
1577         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
1578         gtk_font_selection_dialog_get_font(). (Suggested by
1579         Vitaly Tishkov, #59383)
1580
1581 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
1582
1583         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
1584         Rename from gtk_text_tag_table_size(). (#59366)
1585
1586 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
1587
1588         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
1589         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
1590         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
1591         (#59173).
1592
1593 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
1594
1595         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
1596         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
1597         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
1598
1599 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
1600
1601         [ Patch from Sebastian Wilhelmi, 52790 ]
1602
1603         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
1604
1605         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
1606         Move compatibility macros from g[dt]kcompat.h to within 
1607         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
1608
1609         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
1610
1611         * demos/Makefile.am demos/gtk-demo/Makefile.am 
1612           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
1613           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
1614
1615         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
1616                  testpixbuf.c}: Fix usages of deprecated functions.
1617
1618 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
1619
1620         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
1621         when changing models.
1622
1623 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
1624
1625         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
1626         We check the current event for modifiers rather than try to trap
1627         all presses.
1628
1629 2001-08-22  Anders Carlsson  <andersca@gnu.org>
1630
1631         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
1632         It's LIST_STORE, not LISTSTORE.
1633
1634 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
1635
1636         * gtk/gtk.h: Remove commented out gtkpacker reference.
1637
1638 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1639
1640         * configure.in (all_loaders): Add tga loader, 
1641         patch by Nicola Girardi. (#56067)
1642
1643 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
1644
1645         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
1646         a little.  More needs to be done tomorrow.
1647
1648 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
1649
1650         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
1651
1652 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
1653
1654         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
1655         reported by Kristian Rietveld <kristian@planet.nl> to handle row
1656         == NULL.
1657         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
1658         <kristian@planet.nl> to change destroy order.
1659
1660 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
1661
1662         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
1663         correct marshaller.
1664
1665 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
1666
1667         * gtk/gtkliststore.c: Fix up warnings, #58928.
1668
1669         * gtk/gtktreeselection.h: Change signal prototype, #58647
1670
1671         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
1672         #59221.
1673
1674         * gtk/gtkstyle.c: Actually prelight arrow, #50981
1675         
1676 2001-08-18  Hans Breuer  <hans@breuer.org>
1677
1678         * gdk/gdk.def : updated externals
1679
1680         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
1681         is required to get (at least) visible in entry fields. Some selections
1682         are really handled now - even on win32 - but copying via middle
1683         mouse button into a different app needs to wait ... 
1684
1685         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
1686         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
1687
1688         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
1689         handling. I'm not sure if it is better now, but at least not worse
1690
1691         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
1692         with SetWindowPos () which allows more fine-tuning backing-store wise
1693
1694         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
1695         Also changed move/resize to be more like the X version.
1696
1697         * gtk/gtk.def : updated externals
1698
1699 2001-08-19  Sven Neumann  <sven@gimp.org>
1700
1701         * gtk/gtktooltips.c
1702         * tests/testtreesort.c
1703         * tests/treestoretest.c: inserted some casts to get rid of compiler
1704         warnings.
1705
1706 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
1707
1708         * gtk/gtktreeviewcolumn.c
1709         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
1710
1711         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
1712         (_gtk_tree_view_find_node): If *node is NULL,
1713         *tree should be NULL too.
1714
1715         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
1716         column/renderers.
1717         * tests/testtreecolumns.c: ditto
1718         * tests/testtreefocus.c: ditto
1719         * tests/testtreesort.c: ditto
1720         * tests/testtreeview.c: ditto
1721         * tests/treestoretest.c: ditto
1722
1723 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
1724
1725         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
1726         signals; is_expander/is_expanded.
1727
1728         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
1729         pixbufs.
1730
1731         * gtk/gtktreeview.c: set above properties.
1732
1733 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
1734
1735         * gtk/gtkwidget.h: Really remove set_default_style().
1736
1737         * docs/Changes-2.0.txt: added a note about
1738         gtk_widget_push/pop/set_default_style.
1739
1740 2001-08-18  Havoc Pennington  <hp@pobox.com>
1741
1742         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
1743         hints_changed in addition to the other cases.
1744         (gtk_window_move_resize): include last position from configure
1745         notify in debug spew
1746
1747 2001-08-18  James Henstridge  <james@daa.com.au>
1748
1749         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
1750         second argument to the weak ref notify, cleaning up some uglyness.
1751         (gtk_accel_group_attach): remove and add the weak notifier when
1752         changing the accel groups slist.
1753         (gtk_accel_group_detach): same here.
1754
1755 2001-08-17  Darin Adler  <darin@bentspoon.com>
1756
1757         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
1758         missing parameters to utf8 functions to make it compile.
1759
1760 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
1761
1762         * gtk/gtktreeprivate.h:
1763         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
1764         (gtk_tree_view_init), (gtk_tree_view_set_property),
1765         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
1766         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
1767         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
1768         (gtk_tree_view_set_destroy_count_func),
1769         (gtk_tree_view_set_enable_search),
1770         (gtk_tree_view_get_enable_search),
1771         (gtk_tree_view_get_search_column),
1772         (gtk_tree_view_set_search_column),
1773         (gtk_tree_view_get_search_equal_func),
1774         (gtk_tree_view_set_search_equal_func),
1775         (gtk_tree_view_search_dialog_destroy),
1776         (gtk_tree_view_search_position_func),
1777         (gtk_tree_view_interactive_search),
1778         (gtk_tree_view_search_delete_event),
1779         (gtk_tree_view_search_button_press_event),
1780         (gtk_tree_view_search_key_press_event),
1781         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
1782         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
1783         * gtk/gtktreeview.h:
1784         Add heavily modified patch from Kristian Rietveld to handle
1785         interactive searching.
1786
1787 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
1788
1789         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
1790         string parameter.
1791
1792         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
1793         GtkMenuShell::selection_done, now that we have it, instead of 
1794         ::deactivate so we're not tearing the menu apart and notify
1795         the user prematurely.
1796
1797 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
1798
1799         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
1800         window, clear window->need_default_position to avoid infinite loops.
1801         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
1802
1803 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
1804
1805         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
1806         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
1807         (gtk_tree_view_set_property): don't cast possible NULL objects.
1808         (gtk_tree_view_destroy): reset the model to NULL.
1809
1810         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
1811         parent_class handler.
1812
1813 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1814
1815         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
1816
1817 2001-08-17  Anders Carlsson  <andersca@gnu.org>
1818
1819         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
1820         point numbers so that the result will be floating point.
1821
1822 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1823
1824         * tests/testgtk.c (create_handle_box): 
1825         (create_toolbar): Replace gtk_window_set_policy calls by
1826         gtk_window_set_resizable.
1827
1828 2001-08-16  Jakub Steiner <jimmac@ximian.com>
1829
1830         * gtk/stock-icons/dialog_info.png: new style bulb
1831         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
1832         * gtk/stock-icons/dialog_warning.png: need a hand?
1833         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
1834           the aa border gets chopped off ok
1835         * gtk/stock-icons/stock_colorselector.png: using the new hand
1836         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
1837           this one is for, but the old icon was butt ugly.
1838         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
1839         * gtk/stock-icons/stock*_insert_object.png: "
1840         * gtk/stock-icons/stock_index.png: using new hand icon
1841         * gtk/stock-icons/stock*_new.png: the document template being used 
1842           elsewhere too
1843         * gtk/stock-icons/stock*_print*.png: new print and print preview 
1844           icons (panel/menu)  
1845         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
1846           icons based on Tuomas' floppy image.
1847         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
1848         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
1849         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
1850         * gtk/stock-icons/stock*_undelete.png: "
1851         * gtk/stock-icons/stock_preferences.png: I have a version with a 
1852           document base if the sliders are no good.
1853         * gtk/stock-icons/stock_properties.png: properties 
1854         
1855
1856         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
1857           (tigert@ximian.com) clipboard icons
1858         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
1859         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
1860         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
1861           little bigger IMHO
1862
1863 2001-08-16  Sven Neumann  <sven@gimp.org>
1864
1865         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
1866
1867 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
1868
1869         * gtk/gtkcellrenderertext.c:
1870         Avoid warning when specifying NULL for "attributes" property
1871
1872 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1873
1874         * docs/debugging.txt: Add a warning about --enable-debug=no,
1875         some editorial changes.
1876
1877 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1878
1879         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
1880         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
1881         debugging info, remove unused debug flags. (#58330)
1882
1883 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
1884
1885         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
1886         (gtk_tree_selection_select_all): Remove strict checking for rows.
1887
1888 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1889         
1890         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
1891         Don't remove the tooltip window when the tip text changes. (#15891)
1892
1893 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
1894
1895         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
1896         $(srcdir).
1897
1898 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
1899
1900         * Makefile.am (EXTRA_DIST): Fix problem with trying to
1901         dist files from intl/, which is no longer there.
1902
1903 2001-08-11  Hans Breuer  <hans@breuer.org>
1904
1905         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
1906           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
1907           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
1908           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
1909           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
1910           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
1911
1912         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
1913           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
1914         GDK_TYPE_EVENT signals
1915
1916         * gtk/gtkalignment.c : removed 'direct allocation bug',
1917         which Tim discovered while reading the patch
1918
1919 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
1920
1921         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
1922         compat macros for push/pop/set_visual that were supposed
1923         to be added a long time ago, but got dropped. 
1924
1925 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
1926
1927         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
1928         property notifies.
1929
1930 2001-08-07  Havoc Pennington  <hp@pobox.com>
1931
1932         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
1933
1934         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
1935         some fixage is needed here, but nothing simple. Owen understands
1936         it. ;-)
1937
1938         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
1939         sizing and positioning.  Also, fix bug in compute_geometry_hints
1940         (width/height confusion for setting min size). 
1941         (gtk_window_move): new function
1942         (gtk_window_resize): new function
1943         (gtk_window_get_size): new function
1944         (gtk_window_get_position): new function
1945         (gtk_window_parse_geometry): new function
1946         
1947         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
1948         (gtk_widget_get_size_request): new function
1949         (gtk_widget_get_usize): delete, that was a short-lived function
1950         ;-)
1951         (gtk_widget_set_usize): deprecate
1952         (gtk_widget_set_uposition): deprecate, make it a trivial 
1953         gtk_window_move() wrapper
1954         (gtk_widget_class_init): remove x/y/width/height properties,
1955         add width_request height_request
1956         
1957         * demos/*: update to avoid deprecated functions
1958         
1959         * gtk/gtklayout.c: add x/y child properties
1960
1961         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
1962         uses of "gint16"
1963
1964         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
1965         sizing test
1966
1967         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
1968         configure events on toplevel windows are always in root window
1969         coordinates, following ICCCM spec that all synthetic events 
1970         are in root window coords already, while real events are 
1971         in parent window coords. Previously the code assumed that 
1972         coords of 0,0 were parent window coords, which was 
1973         really broken.
1974   
1975         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
1976         warning
1977  
1978         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
1979         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
1980         hints in gtk_window_parse_geometry()
1981  
1982         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
1983         new USER_POS USER_SIZE hints    
1984
1985 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1986
1987         * tests/prop-editor.c (properties_from_type): Use 
1988         g_object_class_list_properties to get the param specs 
1989         for a given type. (#58609)
1990
1991 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1992
1993         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
1994         free the text_aa parts. (#57549)
1995
1996 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
1997
1998         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
1999         not the foreground color. (#57621)
2000
2001 2001-08-09  Alexander Larsson <alexl@redhat.com>
2002
2003         * gdk/win32/gdkfont-win32.c:
2004         Update to the new pango win32 api.
2005
2006 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
2007
2008         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
2009         COMPOUND_TEXT instead of TEXT
2010         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
2011         interpret the return value of g_string_to_compound_text()
2012         (#55152)
2013
2014 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2015
2016         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
2017         fail if iter is NULL. (#58347)
2018
2019 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2020
2021         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
2022         some off-by-one issues, fixing selection of line-ends. (#50323)
2023
2024 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2025
2026         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
2027         functions in order to make mouse operation work again in the
2028         color wheel. (#58604)
2029
2030 2001-08-07  James Henstridge  <james@daa.com.au>
2031
2032         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
2033         the accelerator when the accel object is changed.  Fixes bug
2034         #58628.
2035
2036 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
2037
2038         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
2039         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
2040         (gnome bugzilla #58202)
2041
2042 2001-08-06  Havoc Pennington  <hp@pobox.com>
2043  
2044         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
2045         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
2046         it was expecting a GdkWindow, not a GdkWindowImplX11.
2047  
2048         Also, we were getting the window rect in screen coords 
2049         and the screen rect in window coords then intersecting 
2050         them; instead, get window rect in window coords.
2051  
2052         Finally, there were codepaths that resulted in a stuck server grab
2053         (when the window was fully onscreen, or on gdk_image_new()
2054         failure); make the server ungrab thing a bit more
2055         robust/consistent.
2056
2057 2001-08-06  Sven Neumann  <sven@gimp.org>
2058
2059         * gdk/gdkpango.c (gdk_pango_context_destroy): 
2060         check if info->colormap != NULL before unref'ing it. It might have
2061         been set to NULL using gdk_pango_context_set_colormap().
2062
2063 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
2064
2065         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
2066         Fix conversion from float to int so that we don't get
2067         skew in the int => float => int roundtrip. 
2068         (#58120, reported by Vitaly Tishkov). Also fix problem
2069         where if no alpha was set, the returned alpha
2070         from (say) set_current_alpha() was returned as 1, not 65535.
2071
2072 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
2073
2074         * gtk/gtklist.c (gtk_list_clear_items): Fix
2075         problem with selecting a new focus child.
2076
2077         * gtk/gtklist.c (gtk_list_clear_items): Clear 
2078         list->undo/list_focus_child after unparenting
2079         child, since unparenting the child can result
2080         in list->last_focus_child being set. (#58024)
2081
2082         * Makefile.am (SUBDIRS): Add target specific pc
2083         files to DISTCLEANFILES.
2084
2085         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
2086         (58327, Matthias Clasen)
2087
2088 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
2089
2090         * tests/testgtk.c: Patch from Hans (with various modifications),
2091         to add the ability to use testgtk as a rough-and-ready
2092         benchmark. Try, 'testgtk --bench all:5' (if you want decent
2093         numbers, run without a window manager)
2094
2095 2001-08-04 Alexander Larsson <alexl@redhat.com>
2096
2097         * gdk/win32/gdkinput.c:
2098         Add #ifdef HAVE_WINTAB around wintab.h include.
2099
2100         * gtk/gtk.def:
2101         Removed marshals that have been moved to glib.
2102         Commented out plug and socket. They didn't compile for me 
2103         on win32.
2104
2105 2001-08-04  Hans Breuer  <hans@breuer.org>
2106
2107         * gtk/stocks-icons/makefile.msc : new file
2108         * gtk/makefile.msc.in : use it
2109
2110         * gtk/gtkstyle.c : not all platforms do provide M_PI and
2111         friends, but luckily there is G_PI
2112
2113         * gtk/gtk.def : updated
2114
2115         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
2116         windows WS_POPUP, but only those without a parent. This fixes the 
2117         mis-alignment between the selectable (temp, input only) window and 
2118         the window text of GtkLabel.
2119
2120         (gdk_window_show) : respect private->state when actually showing
2121         the window.
2122
2123         (gdk_window_set_transient_for) : Implementation from Wolfgang 
2124         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
2125         error handling. Should fix #50586.
2126
2127         * gdk/win32/gdkevents-win32.c : beautify log output
2128
2129 2001-08-04  Michael Natterer  <mitch@gimp.org>
2130
2131         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
2132         Need to show the image after adding it to the GtkImageMenuItem.
2133         This used to work without in testgtk because of the
2134         gtk_widget_show_all() at the end of the function.
2135         (Closes #54978).
2136
2137 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
2138
2139         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
2140         (gtk_notebook_set_child_property): fix finding of child's page,
2141         since we have to validly deal with labels and menus here as well.
2142         (gtk_notebook_get_child_property): fix warning.
2143         (gtk_notebook_class_init): property tab_pack is of type
2144         GTK_TYPE_PACK_TYPE (enum) not boolean.
2145         (gtk_notebook_find_child): don't always warn, we might be looking
2146         for a label or menu child.
2147         (gtk_notebook_map): fix mapping of panel.
2148
2149         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
2150         widget's mapped state, regardless of the value being set equals
2151         old settings, since things like REALIZED(parent) or MAPPED(parent)
2152         may have changed since the old value was set. make it an error to
2153         invoke this function on a toplevel widget.
2154
2155 2001-07-31  Darin Adler  <darin@bentspoon.com>
2156
2157         * gdk/gdkprivate.h:
2158         * gdk/x11/gdkx.h:
2159         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
2160
2161         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
2162         GTK_OBJECT.
2163
2164 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
2165
2166         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
2167         scoping error pointed out by matthiasc@poet.de.
2168
2169 2001-07-31  Sven Neumann  <sven@gimp.org>
2170
2171         * demos/gtk-demo/appwindow.c
2172         * demos/gtk-demo/item_factory.c
2173         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
2174
2175 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
2176
2177         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
2178         argument order for g_signal_has_handler_pending.
2179
2180 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
2181
2182         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
2183         instead of long deprecated g_scanner_stat_mode().
2184
2185 2001-07-29  Hans Breuer  <hans@breuer.org>
2186
2187         * gdk/makefile.msc : build in the backend dir after
2188         auto-generating files
2189
2190         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
2191         with code from win32-production-branch.
2192
2193         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
2194         before calling DestroyWindow, which indirectly calls 
2195         gdk_window_destroy_notify ()
2196
2197         (performance patch merged from win32-production-branch)
2198         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
2199         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
2200         R2_COPYPEN rop). It is claimed to be much faster.
2201
2202 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
2203
2204         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
2205         add an "attributes" property to the text renderer for ATK.
2206
2207 2001-07-26  Alex Larsson  <alexl@redhat.com>
2208
2209         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
2210         Initialize image->bits_per_pixel from the drawable, not from
2211         the root window.
2212
2213         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
2214         Fix cast. argument is an IMPL already.
2215
2216 2001-07-15  James Henstridge  <james@daa.com.au>
2217
2218         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
2219         (gtk_window_remove_accel_group): same here.
2220         (gtk_window_key_press_event): same here.
2221
2222         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
2223         (gtk_widget_remove_accelerator): same here.
2224         (gtk_widget_remove_accelerators): same here.
2225
2226         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
2227
2228         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
2229         instead of GtkObject.
2230
2231         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
2232         now takes GObjects.
2233
2234         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
2235         pass a GObject to gtk_accel_group_entries_from_object.
2236         (gtk_item_factory_create_item): s/accel_widget/accel_object/
2237
2238         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
2239
2240         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
2241
2242         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
2243         GObjects can have accelerators set now.  Add compatibility
2244         defines.
2245
2246         * gtk/gtkmarshal.list: add missing marshallers.
2247
2248         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
2249         accelerators on plain GObjects.  gtk_accel_group_object_destroy
2250         has been converted into a weak reference, and
2251         gtk_accel_group_delete_entries is now a destroy notify for that
2252         piece of data.
2253
2254 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
2255
2256         * gdk/gdkdraw.c: Added a check on the colormap depth to
2257         gdk_drawable_set_colormap()
2258         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
2259         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
2260         for pixmaps without visuals (more specifically, bitmaps)
2261         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
2262         doesn't set a colormap with the wrong depth
2263
2264
2265 2001-07-22  Anders Carlsson  <andersca@gnome.org>
2266
2267         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
2268         expander_height and expander_width properties with a single
2269         property, expander_size.
2270         (gtk_tree_view_init): Set the tab_offset to expander_size
2271         plus some padding.
2272         (gtk_tree_view_unrealize): Remove the expand/collapse
2273         timeout if it exists.
2274         (coords_are_over_arrow): Fix a small bug.
2275         (gtk_tree_view_motion_draw_column_motion_arrow): Use
2276         expander_size.
2277         (gtk_tree_view_draw_focus): Use "treeview" instead of
2278         "add-mode" as detail when drawing the focus.
2279         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
2280         instead of "add-mode" as detail when drawing the focus.
2281         (gtk_tree_view_deleted): If we have a node currently being
2282         expanded or collapsed, remove the timeout and set the node 
2283         to NULL.
2284         (gtk_tree_view_queue_draw_arrow): New function that just
2285         redraws the arrow of a node.
2286         (gtk_tree_view_draw_arrow): Use expander_size instead of
2287         expander_width/expander_height, also pass a different
2288         expander_style to gtk_paint_expander depending on the 
2289         state of the node being drawn.
2290         (expand_collapse_timeout): New function for expanding 
2291         or collapsing a node depending on the previous state.
2292         (gtk_tree_view_real_expand_row): Add timeout and set 
2293         correct state for node being expanded.
2294         (gtk_tree_view_real_collapse_row): Add timeout and set
2295         correct state for node being collapsed.
2296
2297         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
2298         information about the node currently being expanded or
2299         collapsed, and also a timeout id.
2300
2301         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
2302         with expander_style for draw_expander.
2303
2304         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
2305         expander_style.
2306         (create_expander_affine): New function for creating an 
2307         expander affine.
2308         (apply_affine_on_point): New function for applying an 
2309         affine to a point.
2310         (gtk_default_draw_expander): Modified to take expander_style
2311         instead of is_open, and to draw the rectangle rotated differently
2312         depending on the expander style.
2313         (gtk_paint_expander): Replace is_open with expander_style.
2314
2315         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
2316
2317         * gtk/gtkenums.h: Add expander style enum.
2318
2319 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
2320
2321         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
2322         value from gtk_tree_model_get_iter, the model might be empty.
2323
2324 2001-07-20  Hans Breuer  <hans@breuer.org>
2325
2326         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
2327         gdk/gdkinput.c like the other backends
2328
2329         * gdk/win32/gdkinput-win32.h :
2330         * gdk/win32/gdkinput.c :
2331         * gdk/win32/gdkvisual-win32.c :
2332         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
2333         GdkVisual GObjectification. UNTESTED for pen-devices because
2334         I simply have none.
2335
2336         * gdk/gdk.def :
2337         * gtk/gtk.def : updated externals
2338
2339         * gtk/gtkiconfactory.c :
2340         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
2341         before passing &error to functions to avoid strange crashes
2342         
2343         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
2344
2345         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
2346
2347         * gtk/makefile.msc.in : updated
2348
2349 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
2350
2351         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
2352         Add property support. (#51858)
2353
2354 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
2355
2356         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
2357         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
2358         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
2359
2360 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
2361
2362         * gtk/gtkcolorsel.c: Add propery support (roughly
2363         based on patch from Lee Mallabone, #51014)
2364
2365         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
2366         deprecated, since we already g_warning() on it.
2367
2368 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
2369
2370         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
2371         typo that sometimes caused selection not to work properly.
2372
2373         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
2374         entry when tabbing in. (#57743)
2375         
2376         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
2377         user drags up above or down below the entry, move
2378         to the end or the beginning of the entry. (Suggestion
2379         from Jay Cox, #50940)
2380
2381         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
2382         a current selection, then when moving by chars or
2383         words, move to the end of the selection rather than
2384         from entry->current_pos. (Suggestion from Jay Cox,
2385         #50942)
2386         
2387 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
2388
2389         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
2390         set window->decorated. (Patch from Hidetoshi Tajima,
2391         #55846)
2392
2393 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
2394
2395         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
2396         the widget/child realization/mapping invariants.
2397
2398         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
2399         gtk_widget_[get/set]_child_visible() to control
2400         whether visible children of a mapped window are
2401         mapped.
2402
2403         * docs/widget_system.txt: Updated for changes in
2404         container contract, and addition of GTK_CHILD_VISIBLE.
2405
2406         * gtk/gtkcontainer.c: Add generic map()/unmap()
2407         functions that work for almost all containers.
2408
2409         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
2410         gtk_widget_set_child_visible() where necessary.
2411
2412         * gtk/*.c: Remove excess map(), unmap(), and 
2413         realization/mapping invariant enforcing code
2414         from many containers.
2415
2416 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
2417
2418         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
2419         Get the foreground color from 'text', nor 'fg'. (#57568)
2420
2421 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
2422
2423         * gtk/*.c: Patch from Matthias Clasen to remove remove
2424         all instances of g_return_if_fail (foo != NULL); that are
2425         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
2426         since the second check catches the NULL anyways.
2427
2428 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
2429
2430         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
2431         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
2432         GDK_THREADS_ENTER()/LEAVE() pairs.
2433
2434         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
2435         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
2436         pairs. (Problem found by M. Meeks)
2437
2438 2001-07-18  Darin Adler  <darin@bentspoon.com>
2439
2440         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
2441         that we don't get a g_warning message every time we register a new
2442         icon size.
2443
2444         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
2445         using pixel variable of the correct type.
2446         
2447 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
2448
2449         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
2450         so that using X functions on a GdkWindow is possible, if
2451         a little hairy.
2452
2453         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
2454         and ts_origin of a GC, so that external parties can offset/restore
2455         a GC, when using gdk_window_get_internal_paint_info().
2456
2457 2001-07-17  Darin Adler  <darin@bentspoon.com>
2458
2459         * .cvsignore: Ignore the sgml directory made by gtkdoc.
2460         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
2461         instead of the deprecated gtk_window_set_policy.
2462         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
2463         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
2464         function to get rid of warning and some code too.
2465         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
2466         missing const.
2467         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
2468         unused local.
2469         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
2470         const.
2471         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
2472         (gdk_utf8_to_compound_text): Add missing const.
2473         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
2474         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
2475         cast and get rid of an unnecessary one.
2476         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
2477         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
2478         local.
2479         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
2480         Remove unused local.
2481         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
2482         missing const.
2483         * tests/testsocket.c: (add_child): Add cast so the printf format
2484         doesn't make us implicitly depend on what integer type
2485         gtk_socket_get_id returns.
2486         * tests/testtextbuffer.c: Add missing const.
2487         * tests/testtreefocus.c: (main): Remove unused local.
2488         * tests/treestoretest.c: (iter_remove): Remove unused local.
2489         (uppercase_value): Remove unused function.
2490         (make_window): Add statement to quiet the compiler's uninitialized
2491         variable warning.
2492
2493 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
2494
2495         * gtk/gtkrange.c:
2496         (second_timeout): 
2497         (initial_timeout): 
2498         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
2499         (gtk_range_calc_layout): compute the new layout based on an
2500         adjustment->value being passed in as argument.
2501         (gtk_range_button_press): for button2 slider warps, first recalc
2502         the layout, then adjust the value. also, use update_slider_position()
2503         for adjusting the value, so we keep pixel quantisation at which we
2504         usually operate (upon motion or button releases). the reason for this
2505         is that, we can't change the adjustment upon button2 presses to a non
2506         quantised value and upon button2 release re-quantise the value since
2507         that'd alter the value even if we didn't get any motion events (causing
2508         unexpected scroll area warps upon release and/or slider pixel-jitter).
2509         (gtk_range_motion_notify): update the slider position from queried
2510         coordinates, not event coordinates.
2511
2512 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
2513
2514         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
2515         the default gc values are: width=0, CapBut, JoinMiter.
2516
2517 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
2518
2519         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
2520         into account the xpad and ypad when calculating the width and the
2521         height of the pixbuf cel.
2522
2523 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
2524
2525         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
2526         Rename to gtk_radio_menu_item_get_group(), add deprecated
2527         alias. (#57044)
2528
2529         * gtk/gtkfilesel.c: Indentation fix.
2530
2531 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
2532
2533         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
2534         Hasselmann to fix warnings in compat macros. 
2535         (#56773)
2536
2537         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
2538         stupid wrong cast added in last patch.
2539
2540 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
2541
2542         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
2543         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
2544
2545 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
2546
2547         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
2548         missing cast.
2549
2550         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
2551         NULL/FALSE return value confusion.
2552
2553         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
2554         problem when scrollbar completely fills range. (Patch
2555         from  Matthias Clasen, #57047)
2556
2557 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
2558
2559         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
2560         clean up when handling events for move-resize emulation.
2561         (Problem traced down by Matthias Clasen, #57271)
2562
2563 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
2564
2565         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
2566           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
2567           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
2568           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
2569           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
2570           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
2571           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
2572         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
2573
2574 2001-07-09  Peter Williams  <peterw@ximian.com>
2575
2576         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
2577         for when srcdir != builddir
2578
2579 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
2580
2581         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
2582         gtk_tree_model_get_iter_root.
2583
2584         * gtk/gtkliststore.c: Add a bunch of g_return statements.
2585         (gtk_list_store_iter_n_children): Fix up.
2586
2587         * gtk/gtktreestore.c: Add a bunch of g_return statements.
2588
2589 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
2590
2591         * gtk/gtkwidget.c (gtk_widget_class_init):
2592         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
2593         restore some workingness.
2594
2595         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
2596         handle of window type for input-only windows.
2597
2598 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
2599
2600         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
2601         Patch from Gregory Merchan to add 
2602         gtk_button_box_set_secondary(), which separates
2603         the child into a separate group from the normal
2604         buttons. (#56331)
2605
2606         * gtk/gtkdialog.c: Make help buttons secondary by
2607         default.
2608
2609         * gtk/gtkbbox.c: Added a child property "secondary".
2610
2611         * gtk/testgtk.c: Turn on the help button for the 
2612         color selector to check that it properly appears
2613         as secondary.
2614
2615 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
2616  
2617         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
2618         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
2619         Add gdk_set_pointer_hooks() to allow pointer-querying to
2620         be hooked by an event record/playback system like GERD.
2621         (#56914)
2622         
2623 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
2624
2625         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
2626         in the right value of initial_emission to
2627         gtk_widget_set_style_internal (#57091)
2628
2629 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
2630
2631         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
2632         Make compile.
2633
2634         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
2635         with calling gtk_widget_set_style_internal() with
2636         the old style, not the new style. (#56989)
2637
2638 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
2639
2640         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
2641           gtk/gtkwidget.c:
2642         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
2643         not GTK_WIDGET_GET_ANCESTOR ... see 
2644         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
2645         Indicate the best practice in the docs for gtk_widget_get_toplevel().
2646
2647         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
2648         so GtkPlug can give the correct signals when transforming
2649         from a child to a toplevel.
2650         
2651         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
2652         reparentation correctly.
2653
2654         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
2655         Propagate the previous_toplevel argument down properly.
2656
2657         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
2658         of wrong atr list.
2659
2660         * gtk/gtkplug.[ch]: Add an "embedded" signal.
2661
2662         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
2663         signals.
2664
2665         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
2666         functions gtk_plug_get_id(), gtk_socket_get_id(),
2667         to avoid the user having to worry about realization,
2668         and gdkx.h.
2669
2670         * tests/testsocket.c: Extend to try out the new signals
2671         and gtk_plug/socket_get_id().
2672
2673         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
2674         setting of underline attributes.
2675
2676         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
2677         DestroyNotify events from SubstructureNotifyMask
2678
2679         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
2680         Switch GDK_WINDOW_TYPE (window) as needed.
2681
2682         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
2683         allow creation of toplevel windows as children of
2684         foreign windows.
2685
2686         * gtk/gtkplug.c: Remove hacks involving changing private
2687         fields of GdkWindow.
2688
2689         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
2690         exactly the same signals and notification
2691         be emitted for local embedding as for inter-process
2692         embedding.
2693
2694 2001-07-04  James Henstridge  <james@daa.com.au>
2695
2696         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
2697
2698 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
2699
2700         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
2701         XEMBED embedding add a _XEMBED_INFO property to the
2702         client with version number and a "mapped" flags.
2703         Use the mapped flag instead of the racy MapRequestEvent
2704
2705         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
2706         code to reliably set things (when the child is a passive
2707         embedder participating in the XEMBED protocol) intead
2708         of just being a hack for embedding non-participating
2709         programs. Fix various bugs and race conditions.
2710         
2711         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
2712         work by simply making the GtkSocket the gtk parent
2713         of the GtkPlug. Set a flag in this case and make
2714         the GtkPlug work like a normal container by overriding
2715         methods such as check_resize and "chaining past" GtkWindow
2716         to GtkBin.
2717
2718         * gtk/gtkentry.c (gtk_entry_real_activate)
2719           gtk/gtkmain.c (gtk_propagate_event): 
2720         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
2721         
2722         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
2723         gtk_widget_get_ancestor):
2724         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
2725         might not give the expected result and recommend
2726         an alternative.
2727
2728         * tests/testsocket.c tests/testsocket_child.c
2729         tests/testsocket_common.c tests/Makefile.am: Extended
2730         to test different type of adding plugs to sockets
2731         (local,active,passive), and to test mapping/unmapping
2732         the plug.
2733
2734         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
2735         mark the window as destroyed until after we
2736         called _gdk_windowing_window_destroy().
2737         (_gdk_windowing_window_destroy() may use GDK functions
2738         on the window.)
2739
2740         * gdk/x11/gdkinput.c: Remove the check for finalization - 
2741         devices can be finalized under some circumnstances.
2742  
2743         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
2744         small problem with GDK_TYPE_DEVICE.
2745  
2746 2001-07-02  Havoc Pennington  <hp@pobox.com>
2747
2748         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
2749         use constants not atoms.
2750
2751 2001-07-02  James Henstridge  <james@daa.com.au>
2752
2753         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
2754         PANGO_TYPE_TAB_ARRAY.
2755
2756         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
2757         for PANGO_TYPE_TAB_ARRAY.
2758
2759         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
2760         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
2761
2762         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
2763         the file.  Remove Pango types from defs -- they are now defined in
2764         libpango.
2765
2766 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
2767
2768         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
2769
2770         * gtk/gtkobject.c (gtk_object_destroy): invoke
2771         g_object_run_dispose().
2772
2773         * gtk/gtkwindow.c: 
2774         * gtk/gtkwidget.c: 
2775         * gtk/gtkobject.c:
2776         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
2777         method.
2778
2779 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
2780
2781         * gtk/gtktypeutils.c (gtk_type_class): Remove
2782         change check for GTK_TYPE_OBJECT derivation to
2783         G_TYPE_OBJECTS - it's Tim-approved to use this 
2784         for arbitary objects.
2785
2786         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
2787         prefix gtk_container_dequeue_resize_handler().
2788
2789         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
2790         to the hierarachy_changed signal, since you otherwise
2791         have to always keep that around.
2792
2793         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
2794         for extra argument to hierarchy_changed.
2795
2796 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
2797
2798         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
2799         for style to mean "revert to default style"
2800
2801         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
2802           gtk_widget_restore_default_style): Make this functions
2803         deprecated aliases for gtk_widget_set_style (widget, NULL).
2804
2805         * gtk/gtkwidget.[ch]: Remove:
2806            gtk_widget_set_default_style ()
2807            gtk_widget_push_style ()
2808            gtk_widget_pop_style ()
2809         These functions interact are overriden by RC files, and
2810         thus virtually useless, and complicated.
2811
2812 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
2813
2814         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
2815         most of the previous global variables in gtkrc.c. This is
2816         in preparation for multi-head, since each screen can
2817         have different GtkSettings and RC information.
2818
2819         * gtk/gtkrc.[ch]: 
2820
2821         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
2822         GtkSettings parameter to GtkRcStyle::parse.
2823
2824         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
2825         Add two new settings gtk-theme-name, gtk-key-theme-name,
2826         for RC files that are loaded by name after reading
2827         the default RC files.
2828         
2829         * gtk/gtkrc.c: Allow priorities for styles, as wll as
2830         bindings.
2831
2832         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
2833         and use it by default for RC files loaded via 
2834         gtk-theme-name, gtk-key-theme-name.
2835
2836         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
2837         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
2838         tests/testgtkrc: Require pathnames to be absolute.
2839
2840         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
2841         the source when parsing, since the operation of looking up a
2842         pixmap from an RC file depends on the parsing context.
2843
2844         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
2845         reset RC styles on all widgets when files are reparsed.
2846
2847         * tests/testgtk.c (create_rc_file) 
2848           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
2849         Simplify, now that gtk_rc_reparse_all() resets styles on
2850         all widgets itself.
2851
2852         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
2853         return value.
2854
2855         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
2856         GtkSettings argument.
2857
2858         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
2859         gtk_settings_get_global().
2860
2861         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
2862         to get the appropriate GtkSettings for a widget. (For now,
2863         just gets the default GtkSetttings.) 
2864
2865         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
2866           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
2867         changes.
2868
2869         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
2870         getting a style for a path without actually having a widget.
2871         (Allows using a style for a subpart of a widget, for
2872         example.)
2873
2874         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
2875         the RC files to be reloaded for just one GtkSettings
2876         (not sure how useful this really is.)
2877
2878         * gtk/gtkrc.h: Deprecate
2879         gtk_rc_add_widget_name/widget_class/class_style
2880
2881 2001-06-30  Alex Larsson  <alexl@redhat.com>
2882
2883         * gdk/linux-fb/gdkinput-none.c:
2884         * gdk/linux-fb/gdkinput.c:
2885         * gdk/linux-fb/gdkinputprivate.h:
2886         Convert GdkDevice to a GObject.
2887
2888         * linux-fb/gdkprivate-fb.h:
2889         * linux-fb/gdkvisual-fb.c:
2890         Convert GdkVisual to a GObject.
2891
2892 2001-06-29  Alex Larsson  <alexl@redhat.com>
2893
2894         * gdk/gdkvisual.h:
2895         * gdk/gdkcolor.c:
2896         * gdk/x11/gdkx.h:
2897         * gdk/x11/gdkvisual-x11.c:
2898         Convert GdkVisual to a GObject.
2899
2900         * gdk/gdkinput.h:
2901         * gdk/gdkevents.c:
2902         * gdk/x11/gdkinputprivate.h:
2903         * gdk/x11/gdkinput-gxi.c:
2904         * gdk/x11/gdkinput-none.c:
2905         * gdk/x11/gdkinput-x11.c:
2906         * gdk/x11/gdkinput-xfree.c:
2907         * gdk/x11/gdkinput.c:
2908         Convert GdkDevice to a GObject.
2909
2910 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
2911
2912         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
2913         to just plain new, fixing the number of columns, and column types
2914         at creation time.
2915
2916         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
2917
2918         * gtk/gtkcellrenderertext.c
2919         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
2920         height to a specific font.
2921
2922         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
2923
2924         * tests/*c: change to work with new store models.
2925
2926 2001-06-29  Havoc Pennington  <hp@redhat.com>
2927
2928        * Throughout: fixes to compile with G_DISABLE_COMPAT
2929         (s/g_signal_connectc/g_signal_connect/,
2930         s/g_signal_newc/g_signal_new/,
2931         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
2932
2933 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
2934
2935         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
2936         add path argument to selection callbacks.
2937
2938 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
2939
2940         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
2941         walk through a model in a depth first manner, with the option to
2942         break out.
2943
2944 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
2945
2946         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
2947         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
2948         column and follow it when draged, rather than a location in the
2949         view. "expander_column" property and drawing functions changed
2950         accordingly.  Fixes bug #55942.
2951
2952         (gtk_tree_view_{set,get}_expander_column): Now works with a
2953         GtkTreeViewColumn* instead of int.
2954
2955 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
2956
2957         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
2958
2959 2001-06-28  Havoc Pennington  <hp@pobox.com>
2960
2961         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
2962         image data to the screen, using a server grab to avoid race
2963         conditions.
2964
2965         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
2966         check for NULL return from gtk_image_new_from_stock(), it never
2967         returns NULL.
2968         (gtk_item_factory_create_item): fix bug where we parsed the stock
2969         ID as an inline pixbuf
2970
2971         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
2972
2973         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
2974         support (should be using binding set here)
2975
2976         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
2977         support (should be using binding set here)
2978
2979         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
2980         support
2981
2982         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
2983
2984         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
2985
2986         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
2987
2988         * gtk/gtkimcontextsimple.c
2989         (gtk_im_context_simple_filter_keypress): keypad
2990
2991         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
2992
2993         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
2994
2995         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
2996
2997         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
2998         should be binding-setted)
2999
3000         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
3001
3002         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
3003
3004         * gtk/gtkcalendar.c: numeric keypad fixes
3005
3006         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
3007         support
3008
3009         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
3010         screwup
3011
3012         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
3013         clip the render area to the drawable's clip region in advance,
3014         so we don't get data from the server that we don't need.
3015
3016         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
3017         check return value of gdk_pixbuf_get_from_drawable(), fall back 
3018         to bilevel alpha if we can't get the pixbuf to composite against.
3019
3020         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
3021
3022         * gdk/gdkimage.c (gdk_image_get_colormap): add
3023         gdk_image_set_colormap, gdk_image_get_colormap
3024
3025         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
3026         take a region of the image, instead of converting the entire
3027         image.
3028
3029         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
3030         keybinding signal. Add default bindings for it. Add default
3031         handler for show_help that shows the tooltip for the widget.
3032
3033         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
3034         "close" keybinding signal, remove key press handler.
3035
3036         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
3037         it's not our usual practice to leave a deprecated function around
3038         with a runtime warning, plus we don't want it to appear in docs,
3039         plus if we make them yellow no one will want to change them
3040         anyhow.
3041
3042 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
3043
3044         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
3045         GTK_WIDGET_REALIZE() for resize queueing.
3046
3047         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
3048         GTK_WIDGET_REALIZE() for post event delivery destruction upon
3049         GDK_DESTROY.
3050         
3051         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
3052         sompensate for former (pre-2.0) connect_after() facility.
3053         (gtk_widget_send_expose): 
3054         (gtk_widget_event): assert the widget is realized, since event delivery
3055         to non-realized widgets is essentially a bug. event handlers should
3056         be able to unconditionally rely on widget->window (unless they
3057         emit events on their own which can trigger widget destruction).
3058         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
3059         logic. event delivery happens as follows:
3060         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
3061         b) if !was_handled in (a) and the widget is still realized, emit event-
3062            specific signal (RUN_LAST handler). returns was_handled.
3063         c) emission of GtkWidget::event-after for notification if the widget is
3064            still realized (regardless of was_handled from previous stages, no
3065            class handler). no return value.
3066         d) was_handled gets passed on to caller, to determine further
3067            propagation. if the widget got unrealized meanwhile, was_handled
3068            is returned as TRUE.
3069
3070         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
3071         gdk_event_get_coords().
3072
3073 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
3074
3075         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
3076         age 0, binary age 0. depend on glib 1.3.7.
3077
3078         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
3079
3080         * gtk/gtkmenubar.c: same here.
3081         
3082         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
3083
3084         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
3085
3086         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
3087         
3088         * gtk/gtkmenubar.c (add_to_window): likewise.
3089         
3090         * gtk/gtktextbtree.c: and here...
3091         
3092         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
3093         
3094         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
3095         
3096         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
3097         
3098         * gtk/gtktreeviewcolumn.c:
3099         (_gtk_tree_view_column_set_tree_view): yet again.
3100
3101         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
3102         signal connections without g_signal_connect_data().
3103         
3104         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
3105         demo of the matter.
3106         
3107         * demos/testpixbuf.c (main): running out of equality phrases for the
3108         ChangeLog, but had to adapt connections here as well.
3109         
3110         * demos/testanimation.c (progressive_timeout): and for the fun of it,
3111         tackled this the same way.
3112         
3113         * tests/testtext.c (create_view): ok, it's becoming a pain at this
3114         point, but had enough enery for one more fix.
3115
3116         * tests/testtreecolumns.c (main): stand up man, do your work!
3117
3118         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
3119         fix, either that's been all of it or CVS gtk is broken yet again.
3120         
3121 2001-06-29  James Henstridge  <james@daa.com.au>
3122
3123         The following changes correspond to bug #56812
3124
3125         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
3126         code for GdkDevice.
3127
3128         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
3129         GdkCursor.
3130
3131 2001-06-19  Havoc Pennington  <hp@pobox.com>
3132
3133         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
3134         for mapping a window without fooling with stacking order, but
3135         updating the "withdrawn" flag
3136
3137         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
3138         filtering as soon as possible, moving move resize and wmspec_check
3139         handling after the event filter.  Make default filter apply to all
3140         events, not just those with no GdkWindow wrapped around the X
3141         window. Fix a FIXME about how the window could be a pixmap using 
3142         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
3143
3144         Also, be robust against events not on a known GdkWindow.
3145
3146         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
3147         gdk_x11_ungrab_server): export reference-counted server grabs, so
3148         other people can grab server over a GDK function that also does
3149         so.
3150
3151 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
3152
3153         * gtk/gtktreeviewcolumn.c
3154         (gtk_tree_view_column_pack_start_cell_renderer): New function to
3155         reflect that you can (hypothetically) pack cell renderers into a
3156         column.
3157         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
3158         (gtk_tree_view_column_cell_is_visible): Move more functionality to
3159         the column.
3160         (gtk_tree_view_column_cell_can_focus): Move more functionality to
3161         the column.
3162
3163         * gtk/gtktreeview.c: Move to use new column-packing code.
3164         (gtk_tree_view_real_expand_row): remove totally braindead code.
3165         (gtk_tree_view_real_collapse_row): ditto.
3166
3167 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
3168
3169         * gtk/gtktreeviewcolumn.c: Fix a typo.
3170         
3171 2001-06-26  Joel Becker  <jlbec@evilplan.org>
3172
3173         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
3174           at the end of the file
3175
3176 2001-06-26  Havoc Pennington  <hp@redhat.com>
3177
3178         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
3179
3180 2001-06-26  Havoc Pennington  <hp@redhat.com>
3181
3182         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
3183         property
3184
3185 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
3186
3187         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
3188         stupid missing statement
3189
3190         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
3191         private function for ATK.  It notifies you of how many _visible_
3192         children are deleted when a node is deleted.  Should be used by
3193         atk only.
3194
3195 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
3196
3197         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
3198         Use new pango_context_get_metrics() to fix problems
3199         with font lists in descriptions. (#56184, reported by
3200         Jonas Borgström)
3201
3202 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
3203
3204         * gtk/gtkiconfactory.c:
3205         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
3206         item factory so inlined pixbufs actually work.
3207
3208 2001-06-25  Havoc Pennington  <hp@redhat.com>
3209
3210         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
3211         s/RESIZEABLE/RESIZABLE/
3212
3213         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
3214
3215 2001-06-25  Alexander Larsson  <alexl@redhat.com>
3216
3217         * configure.in:
3218         Added --enable-fbmanager. This is some experimental code
3219         that lets several GtkFB apps coordinate their access to the
3220         framebuffer.
3221         
3222         * acconfig.h:
3223         Added ENABLE_FB_MANAGER.
3224
3225         * gdk/linux-fb/Makefile.am:
3226         Added gdkfbmanager and gdkfbswitch.
3227
3228         * gdk/linux-fb/gdkkeyboard-fb.c:
3229         * gdk/linux-fb/gdkmouse-fb.c:
3230         * gdk/linux-fb/gdkprivate-fb.h:
3231         Split device init and open so that
3232         they can be opened and closed while switched
3233         away.
3234
3235         * gdk/linux-fb/gdkmain-fb.c:
3236         Add the basic manager communication.
3237
3238         * gdk/linux-fb/gdkrender-fb.c:
3239         Don't update to the shadow fb if we're
3240         blocked by the fb manager.
3241
3242 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
3243
3244         * docs/Changes-2.0.txt: Add note about child property
3245         changes.
3246
3247 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
3248
3249         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
3250         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
3251
3252         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
3253         with un'reffing wrong list reported by Jeff Franks.
3254
3255         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
3256
3257         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
3258         for the default icon. Remove inline XPM.
3259
3260         * gtk/gtkstock.h gtk/gtkiconfactory.c:
3261         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
3262         is used for GTK_STOCK_DND, but it is a bit too small.)
3263
3264         * gtk/stock-icons/stock_dnd_multiple.png
3265         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
3266
3267         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
3268         TRUE when starting a drag. In other cases, we are
3269         just observing. (#52995)
3270
3271         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
3272         function to set the icon for a drag from a GdkPixbuf
3273         or stock ID.
3274
3275         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
3276         Likewise, for drag sources.
3277
3278         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
3279         (Now should be done using the stock system.)
3280
3281 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
3282
3283         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
3284         Removed - didn't work and not particularly useful anyways
3285         if it did. 
3286
3287 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
3288
3289         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
3290         introduced last night that was making things decidedly not work.
3291
3292         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
3293         so that we have getter/setter pairing everywhere it makes
3294         sense. (#55767)
3295
3296         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
3297         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
3298         deprecated compat macro. (#55516)
3299
3300         * gtk/gtklabel.[ch]: Add functions
3301         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
3302         gtk_label_set_label(), which mirror the property API for GtkLabel.
3303         Make gtk_label_get_attributes() only reflect the attributes
3304         set by gtk_label_set_attributes.
3305
3306         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
3307         from gtk_notebook_set_page().
3308
3309 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
3310
3311         * configure.in: Fix tests for XShm.h.
3312
3313         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
3314         gdk_image_new() by use of goto, properly use g_object_unref().
3315
3316 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
3317
3318         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
3319         calls, as GdkImage is an object. these should be g_obejct_unref()
3320         instead but that won't work because of the g_error() statement
3321         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
3322         to spot these places.
3323
3324 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
3325
3326         * modules/input/gtkimcontextxim.c: Fixup some problems with 
3327         text length handling in error cases.
3328
3329         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
3330         a bit to make test actually warn on attempt to allocation
3331         a negative size. (#56101, Matthias Clasen)
3332
3333 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
3334
3335         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3336         noticed by Brian Cameron.
3337         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
3338         Cameron.
3339
3340 2001-06-22  Hans Breuer  <hans@breuer.org>
3341
3342         * gdk/gdk.def : updated externals
3343
3344         * gdk/win32/gdkdrawable-win32.c : corrected some casts
3345         in GDK_NOTEs
3346
3347         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
3348         to translate coordinates to the internal > 16 bit system
3349         Try to handle WM_WINDOWPOSCHANGED to get better performance for
3350         when moving/resizing
3351
3352         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
3353         and gdk_keymap_get_direction (). The latter is untested for
3354         the RTL case
3355
3356         * gtk/gtk.def : updated externals
3357
3358         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
3359         from pango_language_from_string (), not an already freed pointer
3360
3361         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
3362         binary (-kb) to be useable on windoze
3363  
3364 2001-06-21  Alexander Larsson  <alexl@redhat.com>
3365
3366         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
3367         Update to new PangoLanguage changes.
3368         
3369         * gtk/gtkwindow-decorate.c:
3370         * gtk/gtkwindow.[ch]:
3371         Added setting argument to gtk_window_set_has_frame ()
3372         
3373 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
3374
3375         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
3376         the case without XKB properly.
3377
3378         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
3379         unused gtk_rc_auto_parse variable.
3380
3381         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
3382         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
3383         longer needed with GdkPixbuf.
3384
3385         * gtk/gtkrc.c (_gtk_rc_init): Make private.
3386
3387 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
3388
3389         * gtk/gtkentry.h: Mark deprecated functions with
3390         GTK_DISABLE_DEPRECATED.
3391
3392 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
3393
3394         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
3395
3396         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
3397
3398         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
3399           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
3400           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
3401           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
3402           to recent changes in Pango.
3403
3404         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
3405           to test whether the basic engine honors them.
3406
3407 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
3408
3409         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
3410         gtk_container_child_get_property().
3411
3412 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
3413
3414         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
3415         (gtk_tree_view_move_cursor_page_up_down): implement.
3416
3417 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
3418
3419         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
3420         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
3421         don't use automatic fixed size buffer for printf-ing floats, doubles
3422         can expand to really _huge_ strings, use g_strdup_printf() instead.
3423
3424 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
3425
3426         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
3427         construct property in 1.2 and still needs to be.
3428
3429         * gtk/gtkwidget.c: "composite_child" is not a settable property.
3430
3431 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
3432
3433         * gtk/gtkliststore.c (gtk_list_store_clear): 
3434         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
3435         clear a model.
3436
3437 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
3438
3439         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
3440
3441         * gtk/Makefile.am:
3442         * gtk/gtk.h: disabled GtkPacker compilation.
3443
3444         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
3445
3446         * gtk/gtknotebook.c:
3447         * gtk/gtktable.c:
3448         * gtk/gtkbox.c: ported this over to child properties.
3449
3450         * gtk/gtksettings.c: fetch class properties via
3451         g_object_class_list_properties().
3452
3453         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
3454         child arg interface. use gobjectnotifyqueue.c for child property
3455         notification.
3456
3457         * gtk/gtkwidget.[hc]: provide necessary means for container child
3458         properties, i.e. ::child_notify signal,
3459         gtk_widget_freeze_child_notify(),
3460         gtk_widget_child_notify(),
3461         gtk_widget_thaw_child_notify().
3462
3463         * tests/testgtk.c: removed inferior property handling code, for
3464         property editing, a generic module should be used, and GLE
3465         coincidentally fullfills that purpose.
3466
3467         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
3468         needs to be adapted to g_object_class_list_properties() before this
3469         builds again.
3470
3471 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
3472
3473         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
3474         test if a node is expanded.
3475
3476 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
3477
3478         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3479         where collapsing a selected row would result in the cursor/anchor
3480         getting screwed up.
3481
3482 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
3483
3484         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
3485         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
3486         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
3487         Now I can really reorder/sort all Store widgets.  treesorttest
3488         seems to just work now.
3489         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
3490         testtreesort worked through a big coincidence all this time.
3491         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
3492         code.
3493         * tests/testtreecolumns.c: Big 'ol warning at the top letting
3494         people know that this code should never ever ever be copied.
3495
3496 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
3497
3498         * gtk/gtkwindow.h: Fixed a small typo, it should be
3499         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
3500         on line 134.
3501
3502 2001-06-14  Havoc Pennington  <hp@redhat.com>
3503
3504         Docs fixups, and:
3505         
3506         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
3507         GTK_DISABLE_DEPRECATED
3508
3509 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
3510
3511         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
3512         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
3513         finish it off tonight, though it basically works now when it's a
3514         list.  Also, I have a sinking feeling neither GtkTreeStore or
3515         GtkListStore actually resort when adding a new item.  I'll look
3516         into it.
3517
3518 2001-06-14  Havoc Pennington  <hp@redhat.com>
3519
3520         * demos/gtk-demo/main.c (load_file): fix bug identified by
3521         warnings I just added to gtktextbuffer
3522
3523 2001-06-14  Havoc Pennington  <hp@redhat.com>
3524
3525         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
3526
3527         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
3528
3529         * gtk/gtktextbtree.c: don't leak node data all over the place.
3530
3531         * demos/gtk-demo/main.c (main): create fontify tags for the right
3532         buffer
3533
3534         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
3535         to mention tags in the same table can't have the same name,
3536         suggested by Skip Montanaro
3537
3538 2001-06-11  Havoc Pennington  <hp@redhat.com>
3539
3540         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
3541         for trying to add two tags with same name to the tag table
3542
3543         * demos/gtk-demo/main.c (main): fix colors ;-)
3544
3545 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
3546
3547         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
3548         that allows grouping together multiple windows so that grabs
3549         within that set of windows only affect those windows.
3550
3551         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
3552         signal for notification when a widget becomes shadowed
3553         by a grab or is no longer shadowed by a grab.
3554
3555         * gtk/gtkwidget.c (gtk_widget_propagate_state)
3556           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
3557         insenstive widgets to maintain a grab.
3558
3559 2001-06-14  Alexander Larsson  <alexl@redhat.com>
3560
3561         * docs/README.linux-fb:
3562         Add some example config files that can be used with the URW fonts.
3563         
3564         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
3565         Set up the color ramps for DirectColor mode.
3566
3567 2001-06-11  Havoc Pennington  <hp@redhat.com>
3568
3569         * Release 1.3.6
3570          
3571 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
3572
3573         * gdk/linux-fb/gdkwindow-fb.c:
3574         Unify shaped window code and make it repaint the area that used
3575         to be part of the shape, but isn't anymore.
3576
3577 2001-06-11  Havoc Pennington  <hp@redhat.com>
3578
3579         * NEWS: Updates
3580
3581         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
3582
3583         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
3584         
3585 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
3586
3587         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
3588         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
3589         passes zero instead, so do we.
3590         
3591 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
3592
3593         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
3594         Deep copy dash_list too.
3595         (_gdk_fb_gc_new): Set default cap_style before
3596         setting values.
3597
3598 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
3599
3600         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
3601         gdk_keymap_get_direction): New functions.
3602
3603 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
3604
3605         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
3606         gtk_tree_model_get_flags by adding a second flag for atk.
3607
3608         * gtk/gtktreemodel.c: make cursor behavior interact better with
3609         mouse presses.
3610
3611 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
3612
3613         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
3614         expand_row/collapse_row to be 2 signals each -- test_expand_row
3615         and row_expanded as well as test_collapse_row and row_collapsed.
3616
3617 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
3618
3619         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
3620         signal name to be changed instead of selection_changed.
3621
3622 2001-06-08  Havoc Pennington  <hp@redhat.com>
3623
3624         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
3625         "scroll_offset" property for notification when the layout offsets
3626         may have changed
3627         (gtk_entry_adjust_scroll): add notify for scroll_offset
3628         (gtk_entry_layout_index_to_text_index): function to compensate for
3629         preedit string when doing coordinate stuff on the entry's layout
3630         (gtk_entry_text_index_to_layout_index): inverse function
3631         (gtk_entry_get_layout_offsets): hook to get current position of
3632         the layout      
3633         (gtk_entry_get_layout): hook to get the layout itself.
3634
3635         * gtk/gtklabel.c (gtk_label_get_layout): new function
3636
3637 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
3638
3639         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
3640         keybinding.
3641         (gtk_tree_view_focus): Fix merge conflict.
3642
3643 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
3644
3645         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
3646         clean up cursor handling.
3647
3648 2001-06-08  Havoc Pennington  <hp@redhat.com>
3649
3650         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
3651         function
3652
3653         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
3654         this function
3655
3656 2001-06-08  Alex Larsson  <alexl@redhat.com>
3657
3658         * gtk/gtkcompat.h.in:
3659         Added compat macros for all old GTK_TYPE_GDK_xxx types.
3660         Fixes bug #52892
3661
3662 2001-06-08  Havoc Pennington  <hp@redhat.com>
3663         
3664         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
3665         parent still
3666
3667 2001-06-08  Havoc Pennington  <hp@redhat.com>
3668
3669         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
3670         don't call g_list funcs on GSList
3671
3672         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
3673         gtk_container_focus(), since some widgets have focusable locations
3674         which are not other widgets. These widgets should not have to be 
3675         containers just to manage the focus. For example, GtkHSV is
3676         currently a container for no good reason. Also, this cleans
3677         up the "if (is_container && is_sensitive && is_drawable)
3678         container_focus ()" mess in widget implementations.
3679
3680         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
3681         function, and have it just call gtk_widget_child_focus().
3682
3683         * gtk/gtkhsv.c: derive from widget not container
3684         
3685         Throughout: fix to reflect GtkContainer::focus change
3686         
3687 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
3688
3689         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
3690         range.  Fix bug #55921
3691
3692         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
3693         (#55920).
3694
3695 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
3696
3697         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
3698         and gdk_keymap_get_current_direction().
3699
3700         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
3701           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
3702         the current locked group, use it to set the keymap
3703         direction.
3704
3705         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
3706         to determine whether we draw a split cursor or use
3707         a jumping cursor based on the current direction.
3708
3709         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
3710         Obey the split cursor setting. 
3711
3712 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
3713
3714         * gtk/gtkimmulticontext.c (activate_cb): Only activate
3715         when toggling on, not when toggling off... (#55906)
3716
3717 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
3718
3719         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
3720         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
3721         in docs. (#55812, Vitaly Tishkov)
3722
3723 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
3724
3725         * demos/gtk-demo/main.c (create_tree): Changed signal name from
3726         selection_changed to changed in signal connection to GtkTreeSelection,
3727         also used g_signal_connectc since GtkTreeSelection is now a GObject.
3728
3729 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
3730
3731         * gtk/gtktreeselection.c: Now it's a GObject instead of a
3732         GtkObject.  The GtkTreeSelection::selection_changed signal is now
3733         the GtkTreeSelection::changed signal.
3734
3735         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
3736         object.
3737
3738         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
3739         object.
3740
3741 2001-06-07  Havoc Pennington  <hp@redhat.com>
3742
3743         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
3744
3745 2001-06-07  Havoc Pennington  <hp@redhat.com>
3746         
3747         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
3748         (not tested yet because with absolute path to srcdir I can't build
3749         atk, but it was broken anyway so this may help) 
3750
3751 2001-06-07  Havoc Pennington  <hp@redhat.com>
3752
3753         * configure.in: output m4macros/Makefile
3754         
3755 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
3756
3757         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
3758         buttons.  Fixes #55460 reported by matthiasc@poet.de.
3759
3760 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
3761
3762         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
3763         expansion/collapsing so it only happens in one place.
3764         (gtk_tree_view_real_expand_row): ditto.
3765
3766 2001-06-07  Havoc Pennington  <hp@redhat.com>
3767
3768         * tests/Makefile.am: add missing -I flag
3769
3770         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
3771
3772         * configure.in: use pkg-config to see if GModule is
3773         supported; fix to properly turn on included loaders 
3774         when GModule isn't supported; don't use AC_CHECK_LIB 
3775         when libs are not installed yet
3776
3777         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
3778
3779         * Makefile.am (SUBDIRS): add m4macros subdir
3780
3781         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
3782         dependencies also.
3783
3784 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
3785
3786         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
3787         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
3788
3789 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
3790
3791         * gtk/gtktreeview.c
3792         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
3793         bindings to expand and collapse rows.
3794         (gtk_tree_view_real_select_cursor_parent): New key binding.
3795         (gtk_tree_view_real_toggle_cursor_row): New key binding.
3796
3797         * gtk/gtkmarshal.list: new
3798         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
3799
3800 2001-06-06  Havoc Pennington  <hp@redhat.com>
3801
3802         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
3803
3804         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
3805         Down to move visually rather than logically, since it confuses 
3806         people. Add -/+ and Ctrl--/+ bindings for logical movement.
3807
3808 2001-06-06  Alex Larsson  <alexl@redhat.com>
3809
3810         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
3811         Fix up error messages.
3812
3813 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
3814
3815         * gtk/gtktooltips.h: Include gtkwidget.h 
3816         (#55798, Karl Nelson)
3817
3818         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
3819         a valid latin-1 character. (Marc Lehmann, #35467)
3820
3821         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
3822         (Marc Lehmann, #35467)
3823         
3824 2001-06-05  Alex Larsson  <alexl@redhat.com>
3825
3826         * demos/gtk-demo/appwindow.c (do_appwindow):
3827         Don't swap the order of the args to gtk_widget_destroyed.
3828
3829         * tests/testgtk.c (destroy_properties):
3830         Don't crash when the properties window is destroyed.
3831
3832         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
3833         Use with_mnemonics to handle the case of stock items with
3834         underscores in them.
3835
3836 2001-06-05  Havoc Pennington  <hp@redhat.com>
3837
3838         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
3839         gtk_text_iter_reorder
3840
3841 2001-06-05  Havoc Pennington  <hp@redhat.com>
3842
3843         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
3844
3845 2001-06-05  Havoc Pennington  <hp@redhat.com>
3846
3847         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
3848         to the range that was set
3849
3850         * gtk/gtkrange.c: add value_changed signal, primarily 
3851         intended for use with GtkScale
3852         (gtk_range_set_increments): new function
3853         (gtk_range_set_range): new function with weird name
3854         (gtk_range_set_value): new function
3855         (gtk_range_get_value): new function
3856
3857         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
3858         from gtk_spin_button_get_value_as_float(). Compat #define
3859         added for get_value_as_float.
3860
3861         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
3862
3863         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
3864
3865 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
3866
3867         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
3868
3869 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
3870
3871         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
3872
3873         * tests/testgtk.c (create_tooltips): Remove usage of
3874         gtk_widget_set().
3875
3876 2001-06-05  Havoc Pennington  <hp@redhat.com>
3877
3878         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
3879
3880         Applying patch from Jeff Franks, with function docs added.
3881         
3882         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
3883         remove call to set_mnemonic_widget, change docs a bit.  
3884
3885         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
3886         new function
3887
3888         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
3889         new function
3890
3891         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
3892
3893         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
3894         function
3895         (gtk_radio_button_new_with_mnemonic_from_widget): new function
3896
3897         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
3898         new function
3899
3900         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
3901         function        
3902
3903         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
3904         auto-selection of mnemonic widget.
3905
3906 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
3907
3908         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
3909         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
3910         (gtk_tree_view_column_set_min_width): ditto.
3911
3912 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
3913
3914         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
3915         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
3916
3917 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
3918
3919         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
3920         gtk_clist_thaw().
3921
3922 2001-06-04  Havoc Pennington  <hp@pobox.com>
3923
3924         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
3925         releases for buttons 6, 7
3926
3927 2001-06-04  Havoc Pennington  <hp@redhat.com>
3928
3929         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
3930         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
3931         #55562
3932
3933 2001-06-04  Havoc Pennington  <hp@redhat.com>
3934
3935         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
3936         where text_view->layout == NULL by assuming its size is 0, 
3937         i.e. same as if we haven't done any reflow. Reported by 
3938         Hidetoshi Tajima #55448 
3939
3940 2001-06-04  Havoc Pennington  <hp@redhat.com>
3941
3942         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
3943         and 7 for scroll left/right, from Thomas Broyer
3944
3945 2001-05-10  Havoc Pennington  <hp@redhat.com>
3946
3947         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
3948         we need to parse the xsetting as if it were an RC file string.
3949
3950         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
3951         value of palette from settings, not from static variable
3952
3953         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
3954         xsettings translation table
3955
3956         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
3957         hardcoding the toolbar style conflicts with new customizable 
3958         toolbar style philosophy
3959         (gtk_toolbar_class_init): add settings for default toolbar style;
3960         these are used unless the app specifically forces a toolbar style
3961
3962         * gtk/gtksettings.c (settings_install_property_parser): only
3963         return at the start if we warn and parser == NULL
3964
3965         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
3966         palette changed handler so we don't notify dead color selections
3967
3968         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
3969         xthickness/ythickness of 0 or 1 properly 
3970         (gtk_default_draw_resize_grip): clear the background behind the
3971         resize grips, and align to bottom right if we square the 
3972         area to be drawn.
3973
3974         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
3975         statusbar label to 1, so it doesn't make toplevels resize oddly
3976         (gtk_statusbar_size_request): add grip size to request
3977         (gtk_statusbar_size_allocate): hack so the hbox still works with 
3978         the grip size in the request
3979
3980         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
3981         bug where showing all on a toplevel makes the toolbar 
3982         button text appear despite the toolbar mode
3983
3984         * gtk/gtkmenubar.c: add internal padding style property
3985
3986         * gtk/gtktoolbar.c: Add internal padding style property; add
3987         shadow type style property
3988
3989         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
3990         state; and put Container::border_width outside the frame
3991
3992         * gtk/gtktextview.c: don't draw focus rectangle if we're in
3993         interior focus mode, we just use blinking cursor
3994
3995 2001-06-04  Havoc Pennington  <hp@redhat.com>
3996
3997         * configure.in: Make gdk-pixbuf have same version number as GTK
3998
3999 2001-06-04  Havoc Pennington  <hp@redhat.com>
4000
4001         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
4002         digits greater than 6. If there actually are limits (which there
4003         likely aren't), should clamp to them not warn.
4004         (gtk_spin_button_new_with_range): don't take log of 0
4005         (gtk_spin_button_size_request): use digits to compute size
4006         request, rather than step increment.
4007
4008         * tests/testgtk.c (create_spins): test larger values of digits
4009         
4010         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
4011         font on map not expose, so we don't get weirdness during scrolling
4012
4013 2001-06-04  Havoc Pennington  <hp@redhat.com>
4014
4015         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
4016         Sam Solon, bug #54577, update value even if not drawable.
4017
4018 2001-06-04  Havoc Pennington  <hp@redhat.com>
4019
4020         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
4021         SCROLL_LEFT, reported by Thomas Broyer.
4022
4023 2001-06-04  Havoc Pennington  <hp@redhat.com>
4024
4025         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
4026         Process updates immediately, to prevent funny lag effect
4027         when scrolling, at some mild potential efficiency cost.
4028
4029 2001-06-04  Havoc Pennington  <hp@redhat.com>
4030
4031         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
4032         slider on the click.
4033
4034 2001-06-03  Havoc Pennington  <hp@pobox.com>
4035
4036         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
4037         hscale/vscale details, so we can use it for scrollbar as well.
4038
4039         * tests/testgtk.c (reformat_value): honor digits from GtkScale
4040
4041         * gtk/gtkenums.h (GtkTroughType): Remove this enum
4042         (GtkScrollType): add START and END from GtkTroughType
4043
4044         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
4045         its x/y arguments
4046
4047         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
4048         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
4049         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
4050         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
4051         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
4052
4053         Notable changes in the process:
4054          
4055         - stepper_size style property is the height for vertical 
4056           ranges, width for horizontal; the other dimension matches
4057           the trough size
4058         - add ability to do NeXT-style steppers (and several other styles
4059           that don't make any sense)
4060         - added min_slider_length, fixed_slider_length properties to
4061           GtkScrollbar
4062         - cleaned some private (or at least useless) functions out of
4063           gtkscale.h    
4064         - moved bindings to GtkScale from subclasses, even arrow keys,
4065           since blind users don't know scale orientation.
4066         - change move_slider action signal to use new GtkScrollType,
4067           remove GtkTroughType argument
4068         - digits rounds the values a range will input to the given 
4069           number of decimals, but will not try to force adjustment 
4070           values set by other controllers. That is, we no longer
4071           modify adjustment->value inside a value_changed handler.
4072         - added getters for GtkScale setters
4073         - middle-click begins a slider drag
4074         
4075 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
4076
4077         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
4078         getting the focus code to work.
4079         (gtk_tree_view_class_init): Add a bunch of keybindings.
4080
4081         * gtk/gtktreeviewcolumn.c
4082         (gtk_tree_view_column_set_cell_data_func):
4083         s/GtkCellDataFunc/GtkTreeCellDataFunc.
4084         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
4085         of "properties_changed" to help justify the death of the latter
4086         signal. (-:
4087
4088         * tests/testtreefocus.c (main): Let some columns be focussable to
4089         test focus better.
4090
4091 2001-06-01  Havoc Pennington  <hp@redhat.com>
4092
4093         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
4094         
4095         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
4096         overwrite in overwrite mode if we already deleted the selection
4097         and replaced it with new text.  
4098
4099         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
4100         selection to an empty range, clear the clipboard if we owned it.
4101         (gtk_label_set_selectable): give up selection if we become
4102         unselectable.
4103         (gtk_label_state_changed): override state changed to unselect text
4104         when insensitive
4105         (get_text_callback): add paranoia check that indexes aren't
4106         outside of label->text
4107         (gtk_label_select_region): make -1 for start_offset mean "end of
4108         label," for consistency with GtkEditable
4109
4110         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
4111         GTK_DIALOG_NO_SEPARATOR flag
4112
4113 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
4114
4115         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
4116         notifications on non-existant "enable_arrow_keys".
4117         (#53753, Skip Montanaro)
4118
4119 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
4120
4121         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
4122         GDK_TYPE_RECTANGLE.
4123
4124         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
4125         of allocation argument be GDK_TYPE_RECTANGLE.
4126
4127 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
4128
4129         * gtk/gtkoptionmenu.c: Account for the fact that the border
4130         width is _outside_ the window. (Fixes #54585, bug found
4131         by Bastien Nocera.)
4132
4133 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
4134
4135         * gtk/gtksettings.c (gtk_settings_get_property): Validate
4136         value from GDK settings against parameter spec.
4137
4138         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
4139         to temporary values and use g_value_transform(), since
4140         thinking that GValue was going to be easy or efficient
4141         to use was, of course, a mistake.
4142
4143         * gtk/gtksettings.c: Add cursor blink setting.
4144         
4145         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
4146
4147         * gtk/gtkentry.c: Add cursor blinking.
4148
4149         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
4150         cursor blink global settings.
4151
4152         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
4153         for :text_position in places where it is missing.
4154
4155 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
4156
4157         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
4158
4159 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
4160
4161         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
4162         not pkg-config. (#51032)
4163
4164         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
4165         (fixes #51952, James Henstridge)
4166         
4167 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
4168
4169         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
4170         Rename to the more correct gtk-go-up.
4171
4172         * gtk/stock-icons/stock_menu_sort_ascending.png:
4173         Added new file.
4174         
4175         * gtk/stock-icons/stock_menu_sort_descending.png:
4176         Changed to show descending instead of ascending.
4177
4178         * gtk/gtkiconfactory.c:
4179         Added menu size icon to sort ascending.
4180
4181         * gtk/stock-icons/Makefile.am:
4182         Added stock_menu_sort_ascending.png.
4183         
4184         * gtk/gtkseparatormenuitem.c:
4185         Use correct typenames.
4186
4187 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
4188
4189         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
4190         gulong as in GSignal.
4191
4192 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
4193
4194         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
4195         instances of GtkCellRenderer in code (all but dnd icon code).
4196         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
4197         there, and I can do multiple Cells per column.
4198
4199         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
4200
4201         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
4202         when model was unreffed prior to removing the row reference.
4203
4204 2001-05-25  Havoc Pennington  <hp@redhat.com>
4205
4206         * gtk/gtkiconfactory.c: fix so that default icons are created if 
4207         you call gtk_stock_list_ids()
4208
4209         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
4210         in list
4211
4212 2001-05-25  Havoc Pennington  <hp@redhat.com>
4213
4214         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
4215         set can render without falling back to missing image icon
4216
4217         * gtk/gtktextview.c (gtk_text_view_size_request): request full
4218         size of text, instead of random values
4219
4220         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
4221         size of tree view, instead of random values
4222
4223         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
4224         image in an appropriate size
4225
4226         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
4227         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
4228
4229         Throughout: fix GTK_STOCK_BUTTON_ instances
4230         
4231         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
4232         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
4233         Add a bunch of new stock items/icons
4234
4235         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
4236         new function, convenience for inserting columns with a data func
4237
4238         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
4239         (_gtk_icon_factory_list_ids): use list of all factories to
4240         generate a list of all known IDs
4241
4242         * gtk/gtkstock.c (gtk_stock_list_ids): replace
4243         gtk_stock_list_items() with a function that returns all IDs known
4244         including those for GtkIconFactory.
4245
4246 2001-05-25  Hans Breuer  <hans@breuer.org>
4247
4248         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
4249         work -> check boxes and radio buttons are drawn now, even on win9x.
4250         Improved line settings a bit, still no clue how to get really dotted
4251         lines on win9x, on NT it's PS_ALTERNATE.
4252
4253         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
4254         GDK_HINT_MIN_SIZE as well
4255
4256         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
4257
4258         * gtk/gtk.def : updated
4259
4260         * gtk/gtktreeprivate.h : change column_drop_func to be a function
4261         pointer not a function pointer pointer
4262
4263         * tests/testdnd.c : include <stdlib.h> for putenv prototype
4264
4265         * tests/testsocket.c : made it compile on win32 again
4266
4267         * tests/makefile.msc : one more test-app uses prop-editor.obj
4268
4269 2001-05-22  Havoc Pennington  <hp@pobox.com>
4270
4271         * gtk/gtkbin.c (gtk_bin_get_child): New function
4272
4273 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
4274
4275         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
4276         to ignore when doing compose processing.
4277
4278 2001-05-22  Joe Shaw  <joe@ximian.com>
4279
4280         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
4281         Simplify as suggested by Havoc. Just get the last iter and work
4282         backward to the tag instead of getting a line and working back from
4283         there. Fixes passing in an invalid offset to
4284         iter_init_from_byte_offset().
4285
4286 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
4287
4288         * gtk/gtktreeview*.h: 
4289         * gtk/gtkcell*.h:
4290         * gtk/gtk*store.h:
4291         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
4292         macros to all objects.
4293
4294 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
4295
4296         * gtk/gtkcellrenderertext.c
4297         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
4298         with very large (TM) amounts of text.  May be moved to
4299         GtkCellRenderer in the future, though I'm not sure it wants to be
4300         this accessible.
4301
4302         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
4303         More sanity brought to this class.  I like it.
4304
4305         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
4306         case.  Kids, don't try this at home.
4307
4308         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
4309         convenience function.
4310
4311         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
4312
4313 2001-05-21  Alexander Larsson  <alexl@redhat.com>
4314
4315         * gtk/gtkfontsel.c:
4316         Added properties. Based on patch by Lee Mallabone.
4317
4318         * gtk/gtkruler.c:
4319         * gtk/gtkhruler.c:
4320         * gtk/gtkvruler.c:
4321         * gtk/gtktext.c:
4322         * gtk/gtktextview.c:
4323         Converted GtkArg to GParam. Based on patches by John Margaglione.
4324
4325         * tests/Makefile.am:
4326         * tests/testtext.c:
4327         Add a property editor to testtext.
4328         
4329 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
4330
4331         * gtk/gtk{h,v,}paned.c: Only show the separator if 
4332
4333         * configure.in: Fixed reversed conditional causing all image
4334         libraries to be linked in.
4335
4336 2001-05-21  Joe Shaw  <joe@ximian.com>
4337
4338         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
4339         that top_y needs to be >= 0.
4340
4341 2001-05-11  Havoc Pennington  <hp@pobox.com>
4342         
4343         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
4344         losing connection to the X server.
4345
4346 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
4347
4348         * configure.in: Start checks for X from pangox/pangoxft
4349         CFLAGS to avoid duplicate libraries.
4350
4351         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
4352
4353         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
4354         to include gobject.
4355         
4356 2001-05-18  Alexander Larsson  <alexl@redhat.com>
4357
4358         * gtk/gtkspinbutton.c:
4359         Convert GtkArgs to GParams. Based on patch by John Margaglione.
4360         Also do size request reasonable for MAXDOUBLE. Previously it printed
4361         the limits to a buffer and overran it. Instead do it using log10() and
4362         limit the width to 10 digits.
4363         
4364         * gtk/gtkwidget.c (gtk_widget_get_property):
4365         Correctly handle setting the parent property to NULL.
4366
4367 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
4368
4369         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
4370         style attributes even if the widget isn't realized.
4371
4372         * demos/gtk-demo/main.c: Use a slightly smaller font.
4373
4374 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
4375
4376         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
4377         This is something that only a widget writer would ever want
4378         to change.
4379
4380         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
4381         gtk_signal_emit_by_name().
4382
4383         * gtk/gtkviewport.c: Fix some warnings.
4384
4385         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
4386         allowing the requisitions of multiple widgets to be grouped
4387         together.
4388
4389         * tests/testgtk.c: Add GtkSizeGroup test
4390
4391         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
4392
4393         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
4394         warnings.
4395
4396         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
4397
4398 2001-04-28  Martin Baulig  <baulig@suse.de>
4399
4400         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
4401         to gtk_image_menu_item_set_icon() and made it work if there's already
4402         an image.
4403         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
4404         (gtk_image_menu_item_new_with_label): New function.
4405
4406 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
4407
4408         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
4409         highlighting code!!!!  The result is okay so long as you don't try
4410         to stress it.  It also highlights a bug in the TextView so it's in
4411         an unproportional font right now until it's fixed.
4412
4413         *demos/gtk-demo/*.c: Clean up code a bit to make it
4414         ugly-parser(TM) friendly. (-:
4415
4416 2001-05-17  Joe Shaw  <joe@ximian.com>
4417
4418         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
4419         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
4420         if it is only partially onscreen.
4421
4422 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
4423
4424         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
4425         not by characters.
4426
4427         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
4428         are not zero or one; that is, when graphemes of multiple characters
4429         are involved.
4430
4431         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
4432         FIXME.
4433
4434 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
4435         
4436         * gtk/gtkbbox.c:
4437         Add properties, based on patch by Lee Mallabone.
4438
4439         * gtk/gtknotebook.c:
4440         * gtk/gtktoolbar.c:
4441         Convert from GtkArg to GParam, based on patch by John Margaglione.
4442         
4443         * gtk/gtkhscale.c:
4444         * gtk/gtkvscale.c:
4445         * gtk/gtkhscrollbar.c:
4446         * gtk/gtkvscrollbar.c:
4447         * gtk/gtkrange.c:
4448         Move adjustment property to GtkRange.
4449
4450         * gtk/gtklabel.c:
4451         Setup mnemonics on property changes
4452
4453         * gtk/gtkwidget.c (gtk_widget_get_property):
4454         GdkExtensionMode is an enum, not a flag. Set it with
4455         g_value_set_enum ().
4456
4457         * tests/prop-editor.c:
4458         Better propery editor.
4459
4460         * tests/testgtk.c:
4461         Add new property test. Pass zero to the property editor to
4462         get properties from all derived types.
4463         
4464 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
4465
4466         * autogen.sh (have_automake): Require libtool-1.4,
4467         automake-1.4p1.
4468
4469         * acinclude.m4: Remove libtool macros.
4470
4471         * gdk-pixbuf/Makefile.am: Add dependencies to loade
4472         modules.
4473
4474         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
4475         for libgdk.
4476
4477         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
4478         libgdk.la for libgtk.
4479
4480         * modules/input/Makefile.am: Make modules have full
4481         dependencies.
4482
4483 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
4484
4485         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
4486         #54699 where paths weren't being checked for correctness.
4487
4488 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
4489
4490         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
4491         in any order you wan, whether or not the column is added to the
4492         tree, or the tree is realized.  Yay!
4493
4494         * gtk/gtktreeviewcolumn.c
4495         (gtk_tree_view_column_setup_sort_column_id_callback): handle
4496         sorting columns a lot saner
4497
4498         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
4499         new function to actually set wether or not a column is
4500         reorderable.
4501
4502         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
4503         if we have 'em.
4504
4505         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
4506         Fix nasty bug where we were showing the button just before
4507         realizing it.  As a result, the parent window was
4508         tree_view->window instead of tree_view->priv->header_window.
4509
4510         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
4511         to let you easily reorder a list or tree.
4512
4513 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
4514
4515         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
4516         from args to properties.
4517
4518 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
4519
4520         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
4521         from args to properties. (#51957)
4522
4523         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
4524         calls to after ->set_property call.
4525
4526 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
4527
4528         * tests/prop-editor.c: Block against redundant changes.
4529
4530         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
4531         properties.
4532
4533 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
4534
4535         * gdk/gdkpixmap.h: Remove creative formatting.
4536
4537 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
4538
4539         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
4540         property API. (#51669)
4541
4542         * gtk/gtkscale.c: Patch from John Margaglione converting to
4543         property API. (#51891)
4544
4545         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
4546         to property API. (#50985)
4547
4548 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
4549
4550         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
4551         buffering state across expose event, so we still call end_paint().
4552
4553 2001-05-11  Alexander Larsson  <alexl@redhat.com>
4554
4555         * gtk/gtkhsv.c (paint_triangle):
4556         Expose the ring in the triangle at the correct place when
4557         exposing just a part of the triangle.
4558
4559         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
4560         Return FALSE, or window focusing will not work.
4561
4562 2001-05-11  Havoc Pennington  <hp@pobox.com>
4563
4564         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
4565         #54144
4566
4567         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
4568         bug #54330
4569
4570 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
4571
4572         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
4573         propagate exposes to NULL child.
4574
4575         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
4576         against not having one of the scrollbars.
4577
4578         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
4579         we don't keep a mnemonic window if we have no mnemonic installed.
4580
4581 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
4582
4583         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
4584         it has the _important_ side effect of initializing a class.
4585
4586 2001-05-10  Alexander Larsson  <alexl@redhat.com>
4587
4588         * gdk/linux-fb/gdkprivate-fb.h:
4589         Make sure you can compile out the implementation/wrapper assert
4590         macros.
4591
4592         * gdk/linux-fb/gdkdrawable-fb2.c:
4593         Check implementation/wrappers, initialize type for pixmap dummys.
4594
4595         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
4596         Hide the cursor if reading from the screen.
4597
4598         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
4599         Fix sign bug in tiling code.
4600
4601         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
4602         Handle background pixmaps.
4603
4604 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
4605
4606         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
4607         function to let user control where columns are dragged.
4608
4609         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
4610         Escape is pressed.
4611
4612 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
4613
4614         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
4615         "columns_changed" signal.
4616         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
4617         motion code to draw arrows to the side if indicator is outside the
4618         widget.
4619         (gtk_tree_view_map_expanded_rows): Implement.
4620
4621 2001-05-07  Alexander Larsson  <alexl@redhat.com>
4622
4623         * demos/testpixbuf-save.c: 
4624         * demos/testpixbuf-drawable.c:
4625         Include gdkfb.h on linux-fb.
4626
4627 2001-05-07  Alexander Larsson  <alexl@redhat.com>
4628
4629         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
4630         New function for getting toplevel window at position.
4631         (gdk_drag_find_window): Use get_toplevel_window () instead
4632         of gdk_window_get_pointer(). (gdk_drag_status): Use
4633         correct context for getting window.
4634
4635         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
4636         g_strdup the atom name.
4637
4638         * gdk/linux-fb/gdkwindow-fb.c:
4639         Costmetic fix.
4640
4641         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
4642         Add code for changing cursor on linux-fb backend (same as
4643         win32).
4644
4645 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
4646
4647         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
4648         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
4649         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
4650         report was not for the development branch of GTK+, but it applies
4651         anyways).
4652
4653 2001-05-04  Havoc Pennington  <hp@redhat.com>
4654
4655         * configure.in: fix some shell typos
4656
4657         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
4658
4659         * gtk/gtkimage.c: handle animations
4660
4661         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
4662         border_width * 2, not just border_width
4663
4664         * gtk/gtkscale.c: add "format_value" signal to allow people
4665         to override the way values are drawn.
4666         (gtk_scale_get_value_size): fix width/height mistake,
4667         and compute size from actual displayed text, not 
4668         from made-up text.
4669
4670         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
4671         signal registration
4672
4673         * tests/testtext.c: Add "Remove all tags" menu item for testing
4674
4675         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
4676
4677         * demos/gtk-demo/main.c (main): add hack so we can find modules
4678         without installing gtk
4679
4680         * demos/gtk-demo/textview.c (insert_text): demo font scaling
4681
4682         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
4683         factor)
4684         (gtk_cell_renderer_text_set_property): remove some bogus
4685         g_object_notify
4686
4687         * gtk/gtktexttag.c: add "scale" property which is a font scaling
4688         factor
4689
4690         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
4691         to layout
4692
4693         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
4694         gtk_text_iter_is_first
4695
4696 2001-01-06  Hans Breuer  <hans@breuer.org>
4697
4698         * gdk/gdk.def : updated exports
4699
4700         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
4701         gdk won't compile anymore
4702  
4703         * gdk/win32/gdkevents-win32.c : initialize ret_val when
4704         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
4705         Improved gdk_flush () to not only do pending drawing operations
4706         but also process all currently pending events. This should make
4707         the behaviour more similar to the X11 version.  
4708
4709         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
4710         option needs to be set even if there is no GDK_GC_BACKGROUND.
4711         (gdk_win32_hdc_get) : use predraw_set_background () independent
4712         of value_mask. This allows to draw dashed lines leaving the original
4713         background intact.
4714
4715         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
4716         after processing, because we can't reuse it as the X11 version does.
4717
4718         * gtk/gtk.def : updated exports
4719
4720         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
4721         would like to get rid of this file again, and use straight
4722         makefile.msc again, as the other Gtk+ subdirs do)
4723
4724         * test/makefile.msc (new file) : build the test apps here
4725
4726 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
4727
4728         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
4729         strike-through setting
4730         (gdk_draw_layout_line_with_colors): Render strike-through
4731
4732 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
4733
4734         * Release 1.3.5
4735
4736         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
4737
4738         * NEWS: Updated
4739
4740         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
4741         Makefile breakage.
4742
4743 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
4744
4745         * demos/gtk-demo/images.c (progressive_timeout): Fix
4746         typo in filename.
4747
4748         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
4749         out FIXME warning; just too annoying.
4750
4751 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
4752
4753         * gdk/linux-fb/gdkcolor-fb.c:
4754         Better error messages.
4755
4756         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
4757         Initialize abs_x and abs_y.
4758         
4759         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
4760         Correct handling of stipple offset.
4761
4762         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
4763         Treat directcolor framebuffers as truecolor.
4764         
4765 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
4766
4767         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
4768         dependency on Atk for accessibility support.
4769
4770         * configure.in **/Makefile.am: Major reworking of substituted
4771         variables for CFLAGS/LIBS to make a lot more sane and 
4772         keep the the compile/link lines a bit shorter.
4773
4774         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
4775
4776 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
4777
4778         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
4779         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
4780         use _gtk_boolean_handled_accumulator.
4781
4782 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
4783
4784         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
4785         to fix things so clicking inside selection leaves cursor
4786         at point where clicked. (#50324)
4787
4788         * gtk/gtksettings.c (gtk_settings_class_init): Restore
4789         sane value for default double click time.
4790
4791         * tests/testtext.c (test_init): Really path to input modules.
4792
4793 2001-05-03  Sven Neumann  <sven@convergence.de>
4794
4795         * demos/testpixbuf-save.c: include target-specific headers as
4796         done in testpixbuf-drawable.c
4797
4798 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
4799
4800         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
4801         new_text_length appropriately when we run into the 
4802         size limit for the entry. (#53445, reported by Jeff Franks)
4803
4804         * tests/testgtk.c (create_entry): Remove most of the
4805         property toggle buttons. Replace with a "Props" button
4806         that brings up a property editor.
4807
4808         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
4809         Split the property editor code out for reuse, improve.
4810
4811 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
4812
4813         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
4814         trap errors around calls to XSetInputFocus since we have
4815         no way of knowing reliably whether we are viewable or
4816         not. (#53947)
4817
4818 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
4819
4820         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
4821         fix bug in dropping columns.  Moving columns now basically works
4822         modula some fine tuning.
4823
4824 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
4825
4826         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
4827         autoscroll support.  It mostly works, but could use some fine
4828         tuning.
4829         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
4830         Actually move the column.
4831
4832 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
4833
4834         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
4835           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
4836           New default theme! A slighly improved version of the 2.0 Raleigh
4837           theme, with Windows-esque focus/drawing default. 
4838           (GtkWidget::interior_focus defaults to TRUE.)
4839
4840         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
4841
4842 2001-04-30  Havoc Pennington  <hp@pobox.com>
4843
4844         * tests/testtext.c (line_numbers_expose): fix to work with
4845         gtk_paint_layout change
4846
4847 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
4848
4849         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
4850           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
4851           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
4852           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
4853
4854         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
4855           with GtkWidget::interior_focus = TRUE better.
4856
4857         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
4858         ::default_outside_border for more flexibility.
4859
4860         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
4861         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
4862         change that had to be made with g_object_get.
4863
4864 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
4865
4866         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
4867         (gtk_tree_view_move_column_after): Clean up interface. 
4868
4869 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
4870
4871         * gtk/gtkpacker.h:
4872         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
4873          to gtkenum.h.
4874
4875         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
4876         handled in switch).
4877
4878         * gtk/Makefile.am:
4879         (gtk.defs): generate enum portions with  glib-mkenums.
4880         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
4881         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
4882         
4883         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
4884         addition.
4885
4886         * docs/Changes-2.0.txt: keep a note on signal handlers now
4887         not getting emitted during the emission they were connected within.
4888
4889 2001-04-28  Havoc Pennington  <hp@pobox.com>
4890
4891         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
4892
4893 2001-04-24  Havoc Pennington  <hp@redhat.com>
4894
4895         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
4896         (gtk_text_layout_move_iter_to_next_line): fix these two for
4897         invisible text, lots of other stuff still hosed.
4898
4899         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
4900         new function, replaces the get/set palette stuff. This function 
4901         is intended for use by libgnomeui which should set the hook to a
4902         thing which sets the palette in GConf, and we need the
4903         GConf-to-xsettings proxy which will result in the change being
4904         propagated back to the GTK app.
4905
4906         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
4907         about unusable signals that it may be because the signal has 
4908         parameters.
4909
4910         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
4911         style, otherwise gtkrc.c won't know to create a new GtkStyle for
4912         it.
4913         (gtk_widget_modify_color_component): call
4914         gtk_widget_modify_style() so the rc style will get copied.
4915         (gtk_widget_modify_font): ditto
4916
4917         * gtk/gtkrc.c: make a couple variables static
4918
4919         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
4920         help button by default, since it does nothing
4921
4922         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
4923         around with UI
4924
4925         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
4926         so we can have tooltips
4927
4928         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
4929         can have tooltips
4930
4931         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
4932         GDK_ENABLE_BROKEN, because its memory behavior is completely
4933         hosed.
4934
4935         * gtk/gtknotebook.c: remove key press handler, replace with
4936         binding set, add numeric keypad support
4937
4938         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
4939
4940         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
4941
4942         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
4943         addition to plain Delete
4944
4945         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
4946         GDK_KP_Enter in addition to GDK_Return
4947
4948         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
4949         activate on entry instead of key press
4950         (gtk_font_selection_on_clist_key_press): get
4951         rid of this signal handler, not needed with new font sel.
4952
4953         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
4954         no-longer-needed emit_stop_by_name(), just return TRUE
4955
4956         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
4957         cruft, this widget is no longer focusable.
4958
4959         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
4960         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
4961         move_slider action signal, add binding set for vscale/hscale, in
4962         the process support numeric keypad
4963
4964         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
4965         make GDK_Return and GDK_KP_Enter activate the entry via 
4966         binding set, instead of hardcoded.
4967
4968 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
4969
4970         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
4971         code.  Some documentation added.
4972
4973 2001-04-27  Havoc Pennington  <hp@redhat.com>
4974
4975         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
4976
4977         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
4978
4979         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
4980         line/para separators
4981         (gtk_entry_create_layout): set single paragraph mode on the layout
4982
4983         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
4984         spacing between the image and label; instead, inside a button box 
4985         the button will get extra space that will go there, but if people 
4986         configure button box for 0 chubbiness, then there's no spacing.
4987
4988         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
4989         and min/max size style properties, so people can tune their
4990         chubbiness.
4991
4992         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
4993         functions
4994
4995         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
4996         space_style, and button_relief into style properties, remove
4997         functions for setting them
4998         
4999         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
5000         it back down
5001
5002         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
5003         types from gtk_widget_style_get
5004
5005         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
5006         with a style property.
5007
5008         * gdk/x11/gdkevents-x11.c: namespace the settings
5009
5010         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
5011
5012         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
5013         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
5014         be used. Also, translate doc strings for settings. Also, namespace
5015         the double-click-time property. Also, remove bell properties crap.
5016
5017 2001-04-27  Sven Neumann  <sven@gimp.org>
5018
5019         * Makefile.am: before creating links, check if pkg-config files
5020         exist for the default target. Otherwise link to the pkg-config files
5021         that got installed with this build.
5022
5023 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
5024
5025         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
5026         dragging code.  Revealed some (potential) GdkWindow bugs.
5027
5028         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
5029         _gdk_window_init_position to the end of reparent to fix the case
5030         of reparenting when new_x != old_x and new_y != old_y.
5031
5032 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
5033
5034         * gtk/gtkentry.c (strstr_len): Fix optimization that
5035         was correct for the use here, but completely incorrect
5036         in general.
5037
5038 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
5039
5040         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
5041         until patch adding gtk_window_set_size() is recommitted. 
5042
5043         * **Makefile.am configure.in gdk/x11/gdkim-11.c
5044           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
5045           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
5046           (#10784)
5047
5048 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
5049
5050         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
5051         window == NULL in a number of cases.
5052
5053         * tests/testdnd.c: Set module path for gdk-pixbuf.
5054
5055 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
5056
5057         * gtk/Makefile.am xembed.h: File containing #defines
5058         for XEMBED protocol.
5059
5060         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
5061
5062         - Change protocol from old plug/socket specific protocol
5063           to XEMBED draft
5064         - Various fixes to work with GTK+-2.0
5065
5066         Still quite a bit of work to do here to handle initiation
5067         from the socket side (as specified by XEMBED), to handle
5068         the more advanced features of XEMBED, and to figure out
5069         a good way to handle same-app embedding with less overhead
5070         than using full XEMBED.
5071
5072 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
5073
5074         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
5075         track of whether the toplevel has the focus; only send
5076         focus-in events to the focus widget when the window
5077         actually has the focus.
5078
5079 2001-04-25  Havoc Pennington  <hp@pobox.com>
5080
5081         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
5082         were still in the header
5083
5084 2001-04-24  Alexander Larsson  <alexl@redhat.com>
5085
5086         * gtk/gtkclist.[ch]:
5087         * gtk/gtkctree.c:
5088         When there is a row highlighted for D'n'D it must alse
5089         be painted hightlighted on exposes. Otherwise exposes from
5090         the icon being dragged will mess up the hightlight.
5091
5092         * gtk/gtkfontsel.c:
5093         Don't recenter selected font when exposing the font family
5094         clist. This means you can now actually scroll the font family
5095         list.
5096
5097         * gtk/gtknotebook.c:
5098         Fix focus movement on scrolling tabs that are placed on the left
5099         and right.
5100
5101 2001-04-21  Havoc Pennington  <hp@pobox.com>
5102
5103         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
5104         empty/invisible lines.
5105
5106         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
5107         (gtk_text_iter_set_visible_line_index): new functions to set
5108         indexes excluding invisible text
5109
5110         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
5111         index
5112
5113         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
5114         (gtk_text_iter_get_visible_line_offset): new functions to 
5115         get indexes excluding invisible text
5116
5117         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
5118         bunch of extra padding that served no purpose
5119
5120         * gtk/gtkdialog.c: Make all the spacings configurable via style
5121         properties, for chubbiness configuration in themes
5122
5123         * tests/testtext.c: fix path to the immodules.
5124         
5125 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
5126
5127         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
5128         got munched by #endif.
5129
5130         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
5131
5132         * gtk/gtktreeview.c: Refactored code to clean up a number of
5133         events.
5134
5135         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
5136         values to make consistent with other functions.  Spotted by Jeff
5137         Franks <jcf@tpg.com.au>.
5138
5139         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
5140         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
5141
5142 2001-04-23  Sven Neumann  <sven@gimp.org>
5143
5144         * gtk/Makefile.am
5145         * gtk/gtkplug.c
5146         * gtk/gtksocket.c: on request of Owen, reverted my last change 
5147         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
5148
5149 2001-04-23  Sven Neumann  <sven@gimp.org>
5150
5151         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
5152         compile for non-X11 targets again
5153
5154 2001-04-20  Alexander Larsson  <alexl@redhat.com>
5155
5156         * gtk/gtkcolorsel.[ch]:
5157         API Change. Take GdkColor arguments instead of gdouble *.
5158         Leave the old gtk_color_selection_set_color for compatibility,
5159         but marked deprecated.
5160         Do correct rounding when converting RGB <-> HSV.
5161         
5162         * gtk/gtkcolorseldialog.c:
5163         * tests/testgtk.c:
5164         Use new GtkColorSelection API.
5165
5166         * gtk/gtkhsv.c:
5167         Fix problem selecting colors in triangle when Hue is 330.
5168         Fix some black dots around the HSB triangle.
5169         
5170         * gtk/gtkfilesel.c:
5171         return FALSE from the focus_in_event handler to fix focus problems.
5172
5173 2001-04-18  Havoc Pennington  <hp@redhat.com>
5174
5175         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
5176         set, so keybindings are configurable    
5177         (gtk_window_activate_default): Change to activate the focus widget
5178         instead if there's a focus widget, to be consistent with the
5179         behavior that previously existed in key_press_event
5180
5181 2001-04-18  Havoc Pennington  <hp@redhat.com>
5182
5183         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
5184
5185 2001-04-18  Havoc Pennington  <hp@redhat.com>
5186
5187         Close bug #50615:
5188         
5189         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
5190         the layout
5191
5192         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
5193
5194         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
5195
5196         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
5197         
5198         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
5199         to blue for base, in addition to bg
5200         
5201 2001-04-18  Havoc Pennington  <hp@redhat.com>
5202
5203         * tests/testgtk.c (create_image): allow shrinking the image window
5204         to test that we clip to allocation.
5205
5206         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
5207         #9845
5208
5209         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
5210
5211 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
5212
5213         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
5214         mode on shm segments to 0600. We'll see who complains.
5215
5216         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
5217         _gdk_windowing_window_destroy() AFTER recursing through
5218         children.
5219
5220         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
5221         testsocket_child on X.
5222
5223         * tests/testsocket[_child].c: Fix uses of
5224         gtk_window_get_default_accel_group().
5225
5226         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
5227
5228         * gdk/gdkimage.c: (gdk_image_get):
5229         Deal with the possibility that XGetImage() might return NULL.
5230         Allocate the GdkImagePrivate structure only after XGetImage()
5231         succeeds in order not to dereference a NULL ximage pointer.  This
5232         prevents a core dump when XGetImage() fails - which is unlikely,
5233         but can happen due to race conditions accessing the geometries of
5234         drawables.  An x error will still be triggered, but the gdk image
5235         wrapper at least wont seg fault.
5236         
5237 2001-04-18  Havoc Pennington  <hp@redhat.com>
5238
5239         * gtk/gtkimage.c: fix to properly queue resizes when the image is
5240         set
5241
5242         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
5243         if the insertion point isn't editable
5244
5245         * demos/gtk-demo/images.c: Added a GtkImage demo
5246
5247         * demos/gtk-demo/drawingarea.c: drawing area demo
5248         
5249         * demos/gtk-demo/menus.c (create_menu): cleanups
5250
5251 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
5252
5253         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
5254           gdk/x11/gdkevents-x11.c: Introduce an extra child
5255         of toplevel windows that serves to hold the focus to
5256         avoid events being delivered to embedded windows.
5257
5258         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
5259         some extra variables to clean up code and reduce the
5260         number of casts.
5261
5262         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
5263         guint for 1 bit bit fields, not gboolean.
5264
5265 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
5266
5267         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
5268         not TRUE. (Fixes #52925)
5269
5270 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
5271
5272         * Released 1.3.4
5273
5274         * NEWS: Updated
5275
5276         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
5277         use GTK_TYPE_ENUM.
5278
5279 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
5280
5281         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
5282
5283         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
5284         names to compatibility #defines so docs work.
5285
5286         * gtk/gtkenums.h: Remove GtkMenuFactoryType
5287
5288         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
5289
5290         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
5291
5292         * tests/testgtkrc: No magenta cursors, please.
5293
5294         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
5295
5296         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
5297         
5298 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
5299
5300         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
5301         grabs, since they are no longer necessary.
5302
5303         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
5304         by signal_connect() and call gtk_button_pressed() rather
5305         than signal_connect_after().
5306
5307         * tests/testgtk.c: Restore radio menu items to combos 
5308         since they'll look OK with Raleigh, and it is easier
5309         than finishing the process of removing them that was
5310         started earlier.
5311
5312 2001-04-16  Hans Breuer  <hans@breuer.org>
5313
5314         * gdk/gdk.def :
5315         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
5316
5317         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
5318         we are interested in the functions return value not the function address
5319         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
5320
5321         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
5322
5323 2001-04-14  Hans Breuer  <hans@breuer.org>
5324
5325         * gdk/gdk.def :
5326         * gdk/makefile.msc : updated
5327
5328         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
5329         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
5330         (the testgtk::text backgound pixmap is drawn again)
5331         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
5332         Win32 Pango change
5333         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
5334
5335         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
5336         Not sure if the returned settings have the right unit, because I couldn't
5337         find any docs for the X version ...
5338
5339         * gtk/gtk.def :
5340         * gtk/makefile.msc.in : updated
5341
5342 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
5343
5344         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
5345         wording problems. (Compared to version from Johannes Stezenbach to
5346         check correctness.)
5347
5348 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
5349
5350         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
5351         this to compile.
5352
5353 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
5354
5355         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
5356         not pixbufpos.
5357
5358         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
5359
5360         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
5361         are unsigned insts, therefore use g_value_set_uint.
5362         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
5363
5364 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
5365
5366         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
5367
5368         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
5369         GTK_TYPE_STRING.
5370
5371         * gtk/gtktreeview.c: New functions to allow initial column
5372         dragging work.
5373
5374         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
5375
5376         * tests/testtreefocus.c: give dave some love.
5377
5378         * tests/testtreesort.c: Modify test to check really long samples.
5379
5380 2001-04-11  Alexander Larsson  <alexl@redhat.com>
5381
5382         * gtk-2.0.m4: Pass pkg-config options
5383         before the other args so it works even if
5384         POSIXLY_CORRECT is set.
5385
5386 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
5387
5388         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
5389         0, interface 0).
5390
5391 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
5392
5393         * gtk/gtkcalendar.c (gtk_calendar_button_press):
5394         check for action_func != NULL
5395
5396 2001-04-04  Sven Neumann  <sven@gimp.org>
5397
5398         * tests/testgtk.c (test_init): corrected path to gtk.immodules
5399
5400 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
5401
5402         * Released Gtk+-1.3.3.
5403
5404 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
5405
5406         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
5407
5408 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
5409
5410         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
5411         files to/from source dir. (if we don't stay in builddir, we
5412         can't reach make-inline-pixbuf.
5413
5414         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
5415         deps.
5416
5417         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
5418         ages 0).
5419
5420 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
5421
5422         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
5423         moved to the GtkTreeSortable interface.
5424
5425         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
5426         Make more efficient (fixes #50262).
5427
5428 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
5429
5430         * NEWS: Updated.
5431
5432         * configure.in: Remove support for uninstalled glib.
5433
5434         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
5435         so as not to stop emission.
5436
5437         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
5438         is no longer supported.
5439
5440         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
5441         into tests, change build order to build modules before
5442         gtk/.
5443
5444         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
5445         to here.
5446
5447 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
5448
5449         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
5450         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
5451         GPatternSpec. this is actually unlikely to cause breakage in
5452         third-party apps since except for gle, pretty much ever caller
5453         passes NULL here.
5454
5455         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
5456
5457         * *.c: use g_pattern_*() API.
5458
5459         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
5460
5461         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
5462         directions aren't passed in.
5463
5464         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
5465         functionality to be usable from gtkstyle.c as well, give precedence
5466         for conversion to user-supplied parsers.
5467         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
5468
5469         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
5470         _gtk_settings_parse_convert() for rcporperty value conversion.
5471
5472 2001-04-03  Alexander Larsson  <alexl@redhat.com>
5473
5474         * gdk/linux-fb/gdkevents-fb.c:
5475         Add empty gdk_setting_get().
5476
5477 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
5478
5479         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
5480         variable names.
5481         
5482         * gtk/makeenums.pl: touch this so enum files get remade.
5483
5484 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
5485
5486         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
5487         work again when not sorted.
5488
5489         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
5490         and "expand_row" signal, closing bug 52578.
5491
5492         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
5493         support.
5494
5495         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
5496         support.
5497
5498 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
5499
5500         * gdk/gdkevents.h: Add GdkEventSetting event for notification
5501         of changes to system settings, gdk_setting_get() to retrieve
5502         a single system setting.
5503
5504         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
5505         to the draft XSETTINGS mechanism.
5506
5507         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
5508         XSETTINGS.
5509
5510         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
5511         of GDK settings changes to the GtkSettings object.
5512
5513         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
5514         double-click-timeout property to GDK.
5515
5516         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
5517         Define GDK boxed types here.
5518
5519         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
5520         gdk/gdkenumtypes.[ch] for enum definitions.
5521
5522         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
5523         * gtk/gtk-boxed.defs: Comment out GDK types
5524         * gtk/gtktypeutils.h: Remove GDK types
5525         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
5526
5527 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
5528
5529         * Applied patch from Ron Steinke to add signal accumulators
5530         so that signals with the convention 'TRUE return means
5531         handled' stop emission on a TRUE return.
5532
5533         * gtk/gtkmain.[ch]: Add private accumulator 
5534         _gtk_boolean_handled_accumulator, used throughout GTK+.
5535         
5536         * gtk/gtkspinbutton.c: Add accumulator for ::output.
5537
5538         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
5539         
5540         * gtk/gtkwidget.c: Add accumulators for event signals,
5541         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
5542         for ::mnemonic-activate.
5543
5544         * gtk/gtkwindow.c: Add accumulator for ::frame_event
5545
5546 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
5547
5548         * gtk/gtkwidget.c: Add missing include.
5549
5550 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
5551
5552         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
5553         marshaller.
5554
5555         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
5556         "changed" signal to "range_changed".
5557
5558         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
5559         removing a tree from one model would remove all trees from that
5560         model.
5561         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
5562         changed signal instead.
5563
5564 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
5565
5566         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
5567         chaining up to parent impl, since we have a INPUT_ONLY
5568         window.
5569
5570         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
5571         foreground color for the cursor.
5572
5573 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
5574
5575         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
5576         param spec when caching property values, since we unref it
5577         later when we free the style.
5578
5579         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
5580         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
5581
5582 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
5583
5584         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
5585         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
5586         stupidity.
5587
5588 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
5589
5590         [ First pass at adding style properties. Still needs some definite
5591         fine-tuning. ]
5592
5593         * gtk/gtkbutton.c: Add ::default_spacing style property.
5594          
5595         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
5596         ::indicator_spacing style properties.
5597
5598         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
5599         style properties.
5600
5601         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
5602         rather than a normal property.
5603
5604         * gtk/gtkwidget.c: Add an ::interior_focus style property to
5605         draw focus inside buttons, in the Windows/Java Metal/etc. style.
5606
5607         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
5608         Honor ::interior_focus.
5609         
5610         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
5611         TRUE.
5612
5613         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
5614         Add ::slider_width, ::trough_border, ::stepper_size,
5615         ::stepper_spacing style properties.
5616
5617         * gtk/gtkscale.[ch] Add ::slider-length style property.
5618
5619 2001-04-02 Alexander Larsson   <alexl@redhat.com>
5620
5621         * gdk/linux-fb/gdkwindow-fb.c:
5622         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
5623         warnings that were spewed on startup.
5624
5625         * gtk/gtkwindow-decorate.c:
5626         gtk_window_reposition -> _gtk_window_reposition
5627
5628 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
5629
5630         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
5631         Add boxed type for GtkRequistion. Use it for ::size-request.
5632
5633         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
5634         Add a new GtkBorder structure useful for geometry properties
5635         for widgets. Add corresponding GTK_TYPE_BORDER.
5636         
5637         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
5638         Support automatic parser selection like
5639         gtk_settings_install_property_parser().
5640
5641         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
5642         functionality for use by gtk_widget_class_install_style_property.
5643         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
5644
5645 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
5646
5647         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
5648         g_param_spec_unichar(). 
5649
5650 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
5651
5652         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
5653         _NET window managers.
5654
5655         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
5656
5657 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
5658
5659         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
5660         bad needs to be nuked, not just deprecated.
5661
5662         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
5663         gtk_widget_popup().
5664
5665         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
5666         
5667         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
5668         widget.
5669         
5670         * docs/Changes-2.0.txt: updates.
5671         
5672 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
5673
5674         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
5675         for (i = 0; i < 100; i ++)
5676           g_print ("I will confirm it compile before committing\n");
5677
5678 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
5679
5680         * gtk/gtktreestore.c: Initial work on implementing the
5681         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
5682
5683 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
5684
5685         * gtk/gtkwidget.c: fixed a bunch of notifications, added
5686         reference counts around emissions where the widget is used afterwards.
5687         added freeze/thaws around multiple properties being notified.
5688         (_gtk_widget_get_aux_info): cleanups.
5689         
5690         * gtk/gtksettings.c (gtk_settings_install_property): provide
5691         default parsing functions for gdkcolor, enums and flags.
5692
5693         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
5694         applied by owen.
5695         backed out gtk_window_get_location(), gtk_window_set_location(),
5696         gtk_window_get_size() and gtk_window_set_size(), these
5697         have to be sorted out wrg x/y/width/height/default_with/default_height
5698         properties.
5699         kept a flag in GtkWindowGeometryInfo to handle user
5700         resetting default sizes.
5701         cleaned up ZVT comments.
5702         bunch of assorted bug fixes, notification fixes.
5703         (_gtk_window_reposition): make this a really internal function.
5704         
5705         * gtk/testgtk.c: fixups.
5706         
5707 2001-03-31  Hans Breuer  <hans@breuer.org>
5708
5709         * config.h.win32.in : disable USE_MMX for msvc build cause
5710         the assembler doesn't fit and is out of my scope. Disable
5711         USE_GMODULE for msvc build as wel. The right way to share
5712         binaries on win32 would be to use libtiff.dll etc. To reduce
5713         installation hassles IMO it's better to include all fileformats
5714         builtin to gdk-pixbuf
5715
5716         * gdk-pixbuf/makefile.msc : new file
5717
5718         * gdk/gdk.def : updated
5719
5720         * gdk/win32/gdkevents-win32.c : don't erase the background if
5721         .no_bg is set. It improves the scrolling (e.g. of testgtk main
5722         buttons
5723         * gdk/win32/gdkgeometry-win32.c : added comment about the above
5724
5725         * gdk/win32/gdkwindow-win32.c : added three new functions like
5726         the X version. Only one is implemented, because the other two
5727         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
5728         be default behaviour on win32 anyway ...
5729
5730         * gtk/gtk.def : updated
5731
5732         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
5733         from where it was built and add an additional rule to automagically
5734         build gtkmarshal.[hc]
5735
5736         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
5737         before array access for the current entry isn't finished
5738
5739         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
5740         use g_return_val_if_fail
5741
5742         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
5743         for the static array, but let the compiler calculate it. It
5744         makes me wonder if gcc isn't capable to catch bugs like this ...
5745
5746 2001-03-31  James Henstridge  <james@daa.com.au>
5747
5748         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
5749         constant "-1" in the aux info structure.
5750
5751 2001-03-30  Alexander Larsson  <alexl@redhat.com>
5752
5753         * gtk/gtkbutton.c (gtk_button_get_property):
5754         * gtk/gtklabel.c:
5755         Remove leaks.
5756         
5757         * gtk/gtkcontainer.c:
5758         * gtk/gtkhscale.c:
5759         * gtk/gtkhscrollbar.c:
5760         * gtk/gtklayout.c:
5761         * gtk/gtkmisc.c:
5762         * gtk/gtkprogress.c:
5763         * gtk/gtkprogressbar.c:
5764         * gtk/gtkrange.c:
5765         * gtk/gtktable.c:
5766         * gtk/gtkviewport.c:
5767         * gtk/gtkvscale.c:
5768         * gtk/gtkvscrollbar.c:
5769         * gtk/gtkwidget.c:
5770         Property patches, based on patches from John Margaglione and Lee Mallabone.
5771
5772 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
5773
5774         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
5775         adjustment. Cleaned redundant preconditions (spin != NULL). Added
5776         inline API function docs.
5777         (gtk_spin_button_new_with_range): New convenience constructor.
5778         (gtk_spin_button_set_increments): New adjustment helper.
5779         (gtk_spin_button_set_range): New adjustment helper.
5780
5781         * gtk/testgtk.c : added test of the new convenince constructor and
5782         value_changed signals.
5783
5784 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
5785
5786         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
5787         listen to the reorder signal.
5788
5789 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
5790
5791         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
5792         to get the aux info structure fo the widget.
5793
5794         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
5795         above function.
5796
5797         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
5798
5799         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
5800         to get the size of the window manager frame, basically the same
5801         code that gdk_window_get_root_origin() had
5802         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
5803
5804         * gtk/gtkwindow.c (gtk_window_set_default_size): use
5805         gdk_window_resize() if the window is realized and resizeable
5806
5807         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
5808         typo so that setting gravity works
5809
5810         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
5811         allocation if auto_shrink is on, even if the default size
5812         has not changed.
5813
5814         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
5815         g_return_if_fail
5816
5817 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
5818
5819         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
5820         reordering/sorting work.  Now pretty much works.
5821
5822         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
5823         reorder mostly work.  Still need to get the parity correct.
5824
5825         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
5826         signal, so I can listen for the sort_column_changed signal so I
5827         can change my "sort_indicator" property.  Cool.
5828
5829 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
5830
5831         [ Patch from Havoc Pennington, hp@redhat.com ]
5832
5833         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
5834         Add functions gdk_window_begin_resize_drag/begin_move_drag
5835         to start resizing or moving a toplevel window. This
5836         is done either using the _NET_WM_MOVERESIZE protocol,
5837         or, if that isn't present, by emulation.
5838
5839         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
5840         to export the above to GTK+-land.
5841
5842         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
5843         
5844         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
5845         Move this function into gdkwindow, since we need it
5846         when implementing fallback resizing.
5847
5848         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
5849         Fix typo when setting gravity.
5850
5851         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
5852         Add an optional (but on by default) resize grip for resizing 
5853         the parent window.
5854
5855 01-03-29  Alexander Larsson  <alexl@redhat.com>
5856
5857         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
5858         Don't return TRUE from the event handler, that blocks all
5859         event signals on the tooltip widget. Now you can press buttons
5860         in toolbars again.
5861
5862 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
5863
5864         * gtk/testtext.c (create_buffer): Add missing NULL on
5865         valist.
5866
5867         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
5868         c-n-p problem with INCONSISTENT property.
5869
5870         [ Patch from Havoc Pennington  <hp@redhat.com> ]
5871
5872         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
5873         hook.
5874
5875         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
5876         signal as a hook for extending the default popup menu
5877
5878         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
5879         use radio menu items for the input method menuitems
5880
5881         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
5882         inserted unicode from Ctrl-Shift-hex input method
5883
5884         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
5885         validatation here, already done at GtkTextBuffer level.
5886
5887         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
5888         popup_menu run action signal and Shift+F10 and Menu keybindings.
5889
5890         * gtk/gtkentry.c: implement a default handler for popup_menu
5891
5892         * gtk/gtktextview.c: implement a default handler for popup_menu
5893
5894         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
5895         from a key event
5896         
5897         * gtk/gtklabel.c: remove "trailer" cruft
5898
5899 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
5900
5901         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
5902         handle reordering of trees.  Seems to mostly work w/ the exception
5903         of the parity flag.
5904
5905         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
5906         signal.
5907
5908 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
5909
5910         * gtk/gtkwidget.h: c++ fixes.
5911
5912 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
5913
5914         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
5915         memory.
5916
5917 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
5918
5919         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
5920         Nils Barth fixing event return values. (#51041)
5921
5922         * gtk/gtkwidget.c: Fix some return values for default
5923         functions.
5924
5925         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
5926         return values for trough_keys functions.
5927
5928         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
5929         value for add_accelerator (shoudl have been a void
5930         return.)
5931
5932         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
5933         Fix return type of EVENT.
5934
5935         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
5936         signal return a boolean.
5937
5938 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
5939
5940         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
5941         reordered signal.
5942
5943         * tests/testtreesort.c (main): fix spelling.
5944
5945 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
5946
5947         * gtk/gtkliststore.c: More work on implementing sortable
5948         interface.
5949
5950 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
5951
5952         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
5953         reference the widgets in the resulting list. (#11821)
5954         This makes this consistent with gtk_container_children.
5955
5956         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
5957         uses of gtk_window_list_toplevels.
5958
5959 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
5960
5961         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
5962         a virtual function to set whether the IM context should use 
5963         the preedit string. (#51922)
5964         
5965 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
5966
5967         * gdk/gdkpango.h: Remove stale FIXME comment.
5968
5969 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
5970
5971         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
5972         Fixed bug that returned NULL if a filename was selected.
5973
5974 2001-03-24  Havoc Pennington  <hp@pobox.com>
5975
5976         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
5977         to contain the word "theme"
5978
5979 2001-03-24  Havoc Pennington  <hp@pobox.com>
5980
5981         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
5982         slower but finer-grained
5983         (gtk_hsv_focus): get initial focus on the ring or triangle 
5984         according to tab direction
5985
5986         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
5987
5988 2001-03-23  Havoc Pennington  <hp@pobox.com>
5989
5990         * gtk/gtkhsv.c: make this somewhat key-navigable
5991
5992         * gtk/gtkfontsel.c: mnemonics
5993
5994         * gtk/gtkgamma.c: mnemonics
5995
5996         * gtk/gtkcolorsel.c: add mnemonics to labels
5997
5998 2001-03-22  Havoc Pennington  <hp@pobox.com>
5999
6000         Applied big patch from Seth Lytle to fix event handler return
6001         values, slightly modified.
6002
6003         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
6004         handled.
6005         (gtk_calendar_key_press): return TRUE for GDK_space triggers
6006         select_day
6007
6008         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
6009         (gtk_clist_button_release): return TRUE if handled
6010
6011         * gtk/gtkcolorsel.c (mouse_release):
6012         (palette_activate): 
6013         (palette_press): 
6014         (palette_new): 
6015         (mouse_press): 
6016         (get_screen_color): 
6017         fixed return type (void to gboolean), return TRUE,
6018         added GTK_SIGNAL_FUNC cast
6019
6020         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
6021         (void to gboolean), and return TRUE
6022         (gtk_combo_button_release): changed return value to TRUE after
6023         gtk_grab_add on combo->popwin
6024
6025         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
6026         collapse or expand
6027
6028         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
6029         button/motion
6030
6031         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
6032         press/release and motion that trigger act
6033
6034         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
6035
6036         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
6037         for GDK_Return
6038         
6039         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
6040         (gtk_list_button_release): return TRUE if selection
6041
6042         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
6043         press
6044
6045         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
6046         (gtk_menu_shell_button_release): chain parent_menu_shell retval
6047
6048         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
6049         nothing triggered
6050         (gtk_notebook_button_release): return TRUE if we do anything
6051
6052         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
6053         (gtk_spin_button_button_release): return TRUE or chained retval
6054
6055         * gtk/gtktext.c (gtk_text_button_press): 
6056         (gtk_text_button_release): return TRUE
6057         (gtk_text_key_press): remove redundant retval code
6058         
6059         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
6060         and sensitive
6061         (gtk_tree_item_subtree_button_click): changed type to gint, and return
6062         TRUE if sensitive
6063
6064         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
6065         return TRUE
6066
6067 2001-03-23  Havoc Pennington  <hp@redhat.com>
6068
6069         * gtk/testgtk.c: fix warnings
6070
6071         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
6072
6073         * gtk/gtktextview.c: fix warnings
6074
6075         * gtk/gtktext.c (find_cursor_at_line): fix warning
6076
6077         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
6078
6079         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
6080         of this function
6081
6082         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
6083         fix warning
6084
6085         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
6086
6087         * gtk/gtkfontsel.c: fix warning
6088
6089         * gtk/gtkcolorsel.c: fix warnings
6090
6091 2001-03-23  Havoc Pennington  <hp@redhat.com>
6092
6093         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
6094
6095         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
6096
6097         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
6098         and deprecated gtk_check_menu_item_set_show_toggle().
6099         
6100         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
6101
6102         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
6103
6104         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
6105
6106 2001-03-23  Havoc Pennington  <hp@redhat.com>
6107
6108         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
6109         some docs
6110
6111 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
6112
6113         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
6114         this.
6115
6116         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
6117         set_cell to set_value
6118
6119         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
6120         set_cell to set_value
6121
6122 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
6123
6124         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
6125         fix braino.
6126         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
6127         support.
6128
6129         * gtk/gtktreeview.c: Addition of initial sortable support.
6130
6131         * gtk/gtktreestore.c: Addition of initial sortable support.
6132
6133         * gtk/gtkliststore.c: Addition of initial sortable support.
6134
6135         * gtk/gtkmarshal.list: yet another marshaller.
6136
6137         * gtk/gtktreedatallist.[ch]: shared code between the store models
6138         for handling sorting headers.
6139
6140 2001-03-22  Havoc Pennington  <hp@redhat.com>
6141
6142         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
6143         (gtk_container_unset_focus_chain): Add ability to override the 
6144         focus chain for a container explicitly
6145
6146 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
6147
6148         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
6149         added PROP_MNEMONIC_WIDGET.
6150
6151         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
6152         (gtk_window_remove_mnemonic): 
6153         (gtk_window_add_mnemonic): fixed assertions.
6154         (gtk_window_activate_mnemonic): constrain modifier checks to those
6155         permitted by gtk_accelerator_get_default_mod_mask().
6156         got rid of gtk_window_get_default_accel_group().
6157
6158         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
6159         activatable widgets either by focussing or a warning.
6160         added a signal accumulator to ::activate_mnemonic which stops the
6161         emission once a handler returned TRUE.
6162
6163 2001-03-22  Havoc Pennington  <hp@pobox.com>
6164
6165         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
6166         the stock item label
6167
6168         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
6169
6170         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
6171
6172         * demos/gtk-demo/*.c: Add mnemonics all over the place
6173
6174         * gtk/gtklabel.h: mark parse_uline deprecated
6175
6176 2001-03-21  Alexander Larsson  <alexl@redhat.com>
6177
6178         * gtk/gtkitemfactory.[ch]:
6179         Add support for stock and normal imagemenuitems.
6180         
6181         * gtk/testgtk.c:
6182         Add some tests for mnemonics, stock toolbars, stock
6183         and image menuitems in itemfactory and gdk_window_scroll.
6184
6185 2001-03-21  Alexander Larsson  <alexl@redhat.com>
6186
6187         * gtk/gtkbutton.[ch]:
6188         * gtk/gtkdialog.c:
6189         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
6190         removed accel_group argument. Renamed gtk_button_new_accel() to
6191         gtk_button_new_with_mnemonic() and removed accel_group argument.
6192
6193         * gtk/gtkcheckbutton.[ch]:
6194         New function gtk_check_button_new_with_mnemonic().
6195
6196         * gtk/gtkentry.c:
6197         Override activate_mnemonic and just grab focus.
6198
6199         * gtk/gtkitemfactory.c:
6200         Don't add menu uline accel group, instead use mnemonics support.
6201
6202         * gtk/gtklabel.[ch]:
6203         New support for mnemonics.
6204
6205         * gtk/gtkmarshal.list:
6206         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
6207
6208         * gtk/gtkmenu.[c]:
6209         * gtkmenushell.c:
6210         Use mnemonics instead of accel groups for uline
6211         support in menu items.
6212         Removed gtk_menu_get_uline_accel_group() and
6213         gtk_menu_ensure_uline_accel_group().
6214
6215         * gtk/gtkmenuitem.c:
6216         Override activate_mnemonic to handle switching between
6217         menu items if there are collisions.
6218         
6219         * gtk/gtknotebook.c:
6220         Connect to activate_mnemonic on the tab_label, so that
6221         activating it switches to that notebook page.
6222
6223         * gtk/gtkwidget.[ch]:
6224         Add activate_mnemonic signal. New function
6225         gtk_widget_activate_mnemonic() to emit it.
6226         Default implementation does activate/grab_focus.
6227
6228         * gtk/gtkwindow.[ch]:
6229         Add support for mnemonics in windows.
6230         New functions:
6231         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
6232         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
6233
6234         * gtk/testgtk.c:
6235         Update to function name changes.
6236         
6237 2001-03-21  Alexander Larsson  <alexl@redhat.com>
6238
6239         * gtk/gtkimagemenuitem.[c]:
6240         Add gtk_image_menu_item_new_from_stock()
6241
6242 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
6243
6244         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
6245         Fix buglet in meeting.
6246
6247 2001-03-19  Havoc Pennington  <hp@redhat.com>
6248
6249         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
6250         add a bunch of accessor functions. This is because we have
6251         reasonable expectations of extending what fields it contains in
6252         the future.
6253
6254         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
6255         changes
6256
6257         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
6258         GtkIconSource   
6259
6260 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
6261
6262         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
6263         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
6264
6265         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
6266           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
6267           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
6268           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
6269         Change float to double everywhere with the exception of 0<->1.0 alignment
6270         and GtkCurve.
6271
6272 2001-03-19  Tor Lillqvist  <tml@iki.fi>
6273
6274         * gdk/win32/gdkdrawable-win32.c
6275         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
6276         output.
6277
6278         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
6279         gdkwin32.h.
6280
6281 2001-03-18  Tor Lillqvist  <tml@iki.fi>
6282
6283         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
6284         print_event_state, print_event): Use preprocessor macro to make
6285         code more compact. Print also GDK_WINDOW_STATE events.
6286         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
6287         
6288         * gtk/gtk.def
6289         * gtk/makefile.mingw.in: Update.
6290
6291         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
6292         to catch also Cygwin.
6293
6294 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
6295
6296         * gtk/gtkspinbutton.[hc]: added rc-style argument
6297         GtkSpinButton::shadow_type.
6298         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
6299         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
6300         rc-style settings.
6301
6302         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
6303
6304         * gtk/gtkwidget.c: quark cleanups.
6305
6306         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
6307         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
6308         to create_rc_style() (we don't do cloning in standard OO sense).
6309         added per rc style properties.
6310         
6311         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
6312         property values and for caching those. some cleanups.
6313         
6314         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
6315         
6316         * gtk/gtksettings.[hc]: new file for global rc-file properties
6317         (at least currently, should get extended to support X properties
6318         and other communication mechanisms).
6319         
6320         * gtk/gtkwidget.[hc]: added style property support:
6321         (gtk_widget_class_install_style_property_parser): install style
6322         property pspec with parser function for rc-file values other
6323         than LONG, DOUBLE or STRING.
6324         (gtk_widget_class_install_style_property): same as above without
6325         parser (parsers are going to be needed quite infrequently).
6326         (gtk_widget_style_get_property): retrive style property value.
6327         (gtk_widget_style_get_valist): same as above with varargs support,
6328         has NOCOPY semantics.
6329         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
6330
6331 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
6332
6333         * demos/gtk-demo/main.c (row_activated_cb): modified to use
6334         "row_activated" signal.
6335
6336         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
6337         stupidity.  Lets actually pass in the row with this signal...
6338
6339 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
6340
6341         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
6342
6343         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
6344
6345         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
6346         everything into the ::destroy function, and freed a lot more.
6347
6348 2001-03-16  Havoc Pennington  <hp@redhat.com>
6349
6350         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
6351         instead of gint16, to avoid overflow issues, since sizes > 16-bit
6352         are now allowed.
6353
6354 2001-03-16  Havoc Pennington  <hp@redhat.com>
6355
6356         * Applied patch from Nils Barth (bug # 51041) to 
6357         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
6358         in various places.
6359
6360 2001-03-15  Havoc Pennington  <hp@redhat.com>
6361         
6362         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
6363         for properties to set on the tag.
6364
6365         * gtk/testtext.c: fixups to reflect create_tag change
6366         
6367         * gtk/gtktexttag.c (gtk_text_tag_set_property):
6368         background/foreground stipple are objects, not boxed.
6369
6370         * demos/gtk-demo/textview.c: intellihancing
6371
6372 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
6373
6374         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
6375         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
6376
6377 2001-03-16  Alexander Larsson  <alexl@redhat.com>
6378
6379         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
6380         Fix sign error with queued region translations.
6381
6382 2001-03-15  HideToshi Tajima  <tajima@happy>
6383
6384         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
6385         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
6386         * gtk/gtkentry.c (update_im_cursor_location): 
6387         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
6388         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
6389         set_cursor_pos to set_cursor_location in GtkInputContext class
6390
6391 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
6392
6393         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
6394         the location of the cell relative to its area.
6395         * gtk/gtkcell*: modified for above change
6396         * gtk/gtktreeview.c: modified for above change.
6397
6398 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
6399
6400         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
6401          (gtk_tree_view_finalize): actually unref the model.  Thanks to
6402         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
6403
6404 2001-03-14  Havoc Pennington  <hp@redhat.com>
6405
6406         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
6407         
6408         * gtk/gtk.h: remove gtkdata.h
6409
6410         * gtk/Makefile.am: remove gtkdata
6411         
6412         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
6413         not "disconnect" on the adjustments.
6414         
6415         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
6416         GtkData
6417
6418         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
6419         not GtkData
6420
6421         * configure.in: handle case where X render exists, but Pango lacks
6422         Xft support.
6423
6424 2001-03-15 Alexander Larsson  <alexl@redhat.com>
6425
6426         * gtk/gtktoolbar.[ch]:
6427         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
6428         to add stock items to toolbars.
6429
6430         * gtk/Makefile.am:
6431         Remove ../gdk/gdkim.h from gdk_headers.
6432
6433 2001-03-15  Sven Neumann  <sven@gimp.org>
6434
6435         * gdk/gdkim.h: removed
6436         
6437         * gdk/gdkprivate.h
6438         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
6439
6440 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
6441
6442         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
6443         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
6444         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
6445         set_cursor_pos() virtual method
6446
6447         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
6448         (gtk_im_context_xim_set_cursor_pos): add implementation for
6449         set_cursor_pos() method
6450
6451         * gtk/gtkentry.c (recompute_idle_func): set current cursor
6452         position to input methods
6453
6454 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
6455
6456         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
6457         code a lot.
6458
6459         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
6460         g_mem_chunk.
6461         (_gtk_tree_data_list_alloc): use g_mem_chunk.
6462         (_gtk_tree_data_list_node_to_value): Fix to switch on
6463         G_TYPE_FUNDAMENTAL.
6464         (_gtk_tree_data_list_value_to_node): Fix to switch on
6465         G_TYPE_FUNDAMENTAL.
6466         (_gtk_tree_data_list_node_copy): Fix to switch on
6467         G_TYPE_FUNDAMENTAL.
6468
6469 2001-03-12  Havoc Pennington  <hp@redhat.com>
6470
6471         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
6472         to convert to new property API. Also, change default_width and
6473         default_height get_property to return 0 as the flag value for
6474         "unset"; -1 is not a valid value for these fields.
6475
6476 2001-03-12  Havoc Pennington  <hp@redhat.com>
6477
6478         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
6479         enum with registration for icon sizes, instead of strings.
6480
6481         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
6482         gtkwidget.c: Fix to reflect GtkIconSize
6483         
6484 2001-03-12  Alexander Larsson  <alexl@redhat.com>
6485
6486         Make GtkFB compile and link.
6487         
6488         * gdk/linux-fb/gdkdrawable-fb2.c:
6489         window->mapped to GDK_WINDOW_IS_MAPPED(). 
6490         
6491         * gdk/linux-fb/gdkwindow-fb.c:
6492         window->mapped to GDK_WINDOW_IS_MAPPED(). 
6493         Added gdk_window_shape_combine_region.
6494         Added assorted placeholders for unimplemented new GdkWindow API calls.
6495
6496 2001-03-12  Alexander Larsson  <alexl@redhat.com>
6497
6498         * gtk/gtkfilesel.c:
6499         Add more test when converting filenames from/to utf-8.
6500         Don't allow entering text in the filename entry which isn't allowed in
6501         a filename. Just beep instead.
6502
6503 2001-03-12  Alexander Larsson  <alexl@redhat.com>
6504
6505         * gtk/gtkclist.c:
6506         Scroll using gdk_window_scroll(). Don't wait for exposes.
6507         Move the column headers in an order that makes them flash less.
6508
6509 2001-03-10  Hans Breuer  <hans@breuer.org>
6510
6511         * gdk/gdk.def : updated
6512
6513         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
6514         to offseting the clip_mask at the right place
6515
6516         * gdk/win32/gdkwindow-win32.c : don't create background brushes
6517         for all the gdkClasses, especially not for the input_only case.
6518         Otherwise flickering wont be avoidable, because we don't get
6519         WM_ERASEBKGND message for these windows.
6520
6521         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
6522         and fixed massive redraw problems apparently triggered by Alexanders 
6523         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
6524         but it seems to work quite well :-)
6525
6526         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
6527         prototype
6528
6529 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
6530
6531         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
6532         (gtk_list_store_set_cell): Fix a stupid typo.
6533
6534 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
6535
6536         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
6537         select_all not work if you're in SINGLE mode (it doesn't make that
6538         much sense, anyway.)
6539
6540         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
6541         handle types more sanely.
6542         (_gtk_tree_data_list_value_to_node): handle types more sanely.
6543         (_gtk_tree_data_list_node_copy): handle types more sanely.
6544
6545         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
6546         GValue better. Converts the type as well.
6547
6548         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
6549         GValue better. Converts the type as well.
6550
6551 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
6552
6553         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
6554         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
6555         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
6556         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
6557
6558         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
6559         gdk_im/gdk_ic.
6560
6561 2001-03-09  Hans Breuer  <hans@breuer.org>
6562
6563         * gdk/gdk.def : updated
6564
6565         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
6566         for their palette
6567
6568         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
6569         removing
6570
6571         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
6572         removing and implemented Havoc's GdkWindow state functions; 
6573         stick/unstick only as no-op, cause I don't know how to emulate 
6574         on win32 ...
6575
6576         * gtk/gtk.def : updated
6577
6578         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
6579
6580         * gtk/gtktypeutils.c : #include <string.h>
6581
6582         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
6583
6584 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
6585
6586         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
6587         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
6588         not a boxed.
6589
6590 2001-03-09  Alexander Larsson  <alexl@redhat.com>
6591
6592         * docs/Changes-2.0.txt:
6593         Document expose event->region change and that gtk_widget_event
6594         doesn't allow passing expose events.
6595
6596         * gdk/gdkevents.h:
6597         Add region to expose event.
6598         
6599         * gdk/gdkevents.c:
6600         Handle event->region in gdk_event_copy() and gdk_event_free().
6601
6602         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
6603         Generate expose_event->region when creating expose events.
6604
6605         * gdk/x11/gdkevents-x11.c:
6606         Generate expose events with regions when translating X events.
6607
6608         * gtk/gtkcontainer.[ch]:
6609         Default expose handler that propagates expose events to NO_WINDOW
6610         children. New function gtk_container_propagate_expose()
6611
6612         * gtk/gtkwidget.[ch]:
6613         Moved gtk_widget_event implementation to gtk_widget_event_internal.
6614         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
6615         expose events. New function gtk_widget_send_expose() to send expose
6616         events. New function gtk_widget_region_intersect() to calculate
6617         window/region intersections.
6618         
6619         * gtk/gtkmain.c (gtk_main_do_event):
6620         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
6621         Use gtk_widget_send_expose() to send expose events.
6622         
6623         * gtk/gtkbin.c:
6624         * gtk/gtkbox.c:
6625         * gtk/gtkfixed.c:
6626         * gtk/gtkimagemenuitem.c:
6627         * gtk/gtklist.c:
6628         * gtk/gtkpacker.c:
6629         * gtk/gtktable.c:
6630         * gtk/gtktree.c:
6631         Remove expose handler, using the default container implementation
6632         instead.
6633         
6634         * gtk/gtkbutton.c:
6635         * gtk/gtkcheckbutton.c:
6636         * gtk/gtkeventbox.c:
6637         * gtk/gtkfixed.c:
6638         * gtk/gtkhandlebox.c:
6639         * gtk/gtklayout.c:
6640         * gtk/gtklistitem.c:
6641         * gtk/gtkmenu.c:
6642         * gtk/gtkmenubar.c:
6643         * gtk/gtkmenuitem.c:
6644         * gtk/gtknotebook.c:
6645         * gtk/gtkoptionmenu.c:
6646         * gtk/gtkpaned.c:
6647         * gtk/gtkscrolledwindow.c:
6648         * gtk/gtktogglebutton.c:
6649         * gtk/gtktoolbar.c:
6650         * gtk/gtktreeitem.c:
6651         * gtk/gtkviewport.c:
6652         Chain expose handler to parent class handler. Use
6653         gtk_container_propagate_expose() to propagate exposes.
6654
6655         * gtk/gtkclist.c (check_exposures):
6656         * gtk/gtktext.c (process_exposes):
6657         Use gtk_widget_send_expose instead of gtk_widget_event.
6658
6659 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
6660
6661         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
6662
6663 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
6664
6665         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
6666         unref the nodes.   Fixes bug #50058.
6667
6668         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
6669         "::ref_iter" to "::ref_node".
6670         (gtk_tree_model_unref_node): change "::unref_iter" to
6671         "::unref_node". Fixes bug #50064.
6672
6673 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
6674
6675         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
6676         support for invisible cells.
6677          (gtk_tree_view_bin_expose): ditto
6678
6679 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
6680
6681         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
6682         on gobjects.
6683
6684         * tests/testtreefocus.c (main): New test file.
6685
6686         * tests/testtreeview.c: update to latest glib changes.
6687
6688         * tests/testtreecolumns.c: update to latest glib changes.
6689
6690 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
6691
6692         * gtk/testgtk.c: re-enabled event watcher emission hooks.
6693
6694 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
6695
6696         * *.c: added accumulator data argument to g_signal_newc()
6697         functions.
6698
6699         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
6700         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
6701         * gtk/treestoretest.c (make_window):
6702         s/g_signal_connect/g_signal_connectc/.
6703
6704         * gtk/gtktextbuffer.c: completed signal arg fixups,
6705         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
6706
6707 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
6708
6709         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
6710         G_CONST_RETURN.
6711
6712         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
6713         ::hierarchy-changed signal when a widget changes
6714         from anchored to unanchored or vice versa.
6715         (anchored means 
6716          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
6717         Use a private flag to keep track of this efficiently.
6718
6719 2001-03-07  Havoc Pennington  <hp@redhat.com>
6720
6721         * gtk/testgtk.c (create_spins): uglify so that size request gets
6722         tested.
6723
6724         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
6725         request on values for upper/lower, completes #6152
6726
6727 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
6728
6729         * Makefile.am: Remove gtk-config-2.0 again.
6730         (Grrrr, pkg-config. And stops make loops.)
6731
6732 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
6733
6734         * gtk/gtksignal.[hc]: removed old emission hook API.
6735         
6736         * docs/Changes-2.0.txt: fixed sections.
6737         
6738         * gtk/gtktextbuffer.c: signal arg fixups.
6739
6740 2001-03-07  Havoc Pennington  <hp@redhat.com>
6741
6742         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
6743
6744         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
6745         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
6746         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
6747         validation and the redraw which is higher priority than the
6748         validation.
6749
6750 2001-03-07  Havoc Pennington  <hp@redhat.com>
6751
6752         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
6753         (gtk_entry_set_property): remove trailer
6754
6755         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
6756         (gtk_entry_get_width_chars): new functions, to set size request to 
6757         a given number of characters
6758
6759         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
6760
6761         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
6762         (gtk_dialog_get_has_separator): new function
6763         (run_delete_handler): fix to not emit "response" signal
6764         because we already did in the delete event handler installed
6765         at dialog creation time.
6766         
6767         * gtk/gtkdialog.h: add a has_separator property,
6768         add GTK_DIALOG_NO_SEPARATOR flag
6769
6770 2001-03-07  Havoc Pennington  <hp@redhat.com>
6771
6772         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
6773         off decorations for a window.
6774
6775         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
6776         changes
6777
6778         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
6779         to get location of PangoLayout inside the label, closes #51198
6780
6781         * gtk/testgtk.c (create_bbox): fix up button box usage
6782
6783         * gtk/testcalendar.c (create_calendar): fix up button box usage
6784
6785         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
6786
6787         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
6788
6789         * gtk/gtkhbbox.h: deprecations
6790
6791         * gtk/gtkvbbox.h: deprecations
6792
6793         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
6794         emulate deprecated gtk_button_box_get_spacing
6795
6796         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
6797         the "set global default" functions
6798         (struct _GtkButtonBox): remove "spacing" field, use the one from 
6799         GtkBox base class
6800
6801         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
6802
6803         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
6804         render the icon, return the missing image icon.
6805
6806         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
6807         image icon if the load fails.   
6808
6809         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
6810         when no image is found; should be the Netscape "missing image"
6811         icon eventually but for now is a random image
6812
6813         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
6814         role for the session manager
6815
6816         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
6817
6818         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
6819         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
6820
6821         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
6822
6823 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
6824
6825         * gtk/*.c: marshaller fixes.
6826         
6827         * gtk/gtkmarshal.list: extreme cleanup.
6828
6829         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
6830         param spec for now.
6831
6832         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
6833         where appliable.
6834
6835         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
6836         special cased autogenerated boxed types from gtktypebuiltins_ids.c
6837         which are not reference counted:
6838         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
6839         PangoFontDescription, GtkTreeIter and GtkTreePath.
6840
6841 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
6842
6843         * gtk/gtktreeselection.h: 
6844         * gtk/gtktreemodel.c:
6845         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
6846         file should be included directly, and gobject/gmarshal.h
6847         as well as gtk/gtkmarshal.h even can't be included directly.
6848
6849         * Makefile.am: grr, install gtk-config-2.0.
6850
6851         * gtk/testgtk.c:
6852         * gtk/simple.c:
6853         * gtk/gtkmenu.c:
6854         * gtk/gtkitemfactory.c: use g_object_connect() instead of
6855         passing "*signal*::*" args to gtk_widget_set().
6856         
6857         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
6858         
6859         * gtk/*.c: removed trailer arg from property setters and getters.
6860         macro fixups.
6861
6862 2001-03-07  Alexander Larsson  <alexl@redhat.com>
6863
6864         * gtk/gtklabel.c (set_markup): Removed warning
6865
6866 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
6867
6868         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
6869         field to allow you to hide cell renderers.
6870
6871         * gtk/gtkcellrenderer.c: Add support for invisible cells.
6872
6873         * gtk/gtktreeview.c: Add support for invisible cells.
6874
6875 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
6876
6877         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
6878         Add "clicked" signal back to columns.
6879
6880         * ChangeLog: remove conflict markers.
6881
6882 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
6883
6884         * gtk/gtkbutton.c: Add animation of activation by, on 
6885         activate, pressing the button, and adding a timeout that 
6886         releases the button after 250ms or on key release and
6887         emits ::clicked. (#51501)
6888
6889         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
6890         action area, we connect to ::clicked instead of ::activate
6891         so the dialog stays up through the animation.
6892
6893 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
6894
6895         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
6896         check the ignore_enter flag for the menu shell that
6897         the item is actually a child of, not for attached
6898         submenus. (#51536)
6899
6900 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
6901
6902         * gtk/gtkmain.c (gtk_propagate_event): Only do special
6903         special key-press grab handling for widgets within
6904         GtkWindows. Otherwise, fall through to normal case.
6905
6906         This prevents key events being sent twice to GtkInvisible
6907         widgets, which can cause all sorts of mischief.
6908
6909 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
6910
6911         * gtk/gtkmain.c (gtk_propagate_event): When a grab
6912         widget is in effect, give the grab widget a first
6913         crack at KEY_PRESS/RELEASE events. (#424)
6914
6915 2001-03-06  James Henstridge  <james@daa.com.au>
6916
6917         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
6918         offset for the window_state_event to point at window_state_event
6919         rather than no_expose_event.
6920
6921 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
6922
6923         * gtk/gtkimmodule.h: fix busted /* comment */
6924
6925 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
6926
6927         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
6928         object properties.
6929
6930 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
6931
6932         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
6933         add object properties.
6934
6935         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
6936         to add object properties.
6937
6938         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
6939         object properties.
6940
6941         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
6942         add object properties.
6943
6944         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
6945         object properties.
6946
6947 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
6948
6949         * gtk/gtktreemodel.c: renamed "child_toggled" to
6950         "has_child_toggled".
6951
6952         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
6953         handle new signal name.
6954
6955         * gtk/gtktreestore.c: Updated to handle new signal name.
6956         * gtk/gtklisttore.c: Updated to handle new signal name.
6957         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
6958
6959 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6960
6961         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
6962         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
6963
6964 2001-03-05  Michael Natterer  <mitch@gimp.org>
6965
6966         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
6967         pixbuf-engine coincidentially also failed to make one of it's
6968         parent_class pointers static, causing overwriting of GtkLabel's
6969         parent_class pointer in pixbuf_style_class_init().
6970         (Will commit the fix to the pixbuf-engine too).
6971
6972 2001-03-05  Alexander Larsson  <alexl@redhat.com>
6973
6974         * gdk/gdkwindow.h:
6975         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
6976         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
6977         gdk_window_set_icon_list for net wmspec functionality.
6978
6979         * gdk/x11/gdkwindow-x11.c:
6980         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
6981         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
6982         gdk_window_set_icon_list.
6983         Added gdk_wmspec_change_state helper function and used it in the code.
6984         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
6985
6986         * gtk/gtkdialog.c (gtk_dialog_init):
6987         Set GDK_WINDOW_TYPE_HINT_DIALOG.
6988
6989         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
6990         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
6991
6992         * gtk/gtkwindow.c:
6993         new function gtk_window_set_type_hint.
6994         On realize, set type hint and modal hint.
6995
6996         * gtk/gtkwindow.h:
6997         Added type_hint field and gtk_window_set_type_hint.
6998
6999 2001-03-05  Alexander Larsson  <alexl@redhat.com>
7000
7001         * gtk/gtklabel.[ch]:
7002         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
7003         New function gtk_label_get_accel_keyval () to get the underline accelerator
7004         of the label. Setting the label pattern overrides other attributes.
7005
7006 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
7007
7008         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
7009         Added missing initializers to gtk_rc_style_init().
7010
7011 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
7012
7013         * gtk/gtktextview.c: fixed bug #51097 about setting 
7014         gtk_text_view_set_border_window_size() if the widget is 
7015         already realized.
7016
7017 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
7018
7019         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
7020
7021         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
7022         comment. Won't do to have duplicated doc comments between
7023         the platform subdirs.
7024
7025 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
7026
7027         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
7028           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
7029
7030         Detectable auto-repeat - make a repeating key generate
7031         press/press/press/release instead of press/release pairs.
7032
7033         If we have Xkb and XkbSetDectableAutoRepeat supports
7034         that, we do it that way. Otherwise, when we get
7035         a release event, we check ahead with XPending to see
7036         if the next key is a KeyPress with the same keycode
7037         and timestamp. (Not 100% reliable, but pretty close.)
7038           
7039 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
7040         
7041         * gtk/gtkmain.c (gtk_propagate_event): Only do special
7042         special key-press grab handling for widgets within
7043         GtkWindows. Otherwise, fall through to normal case.
7044  
7045         This prevents key events being sent twice to GtkInvisible
7046         widgets, which can cause all sorts of mischief.
7047  
7048 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
7049  
7050         * gtk/gtkmain.c (gtk_propagate_event): When a grab
7051         widget is in effect, give the grab widget a first
7052         crack at KEY_PRESS/RELEASE events. (#424)
7053  
7054 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
7055
7056         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
7057         to extend the selection. (Roughly based on patch
7058         from Jay Cox, #50939)
7059
7060         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
7061         to properly handle previous GDK_BUTTON_PRESS. 
7062         (Patch from Jay Cox, #50938)
7063
7064         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
7065         '\0' back along with the deleted text. (#51148)
7066
7067 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
7068
7069         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
7070         the group when extracting it from the X keyboard event.
7071
7072         * modules/input/Makefile.am modules/input/imipa.c: 
7073         Simple module for entering IPA. (Do we need a 
7074         gtk-stupid-input-tricks CVS module?)
7075
7076 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
7077
7078         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
7079         const.
7080
7081         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
7082
7083         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
7084         is no focus widget for the dialog currently, grab the focus as well
7085         as the default.
7086
7087         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
7088         the action area's children to iterate through, not the
7089         dialog's children.
7090
7091 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
7092
7093         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
7094         Add plug-socket tests. (Won't work worth a darn until I commit
7095         the rest of the plug-socket changes, but no reason these
7096         can't go into CVS now.)
7097
7098 2001-03-02  Havoc Pennington  <hp@redhat.com>
7099
7100         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
7101         _gdk_region_get_xrectangles()
7102
7103         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
7104
7105         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
7106
7107         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
7108         function, contributed by Ron Steinke    
7109
7110         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
7111         gdk_net_wm_supports
7112
7113         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
7114         New function, contributed by Ron Steinke
7115
7116         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
7117         used to line up the text in the entry when using the entry for
7118         editable sheet cell hacks
7119
7120         * gtk/testgtk.c (create_entry): test the activate_default setting
7121         on GtkEntry
7122
7123         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
7124         cause the entry to activate the default button for a dialog when 
7125         activated
7126         (gtk_entry_get_activates_default): new function
7127
7128 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
7129
7130         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
7131         Hwang to move call to sync_selection() up a few lines
7132         to before the row list is modified, to fix crash when
7133         removing rows in the undo_selection list.
7134
7135         (Test case provided by Daniel Elstner:
7136
7137         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
7138
7139 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
7140
7141         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
7142         of tree->root_tree in parent_set rather than _map(), 
7143         fixing #50892 in a bit better manner.
7144
7145 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
7146
7147         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
7148
7149 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
7150
7151         * gtk/gtkstyle.c : Remove duplicate fwd decl for
7152         gtk_default_draw_shadow.
7153
7154 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
7155
7156         * gdk/gdkimage.c (gdk_image_new): Remove excess 
7157         warning, make warnings more verbose, treat a error
7158         in shmat as permanent, and don't try again.
7159         (#51163, Ed Randall.)
7160
7161 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
7162
7163         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
7164         delay for the first click before starting to scroll.
7165         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
7166
7167         * gtk/gtktext.c: GtkText should have I-beam cursor. 
7168         (based on gtk-enf-990513-1.patch, Eric Fisher.)
7169
7170 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
7171
7172         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
7173         cleanup to remove some references to unused
7174         ->xoffset, ->yoffset.
7175
7176 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
7177
7178         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
7179         mask. (#51039, fix from Martin Maierhofer)
7180
7181 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
7182
7183         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
7184         for unshifted + and shifted = for non-us keyboards.
7185         Make <Control>+ and <Control>- work as well as 
7186         <Control>KP_Plus, <Control>KP_Minus for recursive
7187         open/close.  (#2682, René Seindal)
7188
7189 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
7190
7191         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
7192         the active menu item before deactivating the menu,
7193         so gtk_menu_popdown doesn't change the history. (#50964)
7194         
7195 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
7196
7197         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
7198         draw lines with text_gc rather than black_gc.
7199         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
7200
7201 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
7202
7203         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
7204         Move handling of buttons fully in gtktreeviewcolumn.  This code is
7205         less interrelated then it was, but it still requires the
7206         GtkTreeView to map it.
7207
7208         * test/testtreecolumn.c: Now I can add a column to one view,
7209         remove it, add it to the another view, remove it, then re-add it
7210         to the first.  Nifty.
7211
7212 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
7213
7214         * docs/tutorial/gtk-tut.sgml: Minor corrections
7215
7216 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
7217
7218         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
7219         GtkRowReference.
7220
7221 2001-02-28  Havoc Pennington  <hp@redhat.com>
7222
7223         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
7224         draw_default
7225         (gtk_widget_draw_focus): remove this function; we could instead
7226         make it just gtk_widget_draw(), but in most cases I think the
7227         result would be broken user code, so think it's better to have
7228         that code not compile and get fixed
7229         (gtk_widget_draw_default): ditto
7230
7231         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
7232         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
7233         
7234         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
7235         widgets lose/get the default, instead of calling draw_default
7236         
7237         * docs/Changes-2.0.txt: note about all this
7238
7239         Then fixed every widget in GTK, I won't list all the filenames.
7240
7241 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
7242
7243         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
7244         _gtk_tree_row_reference_deleted.
7245         (inserted_callback): Proxy out to
7246         _gtk_tree_row_reference_inserted.
7247         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
7248         get around signal emission ordering problem.
7249
7250         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
7251         fix to work with SINGLE 
7252         (_gtk_tree_selection_internal_select_node): Major sanitization on
7253         selections.  SINGLE now seems to work.
7254
7255         * tests/Makefile.am: add testtreecolumn.c:
7256
7257         * tests/testtreecolumn.c: New test.  Mostly points out selection
7258         bugs currently, but will test columns later.
7259
7260         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
7261         selection bug.  I hate touching this code -- it's scary.
7262
7263 2001-02-26  Havoc Pennington  <hp@redhat.com>
7264
7265         * gtk/testgtk.c: test the window state stuff
7266
7267         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
7268         window come to the user's attention as if it were just created
7269         (gtk_window_iconify): new function
7270         (gtk_window_deiconify): new function
7271         (gtk_window_stick): new function
7272         (gtk_window_unstick): new function
7273         (gtk_window_maximize): new function
7274         (gtk_window_unmaximize): new function
7275
7276         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
7277
7278         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
7279
7280         * gdk/x11/gdkevents-x11.c: create window state events when
7281         appropriate
7282         (gdk_wmspec_supported): new function
7283
7284         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
7285         iconification before showing the window
7286         (gdk_window_deiconify): new function
7287         (gdk_window_stick): new function
7288         (gdk_window_unstick): new function
7289         (gdk_window_maximize): new function
7290         (gdk_window_unmaximize): new function
7291
7292         * gdk/gdkwindow.c: store the window state in the window; 
7293         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
7294         window->mapped.
7295         (gdk_window_get_state): return the current window state
7296
7297         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
7298         (gdk_event_get_state): handle GDK_WINDOW_STATE
7299         (gdk_synthesize_window_state): function to create the window state
7300         events
7301
7302         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
7303         event, for changes to "window state" such as maximized, sticky, 
7304         etc.
7305         
7306         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
7307         focuses a window
7308
7309         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
7310         finds out if we support a given WM spec hint
7311
7312 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
7313
7314         * docs/faq/gtk-faq.sgml: New question re memory leaks.
7315
7316 2001-02-25  Hans Breuer  <hans@breuer.org>
7317
7318         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
7319         cause we want to loose those prototypes only in the latter case
7320
7321         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
7322         GdkPixmapImplWin32 because it itsn't derived from it. Use the
7323         impl member variable instead
7324
7325         * gtk/gtk.def : updated
7326
7327         * gtk/gtklist.c : 
7328         * gtk/gtkmenus.c : include <string.h> for memset ()
7329
7330         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
7331         for everthing built here, but for gtk-x.x.dll only. This solves
7332         problem of indifferent gtk type definitions
7333
7334 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
7335
7336         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
7337
7338 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
7339
7340         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
7341         column that is exposed.
7342
7343         (_gtk_tree_view_update_size): Changed name from set_size, and
7344         changed function to do more work, and not force people calling it
7345         to figure out the size.  Simplifies a lot of code elsewhere.
7346
7347 2001-02-23  Alexander Larsson  <alexl@redhat.com>
7348
7349         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
7350         return solid masks for xpms that have no transparent color.
7351         This makes the ..._create_from_xpm... API backwards
7352         compatible.
7353
7354 2001-02-23  Tor Lillqvist  <tml@iki.fi>
7355
7356         * README.win32: Update. Mention the gtk-1-3-win32-production
7357         branch.
7358
7359         * gdk/win32/bdfcursor.c: New file. A program that generates
7360         xcursors.h. Thanks to Stefan Ondrejicka.
7361
7362         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
7363         compact format.
7364
7365         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
7366
7367         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
7368         function, uses xcursors.h.
7369         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
7370         cursor from inline data instead of using LoadCursor() to generate
7371         it from a resource.
7372
7373         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
7374         event, must check the Windows message for mouse button state, as
7375         the GDK event state might not have been built if it is
7376         undelivered. Remove one goto.
7377
7378         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
7379         SetCursor() if the current cursor as returned by GetCursor() is
7380         the window's previous cursor. The ChildWindowFromPoint() test
7381         apparently didn't work correctly.
7382
7383         * gdk/win32/rc/*.cur: Remove.
7384
7385         * gdk/win32/rc/gdk.rc.in: Remove cursors.
7386
7387         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
7388
7389         * gtk/makefile.{mingw,msc}.in: Updates.
7390
7391 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
7392
7393         * gtk/gtktreemodel.h: add functions for signal emission.
7394
7395         * gtk/gtktreestore.c: move to use above functions instead of
7396         g_signal_emit.
7397
7398         * gtk/gtkliststore.c: ditto
7399
7400 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
7401
7402         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
7403         GObject instead of GtkObject.
7404
7405         * gtk/gtkliststore.c: ditto.
7406
7407         * gtk/gtktreemodelsort.c: ditto.
7408
7409         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
7410         GtkTreeModelIface, instead of in each model.
7411
7412 2001-02-21  Havoc Pennington  <hp@redhat.com>
7413
7414         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
7415         unbreak this function
7416
7417         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
7418         properties
7419
7420         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
7421         properties
7422
7423         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
7424         properties
7425
7426         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
7427         mean unset the max length
7428
7429 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
7430
7431         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
7432         Changed name to be set_cell_data_func to make it clear what
7433         the functino does.  Close bug #51069.
7434
7435 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
7436
7437         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
7438         have memory actually freed.  Keeps box running longer.
7439
7440 2001-02-21  Alexander Larsson  <alexl@redhat.com>
7441         
7442         * gtk/gtkseparatormenuitem.[ch]:
7443         Added new menu separator item. The drawing and size handling
7444         is still done in GtkMenuItem, but the API is a bit more sane.
7445         
7446         * gtk/Makefile.am:
7447         Add gtkseparatormenuitem.[ch].
7448
7449         * gtk/gtk.h:
7450         Add gtkseparatormenuitem.h.
7451         
7452         * gtk/gtkentry.c:
7453         * gtk/gtkmenufactory.c:
7454         * gtk/gtktextview.c:
7455         Use the new API for menu separators.
7456         
7457         * demos/gtk-demo/menus.c (create_menu):
7458         Add some GtkSeparatorMenuItem demo code.
7459
7460 2001-02-20  Havoc Pennington  <hp@redhat.com>
7461
7462         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
7463         Lee Mallabone
7464
7465         * gtk/gtkarrow.c: Convert to new property API, patch from 
7466         Lee Mallabone
7467
7468 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
7469
7470         * tests/testtreeview.c (toggled_callback): fix to reflect change
7471         in GtkTreeModelStore.
7472
7473 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
7474
7475         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
7476         function to create an icon set from a pixbuf.
7477
7478 2001-02-20  Alexander Larsson  <alexl@redhat.com>
7479
7480         * gtk/gtkcellrenderertext.[ch]:
7481         Add a "markup" property.
7482
7483         * gtk/treestoretest.c:
7484         Use the markup property, remove some leftover stuff from
7485         GtkTreeModelMapping.
7486
7487 2001-02-20  Alexander Larsson  <alexl@redhat.com>
7488
7489         * gtk/gtklabel.c (gtk_label_set_selectable):
7490         Queue a redraw if the selectable setting was changed.
7491
7492 2001-02-20  Alexander Larsson  <alexl@redhat.com>
7493
7494         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
7495         Actually copy the whole gc, not just the public parts.
7496         
7497         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
7498         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
7499         labels.
7500
7501 2001-02-19  Havoc Pennington  <hp@pobox.com>
7502
7503         * gdk/gdkwindow.c: docs
7504
7505         * gdk/gdkrgb.c: docs
7506
7507         * gdk/gdkregion-generic.c: docs
7508
7509         * gdk/gdkgc.c (gdk_gc_set_values): docs
7510
7511         * gdk/gdkdraw.c: docs
7512
7513         * gdk/gdkdrawable.h: deprecate drawable get/set data
7514
7515 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
7516
7517         * demos/gtk-demo/dialog.c: Add simple new demo.
7518
7519 2001-02-19  Havoc Pennington  <hp@redhat.com>
7520
7521         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
7522         insert_child_anchor signal, bug #50245
7523
7524         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
7525         from create_child_anchor, so the anchor is passed in
7526
7527         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
7528         (_gtk_widget_segment_new): have the child anchor object passed in, 
7529         instead of creating it.
7530
7531         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
7532         to gtk_text_buffer_get_modified
7533
7534 2001-02-19  Havoc Pennington  <hp@redhat.com>
7535
7536         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
7537         changed GLib without fixing GTK
7538
7539         * gtk/gtkrange.h: Rename all the stupid implementation detail 
7540         functions to have an underscore in front. Most of them should 
7541         probably just go away, but for starters don't export them.
7542         Bug #50482
7543
7544 2001-02-19  Havoc Pennington  <hp@redhat.com>
7545
7546         * gdk/gdkcolor.h: test was backward, so deprecated functions were
7547         excluded by default
7548
7549         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
7550         clean up the old code a bit
7551
7552         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
7553         inconsistent state
7554
7555         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
7556         draw inconsistent state
7557
7558         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
7559         (create_menu): add inconsistent test
7560
7561         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
7562         new function
7563         (gtk_check_menu_item_get_inconsistent): new function
7564         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
7565         state (using etched in for now)
7566
7567         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
7568         draw inconsistent state
7569
7570         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
7571         function, used when the user has selected a range of stuff in
7572         different states
7573         (gtk_toggle_button_get_inconsistent): accessor for that
7574         (gtk_toggle_button_paint): draw inconsistent state (etched in?
7575         don't know what else to do)
7576
7577 2001-02-19  Hans Breuer <hans@breuer.org>
7578
7579         * gtk/gtk.def : updated exported symbols
7580
7581         * gtk/makefile.msc.in : updated
7582
7583         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
7584         a colormap, when invoked from testgtk::entry. I'm not sure where
7585         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
7586         avoids immediate crashing ...
7587
7588         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
7589         any objections ?
7590
7591         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
7592         0 parameter. At least msvc doesn't like macros with var args. 
7593         I simply removed the extra 0, was it a feature or a typo ?
7594
7595         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
7596         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
7597         because the value assignment to the internal struct wasn't working.
7598         I'm not absolutely sure. The problem could have been resolved by
7599         changing the "func" declartion in the struct, but was the pointer
7600         to the function pointer intended ?
7601
7602         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
7603
7604         * gdk/gdk.def : updated exported symbols
7605
7606         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
7607         only use SetDIBitsToDevice if there is a palette at the drawable
7608         and the image is GDK_VISUAL_PSEUDO_COLOR
7609
7610         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
7611
7612         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
7613
7614         * gdk/*/makefile.msc : updated
7615
7616 2001-02-19  Havoc Pennington  <hp@redhat.com>
7617
7618         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
7619         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
7620
7621         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
7622         (gdk_key_repeat_restore): nuke
7623
7624         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
7625         (gdk_init_check): no atexit func
7626
7627         * gdk/gdkrgb.h: mark some stuff deprecated
7628
7629         * gdk/gdkcolor.h: mark some stuff deprecated
7630         
7631         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
7632
7633         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
7634
7635 2001-02-16  Havoc Pennington  <hp@redhat.com>
7636
7637         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
7638         scroll steps.
7639
7640         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
7641         steps, and add Ctrl-arrow shortcuts for paging visually as with
7642         HScale, since Page Up and Page Down move logically.
7643
7644         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
7645         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
7646         
7647         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
7648         steps
7649         (gtk_range_scroll): handle the visual steps
7650
7651         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
7652         scroll steps
7653
7654         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
7655         steps, not the logical ones.
7656
7657         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
7658         (scroll_vertical): handle up/down steps
7659
7660 2001-02-19 Alexander Larsson  <alexl@redhat.com>
7661
7662         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
7663         Copy data and free data with free().
7664
7665         * gdk-pixbuf/gdk-pixbuf.c:
7666         * gdk-pixbuf/io-jpeg.c:
7667         * gdk-pixbuf/io-png.c:
7668         Use g_try_malloc/g_free instead malloc/free.
7669         
7670         * gdk-pixbuf/test-gdk-pixbuf.c:
7671         Must... initialize... gobject...
7672         
7673         * gdk-pixbuf/pixops/timescale.c:
7674         * gtk/gtkcalendar.c:
7675         Use g_malloc instead of malloc.
7676         
7677 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
7678
7679         * gtk/testgtkrc:
7680         Comment out property assignments, these don't work yet.
7681
7682 2001-02-17  Havoc Pennington  <hp@pobox.com>
7683
7684         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
7685         bit.
7686
7687 2001-02-17  Havoc Pennington  <hp@pobox.com>
7688
7689         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
7690         shadowed variables that had broken size request in some cases,
7691         leading to bogus tooltips (#50996)
7692
7693 2001-02-06  Jon K Hellan  <hellan@acm.org>
7694
7695         Implement fast browsing of tooltips, bug #50619
7696         
7697         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
7698         and last_popdown
7699         
7700         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
7701         use_sticky_delay and last_popdown.
7702         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
7703         time of popdown.
7704         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
7705         is NULL.
7706         (gtk_tooltips_recently_shown): New static function.  Return true
7707         if < sticky_delay has elapsed since last popdown.
7708         (gtk_tooltips_event_handler): Display window after sticky_delay
7709         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
7710         since last popdown.
7711         
7712 2001-02-17  Havoc Pennington  <hp@pobox.com>
7713
7714         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
7715         instead of (). #6394
7716
7717         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
7718         G_CONST_RETURN, make it return by reference, #50473
7719         
7720 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
7721
7722         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
7723         generated ENTER_NOTIFY event with 0, otherwise not explicitely
7724         setup fields contain garbage (e.g. subwindow, breaking
7725         gdk_drawable_ref() upon event copy).
7726         (gtk_menu_stop_navigating_submenu_cb): same here.
7727
7728         * gtk/gtklist.c (gtk_list_vertical_timeout): 
7729         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
7730         * gtk/gtkclist.c (vertical_timeout): 
7731         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
7732         default-zero-intialization for unions to memset(,0,), as unions are
7733         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
7734         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
7735
7736         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
7737         g_closure_sink() warning.
7738
7739         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
7740         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
7741         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
7742         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
7743         
7744 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
7745
7746         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
7747         gtk_*_store_get, and moved to GtkTreeModel.
7748
7749         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
7750
7751         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
7752
7753         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
7754
7755         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
7756         set the func.
7757
7758         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
7759         freeze/thaw notify between setting all the properties for a cell.
7760
7761         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
7762
7763 2001-02-15  Havoc Pennington  <hp@redhat.com>
7764
7765         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
7766         the X coordinates so they're with respect to the line, rather than 
7767         with respect to the layout.
7768
7769         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
7770         Mallabone
7771
7772         * gtk/testgtk.c (create_range_controls): add vscale tests, 
7773         and inverted test
7774
7775         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
7776         #50806
7777
7778         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
7779
7780         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
7781         gtk_text_iter_is_end
7782
7783         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
7784         rename gtk_text_buffer_get_end_iter
7785
7786         * gtk/testgtk.c (create_labels): Add test for selectable
7787
7788         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
7789         the selection stuff. This code is kind of broken since it doesn't 
7790         use the theme engine.
7791
7792         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
7793         fix infinite loop and y offset problem
7794         (gdk_draw_layout_line_with_colors): fix foreground color handling
7795
7796         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
7797         that makes the label selectable.
7798         
7799         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
7800         layout when the style is set, since fonts etc. could have changed.      
7801
7802 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
7803
7804         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
7805
7806         * gtk/gtktreemodelsimple.[ch]: removed.
7807
7808 2001-02-16  Alexander Larsson  <alexl@redhat.com>
7809
7810         * gtk/gtktreemodelmapping.[ch]:
7811         New files. Implement GtkTreeModelMapping.
7812         
7813         * gtk/Makefile.am:
7814         Add gtktreemodelmapping.[ch].
7815         
7816         * gtk/gtk.h:
7817         Add gtktreemodelmapping.h
7818
7819         * gtk/treestoretest.c:
7820         Test the GtkTreeModelMapping
7821
7822 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
7823
7824         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
7825         have a demo, we might as well pass in real values.  Thanks to
7826         clahey for pointing this out.
7827
7828 2001-02-14  Havoc Pennington  <hp@pobox.com>
7829
7830         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
7831         "static" to a private function
7832         (gtk_image_menu_item_class_init): remove destroy handler,
7833         add "image" object property
7834
7835 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
7836
7837         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
7838         Add a shortcut if the window and the current clip_region doesn't
7839         overlap. This is needed when there are a lot of windows in a
7840         window. The layout test in testgtk is a good test.
7841
7842         * gdk/linux-fb/gdkwindow-fb.c:
7843         Whitespace fix.
7844
7845 2001-02-13  Sven Neumann  <sven@convergence.de>
7846
7847         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
7848
7849 2001-02-13  Alexander Larsson  <alexl@redhat.com>
7850
7851         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
7852         Don't reference last_cursor if it is null. Fixes crash when rotating
7853         the screen before having moved the mouse.
7854
7855         * gdk/linux-fb/gdkcc-fb.c: Zapp!
7856
7857         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
7858
7859         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
7860         when using 90 or 270 degrees rotation.
7861
7862 2001-02-12  Havoc Pennington  <hp@pobox.com>
7863
7864         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
7865         it always set the foreground, even if we were only using
7866         a stipple.
7867         (gdk_draw_layout_line_with_colors): new function, allow
7868         override colors
7869         (gdk_draw_layout_with_colors): new function, allow override
7870         colors
7871         (gdk_pango_layout_line_get_clip_region): function to get the clip
7872         region for a logical text range
7873         (gdk_pango_layout_get_clip_region): get the clip region for a
7874         logical text range
7875
7876         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
7877         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
7878         the right number of arguments.
7879
7880         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
7881         enhance the function to check that node data corresponds to a 
7882         view still belonging to the tree.
7883
7884         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
7885         GtkTreePath
7886         (gtk_tree_view_inserted): ditto
7887         (gtk_tree_view_child_toggled): ditto
7888
7889         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
7890         simplify this code.
7891
7892         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
7893         a PangoAttrList
7894
7895         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
7896
7897         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
7898
7899         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
7900         size in the size request 
7901         (gtk_menu_bar_size_allocate): consider toggle size here
7902
7903         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
7904         that displays a widget in the toggle slot
7905
7906         * gtk/testgtk.c: test GtkImageMenuItem
7907
7908         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
7909         
7910         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
7911         request and allocation
7912
7913         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
7914
7915         * gtk/gtkcheckmenuitem.c
7916         (gtk_check_menu_item_toggle_size_request): ditto
7917         
7918 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
7919
7920         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
7921         reference.
7922
7923         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
7924         and refuse to initialize GTK+ if they fail.
7925
7926 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
7927
7928         * configure.in: Add check for gtk-doc version.
7929
7930 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
7931
7932         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
7933         where the xpad/ypad was only being used on one side!
7934
7935 2001-02-11  Tor Lillqvist  <tml@iki.fi>
7936
7937         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
7938         function, copied from X11 version.
7939
7940         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
7941         DestroyCursor failures. The reason for the problem (despite the
7942         inconsistent messages from GetLastError()) was that
7943         DestroyCursor() cannot be called while a cursor is set in a
7944         window. Set the new cursor first and then destroy the old one.
7945         Thanks to jpe@archaeopteryx.com.
7946
7947         * gdk/win32/gdkcc-win32.c: Remove.
7948
7949         * gdk/win32/Makefile.am: Remove from here, too.
7950         
7951         * gdk/gdk.def
7952         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
7953
7954         * gtk/gtk.def
7955         * gtk/makefile.mingw.in: Updates.
7956
7957 2001-02-08  Havoc Pennington  <hp@redhat.com>
7958
7959         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
7960         add a widget to a bin that already has a child.
7961
7962         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
7963
7964         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
7965         
7966         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
7967
7968         * gdk/gdk.h: remove gdkcc.h
7969
7970         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
7971
7972         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
7973         GdkPixbuf, since the previous implementation was GdkColorContext
7974         dependent.
7975
7976         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
7977         
7978 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
7979
7980         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
7981         a sane value!
7982
7983 2001-02-08  Havoc Pennington  <hp@redhat.com>
7984
7985         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
7986         lighten them.
7987
7988 2001-02-08  Havoc Pennington  <hp@redhat.com>
7989
7990         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
7991         validation idle
7992
7993         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
7994         cell renderer
7995
7996         * demos/pixbuf-demo.c (timeout): remove deprecated
7997         gtk_widget_draw
7998
7999         * demos/testpixbuf-save.c (main): remove deprecated
8000         gtk_drawing_area_size
8001
8002         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
8003         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
8004         at the start of the allocation.
8005         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
8006         unsetup or NULL model.
8007
8008         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
8009         even/odd/sorted cells in the tree view.
8010
8011         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
8012         bugfixes
8013
8014         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
8015         backgrounds with draw_flat_box using different detail for even/odd
8016         rows.
8017
8018         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
8019         row, so we can draw the alternating colors thing
8020
8021         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
8022         property from a synonym property, notify for the synonym.
8023         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
8024         (gtk_text_tag_get_property): Always return the font, even if
8025         all its fields aren't set
8026
8027         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
8028         store the attr list; it leaves us with no way to change attributes
8029         in _render according to the render flags, and no way to implement
8030         get_property. Instead store all the specific text attributes. 
8031         Separate whether an attribute is enabled from its value. Sync all
8032         properties with GtkTextTag, make them all consistent, etc.
8033
8034         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
8035         renderers can highlight the sort row/column     
8036
8037         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
8038         accessor functions to get values; this has the side effect of
8039         showing up which accessor functions were missing. Added those.
8040
8041         * gtk/gtktreeviewcolumn.h: Replace set_justification with
8042         set_alignment, to be consistent with GtkLabel, GtkMisc
8043
8044         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
8045         arrow.
8046
8047         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
8048
8049         * gtk/gtktreesortable.h: updates in here
8050
8051 2001-02-07  Sven Neumann  <sven@convergence.de>
8052
8053         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
8054         pango dimensions after painting the background. We used to draw
8055         gigantic flat boxes here.
8056
8057 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
8058
8059         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
8060         error introduced with earlier commit) (pointed out by
8061         Ollie Lho)
8062
8063 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
8064
8065         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
8066         which are no longer necessary.
8067
8068 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
8069
8070         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
8071
8072 2001-02-04  Tor Lillqvist  <tml@iki.fi>
8073
8074         * gdk/gdk.def
8075         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
8076         Provide dummy implementations.
8077
8078 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
8079
8080         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
8081
8082         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
8083         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
8084         deprecated this function.
8085
8086         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
8087         argument.
8088
8089 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
8090
8091         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
8092
8093 2001-02-03  Havoc Pennington  <hp@pobox.com>
8094
8095         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
8096         Mikael Hermansson with patch from Mikael (if there was a toggle
8097         start one after the first character in the range, this function
8098         was broken). Bug #50380
8099
8100 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
8101
8102         * configure.in: Remove confusing comment about X11.
8103
8104 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
8105
8106         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
8107         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
8108         
8109 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
8110
8111         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
8112         it breaks things on BSD. If you want to compile GTK+ with
8113         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
8114         when configuring, since GTK+ simply can't be "pure ANSI" 
8115         in the header files it uses. (#8170, Greg Hudson)
8116
8117 2001-02-02  Havoc Pennington  <hp@redhat.com>
8118
8119         * gtk/gtkwindow.c: docs
8120
8121         * gtk/gtkwidget.c: docs
8122         (gtk_widget_set_colormap): add a reference to the colormap
8123         (gtk_widget_get_default_colormap): add a reference to the colormap
8124
8125         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
8126
8127         * gtk/gtktextiter.c: docs
8128
8129         * gtk/gtkmain.c (gtk_propagate_event): docs
8130
8131         * gtk/gtkpaned.c (gtk_paned_get_position): docs
8132         (gtk_paned_set_position): docs
8133
8134         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
8135         sort interface, no implementation yet.
8136
8137         * demos/testpixbuf.c (new_testrgb_window): replace
8138         gtk_drawing_area_size() with gtk_widget_set_usize()
8139
8140         * demos/testpixbuf-drawable.c (main): ditto
8141         
8142         * gtk/testgtk.c: remove use of GtkStatusbarMsg
8143
8144         * gtk/gtktextbuffer.c: docs
8145
8146         * gtk/gtkstock.c: docs
8147
8148         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
8149
8150         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
8151
8152         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
8153         
8154         * gtk/gtkimage.c: add some docs in here
8155         (gtk_image_size_request): change name of
8156         gtk_widget_render_stock_icon
8157         (gtk_image_get_icon_set): don't dup returned string
8158         (gtk_image_get_icon_set): don't dup returned string
8159
8160         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
8161         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
8162         and gtkiconfactory.h functions
8163
8164         * gtk/gtkiconfactory.c: add some docs in here
8165
8166         * gtk/gtkmain.c (gtk_get_default_language): document
8167         (gtk_get_current_event): document
8168         (gtk_get_current_event_state): document
8169         (gtk_get_event_widget): document
8170
8171         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
8172
8173         * gtk/gtkcontainer.c: Add some documentation
8174         (gtk_container_add): give a more explanatory warning on adding an
8175         already-parented widget, this is kind of a FAQ and also a common
8176         typo that's easier to debug with a nice warning 
8177
8178         * gtk/gtkcellrenderertoggle.c
8179         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
8180         adding this, it's useless
8181         (gtk_cell_renderer_toggle_set_active): remove
8182         (gtk_cell_renderer_toggle_get_radio): add
8183
8184         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
8185         the NULL cell renderer, that doesn't make any sense to me. 
8186
8187         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
8188         demo code should never use deprecated features.
8189
8190         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
8191         code should never use deprecated features.
8192
8193         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
8194         gtk_widget_queue_clear_area deprecated
8195
8196         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
8197         deprecated
8198
8199         * gtk/gtklabel.h: mark gtk_label_get() deprecated
8200
8201         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
8202         a GdkImage deprecated, replaced by new consistently-named
8203         functions       
8204
8205         * gtk/gtkmain.h: Mark gtk_exit() deprecated
8206
8207         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
8208
8209         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
8210         deprecated
8211
8212         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
8213         so it won't appear in docs and confuse people.
8214
8215         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
8216
8217         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
8218         macros deprecated. (can't mark the type itself deprecated, since
8219         GtkProgressBar is not deprecated and we need the type decl to use
8220         GtkProgressBar)
8221
8222         * gtk/gtkpixmap.h: Mark deprecated
8223
8224         * gtk/gtkoldeditable.h: Mark deprecated
8225
8226         * gtk/gtklist.h: Mark deprecated
8227
8228         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
8229         for anything anymore.
8230
8231         * gtk/gtkctree.h: Mark deprecated
8232
8233         * gtk/gtkclist.h: Mark deprecated
8234
8235         * gtk/gtkpreview.h: Mark deprecated
8236
8237         * gtk/gtkpacker.h: Mark deprecated
8238
8239         * gtk/gtktipsquery.h: Mark deprecated
8240
8241         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
8242
8243         * gtk/gtkvruler.h: Add comment that it will move out of GTK
8244
8245         * gtk/gtkhruler.h: Add comment that it will move out of GTK
8246
8247         * gtk/gtkruler.h: Add comment that it will move out of GTK
8248
8249         * gtk/gtkgamma.h: Add comment that it will move out of GTK
8250
8251         * gtk/gtkcurve.h: Add comment that it will move out of GTK
8252
8253 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
8254
8255         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
8256         gdk_colormap_sync private since it was never exported
8257         in a header file.
8258
8259         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
8260         colormap->colors[] for StaticGray, StaticColor colormaps.
8261
8262         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
8263         was being used as if it was image->bits_per_pixel.
8264
8265         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
8266         for the image in the GdkImage structure since it isn't
8267         reconstructable, and we need it to handle packed types
8268
8269         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
8270         the assumption that on Win32 image->bits_per_pixel == image->depth,
8271         always.
8272
8273         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
8274
8275         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
8276         warning message if no converter can be found. 
8277
8278 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
8279
8280         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
8281         chars to isupper() / tolower(). (#567)
8282
8283         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
8284         to clear up 64-bit warnings. (#567)
8285
8286 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
8287
8288         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
8289         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
8290
8291         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
8292         since some people set $(libdir) separately. (#1290, David Kaelbling)
8293
8294 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
8295
8296         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
8297         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
8298         MAXPATHLEN, but the code here depends on a fixed value.)
8299         (#4524)
8300
8301 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
8302
8303         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
8304         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
8305
8306 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
8307
8308         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
8309         viewable there is no way that moving the node will cause the 
8310         focus row to become not viewable, so omit check on the visibility
8311         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
8312
8313 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
8314
8315         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
8316         selection before inserting new text.
8317
8318 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
8319
8320         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
8321         Make the sensitivity of the reparented child track that of
8322         the original parent menu item. (#34218, David Hodson)
8323
8324         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
8325         the case where the current item is destroyed properly.
8326
8327         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
8328         some edge cases with child-less menuitems.
8329         
8330 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
8331
8332         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
8333         key pop down window. (#12074, Jon K Hellan)
8334
8335 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
8336
8337         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
8338         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
8339         The solution here isn't perfect - you get an extraneous
8340         emission of "toggle", which could conceivably confuse an app,
8341         but better than the current situation. LXR search seems to
8342         indicate that no apps in GNOME CVS connect to "toggle".
8343
8344 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
8345
8346         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
8347         gtk_public_h_sources to directly here to avoid warning when
8348         building srcdir != builddir. (#9656)
8349
8350 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
8351
8352         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
8353         handlers in gtkrange.c return the proper values (TRUE == handled)
8354         (#10316).
8355
8356         This is just the tip of the iceberg, but gtkrange.c is the
8357         most common place where the propagation is problematical,
8358         and also a place where it is almost certainly safe to change
8359         this in the stable branch.
8360
8361         (You don't want right click popups on a range control or anything...)
8362
8363 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
8364
8365         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
8366         area on focus out, even if a background pixmap isn't set.
8367         (#13941)
8368         
8369 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
8370
8371         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
8372         to deal with setting the shape properly when scrolling arrows are
8373         turned on, but not visible because there is sufficient space.
8374         (#13432)
8375
8376 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
8377
8378         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
8379         items with submenus, destroy the item along with the submenu.
8380         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
8381         properly.
8382
8383         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
8384         later.
8385
8386 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
8387
8388         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
8389         the focus widget sometimes wasn't drawn with the default if there
8390         was no default widget.
8391
8392         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
8393         unreference pixmaps. 
8394
8395         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
8396         for some extra safety.
8397
8398 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
8399
8400         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
8401         the text of a cell to the old pointer value better, by
8402         copying the new text before freeing the old text. Some code
8403         cleanup. (#8079, Karl Nelson)
8404
8405 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
8406
8407         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
8408         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
8409
8410 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
8411
8412         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
8413         item from a menu, check to see if it matches 
8414         menu->old_active_menu_item, and if so, unref and clear
8415         old_active_menu_item (Patch from Pavel Cisler)
8416
8417         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
8418         menu_shell->active_menu_item, if it is the child being
8419         removed. (Patch based on that of Gene Ragan, #50337)
8420
8421 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
8422
8423         * gdk/linux-fb/gdkselection-fb.c: 
8424         * gdk/linux-fb/gdkcolor-fb.c: 
8425         * gdk/linux-fb/gdkdrawable-fb2.c: 
8426         * gdk/linux-fb/gdkfont-fb.c: 
8427         * gdk/linux-fb/gdkim-fb.c: 
8428         * gdk/linux-fb/gdkinput.c: 
8429         * gdk/linux-fb/gdkkeyboard-fb.c: 
8430         * gdk/linux-fb/gdkmain-fb.c: 
8431         * gdk/linux-fb/gdkrender-fb.c: 
8432         A bunch of whitespace cleanup.
8433         
8434 2001-01-30  Havoc Pennington  <hp@pobox.com>
8435
8436         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
8437         #ifdef GTK_ENABLE_BROKEN.
8438
8439         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
8440         GTK_ENABLE_BROKEN just before including the broken headers.
8441         
8442         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
8443         deprecated types registered.
8444
8445         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
8446         we have to test the broken stuff.
8447
8448         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
8449         
8450 2001-01-30  Havoc Pennington  <hp@redhat.com>
8451
8452         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
8453         here where prev pointer was set to the wrong thing
8454
8455         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
8456         (gtk_tree_path_is_descendant): new function
8457
8458         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
8459         cached length
8460         (gtk_list_store_get_iter): don't modify iter if we can't get the
8461         path.
8462
8463         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
8464         
8465         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
8466         GtkTreeDragDest
8467
8468         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
8469         was causing segfault
8470
8471         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
8472         pointer to NULL
8473
8474         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
8475
8476         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
8477         on returning FALSE
8478         (gtk_list_store_iter_children): ditto
8479         (gtk_list_store_iter_nth_child): ditto
8480         (gtk_list_store_iter_nth_child): ditto
8481         (gtk_list_store_iter_parent): ditto
8482
8483         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
8484         on iter->user_data != NULL instead of silently accepting it.
8485         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
8486         we are returning TRUE.
8487         (gtk_tree_store_iter_children): ditto
8488         (gtk_tree_store_iter_nth_child): ditto
8489         (gtk_tree_store_iter_parent): ditto
8490         (gtk_tree_store_insert): remove handling of parent->user_data ==
8491         NULL, replace with parent == NULL       
8492
8493         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
8494         and a comment explaining things
8495
8496         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
8497         interface support to GtkTreeStore.
8498
8499         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
8500         FALSE if no prev, fix
8501
8502         * gtk/gtktreeview.c (set_source_row): use a row reference
8503         (set_dest_row): use a row reference
8504
8505 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
8506
8507         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
8508         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
8509         (gtk_tree_selection_select_iter): The same as above.
8510
8511 2001-01-26  Havoc Pennington  <hp@redhat.com>
8512
8513         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
8514         which holds a handle to a specific row (particular set of values
8515         in the model, i.e. pointer-identity row).
8516
8517         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
8518         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
8519         Still need to use it for the src/dest row saved on the drag context.
8520
8521 2001-01-26  Havoc Pennington  <hp@redhat.com>
8522
8523         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
8524
8525         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
8526         not offset by TREE_VIEW_HEADER_HEIGHT
8527         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
8528         TREE_VIEW_HEADER_HEIGHT
8529
8530         * configure.in (included_loaders): for me, --with-included-loaders
8531         generates the error "the specified loader yes does not exist",
8532         i.e. the arg defaults to "yes", so change test for value ""
8533         to test for value "yes", and include all loaders in that case.
8534
8535         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
8536
8537         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
8538         handle TREE_VIEW_VERTICAL_SEPARATOR
8539         (gtk_tree_view_bin_expose): fix to consider the row offset as
8540         pointing halfway into vertical separator.       
8541         (gtk_tree_view_draw_node_focus_rect): ditto
8542
8543         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
8544         --gtk-debug=updates, which causes gdk_window_set_debug_updates
8545         (TRUE) to be called.
8546
8547         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
8548         debug mode where the invalid region is colored in on invalidate,
8549         so you can see the flicker and know whether your redraw code is 
8550         doing a good job.
8551
8552         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
8553         tree window coordinates (clip rect is in tree window coords)
8554
8555         * gtk/Makefile.am: add gtktreednd.[hc]
8556
8557         * gtk/gtkliststore.c: implement gtktreednd interfaces.
8558
8559         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
8560         drag-and-drop data operations on a model (so we can set up tree
8561         drag-and-drop automatically)
8562
8563         * gtk/testgtk.c: Add a window to change sensitivity in the
8564         GtkLabel test; add a way to change the entry frame in GtkEntry
8565         test
8566
8567         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
8568         (gtk_entry_get_has_frame): new functions to remove the frame
8569         around an entry
8570         (gtk_entry_size_request): shrink requisition if no frame
8571         (gtk_entry_draw_focus): don't draw frame if no frame
8572
8573         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
8574         checks inside a cell renderer
8575         (gtk_default_draw_option): ditto for options
8576
8577         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
8578         children from the alignment, not the button
8579         (gtk_tree_view_column_init): ref/sink the column, to emulate
8580         GObject refcounting.
8581
8582         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
8583         
8584         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
8585         Use theme functions to draw the toggles 
8586
8587         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
8588
8589         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
8590         GdkPangoAttrEmbossed to use in rendering insensitive text
8591
8592         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
8593
8594         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
8595         using new GDK features
8596         
8597 2001-01-24  Alexander Larsson  <alexl@redhat.com>
8598
8599         * gtk/gtkimage.c:
8600         Splitted gtk_image_clear into gtk_image_clear() and
8601         gtk_image_reset(). Call gtk_image_clear() in ::destroy
8602         to avoid leaks.
8603
8604         * gtk/gtklabel.c (set_markup):
8605         Don't leak text.
8606
8607         * gtk/gtktextlayout.c:
8608         Always free display->shaped_objects.
8609
8610         * gtk/testgtk.c (create_clist):
8611         Don't leak custom style.
8612
8613 2001-01-23  Alexander Larsson  <alexl@redhat.com>
8614
8615         * gtk/gtkcolorsel.c (grab_color_at_mouse):
8616         Don't leak image. Simplify using gdk_colormap_query_color().
8617         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
8618
8619         * linux-fb/gdkcolor-fb.c:
8620         Implemented gdk_colormap_query_color.
8621
8622 2001-01-23  Alexander Larsson  <alexl@redhat.com>
8623
8624         * linux-fb/gdkcursor-fb.c:
8625         Don't leak built-in cursors.
8626
8627         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
8628         Don't leak tmp_points.
8629
8630         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
8631         Don't modify desc. Don't leak font if the PangoFont
8632         isn't found.
8633         
8634         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
8635         Free dash_list.
8636
8637         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
8638         Don't leak string.
8639         
8640 2001-01-20  Havoc Pennington  <hp@pobox.com>
8641
8642         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
8643         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
8644         me, matches Pango
8645
8646 2001-01-22  Havoc Pennington  <hp@redhat.com>
8647
8648         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
8649
8650         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
8651
8652         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
8653         Remove, move back to gdk-pixbuf
8654
8655         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
8656         to all the word functions
8657
8658         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
8659         before doing anything on NULL layout or if we don't have the focus
8660
8661         * gtk/testtext.c (fill_example_buffer): "justification"
8662
8663         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
8664         to be called "justification" not "justify"
8665
8666         * demos/gtk-demo/textview.c (create_tags): "justification"
8667         
8668         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
8669
8670 2001-01-22  Alexander Larsson  <alexl@redhat.com>
8671
8672         * gdk/gdkwindow.c (gdk_window_invalidate_region):
8673         Don't leak visible_region. Use visible_region instead of region.
8674         
8675         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
8676         Don't do extra gdk_drawable_ref(). This is not X.
8677         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
8678         gdk_fb_focused_window is ref:ed.
8679         (gdk_fb_window_send_crossing_events): Watch out for destroyed
8680         windows.
8681
8682 2001-01-22  Alexander Larsson  <alexl@redhat.com>
8683
8684         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
8685         Don't leak the PangoFontDescriptor.
8686
8687 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
8688
8689         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
8690         when not realized.
8691         (gtk_tree_view_scroll_to_cell): Make work when not realized.
8692         (gtk_tree_view_realize): add scroll_to support
8693         (gtk_tree_view_finalize): add a finalize method.  Populate.
8694         (gtk_tree_view_insert_column): ref and sink the column.
8695         (gtk_tree_view_append_column): ref and sink the column.
8696         (gtk_tree_view_queue_draw_node): New function to handle redrawing
8697         individual nodes.  Should make the code much more efficient, if
8698         actually used.
8699
8700 2001-01-19  Havoc Pennington  <hp@redhat.com>
8701
8702         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
8703         byte_offset variable was being used to mean both "offset into
8704         layout" and "offset into buffer line" which was no longer true
8705         with addition of preedit string; fix
8706
8707 2001-01-19  Havoc Pennington  <hp@redhat.com>
8708
8709         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
8710
8711         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
8712         function
8713
8714         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
8715         implement
8716
8717         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
8718         scroll_to_cell, matches TextView scroll functions better
8719         (gtk_tree_view_tree_to_widget_coords): new function
8720         (gtk_tree_view_widget_to_tree_coords): new function
8721         (gtk_tree_view_get_visible_rect): new function
8722         (gtk_tree_view_get_path_at_pos): accept negative coordinates
8723         (gtk_tree_view_draw_node_focus_rect): new function moved from
8724         draw_focus, also, use width of bin_window as width of the focus
8725         rect
8726         (gtk_tree_view_expand_row): fix bug where it didn't recognize
8727         already-expanded rows
8728         (gtk_tree_view_get_cell_rect): new function
8729         (gtk_tree_view_get_path_at_pos): return the click position
8730         relative to the passed-in cell
8731         (gtk_tree_view_set_expander_column): new function
8732
8733         * configure.in: remove gtk-config-2.0 chmod
8734
8735         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
8736         and properly handle drags with targets we don't understand
8737         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
8738         scrolling anyway
8739         (gtk_text_view_drag_drop): stop scrolling here though, and set the
8740         mark invisible
8741
8742         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
8743         function
8744         (gtk_drag_dest_get_target_list): new function
8745         (gtk_drag_dest_set_target_list): new function
8746         
8747         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
8748
8749         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
8750         related to drag-and-drop
8751
8752 2001-01-19  Alexander Larsson  <alexl@redhat.com>
8753
8754         * gdk/linux-fb/gdkprivate-fb.h:
8755         Define EMULATE_GDKFONT.
8756         Add extra pango_font stuff to GfkFontPrivate.
8757         
8758         * gdk/linux-fb/gdkdrawable-fb2.c:
8759         * gdk/linux-fb/gdkfont-fb.c:
8760         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
8761         emulation using PangoFont.
8762
8763 2001-01-17  Havoc Pennington  <hp@pobox.com>
8764
8765         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
8766         all the non-deprecated set_foo functions. Added missing object
8767         properties, and added g_object_notify() to setters. 
8768         Wrote docs.
8769         
8770 2001-01-18  Tor Lillqvist  <tml@iki.fi>
8771
8772         * gtk/gtkmain.c
8773         * gtk/gtkrc.c: (Win32) Use the new
8774         g_win32_get_package_installation_(sub)directory() functions.
8775
8776         * config.h.win32.in: New file.
8777         
8778         * config.h.win32: Removed.
8779
8780         * configure.in: Output config.h.win32.
8781
8782         * Makefile.am: Add it to EXTRA_DIST.
8783
8784         * gtk/gtk.def: Update.
8785
8786 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
8787
8788         * gtk/gtklabel.c (gtk_label_size_request): Set the
8789         attributes onto the PangoLayout even if they are newly
8790         created from label->pattern.
8791
8792 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
8793
8794         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
8795
8796         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
8797         structures in functions. Fixes bug where gtk_dataset_*
8798         was accidentally still being used in one place, causing
8799         every dest side event to be treated independently.
8800
8801         * gtk/gtkdnd.c: Remove last vestages of handling
8802         ::draw (fixes warning)
8803         
8804         * gtk/gtkentry.[ch]: Add drag and drop support.
8805
8806         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
8807         new function gtk_check_drag_threshhold() for checking
8808         to check if (dx,dy) has exceeded the threshhold for starting
8809         a drag and use it everywhere.
8810
8811 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
8812
8813         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
8814         add -I{includedir}/gtk-2.0.
8815
8816         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
8817         gdk/gdk-pixbuf.h: Doc fixups.
8818         
8819         * gtk/gtkobject.h: Remove trailing , from enum
8820
8821 2001-01-17 Alexander Larsson <alexl@redhat.com> 
8822
8823         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
8824         Doh! Mixed up x and y.
8825
8826         * gdk/linux-fb/gdkglobals-fb.c:
8827         Removed gdk_fb_pointer_grab_window_events,
8828         added _gdk_fb_pointer_grab_owner_events and
8829         _gdk_fb_keyboard_grab_owner_events.
8830
8831         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
8832         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
8833         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
8834         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
8835         Send crossing events after ungrab finished.
8836         (gdk_keyboard_grab): Set ..._owner_events
8837         (type_masks): Move out of function.
8838         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
8839         gdk_fb_keyboard_event_window): New functions, return the
8840         window an event should be targeted at. Handles grabs and
8841         event propagation. Can return NULL.
8842         (gdk_event_make): Remove event_mask checking. Now always
8843         returns an event.
8844                 
8845         * gdk/linux-fb/gdkkeyboard-fb.c:
8846         * gdk/linux-fb/gdkproperty-fb.c:
8847         * gdk/linux-fb/gdkselection-fb.c:
8848         Use new event_window/gdk_event_make() behaviour.
8849         
8850         * gdk/linux-fb/gdkmouse-fb.c:
8851         Use new event_window/gdk_event_make() behaviour.
8852         Only send motion events if in the same window.
8853         If grabbed, use cursor from window if sibling of grabbed
8854         window, and cursor from grabbed window otherwise.
8855
8856         * gdk/linux-fb/gdkprivate-fb.h:
8857         Update gdk_fb_window_send_crossing_events, gdk_event_make
8858         and grab varaible declarations. Add gdk_fb_*_event_window().
8859
8860         * gdk/linux-fb/gdkwindow-fb.c:
8861         Use new event_window/gdk_event_make() behaviour.
8862         Keep correct track of focus window.
8863         (gdk_window_set_events): Set all specific button motion masks
8864         if GDK_BUTTON_MOTION_MASK set.
8865
8866         * gtk/gtkdnd.c (gtk_drag_update):
8867         Free info->last_event if gdk_drag_motion returned FALSE.
8868
8869 2001-01-16  Tor Lillqvist  <tml@iki.fi>
8870
8871         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
8872         Eliminate redraws when input-only windows are shown or
8873         hidden. Thanks to jpe@archaeopteryx.com.
8874
8875 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
8876
8877         * docs/faq/gtk-faq.sgml: FAQ update:
8878           - Update to bugzilla
8879           - Add GTK+ and security/SUID/SGID
8880           - Add DnD question
8881
8882 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
8883
8884         * gdk/linux-fb/gdkdnd-fb.c:
8885         Some cleanups.
8886         
8887 2001-01-15  Havoc Pennington  <hp@pobox.com>
8888
8889         * tests/testtreeview.c: add test stuff for CellRendererToggle
8890
8891         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
8892         accessor
8893
8894         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
8895         only toggle on button press (would do release like GtkButton, but
8896         we'd need implicit grab code for treeview cells)
8897
8898 2001-01-16  Tor Lillqvist  <tml@iki.fi>
8899
8900         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
8901
8902         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
8903         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
8904
8905         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
8906         to g_{locale,filename}_{to,from}_utf8 to match current API.
8907
8908         * gtk/makefile.msc.in (gtk_OBJECTS)
8909         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
8910
8911         * gtk/gtk.def: Update.
8912
8913 2001-01-15  Tor Lillqvist  <tml@iki.fi>
8914
8915         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
8916         implementaion that more closely mimics the events that an X server
8917         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
8918         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
8919         with nested preview widgets, for instance, more responsive when
8920         you move the mouse quickly into them.
8921         (find_window_for_pointer_event): Make it actually compile.
8922         (gdk_event_translate): Set send_event to the value of
8923         InSendMessage (). This doesn't really mean the same as X11's
8924         send_event flag, but is close enough, says jpe@archaeopteryx.com
8925
8926 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8927
8928         * gdk/linux-fb/gdkdnd-fb.c:
8929         Implemented drag and drop.
8930         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
8931         when it tries to free and then copy the same event (info->last_event).
8932         I am not sure about why this happens, but will continue looking.
8933
8934 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8935
8936         * gdk/linux-fb/gdkwindow-fb.c:
8937         Use gdk_window_invalidate_rect instead of
8938         gdk_window_invalidate_rect_clear to minimise flashing.
8939         When hiding windows you need to clear the root window though.
8940
8941 2001-01-15  Alexander Larsson  <alexl@redhat.com>
8942
8943         * gdk/linux-fb/gdkdrawable-fb2.c:
8944         For optization, add an full_shapes argument to gdk_fb_clip_region.
8945         If this is false, only the cliprects of the shapes are used.
8946
8947         * gdk/linux-fb/gdkprivate-fb.h:
8948         Export gdk_fb_window_peek_shape.
8949         Add full_shapes to gdk_fb_clip_region.
8950
8951         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
8952         When moving a window, don't clear everything under the it, just the
8953         root window. Makes stuff faster and flash less.
8954         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
8955         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
8956         offset of the shape.
8957         
8958
8959 2001-01-12  Havoc Pennington  <hp@redhat.com>
8960
8961         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
8962         current invalid region, fixes redraw bug while scrolling the 
8963         text widget
8964
8965         * gtk/gtktextview.c, gtk/gtktextview.h:
8966         Rearrange the scrolling/validation/etc. code in a major way, 
8967         so it seems to make sense to me. Probably isn't genuinely that
8968         much better, but...
8969
8970         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
8971         notifies
8972
8973         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
8974
8975 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
8976
8977         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
8978         Hide mouse pointer while rotation. Show it afterwards.
8979
8980 2001-01-12  Alexander Larsson  <alexl@redhat.com>
8981
8982         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
8983         windows in consideration when generating clip region.
8984
8985         * gdk/linux-fb/gdkfb.h:
8986         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
8987
8988         * gdk/linux-fb/gdkprivate-fb.h:
8989         Add shape to GdkWindowFBDatat.
8990         exported gdk_fb_window_get_abs_shape().
8991         removed gdk_fb_draw_lines declaration.
8992
8993         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
8994         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
8995         send focus changes when there is a grabbed window.
8996         (gdk_window_get_pointer): Handle shaped windows.
8997         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
8998         (gdk_fb_window_peek_shape): Returns the shape for a window,
8999         handles GDK_FB_USE_CHILD_SHAPE.
9000         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
9001         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
9002         (gdk_window_shape_combine_mask): Implement.
9003
9004         * gtk/gtkwindow-decorate.c:
9005         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
9006         setting the shape of a window makes the window transparent.
9007
9008 2001-01-11  Havoc Pennington  <hp@redhat.com>
9009
9010         * gtk/gtktreemodelsimple.h: Oops, broke some macros
9011
9012 2001-01-10  Havoc Pennington  <hp@redhat.com>
9013
9014         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
9015         add this function, bug 40251
9016
9017         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
9018         of type macro   
9019
9020 2001-01-11  Alexander Larsson  <alexl@redhat.com>
9021
9022         * acconfig.h:
9023         Added ENABLE_SHADOW_FB
9024
9025         * configure.in:
9026         Added --disable-shadowfb
9027
9028         * gdk/linux-fb/gdkcursor-fb.c:
9029         Update shadowfb when updating cursor
9030
9031         * gdk/linux-fb/gdkdrawable-fb2.c:
9032         Added wrappers for shadowfb that calls  the normal drawable
9033         methods, but calls gdk_shadow_fb_update(bounding box) when
9034         GdkWindows are drawed to.
9035         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
9036         which also returns the bounding box.
9037
9038         * gdk/linux-fb/gdkfb.h:
9039         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
9040
9041         * gdk/linux-fb/gdkgeometry-fb.c:
9042         Update shadowfb when scrolling window.
9043
9044         * gdk/linux-fb/gdkglobals-fb.c:
9045         Add _gdk_fb_screen_angle.
9046         
9047         * gdk/linux-fb/gdkkeyboard-fb.c:
9048         Test code for screen rotation. Shift-F2 in the xlate driver
9049         rotates the screen.
9050
9051         * gdk/linux-fb/gdkmain-fb.c:
9052         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
9053
9054         * gdk/linux-fb/gdkmouse-fb.c:
9055         Use fb_width/height instead of modeinfo.xres/yres.
9056
9057         * gdk/linux-fb/gdkprivate-fb.h:
9058         Added fb_men, fb_width, fb_height & fb_stride. When using
9059         shadow fb these can differ from the framebuffer stuff.
9060         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
9061         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
9062         _gdk_fb_screen_angle. Removed CM, RP.
9063
9064         * gdk/linux-fb/gdkrender-fb.c:
9065         Added code for shadowfb handling and screen rotation using
9066         shadowfb.
9067
9068         * gdk/linux-fb/gdkwindow-fb.c:
9069         Use fb_mem, fb_stride, fb_width, fb_height.
9070         Added recompute_rowstride to reset the rowstride of all windows.
9071         Added gdk_fb_recompute_all() which recomputes rootwindow size,
9072         window abs positions and window rowstrides. Usefull when the
9073         rotation has changed.
9074
9075 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
9076
9077         * docs/faq/gtk-faq.sgml: update to make web site updating easier
9078
9079 2001-01-10  Havoc Pennington  <hp@redhat.com>
9080
9081         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
9082         where sibling == iter
9083         (gtk_tree_store_insert_after): handle sibling == iter
9084         (gtk_tree_store_prepend): remove stamp checks
9085         (gtk_tree_store_insert_before): ditto
9086         (gtk_tree_store_append): ditto
9087         (gtk_tree_store_get_path): ditto
9088         (gtk_tree_store_get_value): ditto
9089         (gtk_tree_store_iter_has_child): ditto
9090         (gtk_tree_store_iter_n_children): ditto
9091         (gtk_tree_store_iter_nth_child): ditto
9092         (gtk_tree_store_insert_after): ditto
9093         (gtk_tree_store_is_ancestor): ditto
9094         (gtk_tree_store_iter_depth): ditto
9095         (gtk_tree_store_insert_before): assert that sibling's parent is
9096         the same as the passed-in parent
9097         (gtk_tree_store_insert_after): assert that sibling's parent is
9098         the same as the passed-in parent
9099
9100         
9101         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
9102         function to get the first iterator in a model
9103         
9104         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
9105         conventionally the "root" in this sense is just NULL afaict.
9106
9107         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
9108         where sibling == iter
9109         (gtk_list_store_insert_after): handle case where sibling == iter
9110
9111         * tests/testtreeview.c (run_automated_tests): fairly lame basic
9112         automated tests for ListStore, TreeStore
9113
9114         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
9115         (gtk_list_store_insert): update tail pointer, and fix it to work
9116         (gtk_list_store_insert_before): update tail pointer, and fix it to work
9117         (gtk_list_store_append): use tail to be faster
9118         (gtk_list_store_prepend): fix it, update tail pointer
9119         (gtk_list_store_insert_after): fix it, update tail pointer
9120
9121         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
9122         the list
9123
9124 2001-01-09  Havoc Pennington  <hp@redhat.com>
9125
9126         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
9127         is NULL due to a pending resize
9128
9129         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
9130         column width to values less than 1
9131
9132         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
9133         width to be between min/max width, and still set the width 
9134         even if autosize is turned on, so the tree view can use this 
9135         function in order to autosize.
9136         (gtk_tree_view_column_init): set initial width to 1 not 0
9137
9138         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
9139         setter function to modify column width, so we get notification
9140         (gtk_tree_view_insert_iter_height): ditto
9141         (gtk_tree_view_calc_size): ditto
9142         (gtk_tree_view_check_dirty): ditto
9143
9144         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
9145         properties to change all the interesting attributes of the tree
9146         view column.
9147         (gtk_tree_view_column_set_header_clickable): rename set_clickable
9148         (gtk_tree_view_column_get_clickable): add
9149         (gtk_tree_view_column_set_cell_renderer): don't unset the current
9150         attributes; assume a cell renderer with equivalent object
9151         properties has been swapped in. Do g_object_notify().
9152         (gtk_tree_view_column_set_visible): g_object_notify
9153         (gtk_tree_view_column_get_sizing): rename from get_col_type
9154         (gtk_tree_view_column_set_sizing): g_object_notify
9155         (gtk_tree_view_column_set_width): add g_object_notify
9156         (gtk_tree_view_column_set_min_width): ditto
9157         (gtk_tree_view_column_set_max_width): ditto
9158         (gtk_tree_view_column_set_title): ditto
9159         (gtk_tree_view_column_set_clickable): ditto
9160         (gtk_tree_view_column_set_widget): ditto
9161         (gtk_tree_view_column_set_justification): ditto
9162
9163 2001-01-09  Havoc Pennington  <hp@redhat.com>
9164
9165         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
9166         there are no rows in the model
9167
9168         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
9169         NULL, then return the start of the list
9170
9171         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
9172         if we can't get any rows from an empty model 
9173
9174         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
9175         extraneous * after function pointer typedef usage
9176
9177         * Makefile.am: don't specify full path to cp and rm
9178
9179         * gtk/gtkcellrenderertextpixbuf.c
9180         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
9181         NULL before dereferencing, fixes a segfault that happened from
9182         time to time
9183
9184         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
9185         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
9186         and reindent the function
9187         (gtk_cell_renderer_pixbuf_get_size): indentation
9188
9189         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
9190         we quit it
9191         (gtk_dialog_add_buttons_valist): add g_return_if_fail
9192         (gtk_dialog_set_default_response): New function, to set default
9193         button
9194         (gtk_dialog_set_response_sensitive): New function, to set 
9195         sensitivity of buttons
9196
9197         * gtk/gtkcellrendererpixbuf.c
9198         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
9199         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
9200
9201         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
9202         handle any G_TYPE_OBJECT subclass, not just the base class, and 
9203         also boxed types.
9204         (_gtk_tree_data_list_value_to_node): ditto
9205
9206         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
9207         --gtk-debug=tree
9208
9209         * gtk/gtkmain.c: add GTK_DEBUG_TREE
9210
9211         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
9212
9213 2001-01-09  Tor Lillqvist  <tml@iki.fi>
9214
9215         * gdk/win32/gdkevents-win32.c: Implement better mouse
9216         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
9217         (find_window_for_pointer_event): New function.
9218         (gdk_event_translate): Use it when handling mouse events.
9219
9220 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
9221
9222         * configure.in:
9223         Added --with-included-loaders option
9224
9225         * gdk-pixbuf/Makefile.am:
9226         * gdk-pixbuf/gdk-pixbuf-io.c:
9227         Add support for including selected gdk-pixbuf loaders only.
9228
9229         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
9230         gtk_window_set_has_frame):
9231         Added inline documentation.
9232
9233         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
9234         * docs/reference/gdk/tmpl/windows.sgml:
9235         Added inline documentation.
9236
9237 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
9238
9239         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
9240         realizing buttons that have already been realized.
9241
9242 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * tests/testtreeview.c (main): Show menu items before adding to
9245         option menu.
9246
9247         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
9248         around if we kill them.
9249
9250         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
9251         Return if we pass in a NULL model.
9252
9253 2001-01-08  Havoc Pennington  <hp@redhat.com>
9254
9255         * tests/testtreeview.c: hack on this some
9256
9257         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
9258         gtk_tree_store_set_valist, v is for arrays, valist for varargs
9259         list
9260         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
9261
9262         * gtk/gtkliststore.h: Add varargs set() and get() convenience
9263         functions
9264
9265 2001-01-08  Alexander Larsson  <alexl@redhat.com>
9266
9267         * gtk/gtkwindow-decorate.[hc]:
9268         * gtk/Makefile.am:
9269         New files. Contains an implementation of a minimal WM for
9270         linux-fb.
9271
9272         * gtk/gtkwindow.h:
9273         Add the possibility for GtkWindows to specify a frame. This
9274         is used for the window decoration code, but could concievably
9275         be used for X programs too (xmms style windows).
9276         GtkWindow->frame is the toplevel window if the window is framed.
9277         The signal frame_event gets all events that are targeted to
9278         GtkWindow->frame.
9279         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
9280         
9281         * gtk/gtkwindow.c:
9282         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
9283         Call out to gtkwindow-decorate.c for WM support in linx-fb.
9284
9285 2001-01-08  Alexander Larsson  <alexl@redhat.com>
9286
9287         * docs/README.linux-fb:
9288         Correct filename ~/.pangoft2_aliases
9289
9290         * gdk/gdkwindow.h:
9291         Added new function gdk_window_get_decorations.
9292
9293         * gdk/linux-fb/gdkfb.h:
9294         Removed _gdk_window_get_decorations declaration.
9295         Renamed _gdk_window_set_child_handler to
9296         gdk_fb_window_set_child_handler.
9297
9298         * gdk/linux-fb/gdkwindow-fb.c:
9299         Renamed _gdk_window_set_child_handler to
9300         gdk_fb_window_set_child_handler.
9301
9302         * gdk/x11/gdkwindow-x11.c:
9303         New function gdk_window_get_mwm_hints().
9304         Implemented gdk_window_get_decorations.
9305
9306         * docs/reference/gdk/tmpl/windows.sgml:
9307         * docs/reference/gdk/gdk-sections.txt:
9308         Added gdk_window_get_decorations docs.
9309         
9310 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
9311
9312         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
9313         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
9314         gdk_fb_window_send_crossing_events):
9315         Possibly send focus events when the mouse moves from one
9316         window to another.
9317
9318 2001-01-07  Tor Lillqvist  <tml@iki.fi>
9319
9320         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
9321         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
9322         to match current API.
9323
9324         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
9325         environment variable is set, don't call g_error when on a
9326         palettized (PseudoColor) display. Some people want to use GTK+ 
9327         in 256-colour mode even though works only partially.
9328
9329         * gdk/gdk.def
9330         * gtk/gtk.def
9331         * gtk/makefile.mingw.in: Update.
9332
9333 2001-01-05  Havoc Pennington  <hp@redhat.com>
9334
9335         * tests/testtreeview.c: hack on this a bit
9336
9337         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
9338         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
9339
9340         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
9341         was spelled incorrectly
9342         (GTK_IS_TREE_MODEL_SIMPLE): ditto
9343
9344         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
9345         from gtk_tree_view_set_headers_active   
9346
9347         * gtk/gtktexttag.c:
9348         (gtk_text_tag_get_property): handle PROP_DIRECTION
9349         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
9350         properties, bug 40235
9351
9352         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
9353         forward_to_line_end
9354
9355 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
9356
9357         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
9358         modules/input/gtkimcontextxim.c: Adapt to new prototypes
9359         for unicode,locale,filename conversion functions.
9360
9361 2001-01-05  Havoc Pennington  <hp@redhat.com>
9362
9363         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
9364         broken if called on the first position in the buffer.
9365
9366         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
9367         forward_to_delimiters to be called only if we aren't already at
9368         the delimiters.
9369
9370 2001-01-05  Havoc Pennington  <hp@redhat.com>
9371
9372         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
9373
9374 2001-01-05  Alexander Larsson  <alexl@redhat.com>
9375
9376         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
9377         colormap in here. Sync from X port.
9378         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
9379         Sync from X port.
9380         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
9381         This happens now and then, and i don't think it is a bug.
9382         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
9383         != endpoint.
9384         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
9385         GDK_LINE_SOLID.
9386
9387         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
9388         some of the fields filled in at least.
9389
9390         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
9391         miLineArcD is no more, remove it from the function definition.
9392
9393 2001-01-04  Havoc Pennington  <hp@redhat.com>
9394
9395         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
9396         this
9397
9398         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
9399         user_data instead of tree_node
9400
9401         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
9402         TREE_VIEW_COLUMN_SIZE
9403
9404         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
9405         "size" field to "width" finishes bug 40061
9406
9407         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
9408         for bitfields, bug 40268
9409
9410 2001-01-04  Havoc Pennington  <hp@redhat.com>
9411
9412         Rename some stuff:
9413         
9414         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
9415
9416         s/GtkModelSimple/GtkTreeModelSimple/g;
9417         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
9418         s/gtk_model_simple/gtk_tree_model_simple/g;
9419         s/gtkmodelsimple/gtktreemodelsimple/g;
9420
9421         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
9422
9423         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
9424         s/column_set_col_type/column_set_sizing/g;
9425
9426         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
9427         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
9428
9429         s/GtkCellRendererType/GtkCellRendererState/g;
9430         
9431         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
9432         (gtk_cell_renderer_toggle_class_init): change "state" property to
9433         "active", to match GtkToggleButton
9434         (gtk_cell_renderer_toggle_get_active): new function, bug
9435         40269
9436         (gtk_cell_renderer_toggle_set_active): new function
9437         (gtk_cell_renderer_toggle_set_property): route changes to toggle
9438         state through gtk_cell_renderer_set_active
9439
9440 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
9441
9442         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
9443         temporarily until they work again.  Brought up to date with
9444         changes in the model.
9445         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
9446         model.
9447
9448 2001-01-04  Havoc Pennington  <hp@redhat.com>
9449
9450         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
9451         equal to the line length, then position iterator before paragraph 
9452         separators. Fixes crash reported by Mikael Hermansson when
9453         pressing left arrow from the start of a line.   
9454
9455         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
9456         about byte indexes off the end
9457         (iter_set_from_char_offset): add g_error about char offsets
9458         off the end
9459
9460 2001-01-03  Havoc Pennington  <hp@redhat.com>
9461
9462         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
9463
9464         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
9465         of private functions; remove inclusion of private headers.
9466
9467         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
9468         function, so we don't need private functions in gtktextdisplay.c
9469
9470         * gtk/gtktextiterprivate.h: underscore-ification
9471
9472         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
9473         to instead say "only useful to implement widgets"
9474
9475         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
9476         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
9477         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
9478
9479         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
9480         This function was completely broken
9481
9482         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
9483
9484         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
9485
9486         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
9487
9488         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
9489
9490         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
9491
9492         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
9493
9494         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
9495         gtk_paint_layout
9496
9497         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
9498         gtk_paint_layout
9499
9500         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
9501         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
9502         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
9503         which were not implemented.     
9504
9505         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
9506         insert_pixbuf signal. Rename delete_text to delete_range since it
9507         also deletes pixbufs and child anchors. This almost closes bug
9508         40245 (still need to deal with child anchors)
9509
9510         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
9511         insert_pixbuf, change signal names as appropriate, change types of
9512         signals taking marks/tags to have the specific type, not just
9513         G_TYPE_OBJECT
9514         
9515         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
9516         closes bug 40051
9517
9518         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
9519         unnecessary remove_contents() call
9520         (gtk_option_menu_class_init): add a "changed" signal, closes
9521         bug 40039
9522         (gtk_option_menu_update_contents): emit "changed" if the 
9523         active menu item changes
9524
9525         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
9526         cast to GtkObject, reported by Jonas Borgstrom
9527         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
9528         we can't do stuff with side effects in finalize. Instead, spew a
9529         warning if the loader isn't closed.
9530
9531         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
9532         colormap in here, non-X ports probably need to sync to this change
9533
9534         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
9535         assertion that colormap != NULL, you can set the colormap to NULL
9536         if you like.
9537         
9538         * Makefile.am: remove gtk-config-2.0
9539
9540         * configure.in: Use pkg-config to locate GLib. Remove
9541         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
9542         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
9543         Use pkg-config to locate Pango. Output correct Pango libs to
9544         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
9545
9546         * Makefile.am (pkgconfig_DATA): install only target-specific pc
9547         files
9548         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
9549         X11 pc files
9550
9551         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
9552         unref from here
9553
9554 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
9555
9556         * configure.in:
9557         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
9558
9559 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
9560
9561         * gtk/gtktextlayout.c
9562         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
9563         variable when moving back onto a single line.
9564
9565 2001-01-01  Havoc Pennington  <hp@redhat.com>
9566
9567         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
9568
9569         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
9570
9571         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
9572         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
9573
9574 2001-01-01  Havoc Pennington  <hp@redhat.com>
9575
9576         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
9577
9578         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
9579         GtkTextAttributes
9580
9581         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
9582         #40246
9583         (gtk_text_attributes_copy_values): rename from 
9584         gtk_text_attributes_copy
9585         (gtk_text_attributes_copy): a more standard GTK copy function, 
9586         which returns a new object
9587
9588 2001-01-01  Havoc Pennington  <hp@redhat.com>
9589
9590         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
9591         
9592         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
9593         don't fill in tree_view->priv->selection, kind of an unexpected
9594         side effect
9595
9596         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
9597         gtkintl.h
9598         
9599         * gtk/gtkcellrenderer.c: Remove definition of _ and include
9600         gtkintl.h
9601         (gtk_cell_renderer_get_property): remove calls to g_value_init
9602
9603         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
9604         gtkintl.h
9605
9606         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
9607         and include gtkintl.h
9608         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
9609         property names
9610
9611         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
9612         GtkTreeSelection
9613         (_gtk_tree_selection_new_from_with_view): rename, return
9614         GtkTreeSelection
9615         (_gtk_tree_selection_set_tree_view): rename with uscore
9616         (gtk_tree_selection_get_selected): fill in the "model" out param
9617         first, so it gets filled in even if we return at the top of the 
9618         function
9619         (gtk_tree_selection_real_select_all): add a comment and an else{}
9620         to clarify this a bit
9621         (gtk_tree_selection_real_unselect_all): add the same else{}
9622
9623         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
9624         set_tree_view to have underscore prefixes, move them to the
9625         private header, fix return type of new_with_tree_view
9626         (struct _GtkTreeSelection): mark struct
9627         fields private  
9628
9629         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
9630         GtkTreeModelFlags, not a guint
9631         (gtk_tree_path_prev): return gboolean not gint
9632         (gtk_tree_path_up): return gboolean not gint
9633
9634         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
9635         return GtkTreeModelFlags, not a guint
9636
9637         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
9638         that child model is non-null before unrefing it
9639         (g_value_int_compare_func): make this a qsort compare func, not 
9640         a boolean predicate
9641
9642         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
9643         (add -umn to the end), and mark it unimplemented
9644         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
9645         I don't see what it's for - doesn't the model always sort itself?
9646         (gtk_tree_model_sort_set_compare): this had the wrong signature
9647
9648         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
9649         Fix the docs to say that it destructively replaces existing
9650         attributes (previously said that it added attributes).
9651         (gtk_tree_view_column_set_visible): canonicalize bool before
9652         equality testing. Also, check for realization before
9653         hiding/showing the tree_column->window; if this window could exist
9654         before realization, then it's busted and needs fixing, we can't 
9655         create GDK resources pre-realization. Also, remove
9656         superfluous queue_resize(), since set_size() does that for us.
9657         (gtk_tree_view_column_set_col_type): check realization before 
9658         using tree_column->window
9659
9660         * gtk/gtktreedatalist.c: fix filename in copyright notice
9661
9662 2000-12-31  Havoc Pennington  <hp@pobox.com>
9663
9664         * gtk/gtktextview.c: Rearrange all the
9665         scroll-while-dragging-or-selecting code to be different, not
9666         necessarily better. ;-)
9667         (gtk_text_view_scroll_to_mark): Change this
9668         function to take within_margin as a fraction instead of a pixel
9669         value, and to take alignment arguments (indicating where to align 
9670         the mark inside the visible area)
9671         
9672         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
9673         to GtkObject
9674
9675         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
9676         behavior so that offsets past the end of the line are not 
9677         allowed, and an offset equal to the line length moves the iterator
9678         to the next line
9679         (gtk_text_iter_set_line_index): make parallel change
9680         (gtk_text_iter_get_bytes_in_line): add this function
9681         
9682         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
9683         of byte indexes off the end of the line; byte index at the end of
9684         the line now returns FALSE and doesn't fill in the requested
9685         values, byte index past the end of the line is an error.  Also,
9686         don't allow -1 offset anymore, since its meaning is unclear.
9687
9688         This change exposes some bug in visual cursor motion, where we
9689         end up with a huge invalid byte index; needs fixing. Symptom of 
9690         bug is a crash when you hit up arrow.
9691         
9692         (_gtk_text_line_char_locate): match the change to byte_locate
9693
9694         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
9695         from start of line properly. fixes bug reported by Mikael
9696         Hermansson where backspace would delete all text before the
9697         cursor.
9698
9699 2000-12-30  Tor Lillqvist  <tml@iki.fi>
9700
9701         * gdk/win32/gdkwindow-win32.c
9702         (gdk_window_impl_win32_get_visible_region): New function, as in
9703         the X11 backend.
9704         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
9705         instead of duplicating the same code here.
9706
9707         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
9708         GDK_COLORMAP macro.
9709
9710         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
9711         destroy function.
9712         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
9713         access that.
9714
9715         * gtk/gtk.def: Update.
9716
9717         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
9718
9719 2000-12-30  Havoc Pennington  <hp@pobox.com>
9720
9721         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
9722         colormap on input only windows, to avoid special cases all over
9723         the code for these windows.
9724
9725 2000-12-26  Tor Lillqvist  <tml@iki.fi>
9726
9727         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
9728         we are on a palettized display ("PseudoColor" in X11), as the code
9729         for that doesn't work anyway, and never has.
9730
9731 2000-12-22  Alexander Larsson  <alexl@redhat.com>
9732
9733         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
9734         Don't use isprint() for chars > 255.
9735
9736 2000-12-21  Havoc Pennington  <hp@redhat.com>
9737
9738         * tests/testtreeview.c: more work
9739
9740 2000-12-21  Alexander Larsson  <alexl@redhat.com>
9741
9742         * docs/README.linux-fb:
9743         Update the docs to the new pangoft2 way.
9744
9745 2000-12-21  Alexander Larsson  <alexl@redhat.com>
9746
9747         * configure.in:
9748         For linux-fb get the pangoft2 cflags and libs. This needs a recent
9749         pango version.
9750         Remove modules/linux-fb/Makefile.
9751
9752         * gdk/linux-fb/gdkdrawable-fb2.c:
9753         Render glyphs using freetype.
9754
9755         * gdk/linux-fb/gdkfb.h:
9756         Add new fb-specific functions needed for managing windows.
9757
9758         * gdk/linux-fb/gdkmain-fb.c:
9759         Remove gdk_font_init/fini() calls.
9760
9761         * gdk/linux-fb/gdkpango-fb.c:
9762         Remove old implementation. Use pangoft2 instead.
9763
9764         * gdk/linux-fb/gdkprivate-fb.h:
9765         Remove PangoFBFont and related stuff.
9766
9767         * gdk/linux-fb/gdkwindow-fb.c:
9768         Implement drawable->get_visible_region.
9769         Implement support for _gdk_window_set_child_handler () and
9770         _gdk_window_get_decorations().
9771
9772         * modules/Makefile.am:
9773         Remove linux-fb subdir.
9774
9775         * modules/linux-fb/*:
9776         Removed all.
9777         
9778 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
9779
9780         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
9781         calls, as they are no longer needed.
9782
9783         * gtk/gtktreemodelsort.c: Fix up the comparison code.
9784         
9785         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
9786         figure out how to emit a signal on an interface.
9787
9788 2000-12-20  Havoc Pennington  <hp@redhat.com>
9789
9790         * tests: new directory to contain tests, gtk/test* should move
9791         here sometime (with appropriate on-cvs-server hackery)
9792
9793         * tests/testtreeview.c, tests/Makefile.am: a test
9794         
9795         * configure.in (AC_OUTPUT): add tests/Makefile
9796
9797         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
9798         and "invisible_set" which were missing
9799
9800         * gtk/gtkrbtree.h: some cheesy indentation fix
9801         
9802 2000-12-20  Alexander Larsson  <alexl@redhat.com>
9803
9804         * gtk/gtkinvisible.c (gtk_invisible_realize):
9805         Attach the style to the window so that the style it is not
9806         leaked when unrealizing the window.
9807
9808 2000-12-18  Havoc Pennington  <hp@redhat.com>
9809
9810         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
9811         begin/end user action where appropriate
9812         (gtk_text_view_commit_handler): add begin/end user action
9813
9814         * gtk/gtktextbuffer.c: add begin/end user action signals, and
9815         bracket interactive operations with begin/end user action pair.
9816         
9817         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
9818         "interactive" arg from insert_text and delete_text signals.
9819         Add begin_user_action, end_user_action signals
9820         (gtk_text_buffer_begin_user_action): 
9821         (gtk_text_buffer_end_user_action): New functions to delimit 
9822         a user-visible action
9823
9824         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
9825         signals.
9826         
9827 2000-12-18  Havoc Pennington  <hp@redhat.com>
9828
9829         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
9830         was pretty non-working.
9831
9832         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
9833         by passing the length to g_utf8_validate().
9834
9835 2000-12-16  Havoc Pennington  <hp@pobox.com>
9836
9837         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
9838         Port to GObject, can go back in gdk-pixbuf after setting up 
9839         a gdk-pixbuf-marshal.h header over there.
9840
9841         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
9842         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
9843         args
9844         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
9845         set
9846         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
9847         here, do it when we create the buttons later
9848         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
9849         (gtk_tree_view_map): paranoia checks that column->button is shown 
9850         and unmapped
9851         (gtk_tree_view_size_request): only request visible children.
9852         Move header size calculation in here, for cleanliness, and 
9853         to maintain invariants for child widgets if we eventually 
9854         let users set different children inside the buttons
9855         (gtk_tree_view_map_buttons): factor out code to map buttons,
9856         since it was being called several times
9857         (gtk_tree_view_size_allocate_buttons): move_resize the drag
9858         windows instead of just moving them; their height may change 
9859         if we allow random widgets in there, or the theme changes.
9860         (gtk_tree_view_size_allocate): move button size allocation 
9861         above emitting the scroll signals, to ensure a sane state when we
9862         hit user code
9863         (gtk_tree_view_button_release): remove queue_resize after
9864         tree_view_set_size(), set_size() will handle any resize queuing
9865         that's needed
9866         (gtk_tree_view_focus_in): just queue a draw, don't fool with
9867         draw_focus goo
9868         (gtk_tree_view_focus): use gtk_get_current_event() and
9869         gdk_event_get_state()
9870         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
9871         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
9872         semicolon
9873         (gtk_tree_view_create_button): show the button here
9874         (gtk_tree_view_button_clicked): actually emit the clicked signal
9875         on the column
9876         (_gtk_tree_view_set_size): return right away if the size is
9877         unchanged, as a cheesy optimization
9878         (gtk_tree_view_setup_model): rename set_model_realized to 
9879         setup_model to match the flag that indicates whether we've 
9880         called it
9881         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
9882         exist, because set_scroll_adjustment does that and it shouldn't
9883         matter what order you call these in
9884         (gtk_tree_view_get_vadjustment): ditto
9885         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
9886         for paranoia
9887         (gtk_tree_view_set_headers_visible): call
9888         gtk_tree_view_map_buttons() instead of using cut-and-paste code
9889         (gtk_tree_view_append_column): clarify whether the return value
9890         is the count of columns before or after, and do the increment 
9891         separately from the return statement so you can tell from the code.
9892         (gtk_tree_view_remove_column): ditto
9893         (gtk_tree_view_insert_column): ditto
9894         (gtk_tree_view_get_column): remove g_return_if_fail for columns
9895         outside the existing range, the docs say that outside-range
9896         columns are allowed, so we handle them as documented. (Presumably
9897         this allows a nice loop with column != NULL as test.)
9898         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
9899         mean (left/right/center etc.).
9900         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
9901         (gtk_tree_view_expand_row): add docs
9902         (gtk_tree_view_collapse_row): add docs
9903
9904         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
9905         function to emit the clicked signal on a column
9906         
9907         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
9908         state of an event
9909         (gdk_event_get_time): don't treat GDK_SCROLL 
9910         as a button event, remove default case from switch so gcc 
9911         will whine if we don't explicitly handle all event types
9912
9913         * gtk/gtktreeselection.h: added some FIXME 
9914         
9915         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
9916         "columns" to "n_columns" and "column" to "columns" for clarity
9917
9918 2000-12-16  Havoc Pennington  <hp@pobox.com>
9919         
9920         * gtk/gtktextiter.c: General cleanup of the log attr iteration
9921         stuff. This should make e.g. the delete key work again in the
9922         text widget...
9923         (gtk_text_iter_forward_cursor_positions): handle negative count
9924         (gtk_text_iter_backward_cursor_positions): handle negative count
9925         (gtk_text_iter_forward_word_ends): handle negative count
9926         (gtk_text_iter_backward_word_starts): handle negative count
9927
9928         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
9929         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
9930         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
9931         GObject. No doubt will cause breakage.
9932
9933         * demos/gtk-demo/textview.c: remove hacks around
9934         non-GObject-ification of the text objects
9935
9936         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
9937         the text tag
9938         
9939 2000-12-14  Havoc Pennington  <hp@pobox.com>
9940
9941         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
9942         that we have Xrender
9943
9944 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
9945
9946         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
9947         Add two virtualized functions gdk_drawable_get_clip_region - to
9948         get the clip region when drawing.
9949         
9950         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
9951         use invalidate_region.
9952
9953         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
9954         region.
9955
9956         * acconfig.h configure.in: Check for Xft. For now, assume
9957         that if Xft is found, Pango was compiled with Xft support
9958         as well.
9959
9960         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
9961         gdk_colormap_query_color().
9962         
9963         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
9964         with Xft if appropriate.
9965
9966         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
9967         a pangoxft context if we have XFT and the environment
9968         variable GD_USE_XFT is set.
9969         
9970         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
9971         and also possibly an XftDraw structure.
9972
9973         * gtk/gtkfontsel.c: Handle the case where the font from the
9974         style doesn't match any of the fonts a bit better.
9975         
9976         * gtk/testgtk.c: Add tabs between directional segments for
9977         hebrew/arabic test. (Not really necessary, just a little
9978         prettier.)
9979
9980 2000-12-14  Havoc Pennington  <hp@redhat.com>
9981
9982         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
9983         reading a file
9984
9985 2000-12-14  Havoc Pennington  <hp@redhat.com>
9986
9987         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
9988         unused call to get_last_line()
9989
9990         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
9991         here until boxed is working (and maybe after that - we should
9992         really not gratuitously break old code)
9993
9994         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
9995         specific types for font_desc and tabs args, move them to
9996         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
9997         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
9998
9999         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
10000         use GTK_TYPE_POINTER for signal signatures as a hack-around
10001
10002         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
10003         PangoTabArray
10004
10005         * gtk/gtktextlayout.c (line_display_iter_to_index): 
10006         make static
10007         (line_display_index_to_iter): make static
10008
10009         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
10010         to marshal a string not a boxed
10011
10012         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
10013
10014         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
10015         since the UTF-8 isn't validated yet
10016
10017         * gtk/gtktextsegment.c (char_segment_check_func): don't require
10018         lines to end in '\n'
10019         
10020         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
10021         forward_to_delimiters, and grapheme boundaries
10022         (gtk_text_view_delete_from_cursor): properly handle non-newline
10023         delimiters, and grapheme boundaries
10024
10025         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
10026         to gtk_text_iter_forward_to_delimiters, and make it work properly
10027         if empty lines end with a character other than '\n'
10028
10029         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
10030         position
10031
10032 2000-12-15  Tor Lillqvist  <tml@iki.fi>
10033
10034         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
10035
10036         * gtk/gtk.def
10037         * gdk/gdk.def: Update.
10038
10039         * gdk/win32/gdkmain-win32.c
10040         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
10041         gdkmain-win32.c here.
10042
10043         * gdk/win32/makefile.mingw.in (all): No need to make
10044         gdk-win32res.o here, the makefile one step up will call us to make
10045         it.
10046
10047         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
10048         gdkkeys-win32.
10049
10050         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
10051
10052         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
10053         call to g_source_add().
10054
10055         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
10056         leak. Thanks to Andreas Kemnade.
10057
10058 2000-12-13  Havoc Pennington  <hp@pobox.com>
10059
10060         * gtk/gtktextbtree.h: Remove double _ in front of some functions
10061
10062         * gtk/gtktext*.[hc]: update accordingly
10063         
10064 2000-12-13  Havoc Pennington  <hp@pobox.com>
10065
10066         * gtk/gtktextbtree.h: Put _ in front of every function in this 
10067         header file
10068
10069         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
10070
10071 2000-12-13  Alex Larsson  <alexl@redhat.com>
10072
10073         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
10074         Add support for ps2 intellimouse.
10075
10076         * gdkkeyboard-fb.c:
10077         Move shift-F1 repaint handling to xlate handler only.
10078         
10079         * docs/README.linux-fb:
10080         Add imps2 to docs.
10081         Document the new refresh keys.
10082         
10083 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
10084
10085         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
10086
10087         * gtk/gtkbox.c: change property types from (u)long to (u)int for
10088         ::position and ::padding.
10089
10090         * gtk/gtkcontainer.c: make ::border_width an INT property.
10091
10092         * gtk/gtkpacker.c: make ::position an INT property.
10093
10094         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
10095         guard against NULL h/v scrollbars, since this is used at construction
10096         time.
10097
10098         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
10099         internal gtk_clist_constructor().
10100
10101         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
10102         gtk_ctree_constructor().
10103
10104         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
10105         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
10106
10107         * docs/reference/Makefile.am: fun stuff, disabled docs generation
10108         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
10109
10110         * gtk/gtkwidget.[hc]:
10111         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
10112         and gtk_widget_get().
10113         (gtk_widget_new): use g_object_new_valist().
10114         (gtk_widget_set): use g_object_set_valist().
10115
10116         * gtk/gtkobject.[hc]:
10117         removed gtk_object_arg_get_info(), gtk_object_getv(),
10118         gtk_object_query_args(), gtk_object_newv(),
10119         gtk_object_class_add_signals(),
10120         gtk_object_class_user_signal_new(),
10121         gtk_object_class_user_signal_newv(),
10122         gtk_object_arg_set(), gtk_object_arg_get(),
10123         gtk_object_args_collect(),
10124         gtk_object_default_construct(),
10125         gtk_object_constructed(),
10126         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
10127         removed nsignals, signals and n_args members from GtkObjectClass.
10128         (gtk_object_new): use g_object_new_valist().
10129         (gtk_object_set): use g_object_set_valist().
10130         (gtk_object_get): use g_object_get_valist().
10131         
10132         * gtk/gtkcompat.h: define gtk_object_default_construct().
10133         
10134         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
10135         g_object_new().
10136
10137         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
10138         fucntions, cleaned up method assignments (make sure your structures
10139         are setup properly before calling out). removed all GTK_CONSTRUCTED
10140         hacks ;)
10141
10142 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
10143
10144         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
10145         off-by-one error in checks. (Dave Lambert)
10146
10147 2000-12-12  Alexander Larsson  <alexl@redhat.com>
10148
10149         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
10150         Don't free gdk_fb_keyboard twice.
10151
10152 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
10153
10154         * gtk/testgtk.c:
10155         (create_tooltips): 
10156         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
10157         use GObject swapped_signal:: properties instead.
10158
10159         * gtk/gtkcellrenderertoggle.c: 
10160         * gtk/gtkcellrenderertextpixbuf.c: 
10161         * gtk/gtkcellrenderertext.c: 
10162         * gtk/gtkcellrendererpixbuf.c: 
10163         * gtk/gtkcellrenderer.c:
10164         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
10165         missing warnings for invalid property ids, install properties
10166         with g_object_class_install_property() now.
10167         
10168         * gtk/gtksignal.c:
10169         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
10170         
10171 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
10172         
10173         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
10174         to determine if a window is the focus widget within
10175         its toplevel.
10176
10177         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
10178         to be boolean.
10179
10180         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
10181         of the case where the container CAN_FOCUS to here instead
10182         of having it in each individual move-the-focus place.
10183
10184         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
10185         focusing to be geometric in a much more obvious sense. Arrowing
10186         around is still non-intuitive because it isn't perfect and
10187         because entries, etc, grab the arrow keys, but it at least
10188         usually will do what you expect now.
10189         
10190         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
10191         file.
10192
10193         * gtk/gtknotebook.c: Change tabs to be a single item in
10194         the focus chain. Make movement of focus on tabs with arrow
10195         keys wrap around.
10196         
10197         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
10198         CHECK_FIND_CHILD macro to give informative error messages
10199         instead of silent returns.
10200
10201         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
10202         flag since we handle GdkReturn on the tabs.
10203
10204         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
10205         windows rather than sending expose events directly.
10206
10207         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
10208         definition for GtkNotebookPage into .c file, since it is private.
10209
10210         * gtk/testgtk.c (create_notebook): Add option for 
10211         testing borderless notebook.
10212
10213         * gtk/testgtk.c (page_switch): Removed egregious poking
10214         around in GTK+ internals.
10215
10216         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
10217
10218         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
10219         properly through gtk_clist_focus. Make the title headers a
10220         single item in the tab-focus chain, and make left-right wrap
10221         around.
10222
10223         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
10224         focus method so that wrapping around works properly.
10225
10226         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
10227         that is handled for the widget now. 
10228
10229 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
10230
10231         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
10232         widgets as TOPLEVEL.
10233
10234         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
10235         TOPLEVEL widgets are containers.
10236
10237         * gtk/gtkinvisible.h: Remove useless include.
10238
10239 2000-12-11  Havoc Pennington  <hp@redhat.com>
10240
10241         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
10242         Handle chopping off \r\n and 0x2029 in addition to \n before
10243         passing to PangoLayout
10244
10245         * gtk/gtkimcontextsimple.c
10246         (gtk_im_context_simple_get_preedit_string): 
10247         return an empty string if no match is pending
10248
10249         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
10250         assertion that the returned preedit string was sane
10251
10252         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
10253         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
10254         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
10255
10256 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
10257
10258         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
10259         Fix up finalizer to chain to its parent.
10260
10261 2000-12-11  Alexander Larsson  <alexl@redhat.com>
10262
10263         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
10264         Clearified the difference between the keyboard types. Wrote a note
10265         about the magic sysrq key to get out of raw mode.
10266
10267 2000-12-09  James Henstridge  <james@daa.com.au>
10268
10269         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
10270         member to hold masks for detecting the start of a protocol packet.
10271         (mouse_devs): add packet start masks for ps2 and ms device types.
10272         Left the mask for fidmour blank, as I have no idea what it should
10273         be.
10274         (handle_mouse_io): skip bytes until we get to the start of a
10275         packet.  My Logitech mouse seems to be passing an extra NULL pad
10276         byte, and GPM does a similar thing here.
10277         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
10278         this is the ms mouse driver.
10279         (gdk_fb_mouse_ms_packet): fix up button handling, which was
10280         completely broken except for button1.  It was checking the wrong
10281         bit in the packet for the status of the right mouse button, and
10282         wrongly assuming right == button2 rather than 3.  I fixed that and
10283         also added support for middle button (button2).
10284
10285 2000-12-08  Havoc Pennington  <hp@redhat.com>
10286
10287         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
10288         that cause a segfault on text insertion
10289
10290         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
10291         warning
10292
10293         * gtk/gtktextiter.c (test_log_attrs): use
10294         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
10295
10296         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
10297         Get log attrs for a line, using a cache stored on the buffer
10298         
10299         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
10300         reported by Jeff Franks
10301
10302 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
10303
10304         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
10305         /dev/ttyS0 -> /dev/mouse
10306
10307 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
10308
10309         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
10310         Added dummy gdk_fontset_load.
10311
10312 2000-12-08  Alexander Larsson  <alexl@redhat.com>
10313
10314         * docs/README.linux-fb:
10315         * docs/Makefile.am:
10316         Initial GtkFB docs.
10317         
10318         * gdk/linux-fb/Makefile.am:
10319         Define GDK_DATA_PREFIX.
10320
10321         * gdk/linux-fb/gdkmain-fb.c:
10322         Fix typo.
10323         Change default display to /dev/fb0.
10324
10325         * gdk/linux-fb/gdkpango-fb.c:
10326         Add $(prefix)/share/fonts/ to font path.
10327         
10328 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
10329
10330         * gdk/linux-fb/gdkkeyboard-fb.c:
10331         New file containing the abstracted keyboard driver. Most code
10332         taken from gdkinput-ps2.c
10333
10334         * gdk/linux-fb/gdkinput-ps2.c:
10335         Removed file.
10336         
10337         * gdk/linux-fb/Makefile.am:
10338         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
10339
10340         * gdk/linux-fb/gdkcolor-fb.c:
10341         display->fb was renamed to display->fb_fd.
10342
10343         * gdk/linux-fb/gdkcursor-fb.c:
10344         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10345
10346         * gdk/linux-fb/gdkinput.c:
10347         Moved gdk_input_init here from gdkinput-ps2.c
10348
10349         * gdk/linux-fb/gdkmain-fb.c:
10350         display->fb was renamed to display->fb_fd.
10351         Now the tty and the console is opened here instead
10352         of in the keyboard driver. Also check GDK_VT to see what
10353         tty to open.
10354         Move gdk_beep () here from gdkinput-ps2.c
10355         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10356
10357         * gdk/linux-fb/gdkmouse-fb.c:
10358         Add header.
10359         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10360         Return correct keyboard modifiers.
10361         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
10362
10363         * gdk/linux-fb/gdkprivate-fb.h:
10364         Add tty and vt info to display.
10365         Add orignal modeinfo storage to display
10366         Update global functions
10367
10368         * gdk/linux-fb/gdkwindow-fb.c:
10369         Added gdk_fb_window_find_focus().
10370         gdk_mouse_get_info -> gdk_fb_mouse_get_info
10371
10372 2000-12-07  Havoc Pennington  <hp@pobox.com>
10373
10374         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
10375         function, noticed by Alex
10376
10377 2000-12-06  Elliot Lee  <sopwith@redhat.com>
10378
10379         * configure.in: Detect freetype properly
10380
10381         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
10382         above.
10383
10384 2000-12-06  Alexander Larsson  <alexl@redhat.com>
10385
10386         * gdk/linux-fb/Makefile.am:
10387         Add gdkmouse-fb.c
10388         
10389         * gdk/linux-fb/gdkmouse-fb.c:
10390         New file. Abstracted the mouse drivers a bit.
10391
10392         * gdk/linux-fb/gdkcursor-fb.c:
10393         The cursor hide/show functions was moved here from gdkinput-ps2.c.
10394
10395         * gdk/linux-fb/gdkinput-ps2.c:
10396         Removed old mouse handling code. Moved cursor handling code
10397         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
10398         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
10399         gdk_mouse_get_info.
10400
10401         * gdk/linux-fb/gdkmain-fb.c:
10402         Pass NULL pointers for x,y in gdk_mouse_get_info call.
10403
10404         * gdk/linux-fb/gdkprivate-fb.h:
10405         Removed public gdk_fb_find_common_ancestor, added and renamed
10406         functions for the new mouse handling code.
10407
10408         * gdk/linux-fb/gdkwindow-fb.c:
10409         Moved gdk_fb_window_send_crossing_events here. added global
10410         variable gdk_fb_window_containing_pointer. made
10411         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
10412         renamed to gdk_mouse_get_info.
10413
10414 2000-12-06  Alexander Larsson  <alexl@redhat.com>
10415
10416         * gdk/linux-fb/gdkevents-fb.c:
10417         Update to match latest gmain/gsource changes.
10418
10419         * gdk/linux-fb/gdkinput-ps2.c:
10420         Bogus gdk_keymap_get_entries_for_keycode implementation so that
10421         it links. Will be implemented later.
10422
10423 2000-12-03  Havoc Pennington  <hp@pobox.com>
10424
10425         * gdk/Makefile.am: add gdkkeys.[hc]
10426
10427         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
10428         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
10429
10430         * acconfig.h, configure.in: add checks and command line options
10431         for XKB
10432
10433         * gdk/x11/gdkkeys-x11.c: Implement the above functions
10434         
10435         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
10436         and group in the key event
10437
10438         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
10439         field with the low-level hardware key code, and a group
10440         field with the keyboard group
10441
10442         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
10443         and declare a couple globals used for keymap handling
10444         
10445         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
10446         hold down Shift-Control and type a hex number to get a Unicode 
10447         character corresponding to the hex number
10448         (gtk_im_context_simple_get_preedit_string): Fix cursor position
10449         (return bytes not chars)
10450
10451 2000-12-05  Elliot Lee  <sopwith@redhat.com>
10452
10453         * gdk/gdkcolor.h: Make GdkColor specify element sizes
10454         to avoid waste on 64-bit platforms.
10455
10456 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
10457
10458         * INSTALL: Fix link to PNG home, remove reference
10459         to fribidi.
10460
10461         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
10462         
10463         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
10464         tested.)
10465
10466         * gtk/gtkcheckmenuitem.c: Permanently turn on
10467         always_show_toggle.
10468
10469         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
10470         be NULL. (Vladimir Klebanov, #26545)
10471
10472         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
10473         some signed/unsigned comparison problems. (#6510,
10474         David Kaelbling)
10475
10476         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
10477         return type to boolean (Oskar Liljeblad, #18648)
10478
10479 2000-12-05  Alexander Larsson  <alexl@redhat.com>
10480
10481         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
10482         Remove bogus colormap setting.
10483
10484 2000-12-05  Alexander Larsson  <alexl@redhat.com>
10485
10486         * gdk/linux-fb/gdkcolor-fb.c:
10487         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
10488
10489         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
10490         Must set colormap.
10491         
10492 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
10493
10494         * docs/tutorial/gtk-tut.sgml: DND updates
10495
10496 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
10497
10498         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
10499         Remove old debug g_warning().
10500         (gdk_fb_draw_drawable): The src argument can be either a wrapper
10501         or an implementation, just pass the implementation to draw_drawable_2.
10502         
10503         * gdk/linux-fb/gdkprivate-fb.h:
10504         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
10505
10506         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
10507         clear and invalidate area when window is destroyed.
10508         (send_map_events): Remove old commented out code.
10509
10510 2000-12-05  Alexander Larsson  <alexl@redhat.com>
10511
10512         * gdk/linux-fb/gdkpango-fb.c:
10513         Use italic instead of oblique in font aliases.
10514         
10515         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
10516         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
10517         other unsupported functions.
10518
10519 2000-12-04  Havoc Pennington  <hp@redhat.com>
10520
10521         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
10522
10523         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
10524
10525         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
10526
10527         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
10528         hack to avoid infinite loops (synthetic expose event) - 
10529         Owen has more appropriate fixes in a branch he'll check in later.
10530
10531         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
10532         separator, CR, and CRLF as line ends
10533
10534         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
10535         into lines using pango_find_paragraph_boundary(); other bits of
10536         the widget are still going to be broken if the boundary isn't '\n'
10537         though
10538
10539 2000-12-04  Alexander Larsson  <alexl@redhat.com>
10540
10541         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
10542         multiply.
10543
10544         * gdk/linux-fb/gdkpango-fb.c:
10545         Copied some 26.6 scaling macros from pango to clean up the rounding.
10546         (pango_fb_font_get_glyph_info): Correct sign on x value.
10547
10548         * gdk/linux-fb/gdkprivate-fb.h:
10549         Removed unreferenced external functions.
10550
10551         * modules/linux-fb/Makefile.am: Use ` instead of '.
10552
10553         * modules/linux-fb/basic.c:
10554         Remove dead code. In particular the dummy lang engine which broke all
10555         pango layouts in GtkFB. Don't include tables-big.i anymore.
10556
10557         * modules/linux-fb/tables-big.i:
10558         Upgrade to latest version from pango. Left for reference, basic_ranges
10559         moved to basic.c.
10560         
10561 2000-12-04  Havoc Pennington  <hp@redhat.com>
10562
10563         Fix bugs Alex found:
10564         
10565         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
10566         to "draw"
10567
10568         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
10569
10570         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
10571
10572         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
10573         implementation in here, apparently the expose() implementation was
10574         dead code.
10575
10576 2000-12-04  Alexander Larsson  <alexl@redhat.com>
10577
10578         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
10579         Return positive descent.
10580
10581 2000-12-02  Havoc Pennington  <hp@pobox.com>
10582
10583         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
10584         method and signal
10585         
10586         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
10587         calls gdk_window_process_updates() to push the exposes through
10588         (gtk_widget_class_init): No more draw signal, no
10589         gtk_widget_real_draw()  
10590         
10591         * gtk/gtkbin.c (gtk_bin_draw): remove
10592
10593         * gtk/gtkbox.c (gtk_box_draw): remove
10594
10595         * gtk/gtkbutton.c (gtk_button_draw): remove
10596
10597         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
10598
10599         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
10600
10601         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
10602
10603         * gtk/gtkclist.c (gtk_clist_draw): remove
10604
10605         * gtk/gtkentry.c (gtk_entry_draw): remove
10606
10607         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
10608
10609         * gtk/gtkfixed.c (gtk_fixed_draw): remove
10610
10611         * gtk/gtkframe.c (gtk_frame_draw): remove
10612
10613         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
10614
10615         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
10616
10617         * gtk/gtklayout.c (gtk_layout_draw): remove
10618
10619         * gtk/gtklist.c (gtk_list_draw): remove
10620
10621         * gtk/gtklistitem.c (gtk_list_item_draw): remove
10622
10623         * gtk/gtkmenu.c (gtk_menu_draw): remove
10624
10625         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
10626
10627         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
10628
10629         * gtk/gtknotebook.c (gtk_notebook_draw): remove
10630
10631         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
10632
10633         * gtk/gtkpacker.c (gtk_packer_draw): remove
10634
10635         * gtk/gtkrange.c (gtk_range_draw): remove
10636
10637         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
10638
10639         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
10640
10641         * gtk/gtktable.c (gtk_table_draw): remove
10642
10643         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
10644
10645         * gtk/gtktext.c (gtk_text_draw): remove
10646
10647         * gtk/gtktextview.c (gtk_text_view_draw): remove
10648
10649         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
10650
10651         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
10652
10653         * gtk/gtktree.c (gtk_tree_draw): remove
10654
10655         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
10656
10657         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
10658
10659         * gtk/gtkviewport.c (gtk_viewport_draw): remove
10660
10661         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
10662
10663         * gtk/gtkvscale.c (gtk_vscale_draw): remove
10664
10665         * gtk/gtkwindow.c (gtk_window_draw): remove
10666
10667 2000-20-01  Anders Carlsson  <andersca@gnu.org>
10668
10669         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
10670         a GtkToggleButton is both insensitive and active, it was being
10671         drawn by the GtkButton draw handler which doesn't check the
10672         state. Now it's calling gtk_toggle_button_paint instead.
10673         
10674 2000-12-01  Havoc Pennington  <hp@redhat.com>
10675
10676         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
10677         dangling pointers to the appearance attributes from the 
10678         line display
10679
10680         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
10681         width/height to mean "full width/height of drawable"
10682
10683         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
10684         click to select word/line
10685         
10686         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
10687         when getting log attrs. Get a slice, so that pixmaps and stuff
10688         are properly handled.
10689
10690         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
10691         paste into the selection (replaces selection now, previously
10692         crashed or added to selection). Reveals longstanding btree bug -
10693         select multiple lines, middle-click on the selection, boom. This
10694         isn't related to my changes though.
10695
10696         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
10697         PangoLogAttrs changes
10698         (gtk_entry_move_backward_word): ditto
10699
10700         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
10701         functions return bool whether the iter moved onto a
10702         dereferenceable position.
10703  
10704         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
10705         functions for motion in terms of display lines.
10706
10707         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
10708         get the buffer a mark is inside
10709         
10710 2000-12-01  Alexander Larsson  <alexl@redhat.com>
10711
10712         * gdk/linux-fb/Makefile.am:
10713         * modules/linux-fb/Makefile.am:
10714         Freetype 2 final uses freetype-config
10715
10716         * gdk/linux-fb/gdkpango-fb.c:
10717         Upgrade to use Freetype 2 final.
10718         More flexible support for font aliases, this also fixes a bug with
10719         GtkFontSelector, as the aliases must be visible in the font/family list,
10720         or GtkFontSelector reads uninitialized memory.
10721
10722 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
10723
10724         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
10725         XGetIMValues to properly terminate variable argument list, and do
10726         NULL return check for ic_values and xim_styles.
10727
10728         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
10729         Restore preedit state after XmbResetIC().
10730         
10731         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
10732         XvaCreateNestedList() should take XvaNestedList, but not
10733         XvaNestedList*.
10734
10735         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
10736         preedit_draw_callback, preedit_caret_callback): Match
10737         "preedit-changed" signal name to "preedit_changed" to be
10738         consistent to the spec.
10739
10740         * gtk/gtkimcontextsimple.c (check_table):
10741         Match "preedit-changed" to "preedit_changed" to be consistent
10742         to the spec.
10743
10744 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
10745
10746         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
10747         gc->clip_region == NULL>
10748
10749 2000-11-30  Tor Lillqvist  <tml@iki.fi>
10750
10751         Changes by Hans Breuer:
10752         
10753         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
10754         Dont't use negative width and height as max_hints. This fixes
10755         Owen's recent testgtk changes for win32.
10756
10757         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
10758         gdk_win32_hdc_release): These are exported and may be called with
10759         other drawable types than our GdkDrawableImplWin32 (?).
10760
10761         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
10762         so always #define USE_BACKING_STORE.
10763
10764         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
10765         of printf for debugging output.
10766
10767         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
10768         
10769         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
10770
10771         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
10772         declaration.
10773
10774         * gtk/gtktexttypes.h: Ditto.
10775
10776         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
10777         (GDK_VoidSymbol) also if in case of arg check failure.
10778
10779         * gtk/gtkimcontextsimple.c
10780         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
10781         position to the pointer, but to the variable it points to.
10782
10783         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
10784
10785         * gtk/gtk.def: Updates.
10786
10787 2000-11-29  Elliot Lee  <sopwith@redhat.com>
10788
10789         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
10790         GTK_TYPE_TREE_MODEL.
10791
10792 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10793
10794         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
10795         Set the size of the font from the description.
10796         (gdk_text_width): Gross hack that calculates the width
10797         of text by text_length * size/2. This is necessary because
10798         GtkLabel does some ugly gtk_string_width call to calculate
10799         an good size.
10800         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
10801
10802 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
10803
10804         * docs/tutorial/gtk-tut.sgml: DND updates
10805
10806 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10807
10808         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
10809         If you pass width or height == 0 to gdk_window_clear_area they
10810         should be calculated from the window size.
10811
10812 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10813
10814         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
10815         a grab, but no grab-cursor, use the cursor from the grabbed
10816         window. (gdk_fb_window_send_crossing_events): Send normal
10817         enter/leave notifications if grab and owner_events == TRUE.
10818
10819 2000-11-29  Alexander Larsson  <alexl@redhat.com>
10820
10821         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
10822         Do implicit button grabs, even if the window doesn't
10823         want the event.
10824         (gdk_fb_window_send_crossing_events): If there is a
10825         grab, only the grabbed window gets normal enter/leave
10826         notifications. On ungrab go from grabbed window to current.
10827         Don't send any notification to b when propagating from c -> b.
10828         If setting a grab on window, don't set prev_window.
10829         (handle_mouse_input): Send enter/leave events to the window the
10830         mouse is over, not the grabbed one.
10831         
10832 2000-11-28  Elliot Lee  <sopwith@redhat.com>
10833
10834         * gdk/gdkregion-generic.c: Zap warning.
10835         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
10836         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
10837
10838 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
10839
10840         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
10841         The cursor should be hidden if it is part of either the
10842         source or destination region. Not only if it is in both.
10843         (gdk_window_set_transient_for): Silence warnings.
10844
10845 2000-11-28  Alexander Larsson  <alexl@redhat.com>
10846
10847         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
10848         The default mode in X is Pie Arcs, therefore that is
10849         what Gtk+ uses.
10850
10851 2000-11-28  Alexander Larsson  <alexl@redhat.com>
10852
10853         * gdk/linux-fb/gdkinput-ps2.c:
10854         Implement correct EnterNotify/LeaveNotify:
10855         (gdk_fb_window_send_crossing_events): New function that sends
10856         all GdkCrossingEvents from the last mouse-window to the specified
10857         destination.
10858         (gdk_fb_window_visibility_crossing): Removed function.
10859         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
10860         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
10861         instead of gdk_window_get_pointer() for better readability.
10862
10863         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
10864         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
10865
10866         * gdk/linux-fb/gdkprivate-fb.h:
10867         removed gdk_fb_window_visibility_crossing, added
10868         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
10869
10870         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
10871         New function that finds the least common ancestor of two windows.
10872         (gdk_window_show, gdk_window_hide):
10873         Use gdk_fb_window_send_crossing_events.
10874         (gdk_fb_window_move_resize): Send configure events to toplevel
10875         windows. Use gdk_fb_window_send_crossing_events.
10876
10877 2000-11-27  Havoc Pennington  <hp@redhat.com>
10878
10879         * gtk/gtkprivate.h (enum): Remove a trailing comma
10880
10881 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
10882
10883         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
10884         the "changed" callback of the adjustment.  We need to redraw the
10885         spin button's arrows when the adjustment's range changes.
10886         (adjustment_changed_cb): Draw the arrows.
10887         (gtk_spin_button_value_changed): Draw the arrows.
10888
10889 2000-11-23  Alexander Larsson  <alexl@redhat.com>
10890
10891         * gdk/linux-fb/gdkselection-fb.c:
10892         Initial selection implementation.
10893
10894         * gtk/gtkselection.c:
10895         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
10896         requestor in gtk_selection_request.
10897         
10898         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
10899         Added gdk_selection_property atom.
10900
10901         * gdk/linux-fb/gdkprivate-fb.h:
10902         Export _gdk_selection_window_destroyed.
10903         Removed mask_off_x/y from GdkCursorPrivateFB.
10904         Removed hbearing, added top, left to PangoFBGlyphInfo.
10905
10906         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
10907         Call _gdk_selection_window_destroyed
10908         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
10909         the root window has been created.
10910         (static_dx_hack, static_dy_hack, compare_draw_rects,
10911         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
10912         in region. They are already sorted. Instead just traverse them in
10913         reverse if draw_direction < 0.
10914         
10915         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
10916         Double-clicks must be sent after the normal button_press.
10917         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
10918         
10919         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
10920         Pass _gdk_fb_screen_gc instead of NULL.
10921
10922         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
10923         Initialize gdk_selection_property.
10924         (gdk_event_make): Remove unused code.
10925
10926         * gdk/linux-fb/gdkcursor-fb.c:
10927         Make the pixmap for the cursor the same size as the mask. Also remove
10928         the mask_off_x/y fields in GdkCursorPrivateFB and combine
10929         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
10930         Now the whole cursor is visible.
10931
10932         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
10933         Fix bug where xdest+height instead of ydest+height was used
10934         to calculate if the source and dest overlapped. This fixes the
10935         redraw bug when the main window in testgtk was scrolled when
10936         partially covered by a tall window.
10937         Copy rectangles in region in order depending on draw_direction.
10938         Also moved the draw_direction flipping of start_y and end_y into
10939         the gc functions, as this might not be what all of them want.
10940         (gdk_fb_draw_lines): Support dashed lines.
10941         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
10942         so that the text is positioned correctly (was 1 pixel high).
10943
10944         gdk/linux-fb/gdkgc-fb.c:
10945         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
10946         all lines were drawn a pixel to short. Also checked the default of
10947         the rest of the values, and they're the same as X now.
10948
10949         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
10950         Clean up pixel positioning of the glyphs. Just use bgy->top and
10951         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
10952         to all divisions to get correct rounding behaviour.
10953
10954         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
10955         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
10956         Moved start_y/end_y flip into draw_drawable implementations.
10957         Flip also x rendering when draw_direction < 0.
10958         Remove unneccesary multiply with draw_direction.
10959
10960 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
10961
10962         * docs/tutorial/gtk-tut.sgml:
10963           - get rid of gtk_toggle_button_toggled FUD
10964           - start DND section - needs work - based on:
10965                 http://wolfpack.twu.net/docs/gtkdnd/
10966
10967 2000-11-22  Alexander Larsson  <alexl@redhat.com>
10968
10969         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
10970         Correct calculation of font metrics. Now GtkEntrys have sane
10971         size.
10972
10973 2000-11-22  Alexander Larsson  <alexl@redhat.com>
10974
10975         * gdk/gdktypes.h:
10976         Add new type GdkSpan
10977         
10978         * docs/reference/gdk/gdk-sections.txt,
10979         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
10980         gdk/gdkregion.h:
10981         Implement and document gdk_region_spans_intersect_foreach.
10982
10983         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
10984         Add new file gdkrender-fb.c which contains all core
10985         rendering code.
10986         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
10987         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
10988         (optimized rectangle fillers).
10989
10990         * gdk/linux-fb/gdkdrawable-fb2.c:
10991         Move all rendering code to gdkrender-fb.c.
10992         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
10993         Use the new span intersection functions in gdk_fb_fill_spans.
10994         gdk_fb_draw_rectangle() clips filled rectangles and calls
10995         gc->fill_rectangle with the result.
10996         gdk_fb_fill_spans() gets extra argument "sorted".
10997
10998         * gdk/linux-fb/gdkevents-fb.c:
10999         Remove unused includes and defines.
11000         New function gdk_fb_get_time() to get correct time for events.
11001
11002         * gdk/linux-fb/gdkinput-ps2.c:
11003         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
11004         Make sure to set the time of all events.
11005
11006         * gdk/linux-fb/gdkmain-fb.c:
11007         Use gdk_fb_get_time ().
11008
11009         * gdk/linux-fb/gdkprivate-fb.h:
11010         New virtual GC calls: fill_span & fill_rectangle.
11011         Export gdk_fb_get_time().
11012         gdk_fb_fill_spans() gets extra argument "sorted".
11013
11014         * gdk/linux-fb/mi*.c:
11015         Use GdkSpan instead of GdkRectangle.
11016         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
11017         from XFree 4 source)
11018         
11019 2000-11-22    <jrb@redhat.com>
11020
11021         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
11022         reversing the order in an if statement will do.  Doing so managed
11023         to make the treemodelsort half work.  Other half will follow after
11024         I get the insert function fully fixed.
11025
11026 2000-11-21  Elliot Lee  <sopwith@redhat.com>
11027         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
11028         more than 2 bits. Besides, I need to implement an evil hack. :)
11029
11030 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
11031
11032         * docs/tutorial/gtk-tut.sgml: minor corrections
11033
11034 2000-11-20  Jonathan Blandford <jrb@redhat.com>
11035         * gtk/gtktreemodelsort.h: Add convertion functions to let you
11036           convert to and from relative path's and iters.
11037
11038         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
11039           testing sorting functions a bit better.  Currently broken -- will
11040           fix in morning.
11041
11042 2000-11-20  Havoc Pennington  <hp@redhat.com>
11043
11044         * gtk/gtkwidget.c: Documented a bunch of functions in here
11045         (gtk_widget_realize): Warn if you try to realize
11046         a widget with no parent that isn't a toplevel
11047         (gtk_widget_intersect): return a gboolean
11048
11049 2000-11-20  Havoc Pennington  <hp@redhat.com>
11050
11051         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
11052         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
11053         scrolling to be implemented in GDK to finish. Also, right now
11054         we just size_allocate all children on every layout change,
11055         which is pretty lame. Test commented out of testtext.c, 
11056         until it works better.
11057
11058 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
11059
11060         * gdk/linux-fb/gdkdrawable-fb2.c:
11061         Removed unused arguments from gdk_fb_drawable_get_pixel().
11062
11063         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
11064         Renamed fidur specific mouse packet data in MouseDevice to
11065         generic. Used it in ps2 mouse handling code to avoid blocking
11066         reads.
11067
11068 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
11069
11070         * demos/gtk-demo/main.c: Changed to have the list become
11071         non-italic when the demo window is destroyed through an external
11072         event (like a close button).  Doing so found three bugs in the
11073         widget.
11074
11075         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
11076
11077         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
11078         we actually set the cell.
11079
11080         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
11081
11082         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
11083         free a leaked path.  Thanks memprof.
11084
11085 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
11086
11087         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
11088         off-by-one error when destroying allocated segments
11089         on failure. (Elliot)
11090
11091 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
11092
11093         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
11094         memleaks found by Evan Martin.
11095
11096 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
11097
11098         * Released 1.3.2
11099         
11100         * NEWS: Updates for 1.3.2
11101
11102 2000-11-17  Tor Lillqvist  <tml@iki.fi>
11103
11104         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
11105         but in general for window system specific events.
11106
11107         * gtk/gtk.def
11108         * gtk/makefile.mingw.in
11109         * gtk/makefile.msc.in: Update.
11110         
11111         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
11112
11113 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
11114
11115         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
11116         distribute gtk.immodules.
11117
11118         * gtk/Makefile.am (install-data-local): Don't install the
11119         gtk.immodules file created for the uninstalled modules;
11120         instead run gtk-query-immodules after install
11121
11122 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
11123
11124         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
11125         -rpath to the right install location.
11126
11127         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
11128         -export-dynamic.
11129
11130         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
11131         properly.
11132
11133 2000-11-15  Havoc Pennington  <hp@pobox.com>
11134
11135         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
11136         patch from Mikael Hermansson to temporarily stop blinking while
11137         the user is using the keyboard to type or navigate. 
11138
11139         Also, when blinking, stay on for longer than we stay off. Also,
11140         return from start_cursor_blink if !cursor_visible, to save
11141         checking that flag all over the place before we call
11142         start_cursor_blink.
11143
11144 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
11145
11146         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
11147         only contain a "fontset" line, which is now ignored.
11148
11149         * gtk/gtkentry.c (gtk_entry_button_release): Make 
11150         double-click-to-select-word work.
11151         
11152 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
11153
11154         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
11155         Don't move back one char when we are actually at the end of the 
11156         paragraph.
11157
11158 2000-11-15  Robert Brady  <robert@suse.co.uk>
11159
11160         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
11161         'o' < 'p'.
11162         
11163         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
11164         bind_textdomain_codeset.
11165
11166         (gtk_init_check): Make the warning about translating default:LTR
11167         sterner.
11168         
11169 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
11170
11171         * **/Makefile.am : remove unecessary rules for win32-specific
11172         config-substituted targets. If you want these rules, use
11173         --enable-maintainer-mode (called automatically by autogen.sh).
11174         Stops a lot of unneccessary make-time warnings.
11175
11176         * gtk/gtktext{layout,display}.c: Factor in total width as
11177         well as screen when figuring alignment for word-wrap as well as
11178         no wrap; this is necessary to handle lines that cannot be wrapped
11179         at all.
11180
11181 2000-11-15  Havoc Pennington  <hp@redhat.com>
11182
11183         * gtk/testtext.c: Implement essential color cycling feature
11184
11185 2000-11-15  Havoc Pennington  <hp@redhat.com>
11186
11187         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
11188         when we invalidate the main window.
11189
11190         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
11191         GtkTextView will now invalidate the side windows for us when text
11192         changes.
11193
11194 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
11195
11196         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
11197         unconditionally, since we may need to update the horizontal
11198         scrollbars even if the height didn't change.
11199
11200         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
11201         the extra attrs, since some of them affect size.
11202
11203         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
11204         x_offset correctly.
11205
11206 2000-11-15  Havoc Pennington  <hp@redhat.com>
11207
11208         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
11209         don't move the first line out into the margin, instead move the
11210         whole paragraph in order to make space for the first line within 
11211         the margin
11212
11213 2000-11-15  Havoc Pennington  <hp@redhat.com>
11214
11215         * gtk/gtktextview.c (changed_handler): offset redraw rect by
11216         xoffset in addition to yoffset, so horizontal scrolling doesn't
11217         break redraws
11218
11219 2000-11-15  Havoc Pennington  <hp@redhat.com>
11220
11221         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
11222         from the cursor
11223         (render_layout_line): fix reversed test that caused weird
11224         underlines to get drawn
11225
11226 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
11227
11228         * gdk/linux-fb/gdkprivate-fb.h:
11229         Fix debug macros.
11230         
11231 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
11232
11233         * gdk/linux-fb/gdkprivate-fb.h:
11234         Added virtual functions set_pixel, get_color,
11235         fill_span and draw_drawable to the GC.
11236         Added global _gdk_fb_screen_gc to use instead of
11237         NULL when drawing to the screen.
11238         Added _gdk_fb_gc_calc_state() prototype.
11239
11240         * gdk/linux-fb/gdkgc-fb.c:
11241         Call _gdk_fb_gc_calc_state() on any gc state change.
11242
11243         * gdk/linux-fb/gdkglobals-fb.c:
11244         Add _gdk_fb_screen_gc
11245                 
11246         * gdk/linux-fb/gdkdrawable-fb2.c:
11247         _gdk_fb_gc_calc_state() calculates best functions
11248         for the GC state and depth.
11249         Moved bpp specialized code to separate functions.
11250         Added optimized 24 bpp AA draw_drawable.
11251
11252         * gdk/linux-fb/gdkevents-fb.c:
11253         Silence gcc warning.
11254
11255         * gdk/linux-fb/gdkimage-fb.c:
11256         Use _gdk_fb_screen_gc
11257
11258         * gdk/linux-fb/gdkwindow-fb.c:
11259         Init and use _gdk_fb_screen_gc
11260
11261         * gdk/linux-fb/mitypes.h:
11262         Remove unused types.
11263
11264 2000-11-14  Havoc Pennington  <hp@pobox.com>
11265
11266         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
11267         to pixels
11268
11269 2000-11-14  Havoc Pennington  <hp@pobox.com>
11270
11271         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
11272
11273         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
11274         unknown char, no real reason we were using a variable. 
11275         Remove gtk_text_unknown_char variable. Fix all the text widget
11276         files accordingly.
11277
11278         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
11279         since the Unicode spec seems to prefer that character for our
11280         purposes.
11281
11282 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
11283
11284         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
11285         value of g_getenv() isn't freeable, so g_strdup it.
11286
11287         * modules/input/inuktitut.c: Inuktitut input method.
11288
11289         * modules/input/Makefile.am: Build this.
11290         
11291 2000-11-14  Elliot Lee  <sopwith@redhat.com>
11292
11293         * gtk/Makefile.am: Install gtk.immodules, needed for operation
11294         of gtk programs.
11295
11296 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
11297
11298         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
11299         reversed > that was causing Home to go to end of previous line.
11300
11301         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
11302         modified-keypresses (leave for bindings.)
11303
11304         * modules/input/Makefile.am: Remove useless -export-dynamic
11305         from module LDFLAGS.
11306
11307 2000-11-14  Havoc Pennington  <hp@redhat.com>
11308
11309         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
11310         higher.
11311
11312         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
11313         account. Also, render rise, underline, background, etc. for
11314         pixbufs as well as text. Also, draw underlines one pixel higher.
11315
11316         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
11317         PangoAttribute for the rise, so it gets drawn properly. Also,
11318         add the GtkTextAppearance attribute for pixbuf/widget segments
11319         as well; we should go ahead and have rise, underline, background,
11320         stipple work for those
11321
11322         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
11323         Pango
11324
11325 2000-11-15  Tor Lillqvist  <tml@iki.fi>
11326
11327         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
11328
11329         * gtk/gtk.def: Update.
11330
11331         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
11332         included.
11333         (gtk_rc_get_im_module_file): Use run-time installation directory
11334         on Win32.
11335
11336         * gdk/win32/rc/gdk.rc: Remove.
11337         * gdk/win32/rc/gdk.rc.in: New file.
11338         * gdk/win32/rc/Makefile.am: New file
11339         * gdk/win32/Makefile.am: Corresponding changes.
11340
11341         * gtk/gtk.rc: Remove.
11342         * gtk/gtk-win32.rc.in: New file.
11343         * gtk/Makefile.am: Corresponding changes.
11344
11345         * configure.in: Corresponding changes.
11346
11347         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
11348         has a built gtkcompat.h. Developers using CVS code on Win32 can
11349         hand-edit it from gtkcompat.h.in.
11350
11351         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
11352         gtkcompat.h from gtkcompat.h.win32.
11353
11354 2000-11-14  Havoc Pennington  <hp@redhat.com>
11355
11356         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
11357         to default to GDK_ACTION_MOVE if the drag is within a single
11358         widget. Defaults to GDK_ACTION_COPY between widgets.
11359
11360 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
11361
11362         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
11363
11364         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
11365
11366         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
11367         srcdir != builddir
11368
11369         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
11370
11371         * configure.in (GTK_VERSION): Up to 1.3.2
11372
11373         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
11374         gtkimcontextxim.h
11375
11376         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
11377         missing doc comment.
11378
11379 2000-11-14  Alexander Larsson  <alexl@redhat.com>
11380
11381         * modules/linux-fb/basic.c:
11382         Use the glib iconv wrappers.
11383
11384 2000-11-13  Havoc Pennington  <hp@pobox.com>
11385
11386         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
11387         still more bugs.
11388
11389         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
11390         scroll the GdkWindows before realization.
11391
11392 2000-11-13  Havoc Pennington  <hp@redhat.com>
11393
11394         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
11395         where GC didn't always get updated properly
11396
11397         * demos/gtk-demo/textview.c (create_tags): Use subattributes
11398         of fonts instead of setting the entire font
11399
11400         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
11401         setting entire font
11402
11403         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
11404
11405         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
11406         a bunch of individually-settable font attributes. You can still 
11407         use the "font" and "font_desc" args, they just set all the font
11408         attributes at once.
11409
11410 2000-11-13 Elliot Lee <sopwith@redhat.com>
11411
11412         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
11413
11414 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
11415
11416         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
11417         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
11418
11419         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
11420         work better.
11421
11422 2000-11-13  Havoc Pennington  <hp@redhat.com>
11423
11424         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
11425         the module file.
11426
11427         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
11428         dest->language
11429
11430         * gtk/testtext.c: Test pixels above/below/inside paragraphs
11431         settings
11432
11433         * gtk/gtktextview.c: Implement object args and setters/getters for
11434         all the aspects of the GtkTextAttributes that are not set from
11435         GtkWidget attributes. This is spacing, justification, margins,
11436         etc.
11437
11438         (gtk_text_view_set_arg)
11439         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
11440         args
11441         (gtk_text_view_class_init): Add args for justify, left_margin,
11442         right_margin, indent, and tabs
11443         
11444
11445         * gtk/gtktextlayout.c (set_para_values): fix to display indent
11446         attribute properly
11447
11448         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
11449         replace with indent attribute
11450
11451         * gtk/gtktextlayout.c (set_para_values): multiply indent by
11452         PANGO_SCALE
11453
11454         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
11455         rearranging code to do that
11456         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
11457         i.e. don't subtract the top_margin first, just to keep
11458         all margin-futzing in one place.
11459
11460         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
11461
11462         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
11463         special case of last line, Pango now handles this itself.
11464         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
11465         Y coordinate
11466         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
11467         (find_display_line_above): wasn't moving the byte index as it
11468         iterated over lines, so always returned byte 0. Also, port to use
11469         PangoLayoutIter.
11470         (find_display_line_below): same problem as
11471         find_display_line_above. Also, port to use PangoLayoutIter.
11472
11473 2000-11-13  Alexander Larsson  <alexl@redhat.com>
11474
11475         * gdk/linux-fb/*.[ch]:
11476         Massive reindent to gtk+ standard. My hands hurt.
11477
11478         * gdk/linux-fb/gdkcolor-fb.c:
11479         Move GdkColorPrivateFB from inherited to windowing_data
11480
11481         * gdk/linux-fb/gdkcursor-fb.c:
11482         _gdk_cursor_new_from_pixmap made static
11483
11484         * gdk/linux-fb/gdkdnd-fb.c:
11485         GdkDragContextPrivate moved to windowing_data
11486
11487         * gdk/linux-fb/gdkdrawable-fb2.c:
11488         Removed endian.h, use glib endianness macros instead
11489         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
11490         and GDK_DRAWABLE_IMPL_FBDATA
11491
11492         * gdk/linux-fb/gdkfont-fb.c:
11493         Add empty gdk_font_load(). Needed for linking of Gtk+.
11494
11495         * gdk/linux-fb/gdkimage-fb.c:
11496         Removed endian.h, use glib endianness macros instead
11497         Moved GdkImagePrivateFB to windowing_data
11498         gdk_image_new_bitmap didn't always allocate enough
11499         memory.
11500
11501         * gdk/linux-fb/gdkinput-ps2.c:
11502         Added semi-working support for MS serial mice.
11503
11504         * gdk/linux-fb/gdkprivate-fb.h:
11505         s/GdkWindowPrivate/GdkWindowObject/
11506         Removed GdkWindowPrivate typedef
11507         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
11508         Removed GDK_DRAWABLE_P
11509         Move GdkColorPrivateFB from inherited to windowing_data
11510         Moved GdkImagePrivateFB to windowing_data
11511
11512         * gdk/linux-fb/gdkvisual-fb.c:
11513         Removed some unused debug code.
11514
11515         * gdk/linux-fb/gdkwindow-fb.c:
11516         Use stock cursors instead of including X headers.
11517         s/GdkWindowPrivate/GdkWindowObject/
11518
11519         * gdk/linux-fb/mitypes.h:
11520         Removed unused types.
11521
11522         * modules/linux-fb/basic.c:
11523         Use the pango fribidi wrappers.
11524
11525 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
11526
11527         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
11528         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
11529         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
11530         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
11531         GEqualFunc where applicable.
11532         
11533         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
11534         pango_font_description_equal as changed in pango.
11535         
11536         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
11537
11538         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
11539
11540         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
11541
11542         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
11543
11544         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
11545
11546         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
11547
11548         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
11549         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
11550
11551         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
11552         gtk_rc_styles_compare -> gtk_rc_styles_equal.
11553
11554 2000-11-12  Havoc Pennington  <hp@pobox.com>
11555
11556         * demos/gtk-demo/Makefile.am (democodedir): change demo install
11557         dir to datadir/gtk+-2.0/demo
11558
11559         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
11560         sorts of text widget and Pango font bugs. Urgh.
11561
11562         * demos/gtk-demo/Makefile.am (demos): Add textview.c
11563
11564         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
11565         tree that you should double click to see the demo. Fix 
11566         types of variables to reflect changed return values from 
11567         GtkTreeStore and GtkTreeViewColumn constructors.
11568
11569         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
11570         newly-created buffer to prepare for GObject semantics
11571
11572         * gtk/testtext.c: don't leak the buffer with GObject semantics
11573
11574         * gtk/testtextbuffer.c: ditto
11575         
11576 2000-11-12  Havoc Pennington  <hp@pobox.com>
11577
11578         Rename this testgtk to gtk-demo to avoid confusion, and 
11579         install it so people can use it as a supplement to 
11580         the documentation.
11581         
11582         * demos/gtk-demo: Moved from demos/testgtk
11583
11584         * demos/testgtk: Removed
11585
11586         * configure.in: make Makefile in gtk-demo
11587         
11588         * demos/gtk-demo/Makefile.am: Install sample source to 
11589         datadir/gtk-demo (maybe there's a better place?), and 
11590         rename the binary to gtk-demo
11591         
11592         * demos/gtk-demo/main.c (load_file): Load installed sample
11593         source if source isn't found in pwd.
11594
11595 2000-11-09  Havoc Pennington  <hp@pobox.com>
11596
11597         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
11598         argument to set the char displayed when visibility == FALSE
11599         (gtk_entry_create_layout): If !entry->visible, replace 
11600         all chars with the "invisible char"
11601
11602         * gtk/testgtk.c: Test the invisible_char deal
11603         
11604 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
11605
11606         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
11607         can't get a native font in the right encoding.
11608
11609 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
11610
11611         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
11612         respectively.
11613
11614 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
11615
11616         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
11617         Fix warning when moving between paragraphs.
11618
11619         * gtk/gtkentry.[ch]: Change move => move_cursor, 
11620         delete => delete_from_cursor, insert => insert_at_cursor
11621
11622 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
11623
11624         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
11625
11626         * modules/input/imthai-broken.c: A Thai input method for use if
11627         Thai keys are really generating Latin1 keysyms.
11628
11629         * modules/input/Makefile.am: Build these.
11630
11631 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
11632
11633         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
11634         g_filename_{to,from}_utf8 now takes an extra parameter.
11635
11636         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
11637         strftime into UTF-8.
11638
11639         (column_from_x, gtk_calendar_paint_day_names): Support RTL
11640         calendars.
11641
11642         (gtk_calendar_paint_day_names): Draw day names in the right 
11643         place.
11644         
11645 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
11646
11647         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
11648         problem with using result of g_get_charset() backwards -
11649         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
11650
11651         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
11652         negative min_width/height and max_width/height to
11653         mean "requisition"; this allows setting a window
11654         to be user-resizable in only one direction easily.
11655
11656         * gtk/testgtk.c (create_main_window): Remove hard-coded
11657         usize - set a default size in the vertical direction.
11658
11659 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
11660
11661         * gtk/gtkrange.c: Add some missing casts. Support 
11662         2 and 3 button clicks on the arrows to mean 
11663         "move by pages" and "jump to end". (Like gtkspinbutton)
11664
11665 2000-11-12 Hans Breuer <Hans@Breuer.Org>
11666
11667         * gdk/win32/makefile.msc : reflect build module changes
11668
11669         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
11670         from GdkPixmap*, cast implementation member instead.
11671
11672         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
11673         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
11674         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
11675         more Gdi functions return value checking. 
11676         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
11677         GdkImagePrivateWin32 *.
11678
11679         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
11680         menus useable again. Add #pragma message to keep reminded on this issue.
11681         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
11682         windows. This allows to enable backing store on Win32!
11683
11684         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
11685         in drawable is of impl type. Correct specific type checks appropriate.
11686  
11687         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
11688         GDK_WINDOW_DESTROYED before allocating new resources.
11689
11690         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
11691
11692         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
11693         (gdk_window_foreign_new) initialize parent handle.
11694         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
11695
11696         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
11697         Let the GDI invalidate the window on MoveWindow call to fix scrolling
11698         problems (e.g. main buttons in testgtk). 
11699
11700 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
11701
11702         * gtk/gtkentry.c (gtk_entry_key_press): Call 
11703         gtk_widget_activate for GDK_Return.
11704
11705         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
11706         of preedit cursor position.
11707
11708 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
11709
11710         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
11711         static.
11712
11713 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
11714
11715         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
11716         out support for multiple locales; that simple doesn't
11717         work reliably with current Xlib
11718
11719         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
11720         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
11721         Add support for positioning the cursor within the preedit string.
11722
11723 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
11724
11725         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
11726         at XIM input method module.
11727
11728         * gtk/gtktextview.c: Check for bindings after passing
11729         events to im context filter.
11730
11731 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
11732
11733         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
11734         empty attribute lists properly.
11735
11736 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
11737
11738         * gtk/queryimmodules.c (main): Return non-zero exit
11739         status if errors were encountered querying any
11740         modules.
11741
11742         * modules/input/Makefile.am (moduledir): remove
11743         leftover bin program target.
11744
11745         * docs/make-todo: Fix typo in error message.
11746
11747 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
11748
11749         * configure.in: Add modules/input/Makefile
11750
11751 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
11752
11753         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
11754         don't include gtkthemes.h.
11755
11756         * gtk/testgtk.c gtk/testtext.c: Set environment variables
11757         to point
11758
11759         * gtk/Makefile.am: Add new .c and .h files, build 
11760         gtk-query-immodules and use it to create a gtk.immodules
11761         file for use of test programs.
11762
11763         * gtk/gtkpreview.c: remove extra blank line.
11764
11765 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
11766
11767         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
11768         Add the ability to add extra tables beyond the default
11769         one, and also the ability to have compose sequences 
11770         that are prefixes of other compose sequences. 
11771
11772         * gtk/gtkimcontextsimple.c: Export a preedit string which
11773         consists of possible candidates for keystrokes that have
11774         been entered but not yet committed.
11775
11776         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
11777         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
11778
11779         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
11780         Add a function to add input-method switching menu items
11781         to a menu.
11782
11783         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
11784         when switching input methods.
11785
11786         * gtk/gtkimcontextsimple.[ch]: Change the format of
11787         the compose table to allow compose tables of different
11788         lengths / sequence.
11789
11790 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
11791
11792         * gtk/gtkimmodule.[ch]: Support routines for loading
11793         GtkIMContext implementations dynamically at runtime.
11794
11795         * modules/input/imcyrillic-translit.c: A sample input
11796         method (based on GtkIMContextSimple with an extra table),
11797         which demonstrates preedit strings and the module
11798         system for input modules
11799
11800         * gtk/queryimmodules.c: Program to query the available
11801         input modules and write the results into a file.
11802          
11803         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
11804         extra config options "im_module_file" (cache file for
11805         input method modules), and "im_module_path" - path
11806         to look for modules when generating cache file.
11807
11808         This doesn't scale.
11809
11810 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
11811
11812         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
11813         generic code from gtkthemes into a new abstraction
11814         GtkModule which has the logic for implementing
11815         a loadable module which implements a number of 
11816         GObject types.
11817
11818 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
11819
11820         * gtk/gtkeditable.[ch]: Convert GtkEditable from
11821         a class into an interface  
11822         
11823         * gtk/gtkoldeditable.[ch]: Move the old editable
11824         implementation into here, so legacy widgets can
11825         still rely on the implemenation. GtkOldEditable
11826         exports GtkEditable. Make selection handling
11827         code use new text conversion functions (and
11828         handle UTF-8 as a side-effect). Use GtkClipboard
11829         for CLIPBOARD.
11830
11831         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
11832         Adopt to match above changes.
11833
11834         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
11835         avoid GtkOldEditable implementation. Restructure
11836         to reduce number of places that modify state directly.
11837         Move to GtkBindingSet. Display the preedit string.
11838         Queue recomputation of PangoLayout and scroll position
11839         to improve effiency of doing complex changes naively.
11840         Add a menu with cut/copy/paste and input method selection.
11841
11842 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
11843
11844         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
11845         to set preedit string and attributes; display preedit string by
11846         inserting string and attributes at cursor when creating the
11847         GtkTextLineDisplay.
11848
11849         * gtk/gtktextlayout.c: Move all conversions between byte
11850         positions in PangoLayout and GtkTextIter into new functions
11851         line_display_iter_to_index/index_to_iter that properly
11852         handle the preedit string.
11853
11854         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
11855         it to return const char * (eventually will end up
11856         as GCONST char *, most likely.)
11857
11858         * gtk/gtktextview.[ch]: Handle the preedit string, call
11859         gtk_im_context_reset() as necessary, add a menu to switch
11860         input methods.
11861         
11862         * gtk/gtktextlayout.[ch]: Remove useless
11863         gtk_text_layout_get_log_attrs() function.
11864
11865 2000-11-11  Tor Lillqvist  <tml@iki.fi>
11866
11867         * gdk/gdk.def
11868         * gtk/gtk.def: Update.
11869
11870         * gdk/win32/*.c: Add last argument to g_type_register_static()
11871         calls.
11872
11873         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
11874
11875         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
11876         generated by older wheel mouse drivers. Get the correct y
11877         coordinate from WM_MOUSEWHEEL messages.
11878
11879         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
11880         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
11881         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
11882         Debugging functions.
11883
11884         * gdk/win32/gdkprivate-win32.h: Declare them.
11885
11886         * gdk/win32/gdkinput-win32.h: Add declaration for
11887         gdk_input_window_destroy().
11888
11889         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
11890
11891 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
11892
11893         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
11894         function to help handle keeping things in sync.
11895
11896 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
11897
11898         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
11899         BOXED marshallers.
11900
11901         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
11902         (gtk_list_store_class_init): use the new BOXED marshallers.
11903
11904         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
11905         new_with_values to new_with_types.
11906         (gtk_tree_store_get_column_type): add this.
11907         (gtk_tree_store_class_init): use the new BOXED marshallers.
11908
11909         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
11910         mirror some POINTER marshallers.
11911
11912 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
11913
11914         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
11915         allow more interesting iterators.  Also, made the lifecycle of
11916         iterators more explicit.
11917
11918         * gtk/gtktreemodelsort.[ch]: New model for sorting.
11919
11920         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
11921         types.
11922
11923 2000-11-09  Alexander Larsson  <alexl@redhat.com>
11924
11925         * demos/testgtk/menus.c:
11926         Changes to make the new testgtk compile after
11927         gtk_menu_append was removed.
11928
11929         * gdk/linux-fb/gdkdrawable-fb2.c
11930         (gdk_fb_get_depth, gdk_fb_get_visual,
11931         gdk_drawable_impl_fb_class_init): Implement
11932         these drawable functions. Now GtkImages work again.
11933
11934         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
11935
11936         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
11937         
11938         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
11939         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
11940         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
11941         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
11942
11943 2000-11-08  Havoc Pennington  <hp@pobox.com>
11944
11945         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
11946         visible_set args, don't know where these had gone, I thought they
11947         used to be there
11948
11949         * gtk/testtext.c: Add a menu item to apply invisibility tag;
11950         now we can test the feature and see that it's totally broken.
11951
11952 2000-11-08  Havoc Pennington  <hp@pobox.com>
11953
11954         Make DND copy pixbufs and tags when source and target share a 
11955         tag table.
11956         
11957         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
11958         in-process GTK_TEXT_BUFFER_CONTENTS target
11959         (gtk_text_view_drag_data_received): Paste from
11960         GTK_TEXT_BUFFER_CONTENTS if we receive it.
11961
11962 2000-11-08  Alexander Larsson  <alexl@redhat.com>
11963
11964         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
11965         API changes.
11966
11967         * gtk/gtkmenu.c: Add support for scrolling menus.
11968         Remove gtk_menu_append/prepend/insert, these have been moved to
11969         gtkcompat.h as #defines.
11970
11971         * gtk/gtkcompat.h.in:
11972         Add compatibility #defines for gtk_menu_append/prepend/insert
11973
11974         * gtk/gtkmenu.h: Add data needed for scrolling menus.
11975         GtkMenuPositionFunc gets an extra argument push_in.
11976         gtk_menu_append/prepend/insert removed.
11977         
11978         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
11979         positioning behaviour to fit to scrolling menus.
11980
11981         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
11982         into menuitem->submeny. That is wrong, and broke torn
11983         off submenus of torn off menus, since they were unrealized
11984         when the first menu was unrealized.
11985
11986         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
11987         gtk_menu_shell_select_item() since these need to be overridden in
11988         GtkMenu.
11989
11990         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
11991         positioning behaviour to fit to scrolling menus.
11992         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
11993         the current item so that it is prelighted when the menu pops up.
11994         This is a workaround to the fact that the menu doesn't get the
11995         initial enter event (due to grabs).
11996
11997         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
11998         s/gtk_menu_append/gtk_menu_shell_append/
11999
12000         * gtk/gtknotebook.c:
12001         s/gtk_menu_insert/gtk_menu_shell_insert/
12002
12003         * gtk/testgtk.c (create_menu, create_menus):
12004         Create the first menu with 50 items so that menu scrolling
12005         can be tested.
12006         
12007         
12008         Patch from Jonathan Blandford  <jrb@redhat.com>
12009
12010         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
12011         system to handle size requests.  First, we ask what the size of
12012         the toggle is.  Then, when allocating the size, we allocate the
12013         toggle_size first.  This way we can have multiple menu-item
12014         classes w/o needing a seperate class for each.
12015
12016         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
12017         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
12018
12019         * gtk/gtkcheckmenuitem.c
12020         (gtk_check_menu_item_toggle_size_request): New function to handle
12021         the toggle size-request.
12022
12023 2000-11-07  Havoc Pennington  <hp@redhat.com>
12024
12025         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
12026         Half-ass somewhat fix this function, so that scrolling to the
12027         insertion point works. Pango hacking is in the future to really
12028         fix it.
12029
12030         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
12031         length of data, no longer used.
12032
12033         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
12034         method contents in here, get rid of destroy method
12035         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
12036         that were backward. Remove debug spew.
12037         (cut_or_copy): Make the clipboard work with insert_range to
12038         preserve tags and pixbufs, not just the primary selection.
12039
12040 2000-11-07  Havoc Pennington  <hp@redhat.com>
12041
12042         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
12043         to gtk_text_mark_get_visible
12044
12045         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
12046         bug that was generating an invalid iterator
12047
12048         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
12049         ensure_char_offsets() in front of code placing the iter in an
12050         invalid state.
12051
12052         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
12053         make override_location arg const
12054         (paste): Replace the selection if we paste into the 
12055         current selection
12056
12057         * gtk/gtkselection.h: Remove "GtkSelectioData"
12058         (struct _GtkSelectionData): move the definition here.
12059
12060         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
12061         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
12062
12063         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
12064
12065         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
12066         (gtk_text_buffer_insert_range_interactive): implement
12067         (gtk_text_buffer_get_tags): Remove, replaced by
12068         gtk_text_iter_get_tags()
12069
12070         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
12071         limit parameter, to avoid infinite linear scan.
12072         (gtk_text_iter_backward_search): Add search limit
12073         (gtk_text_iter_forward_find_char): Add search limit
12074         (gtk_text_iter_backward_find_char): Add search limit
12075
12076 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
12077
12078         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
12079         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
12080         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
12081         gdk/linux-fb/gdkwindow-fb.c:
12082         use g_object_new() instead of g_type_create_instance() which
12083         is a private function for fundamental type implementations.
12084
12085         * gdk/linux-fb/gdkinput-ps2.c:
12086         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
12087         instead just store the current modifier state. Add a (somewhat broken)
12088         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
12089         Rename exported function gdk_input_ps2_get_mouseinfo to
12090         gdk_input_get_mouseinfo.
12091
12092         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
12093         gdk/linux-fb/gdkwindow-fb.c:
12094         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
12095         
12096
12097 2000-11-02  Havoc Pennington  <hp@redhat.com>
12098
12099         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
12100         use stock buttons. Should be 100% source compatible, appropriate
12101         filesel fields now point to dialog->vbox and dialog->action_area.
12102         On the bizarre side, dialog->action_area and filesel->action_area
12103         are not the same widget.
12104         (gtk_file_selection_init): Put some padding around the selection
12105         entry, so it isn't touching the GtkDialog separator.    
12106
12107         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
12108         use stock buttons, etc. Should also be source compatible.
12109         Set the dialog default title in _init not _new().
12110         
12111         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
12112         Use stock buttons; don't put a button box inside the existing
12113         dialog button box. Don't bother with push/pop colormap anymore.
12114
12115         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
12116         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
12117         for message dialog, and necessary for the font selection and color
12118         selection with help and apply buttons.
12119         
12120         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
12121         to the created button widget. Set GTK_CAN_DEFAULT on the button.
12122         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
12123         between buttons, put less padding around the action area.
12124         (gtk_dialog_run): Exit on unmap rather than on destroy. 
12125         This will also exit the loop if the widget is hidden.
12126         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
12127         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
12128         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
12129         special-case delete event.
12130
12131         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
12132         formatting
12133         
12134 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
12135
12136         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
12137         button to temporarily disable position recording in the
12138         "saved position" test.
12139
12140 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
12141
12142         * gtk/gtkthemes.c: added compat code that temporarily implements
12143         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
12144         going to be revamped by owen's upcoming GtkModule patches, but
12145         untill then people want gtk to build, right? ;)
12146
12147 2000-11-04  Havoc Pennington  <hp@pobox.com>
12148
12149         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
12150         list
12151
12152         * docs/Changes-2.0.txt: Add note about
12153         gtk_container_get_toplevels()
12154
12155         * gtk/gtktextview.h: formatting
12156         
12157         * gtk/gtktextview.c: don't start descriptions with "Returns",
12158         confuses gtk-doc
12159
12160 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
12161
12162         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
12163         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
12164
12165 2000-11-03  Havoc Pennington  <hp@redhat.com>
12166
12167         * gtk/gtktexttagtable.c: Docs
12168         (gtk_text_tag_table_size): return a signed int
12169
12170         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
12171         (gtk_text_tag_event): make the event_object a GObject
12172
12173         * gtk/gtktextview.c: Write API docs for all functions.
12174
12175         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
12176         for gtk_text_view_get_window_type() called on one of the private
12177         windows.
12178
12179         * gtk/gtktextview.c: Instead of accessing text_view->buffer
12180         directly, call get_buffer() which demand-creates a default
12181         buffer. So gtk_text_view_new() can be used to create a view with a
12182         default buffer in it, if you just want an empty text box users can
12183         put data in. Useful for GUI builders also.
12184
12185 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
12186
12187         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
12188         the charset encodign portion MUST be in lowercase.
12189         * gtk/gtkrc.az: added file for Azeri language
12190
12191 2000-11-03  Havoc Pennington  <hp@redhat.com>
12192
12193         Get widgets working on the btree/buffer side. Display of them 
12194         still doesn't work.
12195         
12196         * gtk/gtktextview.c: start implementing child widget stuff
12197
12198         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
12199
12200         * gtk/gtktextlayout.c: handle embedded widgets
12201
12202         * gtk/gtktextdisplay.c: handle embedded widgets
12203
12204         * gtk/gtktextchild.c: Implement all the child anchor goo
12205
12206         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
12207         function
12208
12209         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
12210         (insert_pixbuf_or_widget_segment): abstract out common portions of 
12211         creating a child anchor or a pixbuf segment.
12212         (gtk_text_btree_create_child_anchor): new function
12213         (gtk_text_btree_unregister_child_anchor): new function
12214
12215         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
12216         allocate_child signal on GtkTextLayout
12217
12218         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
12219         values
12220         (gtk_text_iter_get_child_anchor): new function
12221
12222         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
12223         default handler for the changed signal, which calls
12224         gtk_text_buffer_set_modified(), instead of just always emitting
12225         changed then calling set_modified() manually. I guess this is
12226         maybe more flexible. It seems logical.
12227
12228 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
12229
12230         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
12231         now.
12232
12233         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
12234
12235 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
12236
12237         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
12238         been marked static.
12239
12240 2000-11-02  Havoc Pennington  <hp@redhat.com>
12241
12242         * gtk/testgtk.c (create_labels): had a test backward
12243
12244         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
12245         fields, so the dest GC ends up with the correct clip origin, 
12246         etc. Fixes a bug where colored labels didn't redraw 
12247         properly.
12248
12249 2000-11-02  Alexander Larsson  <alexl@redhat.com>
12250
12251         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
12252         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
12253         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
12254         Add last argument to t_type_register_static call.
12255         
12256         * gdk/linux-fb/gdkdrawable-fb2.c:
12257         Add last argument to t_type_register_static call.
12258         export the get_image drawable virtual function.
12259
12260         * gdk/linux-fb/gdkimage-fb.c:
12261         Add last argument to t_type_register_static call.
12262         rename gtk_image_get to _gdk_fb_get_image and
12263         export it for use by gdkdrawable-fb2.
12264
12265         * gdk/linux-fb/gdkprivate-fb.h:
12266         export _gdk_fb_get_image.
12267
12268         * gdk/linux-fb/gdkselection-fb.c:
12269         Add new api call stubs.
12270
12271         * gtk/Makefile.am:
12272         Missing ( in linux-fb part.
12273
12274         * modules/linux-fb/Makefile.am:
12275         Must link with gdk_pixbuf or get unresolved symbol.
12276
12277 2000-11-01  Havoc Pennington  <hp@pobox.com>
12278
12279         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
12280         GTK_TYPE_TEXT_ITER and BOXED marshallers
12281
12282         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
12283
12284         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
12285         
12286         * gtk/gtk-boxed.defs: add GtkTextIter
12287
12288         * gtk/gtkmarshal.list: Add marshallers for text widget that 
12289         properly use OBJECT and BOXED
12290
12291 2000-11-01  Havoc Pennington  <hp@redhat.com>
12292
12293         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
12294
12295         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
12296         before returning it. 
12297         
12298 2000-11-01  Havoc Pennington  <hp@redhat.com>
12299
12300         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
12301         Clip the rectangle to be rendered to the drawable, since
12302         get_from_drawable() requires a region within the drawable
12303
12304 2000-11-01  Havoc Pennington  <hp@redhat.com>
12305
12306         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
12307         from coordinates.
12308
12309 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
12310
12311         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
12312         it isn't NULL.
12313
12314 2000-11-01  Havoc Pennington  <hp@pobox.com>
12315
12316         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
12317         on a label
12318         (gtk_label_finalize): unref the attr list if any.
12319
12320         * gtk/testgtk.c (create_get_image): close test on second click
12321         (make_message_dialog): close dialog if it exists
12322
12323         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
12324
12325         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
12326         gdk-pixbuf
12327
12328         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
12329         from Pango markup format
12330         (gtk_label_set_markup_with_accel): ditto but with accelerator
12331         parsing
12332
12333         * gtk/gtkimage.c (gtk_image_expose): reformatting.
12334
12335         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
12336         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
12337         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
12338         call gdk_window_get_origin().
12339
12340         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
12341         implement GDK_PIXBUF_ALPHA_FULL
12342         
12343 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
12344
12345         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
12346         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
12347         g_signal_handlers_disconnect_matched to block/unblock and disconnect
12348         multiple handlers respectively, instead of only treating the
12349         first handler found (bug reported by owen).
12350
12351 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
12352
12353         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
12354
12355         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
12356
12357         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
12358         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
12359         gtk/gtktreeviewcolumn.h: Fixed inline docs.
12360
12361         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
12362         widget.  Needs writing someday.
12363
12364         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
12365         the docs.
12366
12367 2000-10-30  Havoc Pennington  <hp@redhat.com>
12368
12369         * gtk/gtktextview.h, gtk/gtktextview.c:
12370         Rename delete_at_cursor delete_from_cursor, and 
12371         move to move_cursor.
12372
12373 2000-10-30  Havoc Pennington  <hp@redhat.com>
12374
12375         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
12376         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
12377         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
12378         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
12379         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
12380         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
12381         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
12382         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
12383         gtktexttypes.h, gtktextview.c, gtktextview.h:
12384
12385         Massive reindentation and reformatting. Arg alignment and comments
12386         still need fixing in various places.
12387
12388 2000-10-30  Havoc Pennington  <hp@redhat.com>
12389
12390         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
12391         to be named insert_at_cursor and delete_at_cursor so C++ can
12392         handle them.
12393
12394 2000-10-28  Tor Lillqvist  <tml@iki.fi>
12395
12396         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
12397         to get a double directory separator in case the home directory
12398         ends with one. This would cause trouble especially on Windows,
12399         where the path will be confused with the syntax for an an UNC
12400         (network share) path \\server\share\path.
12401         (gtk_rc_add_initial_default_files): Ditto.
12402
12403 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
12404
12405         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
12406
12407         * gtk/gtktextview.c: Use correct marshallers.
12408
12409 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
12410
12411         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
12412         use new iter stuff, and added all the appropriate signals et al.
12413
12414         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
12415         code is internal to gtk only.
12416
12417 2000-10-28  Tor Lillqvist  <tml@iki.fi>
12418
12419         * gtk/gtk.def
12420         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
12421         glib-genmarshal etc.
12422
12423 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
12424
12425         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
12426         parallel builds.
12427
12428 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
12429
12430         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
12431
12432 2000-10-27  Robert Brady  <robert@suse.co.uk>
12433
12434         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
12435         en_GB (British), ia (Interlingua).
12436
12437 2000-10-26  Havoc Pennington  <hp@redhat.com>
12438
12439         * gtk/gtktextiter.c (my_strrstr): fix constness warning
12440
12441         Fixed output of:
12442         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
12443         
12444         * gtk/gtktextsegment.c (char_segment_new): rename
12445         (_char_segment_new_from_two_strings): rename
12446         (_toggle_segment_new): rename
12447         
12448         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
12449         (make_clipboard_widget): make it static
12450         (text_get_func): static
12451         (text_clear_func): static
12452
12453         * gtk/gtkcolorsel.c (adjustment_changed): make this function
12454         static
12455         (hex_changed): make it static
12456         (hsv_changed): make it static
12457         (opacity_entry_changed): make it static
12458
12459         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
12460         (toggle_segment_check_func): rename with _gtk
12461
12462         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
12463         (_widget_segment_new): rename
12464         (_widget_segment_add): rename
12465         (_widget_segment_remove): rename
12466         (_widget_segment_ref): rename
12467         (_widget_segment_unref): rename
12468
12469         * gtk/gtktextmark.c (_mark_segment_new): Rename
12470         _gtk_mark_segment_new   
12471
12472 2000-10-26  Havoc Pennington  <hp@redhat.com>
12473
12474         * gtk/gtkmarshal.list: add new marshallers used by the text widget
12475         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
12476         types
12477
12478         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
12479         marshaller types
12480
12481         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
12482         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
12483         license on these files.
12484
12485         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
12486         work.
12487
12488         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
12489         runtime random number different for each tree, instead of 
12490         a constant I made up.
12491
12492 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
12493
12494         * gtk/Makefile.am: buncha cleanups, kludged build sources
12495         dependencies with a Makefile: oldest-source-stamp dependancy
12496         for the moment. automake is really fighting us here, with
12497         intentionally not allowing user-defined rules or dependancies
12498         prior to it's -include $(DEP_FILES) statement. sucks rocks!
12499
12500         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
12501         to public headers. tehy have a comment stating that they are
12502         "semi-public" aren't included by gtk.h and if enums popup there,
12503         they can be /*< skip >*/-ed.
12504
12505         * gtk/gtktextlayout.h: 
12506         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
12507         added LGPL... <SIGH>
12508
12509 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
12510
12511         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
12512         GtkTreeIter.  Added iterators everywhere.
12513
12514         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
12515
12516         * gtk/gtktreeviewselection.c: Changed to use the iterators.
12517
12518         * gtk/gtktreestore.c: Changed to use the iterators.
12519
12520         * gtk/gtkliststore.c: Commented out the code.  Will convert to
12521         iterators tomorrow.
12522
12523         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
12524         iterators tomorrow.
12525
12526         * gtk/treestoretest.c: Changed to use iterators.
12527
12528         * demos/testgtk/main.c: Moved to use the new iterator system.
12529
12530 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
12531
12532         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
12533         localization misbehaviour.
12534
12535         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
12536         a useless type without copy/free.
12537
12538         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
12539         of GTK_TYPE_CTREE_NODE.
12540
12541 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
12542
12543         * gtk/gtksignal.c:
12544         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
12545         applicable.
12546
12547         * gtk/gtk-boxed.defs (GtkSelectionData): specify
12548         gtk_selection_data_copy and gtk_selection_data_free
12549         do GtkSelectionData work as params in signals.
12550
12551 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
12552
12553         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
12554         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
12555         couldn't they at least give it a non-standard name?
12556         
12557         * gtk/gtktextlayout.c: arg! yet another implementation of
12558         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
12559
12560         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
12561         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
12562         home. now i know this _is_ a conspiracy.
12563
12564         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
12565         ::state-changed.
12566
12567         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
12568         (gtk_accel_group_create_add): marshaller signature fixups.
12569
12570         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
12571         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
12572
12573         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
12574         anymore.
12575
12576 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
12577
12578         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
12579         due to the signal system changes, it wouldn't build currently. to
12580         be fixed soon.
12581
12582         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
12583
12584         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
12585         so it needs gtk_marshal_VOID__ENUM() instead of
12586         gtk_marshal_NONE__UINT().
12587
12588         * gdk/gdk*.c: adapted type registration functions.
12589
12590         * gtk/gtkbindings.c:
12591         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
12592         gone.
12593
12594         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
12595
12596         * gtk/gtkobject.c:
12597         (gtk_object_destroy):
12598         (gtk_object_shutdown): fixed recursion guards. basically we have to
12599         catch the case where any of GObject.shutdown() or gtk_object_destroy()
12600         is called during ::destroy, and avoid recursion there.
12601
12602         * gtk/gtktypeutils.c:
12603         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
12604         boxed_copy/boxed_free. this needs a more general solution based on a
12605         publically installed code-generator utility.
12606
12607         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
12608         glib's gobject has support for that now.
12609         define GtkSignalMarshaller in terms of GSignalCMarshaller.
12610
12611 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
12612
12613         * gtk/gtksignal.[hc]:
12614         * gtk/gtkmarshal.[hc]:
12615         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
12616         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
12617         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
12618         care of that.
12619
12620         * *.c: marshaller name fixups.
12621
12622         * gtk/gtkmarshal.list: added a comment briefing the format.
12623
12624 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
12625
12626         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
12627         compatibility macros here now. more specifically, most of
12628         the API is preserved (yes, _most_, nonwithstanding the
12629         following exceptions listed, the API is stil lHUGE ;)
12630         things that got removed completely:
12631         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
12632         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
12633         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
12634         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
12635         gtk_signal_remove_emission_hook().
12636         non-functional functions variants:
12637         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
12638         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
12639         not supported anymore.
12640         (gtk_signal_compat_matched): new internal function to aid
12641         implementation of the compatibility macros, it  provides
12642         functionality to block/unblock/disconnect handlers based
12643         on func/data.
12644
12645         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
12646
12647         * *.c: adaptions to new type registration API signatures.
12648
12649 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
12650
12651         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
12652
12653 2000-10-25  Robert Brady  <robert@suse.co.uk>
12654
12655         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
12656         gdk_property_delete): If window == NULL, assume the root window.
12657         (restoring the behaviour that was in 1.2).
12658         
12659         * gtk/testtext.c (save_buffer): Allow creation of new files when
12660         saving.
12661
12662         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
12663         calls to read().
12664
12665 2000-10-25  Tor Lillqvist  <tml@iki.fi>
12666
12667         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
12668
12669         * gdk/win32/gdkdrawable-win32.c
12670         * gdk/win32/gdkimage-win32.c
12671         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
12672         X11 backend.
12673
12674         * gdk/win32/gdkcc-win32.c
12675         * gdk/win32/gdkcolor-win32.c
12676         * gdk/win32/gdkfont-win32.c
12677         * gdk/win32/gdkinput-win32.c
12678         * gdk/win32/gdkmain-win32.c
12679         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
12680
12681 2000-10-24  Havoc Pennington  <hp@redhat.com>
12682
12683         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
12684         it a static function
12685
12686         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
12687         redraw text when a tag is applied to it.
12688
12689         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
12690         (gtk_text_tag_affects_nonsize_appearance): private functions to
12691         see if a tag requires various kinds of redraw/layout to be queued
12692         up.
12693
12694         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
12695
12696         * gtk/testtext.c (fill_example_buffer): Put the cursor 
12697         at the start of the buffer, so search works by default
12698
12699         * gtk/gtktextiter.c (lines_match): init match_start always
12700
12701         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
12702         function, get iter at a line + a byte index
12703
12704         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
12705         to set byte position within a line
12706         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
12707
12708 2000-10-23  Havoc Pennington  <hp@redhat.com>
12709
12710         * gtk/testtext.c: Re-enable the "find" dialog
12711
12712         * gtk/testgtk.c: Add test for gdk_drawable_get_image
12713         
12714         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
12715         the arguments to gdk_draw_drawable were in the wrong order
12716         (gdk_window_paint_init_bg): This function was ignoring the
12717         init_region, instead of clipping to it, so the entire backing
12718         pixmap was cleared on every begin_paint()
12719         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
12720         was in here again, the loop kept using the same GtkWindowPaint
12721         over and over.
12722         (gdk_window_begin_paint_region): Fix a bug where we had two
12723         x_offset instead of x_offset and y_offset
12724
12725         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
12726         before we get the image.
12727         (gdk_draw_drawable): get the composite before we draw the drawable.
12728         (gdk_drawable_real_get_composite_drawable): default
12729         get_composite_drawable implementation that returns the drawable 
12730         itself
12731
12732         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
12733         get_composite_drawable virtual function
12734
12735         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
12736         list-walking bug
12737
12738         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
12739         make this work if the source drawable is a GdkDrawableImplX11
12740         instead of a public drawable type. This is really broken; the
12741         problem is that GdkDrawable needs a virtual method get_xid(), but
12742         of course that doesn't work in practice. Enter RTTI.
12743
12744         Also, improve mismatched depth message.
12745
12746         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
12747         GdkPixmap
12748
12749         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
12750         install _gdk_x11_get_image as our implementation of get_image
12751         
12752         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
12753         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
12754
12755         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
12756         gdk_drawable_get_image
12757
12758         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
12759
12760         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
12761         get_image
12762
12763         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
12764         trailing semicolon after for loop
12765
12766 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
12767
12768         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
12769         where font_desc for widget's context lagged widget's font_desc by
12770         one step.
12771
12772 2000-10-22  Tor Lillqvist  <tml@iki.fi>
12773
12774         * gdk/win32/gdkgc-win32.c
12775         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
12776
12777         * gtk/makefile.mingw.in
12778         * gtk/gtk.def: Updates.
12779
12780         * gtk/testgtk.c: sleep() is called _sleep in MS's C
12781         library.
12782
12783         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
12784
12785         * gtk/makefile.msc: Remove
12786
12787         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
12788
12789         * gtk/Makefile.am: Add it.
12790
12791         * configure.in: Generate it.
12792
12793         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
12794         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
12795         something even if not implemented, to satisfy picky MSVC.
12796
12797         Patches by Hans Breuer:
12798         
12799         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
12800         SetBkMode() and SetTextAlign() before calling
12801         pango_win32_render().
12802
12803         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
12804         Set hcliprgn to NULL after destroying it.
12805         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
12806
12807         * gdk/win32/gdkgeometry-win32.c
12808         (_gdk_windowing_window_queue_antiexpose): More effective
12809         implementation.
12810
12811         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
12812         depth as default, not the visual's.
12813
12814         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
12815         against empty title.
12816
12817         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
12818         IMAGE_PRIVATE_DATA.
12819
12820         * gdk/win32/gdkimage-win32.c: Use it.
12821
12822 2000-10-22  Robert Brady  <robert@suse.co.uk>
12823
12824         * configure.in: Check for bind_textdomain_codeset
12825
12826         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
12827         present, make use of it.
12828
12829         Add a translatable string "default:LTR" which, if translated
12830         to "default:RTL", will cause the default direction to be
12831         Right-to-Left.
12832
12833         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
12834         direction if marked as flippable.
12835
12836         * gtk/gtkhscale.c: Mark widget as flippable.
12837         
12838 2000-10-04  Havoc Pennington  <hp@redhat.com>
12839
12840         * gtk/testgtk.c (create_buttons): create some stock buttons
12841         with the default accel group
12842         (create_image): test some new GtkImage features
12843         (make_message_dialog): test GtkMessageDialog
12844         (create_modal_window): fix someone's bizzarro indentation
12845
12846         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
12847         GTK_WIN_POS_CENTER_ON_PARENT. 
12848         Add "destroy with parent" setting, which means the window goes
12849         away with its transient parent.
12850         (gtk_window_get_default_accel_group): get the default accel group
12851         for the window.
12852         (gtk_window_set_destroy_with_parent): set/unset destroy with
12853         parent flag
12854         (gtk_window_read_rcfiles): invalidate icon set caches
12855         after reloading rcfiles 
12856
12857         * gtk/gtkenums.h (GtkWindowPosition): add
12858         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
12859         on its parent window when the dialog is mapped for the first time.
12860
12861         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
12862         a simple message dialog class
12863         
12864         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
12865         handler to emit response signal, and maybe later it would
12866         honor a hide_on_delete flag - though that isn't there yet.
12867         Set border width on the vbox to 2, so we get some padding.      
12868         Use a button box for the action area.
12869         (gtk_dialog_key_press): synthesize a delete event if Esc
12870         is pressed and the GtkWidget key press handler didn't 
12871         handle the escape key.
12872         (gtk_dialog_new_with_buttons): new function creates a dialog
12873         with some default buttons in it.
12874         (gtk_dialog_add_action_widget): add an activatable widget
12875         as a button in the dialog - you can also add a non-activatable
12876         widget by accessing the action area directly.
12877         (gtk_dialog_add_button): add a simple button - stock ID or 
12878         label - to the action area
12879         (gtk_dialog_response): emit response signal
12880         (gtk_dialog_run): block waiting for the dialog, return 
12881         the response. Override normal delete_event behavior, so that 
12882         delete_event does nothing inside gtk_dialog_run().
12883
12884         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
12885         emitted when an action widget is clicked or the dialog gets
12886         delete_event
12887
12888         * gtk/gtk.h: add gtkmessagedialog.h
12889
12890         * gtk/Makefile.am: add gtkmessagedialog.[hc]
12891
12892 2000-10-18  Havoc Pennington  <hp@redhat.com>
12893
12894         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
12895         where any number of empty lines would get skipped
12896
12897         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
12898         edge.
12899
12900         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
12901         warning about invalid iterators (explain more thoroughly)
12902         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
12903
12904         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
12905         big
12906
12907         * demos/*.c: Add error handling
12908
12909         * gtk/gtktextbuffer.c: don't modify const iterators
12910
12911         * gtk/gdk-pixbuf-loader.c: Add full error handling here
12912
12913         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
12914         on file load
12915
12916         * gtk/gtkiconfactory.c: Update to reflect addition of error
12917         handling to gdk-pixbuf loaders
12918
12919 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
12920
12921         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
12922         move to new modularized testgtk.
12923
12924 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
12925
12926         * gtk/gtktreeview.c: Draw the arrows correctly.
12927
12928         * gtk/gtktreemodel.c: Added user docs.
12929
12930         * gtk/gtk.h: remove gtktreedatalist.h.
12931
12932         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
12933         parent when generating my type.
12934
12935         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
12936         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
12937
12938 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
12939
12940         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
12941         GtkTreeModel from object to interface.
12942
12943 2000-10-16  Havoc Pennington  <hp@redhat.com>
12944
12945         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
12946         compilation
12947
12948 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
12949
12950         * gtk/gtktreeselection.c: Add API documentation to all public
12951         functions.
12952
12953         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
12954         functions.
12955
12956 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
12957
12958         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
12959         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
12960         docs to all public functions.
12961
12962         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
12963         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
12964         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
12965         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
12966         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
12967         issue.
12968
12969 2000-10-14  Robert Brady  <robert@suse.co.uk>
12970
12971         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
12972
12973 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
12974
12975         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
12976         values other then G_TYPE_STRING.
12977         * gtk/gtktreeselection.c: Minor commenting updates.
12978         * gtk/gtktreeview.c: Format updates.
12979
12980 2000-10-09  Tor Lillqvist  <tml@iki.fi>
12981
12982         * README.win32: Update.
12983
12984         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
12985         lines that had been deleted by mistake (?).
12986
12987         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
12988         also the case fg==white and bg==black (but still not randomly
12989         coloured cursors). Thanks to Wolfgang Sourdeau.
12990
12991         * gdk/win32/*.c: Silence gcc -Wall.
12992
12993         * gtk/gtk.def: Add missing entry points.
12994
12995         Fixes by Hans Breuer:
12996
12997         * gdk/makefile.msc
12998         * gdk/win32/makefile.msc: Update.
12999
13000         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
13001         some MSVC thing, presumably), cause breakpoint on failures. Add
13002         GDK_NOR case. Call g_log_set_always_fatal.
13003
13004         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
13005         should be pased by reference.
13006         
13007         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
13008         
13009         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
13010
13011         * gdk/win32/gdkevents-win32.c
13012         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
13013
13014         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
13015         implementation object.
13016
13017         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
13018         not just windows.
13019         
13020         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
13021         Use the wrapper object.
13022         
13023 2000-10-06  Havoc Pennington  <hp@redhat.com>
13024
13025         * Makefile.am (SRC_SUBDIRS): contrib subdir
13026
13027         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
13028         so it can be used in Xlib version
13029
13030         * demos/testpixbuf.c (update_timeout): error checking from 1.0
13031         tree
13032
13033         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
13034         change from 1.0 tree that returns first frame of animation
13035         if the loaded file is an animation.
13036
13037         * contrib: add new directory to hold stuff that comes with GTK+
13038         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
13039         
13040         * configure.in: add contrib/*
13041
13042 2000-10-05  Havoc Pennington  <hp@redhat.com>
13043
13044         * demos/testpixbuf-save.c: add pixbuf save test
13045
13046         * demos/Makefile.am: add testpixbuf-save.c
13047
13048 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
13049
13050         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
13051         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
13052         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
13053         * gtk/gtktreeselection.[ch]: Replaced
13054         "node_selected"/"node_unselected" signal with "selection_changed"
13055         signal.
13056
13057 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
13058
13059         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
13060         tree widget.
13061
13062 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
13063
13064         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
13065         drawing.
13066
13067 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
13068
13069         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
13070         Move list pointer forwards before removing item from
13071         list. (Crash reported by Salmaso Raffaele)
13072
13073         * gdk/gdkwindow.h: Remove spurious trailing ,
13074
13075         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
13076         dependencies on uninstalled libraries, sorry folks.
13077
13078 2000-10-04  Havoc Pennington  <hp@redhat.com>
13079
13080         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
13081         gtk/gtkiconfactory.c: Fix copyrights    
13082
13083         * demos/testpixbuf.c: add inline pixbuf test
13084         
13085 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
13086
13087         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
13088         Add gdk_window_iconify.
13089
13090         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
13091         (gdk_window_set_geometry_hints): Add win_gravity
13092         to geometry structure.
13093
13094         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
13095         Implement _NET_WM_PING.
13096
13097         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
13098         Set _NET_WM_PID on the client leader.
13099
13100         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
13101         Handle UTF-8 better.
13102
13103         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
13104         UTF-8 better, set _NET_WM_NAME as well. Only set
13105         icon name if it hasn't previously been explicitely 
13106         set.
13107
13108 2000-10-03  Havoc Pennington  <hp@redhat.com>
13109
13110         * gtk/testtextbuffer.c: clean up trailing whitespace,
13111         add extensive tests for tag toggle iteration.
13112         
13113         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
13114         distance
13115
13116         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
13117         optimize case where the tag root is on level 1
13118         (gtk_text_line_previous_could_contain_tag): attempt to implement
13119         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
13120         functionality
13121
13122         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
13123         Implement this, though not very efficiently.
13124
13125         * gtk/gtktextiterprivate.h: reformat
13126
13127         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
13128         iterator
13129
13130         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
13131         this to properly revalidate the iterators.
13132
13133         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
13134         properly at the end of the line (and therefore on empty lines)
13135
13136         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
13137         maybe we should return a value...
13138
13139 2000-10-03  Tor Lillqvist  <tml@iki.fi>
13140
13141         * config.h.win32: Guard definition of alloca(). glib.h now handles
13142         that.
13143
13144         * gdk/gdk.def
13145         * gtk/gtk.def: Add new entry points.
13146
13147         Changes just to make GTK+ build without errors on Win32. No hope
13148         of it working in its current state, though...:
13149         
13150         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
13151         some functions from the X11 backend, just to make GTK+ build.
13152
13153         * gdk/makefile.mingw.in
13154         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
13155         number. Add new object files.
13156
13157         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
13158         GetMessageTime to get timestamp (where on X11 uses
13159         gdk_x11_get_server_time()).
13160
13161 2000-10-02  Havoc Pennington  <hp@pobox.com>
13162
13163         * gtk/gtktextview.c: text_window_* weren't static and should have
13164         been.
13165         Start work on child widgets; not yet complete, syncing to 
13166         office computer.
13167
13168         * gtk/gtktextchild.h: change this to contain a public interface,
13169         starting work on child interfaces.
13170         * gtk/gtktextchildprivate.h: move private interfaces here
13171
13172         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
13173
13174         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
13175         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
13176         gtk/gtktextmark.c: copyright notices
13177
13178         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
13179         internal functions      
13180
13181         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
13182         internal function
13183
13184         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
13185         Reformatting    
13186
13187 2000-09-30  Havoc Pennington  <hp@pobox.com>
13188
13189         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
13190         NULL start/end pointers
13191
13192         * gtk/gtktextbuffer.c: Write some docs
13193         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
13194         NULL, so you can just check whether there's a selection.        
13195
13196         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
13197         cleanup_line or segments_changed ourselves, it gets done 
13198         in unlink_segment
13199
13200         * gtk/gtktextmark.h:
13201         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
13202         
13203         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
13204
13205         * gtk/gtktextmark.c: delete some more old Tk cruft
13206
13207         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
13208         mark before removing it, so we can emit MARK_DELETED with a valid
13209         pointer.
13210         (gtk_text_buffer_mark_set): hold ref across signal emission
13211
13212         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
13213         whining about attempts to delete special marks
13214
13215         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
13216         underscore, since it's internal.
13217
13218         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
13219         now implemented in terms of iterators in gtktextiter.h
13220
13221         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
13222         New function, destructively sets contents of buffer. Also 
13223         a convenient way to clear the buffer by setting text to ""
13224
13225         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
13226         multiline string literal
13227
13228         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
13229         text changes.
13230
13231         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
13232         is not dereferenceable
13233         (gtk_text_iter_forward_lines): fix return value
13234
13235 2000-09-29  Havoc Pennington  <hp@redhat.com>
13236
13237         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
13238
13239         * gtk/gtktextview.c: Implement drag thresholding; change functions 
13240         that set border window size to have nicer name
13241         (gtk_text_view_mark_set_handler):  Fix this to have the 
13242         right signature.
13243
13244         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
13245
13246         * gtk/testtext.c: Update with API changes, put line numbers on 
13247         both sides.
13248         
13249         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
13250         with this
13251
13252         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
13253         pixbuf; delete a big block of #if 0 Tk code
13254
13255         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
13256         insert_pixmap with insert_pixbuf
13257
13258 2000-09-29  Martin Baulig  <baulig@suse.de>
13259
13260         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
13261         confusion with the GdkPixbuf of the GNOME 1.x platform.
13262
13263 2000-09-29  Havoc Pennington  <hp@pobox.com>
13264
13265         * gtk/gtktextview.c: Implement the side windows.
13266
13267         * gtk/testtext.c: Implement simple line numbering in the 
13268         left side window; seems to make scrolling sloooow. Oops.
13269         Also, cursor blink is for some reason causing redraws
13270         of the line numbers. Should investigate...
13271
13272 2000-09-28  Havoc Pennington  <hp@redhat.com>
13273
13274         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
13275         scrolling child windows, and draw focus rectangle properly.
13276         
13277         (gtk_text_view_buffer_to_window_coords):
13278         Coordinate transformation to deal with all these freaking windows
13279         and offsets
13280         (gtk_text_view_window_to_buffer_coords): transform the other way
13281
13282         * gtk/testtext.c (create_buffer): Update to match Pango API change
13283
13284         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
13285         anonymous tags
13286         (foreach_unref): don't emit remove signal from finalize, just
13287         set tag's parent to NULL
13288
13289 2000-09-26  Havoc Pennington  <hp@redhat.com>
13290
13291         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
13292         Fix some warnings       
13293
13294 2000-09-26  Havoc Pennington  <hp@redhat.com>
13295
13296         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
13297         headers into the private header list
13298
13299         * Makefile.am (pkgconfig_DATA): install pkg-config files
13300
13301         * configure.in: add pkg-config files
13302
13303         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
13304
13305         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
13306         outstanding icon caches on theme change.
13307
13308         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
13309         important types:
13310
13311         (GtkIconSource): Specification for creating a pixbuf 
13312         appropriate for a direction/state/size triplet from 
13313         a source pixbuf or filename
13314
13315         (GtkIconSet): List of GtkIconSource objects that are used to
13316         create the "same" icon (e.g. an OK button icon), and cache for
13317         rendered icons
13318
13319         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
13320         up the icon set for a given stock ID.  GTK maintains a stack of
13321         GtkIconFactory to search, and applications or libraries can add
13322         additional icon factories on top of the stack
13323         
13324         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
13325         the set of GtkIconSource specified for a given stock ID into 
13326         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
13327         RcStyle, under the specified stock ID.
13328
13329         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
13330         render_icon used to derive a GdkPixbuf from a GtkIconSource.
13331         This allows people to theme how prelight, insensitive, etc. are
13332         done.
13333
13334         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
13335         icon factories for a style, and return the resulting 
13336         icon set if any.
13337
13338         (gtk_style_render_icon): Render an icon using the render_icon 
13339         method in the GtkStyleClass.
13340
13341         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
13342         Use the style for a given widget to look up a stock ID, get the
13343         icon set, and render an icon using the render_icon method 
13344         of the style
13345
13346         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
13347         (contains information about a stock item), the built-in stock item
13348         IDs, and functions to add/lookup stock items.
13349
13350         * gtk/stock-icons/*: Stock icons that come with GTK
13351
13352         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
13353         a button based on a GtkStockItem
13354         (gtk_button_new_accel): Takes a uline string and accel group, and
13355         installs the accelerator.
13356
13357         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
13358         image-display widget.
13359
13360 2000-09-25  Havoc Pennington  <hp@redhat.com>
13361
13362         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
13363
13364         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
13365         Fix a bug when removing node data, we didn't properly 
13366         re-splice the linked list after removing the data.
13367
13368         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
13369         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
13370
13371         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
13372
13373         * gtk/gtktextlayout.c (set_para_values): Set tab array 
13374         for the layout from the GtkTextTag.
13375
13376         * gtk/gtktexttypes.h: delete tab and search cruft, 
13377         remove g_convert() in favor of GLib version
13378
13379         * gtk/gtktexttypes.c: remove tab implementation from here,
13380         move to Pango
13381
13382         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
13383         tab stuff using new PangoTabArray from Pango
13384
13385         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
13386         unused border_width stuff
13387
13388 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
13389
13390         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
13391         glib) and now useless utf_to_latin1() latin1_to_utf()
13392
13393         * gtk/gtktextview.[ch]: Change ::move_insert and
13394         ::delete_text action signals to ::move and ::delete;
13395         create the signals with the right enumeration type,
13396         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
13397         C-v bindings, change Home, End to move to beginning/end
13398         of line, Add C-Home C-End to move to beginning/end
13399         of buffer. Change ::cut_text to ::cut_clipboard, etc;
13400         combine ::scroll_text into ::move; use new GtkSelectionData
13401         functions to simplify DND text handling.
13402         
13403         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
13404         deletion enumerations here, rename enumeration values to 
13405         be consistently plural.
13406
13407         * gtk/gtktextbuffer.c: Use new clipboard interfaces
13408         for cut/copy/paste and primary selection.
13409
13410         * gtk/gtktextbuffer.[ch]: Remove excess time and
13411         'interactive' arguments from cut/copy/paste;
13412         rename cut to cut_clipboard, etc; remove
13413         gtk_text_buffer_get_clipboard_contents().
13414
13415         * gtk/gtktextlayout.[ch]: Add 
13416         gtk_text_layout_move_iter_to_line_end() to move the iter to 
13417         line ends.
13418
13419         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
13420         Functions to set or get a UTF-8 string on the selection
13421         data.
13422
13423         * gtk/gtkclipboard.[ch]: New, simplified selection handling
13424         interfaces.
13425
13426         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
13427         created widgets - one of these is useless if we don't.
13428
13429         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
13430         a public function clear all targets registered for the
13431         widget.
13432
13433         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
13434         Never call gtk_widget_realize() - that was just asking
13435         for bizarre side-effects.
13436
13437         * gtk/gtkselection.c (gtk_selection_owner_set): Call
13438         gdk_selection_owner_set even if the widget is the
13439         same so that we reliably update the timestamp on
13440         the server.
13441
13442         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
13443         gdk_x11_get_server_time() function.
13444         
13445         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
13446         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
13447         Add some tricky filtering on serial numbers for
13448         selection clear events to fix up long-standard
13449         race condition FIXME's in gtkselection.c.
13450
13451         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
13452         routines to convert from utf8 to compound text or
13453         STRING and from a text property to UTF-8.
13454
13455         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
13456         a convenience function gdk_get_current_event_time().
13457
13458         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
13459         and free selection_data->data properly
13460
13461 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
13462
13463         * gtk/gtkthemes.c: Remove some unecessary includes.
13464
13465 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
13466
13467         * gtk/gtktextdisplay.c
13468         * gtk/gtktextlayout.c
13469         * gtk/gtktexttag.c
13470         * gtk/gtktexttag.h
13471         * gtk/testtext.c: Change the overstrike property to strikethrough,
13472         to closer match pango.
13473
13474 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
13475
13476         * gtk/gtktextview.c: Fix up visibility so that focus,
13477         cursor_visible and blink interact properly.  Reenable cursor blink
13478         which had been roughly disabled. Make blink and focus
13479         properly per-view.
13480
13481         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
13482         Add a flag for whether to display insertion cursor and
13483         a function to set the flag.
13484
13485         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
13486         get_line_y() to get_line_yrange(), to be a bit more generally
13487         useful.
13488
13489 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
13490
13491         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
13492           do stop_navigating_submenu, to clear last timeout properly.
13493           Also in gtk_menu_motion_notify move ignore_enter above
13494           the conditional to make it always happen as suggested by Owen
13495
13496 2000-09-07  Tor Lillqvist  <tml@iki.fi>
13497
13498         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
13499
13500         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
13501         w32api headers.
13502
13503         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
13504         declarations.
13505
13506         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
13507         (gdk_win32_get_colormap): A line had been deleted by mistake.
13508
13509         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
13510         (gdk_event_translate): Handle more virtual keycodes to be able to
13511         generate GDK events for Control-comma, Control-period, etc.
13512
13513         * gtk/gtk.def: Add some missing entry points.
13514
13515 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
13516
13517         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
13518         Doc comment fixing. (Mostly non-matching parameter names.)
13519
13520         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
13521         comments a little to avoid looking like a doc comment.
13522
13523         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
13524         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
13525         conversions be changed to GError?)
13526
13527         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
13528         Move private #defines into .c file.
13529
13530         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
13531         order of argument addition, remove duplicates.
13532
13533         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
13534         parent class is FrameClass, not BinClass.
13535
13536         * gtk/gtk.h: Add gtkinvisible, which was missing.
13537         (It's occasionalyl useful for client apps, if seldom.)
13538
13539         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
13540         #define.
13541
13542 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
13543
13544         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
13545         coordinates when creating window, instead of GDK-space
13546         coordinates. (Avoid BadValue on too large windows.)
13547
13548 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
13549
13550         * configure.in (use_mmx_asm): Remove conftest* after use along the
13551         lines of AC_TRY_COMPILE.        
13552         
13553         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
13554         of g_dirname, which is deprecated.
13555         (gtk_rc_parse_any): Removed calls to
13556         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
13557
13558         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
13559         Removed calls to g_hash_table_{freeze,thaw}, as they are
13560         deprecated now.
13561
13562         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
13563         instead of g_basename.
13564         
13565 2000-09-04 Elliot Lee <sopwith@redhat.com>
13566         
13567         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
13568         ANSI warning.
13569
13570 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
13571
13572         * gtk/gtkwidget.h:  Add some documenting comments about 
13573           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
13574           just as owen said on irc.
13575
13576         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
13577           set HAS_DEFAULT.  Only set it if there isn't another window
13578           holding it (a focus window which RECEIVES_DEFAULT) and only unset
13579           it if the widget is not the focused window with RECEIVES_DEFAULT.
13580           This fixes weird double default bugs in dialogs which has things
13581           call gtk_window_set_default at times.
13582
13583 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
13584
13585         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
13586         Nils Barth and David Santiago to improve submenu
13587         navigation. The patch does this by creating a triangular
13588         region from the point where the pointer leaves the
13589         menu to the submenu.  While the pointer is in
13590         that region and a timeout has not expired, events 
13591         that would cause the active submenu to change are
13592         ignored.
13593
13594 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
13595
13596         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
13597         moving a toplevel window immediately after sizing it would
13598         result in it being sized back to the old size since 
13599         impl->width, impl->height aren't updated until we hear
13600         back from the server. There is still a (longstanding) bug
13601         here that gdk_window_get_size() will give the wrong size
13602         until we do hear back.
13603
13604 2000-08-31  Havoc Pennington  <hp@redhat.com>
13605
13606         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
13607         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
13608         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
13609         Rename GtkTextStyleValues to GtkTextAttributes
13610
13611 2000-08-31  Havoc Pennington  <hp@pobox.com>
13612
13613         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
13614         for rapid testing whether an iterator is the end iterator
13615         (gtk_text_btree_new): init end line cache
13616         (gtk_text_line_is_last): use fast cached line to 
13617         see if we're the last line.
13618         (get_last_line): use cached line here too, should 
13619         speed up some random unrelated code.
13620         
13621 2000-08-30  Havoc Pennington  <hp@pobox.com>
13622
13623         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
13624         signals.
13625
13626         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
13627         delete_text signals. This allows the signals to be used for
13628         implementing undo.
13629
13630         * gtk/gtktextbuffer.c: Change signal handler signatures; 
13631         provide "interactive" argument when emitting insert_text or
13632         delete_text signal.
13633         
13634 2000-08-30  Havoc Pennington  <hp@pobox.com>
13635
13636         * gtk/gtktextbuffer.c: Docs
13637
13638 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
13639
13640         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
13641         from switch statements, since Tor removed the enumeration
13642         value.
13643         
13644         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
13645         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
13646
13647 2000-08-29 Elliot Lee <sopwith@redhat.com>
13648         * */*.h: Use G_GNUC_CONST.
13649
13650 2000-08-27  Havoc Pennington  <hp@pobox.com>
13651
13652         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
13653         minor indentation fixes, inserted some FIXME about stuff I
13654         realized was broken while documenting it.
13655         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
13656         GTK convention  
13657
13658 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
13659
13660         * gtk/testgtk.c (create_styles): Fix double free of
13661         font desc.
13662
13663 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
13664
13665         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
13666         
13667         * gtk/testgtk.c (create_styles): Add a test for modifying
13668         the style through gtk_widget_modify_*.
13669
13670         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
13671         a function to get the current modifier style.
13672
13673         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
13674         of the passed in GtkRcStyle instead of ref'ing it.
13675
13676         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
13677
13678 2000-08-20  Tor Lillqvist  <tml@iki.fi>
13679
13680         * gdk/gdkimage.h
13681         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
13682         shared memory image+pixmap GdkImage type, or
13683         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
13684         I am dropping that.
13685
13686         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
13687         actually call gtk_init_abi_check(), passing also
13688         sizeof(GtkWindow). Ditto for gtk_init_check(). 
13689
13690         * gtk/gtk.def
13691         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
13692         New functions, used to check that the GTK+-using code has been
13693         compiled using the correct compiler and switches. In particular,
13694         with gcc one has to use the -fnative-struct switch as GTK+ is
13695         compiled with that.
13696
13697 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
13698
13699         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
13700         ->prev fields when merging lists. (Found simultaneously
13701         by Pawel Salek and Jakub Jelinek)
13702
13703 2000-08-12  Tor Lillqvist  <tml@iki.fi>
13704
13705         * gdk/gdk.def
13706         * gtk/gtk.def: Add missing entries.
13707
13708         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
13709         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
13710
13711         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
13712         function. Dummy implementation at this point.
13713
13714         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
13715         rules. Undefine GTK_COMPILATION when compiling the test programs.
13716         
13717         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
13718
13719 2000-08-11  Tor Lillqvist  <tml@iki.fi>
13720
13721         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
13722         to convert back and forth from UTF-8 and the "system" (or "current
13723         locale") charset when necessary. Indentation/spacing cleanup.
13724
13725 2000-08-10  Havoc Pennington  <hp@redhat.com>
13726
13727         * Makefile.am (snapshot): Change the format of the snapshot
13728         version to match glib
13729
13730         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
13731         from EXTRA_DIST since it doesn't seem to exist
13732
13733 2000-08-10  Tor Lillqvist  <tml@iki.fi>
13734
13735         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
13736         version of the directory name (not the UTF-8 one) when building
13737         the path name to stat().
13738
13739 2000-08-03  Elliot Lee  <sopwith@redhat.com>
13740
13741         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
13742         PANGO_ATTR_SHAPE set.
13743
13744 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
13745
13746         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
13747         Peter Osterlund to simplify the code while keeping the
13748         functionality the same.
13749
13750 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
13751
13752         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
13753         is_viewable() test further inside the function, since removing the 
13754         window from the redraw list without clearing ->update_area
13755         was also very broken.
13756
13757 2000-08-02  Tor Lillqvist  <tml@iki.fi>
13758
13759         * configure.in: Check for <unistd.h>.
13760
13761 2000-08-01  Martin Baulig  <baulig@suse.de>
13762
13763         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
13764         to display the message that this is a development version of GTK+.
13765
13766 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
13767
13768         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
13769         was depending on widget->allocation instead of the width of text_area,
13770         which was incorrect for subclasses like GtkSpinButton.
13771
13772         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
13773         with width == 1 tests that should be width == -1.
13774
13775 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
13776
13777         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
13778         (broken, Elliot, every single window blank on X) custom code with call
13779         to gdk_window_is_viewable() which a) prevents code duplicate and
13780         b) works. 
13781
13782 2000-07-31  Elliot Lee  <sopwith@redhat.com>
13783
13784         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
13785         to get the GDK_PARENT_ROOT() macro to work.
13786         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
13787         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
13788         of, windows that aren't shown.
13789         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
13790         pointer grab stuff.
13791
13792 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
13793
13794         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
13795           s/gtk_main_iteration/g_main_iteration/
13796
13797           Did this already in change:
13798                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
13799           don't know how it got reverted.
13800
13801 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
13802
13803         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
13804         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
13805
13806         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
13807         not gdk_pixbuf.
13808
13809 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
13810
13811         * configure.in,po/{sp,sr}.po: Added Serbian files
13812
13813 2000-07-30  Tor Lillqvist  <tml@iki.fi>
13814
13815         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
13816
13817         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
13818         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
13819         GIOChannel implementation.
13820
13821         * gdk/win32/gdkinput.c
13822         * gdk/win32/gdkpango-win32.c: Update license name here, too.
13823
13824         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
13825         definition to match prototype.
13826
13827         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
13828
13829 2000-07-27  Elliot Lee  <sopwith@redhat.com>
13830
13831         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
13832         function, to allow handling image formats that cannot be detected
13833         by looking at content alone.
13834
13835 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
13836
13837         * docs/tutorial/*.gif *.jpg *.eps
13838           Update these to the same look-n-feel.
13839           Why does including images in DocBook suck so badly?
13840
13841 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
13842
13843         * gtk/gtktable.c: applied patch from Phil Thompson
13844         <phil@river-bank.demon.co.uk> that enables space settings for
13845         the last row/columns as well.
13846
13847 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
13848
13849         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
13850         updates the license headers to the GNU Lesser General Public License,
13851         as well as updating the copyright year to 2000.
13852
13853 2000-07-26  Robert Brady  <rwb197@zepler.org>
13854
13855         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
13856           and po/Makefile, was installing and looking for them under gtk20
13857           and gtk2 respectively.
13858
13859 2000-07-25  Havoc Pennington  <hp@redhat.com>
13860
13861         * gtk/testtext.c: Comment out some stuff that depends on the rest
13862         of my patches.
13863
13864 2000-07-25  Havoc Pennington  <hp@redhat.com>
13865
13866         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
13867         buffer
13868
13869 2000-07-25  Havoc Pennington  <hp@redhat.com>
13870
13871         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
13872         widget changes.
13873
13874         * gtk/gtktextview.h: To be consistent with usage of "line"
13875         throughout the API to mean "newline-terminated thingy", change
13876         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
13877         to MOVEMENT_LINE.
13878
13879         (GtkTextView): Add flags for default editability, and whether to
13880         show the cursor. Add functions to get/set that. Add 
13881
13882         (gtk_text_view_get_iter_location): new function
13883
13884         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
13885         gtktextlayout.h
13886         (g_convert): Add g_convert temporarily, will go in glib in a bit
13887         
13888         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
13889         GtkTextTagTableForeach instead of brokenly using GHFunc.
13890         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
13891
13892         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
13893         moved to public header.
13894
13895         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
13896         "invisible", since "elide" was a bad name.
13897         (gtk_text_tag_get_priority): Added
13898
13899         (GtkTextStyleValues): put this in public header, along with
13900         functions to use it.
13901
13902         * gtk/gtktextmarkprivate.h: Include more headers, since we no
13903         longer include gtktextbtree.h.
13904
13905         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
13906         gtk_text_mark_deleted
13907
13908         * gtk/gtktextlayout.h: Don't include the "really private" headers,
13909         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
13910         to make this possible. Now we only need to install
13911         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
13912         (However the Makefile.am isn't changed yet because of the
13913         logistics of merging gtk-hp-patches piecemeal)
13914
13915         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
13916         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
13917         gtk_text_iter_get_line is now used in the public API for a
13918         different purpose.
13919
13920         * gtk/gtktextiter.h: Clean up function names to be more
13921         consistent. Always call char offset "offset" and byte index
13922         "index". A "line" is always a line number. 
13923
13924         (gtk_text_iter_is_last): new function, more efficient than 
13925         the existing way to check
13926         (gtk_text_iter_is_first): new function, also more efficient
13927
13928         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
13929
13930         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
13931         gtk_text_iter_forward_char, etc.
13932
13933         (gtk_text_iter_forward_to_tag_toggle): Renamed from
13934         forward_find_tag_toggle, since this isn't a linear search
13935
13936         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
13937
13938         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
13939         New functions, search for a buffer substring.
13940
13941         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
13942         interactive and default editable (since we need to store that info
13943         until we receive the selection data).
13944
13945         Remove all the _at_char and at_line etc. versions of functions;
13946         only have iterator versions.
13947
13948         Add _interactive() versions of functions, that consider the
13949         editability of text. (FIXME add interactive flag to the 
13950         insert/delete signals per Darin's suggestion)
13951
13952         (gtk_text_buffer_get_tag_table): new function, demand-creates the
13953         tag table if necessary
13954
13955         Remove declaration of gtk_text_buffer_get_iter_from_string
13956
13957         (_gtk_text_buffer_get_btree): private/internal function, added.
13958         
13959
13960         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
13961         (gtk_text_line_is_last): new function
13962
13963 2000-07-25  Havoc Pennington  <hp@redhat.com>
13964
13965         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
13966         using GtkProgressBar. See Changes-2.0.txt for details.
13967
13968         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
13969         "pulse_step" which are the equivalent of
13970         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
13971         Implement new API.
13972         
13973         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
13974         (use_text_format) to mark whether text set on the progress bar is
13975         a format string. Deprecate entire GtkProgress interface.
13976
13977         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
13978         (gtk_progress_build_string): make this a no-op if use_text_format
13979         is FALSE
13980
13981         * docs/Changes-2.0.txt: Describe progress bar changes.
13982
13983 2000-07-25  Tor Lillqvist  <tml@iki.fi>
13984
13985         * Makefile.am: Include the build directory.
13986
13987         * configure.in: Generate build/Makefile, build/win32/Makefile,
13988         gdk/, gdk/win32/, and gtk/makefile.mingw.
13989
13990         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
13991         Add GETTEXT_PACKAGE.
13992         
13993         * gdk/gdk.def
13994         * gtk/gtk.def: Updates.
13995
13996         * gdk/gdkfont.h
13997         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
13998         need them any longer.
13999
14000         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
14001
14002         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
14003         PANGOWIN32_LIBS and gdk_pixbuf.
14004
14005         * gdk/win32: Compiles, but no doubt doesn't work at all.
14006
14007         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
14008
14009         * gdk/win32/gdkinput.c: New file, temporarily.
14010         
14011         * gdk/win32/gdkinput-win32.h: New file
14012
14013         * gdk/win32/gdkinputprivate.h: Remove.
14014
14015         * gdk/win32/gdkpango-win32.c: New file.
14016
14017         * gtk/makefile.mingw.in: New file
14018
14019         * gtk/makefile.cygwin: Removed
14020         
14021         * gtk/Makefile.am: Update accordingly.
14022
14023         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
14024         made externally visible.
14025
14026         * gtk/gtkmain.c: Use it.
14027         
14028         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
14029         is enough.
14030
14031         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
14032
14033 2000-07-24 Elliot Lee <sopwith@redhat.com>
14034         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
14035         individual backends already.
14036         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
14037         again. Yes, there really is a good reason for this, if you are using the gdkregion
14038         internals, and if you're not, why do you care?
14039         * gdk/gdkwindow.c: Fix inverted condition
14040         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
14041         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
14042         * gtk/gtkrange.c: Redraw trough when moving.
14043         * gtk/gtktypeutils.c: Fix warning by adding const cast.
14044         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
14045
14046 2000-07-23  Tor Lillqvist  <tml@iki.fi>
14047
14048         * configure.in: Check for mkstemp and sigsetjmp. Output
14049         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
14050
14051         More work on GDK for Win32. Still in an intermediate state.
14052
14053         * gdk/makefile.cygwin
14054         * gdk/win32/makefile.cygwin: Removed.
14055         
14056         * gdk/makefile.mingw.in
14057         * gdk/win32/makefile.mingw.in: New files.
14058
14059         * gdk/Makefile.am
14060         * gdk/win32/Makefile.am: Generate and distribute them.
14061
14062         * gdk/win32/gdkwindow-win32.h
14063         * gdk/win32/gdkdrawable-win32.h
14064         * gdk/win32/gdkpixmap-win32.h: New files.
14065
14066         * gdk/win32/gdkcolor-win32.c
14067         * gdk/win32/gdkcursor-win32.c
14068         * gdk/win32/gdkdrawable-win32.c
14069         * gdk/win32/gdkgc-win32.c
14070         * gdk/win32/gdkimage-win32.c
14071         * gdk/win32/gdkprivate-win32.h
14072         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
14073         Rename fields and variables called xcursor, xid, etc (these names
14074         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
14075
14076 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
14077
14078         * gtk/gtkentry.[ch]: Fix some problems with vertical
14079         alignment.
14080
14081         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
14082         char/byte confusion.
14083
14084 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
14085
14086         * gtk/gtktextview.c (changed_handler): Fix bug where
14087         redraw wasn't being done properly when height of
14088         dirty region changed.
14089
14090         * demos/Makefile.am: Remove various references to
14091         -lgmodule
14092
14093 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
14094
14095         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
14096         PangoAttrShape to reserve space for pixmaps, add 
14097         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
14098         in the display functions.
14099         
14100         * gtk/testgtk.c (create_layout): Set some more exotic
14101         scrolled window options
14102
14103         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
14104         Add function to set the shadow type of a window, to allow
14105         putting a shadow around widgets such as GtkLayout or GnomeCanvas
14106         which don't draw their own frame.
14107
14108 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
14109
14110         * docs/tutorial/package-db-tutorial.sh: New file for
14111           packaging DocBook format tutorial
14112
14113 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
14114
14115         * docs/tutorial/gtk-tut.sgml: Minor updates
14116
14117         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
14118
14119 2000-07-19  Tor Lillqvist  <tml@iki.fi>
14120
14121         * gtk/gtksignal.c: Fix C++ comment.
14122
14123         * gtk/gtkimmulticontext.c
14124         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
14125         don't return value from void functions.
14126
14127         * gtk/gtk.def: Add gtk_rc_style_unref.
14128
14129 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14130
14131         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
14132         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
14133         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
14134         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
14135         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
14136         gtk/gtktypeutils.h: Include files outside of the extern "C"
14137         block. Makes some C++ compiler happy. Reported by Denis Vakatov
14138         <vakatov@peony.nlm.nih.gov>.
14139
14140 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
14141
14142         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
14143           Completes first pass. Hurrah!
14144
14145 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
14146
14147         * docs/tutorial/gtk-tut.sgml: More clean ups.
14148
14149 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
14150
14151         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
14152         paint the background of the text area which was accidentally
14153         removed at some point.
14154
14155         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
14156           
14157          - Move most of the functionality from the theme vtable
14158            into GtkRcStyleClass and GtkStyleClass. The moved
14159            vtable functions were changed a bit in the move to
14160            work better in their new home.
14161
14162          - Get rid of the engine and engine_data fields from
14163            GtkRcStyle and GtkStyle; instead the theme
14164            engine derives theme-specific subclasses of GtkRcStyle
14165            and GtkStyle
14166
14167          - Add extra dlsym() found entry point to themes,
14168            theme_create_rc_style().
14169
14170         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
14171         in gtk_style_real_copy.
14172
14173         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
14174         to register a type associated with an engine. (The engine
14175         won't be unloaded as there is an instance of the type.)
14176
14177
14178 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
14179
14180         * docs/tutorial/gtk-tut.sgml: Clean ups.
14181
14182 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
14183
14184         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
14185           of cleaning up to do.
14186
14187 2000-07-15  Tor Lillqvist  <tml@iki.fi>
14188
14189         * gdk/testgdk.c: New file, quick hack to test backends for
14190         pixel-by-pixel correctness of the most simple graphic operations.
14191
14192 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
14193
14194         * Really release 1.3.1
14195         
14196         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
14197         include structure.
14198
14199 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
14200
14201         * Released 1.3.1
14202
14203 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
14204
14205         * gtk/gtktextlayout.c: use FALSE for size_only most
14206         of the time when calling gtk_text_layout_get_line_display()
14207         to avoid causing double reshapes when a redraw follows
14208         immediately after.
14209
14210 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
14211
14212         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
14213         appropriate region and gdk_window_process_updates() so trough
14214         updating doesn't lag behind the window being scrolled.
14215
14216         * gdk/gdkgc.c: Make parent_class pointer static.
14217          
14218 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
14219
14220         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
14221         include <string.h>.
14222          
14223         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
14224         cut-and-paste error in computing memory offset for 4 channels.
14225
14226 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
14227
14228         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
14229         gtk_rc_append_default_pixmap_path(), since it wasn't
14230         adding an interesting path and we don't have a meaningful
14231         default for this value.
14232
14233 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
14234
14235         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
14236         gtk-config to gtk-config-2.0 move gtk_.m4 to
14237         gtk-2.0.m4
14238
14239         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
14240         gdk/Makefile.am demos/Makefile.am: Change 
14241         library names to libgtk-1.3.la, etc, so that we
14242         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
14243
14244         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
14245         gdk/Makefile.am gdk/x11/Makfile.am
14246         Move include files into /usr/include/gtk-2.0, 
14247         /usr/lib/gtk-2.0/include/
14248          
14249         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
14250         gtk/gtkintl.h: Change package for gettext from 
14251         gtk+ to gtk20. Put hack in autogen.sh to modify
14252         po/Makefile.in.in after gettextize to make this
14253         possible.
14254
14255         * gtk+.spec: Some updates, not tested.
14256
14257         * gdk-pixbuf/Makefile.am: Move loaders into
14258         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
14259
14260         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
14261         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
14262         to THEMENAME/gtk-2.0/. Move engine directory  to
14263         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
14264         
14265 2000-07-12  Tor Lillqvist  <tml@iki.fi>
14266
14267         Win32 changes, still doesn't build though.
14268
14269         * gdk/makefile.cygwin
14270         * gdk/win32/makefile.cygwin
14271         * gtk/makefile.cygwin: Updates.
14272
14273         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
14274         default values for fg and bg pixel as X11 does (0 and 1), not
14275         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
14276         Use 0 for pen width by default (treated as 1 anyway later, but for
14277         apps that might check the value in the GdkGC).
14278         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
14279         interface to gdk_gc_predraw and _postdraw.
14280
14281         * gdk/win32/gdkwin32.h
14282         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
14283
14284         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
14285         extraneous semicolon.
14286
14287         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
14288
14289         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
14290         not the Win32 bitspixel value.
14291
14292         * gdk/win32/gdkcc-win32.c:
14293         * gdk/win32/gdkcolor-win32.c 
14294         * gdk/win32/gdkprivate-win32.h
14295         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
14296         GDK object structure.
14297
14298 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
14299
14300         * docs/tutorial/gtk_tut_12.es.sgml (name): 
14301         * docs/tutorial/gtk_tut_it.sgml (name): 
14302         * docs/tutorial/gtk_tut_fr.sgml (name): 
14303         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
14304         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
14305
14306 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
14307
14308         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
14309           small changes.
14310
14311 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
14312
14313         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
14314         a bug here, never been here and never fixed anything ;(
14315         (don't segfault if tree->root_tree is NULL, which happens prior
14316         to widget realization, but puke instead).
14317
14318 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
14319
14320         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
14321         add the necessary tokens.
14322
14323         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
14324         (gtk_rc_style_to_style): copy thicknesses.
14325         (gtk_rc_init_style): apply thicknesses.
14326         (gtk_rc_parse_style): parse xthickness and ythickness.
14327
14328         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
14329
14330         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
14331         (gdk_window_new): 
14332         (_gdk_windowing_window_init): 
14333         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
14334         (gdk_pixmap_create_from_data): 
14335         (gdk_bitmap_create_from_data): 
14336         (gdk_pixmap_new): 
14337         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
14338         (gdk_image_new): 
14339         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
14340         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
14341         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
14342         (gdk_colormap_get_system): 
14343         (gdk_colormap_new): 
14344         * gdk/gdkwindow.c (gdk_window_init): 
14345         * gtk/gtkstyle.c (gtk_style_new):
14346         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
14347         * gdk/gdkpixmap.c (gdk_pixmap_init): 
14348         * gtk/gtkrc.c (gtk_rc_style_new):
14349         use g_object_new() instead of g_type_create_instance() which
14350         is a private function for fundamental type implementations.
14351
14352 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
14353
14354         * configure.in: Add check for db2html
14355
14356 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
14357
14358         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
14359         hack to set glib_debug_objects based on gtk_debug_flags.
14360
14361 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
14362
14363         * INSTALL.in: Update the Prerequisites section.
14364
14365         * Makefile.am demos/Makefile.am docs/Makefile.am
14366         docs/tutorial/Makefile.am gdk/x11/Makefile.am
14367         gdk/linux-fb/Makefile.am: Dist fixes
14368
14369 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
14370
14371         * NEWS: 10,000 foot view of 1.3.1 changes.
14372
14373 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
14374
14375         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
14376         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
14377         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
14378         gdk/x11/gdkmain-x11.c: 
14379
14380         Patch from George Lebl to add a GdkGrabStatus enumeration to use
14381         as a return value of gdk_*_grab(). Previously, we just
14382         returned the X11 values directly.
14383
14384 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
14385
14386         * gdk/x11/Makefile.am: Patch from George Lebl to 
14387         install all the headers in the right place.
14388
14389 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
14390
14391         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
14392           initial conversion to DocBook.
14393
14394 2000-07-04  Tor Lillqvist  <tml@iki.fi>
14395
14396         * README.win32: Improve a bit.
14397
14398         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
14399         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
14400         Alt+0nnn on the numpad (used to enter characters by numeric code
14401         from current DOS or ANSI codepage) working correctly, as in other
14402         Windows apps.
14403
14404         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
14405         same argument validity tests as in X11 version.
14406         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
14407
14408         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
14409         definitions in case missing from headers.
14410
14411         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
14412         destroy the window-specific cursor.
14413         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
14414         calling GetModuleHandle(NULL).
14415         (gdk_window_set_cursor): Reworked to always copy the passed cursor
14416         with CopyCursor before setting it as the window-specific
14417         cursor. It is OK for the caller to destroy the GdkCursor (and thus
14418         also its Windows cursor) after calling this function. Destroy any
14419         previous window-specific cursor.
14420
14421 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
14422
14423         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
14424         font charset is iso8859-1, not iso-8859-1.
14425
14426 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
14427
14428         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
14429         Use g_get_charset() instead of g_get_codeset().
14430
14431         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
14432         Comment out some strdup'ing functions to keep timj
14433         happy until we finish fighting this out.
14434
14435 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
14436
14437         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
14438         <= width or height.
14439
14440         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
14441         from 1.2 for parent/child states.
14442
14443         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
14444         of typos.
14445
14446         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
14447         event structures, replace with a generic axes field. Replace 
14448         deviceid/sourec with GdkDevice *device.
14449
14450         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
14451         to extract particular axis use value from event. (Also
14452         can be used for normal X/Y.)
14453
14454         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
14455         allow for arbitrary number of axes, namespace everything
14456         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
14457         everywhere.
14458
14459         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
14460         Get rid of the gdk_input_vtable setup if favor of simply
14461         defining the functions in gdkinput-none/gxi/xfree.c in
14462         a similar fashion to the way that the port structure is 
14463         done.
14464
14465         * gtk/gtkdnd.c: Fix fields of synthesized button press event
14466         for new event structures. 
14467
14468         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
14469         new device interfaces.
14470
14471 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
14472
14473         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
14474         set the initial text.
14475
14476         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
14477         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
14478         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
14479         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
14480
14481         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
14482         pango_layout_set_font_description to simplify.
14483
14484 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
14485
14486         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
14487         pango_layout_set_font_description to simplify.
14488
14489 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
14490
14491         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
14492         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
14493         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
14494
14495         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
14496         PANGO_PIXELS() macro.
14497
14498 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
14499
14500         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
14501         that returns a PangoContext owned by the widget and updated to
14502         match future changes in the widget. Also, make 
14503         gtk_widget_create_pango_layout() use this context. If we ever
14504         add a ::changed signal to PangoContext, this will make things
14505         much more convenient. 
14506
14507         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
14508         in the appropriate places instead of destroying the layouts and
14509         creating new ones.
14510
14511         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
14512         in a few strategic places.
14513
14514 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
14515
14516         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
14517         gtk_widget_size_request() on reparented child, if one. Otherwise,
14518         queue_resize() on the child never results in it getting size-requested
14519         at all.
14520
14521         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
14522         in option menus, so that (with luck) people won't copy it into
14523         their apps in the future.
14524
14525         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
14526         to gtk_option_menu_calc_size. This isn't perfect, but should fix
14527         a lot of problems with changing the size of the menu's menu
14528         items after adding it to the option menu.
14529
14530         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
14531
14532         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
14533         the text direction for a widget changes.
14534
14535         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
14536         ::direction_changed to get rid of various hacks.
14537
14538 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
14539
14540         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
14541         name.
14542
14543 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
14544
14545         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
14546         flag to the structure. Do not call XFreePixmap on pixmaps created
14547         by gdk_pixmap_foreign_new().
14548
14549 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
14550
14551         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
14552         value using GdkRGB functionality given GdkColormap and GdkColor.
14553         (name not final, waiting for inspiration.)
14554         
14555         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
14556         set the foreground/background of a GC using the GC's colormap
14557         and GdkRGB. (name not final, waiting for inspiration.)
14558
14559         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
14560         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
14561
14562         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
14563         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
14564         purely a function of the corresponding colormap. Make
14565         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
14566
14567         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
14568         gdk_pixbuf_*create_from_xpm_* in terms of
14569         gdk_pixbuf_new_from_xpm_data(), move into platform independent
14570         code.
14571
14572         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
14573         advantage of the new draw_rgb_32_image_dithalign.
14574
14575         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
14576
14577         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
14578         on each created GC.
14579
14580         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
14581
14582         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
14583         which we initialize from the drawable when the GC is created,
14584         if the drawable has a colormap.
14585
14586         * gdk/x11/gdkgc-x11.c: include string.h for memset.
14587
14588         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
14589
14590         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
14591
14592 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
14593
14594         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
14595         actually returning expose events, make sure to set
14596         the count field properly.
14597
14598         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
14599         accidentally reintroced bug which always cleared
14600         the graphics_exposures value. 
14601
14602 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
14603
14604         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
14605
14606 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
14607
14608         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
14609
14610 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
14611
14612         * docs/faq/gtk-faq.sgml: Start of Section 6.
14613
14614 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
14615
14616         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
14617         
14618         (Fixes problem with drawing childless frames. Pointed out
14619         by and a first patch from Anders)
14620         
14621         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
14622         compute a child_allocation, even if we don't have a child.
14623
14624         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
14625         Always chain to the parent's impl, even if we don't have a child.
14626
14627 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
14628
14629         * gdk/gdkrgb.c: If possible, create only a single shm segment and
14630         use multiple parts of it instead of creating a bunch of separate
14631         segments, since the maximum number of segments per system is not
14632         large. (This might be worth backporting to GTK+-1.2.x if we make a
14633         new release )
14634
14635         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
14636         structure in preparation for per-colormap GdkRGB.
14637
14638         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
14639         to False when we get EINVAL from shmget so that the caller of
14640         gdk_image_new can retry with a smaller segment size.
14641
14642 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
14643
14644         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
14645
14646 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
14647
14648         * configure.in: make the current version number 1.3.1 (binary age 0,
14649         interface age 0).
14650         
14651         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
14652         gtkcompat.h is all we want.
14653
14654         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
14655         GLib primitive types. fixed g_type_register_fundamental() argument
14656         ordering.
14657
14658         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
14659         compiles.
14660
14661         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
14662         object code cleanup, comment trigraph fixes, etc...
14663
14664 2000-06-23  Havoc Pennington  <hp@redhat.com>
14665
14666         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
14667         instead of making up a bogus name for first_para_mark
14668
14669         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
14670         0 as a context ID
14671
14672 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
14673
14674         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
14675
14676 2000-06-21  Havoc Pennington  <hp@pobox.com>
14677
14678         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
14679         we didn't check window->bg_pixmap != GDK_NO_BG.
14680
14681         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
14682         gdk-pixbuf
14683
14684 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
14685
14686         * docs/faq/gtk-faq.sgm: Move file to here.
14687           TODO: Update Makfile.am 
14688
14689 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
14690
14691         * docs/gtk-faq.sgm: Add Section 2
14692
14693 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
14694
14695         * docs/gtk-faq.sgm: New file. Start of DocBook
14696           version of the FAQ.
14697
14698 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
14699
14700         * configure.in (GDK_PIXBUF_MAJOR): Define version
14701         numbers for GDK_PIXBUF_*, as they get substituted
14702         into a header file. Need to consider versioning
14703         for gdk-pixbuf more carefully later.
14704
14705 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
14706
14707         Work with srcdir != builddir.   
14708         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
14709         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
14710         * demos/testpixbuf.c: Likewise.
14711         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
14712         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
14713         <gdk/x11/gdkx.h>.
14714         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
14715         "gdk-pixbuf.h".
14716         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
14717
14718 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
14719
14720         * TODO.xml: Change 1.4 version numbers to 2.0.
14721
14722 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
14723
14724         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
14725         fixups to GTK+ standard.
14726
14727 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
14728
14729         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
14730         gdk-pixbuf.
14731
14732         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
14733         fixups for GObject.
14734
14735         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
14736         gdk-pixbuf with GDK dependencies moved into GDK.
14737         
14738         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
14739         move gdk-pixbuf-loader here until GObject has signals.
14740
14741         * demos/: New directory of demos. Move demos from
14742         gdk-pixbuf here.
14743
14744         * demos/pixbuf-init.c: Small bit of code to check for
14745         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
14746         set GDK_PIXBUF_MODULEDIR appropriately.
14747
14748         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
14749         define which no longer makes sense.
14750
14751 2000-06-21  Havoc Pennington  <hp@redhat.com>
14752
14753         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
14754         gtk_get_default_language
14755
14756         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
14757         new function to get the default language
14758
14759         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
14760         s/gtk_text_view_style_values/gtk_text_style_values/
14761
14762         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
14763         Add a "language" field to tags.
14764
14765         (gtk_text_tag_set_arg): Fix bug in setting
14766         "bg_full_height_set" tag.
14767
14768 2000-06-21  Havoc Pennington  <hp@redhat.com>
14769
14770         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
14771         in the interfaces
14772
14773         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
14774         stuff instead when possible.
14775
14776         * gtk/gtktexttypes.h: Delete some unused constants
14777
14778         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
14779         testtextbuffer.c: use glib instead of custom unicode routines
14780
14781 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
14782
14783         * docs/es/: Removed mistakenly added generated sgml
14784
14785         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
14786         Remove outdated info files.
14787
14788         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
14789         Moved tutorial files into subdir
14790
14791         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
14792         subdir.
14793
14794         * docs/man/gtk_button.pod: Remove. (contents will be
14795         integrated into gtk-reference button page.)
14796
14797         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
14798         docs/faq/Makefile.am: Adjust for new organization
14799
14800 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
14801
14802         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
14803         not $(MKINSTALLDIRS)
14804
14805 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
14806
14807         * gtk/testgtk.c (create_text): Finish the job Elliot started
14808         of removing font setting test for text widget. (Since text widget
14809         and GdkFont are not deprecated, and cause portability problems.)
14810
14811 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
14812
14813         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
14814         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
14815         Remove use of libunicode in favor of new GLib functions.
14816
14817         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
14818         nano-x, framebuffer. The X11 include is just a hack until we get
14819         the necessary functions in gdkcolor.h, so there is no reason to
14820         add other includes of platforms.
14821
14822         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
14823         window bigger than the screen change.
14824
14825         * gtk/testgtk.c: Revert some random changes from Elliot
14826         that had no particular point and were causing testgtkrc
14827         not to function correctly.
14828         
14829         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
14830         because GdkSegment and GdkRegionBox have the same fields,
14831         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
14832         results in clearer code.
14833
14834         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
14835         gdk_input_translate_coordinates): Fix missed GdkObjectification
14836
14837 2000-06-18  Elliot Lee  <sopwith@redhat.com>
14838
14839         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
14840         * gtk/gtk{plug,socket}.h: Missed commits from previous.
14841
14842 2000-06-20  Havoc Pennington  <hp@redhat.com>
14843
14844         * modules/linux-fb/Makefile.am: Make this compile
14845         without framebuffer enabled
14846
14847         * gdk/linux-fb/Makefile.am: Add conditional to not build
14848         framebuffer unless specified in configure
14849
14850         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
14851         the size of the target instead of source if -1 was passed for
14852         width/height
14853
14854         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
14855         width/height confusion.
14856
14857 2000-06-19  Havoc Pennington  <hp@redhat.com>
14858
14859         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
14860         GDK_DRAWABLE_XID. In the future, we probably want to make it
14861         faster with G_DISABLE_CHECKS turned on.
14862
14863 2000-06-14  Havoc Pennington  <hp@redhat.com>
14864
14865         * gdk/Makefile.am: add gdkpixmap.c
14866
14867         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
14868         s/gdk_image_init/_gdk_windowing_image_init
14869
14870         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
14871         ref/unref
14872
14873         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
14874
14875         * gdk/gdkcompat.h: remove GdkWindowType compat, since
14876         GdkWindowType is now non-deprecated; 
14877         change gdk_window_get_type() compat to be
14878         gdk_window_get_window_type().
14879
14880         * gdk/gdkdnd.h: make GdkDragContext a GObject.
14881
14882         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
14883         virtual GObject. Make all functions call into the vtable.
14884         Move gdk_image_put() guts in here. Remove GdkDrawableType
14885         and gdk_drawable_get_type(), these are now GdkWindow-specific.
14886         draw_image, get_depth, get_size, set_colormap, get_colormap,
14887         get_visual added to the vtable.
14888         
14889         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
14890         GObject. Virtualize everything. 
14891         (gdk_gc_new_with_values): remove check for destroyed window,
14892         because now GdkWindow::create_gc will check this.
14893         (gdk_gc_set_values): New function to set GC values, this 
14894         was already implemented but wasn't in the header
14895
14896         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
14897
14898         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
14899         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
14900         remove _gdk_window_class; add _gdk_window_impl_get_type() and
14901         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
14902         _gdk_windowing_window_init, rename gdk_image_init to
14903         _gdk_windowing_image_init.
14904         
14905         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
14906         (gdk_draw_layout): Remove check for destroyed window, 
14907         because all the drawable methods already check it.
14908         
14909         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
14910         Add gdkpixmap.c which contains implementation of GdkDrawable
14911         virtual table (by chaining to a platform-specific implementation
14912         object).
14913         
14914         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
14915         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
14916         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
14917         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
14918         GdkColormapPrivate. 
14919
14920         * gdk/gdktypes.h: #include <glib-object.h>
14921
14922         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
14923         Move most functionality to platform-specific implementation
14924         object. GdkWindow itself now handles the backing store, then
14925         chains to the platform-specific implementation.
14926         (gdk_window_get_window_type): return GdkWindowType of the window.
14927         (gdk_window_peek_children): New routine, returns the children of 
14928         a GdkWindow
14929         (gdk_window_get_children): Was in X11-specific code and did 
14930         XQueryTree. Changed to simply return a copy of window->children; 
14931         so it can go in cross-platform code.
14932         
14933         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
14934
14935         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
14936         GdkColormap; just changed to use the new private data instead
14937         of casting to GdkColormapPrivate.
14938
14939         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
14940         gdk_cursor_new().
14941
14942         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
14943         (private data member in the GObject). 
14944         (xdnd_manager_source_filter): Function had broken 
14945         error handling, fix it (use gdk_error_trap_push).
14946
14947         * gdk/x11/gdkdrawable-x11.c: This file now implements
14948         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
14949         base class is purely for the convenience of the X port,
14950         and not part of the interface to cross-platform GDK.
14951
14952         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
14953         
14954         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
14955         specific to X, and returned by the create_gc virtual method
14956         of GdkDrawableImplX11. 
14957         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
14958         rather than gchar, this was also changed in the GdkGC vtable.
14959         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
14960         mask is 0, return immediately, instead of checking every flag.
14961         This is faster, and keeps us from segfaulting if values is NULL
14962         and the mask contains some nonzero flags.
14963
14964         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
14965         GdkWindow.
14966
14967         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
14968         GdkWindowPrivate is gone.
14969
14970         * gdk/x11/gdkim-x11.c: rename things that got renamed.
14971
14972         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
14973         remove the image_put stuff that got transferred to GdkDrawable.
14974         
14975         * gdk/x11/gdkinput.c: renamings
14976
14977         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
14978
14979         * gdk/x11/gdkpixmap-x11.c: GObject conversion
14980
14981         * gdk/x11/gdkprivate-x11.h: indentation fixes
14982
14983         * gdk/x11/gdkproperty-x11.c: renamings
14984
14985         * gdk/x11/gdkselection-x11.c: renamings
14986
14987         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
14988         implements the platform-specific "impl" object.
14989         Moved gdk_window_get_children to gdk/gdkwindow.c
14990
14991         * gdk/x11/gdkx.h: Remove all the private structs and private datas
14992         that no longer exist. Add declaration of GdkGCX11 object here.
14993         Fix all the macros to still work. 
14994
14995         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
14996         GdkDragContext from the boxed types since they are now GObjects.
14997
14998         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
14999         moved xthickness/ythickness into the instance. GtkStyleClass
15000         functions are now in the standard vtable for GtkStyle, so you have
15001         to create a GObject subclass to write a theme engine.
15002         (gtk_style_copy): fixed a leaked PangoFontDescription
15003         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
15004         can be the standard GObject function.
15005         
15006         * Throughout GTK:
15007         s/style->klass->[xy]thickness/style->[xy]thickness
15008         s/pango_layout_unref/g_object_unref/
15009
15010         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
15011         
15012         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
15013         accessing GDK internals.
15014
15015         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
15016         accessing GDK internals.
15017
15018 2000-06-18  Elliot Lee  <sopwith@redhat.com>
15019
15020         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
15021
15022         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
15023         problem by calculating event position relative to the trough
15024         rather than the slider.
15025         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
15026
15027         * gdk/gdkgc.h: Add GDK_NOR.
15028
15029         * configure.in, Makefile.am: Add modules top level dir
15030         * configure.in: Only use pangox library if building x11 target.
15031         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
15032
15033 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
15034
15035         * gtk/gtkcolorsel.c: Change private class member to be named
15036         private_data throughout the file.
15037
15038         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
15039         private_data to avoid clashing with keyword.
15040
15041 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
15042
15043         * gdk/gdkdnd.h: Add comment to remove warning.
15044
15045 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
15046
15047         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
15048         Byelorussian language; changed the Makefile and file names 
15049         to reflect that.
15050
15051 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
15052
15053         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
15054         rather than gdk_window_hide; this makes things work
15055         correctly if the window is programmatically hidden while
15056         iconified.
15057
15058 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
15059
15060         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
15061         cut and paste typo where wrong pixmap was being
15062         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
15063
15064 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
15065
15066         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
15067         Add helper function to compute format / bytes 
15068         relationship. Use in a couple places to fix up
15069         errors which assume 8 * format.
15070
15071         * gtk/gtkselection.c (gtk_selection_request): Use 32
15072         rather than 8 * sizeof (GdkAtom), to work correctly
15073         on Alpha.
15074
15075 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
15076
15077         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
15078         libgtk.la
15079         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
15080         versions
15081
15082         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
15083         checking macros return NULL since the function has a return value.
15084
15085 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
15086
15087         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
15088         GTK+ from building at all.
15089
15090         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
15091
15092 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
15093
15094         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
15095         gtk/Makefile.am: make it possible to configure gtk for different
15096         targets on the same platform. The library name is now 
15097         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
15098         flag. Only the x11 target compiles right now.
15099         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
15100         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
15101         * gdk/nanox/gdk*generic*: delete generic region code.
15102         * gdk/linux-fb/gdk*generic*: delete generic region code.
15103         * README.nanox: update information.
15104         
15105 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
15106
15107         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
15108         prepend not append. (Pointed out by Brett Hall.)
15109
15110 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
15111
15112         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
15113
15114 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
15115
15116         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
15117         need this later, and this makes sure that the atexit for
15118         glib gets called after that for GDK, so atexits are
15119         properly ordered for object leak checking.
15120
15121         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
15122
15123         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
15124         pango_x_shutdown_display()
15125
15126         * gtk/simple.c (main): Close window on destroy.
15127
15128 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
15129
15130         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
15131         to treat initial creation different from setting with 
15132         regards to the graphics-exposures parameter, so add a parameter
15133         indicating whether this is initial or not.
15134
15135 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
15136
15137         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
15138         to sort of work by adding an extra return_exposes arg
15139         to gdk_event_translate() - it might be better to simply
15140         deprecate the function altogether and force people to rewrite
15141         without it. gdk_window_scroll() handles most of it, and where
15142         gdk_window_scroll() doesn't work, simply redrawing more does.
15143
15144         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
15145         assertion.
15146
15147         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
15148
15149         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
15150         bunch of pretty much useless /* Print debugging info */ comments 
15151         which had drifted away from the code they were commenting.
15152
15153 2000-06-02  Havoc Pennington  <hp@pobox.com>
15154
15155         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
15156         is in working order.
15157         
15158         * gtk/testtext.c: Change to reflect anonymous mark API
15159
15160         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
15161
15162         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
15163         field, which was unused.
15164
15165         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
15166         saves some typing.
15167
15168         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
15169
15170         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
15171         flag on the insertion point and selection bound
15172
15173         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
15174         make mark-manipulation functions take a GtkTextMark* instead of a
15175         mark name.
15176         
15177         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
15178         GtkTextMarkBody; will be used to detect attempts to delete
15179         the permanent marks (insert and selection bound)
15180
15181         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
15182
15183 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
15184
15185         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
15186         flag to on.
15187
15188         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
15189         Honor DOUBLE_BUFFRED_FLAG
15190
15191         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
15192         function to set the DOUBLE_BUFFERED flag.
15193
15194         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
15195         or not exposes done on the widget should be double-buffered.
15196
15197         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
15198         to be what would be expected. (Fixes problem with a
15199         g_return_if_fail() validating a TextDirection enumeration)
15200
15201 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
15202
15203         * gtk/gtkwidget.c: Remove all references to 
15204         offscreen flag which was no longer used.
15205
15206         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
15207
15208         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
15209         for non-null label_widget->parent.
15210
15211         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
15212         which no longer was used.
15213
15214         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
15215
15216         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
15217         for null arguments.
15218
15219         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
15220         check for destroyed windows.
15221
15222 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
15223
15224         * gtk/gtkimmulticontext.c: Add a finalize method and unref
15225         the slave context there.
15226
15227         * gtk/gtkinvisible.[ch]: Make reference counting behavior
15228         identical to GtkWindow.
15229
15230 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
15231
15232         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
15233         pangox to here, so we can write them independent of rendering
15234         system, using GDK primitives.
15235
15236         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
15237         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
15238         since we have a rendering-system independent implementation in
15239         terms of draw_glyphs().
15240         
15241         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
15242         function to render a single line.
15243
15244         * gdk/x11/gdkpango.c: Move the guts of this file mostly
15245         into ../gdkpango.c, which simplifies things, since we
15246         don't have to deal with raw X gc's.
15247
15248 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
15249
15250         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
15251         get the logical attributes for a given GtkTextLine.
15252
15253 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
15254
15255         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
15256         g_locale_get_codeset() to g_get_codeset() change.
15257
15258 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
15259
15260         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
15261         descriptions.
15262
15263         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
15264         the entry.
15265
15266         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
15267         redoing (vastly simplifying) for Pango. Still needs quite
15268         a bit of work. (Size selection is currently poor. List of 
15269         predefined sizes is not a good idea, since all of these
15270         sizes won't necessarily be distinct.)
15271
15272 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
15273
15274         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
15275         CODESET results for LANG=C.
15276
15277 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
15278
15279         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
15280         which takes a stringized pango font description;
15281         ignore the older 'font' and 'fontset' declarations.
15282
15283         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
15284         field with a GdkFont derived via gdk_font_from_description(),
15285         for compatibility. (Should we just remove it entirely?
15286         Probably too much compatibility breakage, but people
15287         should be migrating to the new Pango stuff as quickly
15288         as possible.)
15289
15290 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
15291
15292         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
15293
15294 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
15295
15296         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
15297         redoing; there are some bugs in size allocation right
15298         now, the semi-existant distinction between header / day
15299         fonts was removed, but, with Pango, could actually
15300         be made functional in a nice way.
15301         
15302         * gtk/testcalender: Move calender from examples into this
15303         directory as a test program. (We really need to restrcture
15304         testgtk into a whole directory full of tests for every
15305         widget or functionality group, separated into multiple .c
15306         files.)
15307
15308 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
15309
15310         * gtk/testgtk.c (file_exists): Fix stupid typo that
15311         was keeping RC file from being loaded.
15312
15313         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
15314         RC file font code.
15315
15316 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
15317
15318         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
15319         Add function to load a GdkFont from a PangoFontDescription.
15320
15321 2000-05-29  Tor Lillqvist  <tml@iki.fi>
15322
15323         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
15324         variable should be of type GdkEventPrivate.
15325
15326 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
15327
15328         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
15329         to have any widget for the label, use a GtkLabel widget
15330         to display the text. (Based partially on a patch from
15331         Anders Carlson.)
15332
15333         (Quite a bit of code reorganization - strip 90% of the
15334         guts out of gtkaspectframe and add a single virtual
15335         func to GtkFrameClass - compute_child_allocation.)
15336
15337 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
15338
15339         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
15340         (Removed clist->row_center_offset field because caching
15341         it wasn't saving time or code, added private function
15342         _gtk_clist_create_cell_layout()).
15343
15344 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
15345
15346         * gtk/gtkaccellabel.c: Pangoized.
15347
15348         * gtk/[hv]ruler.c: Pangoized
15349
15350 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
15351
15352         * gtk/gtkfilesel.c (gtk_file_selection_init):
15353         Use gtk_clist_set_column_auto_resize() to remove need
15354         need for manual column width computations.
15355
15356 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
15357
15358         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
15359         ensuring Pango correctness, and considerably simplifying the
15360         code.
15361         
15362         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
15363
15364         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
15365         getting of numbers of lines.
15366
15367         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
15368         to the actual requested width of the lable, not to the wrap
15369         width we set.
15370
15371         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
15372
15373         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
15374           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
15375
15376         * gtk/gtktextview.c: Fix structure inheritance.
15377
15378         * gtk/gtkprogressbar.c: Pangoize.
15379
15380 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
15381
15382         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
15383         in a function.
15384
15385         * gtk/gtktextlayout.c (find_display_line_above): Fixed
15386         bug with computing line tops.
15387
15388         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
15389
15390 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
15391
15392         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
15393         and y_offset coordinates to do what we need now. (The offset between
15394         buffer and layout coordinates has been reintroduced, but is a 
15395         bit different than before.)
15396
15397         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
15398         handle the adjustments ourselves, and scroll as necessary using
15399         the new gdk_window_scroll().
15400         
15401         The advantage of this is that when we are incrementally revalidating,
15402         we are essentially rearranging things around the visible portion
15403         of the screen. With the old setup, the visible portion of the
15404         screen was moved around in the layout, so scrolling and redrawing
15405         to track that caused jumping of the display. Since we now
15406         control the scrolling ourselves, we can suppress this and
15407         only redraw when things actually change.
15408
15409 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
15410
15411         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
15412         the region not just redisplay it after-all, since we store the
15413         cursors in the LineDisplay. (Ugly interactions here between
15414         GtkLayout and GtkTextBTree here.)
15415         
15416         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
15417
15418 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
15419
15420         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
15421         Added function to scroll contents of a window while keeping the
15422         window constant. Works by XCopyArea or guffaw-scrolling depending
15423         on the details of how the window is set up. (guffaw-scrolling
15424         still needs to be filled in.)
15425
15426 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
15427
15428         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
15429         move the debugging that was tied to a global variable
15430         to that.
15431
15432         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
15433
15434         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
15435         validated flag, in line data instead of setting height/width to
15436         -1. This allows us to perform operations with partially invalid
15437         buffer (using the old size for invalid lines) and thus to do
15438         incremental vaidation. Keep height/width aggregates up to date
15439         when deleting text and rebalancing the tree.
15440
15441         * gtk/gtktextbtree.[ch]: Add functions validate a line
15442         (gtk_text_btree_validate_line), and to validate up
15443         to a number of pixels (gtk_text_btree_validate).
15444
15445         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
15446         that indicates that something is changed and a revalidation
15447         pass is needed. Change ::need_repaint to ::changed, and
15448         make it take old and new yranges instead of a rectangle.
15449
15450         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
15451         the line_data_destroy() function from 
15452         gtk_text_btree_add_view() to a virtual function in 
15453         GtkTextLayout
15454
15455         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
15456         since we are handling partial repaints in a different fashion
15457         now.
15458
15459         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
15460         of the selection instead of queueing a repaint on the
15461         entire widget.
15462
15463         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
15464         get_selection_bounds() down to btree, make the function
15465         in buffer a wrapper around the btree function.
15466
15467         * gtk/gtktextlayout.[ch]: Add functions to check if the
15468         layout is valid and to recompute either a range of pixels
15469         aroudn a line or a certain total number of pixels.
15470
15471         * gtk/gtktextlayout.[ch]: Cache a single line display;
15472         now that we only redraw the needed portions, the hit rate
15473         for this cache is quite high.
15474         
15475         * gtk/gtktextview.[ch]: Keep track of the first paragraph
15476         on the screen so that when re-laying-out the buffer, we can
15477         keep the same place. This requires connecting to ::value_changed
15478         on the adjustments
15479
15480         * gtk/gtktextview.[ch]: Add idle functions to revalidate
15481         the buffer after we receive an ::invalidated signal.
15482         
15483 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
15484
15485         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
15486         to max of allocation and layout size, not just to the
15487         layout size.
15488
15489         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
15490         Invalidate window so it gets redrawn properly.
15491
15492         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
15493         to mean the entire window.
15494
15495         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
15496         into public header.
15497
15498 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
15499
15500         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
15501         to get the name of a mark.
15502
15503         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
15504         to find the paragraph from a y position.
15505
15506 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
15507
15508         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
15509         nodes have width/height >= 0, not > 0.
15510
15511 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
15512
15513         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
15514         Add a size_only flag, so when we only need the size, we don't create
15515         useless appearance attributes.
15516
15517         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
15518         duplicate setting of font description.
15519
15520         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
15521
15522 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
15523
15524         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
15525         EXTRA_DIST. It does not work well when the file that
15526         everything depends on is not in the tarball.
15527
15528 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
15529
15530         * gtk/testgtk.c: Some hacks and fixes so that it basically
15531         works when not sitting in the GTK+ build tree.
15532
15533 2000-05-03  Havoc Pennington  <hp@redhat.com>
15534
15535         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
15536         Properly determine the ordering of the tag root and the current
15537         line within the tree. Previous algorithm only worked if the tag
15538         root's immediate parent was the common root of both the current
15539         line and the tag root.
15540
15541 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
15542
15543         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
15544         alignment.
15545
15546         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
15547         the widget text directional dynamically.
15548
15549         * gtk/gtktextview.[ch]: Added functions to get and set default
15550         wrap mode.
15551
15552 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
15553
15554         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
15555         in cursor location computation.
15556
15557 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
15558
15559         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
15560         vadjusment values properly when layout gets smaller.
15561
15562         * gtk/gtktextview.c (need_repaint_handler): Areas being
15563         passed in are far completely inaccurate, and sometimes
15564         too small, so, for now, just queue a redraw on the
15565         whole visible region.
15566
15567 2000-04-25  Havoc Pennington  <hp@redhat.com>
15568
15569         * gtk/gtktextbtree.c (summary_destroy): new function to 
15570         destroy tag summary nodes
15571         (gtk_text_line_next_could_contain_tag): this function was 
15572         totally broken if the line passed in wasn't below the tag
15573         root. Fix it.
15574         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
15575         "wildcard" case, we have to do a linear scan. Blah.
15576         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
15577         we have to do the linear scan
15578         (tag_removed_cb): When a tag is removed from the tag table, 
15579         remove the GtkTextTagInfo node from the btree.
15580         (gtk_text_btree_spew): Implement the spew function, for 
15581         our debugging pleasure.
15582
15583 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
15584
15585         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
15586         a problem with referring to the wrong buffer.
15587
15588         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
15589
15590         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
15591         font description to gtk_style_new() - otherwise things
15592         don't work without a .gtkrc file.
15593
15594         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
15595         tags table if we create it ourself, too.
15596
15597         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
15598         it was conflicting with XKB modifiers.
15599
15600         * gtk/gtktextview.[ch]: Add simple support for 
15601         GtkIMContext.
15602
15603 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
15604
15605         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
15606         with deletion from last commit.
15607
15608 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
15609
15610         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
15611         in the context from the current locale.
15612         
15613         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
15614         context, not hardcoded value.
15615
15616         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
15617         not logical.
15618
15619 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
15620
15621         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
15622         attributes - that doesn't handle partial-glyph selection
15623         properly. Instead use new pango_layout_line_get_x_ranges()
15624         functionality to draw the selection.
15625
15626         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
15627         now properly handles out-of-range coordinates.
15628
15629         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
15630
15631         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
15632         public.
15633
15634         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
15635         for paragraphs opposite to the base direction of the widget.
15636
15637         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
15638
15639         * gtk/gtktextlayout.c: Don't split segments on marks, since that
15640         causes Arabic words to reshape as you cursor through.
15641
15642         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
15643         cursor position when moving vertically with the arrow keys and
15644         scrolling with page-up/page-down. (Arrow keys save only the X,
15645         scrolling saves both X and Y.)
15646
15647         This means you can line-up / line-down or page-up / page-down
15648         without losing your place, and also that moving vertically
15649         with the cursor keys keeps the same X position, not the same
15650         character count:
15651
15652         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
15653         arrow keys move by display lines, not paragraphs.
15654
15655 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
15656
15657         * gtk/gtklayout.c: Make sure that the bin window is at least
15658         as big as the allocation. (Should we also make sure that the
15659         bin window is big enough to completely cover widget->window?)
15660
15661         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
15662         function to get the onscreen rectangle.
15663
15664         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
15665         for offsets in window coordinates.
15666
15667 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
15668
15669         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
15670         confusion.
15671
15672         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
15673         from the widget direction.
15674
15675         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
15676         Add a "direction" attribute.
15677
15678         * gtk/gtktextview.c: global s/tkxt/text_view/.
15679
15680         * gtk/testtext.c: Added long block of text in Arabic, to test out
15681         the direction attributes. (Some problems with the shaping system
15682         for arabic become obvious - like the fact the cursor splits words
15683         into unjoined pieces.)
15684
15685 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
15686
15687         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
15688
15689         * gtk/gtktextlayout.c: Fix up alignment.
15690
15691         * gtk/testtext.c: Add some tests for centering, wrapping.
15692
15693 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
15694
15695         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
15696         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
15697         If we wrote GTK+-specific layout-render function this could just replace
15698         the draw_layout() operation in the vtable.
15699
15700         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
15701         pango_layout_get_cursor_pos() and use that function.
15702
15703         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
15704         is a non-static symbol.
15705
15706         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
15707         with gtk_text_btree_find_line_by_y()
15708
15709         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
15710         renderer that handles GtkTextAppearance attributes.
15711
15712         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
15713
15714           - Move the values in the style that don't affect geometry into a
15715             GtkTextAppearance structure.
15716           - Change underline to take a PangoUnderline and "font" a string
15717             representation of a font description
15718           - Add a "font_desc" attribute which takes a FontDescription structure.
15719
15720         * gtk/gtktextlayout.[ch]:
15721
15722           - Get rid of the display-line list per each line. Instead, we
15723             generate, on demand, a GtkTextLineDisplay structure which]
15724             contains a PangoLayout * and other necesary information
15725             (offsets, cursor locations) for displaying a paragraph.
15726           - Get rid of the code to wrap lines, create display chunks,
15727             etc. Instead, we just go through a paragraph and convert
15728             it into the necessary inputs to a PangoLayout.
15729           - Implement a new attribute type, GtkTextAttrAppearance. This
15730             holds a GtkTextAppearance, and is used to pass colors, 
15731             stipple, etc, through from the layout to the display without
15732             having to use lots and lots of individual attributes.
15733           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
15734             in terms of PangoLayout functions.
15735         
15736         * gtk/gtktextview.c: 
15737          
15738           - Handle passing the necessary PangoContext to the layout
15739           - Some fixups in painting to deal with the automatic backing store
15740             and offsetting of GTK+-1.4
15741           - Add a style_set handler so that the default style reacts
15742             properly to theme changes.
15743         
15744         * gtk/gtktext?*.[ch]: Random code-style fixes.
15745
15746         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
15747
15748 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
15749
15750         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
15751         in original form preparatory to Pango-ization and gdkimcontext-ization.
15752
15753 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
15754
15755         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
15756         so that we can derive from gtkimcontext in language bindings properly.
15757
15758 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
15759
15760         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
15761         Add a compose table including (almost) all the compose combinations
15762         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
15763         data in the XIM implementation.
15764
15765         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
15766         Moved functions to convert keyvalues from and to unicode here from
15767         the win32 port and made them public.
15768
15769 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
15770
15771         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
15772
15773 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
15774
15775         * gtk/gtkimcontext.[ch]: Base class for new input context system
15776
15777         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
15778         the real input context implementation to be loaded from modules
15779         and switched on the fly.
15780
15781         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
15782         context that just does direct keysymbol => unicode translation.
15783
15784         * gtk/gtkentry.[ch]: Start switching editing over to using
15785         GtkInputContext. (No handling of preedit yet.)
15786
15787 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
15788
15789         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
15790         many substitutions. (klass should not be subsituted.)
15791
15792 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
15793
15794         * configure.in: Add checks for Pango
15795
15796         * configure.in docs/Makefile.am: Add test for sgml2html
15797         and allow 'make dist' without building html, but print out
15798         warnings in that case. (For making snapshots)
15799
15800         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
15801         Add Pango libraries and C flags
15802
15803         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
15804         Add function (gdk_draw_layout) to draw a pango layout.
15805
15806         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
15807         for getting Pango contexts for GDK.
15808
15809         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
15810
15811         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
15812         editing.
15813
15814         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
15815         keysym => unicode translations. More languages can be added
15816         here, but real input-method support is needed.
15817
15818         * docs/Changes-1.4.txt: Added note about entry behavior.
15819         
15820         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
15821         to set the reading direction for a widget and the global direction.
15822         Add test which allows toggling the global direction. Two private
15823         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
15824
15825         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
15826           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
15827
15828         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
15829
15830         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
15831         underlining now handled by Pango.
15832
15833         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
15834         to RCStyle and Style. (Having both this and the old font name and GdkFont 
15835         is temporary.)
15836
15837         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
15838         convenience functions for creating contexts and layouts for widgets.
15839
15840         * gtk/testgtk.c: Enhance label tests with multilingual labels.
15841
15842 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
15843
15844         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
15845         titles to be active, even if they aren't visible.
15846         (gtk_clist_column_titles_passive):  Ditto.
15847
15848 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
15849
15850         * gtkmenu.c:
15851         * gtkmenu.h:
15852         * gtktypeutils.h: Spelling/grammar fixes in comments.
15853
15854 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
15855
15856         * gdk/nanox/*.h: add missing header files.
15857
15858 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
15859
15860         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
15861         send_event to TRUE.
15862         (gtk_drawing_area_size): queue a resize.
15863
15864 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
15865
15866         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
15867         the handlers, also invalidate them. bug nailed down by Karl Nelson
15868         <kenelson@ece.ucdavis.edu>.
15869
15870 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
15871
15872         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
15873         "(nil)" foundries, patch from Grigorios Magklis.
15874
15875         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
15876         on non-available fonts, based on a patch by Grigorios Magklis
15877         <maglis@cs.rochester.edu>.
15878
15879 2000-05-18  Elliot Lee  <sopwith@redhat.com>
15880
15881         * gdk/x11/gdkregion-generic.c: If a region does not have any
15882         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
15883         instead of GDK_OVERLAP_RECTANGLE_IN.
15884
15885 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
15886
15887         * gtk/gtklayout.c (gtk_layout_map): Remove references to
15888         OFFSCREEN, as it is no longer necessary.
15889
15890 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
15891
15892         * gtk/gtkcolorsel.c: Patch from David Santiago
15893         <mrcooger@cyberverse.com> to change things so that the 
15894         indicator of the active palette entry is done independently,
15895         not via the focus, since it should always be visible.
15896
15897 2000-05-17  Tor Lillqvist  <tml@iki.fi>
15898
15899         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
15900         refcount leaks as in the X11 backend.
15901
15902         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
15903         cosmetics.
15904
15905         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
15906         backend. Add _gdk_windowing_window_destroy().
15907
15908         * gtk/gtkcolorsel.c: Include correct backend-specific header.
15909         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
15910         either, but these probably do exist on nanox?)
15911         
15912         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
15913         which isn't necessarily defined by <math.h>.
15914
15915         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
15916         ancestry past GtkObject.
15917
15918         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
15919         from DLL on Win32.
15920
15921         * gtk/gtk.def: Update corresponding to recent changes.
15922
15923         * gtk/makefile.{cygwin,msc}: Updates.
15924
15925 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
15926
15927         * docs/Changes-1.4.txt: A bit of editing.
15928
15929         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
15930         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
15931         to clear the update area for the window, and clear it
15932         when hiding a window.
15933
15934         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
15935         if window destroyed.
15936
15937         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
15938
15939         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
15940         gdk_window_destroy() to the generic code, since there was a lot of 
15941         window-system-independent logic it in. Add a function:
15942         
15943          _gdk_window_destroy() 
15944
15945         to the internal API to destroy a window without unreferencing it.
15946         Add a function:
15947
15948          _gdk_windowing_window_destroy()
15949
15950         That does the windowing-system-dependent part of destroying 
15951         the window.
15952
15953 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
15954
15955         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
15956
15957 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
15958
15959         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
15960         Make gtk_widget_shape_combine_mask() keep a reference count on
15961         the pixmap since it keeps it around.
15962
15963 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
15964
15965         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
15966         leak.
15967
15968         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
15969         leak with event filters.
15970
15971 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
15972
15973         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
15974         signal handlers with the right data arguments. (Fixes
15975         some warnings when a widget was repeatedly set as a drag
15976         destination.)
15977
15978         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
15979         window so we can avoid avoid setting the DND properties on the
15980         toplevel window repeatedly.
15981
15982 2000-05-13  Tor Lillqvist  <tml@iki.fi>
15983
15984         * gdk/win32/gdkwin32.h: Define more message types missing from
15985         mingw headers.
15986
15987         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
15988         call gdk_window_destroy_notify(). It was never called. This
15989         probably meant that the GdkWindow was never freed. Thanks Owen for
15990         noticing (!).
15991
15992         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
15993         window as destroyed before calling DestroyWindow(). DestroyWindow()
15994         causes a call to the window procedure (gdk_WindowProc), which
15995         calls gdk_event_translate(), which calls
15996         gdk_window_destroy_notify(), which gets confused unless the window
15997         is set as destroyed.
15998
15999         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
16000         this function to indicate it's win32 only. Put inside #ifdef
16001         G_ENABLE_DEBUG.
16002
16003         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
16004         debugging function. (gdk_event_translate:) Add a default branch
16005         that uses the above function to print debug messages with all
16006         Windows messages symbolically.
16007
16008         * gdk/win32/gdkprivate-win32.h: Declare it, and
16009         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
16010
16011 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
16012
16013         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
16014         public header file.
16015
16016 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
16017
16018         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
16019
16020         * gtk/gtktext.c: made the adjustments no-construct args, simply
16021         provide default adjustments.
16022         (gtk_text_destroy): release adjustments.
16023
16024         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
16025         adjustment argument non-construct.
16026
16027         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
16028         instead of in finalize.
16029         (gtk_progress_get_text_from_value): 
16030         (gtk_progress_get_current_text): 
16031         (gtk_progress_set_value): 
16032         (gtk_progress_get_percentage_from_value): 
16033         (gtk_progress_get_current_percentage): 
16034         (gtk_progress_set_percentage): 
16035         (gtk_progress_configure): ensure an adjustment is present.
16036
16037 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
16038
16039         * gtk/gtkcolorsel.[hc]:
16040         * gtk/gtkcolorseldialog.[hc]:
16041         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
16042         their parent implementation, use bit fields for boolean values, don't
16043         create unused widgets, usage of glib types, braces go on their own
16044         lines, function argument alignment, #include directives etc. etc. etc..
16045
16046         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
16047
16048 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
16049
16050         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
16051
16052         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
16053         of NULL.
16054
16055         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
16056         to freed data.
16057         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
16058
16059         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
16060         to NULL when the toplevel is getting destroyed.
16061         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
16062         (gtk_menu_destroy): 
16063         (gtk_menu_init): store the information of whether we have to
16064         readd the initial child ref_count during destruction in a new
16065         GtkMenu field needs_destruction_ref_count.
16066
16067         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
16068         here, those reading: learn from my mistake! ;)
16069         in order for set_?adjustment to support a default adjustemnt if
16070         invoked with an adjustment pointer of NULL, the code read (pseudo):
16071         if (v->adjustment) unref (v->adjustment);
16072         if (!adjustment) adjustment = adjustment_new ();
16073         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
16074         now imagine the first unref to actually free the old adjustment and
16075         adjustment_new() creating a new adjustment from the very same memory
16076         portion. here, the latter comparision will unintendedly fail, and
16077         all hell breaks loose.
16078         (gtk_viewport_set_hadjustment):
16079         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
16080         after unreferencing it.
16081
16082         * gtk/gtkcontainer.[hc]: removed toplevel registration
16083         functions: gtk_container_register_toplevel(),
16084         gtk_container_unregister_toplevel() and
16085         gtk_container_get_toplevels() which had wrong semantics
16086         anyways: it didn't reference and copy the list.
16087
16088         * gtk/gtkwindow.c: we take over the container toplevel registration
16089         bussiness now. windows are registered across multiple destructions,
16090         untill they are finalized. the initial implicit reference count
16091         users are holding on windows is removed with the first destruction
16092         though.
16093         (gtk_window_init): ref & sink and set has_user_ref_count, got
16094         rid of gtk_container_register_toplevel() call. add window to
16095         toplevel_list.
16096         (gtk_window_destroy): unref the window if has_user_ref_count
16097         is still set, got rid of call to
16098         gtk_container_unregister_toplevel().
16099         (gtk_window_finalize): remove window from toplevel list.
16100         (gtk_window_list_toplevels): new function to return a newly
16101         created list with referenced toplevels.
16102         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
16103
16104         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
16105         adjustment a non-construct arg.
16106         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
16107         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
16108         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
16109
16110         * gtk/gtkrange.c: added some realized checks.
16111         (gtk_range_destroy): get rid of the h/v adjustments in the
16112         destroy handler instead of finalize. remove timer.
16113         (gtk_range_get_adjustment): demand create adjustment.
16114
16115         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
16116         we simply create them on demand now and get rid of them in
16117         the destroy handler.
16118         (gtk_viewport_destroy): get rid of the h/v adjustments in the
16119         destroy handler instead of finalize.
16120         (gtk_viewport_get_hadjustment): 
16121         (gtk_viewport_get_vadjustment): 
16122         (gtk_viewport_size_allocate): demand create h/v adjustment
16123         if required.
16124
16125         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
16126         gtk_widget_real_destroy () functionality.
16127         (gtk_widget_real_destroy): reinitialize with a new style, instead
16128         of setting widget->style to NULL.
16129
16130 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
16131
16132         * gtk/gtkcalendar.c:
16133         * gtk/gtkbutton.c: ported _get_type() implementation over to
16134         GType, either to preserve memchunks allocation facilities,
16135         or because Gtk+ 1.0 GtkTypeInfo was still being used.
16136
16137         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
16138         over. prepare for ::destroy to be emitted multiple times.
16139         removed reference tracer magic. chain into GObjectClass.shutdown()
16140         to emit ::destroy signal.
16141
16142         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
16143         fundamental.
16144
16145         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
16146         cludge.
16147
16148         * gtk/gtksocket.c:
16149         * gtk/gtkplug.c:
16150         * gtk/gtklayout.c:
16151         * gtk/gtklabel.c:
16152         * gtk/gtkargcollector.c:
16153         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
16154         not being a fundamental anymore, and to work with the new
16155         type system (nuked fundamental type varargs clutter).
16156
16157         * gtk/*.c: install finalize handlers in the GObjectClass
16158         part of the class structure.
16159         changed direct GTK_OBJECT()->klass accesses to
16160         GTK_*_GET_CLASS().
16161         changed direct object_class->type accesses to GTK_CLASS_TYPE().
16162
16163         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
16164         GType. made most of the GTK_*() type macros and Gtk* typedefs
16165         simple wrappers around macros and types provided by GType.
16166         most notably, a significant portion of the old API vanished:
16167         GTK_TYPE_MAKE(),
16168         GTK_TYPE_SEQNO(),
16169         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
16170         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
16171         GTK_TYPE_ARGS,
16172         GTK_TYPE_CALLBACK,
16173         GTK_TYPE_C_CALLBACK,
16174         GTK_TYPE_FOREIGN,
16175         GtkTypeQuery,
16176         gtk_type_query(),
16177         gtk_type_set_varargs_type(),
16178         gtk_type_get_varargs_type(),
16179         gtk_type_check_object_cast(),
16180         gtk_type_check_class_cast(),
16181         gtk_type_describe_tree(),
16182         gtk_type_describe_heritage(),
16183         gtk_type_free(),
16184         gtk_type_children_types(),
16185         gtk_type_set_chunk_alloc(),
16186         gtk_type_register_enum(),
16187         gtk_type_register_flags(),
16188         gtk_type_parent_class().
16189         replacements, where available are described in ../docs/Changes-1.4.txt.
16190         implemented compatibility functions for the remaining API.
16191
16192         * configure.in: depend on glib 1.3.1, use gobject module.
16193
16194 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
16195
16196         * TODO.xml: Various updates to current status.
16197
16198 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
16199
16200         * gtk.m4: Print out version when test succeeds.
16201
16202 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
16203
16204         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
16205         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
16206         
16207         (Original triangle color selector from Simon Budig
16208         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
16209         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
16210         Santiago <mrcooger@cyberverse.com>)
16211
16212         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
16213         out into a separate widget.
16214
16215         * gtk/testgtk.c: Add some checkbuttons for toggling palette
16216         and opacity controls.
16217
16218 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
16219
16220         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
16221         snuck in prematurely.
16222
16223 2000-05-07  Tor Lillqvist  <tml@iki.fi>
16224
16225         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
16226         had deleted a ! operator by mistake, which caused
16227         GDK_SELECTION_CLEAR events never to be generated, which caused
16228         only the first copy to the clipboard from an gtkeditable to
16229         actually cause a copy to the Windows clipboard.
16230
16231 2000-05-06  Tor Lillqvist  <tml@iki.fi>
16232
16233         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
16234         compilation, too. Current mingw gcc distributions include the
16235         necessary headers. Also the necessary IIDs are now in mingw
16236         headers/libraries, and own definitions unnecessary.
16237
16238         More hacking on OLE2 DND, still doesn't work though, and thus
16239         ifdeffed out.
16240
16241         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
16242         here, too.
16243
16244 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
16245
16246         * gdk/nanox/*: nano-X port work in progress.
16247         * gdk/simple.c: simple test for Gdk.
16248         * README.nanox: notes about the port: read this first!
16249         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
16250         with nano-X.
16251
16252 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
16253
16254         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
16255         gdk_window_clear() into common code, implement in terms of
16256         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
16257         not redirected to the backing rectangle.
16258
16259 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
16260
16261         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
16262         EXTRA_DIST. It does not work well when the file that
16263         everything depends on is not in the tarball.
16264
16265 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
16266
16267         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
16268         with recursion where process_updates() is called from
16269         an expose handler. (GtkTextView is highly broken in
16270         doing this, but it should work, so it is a nice test
16271         case.)
16272
16273 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16274
16275         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
16276         handle the case where updates are queued during processing of
16277         updates.
16278
16279 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
16280
16281         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
16282         window is on gdk_display - use that instead of segfaulting.
16283
16284 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
16285
16286         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
16287         broken and require an empty arg, give it to them.
16288
16289 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
16290
16291         * gtk/gtklabel.h: indentation fixes.
16292
16293 2000-05-02  Tor Lillqvist  <tml@iki.fi>
16294
16295         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
16296         draw too narrow or too low arcs, they seem to fail, at least with
16297         some display drivers.
16298
16299         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
16300
16301         Large changes to the Win32 backend, partially made necessary by
16302         the changes to the backend-independent internal
16303         structures. Attempts to implement similar backing store stuff as
16304         on X11. The current (CVS) version of the Win32 backend is *not* as
16305         stable as it was before the no-flicker branch was merged. A
16306         zipfile with that version is available from
16307         http://www.gimp.org/win32/. That should be use by "production"
16308         code until this CVS version is usable. (But note, the Win32
16309         backend has never been claimed to be "production quality".)
16310
16311         * README.win32: Add the above comment about versions.
16312
16313         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
16314
16315         * gdk/gdk.def: Update.
16316
16317         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
16318         presumably be replaced by some more better mechanism as 1.4 gets
16319         closer to release shape.
16320
16321         * gdk/makefile.{cygwin,msc}: Update.
16322
16323         * gdk/win32/*.c: Correct inclusions of the backend-specific and
16324         internal headers. Change code according to changes in these. Use
16325         gdk_drawable_*, not gdk_window_* where necessary.
16326
16327         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
16328         our old DND.
16329
16330         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
16331         to interpret single characters as UTF-8. Thanks to Hans Breuer.
16332         Use correct function name in warning messages.
16333
16334         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
16335         GSourceFuncs gdk_event_prepare and gdk_event_check.
16336         (gdk_event_get_graphics_expose): Do implement, use
16337         PeekMessage. Thanks to Hans Breuer.
16338         (event_mask_string): Debugging function to print an GdkEventMask.
16339         (gdk_pointer_grab): Use it.
16340
16341         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
16342         (old) book I used claimed was Hangul actually is CJK Unified
16343         Ideographs Extension A. Also, Hangul Syllables were missing.
16344         Improve logging.
16345
16346         * gdk/win32/gdkgc-win32.c: Largish changes.
16347
16348         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
16349         g_win32_getlocale() from GLib, and not setlocale() to get current
16350         locale name.
16351
16352         * gdk/win32/gdkprivate-win32.h
16353         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
16354         gdkwin32.h, similarily as in the X11 backend.
16355
16356         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
16357         assignment was used instead of equals in if test. Thanks to Hans
16358         Breuer.
16359
16360         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
16361         the X11 version.
16362
16363         * gdk/win32/makefile.{cygwin,msc}
16364         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
16365         path to the Win32 headers that works also with the mingw compiler.
16366
16367         * gtk/gtkstyle.c: Include <string.h>.
16368
16369 2000-04-26  Havoc Pennington  <hp@redhat.com>
16370
16371         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
16372         replacing the broken gtk_label_get ()
16373
16374 2000-04-15  Havoc Pennington  <hp@pobox.com>
16375
16376         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
16377         this keeps scanner scripts from getting confused.
16378
16379         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
16380         data, rather than void
16381
16382 2000-04-15  Tor Lillqvist  <tml@iki.fi>
16383
16384         * gtk/gtkclist.c (gtk_clist_motion)
16385         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
16386         with is_hint FALSE, get x and y from the event. They used to be
16387         used uninitialised. The Win32 backend never sends motion events
16388         marked as hints. This for instance fixes the annoying file and
16389         font selector behaviour in the Win32 version.
16390
16391 2000-04-14  Tor Lillqvist  <tml@iki.fi>
16392
16393         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
16394         gtk_private_n_signals variables, they are used by some software,
16395         sigh.
16396
16397         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
16398         installation directory from the Registry, where the installer
16399         should have put it.
16400
16401 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
16402
16403         * gdk/x11/Makefile.am: Fix problem with installation directory for
16404         gdkx.h
16405
16406         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
16407         <mrcooger@cyberverse.com> so that when selecting menus with the
16408         mouse, the first item will not be selected, but when selecting
16409         with an accelerator, or navigating left-right on a menubar with
16410         the menus popped up, the first item will be selected.
16411
16412 2000-04-05  Dan Damian  <dand@dnttm.ro>
16413
16414         * configure.in: Added "ro" to ALL_LINGUAS.
16415
16416 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
16417
16418         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
16419         indentation.
16420
16421         * Makefile.am (EXTRA_DIST): Fix typo.
16422
16423         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
16424         to catch gdkconfig.h
16425
16426         * gtk/gtkitemfactory.c: Added FIXME.
16427
16428 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
16429
16430         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
16431         s/return_if_fail/return_val_if_fail/g and add a return value.
16432
16433 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
16434
16435         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
16436         merge slipup.
16437
16438         * gdk/gdkinput.h: Fix missing line from merge.
16439
16440 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
16441
16442         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
16443         instead of gdkprivate.h.
16444
16445 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
16446
16447         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
16448         parent class to correctly be GtkDialogClass.
16449
16450 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
16451
16452         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
16453         toplevel windows and their immediate children by their parents,
16454         since the size of toplevel windows is out of our immediate
16455         control and we don't get any real benefit from trying to track
16456         this size for clipping.
16457
16458         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
16459         for input_only windows.
16460
16461         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
16462         to fix some hacks and make sure that we don't try to set the
16463         background of input only windows.
16464
16465 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
16466
16467         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
16468         the _really_ internal stuff, and leave gdkprivate.h for the fake private
16469         stuff that we've traditionally exposed.
16470
16471         * gdk/**.c: Use gdkinternals.h where appropriate.
16472
16473         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
16474         not include gdkprivate-x11.h, move all stuff of conceivable public
16475         interest into gdkx.h; keep all really private stuff in
16476         uninstalled header gdkprivate-x11.h.
16477
16478         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
16479         image->image_put on windows through a new function _gdk_window_draw_image()
16480         to allow us to do backing store for images. (Sort of ugly)
16481
16482         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
16483         contexts locally so that we can offset them properly when drawing 
16484         onto backing pixmaps.
16485
16486         * gdk/gdkinput.h: Reindented
16487
16488         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
16489         pixmap or color for the window, so we can properly initialize
16490         our double-buffer pixmaps, and also so that we temporarily set
16491         a background of None while scrolling.
16492
16493         * gdk/gdkregion.h: Revise region boolean operators to have an
16494         interface that is actually convenient - switch from creating new
16495         regions on every op, to "methods" that modify existing regions
16496         (A = A OP B). 3 argument forms which allow dest == src, would also
16497         be possible, but the current interfaces seem to map nicely
16498         onto what needs to be done. (There is quite a lot of region
16499         code in GDK now.)
16500
16501         * gdk/gdkregion.h: Add constructor from rectangle and a copy
16502         operator.
16503
16504         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
16505         gdkpoly-generic.h: Copy region code from Xlib, switch it over
16506         to 32 bit coordinates, modify it to be mostly GTK+ style
16507         and to have interfaces that match gdkregion.h.
16508
16509         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
16510         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
16511         create a backing pixmap and redirect all drawing to
16512         that backing pixmap until a matching gdk_window_end_paint().
16513
16514         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
16515         Create a special drawable class for GtkWindow's that 
16516         redirects the drawing to the backing pixmap as necessary
16517         and then calls the real operations in _gdk_windowing_window_class.
16518
16519         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
16520         Store invalid region for each window. Generate expose events for invalid
16521         region in an idle. This replaces both the expose compression
16522         and the redrawing queuing in GTK+. It is both more efficient and
16523         simpler than either one individually and far more so then the
16524         combination.
16525
16526         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
16527         Emulate 32 bit coordinates for windows with 16 bit coordinates
16528         by offsetting drawing, guffaw scrolling techniques and
16529         mapping/unmapping child windows as necessary.
16530
16531         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
16532         where, when invalid regions are processed, the region is stored,
16533         and if expose events come in that are detectably duplicate
16534         the processed exposes (by comparison of event serial numbers),
16535         the stored region is subtracted out of those exposes.
16536
16537         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
16538         regions newly exposed when scrolling or resizing windows.
16539         This, combined with forcing processesing of queued invalidated
16540         regions, gives nice flicker-free scrolling.
16541
16542         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
16543         invalidated regions after every scroll.
16544
16545         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
16546         emulation in GDK. Its, for all practical purposes just a
16547         GtkViewport/GtkFixed hybrid now.
16548
16549         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
16550         (16-bit) structures as necessary instead of just casting.
16551
16552         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
16553         in terms of the structures from gdkregion-generic.c, using appropriate
16554         offsets from GDK to X11 coordinates. Cache clip mask and
16555         origin and ts origin locally and only flush to the server
16556         when drawing, to avoid constantly setting and resetting these
16557         values when offsetting GC's for scrolling and backing pixmaps.
16558
16559         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
16560
16561         * gtk/gtkcontainer.c: Call process_all_updates at end
16562         of resizing to reduce flicker. (Avoids having redraw
16563         lag arbitrarily behind resize under some circumstances)
16564
16565         * gtk/gtkentry.c: Remove old backing store code, and simply take
16566         advantage of the new backing store capabilities of GDK.
16567
16568         * gtk/gtkmain.c: Simple implementation of widget backing
16569         store - simply push a paint while handling each expose.
16570         (Should really be configurable widget for widget.)
16571         
16572         * gtk/gtkwidget.c: Remove all the old complicated redraw
16573         code, and simply invalidate the GDK windows from
16574         gdk_window_queue_clear(), etc. (Sigh, so much carefully
16575         debugged complexity ... gone to the winds.)
16576
16577         Remove all the code for suppressing expose events while
16578         resizes are pending; this isn't needed since the invalid
16579         areas won't be processed until after the resizes are
16580         processed, since they are in a lower priority idle.
16581
16582 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
16583
16584         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
16585         and height of dest rectangle for non-intersecting rectangles.
16586
16587 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
16588
16589         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
16590         for GdkRectangle.
16591
16592 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
16593
16594         * gdk/gdk{events,image,private,types,window}.h
16595          gdk/x11/gdkinputprivate.h: Change all coordinates
16596          from int16 to int. Also, Change width and height from
16597          unsigned to signed to avoid all the stupid C 
16598          signedness bugs.
16599
16600 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
16601
16602         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
16603         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
16604         Add some more detailed checking.
16605
16606         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
16607         New function to retrieve the depth of a drawable.
16608
16609         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
16610         field, reorder fields to save memory. 
16611
16612 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
16613
16614         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
16615         of the background image instead of scaling the background down to
16616         a line.
16617
16618         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
16619         which temporarily set slider to wrong size.
16620
16621         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
16622         queue_clear().
16623
16624 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
16625
16626 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
16627
16628         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
16629
16630 2000-03-17  Tor Lillqvist  <tml@iki.fi>
16631
16632         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
16633         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
16634
16635         * gdk/win32/gdkfont-win32.c
16636         * gdk/win32/gdkproperty-win32.c
16637         * gdk/win32/gdkselection-win32.c
16638         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
16639         now declared such.
16640
16641 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
16642
16643         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
16644
16645 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
16646
16647         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
16648         is called without trapping X errors.
16649
16650 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
16651
16652         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
16653         way into the fontset lists.
16654
16655 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
16656
16657         * gtk/gtkthemes.h: add extern "C" scope.
16658
16659 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
16660
16661         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
16662         to make appends to the list constant. (gtk-guy-990901-0.patch)
16663
16664 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
16665
16666         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
16667         for the typename hash table.
16668
16669 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
16670
16671         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
16672         to make sure we never divide by zero. 
16673         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
16674
16675 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
16676
16677         * gtk/gtkfontsel.c: Apply patch from
16678         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
16679         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
16680
16681         Also, some cleanups in atom handling.
16682
16683 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
16684
16685         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
16686         not GtkWidget.
16687
16688 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
16689
16690         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
16691         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
16692         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
16693         more guint wrap-around bugs before going to bed.
16694
16695 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
16696
16697         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
16698         guint wrap arounds in allocation.width.
16699
16700         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
16701         process untill we fit the allocation given.
16702
16703 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
16704
16705         * gtk/gtkwidget.c:
16706         (gtk_widget_unrealize): guard widget access with ref/unref
16707         around signal emission.
16708         (gtk_widget_hide): same here, but also check its destroyed
16709         state before queueing a resize.
16710
16711 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
16712
16713         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
16714         of gtk_default_insensitive_bg as insensitive base color.
16715
16716         * gtk/gtktext.c (gtk_text_style_set): set the background color according
16717         to the widget's state.
16718         (gtk_text_realize): same here.
16719         (gtk_text_state_changed): same here.
16720         (draw_bg_rect): compare background color against base[] from
16721         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
16722
16723 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
16724
16725         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
16726         grabs are active, unless a delete event is send to the toplevel
16727         of the currently grab holding widget.
16728
16729 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
16730
16731         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
16732         debugging g_print's.
16733
16734 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
16735
16736         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
16737         ever make the scrolled-window requisition ever depend on the 
16738         visibility state of the scrollbars for the AUTOMATIC policy. 
16739         This breaks the GTK+ requisition model, and causes loops.
16740
16741 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
16742
16743         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
16744         the default font to avoid problems with XFree86-4.0 where the
16745         default charset is iso10646-1, not iso8859-1.
16746
16747 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
16748
16749         * acinclude.m4
16750         * config.guess
16751         * config.sub
16752         * ltconfig
16753         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
16754
16755         * gtk/Makefile.am: minor cosmetic consistency tweak
16756
16757 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
16758
16759         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
16760         the activate_time to 0, so that we handle a quick
16761         press/release press/release properly and don't suppress
16762         the second release. (Red Hat bug #7545)
16763
16764 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
16765
16766         * gtk/gtkctree.c (row_delete):
16767         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
16768         bugs with destruction notifier, *always* update internal
16769         structures *before* calling user code.
16770
16771 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
16772
16773         A few more fixes for bug #5487, #2051, #2677.
16774         * gtk/gtkclist.c : 
16775         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
16776         not GDK_BUTTON_PRESS.
16777         (resync_selection): resync only if selection_mode is
16778         GTK_SELECTION_EXTENDED
16779         * gtk/gtkctree.c (resync_selection): same here
16780
16781 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
16782
16783         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
16784         gdk_drag_get_selection() and gtk_menu_detach().
16785
16786         [ From Jeroen Ruigrok/Asmodai ]
16787
16788 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
16789
16790         * gtk/gtknotebook.c (gtk_notebook_size_request): 
16791         page->tab_label can be NULL.
16792
16793 2000-01-25  Havoc Pennington  <hp@pobox.com>
16794         
16795         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
16796         arg is boolean
16797
16798         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
16799
16800         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
16801
16802         * gdk/gdkproperty.c (gdk_property_get): return boolean
16803
16804         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
16805
16806         * gdk/gdkim.c (gdk_im_ready): return boolean
16807
16808         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
16809
16810         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
16811         glib clash, should fix glib)
16812
16813         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
16814         (gdk_get_show_events): return gboolean, and canonicalize 
16815         to TRUE/FALSE
16816
16817         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
16818         colormap is private
16819         (gdk_colors_alloc): gboolean whether to be contiguous
16820         (gdk_color_equal): return gboolean since we are a predicate
16821         and not a qsort() (this looks semi-wrong due to glib breakage,
16822         IMO glib should be fixed)
16823         
16824         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
16825         (gdk_get_use_xshm): return gboolean
16826         (gdk_pointer_is_grabbed): return gboolean
16827
16828         * gdk/gdk.h: Change prototypes to match all the above changes,
16829         and re-run egtk-format-protos as required.
16830
16831 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
16832
16833         * gtk/gtkctree.c (resync_selection): 
16834         * gtk/gtkclist.c (resync_selection):
16835
16836         Return immediately if clist->drag_pos < 0. This is a workaround
16837         for the corrupt state that the clist gets into when a
16838         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
16839
16840         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
16841         
16842         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
16843         variable from recent commit.
16844
16845 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
16846
16847         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
16848
16849 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
16850
16851         * gtk/Makefile.am: prefix all autogenerated source that get build in
16852         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
16853         in builddir. since we subsequently cd into srcdir for autogeneration,
16854         the paths have to be stripped from the target file names, thusly we
16855         use $(@F) as target names now.
16856         put a comment about configure.in's --disable-rebuilds option,
16857         which can be used for non-writable source directories, for development
16858         setups though, srcdir has to be *writable*.
16859
16860 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
16861
16862         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
16863           Finish the job of allowing event to be NULL.
16864           (Fixes bug #4283, reported by Chris Blizzard)
16865
16866         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
16867           things so that the cursor appears on screen, properly
16868           take into account INNER_BORDER.
16869           (Fixes bug #4754, reported by Antonio Campos)
16870
16871 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
16872
16873         * gtk/gtknotebook.c (gtk_notebook_map): Don't
16874           show the tab_label unless it itself is visible.
16875
16876           gtk/gtknotebook.c (gtk_notebook_size_request):
16877           Do a better job of making sure that the visibility
16878           of the tab label corresponds to whether it should
16879           be mapped or not.
16880
16881 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
16882
16883         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
16884           Use the requisition, not the allocation, since the
16885           allocation has not necessarily been computed yet.
16886           (Pointed out by Eugene Osintsev)
16887
16888 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
16889
16890         * gtk/gtkstyle.c (gtk_style_new): Dont' set
16891           style/base[GTK_STATE_INSENSITIVE] both to
16892           gtk_default_insensitive_bg!
16893           (Bug #2187, reported by Jonathan Blandford)
16894
16895         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
16896           Add Alt_L, Alt_R to list of invalid accelerators.
16897           (Bug #3736, reported by Vlad Harchev)
16898
16899 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
16900
16901         * gtk/gtkfilesel.c (open_ref_dir): Fix several
16902         bugs which occured after an attempt to open 
16903         invalid home directory left cmpl_state->reference_dir == NULL.
16904
16905          - completion on files in home directory didn't work
16906          - completion on an empty string caused  segfault
16907
16908          (Bug #3678, reported by Steve Ratcliffe)
16909
16910         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
16911         cut and paste error that was causing scales to
16912         be incorrectly positioned.
16913         (Bug #2956,
16914          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
16915
16916 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
16917
16918         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
16919         when checking for dcgettext, if we've found we needed
16920         it for dgettext.
16921 +
16922 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
16923
16924         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
16925         queue_clear on NO_WINDOW widgets during a reparent,
16926         since at that point the window and widget heirarchies
16927         are out of sync. This stops crashing in some cases
16928         (the scrolled window reparent test, for instance), and
16929         _probably_ won't cause drawing errors.
16930
16931         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
16932         test do what it was supposed to do and be robust against
16933         window closings, etc. (Bug #2443)
16934
16935 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
16936
16937         * gtk/gtkentry.c: Fix return values on mouse events.
16938         (Bug #2686, Sky <seb_sky@yahoo.com>)
16939
16940         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
16941         (pointed out by George Lebl)
16942
16943         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
16944         (From Ettore Perazzoli  <ettore@helixcode.com>)
16945  
16946 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
16947
16948         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
16949         clicks between rows or outside calender area correctly.
16950         (Patch from Damon Chaplin)
16951
16952         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
16953         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
16954           Call destroy function when overwriting existing data. 
16955           (Pointed out by Damon Chaplin)
16956
16957 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
16958
16959         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
16960           which was causing problems on various systems with Xmu.
16961           This hasn't been needed for a very long time.
16962           (Fixes #1185 3167)
16963
16964 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
16965
16966         * gdk/gdki18n.h: Include <ctype.h> when defining
16967           gdk_isw* in terms of is* as a fallback.
16968           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
16969
16970 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
16971
16972         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
16973           realize the widget when it is size allocated!
16974           (old, old bug)
16975
16976         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
16977           Removed unused call to gdk_window_get_size() that
16978           showed up when the above was fixed.
16979
16980 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
16981
16982         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
16983           fix up widget->window when the widget is a
16984           NO_WINDOW container widget.
16985
16986 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
16987
16988         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
16989           to account for the fact that feof() does _not_ 
16990           return TRUE on errors, and thus avoid infinite loops
16991           when trying to use gdk_pixmap_create_from_xpm()
16992           on unreadable values.
16993
16994 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
16995
16996         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
16997
16998 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
16999
17000         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
17001           gdk_gc_set_dashes to take gint8 instead of gchar to
17002           make it clearer that it is _not_ a NULL terminated string.
17003
17004         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
17005           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
17006           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
17007           arguments.
17008
17009 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
17010
17011         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
17012         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
17013         background size relative to our allocation, guard against small
17014         allocations, we may have not yet been size allocated.
17015
17016 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
17017
17018         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
17019         not just version == 3. We implement all 3 + most of 4 - 
17020         (we don't support matching text/plain;charset=iso-8859-1
17021         to a dest that expects text/plain). We'll still advertise
17022         3 to be safe, but any client implementing version >= 3
17023         must interoperate with 3.
17024         
17025 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17026
17027         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
17028         background and gc members, add a warning in gtk_tooltips_set_color()
17029         indicating that this function is deprecated.
17030
17031 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
17032
17033         * docs/gtkfaq.sgml: FAQ Update:
17034           - Minor cleanups (Emmanuel, me)
17035           - New questions:
17036                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
17037                 How can I retrieve the text from a GtkMenuItem? (timj)
17038                 How do I validate/limit/filter the input to a GtkEntry? (me)
17039                 Memory does not seem to be released when I free the list
17040                         nodes I've allocated (timj)
17041
17042 2000-03-07  Tor Lillqvist  <tml@iki.fi>
17043
17044         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
17045         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
17046         for which it is no use to call GetLastError onWin9x.
17047         (gdk_other_api_failed) New function, for general error
17048         reporting without calling GetLastError.
17049         (gdk_win32_api_failed) OTOH, this function always calls
17050         GetLastError. (gdk_win32_last_error_string) Remove this function,
17051         GLib has the equivalent now.
17052
17053         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
17054         call them with function name, file name and line number in the
17055         arguments.
17056
17057         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
17058         functions.
17059         
17060         * gtk/gtk.def: Add some missing entry points.
17061
17062         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
17063         gtk_paned_set_gutter_size, which don't exist any longer, as void.
17064         
17065         Fixes by Hans Breuer:
17066
17067         * gdk/makefile.msc: Update for debugging.
17068
17069         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
17070         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
17071         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
17072         in the dash_list.
17073
17074         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
17075         the x11 backend.
17076
17077         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
17078
17079         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
17080
17081 2000-03-04  Tor Lillqvist  <tml@iki.fi>
17082
17083         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
17084         just pixel value of background colour.
17085
17086         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
17087         containing code snippet previously duplicated in a couple of
17088         places.
17089         
17090         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
17091         gdk_colormap_color.
17092
17093         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
17094         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
17095         events for autorepeated Shift, Control and Alt keys. Use
17096         gdk_colormap_color.
17097
17098         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
17099         pointer is inside the window the cursor of which we are setting,
17100         call SetCursor immediately.
17101
17102         * gdk/win32/makefile.cygwin
17103         * gtk/makefile.cygwin: If we don't have the build number stamp
17104         file, use zero.
17105
17106         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
17107         gtk_paned_set_gutter_size as empty.
17108
17109         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
17110         
17111 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
17112
17113         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
17114           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
17115           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
17116           docs/gtk_tut.sgml docs/gtk.texi TODO:
17117
17118           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
17119
17120 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
17121
17122         * gtk/gtkcalendar.c: Implement num_marked_dates,
17123           and don't emit mutiple day_selected signals on
17124           month_prev.
17125
17126 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
17127
17128         * docs/make-todo (lineno): let title and logo be configurable so
17129         that GNOME can use this script too.
17130
17131         * TODO.xml: added logourl and a title
17132
17133 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
17134
17135         * TODO.xml: Added some UI items, and an explanatory
17136         comment at the top of the file.
17137
17138 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
17139
17140         * TODO.xml: some updates, added abunch of new entries.
17141         a note for those fiddeling with this file, when done
17142         with it, invoke:
17143         $ ./docs/make-todo TODO.xml >/dev/null
17144         and correct output errors before comitting changes.
17145
17146 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
17147
17148         * TODO.xml: Added XML-structured TODO file.
17149         * docs/make-todo: python script to turn TODO.xml into
17150           pretty XML output. 
17151
17152 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
17153
17154         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
17155         the function to let it draw the seven dots, instead of the old,
17156         much maligned, method.
17157         (draw_dot): New function to draw a dot.
17158
17159         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
17160         to draw the handle inside the border width as opposed to outside.
17161         Use paint function instead of gdk_draw_point.
17162
17163         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
17164         to draw the handle inside the border width as opposed to outside.
17165         Use paint function instead of gdk_draw_point.
17166
17167         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
17168         Change indenting to be more GTK like.
17169
17170 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
17171
17172         * docs/gtk_tut.sgml: New section on GtkCalendar
17173         * examples/calendar: Update example code
17174
17175 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
17176
17177         * docs/gtkfaq.sgml: FAQ Update
17178
17179 2000-02-19  Anders Carlsson  <andersca@gnu.org>
17180
17181         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
17182         to prevent the scroll event to be propagated upwards.
17183
17184 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
17185
17186         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
17187         OwnerGrabButtonMask from button entries for
17188         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
17189
17190         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
17191         to the event mask (which will result in button/press release
17192         being added to the event mask on Unix) so scrolling works
17193         for layouts in scroll windows.
17194
17195         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
17196
17197         Patch from Anders Carlsson  <andersca@gnu.org> to add
17198         a scroll event.
17199
17200         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
17201         scrolling to the "Test Scrolling" part of testgtk.
17202  
17203         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
17204  
17205         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
17206         it against GDK_SCROLL.
17207  
17208         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
17209         way of mouse wheel scrolling.
17210  
17211         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
17212  
17213         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
17214  
17215         * gtk/gtkmain.c: Removed previous mouse wheel hack.
17216  
17217         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
17218         gdk_event_mask_table.
17219  
17220         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
17221         GdkEventScroll handler.
17222  
17223         * gdk/gdkevents.h: Added GdkEventScroll structure.
17224  
17225 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
17226
17227         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
17228         and Anders Carlsson to change the Paned widgets so that they
17229         can be dragged from anywhere along the length. Also change
17230         the way that this is drawn to make this apparent.
17231
17232         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
17233         from George Lebl to check that option_menu->menu is present
17234         before getting history.
17235
17236 2000-02-14  Tor Lillqvist  <tml@iki.fi>
17237
17238         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
17239         before the assertion for non-NULL segment list.
17240
17241         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
17242         Seems that pattern brushes *must* be 8x8 pixels! At least on my
17243         machine, but it might be display driver dependent. Sigh, so make
17244         sure the stipple is that size. Does Windows suck or what?
17245
17246         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
17247         places.
17248
17249 2000-02-13  Havoc Pennington  <hp@pobox.com>
17250
17251         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
17252         refcount to 1
17253         (gdk_cursor_new): init refcount to 1
17254
17255         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
17256
17257 2000-02-13  Tor Lillqvist  <tml@iki.fi>
17258
17259         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
17260         so that we don't have to do unnecessary settings to the HDC.
17261
17262         * gdk/win32/gdkdrawable-win32.c
17263         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
17264         gdk_gc_predraw.
17265
17266         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
17267         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
17268         GDI paths, call WidenPath to get the outline of the stroken path,
17269         and then fill the outline (with the brush that was built from the
17270         stipple).
17271
17272         * gdk/win32/gdkgc-win32.c: Factor out common code from
17273         _gdk_win32_gc_new and gdk_win32_gc_set_values into
17274         gdk_win32_gc_values_to_win32values. Use correct colour for
17275         SetBkColor() (Until now the code actually used a random colour in
17276         the call to SetBkColor()... but that didn't show up as not many
17277         GDI APIs use the background colour. Pattern (opaque stippled)
17278         brushes do.)
17279
17280         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
17281         gdk_win32_api_failed): New functions for error logging.
17282
17283         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
17284         WIN32_API_FAILED to call them, passing function or file name and
17285         line number.
17286
17287         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
17288
17289         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
17290         GdkColor for foreground and background in GdkGCWin32Data.
17291
17292         * gdk/makefile.cygwin: Link in the resource object separately.
17293
17294         * gdk/win32/rc/gdk.rc
17295         * gtk/gtk.rc (New file)
17296         * gdk/win32/makefile.cygwin
17297         * gtk/makefile.cygwin: Update build number in DLLs automatically,
17298         as in GLib.
17299
17300 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
17301
17302         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
17303         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
17304         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
17305         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
17306         parameters given and cursor->ref_count. coding style fixups.
17307
17308         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
17309         not GtkWidget.
17310         
17311         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
17312         fix up widget macros and add _GET_CLASS() variant.
17313         
17314         * gtk/*.c: some GtkType fixups.
17315
17316 2000-02-09  Tor Lillqvist  <tml@iki.fi>
17317
17318         * gdk/win32/gdkproperty-win32.c
17319         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
17320         were reversed.
17321
17322 2000-02-04  Tor Lillqvist  <tml@iki.fi>
17323
17324         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
17325         g_filename_to_utf8 to convert the font names Windows gives us from
17326         whatever is the default codepage to UTF-8.
17327         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
17328         in the other direction.
17329
17330         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
17331         error in debugging output.
17332
17333 2000-02-02  Tor Lillqvist  <tml@iki.fi>
17334
17335         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
17336         and height parameters to gdk_window_clear_area(). Not minus one.
17337
17338 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
17339
17340         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
17341         checks if the widget passed to gtk_drag_get_data() was not the
17342         dest widget.
17343
17344 2000-02-01  Tor Lillqvist  <tml@iki.fi>
17345
17346         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
17347         g_filename_from_utf8 functions (which were added a moment ago to
17348         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
17349         size buffers.
17350
17351         gtk_file_selection_get_filename returns the filename in the C
17352         runtime encoding. It calls g_filename_from_utf8, but copies the
17353         returned string to a static buffer, which is returned. I think
17354         this is better than returning the result from g_filename_from_utf8
17355         directly, which would mean all apps that use it would have to free
17356         the return value. Or should this function care about this issue at
17357         all? Maybe a new function with clearly defined semantics.
17358
17359         * gtk/gtkfilesel.h: Add comment about
17360         gtk_file_selection_get_filename returning the filename in the C
17361         runtime's encoding.
17362
17363         * README.win32
17364         * gdk/gdk.def
17365         * gdk/makefile.{cygwin,msc}
17366         * gtk/gtk.def: Updates.
17367
17368         * gdk/gdkcursor-win32.c: Initialise refcount.
17369
17370 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
17371
17372         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
17373
17374 2000-01-30  Havoc Pennington  <hp@pobox.com>
17375
17376         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
17377         destroy
17378
17379         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
17380
17381         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
17382         implemented in platform-specific code
17383
17384         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
17385
17386         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
17387         underscore in front
17388
17389         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
17390         put an underscore in front
17391
17392         * gdk/gdkcursor.c: new file, implements
17393         gdk_cursor_ref/gdk_cursor_unref
17394
17395         * gdk/gdkcursor.h: Refcount GdkCursor
17396
17397         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
17398
17399 2000-01-29  Tor Lillqvist  <tml@iki.fi>
17400
17401         * gdk/gdkwindow.h
17402         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
17403
17404 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
17405
17406         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
17407         structures to properly inherit from GtkWidget not GtkBin.
17408
17409 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
17410
17411         * gtk+.spec.in: Added lib/gtk+/include/* to %files
17412         (bug #5178 - Peter Wainright)
17413         
17414         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
17415         so that it will be installed.
17416         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
17417
17418 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
17419
17420         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
17421         for the GtkStyleClass vtable const.
17422
17423         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
17424         take a const string argument like GtkTranslateFunc. This will
17425         require changes in use code.
17426
17427 2000-01-19  Tor Lillqvist  <tml@iki.fi>
17428
17429         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
17430         semantics (to mimic the X11 backend, which just calls XClearArea)
17431         is to check for zero width (and height), and in that case use the
17432         window's width minus x (height minus y). This fixes for instance
17433         some redraw problems with gtkclist, which were easily noticeable
17434         in the gtk file selection widget.
17435
17436         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
17437         windows.
17438
17439 2000-01-13  Tor Lillqvist  <tml@iki.fi>
17440
17441         * configure.in
17442         * gdk/Makefile.am
17443         * gdk/x11/Makefile.am
17444         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
17445         (bug #5177).
17446         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
17447         out later.
17448
17449 2000-01-09  Tor Lillqvist  <tml@iki.fi>
17450
17451         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
17452         WM_MOVE for iconified or invisible windows. This fixes various
17453         problems when minimising windows. Thanks to Bernd Herd.
17454
17455 2000-01-05  Tor Lillqvist  <tml@iki.fi>
17456
17457         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
17458         backend's draw_lines method, not draw_points.
17459
17460 2000-01-02  Tor Lillqvist  <tml@iki.fi>
17461
17462         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
17463         before Owen's reorganisation: Don't have queued_events and
17464         queued_tail statics in this file, but use gdk_queued_events and
17465         gdk_queued_tail. This makes exposure event compression work again.
17466
17467         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
17468         seem to be needed?
17469
17470 1999-12-30  Tor Lillqvist  <tml@iki.fi>
17471
17472         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
17473         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
17474         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
17475         doesn't do anything.
17476
17477         * gdk/gdk.def: Add gdk_xid_table_insert.
17478
17479         * gdk/win32/gdkprivate-win32.h
17480         * gdk/win32/gdkevents-win32.c
17481         * gdk/win32/gdkinput-win32.c
17482         
17483         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
17484         extension_events field in the GdkWindowWin32Data struct. Use only
17485         the extension_events field in GdkWindowPrivate. Previously one was
17486         set, and the other one tested, which broke tablet
17487         functionality. Thanks to Keishi Suenaga for pointing this out.
17488
17489 1999-12-18  Tor Lillqvist  <tml@iki.fi>
17490
17491         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
17492         When handling a single character (text length == 1), don't handle
17493         it as if it was UTF-8.
17494
17495 1999-12-11  Tor Lillqvist  <tml@iki.fi>
17496
17497         * Makefile.am: Distribute README.win32.
17498         
17499         * gdk/Makefile.am
17500         * gdk/win32/Makefile.am: Distribute Win32 files.
17501
17502         * gdk/makefile.msc: New file.
17503
17504         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
17505         after label).
17506
17507         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
17508         gdk_error_code as GDKVAR, as they are referred outside GDK.
17509
17510         * gdk/win32/makefile.msc: Update.
17511
17512         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
17513         tweaks. Check only if at least one of those Unicode subrange bits
17514         we care for is set. If no code page bits are set, guess (wildly)
17515         based on the charset.
17516
17517         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
17518
17519         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
17520         non-NULL.
17521
17522         * gtk/gtkdnd.c
17523         * gtk/gtklayout.c
17524         * gtk/gtkplug.c
17525         * gtk/gtkselection.c
17526         * gtk/gtksocket.c
17527         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
17528         appropriate. There must be a cleaner way to handle this?
17529
17530         * gtk/gtkrc.c: Must include windows.h on Win32.
17531
17532         * gtk/testgtk.c: No need to include gdkx.h.
17533
17534         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
17535
17536 1999-12-07  Tor Lillqvist  <tml@iki.fi>
17537
17538         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
17539         the rbearing is set to the same as the width, but this should be
17540         fixed.
17541
17542 1999-12-06  Tor Lillqvist  <tml@iki.fi>
17543
17544         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
17545         function. If Windows doesn't tell us what Unicode subranges a font
17546         covers, guesstimate based on the codepages it covers. This will
17547         hopefully help those Windows versions or fonts that don't give us
17548         any useful Unicode subrange information with GetTextCharsetInfo.
17549         Call this function in gdk_font_load_internal.
17550
17551         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
17552         minor changes.
17553
17554 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
17555
17556         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
17557         New function, long needed.
17558
17559 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
17560
17561         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
17562         only_if_exists argument of gdk_atom_intern to
17563         bool.
17564
17565 1999-11-25  Tor Lillqvist  <tml@iki.fi>
17566
17567         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
17568         Fix two copy&paste errors.
17569
17570         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
17571         win32 has changed.
17572
17573         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
17574         GdkWin32SingleFont struct.
17575
17576         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
17577         subranges of loaded fonts. Clear font signature first, in case
17578         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
17579         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
17580
17581         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
17582         Unoffset clip region.
17583
17584 1999-11-23  Tor Lillqvist  <tml@iki.fi>
17585
17586         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
17587         event->any.window before calling filter functions.
17588
17589 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
17590
17591         * gtk/gtkgamma.h: Adapt cast macros to standard.
17592
17593 [ Merges from 1.2 ]
17594
17595 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
17596
17597         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
17598         If translation does not include a '/', use entire
17599         translation instead of crashing.
17600
17601 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
17602
17603         * docs/gtk_tut.sgml:
17604         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
17605
17606 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
17607
17608         * gtk/gtkselection.c (gtk_target_list_remove): Use
17609         g_list_remove_link, not g_list_remove.
17610
17611         [ From Geert Bevin <gbevin@thunderstorms.org> ]
17612         
17613 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
17614
17615         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
17616         statement upon unselection (how the heck did that slip in?).
17617
17618 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
17619
17620         * gtk/gtktext.c (gtk_text_freeze): 
17621         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
17622         in frozen state (and aparently crashes). patch provided by Anders
17623         Melchiorsen <and@kampsax.dtu.dk>.
17624
17625 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
17626
17627         * fix insensitive default/focus widget activation,
17628         reported by Matt Goodall <mgg@isotek.co.uk>.
17629
17630         * gtk/gtkwindow.c (gtk_window_key_press_event): 
17631         (gtk_window_activate_default):
17632         (gtk_window_activate_focus):
17633         return handled=FALSE for actiavtion of insensitive default
17634         widgets. return handled=TRUE for activation of insensitive
17635         focus widgets. don't activate in either case.
17636
17637 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
17638
17639         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
17640         and $glib_cflags to match library order and in the
17641         theory that an old version of GLib is more likely to
17642         be in the include directory for X then vice-versa.
17643         (Bug #2776)
17644
17645 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
17646
17647         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
17648         to determine the locale for fontsets, not LC_MESSAGES;
17649         the user may want English messages with a handling
17650         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
17651         will still be broken) (Bug #2891)
17652
17653 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
17654
17655         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
17656
17657 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
17658
17659         * gtk/gtkrc.ko: Changed the Korean default fontset.
17660
17661 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
17662
17663         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
17664         where when scrolling to the left or top double exposes
17665         were done, causing major slowdowns.
17666
17667 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
17668
17669         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
17670         names to lowercase and alphanumeric, before looking
17671         them up.
17672
17673         * gtk/Makefile.am: Install codeset variant gtkrc files
17674         with normalized names.
17675
17676 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
17677
17678         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
17679         popup menus when the menu is already visible, but its parent
17680         is still hidden, (happens after tornoff window got hidden).
17681
17682 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
17683
17684         * gtk/Makefile.am (install-data-local): Fix
17685         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
17686         deleted, causing error messages on install.
17687
17688 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
17689
17690         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
17691         the handle as well, since we now sometimes ignore
17692         exposes on the handle while resizing.
17693
17694 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
17695
17696         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
17697         extra g_free introduced in one of the last one or two 
17698         commits.
17699
17700 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
17701
17702         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
17703         consistent, put each style that a gtkrc.* file creates
17704         in a unique namespace, remove old files before installing.
17705
17706 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
17707
17708         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
17709         gtk_rc_init is called multiple times. (Yes, people who
17710         do that have bugs in their code.)
17711
17712 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
17713
17714         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
17715         Remove it since it's generated by the Makefile anyway
17716
17717 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
17718
17719         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
17720         device->info.axes for core pointer.
17721
17722 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
17723
17724         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
17725         idle_id, to deal with obsolete, broken C libraries.
17726
17727 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
17728
17729         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
17730         allocation->x/y twice!
17731
17732         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
17733         consistent with gtk_vscale_pos_trough().
17734
17735 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
17736
17737         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
17738         be queueing a resize on a toplevel container between
17739         the time we show it and when we map it. So, we need
17740         to test GTK_WIDGET_VISIBLE() for toplevels, and only
17741         use GTK_WIDGET_DRAWABLE() for child windows.
17742
17743 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
17744
17745         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
17746         (fixes bug #2144)
17747
17748 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
17749
17750         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
17751         container DRAWABLE (instead of VISIBLE), so we don't queue
17752         resizes on non-toplevel containers.
17753
17754 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
17755
17756         * gtk/gtkselection.[ch]: Make the data argument
17757         const guchar *.
17758
17759 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
17760
17761         * gtk/gtkwindow.c: Try to behave sensibly if 
17762         the focus widget is the window itself. (Should
17763         we allow this at all?)
17764
17765 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
17766
17767         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
17768         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
17769         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
17770         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
17771         in prototypes and implementations consistent (Tomas Ogren).
17772
17773         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
17774         before the widget is unparented (reported by damon).
17775
17776         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
17777         since we provide unsigned data anyways.
17778
17779 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
17780
17781         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
17782         the call to gtk_tooltips_layout_text() until later.
17783
17784         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
17785         Call gtk_widget_ensure_style() before using the style.
17786
17787 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
17788
17789         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
17790         for old widgets that don't propagate draws to all
17791         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
17792
17793 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
17794
17795         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
17796         for a redraw but just the widget that requested the resize.
17797
17798 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
17799
17800         * gtk/gtkcontainer.c: added new widget level method
17801         gtk_container_set_reallocate_redraws() and a GtkContainer flag
17802         reallocate_redraws : 1 to reflect the setting, exported this through
17803         the argument system as a boolean ::reallocate_redraws.
17804
17805         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
17806         on the widget because the allocation changes, do so as well for
17807         widget->parent if the parent has reallocate_redraws set to TRUE.
17808         with that containers requesting reallocation redraws get automatically
17809         redrawn if their children changed allocation (this unfortunately
17810         affects also other children that didn't change allocation, but we
17811         cannot work around that before 1.3).
17812
17813 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
17814
17815         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
17816         _and_ height are >0 (not _or_).
17817
17818         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
17819         instead of gtk_container_queue_resize(), which is a core gtk internal
17820         function (must have been on crack when i queued that).
17821
17822         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
17823         we can check more reliably if we want to discard expose events.
17824         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
17825         flag.
17826         
17827         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
17828         we simply trust these events. for deciding whether to discard exposes,
17829         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
17830         
17831 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
17832
17833         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
17834         queues of areas that are completely off screen.
17835
17836         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
17837         logic for handleboxes.
17838
17839         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
17840         check on width/height.
17841
17842 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
17843
17844         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
17845         we are fine with using $@ the way we do (if we actually encounter
17846         brokeness with $@ in VPATH builds because of additional path prefixes,
17847         we need to use $(@F) actually).
17848
17849 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
17850
17851         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
17852         short lived bugs, that would allow language bindings to do surgeries
17853         to our guts.
17854
17855 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
17856
17857         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
17858         where comparison was being done against an uninitialized
17859         value causing intermittant results depending on
17860         compiler flags. Also make it clearer that we aren't
17861         ever initializing the child as 0x0 (though this will
17862         be caught in gtk_widget_size_allocate())
17863
17864 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
17865
17866         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
17867         gtk_window_unset_transient_for() call after we do checks
17868         involving the old transient parent.
17869         [ From Lance Capser <lmc@cyberhighway.net> ]
17870
17871 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
17872
17873         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
17874         an empty file.
17875
17876 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
17877
17878         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
17879         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
17880
17881 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
17882
17883         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
17884         `$@' is valid only in the build dir, not after we've done 
17885         `cd $srcdir'.  Also use `test -f' instead of less portable
17886         `test -e'.
17887
17888 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
17889
17890         * gtk/gtktext.c (correct_cache_insert): Rewrite
17891          for simplicity, and hopefully correctness.
17892          (Fixes bug #1322, which was a segfault when
17893           on some insertions with the properties around
17894           the insertion set up just wrong.)
17895
17896         * gtk/gtktext.c (gtk_text_adjustment): When we receive
17897          a "changed" signal, clamp the new value to the adjustment
17898          bounds to avoid segfaulting if someone tries to change
17899          the adjustment to a bogus value. (Bug #1795)
17900
17901 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
17902
17903         * gtk/gtkmain.c: Ignore unexpected destroy notifies
17904         for children, for toplevel windows handle them
17905         like delete_event.
17906
17907         * gtk/gtkplug.c: Add an unrealize handler so that
17908         we unref plug->socket_window when we are done
17909         with it.
17910
17911 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
17912
17913         * gtk/gtktext.c (clear_area): Fix stupid signedness
17914          problem that was causing background to sometimes
17915          be misaligned.
17916
17917 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
17918
17919         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
17920         
17921         * gtk/gtkmenu.c (gtk_menu_position): Make
17922          sure we never position menus with negative x, y,
17923          since gtk_widget_set_uposition() can't handle that.
17924
17925         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
17926          Modify the positioning code a bit so that we always
17927          put the top-left corner onscreen. (This is for
17928          UI reasons, gtk_menu_position() now takes care of
17929          gtk_widet_set_uposition() brokeness.)
17930
17931 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
17932
17933         * gtk/Makefile.am: fixed up things for -jx, x > 1.
17934
17935 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
17936
17937         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
17938           RC style that is passed in. The lack of the ref
17939           before was a bug. If people worked around this
17940           bug, this will introduce a slight memory leak
17941           in their code. The code should typically look like:
17942
17943             rc_style = gtk_rc_style_new ();
17944             [...]
17945             gtk_widget_modify_style (widget, rc_style);
17946             gtk_rc_style_unref (rc_style);
17947
17948         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
17949           the style if it was already set.
17950
17951         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
17952           style if it was set before.
17953
17954 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
17955
17956         * gtk/testgtk.c (main): Add a check to see if we
17957           are being run from the correct directory and
17958           to quit nicely if we are not.
17959
17960         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
17961           static.
17962
17963 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
17964
17965         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
17966
17967         * gtk/gtkwindow.c:
17968         queue resizes unconditionally (gtk_widget_queue_resize will figure
17969         what to do if the window is not realized).
17970         (gtk_window_move_resize): only recenter the window
17971         for GTK_WIN_POS_CENTER_ALWAYS.
17972         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
17973         the same way as GTK_WIN_POS_CENTER.
17974
17975 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
17976
17977         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
17978         with (!(info->last_flags & GDK_HINT_POS)) instead of
17979         (!info->last_flags & GDK_HINT_POS).
17980
17981         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
17982         new_height unconditionally, because we use these values even if
17983         !default_size_changed && !hints_changed.
17984         comented the (default_size_changed || hints_changed) case with
17985         respect to resize rejects from the window manager.
17986
17987         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
17988         in the zvt condition hack, since this includes the window hints, set
17989         the hints after the handling_resize case.
17990
17991         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
17992         window is initially shown with to the geometry.
17993
17994 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
17995
17996         * gtk/gtkwindow.c (gtk_window_move_resize):
17997         s/size_changed/default_size_changed/g so i know what's
17998         really going on (frying brain on smaller flame now).
17999
18000 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
18001
18002         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
18003         we have size_changed upon handling_resize. this is a gross
18004         workaround for the broken zvt widget and should be removed in
18005         1.3 again (search for FIXME).
18006         Owen provided an accurate comment for this:
18007
18008         /* We could be here for two reasons
18009          *  1) We coincidentally got a resize while handling
18010          *     another resize.
18011          *  2) Our computation of size_changed was completely
18012          *     screwed up, probably because one of our children
18013          *     is broken. It's probably a zvt widget.
18014          *
18015          * For 1), we could just go ahead and ask for the
18016          * new size right now, but doing that for 2)
18017          * might well be fighting the user (and can even
18018          * trigger a loop). Since we really don't want to
18019          * do that, we requeue a resize in hopes that
18020          * by the time it gets handled, the child has seen
18021          * the light and is willing to go along with the
18022          * new size. (this happens for the zvt widget, since
18023          * the size_allocate() above will have stored the
18024          * requisition corresponding to the new size in the
18025          * zvt widget)
18026          *
18027          * This doesn't buy us anything for 1), but it shouldn't
18028          * hurt us too badly, since it is what would have
18029          * happened if we had gotten the configure event before
18030          * the new size had been set.
18031          */
18032
18033 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
18034
18035         * gtk/gtkrc.c: deal properly with the fact that RC
18036           style lists may include rc styles more than once.
18037
18038         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
18039           unused static function.
18040
18041         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
18042           stack of directories of RC files currently being
18043           parsed and implicitely add them to pixmap path.
18044           
18045           This fixes a bug where the directory would get
18046           appended then overwritten by pixmap_path declarations.
18047
18048           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
18049
18050         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
18051           theme's exit function. (Patch from Peter Wainwright,
18052           bug #1454)
18053
18054         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
18055           Add a destroy() handler to take care of removing
18056           group for menu item. (Fixes bug #1197)
18057
18058         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
18059           in warning message.
18060
18061 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
18062
18063         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
18064         roundtrip to figure window's width and height, since we know that
18065         anyways from widget->allocation.
18066
18067 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
18068
18069         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
18070           the hints after we request the new size.
18071
18072 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
18073
18074         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
18075           GTK_WIDGET_REALIZED() assertion - we can compute the
18076           hints before we are realized.
18077
18078         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
18079           hint changing so that we have a value of hints_changed
18080           when we decide whether to constrain the window size.
18081
18082         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
18083
18084         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
18085         change back to G_MAXINT.
18086
18087 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
18088
18089         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
18090         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
18091         contain uncluttered values.
18092         (gtk_window_compute_hints): simply assert that window is realized
18093         and that geometry_info is valid, since we rely on this anyways.
18094         (gtk_window_constrain_size): major cleanups to the code.
18095         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
18096         for the base size, instead of the minimums. use 32767 as max width
18097         and height (like in gtkwindow.c) instead of G_MAXINT.
18098
18099 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
18100
18101         * cleaned up the GtkContainer.need_resize flag handling mess, we
18102         only need to force resize requests when we were prematurely
18103         realized, or our widget tree was modified when we were temporarily
18104         hidden. handling these cases directly upon showing the window (i.e.
18105         while the GdkWindow is still unmapped) avoids the need to wait for
18106         a configure event response and therefore makes the GUI more snappier
18107         and avoids blank windows during the roundtrip.
18108
18109         * gtk/gtkwidget.c:
18110         (gtk_widget_hide): 
18111         (gtk_widget_show): don't queue resizes on toplevels, they know how
18112         to deal with matters.
18113
18114         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
18115         flag directly for not visible resize containers and spare us unecessary
18116         signal emissions.
18117
18118         * gtk/gtkwindow.c:
18119         (gtk_window_realize): if we need to enforce premature size allocation,
18120         queue a container resize so we are correctly resized later on.
18121         (gtk_window_init):
18122         (gtk_window_size_request):
18123         don't freak around with the ->need_resize flag,
18124         gtk_container_queue_resize() will care about that.
18125         (gtk_window_show):
18126         handle initial resizing issues here, we can handle matters better in
18127         this place, especially since we know that our GdkWindow is still
18128         unmapped.
18129         (gtk_window_move_resize):
18130         don't care about ->need_resize at all.
18131         handle size changes properly that occoured while we waited for a
18132         configure event.
18133
18134 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
18135
18136         * gtk/gtkwidget.c (gtk_widget_set_uposition):
18137         * gtk/gtkwindow.[hc] (gtk_window_reposition):
18138         Move the hint setting code from gtk_widget_set_uposition
18139         to here; set the hints so that we respect any previously
18140         set geometry hints.
18141
18142         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
18143         change the window hints here or move the window here,
18144         let that happen in gtk_window_move_resize().
18145
18146 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
18147
18148         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
18149         to already queued resizes (and therefore redraws) on a widget, check
18150         its anchestry as well.
18151
18152         * gtk/gtkcontainer.c:
18153         (gtk_container_queue_resize): clear resize widgets for resize
18154         containers before aborting prematurely. this is especially important
18155         for toplevels which may need imemdiate processing or their resize
18156         handler to be queued.
18157         (gtk_container_dequeue_resize_handler): added new internal function for
18158         gtkwindow.c.
18159
18160         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
18161         configure event, take possible changes in window position into account
18162         as well.
18163         if we request a new window size, queue up a resize handler that will
18164         last until the configure event response arrives.
18165         combined the ->need_resize case (initial show) with the general size
18166         (hints) changed case and added even more comments.
18167         if !auto_shrink, only revert to the old allocation if the new size
18168         is smaller than the current allocation.
18169
18170 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
18171
18172         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
18173                            gtk_window_set_geometry_hints
18174                            gtk_window_set_default_size):
18175         When hints are set, queue a resize so that the hints will
18176         be eventually reset on the toplevel.
18177
18178         * gtk/gtkwindow.c (gtk_window_show): Use
18179         gtk_window_compute_default_size(). Clear the need_resize flag
18180         on the initail map so that we don't unnecessarily trigger the
18181         resize code.
18182
18183         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
18184         into separate functions. Compare the hints we are setting
18185         with what we set last time so that we can accurately
18186         tell when we need to reset the hints.
18187
18188         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
18189         function to figure out the size from requisition
18190         and default_size.
18191
18192         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
18193         from fvwm to constrain a size to the geometry hints.
18194
18195         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
18196         to compare two sets of geometry hints.
18197
18198         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
18199         from gtk_window_set_hints(), just compute the hints,
18200         don't set them.
18201
18202         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
18203         code from gtk_window_move_resize() to separate function,
18204         rationalize a bit.
18205
18206 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
18207
18208         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
18209         structure into a new private structure.
18210
18211         * gtkrc.c: Split GtkRcStyle into public/private.
18212         In the private part, add a list of pointers to the
18213         RcStyle lists this RcStyle participates in.
18214
18215         * gtkrc.c: When a RcStyle is free, remove all
18216         lists referencing it from the 
18217         realized_style_ht hash, and free those lists.
18218         
18219         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
18220         gtk_rc_init(), since that adds the default styles
18221         to the list of parsed RC files again.
18222
18223         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
18224         
18225 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
18226
18227         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
18228         checks that ensure that a widget's allocation is at least 1 in width
18229         and height. (GNOME note: this doesn't affect old panel code anymore,
18230         because GtkSocket will request width and height of at least 1 since
18231         Fri Jul 23).
18232
18233         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
18234         allocated yet (happens if the user realizes the window prematurely),
18235         size request and allocate it.
18236         (gtk_window_size_allocate): guard against guint underflows.
18237
18238 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
18239
18240         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
18241         in gtk_built_sources, so gtk.defs gets built prior to all other
18242         sources.
18243
18244 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
18245
18246         * gtk/Makefile.am:
18247         invoke indent on gtkmarshal.*. 
18248         rewrote source generation rules, use COPYING as oldest source tag for
18249         a piggyback rule to generate all sources from (don't touch it ;).
18250         major cleanups, strip spaces on build rules for GNU Make.
18251
18252         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
18253         source and target files from commandline arguments. don't invoke indent.
18254
18255 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
18256
18257         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
18258         notebook after switch to avoid drawing problems.
18259         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
18260         
18261         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
18262         show them instead. 
18263         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
18264
18265 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
18266
18267         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
18268         notebook after switch to avoid drawing problems.
18269         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
18270         
18271         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
18272         show them instead. 
18273         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
18274
18275 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
18276
18277         * gtk/gtkwindow.c:
18278         we use window->need_resize from configure_event now, to indicate that
18279         the gtkwindow should keep its allocation (e.g. because the user resized
18280         the window through window manager handles). resize_count is now reliably
18281         used to figure whether we got the allocation we requested from the
18282         window manager.
18283         configure events get queued as resizes now, the real stuff (size
18284         computation and allocation) now only goes on in gtk_window_move_resize().
18285         GtkWindow's requisition now contains its *real* requisition (like all
18286         other widgets), *not* taking usize into account.
18287         geometry_info->last_{width|height} is now updated from set_hints() only
18288         so it always contains the last hints we set for the window manager.
18289         made some event handlers return TRUE instead of FALSE.
18290         the overall code should be much more straight forward now, and the
18291         significant code portions are accompanied by comments now.
18292         (gtk_window_set_hints):
18293         removed requisition argument and made it
18294         fetch the requisition through gtk_widget_get_child_requisition.
18295         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
18296         does that now.
18297         (gtk_window_show):
18298         ensure that the widget is realized before calling 
18299         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
18300         ensure that we got properly size requested and allocated before
18301         realization.
18302         (gtk_window_configure_event):
18303         ignore plain window moves, or reallocate the widget tree through the
18304         resize queue otherwise.
18305         (gtk_window_move_resize):
18306         mostly rewrote this function to figure window manager hints more
18307         reliably, coalesce window moves and resizes to reduce configure events
18308         and do actuall size allocations.
18309
18310 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
18311
18312         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
18313         that have a resize pending, because a redraw is already queued for them.
18314
18315         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
18316         hack to clear resize_widgets.
18317
18318         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
18319         for resize containers prior to size allocation. (this is also a bit
18320         ugly, but avoids side effects for stopped emissions and is thus more
18321         reliable).
18322         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
18323
18324         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
18325         function from gtk_tooltips_expose, as we connect to ::expose_event
18326         *and* ::draw now.
18327
18328 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
18329
18330         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
18331         checks.
18332         (gtk_target_list_unref): Likewise.
18333
18334         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
18335
18336 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
18337
18338         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
18339         guard against division by zero. (Fixes bug #1339)
18340
18341 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
18342
18343         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
18344         Prevent the trivial leak of information of allowing
18345         word motion when the entry is not visible.
18346
18347 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
18348
18349         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
18350         modality to error dialog as well as confirmation dialogs.
18351         (Bug #1803, reported by Rosanna Wing Sze Yuen)
18352
18353 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
18354
18355         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
18356         tree->view_lines.
18357         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
18358
18359         * gtk/Makefile.am (install-data-local): Solaris apparently
18360         has various troubles with ln -f; use rm first instead.
18361         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
18362
18363 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
18364
18365         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
18366         use `cp' followed by `rm' (the `rm' was already there).
18367
18368 July 30, 1999 Elliot Lee <sopwith@redhat.com>
18369         
18370         * configure.in: Fix autoconf warnings about cross compilation by
18371         trying to provide sane defaults for AC_TRY_RUN.
18372         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
18373         put them into $(srcdir) when generated. Also add a dependency of
18374         gtksignal.h on gtkmarshal.h for -j builds. 
18375         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
18376
18377 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
18378
18379         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
18380         GDK_THREADS_{LEAVE,ENTER} pair.
18381         (From Paul Fisher <pnfisher@redhat.com>)
18382
18383 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
18384
18385         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
18386         width and height are always >0 (owen).
18387
18388 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
18389
18390         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
18391         change that assured that a widget's allocated with and height are
18392         always >1, since this breaks *buggy* panel code. unfortunately this
18393         back-breaks the gimp's color selector.
18394
18395         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
18396         allocation is always >0 in width and height, before sending the
18397         configure event; this is a *gross* hack to get the gimp back to work.
18398         
18399         * marked both cases with TODO-1.3
18400
18401 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
18402
18403         * gtk/gtktext.c: Don't display wrap indicators when
18404         text is not editable and word wrap is on.
18405
18406 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
18407
18408         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
18409         option menus here as they are not derived from menu shell, assure that
18410         the option menu has a menu we can add items to.
18411
18412 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
18413
18414         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
18415         width/height to (gint) before calculations and check against < 0 to
18416         avoid guint wraparounds.
18417
18418 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
18419
18420         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
18421         width and height is never zero. sanity check both dimensions against
18422         32767 and issue a warning if the allocation is greater than that.
18423
18424 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
18425
18426         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
18427         to g_main_pending() as well.
18428
18429 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
18430
18431         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
18432         call to g_main_iteration() - since that will regrab
18433         GTK+ lock to process events.
18434
18435 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
18436
18437         * gtk/gtkwindow.c
18438         - Regularize with the rest of GTK+ by making widget->requisition
18439           not reflect the set_usize()
18440         - Always recompute geometry hints, then check if they
18441           changed before sending them to the X server. The
18442           previous checks for changes would fail in a number
18443           of circumstances. 
18444
18445 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
18446
18447         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
18448
18449 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
18450
18451         * gtk/gtkdnd.c:
18452         - Code cleanups
18453         - Instantaneously update on modifier key presses
18454         - Allow cancellation of the drag with Escape.
18455
18456 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
18457
18458         * gtk/testgtk.c (create_handle_box): Set the policy
18459         to auto_shrink - otherwise the appearance is rather
18460         strange when flipping between horizontal and vertical.
18461
18462 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
18463
18464         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
18465         (gtk_window_set_default_size): don't change a value if it's < 0.
18466         queue a resize.
18467
18468 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
18469
18470         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
18471
18472 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
18473
18474         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
18475         add an extra "/" when concating "/" + filename.
18476         (From Matt Grossman <mattg@oz.net>)
18477
18478 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
18479
18480         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
18481         for fg_gc if we set it for drawing pixmap.
18482
18483 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
18484
18485         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
18486         
18487         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
18488         already set, call old engine's destroy function and
18489         unref the old engine.
18490
18491 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
18492
18493         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
18494
18495 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
18496
18497         * gtk/gtkaccelgroup.h: mark certain functions as internal.
18498
18499 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
18500
18501         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
18502         expand behaviour changed.
18503
18504         * gtk/gtklabel.c (gtk_label_set_pattern):
18505         (gtk_label_set_justify):
18506         (gtk_label_set_line_wrap):
18507         don't bother invoking queue_clear, the reallocation does
18508         that for us, always free_words so the upcoming resize will
18509         relayout the label's contents.
18510
18511 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
18512
18513         * applied argument implementation patches from Elena Devdariani
18514         <elena@cogent.ca>.
18515
18516         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
18517         ::space_style, ::relief
18518         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
18519         * gtk/gtkpreview.c: ::expand
18520         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
18521         * gtk/gtknotebook.c: ::homogeneous
18522         * gtk/gtklabel.c: ::wrap
18523         * gtk/gtklist.c: ::selection_mode
18524         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
18525         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
18526         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
18527         * gtk/gtkclist.c: ::sort_type
18528         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
18529         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
18530
18531 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
18532
18533         * gtk/gtkstyle.c: Removed ill-thought-out part of last
18534         comment.
18535
18536 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
18537
18538         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
18539         counting right when we have to attach a new style
18540         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
18541
18542         * gtk/gtkstyle.c: Documented the refcounting
18543         peculularities of gtk_style_attach.
18544
18545 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
18546
18547         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
18548         window types.
18549
18550         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
18551         of GTK_TOPLEVEL for creating the window.
18552
18553 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
18554
18555         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
18556         the last argument (reported by Per Winkvist).
18557         
18558 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
18559
18560         Fixes for invisible XOR lines (Frank Loemker
18561         <floemker@TechFak.Uni-Bielefeld.DE>)
18562         
18563         * gtk/gtkclist.c (gtk_clist_realize): Always use
18564         a non-zero pixel for GDK_XOR.
18565
18566         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
18567         Use GDK_INVERT instead of GDK_XOR.
18568
18569 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
18570
18571         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
18572         signals if h/voffsets differ from adjustment values.
18573         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
18574
18575 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
18576
18577         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
18578         ::selection-done emissions up to the topmost menu shell.
18579
18580 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
18581
18582         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
18583         the user data on the window before destroying it.
18584
18585         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
18586         unrealize handler to take care of destroying 
18587         notebook->panel properly. 
18588         (Bug #1198 - Morten Welinder <terra@diku.dk>)
18589
18590         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
18591         of g_new and g_realloc to stop memory leak. (Actually,
18592         we could just use g_realloc(), but I'm not 100% sure
18593         that is portable).
18594         (Bug #1196 - Morten Welinder <terra@diku.dk>)
18595
18596 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
18597
18598         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
18599
18600         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
18601         for fontsets.
18602
18603         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
18604         with bin/button confusion.
18605
18606 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
18607
18608         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
18609         and show how preselection of radio items is done.
18610
18611 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
18612
18613         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
18614         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
18615         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
18616         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
18617         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
18618         * gtk/gtktable.c (gtk_table_attach): 
18619         * gtk/gtklist.c (gtk_list_insert_items): 
18620         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
18621         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
18622         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
18623         * gtk/gtkbin.c (gtk_bin_add): 
18624         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
18625         * gtk/gtkfixed.c (gtk_fixed_put): 
18626         * gtk/gtklayout.c (gtk_layout_put):
18627         general fixups to container_add logic. always realize child if
18628         child->parent is realized, only map the child and queue a resize
18629         if child and child->parent are both visible.
18630
18631 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
18632
18633         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
18634         instead of gtk_container_foreach to walk and unrealize children, so
18635         composite children get also unrealized.
18636         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
18637         (gtk_widget_map): assert that the widget is visible (basic constrain).
18638         (gtk_widget_real_map): assert that the widget is realized (basic
18639         constrain).
18640
18641 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
18642
18643         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
18644
18645 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
18646
18647         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
18648         file for iso-8859-2 locales.
18649
18650         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
18651
18652 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
18653
18654         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
18655          (Pointed out by andy@rz.uni-karlsruhe.de and others).
18656          Remove some suspicious and useless lines. 
18657
18658 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
18659
18660         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
18661         width,height = 0, 0 to mean - here to edge of window,
18662         instead of -1, -1, since the former is all we support.
18663
18664 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
18665
18666         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
18667         when removing from quit_functions list.
18668
18669 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
18670
18671         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
18672
18673 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
18674
18675         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
18676          When redrawing characters on non-visible entry, use appropriate
18677          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
18678
18679 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
18680
18681         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
18682         from drag coordinates.
18683         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
18684         use drag_dest_cell.
18685
18686         * gtk/gtktree (drag_dest_cell)
18687         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
18688         (Bug #1129)
18689
18690 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
18691
18692         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
18693         translate_* fields.
18694         (gtk_item_factory_finalize): invoke translate_notify independant from
18695         translate_data.
18696         (gtk_item_factory_set_translate_func): likewise.
18697         (gtk_item_factory_destroy): only remove ifactory pointer from those
18698         widgets that belong to us (stupid me).
18699
18700 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
18701
18702         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
18703         rc_style list when lookup succeeeds.
18704
18705 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
18706
18707         * gtk/gtkctree.c (resync_selection): 
18708         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
18709         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
18710         bug.
18711
18712 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
18713
18714         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
18715         Add some missing GDK_THREADS_ENTER()/LEAVE around
18716         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
18717
18718 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
18719
18720         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
18721         rather than emit_by_name.
18722
18723         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
18724         on the widget across multiple signal emissions.
18725         (gtk_editable_delete_text): same here.
18726         (gtk_editable_class_init): set widget_class->activate_signal after
18727         editable_signals[ACTIVATE] has been created.
18728
18729 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
18730
18731         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
18732         position here prematurely -- we might not have the
18733         right ->min_position and ->max_position yet.
18734
18735 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
18736
18737         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
18738         Add error traps so if the other end of the connection
18739         dies, we survive.
18740
18741         * gtk/gtkselection.c (gtk_selection_notify): Clean
18742         up properly when selection property retrieval fails.
18743         
18744         * gtk/gtkselection.c (gtk_selection_request): Correctly
18745         reject SelectionRequest notifies where the handler
18746         returns no data.
18747
18748 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
18749
18750         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
18751         when we've previously highlighted.
18752
18753         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
18754         emit two "drag_leave" signals for Motif drops.
18755
18756         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
18757         back the correct status messages when dropping from
18758         Motif onto a proxy window that is rejecting the
18759         drop.
18760
18761 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
18762
18763         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
18764         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
18765         to compare two argument values. added gtk_arg_to_valueloc() to set a
18766         variable from an arg through its location (pointer).
18767
18768         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
18769         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
18770         as gfloat*, uchars are collected as guchar*, ints are collected as
18771         gint*, etc...
18772
18773 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
18774
18775         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
18776         Include <string.h> instead of <strings.h>.
18777
18778         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
18779         (actually, a lot more duplicate includes occur if
18780          you trace through the sequence of #include's)
18781         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
18782         
18783 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
18784
18785         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
18786         gtk-a-higuti-990322-[0-3]
18787
18788         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
18789         that was causing -DX_LOCALE not to work.
18790
18791         * gtk/gtkrc.c (gtk_rc_init):
18792         X_LOCALE will never have LC_MESSAGES defined
18793
18794 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
18795
18796         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
18797         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
18798
18799         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
18800         left/right as well (gtk-michael-980726-0.patch.gz).
18801
18802         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
18803         for pointer values, use gchar instead of char. fixed uline allocation
18804         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
18805         chunks instead of G_ALLOC_ONLY.
18806         (gtk_label_size_request): always alter requisition as passed and leave
18807         widget->requisition alone.
18808         (gtk_label_set_text): allow NULL strings.
18809         (gtk_label_new): likewise.
18810
18811 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
18812
18813         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
18814
18815 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
18816
18817         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
18818         *and* mapped (i.e. drawable).
18819         (gtk_bin_expose): only send exposes to drawable children.
18820
18821         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
18822         (gtk_box_expose): only send exposes to drawable children.
18823
18824         * gtk/gtkhscale.c (gtk_hscale_draw): 
18825         * gtk/gtkvscale.c (gtk_vscale_draw):
18826         hm, this is an ugly one. we first compute the size of our trough area
18827         here (window relative) and then check intersection with the draw_area
18828         which is parent relative because we're a NO_WINDOW widget, so we need
18829         to offset the trough area by allocation.x and allocation.y before the
18830         check. (this must not be done for the background area though, since
18831         that's already computed parent relative).
18832
18833 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
18834
18835         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
18836         unrealize title buttons.
18837
18838 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
18839
18840         * gtk/gtkclist.c (gtk_clist_column_title_passive)
18841         (gtk_clist_column_title_active): 
18842         only connect/disconnect to GtkWidgetClass::event to block mouse events.
18843
18844         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
18845         zero initialize event, removed superfluous gdk_window_get_pointer call
18846
18847         * gtk/gtklist.c (gtk_list_vertical_timeout)
18848         (gtk_list_horizontal_timeout): removed superfluous
18849         gdk_window_get_pointer call
18850
18851 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
18852
18853         * plugging problems reported by "Bruce Mitchener, Jr."
18854         <bruce@puremagic.com> due to a purify session.
18855
18856         * gtk/gtkstyle.c:
18857         (gtk_style_ref): 
18858         (gtk_style_unref): assert ref_count to be > 0.
18859
18860         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
18861         the requisition.
18862         (gtk_clist_set_shift): likewise.
18863
18864         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
18865         adjustments.
18866
18867         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
18868         event before sending it and set send_event to TRUE (which needs to
18869         be done for *all* synthesized events).
18870         (gtk_list_vertical_timeout): likewise.
18871
18872         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
18873         leaks.
18874
18875         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
18876         to TRUE when synthesizing events.
18877
18878 [ *** end of merges from 1.2 *** ]      
18879         
18880 1999-11-21  Tor Lillqvist  <tml@iki.fi>
18881
18882         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
18883         (or copied from gdkconfig.h.win32 on Win32, sigh).
18884
18885         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
18886
18887         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
18888
18889         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
18890
18891         * gdk/gdkconfig.h.win32: New file.
18892
18893         * gdk/win32/makefile.cygwin: Build just a static archive here.
18894
18895         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
18896         for the DLL from the static archive built above.
18897
18898         * gdk/gdk.def: Moved here from the win32 subdirectory.
18899
18900         * gdk/win32/*: Adapt for the changed private struct organisation.
18901
18902         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
18903
18904 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
18905
18906         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
18907         for wheel mice (buttons 4 and 5).
18908
18909 1999-11-18  Tor Lillqvist  <tml@iki.fi>
18910
18911         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
18912         drawables use just the pixel field in the foreground and
18913         background GdkColor of the GdkGC.
18914
18915         gdk_gc_set_{fore,back}ground() are called in the GIMP with
18916         GdkColors containing uninitialized (red,green,blue) fields, and
18917         just the pixel field filled in, and furthermore in the
18918         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
18919         It thus turns out that we really don't need to have the full
18920         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
18921         it later to have just the pixel values.
18922
18923 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
18924
18925         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
18926
18927 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
18928
18929         * docs/gtkfaq.sgml: threads example from Erik Mouw.
18930         New question on GtkLabel background colors.
18931
18932         * docs/gtk_tut.sgml:
18933           - Correct the example code callback
18934             function definitions.
18935           - Update the gtkdial example code, from Frans van Schaik.
18936           - Update setselection.c to current API.
18937
18938         * examples/Makefile examples/*/*.c: Update to code
18939         listed in tutorial.
18940
18941 1999-11-10  Tor Lillqvist  <tml@iki.fi>
18942
18943         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
18944         subrange table (from the "Developing International Software for
18945         WIndows 95 and Windows NT" book) was missing the Hangul syllable
18946         block... Get the loaded font's charset correctly.
18947
18948         (Note that this, and the other *-win32.c files, still really are
18949         the old ones, the win32 subdirectory is not ready for compilation
18950         yet after the reorg.)
18951
18952 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
18953
18954         * gtk/gtkclist.c: Fix off-by-one bug in parameter
18955         check.
18956
18957 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
18958
18959         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
18960         on results of XQueryDeviceState().
18961
18962 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
18963
18964         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
18965         we need to accesss only ->children. We need an accessor
18966         for the children.
18967
18968         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
18969         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
18970         to get rid of gdkx.h include.
18971         
18972         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
18973         and random references to 'None'.
18974
18975         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
18976         Get rid of unused #include <gdk/gdkx.h>
18977
18978         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
18979         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
18980         gdkconfig.h.
18981
18982 1999-11-08  Tor Lillqvist  <tml@iki.fi>
18983
18984         * gdk/win32/gdkdraw.c
18985         * gdk/win32/gdkfont.c
18986         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
18987         following yesterday's changes. (Unrelated to Owen's reorg.)
18988
18989 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
18990
18991         * gdk/x11/gdkinput-gxi.c: Add missing include,
18992           fix GdkWindowPrivate => GdkDrawablePrivate.
18993
18994         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
18995
18996         * gdk/x11/Makefile.am (xinput_sources): Add missing
18997         backslash to fix building with --with-xinput=none
18998
18999 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
19000
19001         Move all X specific code into the x11/ directory.
19002         Aside from shuffling things around, did the following:
19003
19004        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
19005          gdk_arg_context_* - a simple argument parsing system
19006          in the style of popt.
19007
19008        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
19009          gdk/x11/gdkprivate-x11.h:
19010          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
19011          add ->klass and ->klass_data fields. The klass_data
19012          field points to an auxilliary structure that is
19013          windowing system dependent.
19014
19015        * gdk/gdkfont.c: Make most of the measurement functions
19016          simply wrappers around gdk_text_extents().
19017
19018        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
19019          _gdk_font_strlen() function that hides the weird
19020          behavior in gtk+-1.[02] where a string is interpreted
19021          differently for 8-bit and 16-bit fonts.
19022
19023        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
19024          to store common code for synthesizing double/triple
19025          press events.
19026         
19027        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
19028          Make all the function that modify an existing GC
19029          simply wrappers around gdk_gc_set_values().
19030          
19031        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
19032          for throwing out later.
19033
19034        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
19035          GdkImagePrivate and GdkColormapPrivate to have a
19036          windowing system dependent part (GdkFontPrivateX etc.)
19037          that "derives" from the system-independent part.
19038
19039        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
19040          Got rid of the included-source-files for XInput in
19041          favor of automake conditionals. (Which didn't exist
19042          when XInput support was originally added.)
19043
19044        * gdk/gdkrgb.c: Remove the visual id from the debugging
19045          statements since that is X11 specific; print out
19046          type/depth info instead.
19047          
19048
19049 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
19050
19051         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
19052         loading duplicates of hashed fonts.
19053
19054         * gdk/gdk.c (gdk_keysym_convert_case): rename
19055         gdk_XConvertCase to gdk_keysym_convert_case, allow
19056         results to be NULL in the GTK+ style.
19057
19058         * gdk/gdkcompat.h: Started compatibility header
19059         for renames.
19060
19061 1999-11-07  Tor Lillqvist  <tml@iki.fi>
19062
19063         * gdk/win32/gdkprivate.h: New font private structures, related to
19064         fontsets.
19065
19066         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
19067         gdk_font_list_free(). On X11, will just be wrappers to
19068         XListFonts() and XFreeFontNames(). On Win32, the code previously
19069         in gtkfontsel.c is now here.
19070
19071         New function gdk_font_xlfd_create(). On X11 will get the FONT
19072         property of the font (for GDK_FONT_FONTs), or call
19073         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
19074         builds a XLFD style name from the font information in the LOGFONT
19075         struct(s).
19076
19077         New function gdk_font_xlfd_free(), which correspondingly frees the
19078         string returned by gdk_font_xlfd_create().
19079
19080         Implement fontsets on Win32. Add a function that iterates over a
19081         wide char string and calls a callback function for each substring
19082         of wide chars from the same Unicode subrange (and thus probably
19083         available in the same real font).
19084
19085         Improve the XLFD emulation a bit.
19086
19087         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
19088
19089         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
19090         Beta3, WM_IME_CHAR messages don't seem to contain the composed
19091         multi-byte char as with the Active IMM on Win9x. Oh well, handle
19092         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
19093         ImmGetCompositionStringW() to get the composed Unicode chars.
19094
19095         * gdk/win32/gdkgc.c
19096         * gdk/win32/gdkdraw.c: Changes needed because of the font private
19097         struct changes.
19098
19099         * gdk/win32/gdk.def: Add the new functions.
19100
19101 1999-11-04  Tor Lillqvist  <tml@iki.fi>
19102
19103         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
19104         get the Platform SDK to get <dimm.h>.
19105
19106         * gdk/win32/gdkevents.c: More event handling fixes and
19107         simplification. Never generate motion events with is_hint true. We
19108         used to do that on bogus grounds earlier. Windows sends
19109         WM_MOUSEMOVE messages on button events even if the mouse hasn't
19110         moved, ignore these.
19111
19112         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
19113
19114         * gdk/win32/gdkglobals.c
19115         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
19116         the TrackMouseEvent function, and use it.
19117
19118         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
19119         char before calling WideCharToMultiByte in order to get a string
19120         for the window title.
19121
19122         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
19123
19124         * gdk/win32/gdk.def: Remove obsolete functions.
19125
19126         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
19127         /nodefaultlib and /defaultlib switches.
19128
19129         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
19130
19131 1999-10-31  Tor Lillqvist  <tml@iki.fi>
19132
19133         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
19134         EuroSign).
19135
19136         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
19137         same type as GdkWChar, especially on Win32.
19138
19139         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
19140
19141         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
19142         before passing to Windows GDI for drawing etc. Convert to the
19143         system default codepage before passing to Windows as window
19144         titles.
19145
19146         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
19147         support changing input locale on the fly.
19148
19149         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
19150         on-the-fly changes. Convert incoming characters from the current
19151         codepage to Unicode (and then to a UTF-8 multi-byte string) based
19152         on the current input language. Use keysym<->Unicode mapping tables
19153         and functions borrowed from xterm sources.
19154
19155         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
19156         editions of Win9x, use the ActiveX-based Active IMM (Input Method
19157         Manager) if available. IMEs and the Active IMM are available under
19158         the disguise of Chinese, Korean and Japanese support for IE and
19159         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
19160         support is present in all editions (as long as you install it).
19161
19162         Call DispatchMessage from gdk_events_queue() (and thus
19163         gdk_WindowProc()), instead of duplicating the code in
19164         gdk_WindowProc().
19165
19166         Reworked the grab handling and propagation code, factored out
19167         duplicated code snippets into separate functions. Other cleanups,
19168         too.
19169
19170         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
19171         the <dimm.h> header describing the Active IMM.
19172
19173         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
19174         just do the same as for "single" fonts.
19175
19176         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
19177         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
19178         the new keysyms from gdkkeysyms.h.
19179
19180         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
19181         fontset, so that gtkentry uses wide characters.
19182
19183         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
19184         GTk+'s system directory "gtk+", not "gtk".
19185
19186 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
19187
19188         * docs/gtkfaq.sgml: FAQ update
19189
19190 1999-10-21  Tor Lillqvist  <tml@iki.fi>
19191
19192         * gdk/win32/gdkprivate.h: Add more font private data.
19193
19194         * gdk/win32/gdkfont.c
19195         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
19196         fonts and strings. Now works much better. You still have to
19197         have a correct font selected, though. No fontset emulation yet.
19198
19199 1999-10-19  Tor Lillqvist  <tml@iki.fi>
19200
19201         * gtk/maketypes.awk: Use G_OS_WIN32.
19202
19203         * gtk/gtk.def: Add some missing entry points. Also some non-public
19204         ones, but PyGTK porter claims to need them.
19205
19206         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
19207         built-in type generation.
19208
19209 1999-10-14  Tor Lillqvist  <tml@iki.fi>
19210
19211         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
19212         GDK_FONT_FONT fonts (which is all we have for now, we don't
19213         emulate fontsets). The X11 version uses plain XDrawString in that
19214         case, too. The string passed to gdk_draw_text_wc seems to be in
19215         fact (at least, when used by gtkentry and gtktext) either in a
19216         single-byte charset, or a DBCS. Not Unicode.
19217
19218         This fixes the problem in gtkfontsel, where even if you had
19219         selected a font with a non-Latin1 charset (windows-greek, for
19220         instance), the preview still used Latin-1 glyphs.
19221
19222         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
19223         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
19224         (gdk_font_load): Recognize the demibold etc weights, even if we
19225         don't have the corresponding constants in the headers.
19226         (gdk_font_hash_insert): Use same hash mechanism as in the X11
19227         version. Should save font resources a bit, when we don't have
19228         multiple HFONTs for the same font.
19229
19230         * gdk/win32/gdkprivate.h: Add the names field as in the X11
19231         version.
19232
19233 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
19234
19235         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
19236         X values
19237
19238 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
19239
19240         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
19241         layout support (as mentioned on
19242         http://www.jcinteractive.com/gnome-ui/software/widgets/)
19243
19244 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
19245
19246         * gtk/fnmatch.c
19247         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
19248
19249 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
19250
19251         * configure.in (ALL_LINGUAS): Added Galician (gl)
19252
19253 1999-10-05  Tor Lillqvist  <tml@iki.fi>
19254
19255         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
19256
19257         * gdk/win32/gdkcompat.c: New file, actually provide an
19258         implementation for the deprecated functions. (Just temporarily.)
19259
19260         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
19261
19262         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
19263
19264         * gdk/win32/gdk.def gtk/gtk.def: Updates.
19265
19266 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
19267
19268         * configure.in: Added "uk" to ALL_LINGUAS.
19269         
19270 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
19271
19272         * configure.in: correct checking for BeOS check
19273
19274         * gdk/gdktypes.h
19275         * gtk/fnmatch.c
19276         * gtk/gtkfilesel.c
19277         * gtk/gtkitemfactory.c
19278         * gtk/gtkmain.[ch]
19279         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
19280
19281 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
19282
19283         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
19284         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
19285         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
19286         by Bulgarian). 
19287
19288 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
19289
19290         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
19291         Fix a reference to window_private->destroyed.   
19292
19293         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
19294         (ugly) setting of an internal GdkWindow member to use
19295         a _slightly_ cleaner macro.
19296
19297         * gdk/gdkprivate.h: Split GdkWindowPrivate into
19298         GdkDrawablePrivate and GdkWindowPrivate.
19299         Add extra macros for accessing GDK_DRAWABLE_ components.
19300
19301         * *.[ch]: Massive adjustments for the above, use the
19302         new macros in a lot of places.
19303
19304 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
19305
19306         * gdk/gdktypes.h: Make GdkDrawable the base type,
19307         not GdkWindow.
19308
19309 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
19310
19311         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
19312
19313 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
19314
19315         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
19316
19317 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
19318
19319         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
19320         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
19321
19322         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
19323
19324         * docs/gtk-config.1: Now autogenerated.
19325         * docs/Changes-1.4.txt: started
19326         
19327 1999-10-03  Tor Lillqvist  <tml@iki.fi>
19328
19329         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
19330         to #ifdef also here.
19331
19332         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
19333         Owen did to the X11 backend.
19334
19335         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
19336         ScrollWindowEx when blitting inside a window, it can't be correct
19337         in the general case.
19338
19339         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
19340         WM_GETMINMAXINFO is easier.
19341
19342         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
19343         depth equal to the bitspixel value, not the visual's depth.
19344
19345         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
19346         to 24 even if the bitspixel value is 32.
19347
19348         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
19349         need to check for depth==32 when bpp==32, depth will always be 24.
19350
19351 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
19352
19353         * docs/Changes-1.4.txt: Started
19354         
19355         * gtk/Makefile.am (gdk_headers): Include all the new headers.
19356
19357         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
19358         
19359         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
19360         into C file.
19361         
19362         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
19363         header to gdkinputprivate.h.
19364
19365         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
19366         unused since before 1.2.
19367
19368 1999-09-30  Tor Lillqvist  <tml@iki.fi>
19369
19370         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
19371         expand possible hex escapes in the font family (put there by
19372         logfont_to_xlfd if the font name isn't a legal XLFD font family,
19373         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
19374         On Win32, add hex escapes here, too.
19375
19376 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
19377
19378         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
19379         to #ifdef GDK_WINDOWING_X11.
19380
19381 [ Merges from gtk-1-2 ]
19382
19383 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
19384
19385         * configure.in: fixed "GNU Make" check to pass with new make version
19386         3.77.95.
19387
19388 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
19389
19390         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
19391         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
19392         AM_PATH_GTK() macros don't get confused by the -pre1.
19393
19394 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
19395
19396         * configure.in (REBUILD): Change check for perl5
19397           to check explicitely for v >= 5.002. (5.001
19398           does not work with our scripts.)
19399
19400 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
19401
19402         * configure.in: evaluate $PERL for the perl version check. added
19403         --disable-rebuilds to give the user an option to completely disable
19404         any source autogeneration rules.
19405
19406 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
19407
19408         * configure.in: evaluate $ac_make when checking for GNU Make.
19409
19410 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
19411
19412         * docs/Makefile.am: added generation.txt.
19413
19414         * Makefile.am: require automake 1.4, build README from README.in and
19415         INSTALL from INSTALL.in in dist-hook.
19416         
19417         * README.in:
19418         * INSTALL.in: new files to autogenerate README and INSTALL from.
19419
19420         * configure.in: figure whether we have GNU Make
19421
19422         * docs/generation.txt: minor additions/corrections.
19423
19424 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
19425
19426         * docs/gtkfaq.sgml: FAQ Update
19427
19428 July 30, 1999 Elliot Lee <sopwith@redhat.com>
19429         
19430         * configure.in: Fix autoconf warnings about cross compilation by
19431         trying to provide sane defaults for AC_TRY_RUN.
19432
19433 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
19434
19435         * ltconfig
19436         * ltmain.sh: upgrade to libtool 1.3.3
19437
19438 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
19439
19440         * INSTALL: Indicate that the --with-glib= configure
19441         time flag is unsupported.
19442
19443 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
19444
19445         * docs/generation.txt: Added a file that gives
19446         documenation about the autogeneration process for
19447         various autogenerated files.
19448         
19449 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
19450
19451         * configure.in (LIBS): Look for libgmodule in the
19452         right location.
19453
19454 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
19455
19456         * docs/gtk_tut.sgml: Removed references to
19457         code examples in my directory on gtk.org as
19458         they should all be in the tutorial now.
19459
19460         * docs/gtk_tut.sgml: Added sources for dial-test
19461         and scribble-xinput programs that were previously
19462         missing.
19463
19464 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
19465
19466         * TODO: Added entry about menu keyboard navigation, removed
19467         some finished items.
19468
19469 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
19470
19471         * acinclude.m4: Standardize on func_dgettext
19472         not func_gettext, so that the checks for dgettext
19473         actually are paid attention to.
19474
19475 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
19476
19477         * configure.in (LIBS): Add $INTLLIBS into $LIBS
19478         directly, rather than repeating the checks for
19479         gettext.
19480
19481         * INSTALL: Added information about gettext and
19482         NLS support.
19483
19484         * acinclude.m4 (LIBM): Check for dgettext, not
19485         just gettext. This should hopefully fix things wrt
19486         systems with old versions of GNU gettext installed.
19487
19488 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
19489
19490         * configure.in (LIBS): Look for libgmodule in the
19491         right location.
19492
19493 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
19494
19495         * autogen.sh: add --enable-maintainer-mode
19496
19497         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
19498
19499 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
19500
19501         * docs/gtk-config.1.in:
19502           docs/Makefile.am:
19503           configure.in: gtk-config is now generated.
19504
19505         * docs/gtk-config.1: Removed, now generated.
19506
19507 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
19508
19509         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
19510         handle CreateNotify itself, still put out a debuging message for
19511         --gdk-debug=events. made the ReparentNotify debugging message more
19512         verbose.
19513         wrap xcoords translation for ConfigureEvents into an error trap,
19514         a destroy event may already be pending, and in that case, the
19515         actuall coordinate values are not at all critical.
19516
19517 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
19518
19519         * gdk/gdkcc.c: Stop leaking the color_hash all over
19520         the place. Simplify and improve the logic.
19521
19522 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
19523
19524         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
19525         for prototypes and function implementations consistent (reported
19526         by Tomas Ogren).
19527
19528 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
19529
19530         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
19531         send_event set in debugging output.
19532         (gdk_compress_exposures): default initialize the event so we don't
19533         operate on bogus values (namely send_event).
19534
19535 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
19536
19537         * gdk/gdkwindow.c: When we receive an unexpected
19538         destroy notify on one of our windows, don't just
19539         warn about it, also mark our windows as destroyed.
19540
19541 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
19542
19543         * gdk/gdkfont.c (gdk_font_hash_insert): Add
19544           name => font and name => fontset hashes. The 
19545           name => fontset hash is a _big_ win since we
19546           weren't previously caching fontsets at all and loading
19547           fontsets is expensive. The name => font hash
19548           is less of a win, but it does save us from doing
19549           repeated XQueryFont calls on the same font.
19550
19551         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
19552           list so we can remove font/fontset from hash.
19553
19554 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
19555
19556         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
19557           and slightly confusing test. [ XInternAtom (,,TRUE)
19558           will never return None ].
19559
19560 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
19561
19562         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
19563           gdk/gdkwindow.c (gdk_window_set_hints):
19564
19565         Don't omit setting the properties if flags == 0 -
19566         there may be an existing set of properties there
19567         already. (Very old bug. Would it be better to
19568         delete the property instead?)
19569
19570         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
19571           spelling error in comment.
19572
19573 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
19574
19575         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
19576           to avoid stomping over gdk_error_warnings.
19577
19578         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
19579           as (bits_per_pixel + 7) / 8. This gives the same
19580           result as before for multiples of 8, but actually
19581           a "reasonable" value for 1bit or 4bit displays.
19582
19583 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
19584
19585         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
19586         GNU Make.
19587
19588 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
19589
19590         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
19591         discarding configure events.
19592
19593 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
19594
19595         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
19596         refcount is greater than zero.
19597
19598         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
19599
19600         * gdk/gdkfont.c (gdk_font_unref): Likewise.
19601
19602         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
19603
19604         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
19605
19606 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
19607
19608         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
19609         that format 32 => sizeof(item) == 4. It really is
19610         sizeof(long).
19611
19612 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
19613
19614         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
19615         core dump at all on X IO errors, only core dump
19616         if --enable-debug for X errors.
19617
19618 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
19619
19620         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
19621         unknown window:" message. disabled ConfigureNotify discarding code,
19622         because it led to events being processed out of order.
19623
19624 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
19625
19626         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
19627
19628         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
19629         we export this function, supress error warnings and don't reset the
19630         error code in the first half of this function.
19631
19632         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
19633         code (instead of just -1) so gdk_error_trap_pop() reveals something
19634         actually informative about the error that happened.
19635
19636         * gdk/*.c:
19637         don't rely on gdk_error_code being -1 if an error occoured, but just
19638         gdk_error_code != 0.
19639
19640 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
19641
19642         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
19643         pointer *before* invoking the filter function, so we at least don't
19644         crash if a filter is removed that is currently executed. window filters
19645         *really* need to be made truely reentrant at some point.
19646
19647 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
19648
19649         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
19650         PropertyNotify debug messages.
19651
19652 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
19653         
19654         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
19655         
19656         * gdk/gdkim.c: Fix cut-and-paste errors for 
19657         x/y and PreeditAttributes/StatusAttributes.
19658
19659 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
19660
19661         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
19662         G_MAXINT to 2^16 to alleviate overflow problems in
19663         various window managers.
19664
19665 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
19666
19667         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
19668         for fontsets.
19669
19670 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
19671
19672         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
19673         Initialize size_hints.x and size_hints.y because kwm
19674         brokenly pays attention to them.
19675         (Bug #1181 -  Lars Heete <hel@admin.de>)
19676
19677 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
19678
19679         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
19680         return value of gdk_list_visuals(). 
19681         (Bug #1193 - Morten Welinder <terra@diku.dk>)
19682
19683 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
19684
19685         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
19686         XSetIMValues to (void *) when comparing to NULL, to workaround
19687         the problem of some compilers barfing since older X headers don't
19688         have the prototype for it.
19689
19690 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
19691
19692         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
19693         for pseudocolor where colormap->colors was double
19694         allocated.
19695
19696         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
19697         color value in the hash table with the pixel filled
19698         in so when we do later hash table lookups, the color
19699         value is correct.
19700         
19701 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
19702
19703         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
19704         making the call
19705
19706 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
19707
19708         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
19709         pointed out by Morten Welinder <terra@diku.dk>.
19710
19711 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
19712
19713         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
19714           default filter from the list
19715
19716 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
19717
19718         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
19719           default filter from the list
19720
19721 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
19722
19723         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
19724
19725         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
19726         g_strdup_printf instead of calcing the length separately
19727
19728 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
19729
19730         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
19731         that we don't do in many other places. (Fixing duplicate 
19732         #include of config.h)
19733
19734         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
19735         Otherwise, #ifndef XINPUT_NONE check in the latter
19736         doesn't work. (Bug #546)
19737
19738 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
19739
19740         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
19741         "None" case insensitive.
19742
19743 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
19744
19745         * gdk/gdkselection.c: 
19746         Add error traps so if the other end of the connection
19747         dies, we survive.
19748
19749 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
19750
19751         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
19752         dest_xid field into two fields - one for the window
19753         to send in messages, one to indicate the last looked
19754         up window for caching purposes. This is needed, so
19755         that Leave messages get the correct window.
19756
19757 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
19758
19759         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
19760         Fix warning created by people mucking around
19761         with the gsource API.
19762
19763         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
19764         Change mapping between GIOCondition and GdkInputCondition
19765         to match the way the Linux kernel does it. This should
19766         fix problems where closed pipes were no longer signalling
19767         GDK_INPUT_READ on systems with a native poll().
19768
19769 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
19770
19771         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
19772         explicitly for the string "None" - it is in the XPM
19773         spec and some servers treat unknown colors in odd ways
19774         (like asking the user!)
19775
19776 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
19777
19778         * gdk/gdkevents.c: made "->" into a "." of previous change so
19779         it compiles
19780
19781 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
19782
19783         * gdk/gdkevents.c (gdk_compress_exposures): Set the
19784         window field of the event structure before calling
19785         user filters.
19786
19787 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
19788
19789         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
19790         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
19791
19792 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
19793
19794         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
19795         intermediate text property - prevents major memory
19796         leak when gdk_use_mb.
19797         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
19798
19799 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
19800
19801         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
19802         gtk-a-higuti-990322-[0-3]
19803
19804         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
19805         sizeof(wchar_t) != sizeof (GdkWChar)
19806
19807         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
19808         that was causing -DX_LOCALE not to work.
19809
19810         * gtk/gtkrc.c (gtk_rc_init):
19811         X_LOCALE will never have LC_MESSAGES defined
19812
19813         * gdk/gdk.c (gdk_init_check):
19814         Remove --xim-preedit and --xim-status from argv properly.
19815
19816         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
19817         that the client window is present on the X server
19818         before we pass it to the input method.
19819
19820 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
19821
19822         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
19823         if --display is specified on the command line, than
19824         the drag window will not be created on that display.
19825         
19826 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
19827
19828         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
19829         lookups with only_if_exists == TRUE were inserting
19830         bogus values into the atom cache.
19831
19832 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
19833
19834         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
19835         then reset it to NULL.
19836
19837         * gdk/gdkcolor.c:
19838         (gdk_colors_free): 
19839         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
19840         key for g_hash_table_remove() in both functions, this prevents us
19841         from accessing possibly uninitialized portions of a GdkColor structure
19842         where we are only interested in its pixel value.
19843
19844 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
19845
19846         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
19847         font hash table, if we have a GdkFontPrivate entry for this font
19848         already, simply increment its reference count, provided by Olaf Dietsche
19849         <olaf.dietsche+list.gtk@netcologne.de>.
19850
19851 1999-09-21  Tor Lillqvist  <tml@iki.fi>
19852
19853         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
19854         just to be sure.
19855
19856         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
19857         unused variables, leftovers from the X11 version.
19858
19859         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
19860
19861         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
19862         downcase fields on X11.
19863
19864 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
19865         
19866         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
19867         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
19868
19869 1999-09-17  Tor Lillqvist  <tml@iki.fi>
19870
19871         * gdk/win32/gdk.def: Add gdk_threads_mutex.
19872
19873         * gtk/makefile.msc: Correct path to libintl.
19874
19875         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
19876         use of gint vs. int, and gint vs. gboolean in headers and
19877         definitions. Use GtkType for the *_get_type functions. Note that
19878         these changes preserve binary compatibility.
19879
19880         * gdk/gdk.c
19881         * gdk/win32/gdk.c
19882         * gdk/gdk.h: Fix inconsistencies: gint vs int.
19883
19884         * gtk/gtkmain.c
19885         * gtk/gtkclist.c
19886         * gtk/gtkmenufactory.c
19887         * gtk/gtknotebook.c
19888         * gtk/gtkwidget.c: Fix inconsistencies, also gint
19889         vs. gboolean.
19890
19891         * gtk/gtkcolorsel.[ch]
19892         * gtk/gtkcombo.[ch]
19893         * gtk/gtkdrawingarea.[ch]
19894         * gtk/gtkgamma.[ch]
19895         * gtk/gtkhandlebox.[ch]
19896         * gtk/gtkhpaned.[ch]
19897         * gtk/gtkhruler.[ch]
19898         * gtk/gtkplug.[ch]
19899         * gtk/gtkpreview.[ch]
19900         * gtk/gtkruler.[ch]
19901         * gtk/gtksocket.[ch]
19902         * gtk/gtkstatusbar.[ch]
19903         * gtk/gtktoolbar.[ch]
19904         * gtk/gtkvbbox.[ch]
19905         * gtk/gtkvpaned.[ch]
19906         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
19907         functions.
19908
19909         * gtk/gtkgamma.h: Fix bug, missing () in call of
19910         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
19911
19912 1999-09-14  Tor Lillqvist  <tml@iki.fi>
19913
19914         * gdk/gdkcolor.c (gdk_colormap_new)
19915         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
19916         colormap->colors was allocated twice.
19917
19918         * gdk/win32/gdk.c: Remove some unused stuff.
19919
19920         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
19921         colormap.
19922
19923         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
19924         * gtk/gtklabel.h (gtk_label_get_type)
19925         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
19926         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
19927         in a couple of places, not guint.
19928
19929 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
19930
19931         * configure.in,po/et.po: added Estonian language file
19932
19933 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
19934
19935         * configure.in,po/da.po: added Danish file
19936
19937 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
19938
19939         * docs/gtkfaq.sgml: Minor FAQ Update
19940
19941 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
19942
19943         * docs/gtkfaq.sgml: FAQ update
19944
19945 1999-08-27  Tor Lillqvist  <tml@iki.fi>
19946
19947         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
19948         way to get window contents continually refreshed while resizing. I
19949         didn't like the effects myself, so it's not on by default.
19950
19951         * gdk/win32/gdkprivate.h: New flag variable
19952         gdk_event_func_from_window_proc, FALSE by default.
19953
19954         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
19955         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
19956         are passed --gdk-event-func-from-window-proc.
19957
19958         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
19959         and we have am event_func, call it instead of enqueing the event.
19960
19961 1999-08-23  Tor Lillqvist  <tml@iki.fi>
19962
19963         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
19964         Kelley: Set expose_count in GdkEventExposes correctly.
19965
19966         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
19967         MULTIPLE_WINDOW_CLASSES).
19968
19969         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
19970         for bug in NT, apparently NT *does* draw the end pixel, too, in
19971         LineTo with a one-pixel pen, so we don't have to do it ourselves.
19972
19973 1999-08-21  Tor Lillqvist  <tml@iki.fi>
19974
19975         Improvements by Hans Breuer: 
19976
19977         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
19978
19979         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
19980         CS_?REDRAW flags as they cause lots of (late) redraws when "show
19981         window contents while dragging" is turned on. Allocate at least
19982         one unique class for every GdkWindowType. If support for single
19983         window-specific icons is ever needed (eg. Dialog specific), every
19984         such window should get its own class.
19985
19986 1999-08-19  Tor Lillqvist  <tml@iki.fi>
19987
19988         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
19989         error that caused crashes.
19990
19991 1999-08-17  Tor Lillqvist  <tml@iki.fi>
19992
19993         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
19994         window, use ScrollWindowEx, and call UpdateWindow. This prevents
19995         bugs when for instance part of the window was outside the
19996         display. Thanks to Philippe Colantoni for finding and fixing this.
19997
19998 1999-08-16  Tor Lillqvist  <tml@iki.fi>
19999
20000         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
20001         endpoint calculations which were totally wrong. (A little RTFMing
20002         helps a lot ;-)
20003
20004         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
20005         from a separate directory, not from gettext, because of licensing
20006         issues (we want to use the LGPL version).
20007
20008         * README.win32: Mention the intl from glibc vs from gettext issue.
20009
20010 1999-08-13  Tor Lillqvist  <tml@iki.fi>
20011
20012         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
20013         in the key event handling: Now AltGr chars work again. Also,
20014         now Alt-digits are passed up as well as Control-digits.
20015         Pass keypad plus and minus as normal plus and minus.
20016
20017 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
20018
20019         * docs/gtkfaq.sgml: FAQ Update
20020
20021 1999-07-25  Tor Lillqvist  <tml@iki.fi>
20022
20023         * README.win32
20024         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
20025         the Wintab SDK.
20026
20027         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
20028         OK, but getting closer. Guard against bogus tilt data from Wacom
20029         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
20030         enable easier building without Wintab.
20031
20032         * gdk/win32/gdkinput.h
20033         * gdk/win32/gdkevents.c 
20034         * gdk/win32/gdkwindow.c: Minor changes related related to above.
20035         
20036         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
20037         code. As we have just one visual on Win32, no sense to have it in a
20038         table, and no need for the hash table.
20039
20040         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
20041         better on white background.
20042
20043 1999-07-21  Tor Lillqvist  <tml@iki.fi>
20044
20045         * README.win32: Update gcc build instructions. Mention gettext is
20046         GPL.
20047
20048         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
20049         supported cursor size with GetSystemMetrics.
20050
20051         * gdk/win32/gdkfont.c
20052         * gtk/gtkfontsel.c: Guard against some font weight and charset
20053         symbols being undefined (in mingw32 headers).
20054
20055         * gdk/win32/makefile.cygwin
20056         * gtk/makefile.cygwin
20057         * gtk/gtkthemes.c: No longer need to have differently named
20058         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
20059
20060 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
20061
20062         * docs/gtkfaq.sgml: Long awaited FAQ update.
20063
20064 1999-07-15  Tor Lillqvist  <tml@iki.fi>
20065
20066         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
20067         it. Obscure bit manipulation needed.
20068
20069         * gdk/win32/gdkevents.c: Logging.
20070         
20071         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
20072         style (file name include compiler name) for theme engines.
20073
20074 1999-07-13  Tor Lillqvist  <tml@iki.fi>
20075
20076         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
20077
20078         * gdk/win32/gdkevents.c: Fix long-standing bug in key
20079         events. The key.string wasn't zero-terminated, still we strdup'ed
20080         it in gdk_event_copy(). Synthesize crossing events for button
20081         events before possible propagation.
20082
20083         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
20084
20085         * gdk/win32/makefile.cygwin
20086         * gtk/makefile.cygwin: Use new DLL naming style for the
20087         GCC-compiled ones.
20088
20089         * gdk/win32/makefile.msc
20090         * gtk/makefile.msc: Cosmetics mostly.
20091
20092         * gtk/gtk.def: Add missing entry points.
20093
20094         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
20095
20096 1999-07-09  Tor Lillqvist  <tml@iki.fi>
20097
20098         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
20099         or height is zero. Don't print a warning if Pie or Arc fails, they
20100         always fail (?) for very narrow ellipses.
20101
20102         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
20103         the part or the destination window corresponding to source area
20104         outside of the source drawable's boundary.
20105
20106         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
20107         anything if less than two points.
20108
20109         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
20110         return NULL. Gtk cut-and-paste inside a single program works
20111         better this way. (It always gets the clipboard contents from
20112         Windows, not from its own copy, which is cleared anyway. I can't
20113         say I fully understand what happens... Emulating the X selection
20114         and property stuff is a bit of a mess.)
20115
20116         * gdk/win32/gdkevents.c
20117         * gdk/win32/gdkproperty.c: A bit more verbose logging.
20118
20119         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
20120         that never got deleted). Revamp gdk_region_shrink.
20121
20122         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
20123         after use.
20124
20125         * gtk/gtk.def: Add some missing entry points.
20126
20127         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
20128         component.
20129
20130 1999-07-04  Tor Lillqvist  <tml@iki.fi>
20131
20132         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
20133         Control-digits specially.
20134
20135 1999-07-03  Tor Lillqvist  <tml@iki.fi>
20136
20137         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
20138
20139 1999-06-28  Tor Lillqvist  <tml@iki.fi>
20140
20141         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
20142         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
20143         finding this.)
20144
20145 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
20146
20147         * gtk+.spec.in: Corrected some typos in files section.
20148         
20149 1999-06-15  Tor Lillqvist  <tml@iki.fi>
20150
20151         * README.win32: Mention using GNU gettext.
20152         * config.h.win32: Enable NLS stuff.
20153         * gtk/makefile.msc: Use GNU gettext.
20154         * gdk/win32/gdkdnd.c: Minor header reorg.
20155         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
20156         cosmetics.
20157         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
20158         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
20159
20160 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
20161
20162         * acinclude.m4
20163         * config.guess
20164         * config.status
20165         * ltconfig
20166         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
20167
20168 1999-05-30  Tor Lillqvist  <tml@iki.fi>
20169
20170         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
20171         SafeAdjustWindowRectEx. Don't override all calls to
20172         AdjustWindowRectEx by it, but use it only in two places: When
20173         creating a new top-level window and when moving a top-level
20174         window.
20175
20176         Use screen coordinate rectangle, not client rectangle, in
20177         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
20178         when we try to place a window so that the decoration (mainly,
20179         title bar) isn't visible.
20180
20181         These changes fix the bug that showed up for instance as the
20182         GIMP's saved top-level windows moving right and down (by an amount
20183         equal to the window decoration) for each session. This bug showed
20184         up also in testgtk's "Saved Position".
20185
20186         gdk_window_resize also redone a bit.
20187
20188 1999-05-25  Tor Lillqvist  <tml@iki.fi>
20189
20190         * gtk/testgtkrc: Add (commented out) Windows-style theme
20191         include line.
20192
20193         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
20194
20195 1999-05-18  Tor Lillqvist  <tml@iki.fi>
20196
20197         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
20198         gdkx.h to a gdk subdirectory, so that applications can include
20199         these with <gdk/*.h> without trouble.
20200
20201         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
20202         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
20203         have their bitmap destroyed.
20204
20205         * gdk/win32/gdk.def: Add gdk_root_parent.
20206
20207 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
20208
20209         * configure.in
20210           gtk-config.in
20211           ltconfig
20212           ltmain.sh     
20213           gtk/Makefile.am: changes to compile nicely (with xlib) 
20214           on BeOS
20215
20216 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
20217
20218         * acinclude.m4
20219         * config.guess
20220         * config.sub
20221         * ltconfig
20222         * ltmain.sh: upgrade to libtool 1.3
20223
20224 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
20225
20226         * gtk/gtkclist.c:
20227         * gtk/gtkctree.c: merges from gtk-1-2
20228
20229 1999-04-25  Tor Lillqvist  <tml@iki.fi>
20230
20231         Support added for building using a GNU toolchain on Win32,
20232         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
20233
20234         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
20235         * config.h.win32: Changes for gcc.
20236         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
20237         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
20238         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
20239         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
20240         Protect shl stuff unavaiilable with mingw32 headers.
20241         * gdk/win32/gdkevents.c: Fix typo.
20242         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
20243         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
20244         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
20245         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
20246         the mingw32 headers.
20247         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
20248         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
20249         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
20250         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
20251         Test for NATIVE_WIN32, not _MSC_VER.
20252         * gtk/gtkmain.c: No use warning about developer version on Win32,
20253         there aren't any non-developer versions anyhow.
20254         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
20255         * gtk/makefile.msc: Use pthread from another directory. Minor other
20256         changes. 
20257
20258 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
20259
20260         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
20261           default filter from the list
20262
20263 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
20264
20265         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
20266          when gtk_widget_grab_default() is called for a widget that
20267          is not within a GtkWindow.
20268
20269 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
20270
20271         * docs/gtk_tut.sgml, examples/clist.c: use a
20272           scrolled window in the clist example. Minor
20273           tutorial fixes.
20274
20275 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
20276
20277         * docs/gtk_tut.sgml: Style check from David King
20278           <dking@youvegotmail.net>
20279
20280 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
20281
20282         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
20283         compile with unknown value of GDK_WINDOWING
20284
20285 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
20286
20287         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
20288         after the rule is fired.
20289         (install-exec-local): Install gdkconfig.h only if the contents are
20290         different from the currently installed gdkconfig.h.
20291
20292 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
20293
20294         * gdk/Makefile.am (configexecincludedir): Rename from 
20295         configincludedir so that gdkconfig.h will be installed 
20296         as part of `make install-exec'. 
20297
20298 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
20299
20300         * acinclude.m4
20301         * config.guess
20302         * config.sub
20303         * ltconfig
20304         * ltmain.sh: upgrade to libtool 1.2f
20305
20306         * autogen.sh: libtool is not required to autogen gtk+
20307
20308         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
20309         needed)
20310
20311 1999-03-18  Tor Lillqvist  <tml@iki.fi>
20312
20313         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
20314         declaring gdk variables exported/imported from the DLL. New image
20315         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
20316         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
20317         GDK_DRAG_PROTO_OLE2.
20318
20319         * gdk/gdk.h: Merge in Win32 version: Two new functions,
20320         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
20321         declared only for the Win32 version, but could be in the X11
20322         version as well. (Needed for a Xlib-less gdk_imlib.)
20323         gdk_color_hash should have only one parameter. Declare
20324         gdk_threads_mutex with GDKVAR.
20325         
20326         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
20327         just one parameter.
20328
20329         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
20330         per pixel, not bits.
20331
20332         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
20333         Fetch bpp (which means bits-per-pixel here) from another place on
20334         Win32. Accept also depth==32 (which we might get on Win32) with
20335         bpp==32.
20336
20337         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
20338         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
20339         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
20340         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
20341         in the backend-dependent directory, not in the common gdk
20342         directory.
20343
20344         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
20345         headers.
20346
20347 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
20348
20349         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
20350         want to use the Gtk+ devel version (which is true, and yes - even i am
20351         currently working with the 1.2.x branch). so everyone reading this, you
20352         probably want to issue
20353         cvs checkout -r glib-1-2 glib
20354         and
20355         cvs checkout -r gtk-1-2 gtk+
20356         as your next two comands.
20357
20358 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
20359
20360         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
20361         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
20362
20363         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
20364         file. strongly deprecated the GTK_HAVE_* macros, we provide
20365         GTK_CHECK_VERSION() for people that need to check for certain
20366         Gtk+ versions.
20367
20368         * gtk/gtkcompat.h: removed this from CVS.
20369         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
20370         idea right from the start, it just didn't seem like that back then.
20371
20372 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
20373
20374         * merges from gtk-1-2:
20375
20376 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
20377
20378         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
20379         item factory class has been created.
20380         (gtk_item_factory_parse_rc): likewise.
20381
20382         * gtk/gtkmenu.c:
20383         keep proper references for old_active_menu_item.
20384         (gtk_menu_reparent): unset the usize of the new parent,
20385         so the menu can sanely be size requested and we don't get nasty screen
20386         artefacts upon next reparentation.
20387         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
20388         enter notify. only synthesize enter notifies if the pointer really is
20389         inside the event window.
20390         (gtk_menu_popdown): use gtk_menu_shell_deselect().
20391         (gtk_menu_popup): move the background setting stuff into
20392         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
20393
20394         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
20395         gtk_menu_shell_select_item() to select the new item.
20396         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
20397         do the right thing for deselection as well.
20398
20399 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
20400
20401         * gtk/gtkwidget.[hc]:
20402         (gtk_widget_accelerators_locked): return whether a widget's accelerators
20403         are locked.
20404
20405         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
20406         existing accelerators if the widget's accelerators are locked.
20407
20408 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
20409
20410         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
20411
20412         * gtk/gtkmenu.c: truely forward key press and key release events to
20413         the menu widget from the toplevel or tearoff window. we can't simply
20414         connect to that, we need to stop further processing of the events as
20415         well.
20416
20417 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
20418
20419         * gtk/gtkmenu.c:
20420         (gtk_menu_key_press): pass event->keyval, event->state to
20421         gtk_accelerator_valid, instead of event->keyval twice.
20422         refuse to install single letter accelerators for menus that use
20423         single letter shortcuts.
20424
20425         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
20426         gtk_menu_ensure_uline_accel_group().
20427
20428         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
20429         which will always return an uline accel group, made
20430         gtk_menu_get_uline_accel_group() return NULL if the group isn't
20431         yet created.
20432
20433 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
20434
20435         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
20436
20437         * gtk/gtkclist.c (gtk_clist_column_title_passive):
20438         Leave button sensitive, trap  button_press, button_release,
20439         motion_notify, enter_notify and leave_notify events instead.
20440         (gtk_clist_column_title_active): disconnect event handler.
20441         (gtk_clist_drag_data_get): fixed memory leak. Reported by
20442         Guillaume Laurent <glaurent@worldnet.fr>
20443
20444 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
20445
20446         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
20447         width/height mixups.
20448
20449         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
20450         if needed.
20451
20452 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
20453
20454         * gtk/testgtk.c (create_item_factory): unref the item factory after
20455         window's destruction.
20456
20457         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
20458         count on the menu shell around the menu item's activation, since the
20459         signal emission may cause menu shell destruction.
20460
20461         * gtk/gtkitemfactory.c:
20462         the previous code leaked one accel group per menu. we use
20463         gtk_menu_get_uline_accel_group() now to fix that, and with that
20464         also create the underline accelerator group of the menus only if
20465         required (i.e. an underline accelerator has been specified).
20466         (gtk_item_factory_construct):
20467         (gtk_item_factory_create_item): removed code that would create an
20468         extra accel group for the menu (and leak references).
20469         (gtk_item_factory_create_item): adapted the underline accelerator
20470         installation code to properly feature gtk_menu_get_uline_accel_group().
20471
20472         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
20473         menu->accel_group, this may return NULL if the accelerator group
20474         hasn't been set yet.
20475         added gtk_menu_get_uline_accel_group() to retrive the underline
20476         accelerator group of the menu, this will be created on demand
20477         and proper care is taken about its reference count.
20478
20479         * gtk/gtkitemfactory.h:
20480         * gtk/gtkitemfactory.c:
20481         dumped the approach of keeping a widgets by action list on the
20482         factory since the factory<->widget destroy negotiation didn't work
20483         and would be hard to get going at all. instead we keep a list of
20484         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
20485         persistant throughout a program's life time).
20486         also, i removed the static const gchar *key_* variables, and made
20487         them inline strings (they weren't actually used anyways).
20488         (gtk_item_factory_add_item): update ifactory->items.
20489         (gtk_item_factory_destroy): destroy ifactory->items (and remove
20490         the item factory pointer from the remaining ifactory widgets).
20491         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
20492         list to find the widget.
20493         (gtk_item_factory_get_item): new function that works around
20494         gtk_item_factory_get_widget() limitations, this function will only
20495         return menu items, even for <Branch> entries.
20496
20497 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
20498
20499         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
20500         font hash table, if we have a GdkFontPrivate entry for this font
20501         already, simply increment its reference count, provided by Olaf Dietsche
20502         <olaf.dietsche+list.gtk@netcologne.de>.
20503
20504         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
20505         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
20506
20507 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
20508
20509         * gtk/gtkcontainer.c:
20510         (gtk_container_add_with_args):
20511         (gtk_container_addv):
20512         (gtk_container_add): before adding a child to a conatiner, make sure
20513         it is (default) constructed, this is neccessary because under certain
20514         circumstances the child will get relized and mapped immediatedly, in
20515         which case it has to be constructed already.
20516
20517 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
20518
20519         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
20520         values > 1 as TRUE also.
20521
20522 1999-03-16  Tor Lillqvist  <tml@iki.fi>
20523
20524         * README.win32: New file.
20525                 
20526         * configure.in: Check for lstat.
20527
20528         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
20529         completeness.
20530
20531         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
20532
20533         * gtk/gtk.def: Removed CRs.
20534
20535         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
20536         ..\gdk\win32).
20537
20538         * gdk/win32/makefile.msc: Correct upwards relative paths.
20539         
20540 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
20541
20542         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
20543           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
20544           it was connecting a void function to expose_event and the int
20545           returning function to the draw signal
20546
20547 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
20548
20549         * configure.in:
20550         Use correct path to libgmodule.la when ref'ing uninstalled copy
20551         of glib.  (Already in stable branch, Bug #417)
20552
20553 1999-03-15  Tor Lillqvist  <tml@iki.fi>
20554
20555         Win32 merge and general portability stuff:
20556                 
20557         * acconfig.h,configure.in: Check for <sys/time.h>.
20558
20559         * gdk/win32: New directory (actually, been there for a while).
20560         
20561         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
20562         NATIVE_WIN32, and use these. Always case fold on Win32. No
20563         backslashed escapes on native Win32.
20564
20565         * gtk/{gtk.def,makefile.msc}: New files.
20566
20567         * gtk/Makefile.am: Add above new files.
20568         
20569         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
20570         instead of <strings.h>.
20571
20572         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
20573         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
20574         <unistd.h> appropriately.
20575
20576         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
20577         Use ABS() (from <glib.h>) instead of abs().
20578         
20579         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
20580         of gtk (and thus glib) headers, so that WIN32 will be
20581         defined. With MS C, include <direct.h> for mkdir prototype.
20582
20583         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
20584         some casts, needed by MS C.
20585
20586         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
20587         implemented).
20588
20589         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
20590         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
20591         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
20592
20593         * gtk/gtkmain.h: Mark variables for export/import on Win32.
20594                 
20595         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
20596         the event is not a hint, or its window is not the slider. Needed
20597         on Win32, at least.
20598
20599         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
20600         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
20601         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
20602         a subdirectory of the Windows directory as gtk system
20603         configuration directory.
20604
20605         * gtk/gtkselection.c: No chunks on Win32.
20606
20607         * gtk/gtksocket.c: Not implemented on Win32.
20608
20609         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
20610
20611         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
20612
20613         * gtk/maketypes.awk: Declare variables with a macro that expands to
20614         necessary export/import magic in the case of Win32.
20615                 
20616         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
20617
20618 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
20619
20620         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
20621         since those were meant only for gdki18n.h.  
20622         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
20623         for widechar tests.
20624         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
20625
20626 1999-03-13  Tor Lillqvist  <tml@iki.fi>
20627
20628         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
20629         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
20630
20631         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
20632         installed) to CFLAGS.
20633
20634         * gdk/Makefile.am: Add rules for gdkconfig.h.
20635
20636         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
20637         APIs.
20638
20639         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
20640         gdkx.h anyway when compiling for X11.
20641         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
20642         general): Merge in Win32 version.
20643         
20644         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
20645         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
20646         expansion (if we don't have HAVE_PWD_H), allow for drive
20647         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
20648         included code from Craig Setera's port to Win32 (the one that uses
20649         X11, and the cygwin dll), even if it probably will be abandoned.
20650
20651         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
20652         the user entered one herself.  This way one can complete *.h and
20653         don't get matches on any .help files, for instance.
20654         
20655 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
20656
20657         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
20658         font hash table, if we have a GdkFontPrivate entry for this font
20659         already, simply increment its reference count, provided by Olaf Dietsche
20660         <olaf.dietsche+list.gtk@netcologne.de>.
20661
20662         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
20663         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
20664
20665 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
20666
20667         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
20668         the number of calls to gdk_draw_point() (and thus to X) by
20669         clipping the points by hand.
20670
20671         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
20672         the clip parameter.
20673         (gtk_handle_box_paint): Only paint the handle if the expose area
20674         intersects it.
20675
20676 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
20677
20678         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
20679
20680 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
20681
20682         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
20683         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
20684
20685 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
20686
20687         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
20688          textmode (O_TEXT) for OS/2 version.
20689
20690 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
20691
20692         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
20693         GtkSpinButton, "input" and "output", to make the output more flexible.
20694         The user has to provide a mapping between adjustment->value and the
20695         output string (and vice versa, if the spin button is editable). 
20696         See testgtk for examples.
20697
20698 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
20699
20700         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
20701         new one.
20702         
20703         * configure.in: set gtk+ version to 1.3.0.