]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
b1581cf34e87902459aafe04b4c2277f17bb6c21
[~andy/gtk] / ChangeLog.pre-2-8
1 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
2
3         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
4         range.  Fix bug #55921
5
6         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
7         (#55920).
8
9 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
10
11         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
12         and gdk_keymap_get_current_direction().
13
14         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
15           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
16         the current locked group, use it to set the keymap
17         direction.
18
19         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
20         to determine whether we draw a split cursor or use
21         a jumping cursor based on the current direction.
22
23         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
24         Obey the split cursor setting. 
25
26 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
27
28         * gtk/gtkimmulticontext.c (activate_cb): Only activate
29         when toggling on, not when toggling off... (#55906)
30
31 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
32
33         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
34         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
35         in docs. (#55812, Vitaly Tishkov)
36
37 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
38
39         * demos/gtk-demo/main.c (create_tree): Changed signal name from
40         selection_changed to changed in signal connection to GtkTreeSelection,
41         also used g_signal_connectc since GtkTreeSelection is now a GObject.
42
43 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
44
45         * gtk/gtktreeselection.c: Now it's a GObject instead of a
46         GtkObject.  The GtkTreeSelection::selection_changed signal is now
47         the GtkTreeSelection::changed signal.
48
49         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
50         object.
51
52         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
53         object.
54
55 2001-06-07  Havoc Pennington  <hp@redhat.com>
56
57         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
58
59 2001-06-07  Havoc Pennington  <hp@redhat.com>
60         
61         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
62         (not tested yet because with absolute path to srcdir I can't build
63         atk, but it was broken anyway so this may help) 
64
65 2001-06-07  Havoc Pennington  <hp@redhat.com>
66
67         * configure.in: output m4macros/Makefile
68         
69 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
70
71         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
72         buttons.  Fixes #55460 reported by matthiasc@poet.de.
73
74 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
75
76         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
77         expansion/collapsing so it only happens in one place.
78         (gtk_tree_view_real_expand_row): ditto.
79
80 2001-06-07  Havoc Pennington  <hp@redhat.com>
81
82         * tests/Makefile.am: add missing -I flag
83
84         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
85
86         * configure.in: use pkg-config to see if GModule is
87         supported; fix to properly turn on included loaders 
88         when GModule isn't supported; don't use AC_CHECK_LIB 
89         when libs are not installed yet
90
91         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
92
93         * Makefile.am (SUBDIRS): add m4macros subdir
94
95         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
96         dependencies also.
97
98 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
99
100         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
101         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
102
103 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
104
105         * gtk/gtktreeview.c
106         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
107         bindings to expand and collapse rows.
108         (gtk_tree_view_real_select_cursor_parent): New key binding.
109         (gtk_tree_view_real_toggle_cursor_row): New key binding.
110
111         * gtk/gtkmarshal.list: new
112         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
113
114 2001-06-06  Havoc Pennington  <hp@redhat.com>
115
116         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
117
118         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
119         Down to move visually rather than logically, since it confuses 
120         people. Add -/+ and Ctrl--/+ bindings for logical movement.
121
122 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
123
124         * gtk/gtktooltips.h: Include gtkwidget.h 
125         (#55798, Karl Nelson)
126
127         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
128         a valid latin-1 character. (Marc Lehmann, #35467)
129
130         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
131         (Marc Lehmann, #35467)
132         
133 2001-06-05  Alex Larsson  <alexl@redhat.com>
134
135         * demos/gtk-demo/appwindow.c (do_appwindow):
136         Don't swap the order of the args to gtk_widget_destroyed.
137
138         * tests/testgtk.c (destroy_properties):
139         Don't crash when the properties window is destroyed.
140
141         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
142         Use with_mnemonics to handle the case of stock items with
143         underscores in them.
144
145 2001-06-05  Havoc Pennington  <hp@redhat.com>
146
147         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
148         gtk_text_iter_reorder
149
150 2001-06-05  Havoc Pennington  <hp@redhat.com>
151
152         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
153
154 2001-06-05  Havoc Pennington  <hp@redhat.com>
155
156         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
157         to the range that was set
158
159         * gtk/gtkrange.c: add value_changed signal, primarily 
160         intended for use with GtkScale
161         (gtk_range_set_increments): new function
162         (gtk_range_set_range): new function with weird name
163         (gtk_range_set_value): new function
164         (gtk_range_get_value): new function
165
166         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
167         from gtk_spin_button_get_value_as_float(). Compat #define
168         added for get_value_as_float.
169
170         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
171
172         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
173
174 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
175
176         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
177
178 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
179
180         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
181
182         * tests/testgtk.c (create_tooltips): Remove usage of
183         gtk_widget_set().
184
185 2001-06-05  Havoc Pennington  <hp@redhat.com>
186
187         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
188
189         Applying patch from Jeff Franks, with function docs added.
190         
191         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
192         remove call to set_mnemonic_widget, change docs a bit.  
193
194         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
195         new function
196
197         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
198         new function
199
200         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
201
202         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
203         function
204         (gtk_radio_button_new_with_mnemonic_from_widget): new function
205
206         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
207         new function
208
209         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
210         function        
211
212         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
213         auto-selection of mnemonic widget.
214
215 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
216
217         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
218         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
219         (gtk_tree_view_column_set_min_width): ditto.
220
221 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
222
223         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
224         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
225
226 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
227
228         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
229         gtk_clist_thaw().
230
231 2001-06-04  Havoc Pennington  <hp@pobox.com>
232
233         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
234         releases for buttons 6, 7
235
236 2001-06-04  Havoc Pennington  <hp@redhat.com>
237
238         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
239         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
240         #55562
241
242 2001-06-04  Havoc Pennington  <hp@redhat.com>
243
244         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
245         where text_view->layout == NULL by assuming its size is 0, 
246         i.e. same as if we haven't done any reflow. Reported by 
247         Hidetoshi Tajima #55448 
248
249 2001-06-04  Havoc Pennington  <hp@redhat.com>
250
251         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
252         and 7 for scroll left/right, from Thomas Broyer
253
254 2001-05-10  Havoc Pennington  <hp@redhat.com>
255
256         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
257         we need to parse the xsetting as if it were an RC file string.
258
259         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
260         value of palette from settings, not from static variable
261
262         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
263         xsettings translation table
264
265         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
266         hardcoding the toolbar style conflicts with new customizable 
267         toolbar style philosophy
268         (gtk_toolbar_class_init): add settings for default toolbar style;
269         these are used unless the app specifically forces a toolbar style
270
271         * gtk/gtksettings.c (settings_install_property_parser): only
272         return at the start if we warn and parser == NULL
273
274         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
275         palette changed handler so we don't notify dead color selections
276
277         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
278         xthickness/ythickness of 0 or 1 properly 
279         (gtk_default_draw_resize_grip): clear the background behind the
280         resize grips, and align to bottom right if we square the 
281         area to be drawn.
282
283         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
284         statusbar label to 1, so it doesn't make toplevels resize oddly
285         (gtk_statusbar_size_request): add grip size to request
286         (gtk_statusbar_size_allocate): hack so the hbox still works with 
287         the grip size in the request
288
289         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
290         bug where showing all on a toplevel makes the toolbar 
291         button text appear despite the toolbar mode
292
293         * gtk/gtkmenubar.c: add internal padding style property
294
295         * gtk/gtktoolbar.c: Add internal padding style property; add
296         shadow type style property
297
298         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
299         state; and put Container::border_width outside the frame
300
301         * gtk/gtktextview.c: don't draw focus rectangle if we're in
302         interior focus mode, we just use blinking cursor
303
304 2001-06-04  Havoc Pennington  <hp@redhat.com>
305
306         * configure.in: Make gdk-pixbuf have same version number as GTK
307
308 2001-06-04  Havoc Pennington  <hp@redhat.com>
309
310         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
311         digits greater than 6. If there actually are limits (which there
312         likely aren't), should clamp to them not warn.
313         (gtk_spin_button_new_with_range): don't take log of 0
314         (gtk_spin_button_size_request): use digits to compute size
315         request, rather than step increment.
316
317         * tests/testgtk.c (create_spins): test larger values of digits
318         
319         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
320         font on map not expose, so we don't get weirdness during scrolling
321
322 2001-06-04  Havoc Pennington  <hp@redhat.com>
323
324         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
325         Sam Solon, bug #54577, update value even if not drawable.
326
327 2001-06-04  Havoc Pennington  <hp@redhat.com>
328
329         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
330         SCROLL_LEFT, reported by Thomas Broyer.
331
332 2001-06-04  Havoc Pennington  <hp@redhat.com>
333
334         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
335         Process updates immediately, to prevent funny lag effect
336         when scrolling, at some mild potential efficiency cost.
337
338 2001-06-04  Havoc Pennington  <hp@redhat.com>
339
340         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
341         slider on the click.
342
343 2001-06-03  Havoc Pennington  <hp@pobox.com>
344
345         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
346         hscale/vscale details, so we can use it for scrollbar as well.
347
348         * tests/testgtk.c (reformat_value): honor digits from GtkScale
349
350         * gtk/gtkenums.h (GtkTroughType): Remove this enum
351         (GtkScrollType): add START and END from GtkTroughType
352
353         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
354         its x/y arguments
355
356         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
357         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
358         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
359         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
360         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
361
362         Notable changes in the process:
363          
364         - stepper_size style property is the height for vertical 
365           ranges, width for horizontal; the other dimension matches
366           the trough size
367         - add ability to do NeXT-style steppers (and several other styles
368           that don't make any sense)
369         - added min_slider_length, fixed_slider_length properties to
370           GtkScrollbar
371         - cleaned some private (or at least useless) functions out of
372           gtkscale.h    
373         - moved bindings to GtkScale from subclasses, even arrow keys,
374           since blind users don't know scale orientation.
375         - change move_slider action signal to use new GtkScrollType,
376           remove GtkTroughType argument
377         - digits rounds the values a range will input to the given 
378           number of decimals, but will not try to force adjustment 
379           values set by other controllers. That is, we no longer
380           modify adjustment->value inside a value_changed handler.
381         - added getters for GtkScale setters
382         - middle-click begins a slider drag
383         
384 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
385
386         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
387         getting the focus code to work.
388         (gtk_tree_view_class_init): Add a bunch of keybindings.
389
390         * gtk/gtktreeviewcolumn.c
391         (gtk_tree_view_column_set_cell_data_func):
392         s/GtkCellDataFunc/GtkTreeCellDataFunc.
393         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
394         of "properties_changed" to help justify the death of the latter
395         signal. (-:
396
397         * tests/testtreefocus.c (main): Let some columns be focussable to
398         test focus better.
399
400 2001-06-01  Havoc Pennington  <hp@redhat.com>
401
402         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
403         
404         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
405         overwrite in overwrite mode if we already deleted the selection
406         and replaced it with new text.  
407
408         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
409         selection to an empty range, clear the clipboard if we owned it.
410         (gtk_label_set_selectable): give up selection if we become
411         unselectable.
412         (gtk_label_state_changed): override state changed to unselect text
413         when insensitive
414         (get_text_callback): add paranoia check that indexes aren't
415         outside of label->text
416         (gtk_label_select_region): make -1 for start_offset mean "end of
417         label," for consistency with GtkEditable
418
419         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
420         GTK_DIALOG_NO_SEPARATOR flag
421
422 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
423
424         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
425         notifications on non-existant "enable_arrow_keys".
426         (#53753, Skip Montanaro)
427
428 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
429
430         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
431         GDK_TYPE_RECTANGLE.
432
433         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
434         of allocation argument be GDK_TYPE_RECTANGLE.
435
436 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
437
438         * gtk/gtkoptionmenu.c: Account for the fact that the border
439         width is _outside_ the window. (Fixes #54585, bug found
440         by Bastien Nocera.)
441
442 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
443
444         * gtk/gtksettings.c (gtk_settings_get_property): Validate
445         value from GDK settings against parameter spec.
446
447         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
448         to temporary values and use g_value_transform(), since
449         thinking that GValue was going to be easy or efficient
450         to use was, of course, a mistake.
451
452         * gtk/gtksettings.c: Add cursor blink setting.
453         
454         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
455
456         * gtk/gtkentry.c: Add cursor blinking.
457
458         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
459         cursor blink global settings.
460
461         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
462         for :text_position in places where it is missing.
463
464 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
465
466         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
467
468 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
469
470         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
471         not pkg-config. (#51032)
472
473         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
474         (fixes #51952, James Henstridge)
475         
476 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
477
478         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
479         Rename to the more correct gtk-go-up.
480
481         * gtk/stock-icons/stock_menu_sort_ascending.png:
482         Added new file.
483         
484         * gtk/stock-icons/stock_menu_sort_descending.png:
485         Changed to show descending instead of ascending.
486
487         * gtk/gtkiconfactory.c:
488         Added menu size icon to sort ascending.
489
490         * gtk/stock-icons/Makefile.am:
491         Added stock_menu_sort_ascending.png.
492         
493         * gtk/gtkseparatormenuitem.c:
494         Use correct typenames.
495
496 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
497
498         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
499         gulong as in GSignal.
500
501 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
502
503         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
504         instances of GtkCellRenderer in code (all but dnd icon code).
505         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
506         there, and I can do multiple Cells per column.
507
508         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
509
510         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
511         when model was unreffed prior to removing the row reference.
512
513 2001-05-25  Havoc Pennington  <hp@redhat.com>
514
515         * gtk/gtkiconfactory.c: fix so that default icons are created if 
516         you call gtk_stock_list_ids()
517
518         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
519         in list
520
521 2001-05-25  Havoc Pennington  <hp@redhat.com>
522
523         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
524         set can render without falling back to missing image icon
525
526         * gtk/gtktextview.c (gtk_text_view_size_request): request full
527         size of text, instead of random values
528
529         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
530         size of tree view, instead of random values
531
532         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
533         image in an appropriate size
534
535         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
536         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
537
538         Throughout: fix GTK_STOCK_BUTTON_ instances
539         
540         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
541         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
542         Add a bunch of new stock items/icons
543
544         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
545         new function, convenience for inserting columns with a data func
546
547         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
548         (_gtk_icon_factory_list_ids): use list of all factories to
549         generate a list of all known IDs
550
551         * gtk/gtkstock.c (gtk_stock_list_ids): replace
552         gtk_stock_list_items() with a function that returns all IDs known
553         including those for GtkIconFactory.
554
555 2001-05-25  Hans Breuer  <hans@breuer.org>
556
557         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
558         work -> check boxes and radio buttons are drawn now, even on win9x.
559         Improved line settings a bit, still no clue how to get really dotted
560         lines on win9x, on NT it's PS_ALTERNATE.
561
562         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
563         GDK_HINT_MIN_SIZE as well
564
565         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
566
567         * gtk/gtk.def : updated
568
569         * gtk/gtktreeprivate.h : change column_drop_func to be a function
570         pointer not a function pointer pointer
571
572         * tests/testdnd.c : include <stdlib.h> for putenv prototype
573
574         * tests/testsocket.c : made it compile on win32 again
575
576         * tests/makefile.msc : one more test-app uses prop-editor.obj
577
578 2001-05-22  Havoc Pennington  <hp@pobox.com>
579
580         * gtk/gtkbin.c (gtk_bin_get_child): New function
581
582 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
583
584         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
585         to ignore when doing compose processing.
586
587 2001-05-22  Joe Shaw  <joe@ximian.com>
588
589         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
590         Simplify as suggested by Havoc. Just get the last iter and work
591         backward to the tag instead of getting a line and working back from
592         there. Fixes passing in an invalid offset to
593         iter_init_from_byte_offset().
594
595 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
596
597         * gtk/gtktreeview*.h: 
598         * gtk/gtkcell*.h:
599         * gtk/gtk*store.h:
600         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
601         macros to all objects.
602
603 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
604
605         * gtk/gtkcellrenderertext.c
606         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
607         with very large (TM) amounts of text.  May be moved to
608         GtkCellRenderer in the future, though I'm not sure it wants to be
609         this accessible.
610
611         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
612         More sanity brought to this class.  I like it.
613
614         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
615         case.  Kids, don't try this at home.
616
617         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
618         convenience function.
619
620         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
621
622 2001-05-21  Alexander Larsson  <alexl@redhat.com>
623
624         * gtk/gtkfontsel.c:
625         Added properties. Based on patch by Lee Mallabone.
626
627         * gtk/gtkruler.c:
628         * gtk/gtkhruler.c:
629         * gtk/gtkvruler.c:
630         * gtk/gtktext.c:
631         * gtk/gtktextview.c:
632         Converted GtkArg to GParam. Based on patches by John Margaglione.
633
634         * tests/Makefile.am:
635         * tests/testtext.c:
636         Add a property editor to testtext.
637         
638 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
639
640         * gtk/gtk{h,v,}paned.c: Only show the separator if 
641
642         * configure.in: Fixed reversed conditional causing all image
643         libraries to be linked in.
644
645 2001-05-21  Joe Shaw  <joe@ximian.com>
646
647         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
648         that top_y needs to be >= 0.
649
650 2001-05-11  Havoc Pennington  <hp@pobox.com>
651         
652         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
653         losing connection to the X server.
654
655 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
656
657         * configure.in: Start checks for X from pangox/pangoxft
658         CFLAGS to avoid duplicate libraries.
659
660         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
661
662         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
663         to include gobject.
664         
665 2001-05-18  Alexander Larsson  <alexl@redhat.com>
666
667         * gtk/gtkspinbutton.c:
668         Convert GtkArgs to GParams. Based on patch by John Margaglione.
669         Also do size request reasonable for MAXDOUBLE. Previously it printed
670         the limits to a buffer and overran it. Instead do it using log10() and
671         limit the width to 10 digits.
672         
673         * gtk/gtkwidget.c (gtk_widget_get_property):
674         Correctly handle setting the parent property to NULL.
675
676 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
677
678         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
679         style attributes even if the widget isn't realized.
680
681         * demos/gtk-demo/main.c: Use a slightly smaller font.
682
683 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
684
685         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
686         This is something that only a widget writer would ever want
687         to change.
688
689         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
690         gtk_signal_emit_by_name().
691
692         * gtk/gtkviewport.c: Fix some warnings.
693
694         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
695         allowing the requisitions of multiple widgets to be grouped
696         together.
697
698         * tests/testgtk.c: Add GtkSizeGroup test
699
700         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
701
702         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
703         warnings.
704
705         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
706
707 2001-04-28  Martin Baulig  <baulig@suse.de>
708
709         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
710         to gtk_image_menu_item_set_icon() and made it work if there's already
711         an image.
712         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
713         (gtk_image_menu_item_new_with_label): New function.
714
715 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
716
717         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
718         highlighting code!!!!  The result is okay so long as you don't try
719         to stress it.  It also highlights a bug in the TextView so it's in
720         an unproportional font right now until it's fixed.
721
722         *demos/gtk-demo/*.c: Clean up code a bit to make it
723         ugly-parser(TM) friendly. (-:
724
725 2001-05-17  Joe Shaw  <joe@ximian.com>
726
727         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
728         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
729         if it is only partially onscreen.
730
731 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
732
733         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
734         not by characters.
735
736         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
737         are not zero or one; that is, when graphemes of multiple characters
738         are involved.
739
740         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
741         FIXME.
742
743 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
744         
745         * gtk/gtkbbox.c:
746         Add properties, based on patch by Lee Mallabone.
747
748         * gtk/gtknotebook.c:
749         * gtk/gtktoolbar.c:
750         Convert from GtkArg to GParam, based on patch by John Margaglione.
751         
752         * gtk/gtkhscale.c:
753         * gtk/gtkvscale.c:
754         * gtk/gtkhscrollbar.c:
755         * gtk/gtkvscrollbar.c:
756         * gtk/gtkrange.c:
757         Move adjustment property to GtkRange.
758
759         * gtk/gtklabel.c:
760         Setup mnemonics on property changes
761
762         * gtk/gtkwidget.c (gtk_widget_get_property):
763         GdkExtensionMode is an enum, not a flag. Set it with
764         g_value_set_enum ().
765
766         * tests/prop-editor.c:
767         Better propery editor.
768
769         * tests/testgtk.c:
770         Add new property test. Pass zero to the property editor to
771         get properties from all derived types.
772         
773 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
774
775         * autogen.sh (have_automake): Require libtool-1.4,
776         automake-1.4p1.
777
778         * acinclude.m4: Remove libtool macros.
779
780         * gdk-pixbuf/Makefile.am: Add dependencies to loade
781         modules.
782
783         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
784         for libgdk.
785
786         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
787         libgdk.la for libgtk.
788
789         * modules/input/Makefile.am: Make modules have full
790         dependencies.
791
792 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
793
794         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
795         #54699 where paths weren't being checked for correctness.
796
797 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
798
799         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
800         in any order you wan, whether or not the column is added to the
801         tree, or the tree is realized.  Yay!
802
803         * gtk/gtktreeviewcolumn.c
804         (gtk_tree_view_column_setup_sort_column_id_callback): handle
805         sorting columns a lot saner
806
807         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
808         new function to actually set wether or not a column is
809         reorderable.
810
811         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
812         if we have 'em.
813
814         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
815         Fix nasty bug where we were showing the button just before
816         realizing it.  As a result, the parent window was
817         tree_view->window instead of tree_view->priv->header_window.
818
819         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
820         to let you easily reorder a list or tree.
821
822 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
823
824         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
825         from args to properties.
826
827 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
828
829         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
830         from args to properties. (#51957)
831
832         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
833         calls to after ->set_property call.
834
835 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
836
837         * tests/prop-editor.c: Block against redundant changes.
838
839         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
840         properties.
841
842 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
843
844         * gdk/gdkpixmap.h: Remove creative formatting.
845
846 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
847
848         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
849         property API. (#51669)
850
851         * gtk/gtkscale.c: Patch from John Margaglione converting to
852         property API. (#51891)
853
854         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
855         to property API. (#50985)
856
857 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
858
859         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
860         buffering state across expose event, so we still call end_paint().
861
862 2001-05-11  Alexander Larsson  <alexl@redhat.com>
863
864         * gtk/gtkhsv.c (paint_triangle):
865         Expose the ring in the triangle at the correct place when
866         exposing just a part of the triangle.
867
868         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
869         Return FALSE, or window focusing will not work.
870
871 2001-05-11  Havoc Pennington  <hp@pobox.com>
872
873         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
874         #54144
875
876         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
877         bug #54330
878
879 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
880
881         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
882         propagate exposes to NULL child.
883
884         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
885         against not having one of the scrollbars.
886
887         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
888         we don't keep a mnemonic window if we have no mnemonic installed.
889
890 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
891
892         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
893         it has the _important_ side effect of initializing a class.
894
895 2001-05-10  Alexander Larsson  <alexl@redhat.com>
896
897         * gdk/linux-fb/gdkprivate-fb.h:
898         Make sure you can compile out the implementation/wrapper assert
899         macros.
900
901         * gdk/linux-fb/gdkdrawable-fb2.c:
902         Check implementation/wrappers, initialize type for pixmap dummys.
903
904         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
905         Hide the cursor if reading from the screen.
906
907         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
908         Fix sign bug in tiling code.
909
910         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
911         Handle background pixmaps.
912
913 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
914
915         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
916         function to let user control where columns are dragged.
917
918         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
919         Escape is pressed.
920
921 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
922
923         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
924         "columns_changed" signal.
925         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
926         motion code to draw arrows to the side if indicator is outside the
927         widget.
928         (gtk_tree_view_map_expanded_rows): Implement.
929
930 2001-05-07  Alexander Larsson  <alexl@redhat.com>
931
932         * demos/testpixbuf-save.c: 
933         * demos/testpixbuf-drawable.c:
934         Include gdkfb.h on linux-fb.
935
936 2001-05-07  Alexander Larsson  <alexl@redhat.com>
937
938         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
939         New function for getting toplevel window at position.
940         (gdk_drag_find_window): Use get_toplevel_window () instead
941         of gdk_window_get_pointer(). (gdk_drag_status): Use
942         correct context for getting window.
943
944         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
945         g_strdup the atom name.
946
947         * gdk/linux-fb/gdkwindow-fb.c:
948         Costmetic fix.
949
950         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
951         Add code for changing cursor on linux-fb backend (same as
952         win32).
953
954 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
955
956         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
957         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
958         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
959         report was not for the development branch of GTK+, but it applies
960         anyways).
961
962 2001-05-04  Havoc Pennington  <hp@redhat.com>
963
964         * configure.in: fix some shell typos
965
966         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
967
968         * gtk/gtkimage.c: handle animations
969
970         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
971         border_width * 2, not just border_width
972
973         * gtk/gtkscale.c: add "format_value" signal to allow people
974         to override the way values are drawn.
975         (gtk_scale_get_value_size): fix width/height mistake,
976         and compute size from actual displayed text, not 
977         from made-up text.
978
979         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
980         signal registration
981
982         * tests/testtext.c: Add "Remove all tags" menu item for testing
983
984         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
985
986         * demos/gtk-demo/main.c (main): add hack so we can find modules
987         without installing gtk
988
989         * demos/gtk-demo/textview.c (insert_text): demo font scaling
990
991         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
992         factor)
993         (gtk_cell_renderer_text_set_property): remove some bogus
994         g_object_notify
995
996         * gtk/gtktexttag.c: add "scale" property which is a font scaling
997         factor
998
999         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
1000         to layout
1001
1002         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
1003         gtk_text_iter_is_first
1004
1005 2001-01-06  Hans Breuer  <hans@breuer.org>
1006
1007         * gdk/gdk.def : updated exports
1008
1009         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
1010         gdk won't compile anymore
1011  
1012         * gdk/win32/gdkevents-win32.c : initialize ret_val when
1013         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
1014         Improved gdk_flush () to not only do pending drawing operations
1015         but also process all currently pending events. This should make
1016         the behaviour more similar to the X11 version.  
1017
1018         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
1019         option needs to be set even if there is no GDK_GC_BACKGROUND.
1020         (gdk_win32_hdc_get) : use predraw_set_background () independent
1021         of value_mask. This allows to draw dashed lines leaving the original
1022         background intact.
1023
1024         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
1025         after processing, because we can't reuse it as the X11 version does.
1026
1027         * gtk/gtk.def : updated exports
1028
1029         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
1030         would like to get rid of this file again, and use straight
1031         makefile.msc again, as the other Gtk+ subdirs do)
1032
1033         * test/makefile.msc (new file) : build the test apps here
1034
1035 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
1036
1037         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
1038         strike-through setting
1039         (gdk_draw_layout_line_with_colors): Render strike-through
1040
1041 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
1042
1043         * Release 1.3.5
1044
1045         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
1046
1047         * NEWS: Updated
1048
1049         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
1050         Makefile breakage.
1051
1052 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
1053
1054         * demos/gtk-demo/images.c (progressive_timeout): Fix
1055         typo in filename.
1056
1057         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
1058         out FIXME warning; just too annoying.
1059
1060 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
1061
1062         * gdk/linux-fb/gdkcolor-fb.c:
1063         Better error messages.
1064
1065         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
1066         Initialize abs_x and abs_y.
1067         
1068         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
1069         Correct handling of stipple offset.
1070
1071         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
1072         Treat directcolor framebuffers as truecolor.
1073         
1074 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
1075
1076         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
1077         dependency on Atk for accessibility support.
1078
1079         * configure.in **/Makefile.am: Major reworking of substituted
1080         variables for CFLAGS/LIBS to make a lot more sane and 
1081         keep the the compile/link lines a bit shorter.
1082
1083         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
1084
1085 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
1086
1087         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
1088         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
1089         use _gtk_boolean_handled_accumulator.
1090
1091 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
1092
1093         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
1094         to fix things so clicking inside selection leaves cursor
1095         at point where clicked. (#50324)
1096
1097         * gtk/gtksettings.c (gtk_settings_class_init): Restore
1098         sane value for default double click time.
1099
1100         * tests/testtext.c (test_init): Really path to input modules.
1101
1102 2001-05-03  Sven Neumann  <sven@convergence.de>
1103
1104         * demos/testpixbuf-save.c: include target-specific headers as
1105         done in testpixbuf-drawable.c
1106
1107 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
1108
1109         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
1110         new_text_length appropriately when we run into the 
1111         size limit for the entry. (#53445, reported by Jeff Franks)
1112
1113         * tests/testgtk.c (create_entry): Remove most of the
1114         property toggle buttons. Replace with a "Props" button
1115         that brings up a property editor.
1116
1117         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
1118         Split the property editor code out for reuse, improve.
1119
1120 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
1121
1122         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
1123         trap errors around calls to XSetInputFocus since we have
1124         no way of knowing reliably whether we are viewable or
1125         not. (#53947)
1126
1127 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
1128
1129         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1130         fix bug in dropping columns.  Moving columns now basically works
1131         modula some fine tuning.
1132
1133 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
1134
1135         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
1136         autoscroll support.  It mostly works, but could use some fine
1137         tuning.
1138         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1139         Actually move the column.
1140
1141 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
1142
1143         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
1144           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
1145           New default theme! A slighly improved version of the 2.0 Raleigh
1146           theme, with Windows-esque focus/drawing default. 
1147           (GtkWidget::interior_focus defaults to TRUE.)
1148
1149         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
1150
1151 2001-04-30  Havoc Pennington  <hp@pobox.com>
1152
1153         * tests/testtext.c (line_numbers_expose): fix to work with
1154         gtk_paint_layout change
1155
1156 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1157
1158         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
1159           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
1160           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
1161           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
1162
1163         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
1164           with GtkWidget::interior_focus = TRUE better.
1165
1166         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
1167         ::default_outside_border for more flexibility.
1168
1169         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
1170         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
1171         change that had to be made with g_object_get.
1172
1173 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
1174
1175         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
1176         (gtk_tree_view_move_column_after): Clean up interface. 
1177
1178 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
1179
1180         * gtk/gtkpacker.h:
1181         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
1182          to gtkenum.h.
1183
1184         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
1185         handled in switch).
1186
1187         * gtk/Makefile.am:
1188         (gtk.defs): generate enum portions with  glib-mkenums.
1189         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
1190         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
1191         
1192         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
1193         addition.
1194
1195         * docs/Changes-2.0.txt: keep a note on signal handlers now
1196         not getting emitted during the emission they were connected within.
1197
1198 2001-04-28  Havoc Pennington  <hp@pobox.com>
1199
1200         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
1201
1202 2001-04-24  Havoc Pennington  <hp@redhat.com>
1203
1204         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
1205         (gtk_text_layout_move_iter_to_next_line): fix these two for
1206         invisible text, lots of other stuff still hosed.
1207
1208         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
1209         new function, replaces the get/set palette stuff. This function 
1210         is intended for use by libgnomeui which should set the hook to a
1211         thing which sets the palette in GConf, and we need the
1212         GConf-to-xsettings proxy which will result in the change being
1213         propagated back to the GTK app.
1214
1215         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
1216         about unusable signals that it may be because the signal has 
1217         parameters.
1218
1219         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
1220         style, otherwise gtkrc.c won't know to create a new GtkStyle for
1221         it.
1222         (gtk_widget_modify_color_component): call
1223         gtk_widget_modify_style() so the rc style will get copied.
1224         (gtk_widget_modify_font): ditto
1225
1226         * gtk/gtkrc.c: make a couple variables static
1227
1228         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
1229         help button by default, since it does nothing
1230
1231         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
1232         around with UI
1233
1234         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
1235         so we can have tooltips
1236
1237         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
1238         can have tooltips
1239
1240         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
1241         GDK_ENABLE_BROKEN, because its memory behavior is completely
1242         hosed.
1243
1244         * gtk/gtknotebook.c: remove key press handler, replace with
1245         binding set, add numeric keypad support
1246
1247         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
1248
1249         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
1250
1251         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
1252         addition to plain Delete
1253
1254         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
1255         GDK_KP_Enter in addition to GDK_Return
1256
1257         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
1258         activate on entry instead of key press
1259         (gtk_font_selection_on_clist_key_press): get
1260         rid of this signal handler, not needed with new font sel.
1261
1262         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
1263         no-longer-needed emit_stop_by_name(), just return TRUE
1264
1265         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
1266         cruft, this widget is no longer focusable.
1267
1268         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
1269         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
1270         move_slider action signal, add binding set for vscale/hscale, in
1271         the process support numeric keypad
1272
1273         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
1274         make GDK_Return and GDK_KP_Enter activate the entry via 
1275         binding set, instead of hardcoded.
1276
1277 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
1278
1279         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
1280         code.  Some documentation added.
1281
1282 2001-04-27  Havoc Pennington  <hp@redhat.com>
1283
1284         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
1285
1286         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
1287
1288         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
1289         line/para separators
1290         (gtk_entry_create_layout): set single paragraph mode on the layout
1291
1292         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
1293         spacing between the image and label; instead, inside a button box 
1294         the button will get extra space that will go there, but if people 
1295         configure button box for 0 chubbiness, then there's no spacing.
1296
1297         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
1298         and min/max size style properties, so people can tune their
1299         chubbiness.
1300
1301         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
1302         functions
1303
1304         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
1305         space_style, and button_relief into style properties, remove
1306         functions for setting them
1307         
1308         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
1309         it back down
1310
1311         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
1312         types from gtk_widget_style_get
1313
1314         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
1315         with a style property.
1316
1317         * gdk/x11/gdkevents-x11.c: namespace the settings
1318
1319         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
1320
1321         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
1322         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
1323         be used. Also, translate doc strings for settings. Also, namespace
1324         the double-click-time property. Also, remove bell properties crap.
1325
1326 2001-04-27  Sven Neumann  <sven@gimp.org>
1327
1328         * Makefile.am: before creating links, check if pkg-config files
1329         exist for the default target. Otherwise link to the pkg-config files
1330         that got installed with this build.
1331
1332 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
1333
1334         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
1335         dragging code.  Revealed some (potential) GdkWindow bugs.
1336
1337         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
1338         _gdk_window_init_position to the end of reparent to fix the case
1339         of reparenting when new_x != old_x and new_y != old_y.
1340
1341 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
1342
1343         * gtk/gtkentry.c (strstr_len): Fix optimization that
1344         was correct for the use here, but completely incorrect
1345         in general.
1346
1347 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
1348
1349         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
1350         until patch adding gtk_window_set_size() is recommitted. 
1351
1352         * **Makefile.am configure.in gdk/x11/gdkim-11.c
1353           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
1354           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
1355           (#10784)
1356
1357 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
1358
1359         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
1360         window == NULL in a number of cases.
1361
1362         * tests/testdnd.c: Set module path for gdk-pixbuf.
1363
1364 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
1365
1366         * gtk/Makefile.am xembed.h: File containing #defines
1367         for XEMBED protocol.
1368
1369         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
1370
1371         - Change protocol from old plug/socket specific protocol
1372           to XEMBED draft
1373         - Various fixes to work with GTK+-2.0
1374
1375         Still quite a bit of work to do here to handle initiation
1376         from the socket side (as specified by XEMBED), to handle
1377         the more advanced features of XEMBED, and to figure out
1378         a good way to handle same-app embedding with less overhead
1379         than using full XEMBED.
1380
1381 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
1382
1383         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
1384         track of whether the toplevel has the focus; only send
1385         focus-in events to the focus widget when the window
1386         actually has the focus.
1387
1388 2001-04-25  Havoc Pennington  <hp@pobox.com>
1389
1390         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
1391         were still in the header
1392
1393 2001-04-24  Alexander Larsson  <alexl@redhat.com>
1394
1395         * gtk/gtkclist.[ch]:
1396         * gtk/gtkctree.c:
1397         When there is a row highlighted for D'n'D it must alse
1398         be painted hightlighted on exposes. Otherwise exposes from
1399         the icon being dragged will mess up the hightlight.
1400
1401         * gtk/gtkfontsel.c:
1402         Don't recenter selected font when exposing the font family
1403         clist. This means you can now actually scroll the font family
1404         list.
1405
1406         * gtk/gtknotebook.c:
1407         Fix focus movement on scrolling tabs that are placed on the left
1408         and right.
1409
1410 2001-04-21  Havoc Pennington  <hp@pobox.com>
1411
1412         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
1413         empty/invisible lines.
1414
1415         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
1416         (gtk_text_iter_set_visible_line_index): new functions to set
1417         indexes excluding invisible text
1418
1419         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
1420         index
1421
1422         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
1423         (gtk_text_iter_get_visible_line_offset): new functions to 
1424         get indexes excluding invisible text
1425
1426         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
1427         bunch of extra padding that served no purpose
1428
1429         * gtk/gtkdialog.c: Make all the spacings configurable via style
1430         properties, for chubbiness configuration in themes
1431
1432         * tests/testtext.c: fix path to the immodules.
1433         
1434 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
1435
1436         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
1437         got munched by #endif.
1438
1439         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
1440
1441         * gtk/gtktreeview.c: Refactored code to clean up a number of
1442         events.
1443
1444         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
1445         values to make consistent with other functions.  Spotted by Jeff
1446         Franks <jcf@tpg.com.au>.
1447
1448         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
1449         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
1450
1451 2001-04-23  Sven Neumann  <sven@gimp.org>
1452
1453         * gtk/Makefile.am
1454         * gtk/gtkplug.c
1455         * gtk/gtksocket.c: on request of Owen, reverted my last change 
1456         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
1457
1458 2001-04-23  Sven Neumann  <sven@gimp.org>
1459
1460         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
1461         compile for non-X11 targets again
1462
1463 2001-04-20  Alexander Larsson  <alexl@redhat.com>
1464
1465         * gtk/gtkcolorsel.[ch]:
1466         API Change. Take GdkColor arguments instead of gdouble *.
1467         Leave the old gtk_color_selection_set_color for compatibility,
1468         but marked deprecated.
1469         Do correct rounding when converting RGB <-> HSV.
1470         
1471         * gtk/gtkcolorseldialog.c:
1472         * tests/testgtk.c:
1473         Use new GtkColorSelection API.
1474
1475         * gtk/gtkhsv.c:
1476         Fix problem selecting colors in triangle when Hue is 330.
1477         Fix some black dots around the HSB triangle.
1478         
1479         * gtk/gtkfilesel.c:
1480         return FALSE from the focus_in_event handler to fix focus problems.
1481
1482 2001-04-18  Havoc Pennington  <hp@redhat.com>
1483
1484         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
1485         set, so keybindings are configurable    
1486         (gtk_window_activate_default): Change to activate the focus widget
1487         instead if there's a focus widget, to be consistent with the
1488         behavior that previously existed in key_press_event
1489
1490 2001-04-18  Havoc Pennington  <hp@redhat.com>
1491
1492         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
1493
1494 2001-04-18  Havoc Pennington  <hp@redhat.com>
1495
1496         Close bug #50615:
1497         
1498         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
1499         the layout
1500
1501         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
1502
1503         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
1504
1505         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
1506         
1507         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
1508         to blue for base, in addition to bg
1509         
1510 2001-04-18  Havoc Pennington  <hp@redhat.com>
1511
1512         * tests/testgtk.c (create_image): allow shrinking the image window
1513         to test that we clip to allocation.
1514
1515         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
1516         #9845
1517
1518         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
1519
1520 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
1521
1522         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
1523         mode on shm segments to 0600. We'll see who complains.
1524
1525         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
1526         _gdk_windowing_window_destroy() AFTER recursing through
1527         children.
1528
1529         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
1530         testsocket_child on X.
1531
1532         * tests/testsocket[_child].c: Fix uses of
1533         gtk_window_get_default_accel_group().
1534
1535         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
1536
1537         * gdk/gdkimage.c: (gdk_image_get):
1538         Deal with the possibility that XGetImage() might return NULL.
1539         Allocate the GdkImagePrivate structure only after XGetImage()
1540         succeeds in order not to dereference a NULL ximage pointer.  This
1541         prevents a core dump when XGetImage() fails - which is unlikely,
1542         but can happen due to race conditions accessing the geometries of
1543         drawables.  An x error will still be triggered, but the gdk image
1544         wrapper at least wont seg fault.
1545         
1546 2001-04-18  Havoc Pennington  <hp@redhat.com>
1547
1548         * gtk/gtkimage.c: fix to properly queue resizes when the image is
1549         set
1550
1551         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
1552         if the insertion point isn't editable
1553
1554         * demos/gtk-demo/images.c: Added a GtkImage demo
1555
1556         * demos/gtk-demo/drawingarea.c: drawing area demo
1557         
1558         * demos/gtk-demo/menus.c (create_menu): cleanups
1559
1560 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
1561
1562         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
1563           gdk/x11/gdkevents-x11.c: Introduce an extra child
1564         of toplevel windows that serves to hold the focus to
1565         avoid events being delivered to embedded windows.
1566
1567         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
1568         some extra variables to clean up code and reduce the
1569         number of casts.
1570
1571         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
1572         guint for 1 bit bit fields, not gboolean.
1573
1574 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
1575
1576         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
1577         not TRUE. (Fixes #52925)
1578
1579 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
1580
1581         * Released 1.3.4
1582
1583         * NEWS: Updated
1584
1585         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
1586         use GTK_TYPE_ENUM.
1587
1588 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
1589
1590         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
1591
1592         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
1593         names to compatibility #defines so docs work.
1594
1595         * gtk/gtkenums.h: Remove GtkMenuFactoryType
1596
1597         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
1598
1599         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
1600
1601         * tests/testgtkrc: No magenta cursors, please.
1602
1603         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
1604
1605         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
1606         
1607 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
1608
1609         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
1610         grabs, since they are no longer necessary.
1611
1612         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
1613         by signal_connect() and call gtk_button_pressed() rather
1614         than signal_connect_after().
1615
1616         * tests/testgtk.c: Restore radio menu items to combos 
1617         since they'll look OK with Raleigh, and it is easier
1618         than finishing the process of removing them that was
1619         started earlier.
1620
1621 2001-04-16  Hans Breuer  <hans@breuer.org>
1622
1623         * gdk/gdk.def :
1624         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
1625
1626         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
1627         we are interested in the functions return value not the function address
1628         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
1629
1630         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
1631
1632 2001-04-14  Hans Breuer  <hans@breuer.org>
1633
1634         * gdk/gdk.def :
1635         * gdk/makefile.msc : updated
1636
1637         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
1638         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
1639         (the testgtk::text backgound pixmap is drawn again)
1640         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
1641         Win32 Pango change
1642         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
1643
1644         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
1645         Not sure if the returned settings have the right unit, because I couldn't
1646         find any docs for the X version ...
1647
1648         * gtk/gtk.def :
1649         * gtk/makefile.msc.in : updated
1650
1651 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
1652
1653         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
1654         wording problems. (Compared to version from Johannes Stezenbach to
1655         check correctness.)
1656
1657 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
1658
1659         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
1660         this to compile.
1661
1662 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
1663
1664         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
1665         not pixbufpos.
1666
1667         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
1668
1669         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
1670         are unsigned insts, therefore use g_value_set_uint.
1671         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
1672
1673 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
1674
1675         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
1676
1677         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
1678         GTK_TYPE_STRING.
1679
1680         * gtk/gtktreeview.c: New functions to allow initial column
1681         dragging work.
1682
1683         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
1684
1685         * tests/testtreefocus.c: give dave some love.
1686
1687         * tests/testtreesort.c: Modify test to check really long samples.
1688
1689 2001-04-11  Alexander Larsson  <alexl@redhat.com>
1690
1691         * gtk-2.0.m4: Pass pkg-config options
1692         before the other args so it works even if
1693         POSIXLY_CORRECT is set.
1694
1695 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
1696
1697         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
1698         0, interface 0).
1699
1700 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
1701
1702         * gtk/gtkcalendar.c (gtk_calendar_button_press):
1703         check for action_func != NULL
1704
1705 2001-04-04  Sven Neumann  <sven@gimp.org>
1706
1707         * tests/testgtk.c (test_init): corrected path to gtk.immodules
1708
1709 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
1710
1711         * Released Gtk+-1.3.3.
1712
1713 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
1714
1715         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
1716
1717 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
1718
1719         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
1720         files to/from source dir. (if we don't stay in builddir, we
1721         can't reach make-inline-pixbuf.
1722
1723         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
1724         deps.
1725
1726         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
1727         ages 0).
1728
1729 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
1730
1731         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
1732         moved to the GtkTreeSortable interface.
1733
1734         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
1735         Make more efficient (fixes #50262).
1736
1737 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
1738
1739         * NEWS: Updated.
1740
1741         * configure.in: Remove support for uninstalled glib.
1742
1743         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
1744         so as not to stop emission.
1745
1746         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
1747         is no longer supported.
1748
1749         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
1750         into tests, change build order to build modules before
1751         gtk/.
1752
1753         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
1754         to here.
1755
1756 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
1757
1758         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
1759         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
1760         GPatternSpec. this is actually unlikely to cause breakage in
1761         third-party apps since except for gle, pretty much ever caller
1762         passes NULL here.
1763
1764         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
1765
1766         * *.c: use g_pattern_*() API.
1767
1768         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
1769
1770         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
1771         directions aren't passed in.
1772
1773         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
1774         functionality to be usable from gtkstyle.c as well, give precedence
1775         for conversion to user-supplied parsers.
1776         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
1777
1778         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
1779         _gtk_settings_parse_convert() for rcporperty value conversion.
1780
1781 2001-04-03  Alexander Larsson  <alexl@redhat.com>
1782
1783         * gdk/linux-fb/gdkevents-fb.c:
1784         Add empty gdk_setting_get().
1785
1786 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
1787
1788         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
1789         variable names.
1790         
1791         * gtk/makeenums.pl: touch this so enum files get remade.
1792
1793 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
1794
1795         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
1796         work again when not sorted.
1797
1798         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
1799         and "expand_row" signal, closing bug 52578.
1800
1801         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
1802         support.
1803
1804         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
1805         support.
1806
1807 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1808
1809         * gdk/gdkevents.h: Add GdkEventSetting event for notification
1810         of changes to system settings, gdk_setting_get() to retrieve
1811         a single system setting.
1812
1813         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
1814         to the draft XSETTINGS mechanism.
1815
1816         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
1817         XSETTINGS.
1818
1819         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
1820         of GDK settings changes to the GtkSettings object.
1821
1822         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
1823         double-click-timeout property to GDK.
1824
1825         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
1826         Define GDK boxed types here.
1827
1828         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
1829         gdk/gdkenumtypes.[ch] for enum definitions.
1830
1831         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
1832         * gtk/gtk-boxed.defs: Comment out GDK types
1833         * gtk/gtktypeutils.h: Remove GDK types
1834         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
1835
1836 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
1837
1838         * Applied patch from Ron Steinke to add signal accumulators
1839         so that signals with the convention 'TRUE return means
1840         handled' stop emission on a TRUE return.
1841
1842         * gtk/gtkmain.[ch]: Add private accumulator 
1843         _gtk_boolean_handled_accumulator, used throughout GTK+.
1844         
1845         * gtk/gtkspinbutton.c: Add accumulator for ::output.
1846
1847         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
1848         
1849         * gtk/gtkwidget.c: Add accumulators for event signals,
1850         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
1851         for ::mnemonic-activate.
1852
1853         * gtk/gtkwindow.c: Add accumulator for ::frame_event
1854
1855 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
1856
1857         * gtk/gtkwidget.c: Add missing include.
1858
1859 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
1860
1861         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
1862         marshaller.
1863
1864         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
1865         "changed" signal to "range_changed".
1866
1867         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
1868         removing a tree from one model would remove all trees from that
1869         model.
1870         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
1871         changed signal instead.
1872
1873 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
1874
1875         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
1876         chaining up to parent impl, since we have a INPUT_ONLY
1877         window.
1878
1879         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
1880         foreground color for the cursor.
1881
1882 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
1883
1884         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
1885         param spec when caching property values, since we unref it
1886         later when we free the style.
1887
1888         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
1889         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
1890
1891 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
1892
1893         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
1894         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
1895         stupidity.
1896
1897 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
1898
1899         [ First pass at adding style properties. Still needs some definite
1900         fine-tuning. ]
1901
1902         * gtk/gtkbutton.c: Add ::default_spacing style property.
1903          
1904         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
1905         ::indicator_spacing style properties.
1906
1907         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
1908         style properties.
1909
1910         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
1911         rather than a normal property.
1912
1913         * gtk/gtkwidget.c: Add an ::interior_focus style property to
1914         draw focus inside buttons, in the Windows/Java Metal/etc. style.
1915
1916         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
1917         Honor ::interior_focus.
1918         
1919         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
1920         TRUE.
1921
1922         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
1923         Add ::slider_width, ::trough_border, ::stepper_size,
1924         ::stepper_spacing style properties.
1925
1926         * gtk/gtkscale.[ch] Add ::slider-length style property.
1927
1928 2001-04-02 Alexander Larsson   <alexl@redhat.com>
1929
1930         * gdk/linux-fb/gdkwindow-fb.c:
1931         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
1932         warnings that were spewed on startup.
1933
1934         * gtk/gtkwindow-decorate.c:
1935         gtk_window_reposition -> _gtk_window_reposition
1936
1937 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
1938
1939         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1940         Add boxed type for GtkRequistion. Use it for ::size-request.
1941
1942         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1943         Add a new GtkBorder structure useful for geometry properties
1944         for widgets. Add corresponding GTK_TYPE_BORDER.
1945         
1946         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
1947         Support automatic parser selection like
1948         gtk_settings_install_property_parser().
1949
1950         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
1951         functionality for use by gtk_widget_class_install_style_property.
1952         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
1953
1954 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
1955
1956         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
1957         g_param_spec_unichar(). 
1958
1959 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
1960
1961         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
1962         _NET window managers.
1963
1964         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
1965
1966 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
1967
1968         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
1969         bad needs to be nuked, not just deprecated.
1970
1971         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
1972         gtk_widget_popup().
1973
1974         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
1975         
1976         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
1977         widget.
1978         
1979         * docs/Changes-2.0.txt: updates.
1980         
1981 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
1982
1983         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
1984         for (i = 0; i < 100; i ++)
1985           g_print ("I will confirm it compile before committing\n");
1986
1987 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
1988
1989         * gtk/gtktreestore.c: Initial work on implementing the
1990         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
1991
1992 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
1993
1994         * gtk/gtkwidget.c: fixed a bunch of notifications, added
1995         reference counts around emissions where the widget is used afterwards.
1996         added freeze/thaws around multiple properties being notified.
1997         (_gtk_widget_get_aux_info): cleanups.
1998         
1999         * gtk/gtksettings.c (gtk_settings_install_property): provide
2000         default parsing functions for gdkcolor, enums and flags.
2001
2002         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
2003         applied by owen.
2004         backed out gtk_window_get_location(), gtk_window_set_location(),
2005         gtk_window_get_size() and gtk_window_set_size(), these
2006         have to be sorted out wrg x/y/width/height/default_with/default_height
2007         properties.
2008         kept a flag in GtkWindowGeometryInfo to handle user
2009         resetting default sizes.
2010         cleaned up ZVT comments.
2011         bunch of assorted bug fixes, notification fixes.
2012         (_gtk_window_reposition): make this a really internal function.
2013         
2014         * gtk/testgtk.c: fixups.
2015         
2016 2001-03-31  Hans Breuer  <hans@breuer.org>
2017
2018         * config.h.win32.in : disable USE_MMX for msvc build cause
2019         the assembler doesn't fit and is out of my scope. Disable
2020         USE_GMODULE for msvc build as wel. The right way to share
2021         binaries on win32 would be to use libtiff.dll etc. To reduce
2022         installation hassles IMO it's better to include all fileformats
2023         builtin to gdk-pixbuf
2024
2025         * gdk-pixbuf/makefile.msc : new file
2026
2027         * gdk/gdk.def : updated
2028
2029         * gdk/win32/gdkevents-win32.c : don't erase the background if
2030         .no_bg is set. It improves the scrolling (e.g. of testgtk main
2031         buttons
2032         * gdk/win32/gdkgeometry-win32.c : added comment about the above
2033
2034         * gdk/win32/gdkwindow-win32.c : added three new functions like
2035         the X version. Only one is implemented, because the other two
2036         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
2037         be default behaviour on win32 anyway ...
2038
2039         * gtk/gtk.def : updated
2040
2041         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
2042         from where it was built and add an additional rule to automagically
2043         build gtkmarshal.[hc]
2044
2045         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
2046         before array access for the current entry isn't finished
2047
2048         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
2049         use g_return_val_if_fail
2050
2051         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
2052         for the static array, but let the compiler calculate it. It
2053         makes me wonder if gcc isn't capable to catch bugs like this ...
2054
2055 2001-03-31  James Henstridge  <james@daa.com.au>
2056
2057         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
2058         constant "-1" in the aux info structure.
2059
2060 2001-03-30  Alexander Larsson  <alexl@redhat.com>
2061
2062         * gtk/gtkbutton.c (gtk_button_get_property):
2063         * gtk/gtklabel.c:
2064         Remove leaks.
2065         
2066         * gtk/gtkcontainer.c:
2067         * gtk/gtkhscale.c:
2068         * gtk/gtkhscrollbar.c:
2069         * gtk/gtklayout.c:
2070         * gtk/gtkmisc.c:
2071         * gtk/gtkprogress.c:
2072         * gtk/gtkprogressbar.c:
2073         * gtk/gtkrange.c:
2074         * gtk/gtktable.c:
2075         * gtk/gtkviewport.c:
2076         * gtk/gtkvscale.c:
2077         * gtk/gtkvscrollbar.c:
2078         * gtk/gtkwidget.c:
2079         Property patches, based on patches from John Margaglione and Lee Mallabone.
2080
2081 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
2082
2083         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
2084         adjustment. Cleaned redundant preconditions (spin != NULL). Added
2085         inline API function docs.
2086         (gtk_spin_button_new_with_range): New convenience constructor.
2087         (gtk_spin_button_set_increments): New adjustment helper.
2088         (gtk_spin_button_set_range): New adjustment helper.
2089
2090         * gtk/testgtk.c : added test of the new convenince constructor and
2091         value_changed signals.
2092
2093 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
2094
2095         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
2096         listen to the reorder signal.
2097
2098 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
2099
2100         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
2101         to get the aux info structure fo the widget.
2102
2103         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
2104         above function.
2105
2106         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
2107
2108         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
2109         to get the size of the window manager frame, basically the same
2110         code that gdk_window_get_root_origin() had
2111         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
2112
2113         * gtk/gtkwindow.c (gtk_window_set_default_size): use
2114         gdk_window_resize() if the window is realized and resizeable
2115
2116         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
2117         typo so that setting gravity works
2118
2119         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
2120         allocation if auto_shrink is on, even if the default size
2121         has not changed.
2122
2123         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
2124         g_return_if_fail
2125
2126 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
2127
2128         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
2129         reordering/sorting work.  Now pretty much works.
2130
2131         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
2132         reorder mostly work.  Still need to get the parity correct.
2133
2134         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
2135         signal, so I can listen for the sort_column_changed signal so I
2136         can change my "sort_indicator" property.  Cool.
2137
2138 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
2139
2140         [ Patch from Havoc Pennington, hp@redhat.com ]
2141
2142         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
2143         Add functions gdk_window_begin_resize_drag/begin_move_drag
2144         to start resizing or moving a toplevel window. This
2145         is done either using the _NET_WM_MOVERESIZE protocol,
2146         or, if that isn't present, by emulation.
2147
2148         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
2149         to export the above to GTK+-land.
2150
2151         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
2152         
2153         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
2154         Move this function into gdkwindow, since we need it
2155         when implementing fallback resizing.
2156
2157         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
2158         Fix typo when setting gravity.
2159
2160         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
2161         Add an optional (but on by default) resize grip for resizing 
2162         the parent window.
2163
2164 01-03-29  Alexander Larsson  <alexl@redhat.com>
2165
2166         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
2167         Don't return TRUE from the event handler, that blocks all
2168         event signals on the tooltip widget. Now you can press buttons
2169         in toolbars again.
2170
2171 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
2172
2173         * gtk/testtext.c (create_buffer): Add missing NULL on
2174         valist.
2175
2176         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
2177         c-n-p problem with INCONSISTENT property.
2178
2179         [ Patch from Havoc Pennington  <hp@redhat.com> ]
2180
2181         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
2182         hook.
2183
2184         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
2185         signal as a hook for extending the default popup menu
2186
2187         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2188         use radio menu items for the input method menuitems
2189
2190         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
2191         inserted unicode from Ctrl-Shift-hex input method
2192
2193         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
2194         validatation here, already done at GtkTextBuffer level.
2195
2196         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
2197         popup_menu run action signal and Shift+F10 and Menu keybindings.
2198
2199         * gtk/gtkentry.c: implement a default handler for popup_menu
2200
2201         * gtk/gtktextview.c: implement a default handler for popup_menu
2202
2203         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
2204         from a key event
2205         
2206         * gtk/gtklabel.c: remove "trailer" cruft
2207
2208 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
2209
2210         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
2211         handle reordering of trees.  Seems to mostly work w/ the exception
2212         of the parity flag.
2213
2214         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
2215         signal.
2216
2217 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
2218
2219         * gtk/gtkwidget.h: c++ fixes.
2220
2221 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
2222
2223         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
2224         memory.
2225
2226 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
2227
2228         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
2229         Nils Barth fixing event return values. (#51041)
2230
2231         * gtk/gtkwidget.c: Fix some return values for default
2232         functions.
2233
2234         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
2235         return values for trough_keys functions.
2236
2237         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
2238         value for add_accelerator (shoudl have been a void
2239         return.)
2240
2241         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
2242         Fix return type of EVENT.
2243
2244         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
2245         signal return a boolean.
2246
2247 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
2248
2249         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
2250         reordered signal.
2251
2252         * tests/testtreesort.c (main): fix spelling.
2253
2254 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
2255
2256         * gtk/gtkliststore.c: More work on implementing sortable
2257         interface.
2258
2259 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
2260
2261         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
2262         reference the widgets in the resulting list. (#11821)
2263         This makes this consistent with gtk_container_children.
2264
2265         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
2266         uses of gtk_window_list_toplevels.
2267
2268 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
2269
2270         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
2271         a virtual function to set whether the IM context should use 
2272         the preedit string. (#51922)
2273         
2274 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
2275
2276         * gdk/gdkpango.h: Remove stale FIXME comment.
2277
2278 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
2279
2280         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
2281         Fixed bug that returned NULL if a filename was selected.
2282
2283 2001-03-24  Havoc Pennington  <hp@pobox.com>
2284
2285         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
2286         to contain the word "theme"
2287
2288 2001-03-24  Havoc Pennington  <hp@pobox.com>
2289
2290         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
2291         slower but finer-grained
2292         (gtk_hsv_focus): get initial focus on the ring or triangle 
2293         according to tab direction
2294
2295         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
2296
2297 2001-03-23  Havoc Pennington  <hp@pobox.com>
2298
2299         * gtk/gtkhsv.c: make this somewhat key-navigable
2300
2301         * gtk/gtkfontsel.c: mnemonics
2302
2303         * gtk/gtkgamma.c: mnemonics
2304
2305         * gtk/gtkcolorsel.c: add mnemonics to labels
2306
2307 2001-03-22  Havoc Pennington  <hp@pobox.com>
2308
2309         Applied big patch from Seth Lytle to fix event handler return
2310         values, slightly modified.
2311
2312         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
2313         handled.
2314         (gtk_calendar_key_press): return TRUE for GDK_space triggers
2315         select_day
2316
2317         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
2318         (gtk_clist_button_release): return TRUE if handled
2319
2320         * gtk/gtkcolorsel.c (mouse_release):
2321         (palette_activate): 
2322         (palette_press): 
2323         (palette_new): 
2324         (mouse_press): 
2325         (get_screen_color): 
2326         fixed return type (void to gboolean), return TRUE,
2327         added GTK_SIGNAL_FUNC cast
2328
2329         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
2330         (void to gboolean), and return TRUE
2331         (gtk_combo_button_release): changed return value to TRUE after
2332         gtk_grab_add on combo->popwin
2333
2334         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
2335         collapse or expand
2336
2337         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
2338         button/motion
2339
2340         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
2341         press/release and motion that trigger act
2342
2343         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
2344
2345         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
2346         for GDK_Return
2347         
2348         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
2349         (gtk_list_button_release): return TRUE if selection
2350
2351         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
2352         press
2353
2354         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
2355         (gtk_menu_shell_button_release): chain parent_menu_shell retval
2356
2357         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
2358         nothing triggered
2359         (gtk_notebook_button_release): return TRUE if we do anything
2360
2361         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
2362         (gtk_spin_button_button_release): return TRUE or chained retval
2363
2364         * gtk/gtktext.c (gtk_text_button_press): 
2365         (gtk_text_button_release): return TRUE
2366         (gtk_text_key_press): remove redundant retval code
2367         
2368         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
2369         and sensitive
2370         (gtk_tree_item_subtree_button_click): changed type to gint, and return
2371         TRUE if sensitive
2372
2373         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
2374         return TRUE
2375
2376 2001-03-23  Havoc Pennington  <hp@redhat.com>
2377
2378         * gtk/testgtk.c: fix warnings
2379
2380         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
2381
2382         * gtk/gtktextview.c: fix warnings
2383
2384         * gtk/gtktext.c (find_cursor_at_line): fix warning
2385
2386         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
2387
2388         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
2389         of this function
2390
2391         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2392         fix warning
2393
2394         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
2395
2396         * gtk/gtkfontsel.c: fix warning
2397
2398         * gtk/gtkcolorsel.c: fix warnings
2399
2400 2001-03-23  Havoc Pennington  <hp@redhat.com>
2401
2402         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
2403
2404         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
2405
2406         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
2407         and deprecated gtk_check_menu_item_set_show_toggle().
2408         
2409         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
2410
2411         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
2412
2413         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
2414
2415 2001-03-23  Havoc Pennington  <hp@redhat.com>
2416
2417         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
2418         some docs
2419
2420 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
2421
2422         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
2423         this.
2424
2425         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
2426         set_cell to set_value
2427
2428         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
2429         set_cell to set_value
2430
2431 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
2432
2433         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2434         fix braino.
2435         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
2436         support.
2437
2438         * gtk/gtktreeview.c: Addition of initial sortable support.
2439
2440         * gtk/gtktreestore.c: Addition of initial sortable support.
2441
2442         * gtk/gtkliststore.c: Addition of initial sortable support.
2443
2444         * gtk/gtkmarshal.list: yet another marshaller.
2445
2446         * gtk/gtktreedatallist.[ch]: shared code between the store models
2447         for handling sorting headers.
2448
2449 2001-03-22  Havoc Pennington  <hp@redhat.com>
2450
2451         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
2452         (gtk_container_unset_focus_chain): Add ability to override the 
2453         focus chain for a container explicitly
2454
2455 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
2456
2457         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
2458         added PROP_MNEMONIC_WIDGET.
2459
2460         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
2461         (gtk_window_remove_mnemonic): 
2462         (gtk_window_add_mnemonic): fixed assertions.
2463         (gtk_window_activate_mnemonic): constrain modifier checks to those
2464         permitted by gtk_accelerator_get_default_mod_mask().
2465         got rid of gtk_window_get_default_accel_group().
2466
2467         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
2468         activatable widgets either by focussing or a warning.
2469         added a signal accumulator to ::activate_mnemonic which stops the
2470         emission once a handler returned TRUE.
2471
2472 2001-03-22  Havoc Pennington  <hp@pobox.com>
2473
2474         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
2475         the stock item label
2476
2477         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
2478
2479         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
2480
2481         * demos/gtk-demo/*.c: Add mnemonics all over the place
2482
2483         * gtk/gtklabel.h: mark parse_uline deprecated
2484
2485 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2486
2487         * gtk/gtkitemfactory.[ch]:
2488         Add support for stock and normal imagemenuitems.
2489         
2490         * gtk/testgtk.c:
2491         Add some tests for mnemonics, stock toolbars, stock
2492         and image menuitems in itemfactory and gdk_window_scroll.
2493
2494 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2495
2496         * gtk/gtkbutton.[ch]:
2497         * gtk/gtkdialog.c:
2498         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
2499         removed accel_group argument. Renamed gtk_button_new_accel() to
2500         gtk_button_new_with_mnemonic() and removed accel_group argument.
2501
2502         * gtk/gtkcheckbutton.[ch]:
2503         New function gtk_check_button_new_with_mnemonic().
2504
2505         * gtk/gtkentry.c:
2506         Override activate_mnemonic and just grab focus.
2507
2508         * gtk/gtkitemfactory.c:
2509         Don't add menu uline accel group, instead use mnemonics support.
2510
2511         * gtk/gtklabel.[ch]:
2512         New support for mnemonics.
2513
2514         * gtk/gtkmarshal.list:
2515         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
2516
2517         * gtk/gtkmenu.[c]:
2518         * gtkmenushell.c:
2519         Use mnemonics instead of accel groups for uline
2520         support in menu items.
2521         Removed gtk_menu_get_uline_accel_group() and
2522         gtk_menu_ensure_uline_accel_group().
2523
2524         * gtk/gtkmenuitem.c:
2525         Override activate_mnemonic to handle switching between
2526         menu items if there are collisions.
2527         
2528         * gtk/gtknotebook.c:
2529         Connect to activate_mnemonic on the tab_label, so that
2530         activating it switches to that notebook page.
2531
2532         * gtk/gtkwidget.[ch]:
2533         Add activate_mnemonic signal. New function
2534         gtk_widget_activate_mnemonic() to emit it.
2535         Default implementation does activate/grab_focus.
2536
2537         * gtk/gtkwindow.[ch]:
2538         Add support for mnemonics in windows.
2539         New functions:
2540         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
2541         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
2542
2543         * gtk/testgtk.c:
2544         Update to function name changes.
2545         
2546 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2547
2548         * gtk/gtkimagemenuitem.[c]:
2549         Add gtk_image_menu_item_new_from_stock()
2550
2551 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
2552
2553         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2554         Fix buglet in meeting.
2555
2556 2001-03-19  Havoc Pennington  <hp@redhat.com>
2557
2558         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
2559         add a bunch of accessor functions. This is because we have
2560         reasonable expectations of extending what fields it contains in
2561         the future.
2562
2563         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
2564         changes
2565
2566         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
2567         GtkIconSource   
2568
2569 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
2570
2571         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
2572         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
2573
2574         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
2575           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
2576           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
2577           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
2578         Change float to double everywhere with the exception of 0<->1.0 alignment
2579         and GtkCurve.
2580
2581 2001-03-19  Tor Lillqvist  <tml@iki.fi>
2582
2583         * gdk/win32/gdkdrawable-win32.c
2584         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
2585         output.
2586
2587         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
2588         gdkwin32.h.
2589
2590 2001-03-18  Tor Lillqvist  <tml@iki.fi>
2591
2592         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
2593         print_event_state, print_event): Use preprocessor macro to make
2594         code more compact. Print also GDK_WINDOW_STATE events.
2595         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
2596         
2597         * gtk/gtk.def
2598         * gtk/makefile.mingw.in: Update.
2599
2600         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
2601         to catch also Cygwin.
2602
2603 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
2604
2605         * gtk/gtkspinbutton.[hc]: added rc-style argument
2606         GtkSpinButton::shadow_type.
2607         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
2608         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
2609         rc-style settings.
2610
2611         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
2612
2613         * gtk/gtkwidget.c: quark cleanups.
2614
2615         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
2616         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
2617         to create_rc_style() (we don't do cloning in standard OO sense).
2618         added per rc style properties.
2619         
2620         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
2621         property values and for caching those. some cleanups.
2622         
2623         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
2624         
2625         * gtk/gtksettings.[hc]: new file for global rc-file properties
2626         (at least currently, should get extended to support X properties
2627         and other communication mechanisms).
2628         
2629         * gtk/gtkwidget.[hc]: added style property support:
2630         (gtk_widget_class_install_style_property_parser): install style
2631         property pspec with parser function for rc-file values other
2632         than LONG, DOUBLE or STRING.
2633         (gtk_widget_class_install_style_property): same as above without
2634         parser (parsers are going to be needed quite infrequently).
2635         (gtk_widget_style_get_property): retrive style property value.
2636         (gtk_widget_style_get_valist): same as above with varargs support,
2637         has NOCOPY semantics.
2638         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
2639
2640 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
2641
2642         * demos/gtk-demo/main.c (row_activated_cb): modified to use
2643         "row_activated" signal.
2644
2645         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
2646         stupidity.  Lets actually pass in the row with this signal...
2647
2648 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
2649
2650         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
2651
2652         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
2653
2654         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
2655         everything into the ::destroy function, and freed a lot more.
2656
2657 2001-03-16  Havoc Pennington  <hp@redhat.com>
2658
2659         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
2660         instead of gint16, to avoid overflow issues, since sizes > 16-bit
2661         are now allowed.
2662
2663 2001-03-16  Havoc Pennington  <hp@redhat.com>
2664
2665         * Applied patch from Nils Barth (bug # 51041) to 
2666         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
2667         in various places.
2668
2669 2001-03-15  Havoc Pennington  <hp@redhat.com>
2670         
2671         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
2672         for properties to set on the tag.
2673
2674         * gtk/testtext.c: fixups to reflect create_tag change
2675         
2676         * gtk/gtktexttag.c (gtk_text_tag_set_property):
2677         background/foreground stipple are objects, not boxed.
2678
2679         * demos/gtk-demo/textview.c: intellihancing
2680
2681 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
2682
2683         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
2684         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
2685
2686 2001-03-16  Alexander Larsson  <alexl@redhat.com>
2687
2688         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
2689         Fix sign error with queued region translations.
2690
2691 2001-03-15  HideToshi Tajima  <tajima@happy>
2692
2693         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
2694         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
2695         * gtk/gtkentry.c (update_im_cursor_location): 
2696         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
2697         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
2698         set_cursor_pos to set_cursor_location in GtkInputContext class
2699
2700 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
2701
2702         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
2703         the location of the cell relative to its area.
2704         * gtk/gtkcell*: modified for above change
2705         * gtk/gtktreeview.c: modified for above change.
2706
2707 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
2708
2709         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
2710          (gtk_tree_view_finalize): actually unref the model.  Thanks to
2711         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
2712
2713 2001-03-14  Havoc Pennington  <hp@redhat.com>
2714
2715         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
2716         
2717         * gtk/gtk.h: remove gtkdata.h
2718
2719         * gtk/Makefile.am: remove gtkdata
2720         
2721         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
2722         not "disconnect" on the adjustments.
2723         
2724         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
2725         GtkData
2726
2727         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
2728         not GtkData
2729
2730         * configure.in: handle case where X render exists, but Pango lacks
2731         Xft support.
2732
2733 2001-03-15 Alexander Larsson  <alexl@redhat.com>
2734
2735         * gtk/gtktoolbar.[ch]:
2736         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
2737         to add stock items to toolbars.
2738
2739         * gtk/Makefile.am:
2740         Remove ../gdk/gdkim.h from gdk_headers.
2741
2742 2001-03-15  Sven Neumann  <sven@gimp.org>
2743
2744         * gdk/gdkim.h: removed
2745         
2746         * gdk/gdkprivate.h
2747         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
2748
2749 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
2750
2751         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
2752         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
2753         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
2754         set_cursor_pos() virtual method
2755
2756         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
2757         (gtk_im_context_xim_set_cursor_pos): add implementation for
2758         set_cursor_pos() method
2759
2760         * gtk/gtkentry.c (recompute_idle_func): set current cursor
2761         position to input methods
2762
2763 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
2764
2765         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
2766         code a lot.
2767
2768         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
2769         g_mem_chunk.
2770         (_gtk_tree_data_list_alloc): use g_mem_chunk.
2771         (_gtk_tree_data_list_node_to_value): Fix to switch on
2772         G_TYPE_FUNDAMENTAL.
2773         (_gtk_tree_data_list_value_to_node): Fix to switch on
2774         G_TYPE_FUNDAMENTAL.
2775         (_gtk_tree_data_list_node_copy): Fix to switch on
2776         G_TYPE_FUNDAMENTAL.
2777
2778 2001-03-12  Havoc Pennington  <hp@redhat.com>
2779
2780         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
2781         to convert to new property API. Also, change default_width and
2782         default_height get_property to return 0 as the flag value for
2783         "unset"; -1 is not a valid value for these fields.
2784
2785 2001-03-12  Havoc Pennington  <hp@redhat.com>
2786
2787         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
2788         enum with registration for icon sizes, instead of strings.
2789
2790         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
2791         gtkwidget.c: Fix to reflect GtkIconSize
2792         
2793 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2794
2795         Make GtkFB compile and link.
2796         
2797         * gdk/linux-fb/gdkdrawable-fb2.c:
2798         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2799         
2800         * gdk/linux-fb/gdkwindow-fb.c:
2801         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2802         Added gdk_window_shape_combine_region.
2803         Added assorted placeholders for unimplemented new GdkWindow API calls.
2804
2805 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2806
2807         * gtk/gtkfilesel.c:
2808         Add more test when converting filenames from/to utf-8.
2809         Don't allow entering text in the filename entry which isn't allowed in
2810         a filename. Just beep instead.
2811
2812 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2813
2814         * gtk/gtkclist.c:
2815         Scroll using gdk_window_scroll(). Don't wait for exposes.
2816         Move the column headers in an order that makes them flash less.
2817
2818 2001-03-10  Hans Breuer  <hans@breuer.org>
2819
2820         * gdk/gdk.def : updated
2821
2822         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
2823         to offseting the clip_mask at the right place
2824
2825         * gdk/win32/gdkwindow-win32.c : don't create background brushes
2826         for all the gdkClasses, especially not for the input_only case.
2827         Otherwise flickering wont be avoidable, because we don't get
2828         WM_ERASEBKGND message for these windows.
2829
2830         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
2831         and fixed massive redraw problems apparently triggered by Alexanders 
2832         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
2833         but it seems to work quite well :-)
2834
2835         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
2836         prototype
2837
2838 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
2839
2840         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
2841         (gtk_list_store_set_cell): Fix a stupid typo.
2842
2843 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
2844
2845         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
2846         select_all not work if you're in SINGLE mode (it doesn't make that
2847         much sense, anyway.)
2848
2849         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
2850         handle types more sanely.
2851         (_gtk_tree_data_list_value_to_node): handle types more sanely.
2852         (_gtk_tree_data_list_node_copy): handle types more sanely.
2853
2854         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
2855         GValue better. Converts the type as well.
2856
2857         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
2858         GValue better. Converts the type as well.
2859
2860 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
2861
2862         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
2863         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
2864         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
2865         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
2866
2867         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
2868         gdk_im/gdk_ic.
2869
2870 2001-03-09  Hans Breuer  <hans@breuer.org>
2871
2872         * gdk/gdk.def : updated
2873
2874         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
2875         for their palette
2876
2877         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
2878         removing
2879
2880         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
2881         removing and implemented Havoc's GdkWindow state functions; 
2882         stick/unstick only as no-op, cause I don't know how to emulate 
2883         on win32 ...
2884
2885         * gtk/gtk.def : updated
2886
2887         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
2888
2889         * gtk/gtktypeutils.c : #include <string.h>
2890
2891         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
2892
2893 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
2894
2895         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
2896         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
2897         not a boxed.
2898
2899 2001-03-09  Alexander Larsson  <alexl@redhat.com>
2900
2901         * docs/Changes-2.0.txt:
2902         Document expose event->region change and that gtk_widget_event
2903         doesn't allow passing expose events.
2904
2905         * gdk/gdkevents.h:
2906         Add region to expose event.
2907         
2908         * gdk/gdkevents.c:
2909         Handle event->region in gdk_event_copy() and gdk_event_free().
2910
2911         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
2912         Generate expose_event->region when creating expose events.
2913
2914         * gdk/x11/gdkevents-x11.c:
2915         Generate expose events with regions when translating X events.
2916
2917         * gtk/gtkcontainer.[ch]:
2918         Default expose handler that propagates expose events to NO_WINDOW
2919         children. New function gtk_container_propagate_expose()
2920
2921         * gtk/gtkwidget.[ch]:
2922         Moved gtk_widget_event implementation to gtk_widget_event_internal.
2923         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
2924         expose events. New function gtk_widget_send_expose() to send expose
2925         events. New function gtk_widget_region_intersect() to calculate
2926         window/region intersections.
2927         
2928         * gtk/gtkmain.c (gtk_main_do_event):
2929         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
2930         Use gtk_widget_send_expose() to send expose events.
2931         
2932         * gtk/gtkbin.c:
2933         * gtk/gtkbox.c:
2934         * gtk/gtkfixed.c:
2935         * gtk/gtkimagemenuitem.c:
2936         * gtk/gtklist.c:
2937         * gtk/gtkpacker.c:
2938         * gtk/gtktable.c:
2939         * gtk/gtktree.c:
2940         Remove expose handler, using the default container implementation
2941         instead.
2942         
2943         * gtk/gtkbutton.c:
2944         * gtk/gtkcheckbutton.c:
2945         * gtk/gtkeventbox.c:
2946         * gtk/gtkfixed.c:
2947         * gtk/gtkhandlebox.c:
2948         * gtk/gtklayout.c:
2949         * gtk/gtklistitem.c:
2950         * gtk/gtkmenu.c:
2951         * gtk/gtkmenubar.c:
2952         * gtk/gtkmenuitem.c:
2953         * gtk/gtknotebook.c:
2954         * gtk/gtkoptionmenu.c:
2955         * gtk/gtkpaned.c:
2956         * gtk/gtkscrolledwindow.c:
2957         * gtk/gtktogglebutton.c:
2958         * gtk/gtktoolbar.c:
2959         * gtk/gtktreeitem.c:
2960         * gtk/gtkviewport.c:
2961         Chain expose handler to parent class handler. Use
2962         gtk_container_propagate_expose() to propagate exposes.
2963
2964         * gtk/gtkclist.c (check_exposures):
2965         * gtk/gtktext.c (process_exposes):
2966         Use gtk_widget_send_expose instead of gtk_widget_event.
2967
2968 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
2969
2970         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
2971
2972 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
2973
2974         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
2975         unref the nodes.   Fixes bug #50058.
2976
2977         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
2978         "::ref_iter" to "::ref_node".
2979         (gtk_tree_model_unref_node): change "::unref_iter" to
2980         "::unref_node". Fixes bug #50064.
2981
2982 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
2983
2984         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
2985         support for invisible cells.
2986          (gtk_tree_view_bin_expose): ditto
2987
2988 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
2989
2990         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
2991         on gobjects.
2992
2993         * tests/testtreefocus.c (main): New test file.
2994
2995         * tests/testtreeview.c: update to latest glib changes.
2996
2997         * tests/testtreecolumns.c: update to latest glib changes.
2998
2999 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
3000
3001         * gtk/testgtk.c: re-enabled event watcher emission hooks.
3002
3003 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
3004
3005         * *.c: added accumulator data argument to g_signal_newc()
3006         functions.
3007
3008         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
3009         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
3010         * gtk/treestoretest.c (make_window):
3011         s/g_signal_connect/g_signal_connectc/.
3012
3013         * gtk/gtktextbuffer.c: completed signal arg fixups,
3014         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
3015
3016 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
3017
3018         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
3019         G_CONST_RETURN.
3020
3021         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
3022         ::hierarchy-changed signal when a widget changes
3023         from anchored to unanchored or vice versa.
3024         (anchored means 
3025          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
3026         Use a private flag to keep track of this efficiently.
3027
3028 2001-03-07  Havoc Pennington  <hp@redhat.com>
3029
3030         * gtk/testgtk.c (create_spins): uglify so that size request gets
3031         tested.
3032
3033         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
3034         request on values for upper/lower, completes #6152
3035
3036 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
3037
3038         * Makefile.am: Remove gtk-config-2.0 again.
3039         (Grrrr, pkg-config. And stops make loops.)
3040
3041 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
3042
3043         * gtk/gtksignal.[hc]: removed old emission hook API.
3044         
3045         * docs/Changes-2.0.txt: fixed sections.
3046         
3047         * gtk/gtktextbuffer.c: signal arg fixups.
3048
3049 2001-03-07  Havoc Pennington  <hp@redhat.com>
3050
3051         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
3052
3053         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
3054         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
3055         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
3056         validation and the redraw which is higher priority than the
3057         validation.
3058
3059 2001-03-07  Havoc Pennington  <hp@redhat.com>
3060
3061         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
3062         (gtk_entry_set_property): remove trailer
3063
3064         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
3065         (gtk_entry_get_width_chars): new functions, to set size request to 
3066         a given number of characters
3067
3068         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
3069
3070         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
3071         (gtk_dialog_get_has_separator): new function
3072         (run_delete_handler): fix to not emit "response" signal
3073         because we already did in the delete event handler installed
3074         at dialog creation time.
3075         
3076         * gtk/gtkdialog.h: add a has_separator property,
3077         add GTK_DIALOG_NO_SEPARATOR flag
3078
3079 2001-03-07  Havoc Pennington  <hp@redhat.com>
3080
3081         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
3082         off decorations for a window.
3083
3084         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
3085         changes
3086
3087         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
3088         to get location of PangoLayout inside the label, closes #51198
3089
3090         * gtk/testgtk.c (create_bbox): fix up button box usage
3091
3092         * gtk/testcalendar.c (create_calendar): fix up button box usage
3093
3094         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
3095
3096         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
3097
3098         * gtk/gtkhbbox.h: deprecations
3099
3100         * gtk/gtkvbbox.h: deprecations
3101
3102         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
3103         emulate deprecated gtk_button_box_get_spacing
3104
3105         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
3106         the "set global default" functions
3107         (struct _GtkButtonBox): remove "spacing" field, use the one from 
3108         GtkBox base class
3109
3110         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
3111
3112         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
3113         render the icon, return the missing image icon.
3114
3115         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
3116         image icon if the load fails.   
3117
3118         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
3119         when no image is found; should be the Netscape "missing image"
3120         icon eventually but for now is a random image
3121
3122         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
3123         role for the session manager
3124
3125         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
3126
3127         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
3128         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
3129
3130         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
3131
3132 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
3133
3134         * gtk/*.c: marshaller fixes.
3135         
3136         * gtk/gtkmarshal.list: extreme cleanup.
3137
3138         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
3139         param spec for now.
3140
3141         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
3142         where appliable.
3143
3144         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
3145         special cased autogenerated boxed types from gtktypebuiltins_ids.c
3146         which are not reference counted:
3147         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
3148         PangoFontDescription, GtkTreeIter and GtkTreePath.
3149
3150 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
3151
3152         * gtk/gtktreeselection.h: 
3153         * gtk/gtktreemodel.c:
3154         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
3155         file should be included directly, and gobject/gmarshal.h
3156         as well as gtk/gtkmarshal.h even can't be included directly.
3157
3158         * Makefile.am: grr, install gtk-config-2.0.
3159
3160         * gtk/testgtk.c:
3161         * gtk/simple.c:
3162         * gtk/gtkmenu.c:
3163         * gtk/gtkitemfactory.c: use g_object_connect() instead of
3164         passing "*signal*::*" args to gtk_widget_set().
3165         
3166         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
3167         
3168         * gtk/*.c: removed trailer arg from property setters and getters.
3169         macro fixups.
3170
3171 2001-03-07  Alexander Larsson  <alexl@redhat.com>
3172
3173         * gtk/gtklabel.c (set_markup): Removed warning
3174
3175 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
3176
3177         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
3178         field to allow you to hide cell renderers.
3179
3180         * gtk/gtkcellrenderer.c: Add support for invisible cells.
3181
3182         * gtk/gtktreeview.c: Add support for invisible cells.
3183
3184 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
3185
3186         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
3187         Add "clicked" signal back to columns.
3188
3189         * ChangeLog: remove conflict markers.
3190
3191 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
3192
3193         * gtk/gtkbutton.c: Add animation of activation by, on 
3194         activate, pressing the button, and adding a timeout that 
3195         releases the button after 250ms or on key release and
3196         emits ::clicked. (#51501)
3197
3198         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
3199         action area, we connect to ::clicked instead of ::activate
3200         so the dialog stays up through the animation.
3201
3202 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
3203
3204         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
3205         check the ignore_enter flag for the menu shell that
3206         the item is actually a child of, not for attached
3207         submenus. (#51536)
3208
3209 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3210
3211         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3212         special key-press grab handling for widgets within
3213         GtkWindows. Otherwise, fall through to normal case.
3214
3215         This prevents key events being sent twice to GtkInvisible
3216         widgets, which can cause all sorts of mischief.
3217
3218 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3219
3220         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3221         widget is in effect, give the grab widget a first
3222         crack at KEY_PRESS/RELEASE events. (#424)
3223
3224 2001-03-06  James Henstridge  <james@daa.com.au>
3225
3226         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
3227         offset for the window_state_event to point at window_state_event
3228         rather than no_expose_event.
3229
3230 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
3231
3232         * gtk/gtkimmodule.h: fix busted /* comment */
3233
3234 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
3235
3236         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
3237         object properties.
3238
3239 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
3240
3241         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
3242         add object properties.
3243
3244         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
3245         to add object properties.
3246
3247         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
3248         object properties.
3249
3250         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
3251         add object properties.
3252
3253         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
3254         object properties.
3255
3256 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
3257
3258         * gtk/gtktreemodel.c: renamed "child_toggled" to
3259         "has_child_toggled".
3260
3261         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
3262         handle new signal name.
3263
3264         * gtk/gtktreestore.c: Updated to handle new signal name.
3265         * gtk/gtklisttore.c: Updated to handle new signal name.
3266         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
3267
3268 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3269
3270         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
3271         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
3272
3273 2001-03-05  Michael Natterer  <mitch@gimp.org>
3274
3275         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
3276         pixbuf-engine coincidentially also failed to make one of it's
3277         parent_class pointers static, causing overwriting of GtkLabel's
3278         parent_class pointer in pixbuf_style_class_init().
3279         (Will commit the fix to the pixbuf-engine too).
3280
3281 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3282
3283         * gdk/gdkwindow.h:
3284         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
3285         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
3286         gdk_window_set_icon_list for net wmspec functionality.
3287
3288         * gdk/x11/gdkwindow-x11.c:
3289         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
3290         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
3291         gdk_window_set_icon_list.
3292         Added gdk_wmspec_change_state helper function and used it in the code.
3293         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
3294
3295         * gtk/gtkdialog.c (gtk_dialog_init):
3296         Set GDK_WINDOW_TYPE_HINT_DIALOG.
3297
3298         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
3299         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
3300
3301         * gtk/gtkwindow.c:
3302         new function gtk_window_set_type_hint.
3303         On realize, set type hint and modal hint.
3304
3305         * gtk/gtkwindow.h:
3306         Added type_hint field and gtk_window_set_type_hint.
3307
3308 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3309
3310         * gtk/gtklabel.[ch]:
3311         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
3312         New function gtk_label_get_accel_keyval () to get the underline accelerator
3313         of the label. Setting the label pattern overrides other attributes.
3314
3315 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
3316
3317         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
3318         Added missing initializers to gtk_rc_style_init().
3319
3320 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
3321
3322         * gtk/gtktextview.c: fixed bug #51097 about setting 
3323         gtk_text_view_set_border_window_size() if the widget is 
3324         already realized.
3325
3326 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
3327
3328         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
3329
3330         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
3331         comment. Won't do to have duplicated doc comments between
3332         the platform subdirs.
3333
3334 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
3335
3336         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
3337           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
3338
3339         Detectable auto-repeat - make a repeating key generate
3340         press/press/press/release instead of press/release pairs.
3341
3342         If we have Xkb and XkbSetDectableAutoRepeat supports
3343         that, we do it that way. Otherwise, when we get
3344         a release event, we check ahead with XPending to see
3345         if the next key is a KeyPress with the same keycode
3346         and timestamp. (Not 100% reliable, but pretty close.)
3347           
3348 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3349         
3350         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3351         special key-press grab handling for widgets within
3352         GtkWindows. Otherwise, fall through to normal case.
3353  
3354         This prevents key events being sent twice to GtkInvisible
3355         widgets, which can cause all sorts of mischief.
3356  
3357 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3358  
3359         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3360         widget is in effect, give the grab widget a first
3361         crack at KEY_PRESS/RELEASE events. (#424)
3362  
3363 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
3364
3365         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
3366         to extend the selection. (Roughly based on patch
3367         from Jay Cox, #50939)
3368
3369         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
3370         to properly handle previous GDK_BUTTON_PRESS. 
3371         (Patch from Jay Cox, #50938)
3372
3373         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
3374         '\0' back along with the deleted text. (#51148)
3375
3376 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
3377
3378         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
3379         the group when extracting it from the X keyboard event.
3380
3381         * modules/input/Makefile.am modules/input/imipa.c: 
3382         Simple module for entering IPA. (Do we need a 
3383         gtk-stupid-input-tricks CVS module?)
3384
3385 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
3386
3387         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
3388         const.
3389
3390         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
3391
3392         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
3393         is no focus widget for the dialog currently, grab the focus as well
3394         as the default.
3395
3396         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
3397         the action area's children to iterate through, not the
3398         dialog's children.
3399
3400 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
3401
3402         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
3403         Add plug-socket tests. (Won't work worth a darn until I commit
3404         the rest of the plug-socket changes, but no reason these
3405         can't go into CVS now.)
3406
3407 2001-03-02  Havoc Pennington  <hp@redhat.com>
3408
3409         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
3410         _gdk_region_get_xrectangles()
3411
3412         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
3413
3414         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
3415
3416         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
3417         function, contributed by Ron Steinke    
3418
3419         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
3420         gdk_net_wm_supports
3421
3422         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
3423         New function, contributed by Ron Steinke
3424
3425         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
3426         used to line up the text in the entry when using the entry for
3427         editable sheet cell hacks
3428
3429         * gtk/testgtk.c (create_entry): test the activate_default setting
3430         on GtkEntry
3431
3432         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
3433         cause the entry to activate the default button for a dialog when 
3434         activated
3435         (gtk_entry_get_activates_default): new function
3436
3437 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
3438
3439         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
3440         Hwang to move call to sync_selection() up a few lines
3441         to before the row list is modified, to fix crash when
3442         removing rows in the undo_selection list.
3443
3444         (Test case provided by Daniel Elstner:
3445
3446         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
3447
3448 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
3449
3450         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
3451         of tree->root_tree in parent_set rather than _map(), 
3452         fixing #50892 in a bit better manner.
3453
3454 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
3455
3456         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
3457
3458 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
3459
3460         * gtk/gtkstyle.c : Remove duplicate fwd decl for
3461         gtk_default_draw_shadow.
3462
3463 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
3464
3465         * gdk/gdkimage.c (gdk_image_new): Remove excess 
3466         warning, make warnings more verbose, treat a error
3467         in shmat as permanent, and don't try again.
3468         (#51163, Ed Randall.)
3469
3470 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
3471
3472         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
3473         delay for the first click before starting to scroll.
3474         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
3475
3476         * gtk/gtktext.c: GtkText should have I-beam cursor. 
3477         (based on gtk-enf-990513-1.patch, Eric Fisher.)
3478
3479 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
3480
3481         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
3482         cleanup to remove some references to unused
3483         ->xoffset, ->yoffset.
3484
3485 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
3486
3487         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
3488         mask. (#51039, fix from Martin Maierhofer)
3489
3490 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
3491
3492         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
3493         for unshifted + and shifted = for non-us keyboards.
3494         Make <Control>+ and <Control>- work as well as 
3495         <Control>KP_Plus, <Control>KP_Minus for recursive
3496         open/close.  (#2682, René Seindal)
3497
3498 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
3499
3500         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
3501         the active menu item before deactivating the menu,
3502         so gtk_menu_popdown doesn't change the history. (#50964)
3503         
3504 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
3505
3506         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
3507         draw lines with text_gc rather than black_gc.
3508         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
3509
3510 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
3511
3512         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
3513         Move handling of buttons fully in gtktreeviewcolumn.  This code is
3514         less interrelated then it was, but it still requires the
3515         GtkTreeView to map it.
3516
3517         * test/testtreecolumn.c: Now I can add a column to one view,
3518         remove it, add it to the another view, remove it, then re-add it
3519         to the first.  Nifty.
3520
3521 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
3522
3523         * docs/tutorial/gtk-tut.sgml: Minor corrections
3524
3525 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
3526
3527         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
3528         GtkRowReference.
3529
3530 2001-02-28  Havoc Pennington  <hp@redhat.com>
3531
3532         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
3533         draw_default
3534         (gtk_widget_draw_focus): remove this function; we could instead
3535         make it just gtk_widget_draw(), but in most cases I think the
3536         result would be broken user code, so think it's better to have
3537         that code not compile and get fixed
3538         (gtk_widget_draw_default): ditto
3539
3540         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
3541         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
3542         
3543         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
3544         widgets lose/get the default, instead of calling draw_default
3545         
3546         * docs/Changes-2.0.txt: note about all this
3547
3548         Then fixed every widget in GTK, I won't list all the filenames.
3549
3550 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
3551
3552         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
3553         _gtk_tree_row_reference_deleted.
3554         (inserted_callback): Proxy out to
3555         _gtk_tree_row_reference_inserted.
3556         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
3557         get around signal emission ordering problem.
3558
3559         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
3560         fix to work with SINGLE 
3561         (_gtk_tree_selection_internal_select_node): Major sanitization on
3562         selections.  SINGLE now seems to work.
3563
3564         * tests/Makefile.am: add testtreecolumn.c:
3565
3566         * tests/testtreecolumn.c: New test.  Mostly points out selection
3567         bugs currently, but will test columns later.
3568
3569         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
3570         selection bug.  I hate touching this code -- it's scary.
3571
3572 2001-02-26  Havoc Pennington  <hp@redhat.com>
3573
3574         * gtk/testgtk.c: test the window state stuff
3575
3576         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
3577         window come to the user's attention as if it were just created
3578         (gtk_window_iconify): new function
3579         (gtk_window_deiconify): new function
3580         (gtk_window_stick): new function
3581         (gtk_window_unstick): new function
3582         (gtk_window_maximize): new function
3583         (gtk_window_unmaximize): new function
3584
3585         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
3586
3587         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
3588
3589         * gdk/x11/gdkevents-x11.c: create window state events when
3590         appropriate
3591         (gdk_wmspec_supported): new function
3592
3593         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
3594         iconification before showing the window
3595         (gdk_window_deiconify): new function
3596         (gdk_window_stick): new function
3597         (gdk_window_unstick): new function
3598         (gdk_window_maximize): new function
3599         (gdk_window_unmaximize): new function
3600
3601         * gdk/gdkwindow.c: store the window state in the window; 
3602         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
3603         window->mapped.
3604         (gdk_window_get_state): return the current window state
3605
3606         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
3607         (gdk_event_get_state): handle GDK_WINDOW_STATE
3608         (gdk_synthesize_window_state): function to create the window state
3609         events
3610
3611         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
3612         event, for changes to "window state" such as maximized, sticky, 
3613         etc.
3614         
3615         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
3616         focuses a window
3617
3618         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
3619         finds out if we support a given WM spec hint
3620
3621 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
3622
3623         * docs/faq/gtk-faq.sgml: New question re memory leaks.
3624
3625 2001-02-25  Hans Breuer  <hans@breuer.org>
3626
3627         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
3628         cause we want to loose those prototypes only in the latter case
3629
3630         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
3631         GdkPixmapImplWin32 because it itsn't derived from it. Use the
3632         impl member variable instead
3633
3634         * gtk/gtk.def : updated
3635
3636         * gtk/gtklist.c : 
3637         * gtk/gtkmenus.c : include <string.h> for memset ()
3638
3639         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
3640         for everthing built here, but for gtk-x.x.dll only. This solves
3641         problem of indifferent gtk type definitions
3642
3643 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
3644
3645         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
3646
3647 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
3648
3649         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
3650         column that is exposed.
3651
3652         (_gtk_tree_view_update_size): Changed name from set_size, and
3653         changed function to do more work, and not force people calling it
3654         to figure out the size.  Simplifies a lot of code elsewhere.
3655
3656 2001-02-23  Alexander Larsson  <alexl@redhat.com>
3657
3658         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
3659         return solid masks for xpms that have no transparent color.
3660         This makes the ..._create_from_xpm... API backwards
3661         compatible.
3662
3663 2001-02-23  Tor Lillqvist  <tml@iki.fi>
3664
3665         * README.win32: Update. Mention the gtk-1-3-win32-production
3666         branch.
3667
3668         * gdk/win32/bdfcursor.c: New file. A program that generates
3669         xcursors.h. Thanks to Stefan Ondrejicka.
3670
3671         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
3672         compact format.
3673
3674         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
3675
3676         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
3677         function, uses xcursors.h.
3678         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
3679         cursor from inline data instead of using LoadCursor() to generate
3680         it from a resource.
3681
3682         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
3683         event, must check the Windows message for mouse button state, as
3684         the GDK event state might not have been built if it is
3685         undelivered. Remove one goto.
3686
3687         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
3688         SetCursor() if the current cursor as returned by GetCursor() is
3689         the window's previous cursor. The ChildWindowFromPoint() test
3690         apparently didn't work correctly.
3691
3692         * gdk/win32/rc/*.cur: Remove.
3693
3694         * gdk/win32/rc/gdk.rc.in: Remove cursors.
3695
3696         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
3697
3698         * gtk/makefile.{mingw,msc}.in: Updates.
3699
3700 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
3701
3702         * gtk/gtktreemodel.h: add functions for signal emission.
3703
3704         * gtk/gtktreestore.c: move to use above functions instead of
3705         g_signal_emit.
3706
3707         * gtk/gtkliststore.c: ditto
3708
3709 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
3710
3711         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
3712         GObject instead of GtkObject.
3713
3714         * gtk/gtkliststore.c: ditto.
3715
3716         * gtk/gtktreemodelsort.c: ditto.
3717
3718         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
3719         GtkTreeModelIface, instead of in each model.
3720
3721 2001-02-21  Havoc Pennington  <hp@redhat.com>
3722
3723         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
3724         unbreak this function
3725
3726         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
3727         properties
3728
3729         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
3730         properties
3731
3732         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
3733         properties
3734
3735         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
3736         mean unset the max length
3737
3738 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
3739
3740         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
3741         Changed name to be set_cell_data_func to make it clear what
3742         the functino does.  Close bug #51069.
3743
3744 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
3745
3746         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
3747         have memory actually freed.  Keeps box running longer.
3748
3749 2001-02-21  Alexander Larsson  <alexl@redhat.com>
3750         
3751         * gtk/gtkseparatormenuitem.[ch]:
3752         Added new menu separator item. The drawing and size handling
3753         is still done in GtkMenuItem, but the API is a bit more sane.
3754         
3755         * gtk/Makefile.am:
3756         Add gtkseparatormenuitem.[ch].
3757
3758         * gtk/gtk.h:
3759         Add gtkseparatormenuitem.h.
3760         
3761         * gtk/gtkentry.c:
3762         * gtk/gtkmenufactory.c:
3763         * gtk/gtktextview.c:
3764         Use the new API for menu separators.
3765         
3766         * demos/gtk-demo/menus.c (create_menu):
3767         Add some GtkSeparatorMenuItem demo code.
3768
3769 2001-02-20  Havoc Pennington  <hp@redhat.com>
3770
3771         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
3772         Lee Mallabone
3773
3774         * gtk/gtkarrow.c: Convert to new property API, patch from 
3775         Lee Mallabone
3776
3777 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
3778
3779         * tests/testtreeview.c (toggled_callback): fix to reflect change
3780         in GtkTreeModelStore.
3781
3782 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
3783
3784         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
3785         function to create an icon set from a pixbuf.
3786
3787 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3788
3789         * gtk/gtkcellrenderertext.[ch]:
3790         Add a "markup" property.
3791
3792         * gtk/treestoretest.c:
3793         Use the markup property, remove some leftover stuff from
3794         GtkTreeModelMapping.
3795
3796 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3797
3798         * gtk/gtklabel.c (gtk_label_set_selectable):
3799         Queue a redraw if the selectable setting was changed.
3800
3801 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3802
3803         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
3804         Actually copy the whole gc, not just the public parts.
3805         
3806         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
3807         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
3808         labels.
3809
3810 2001-02-19  Havoc Pennington  <hp@pobox.com>
3811
3812         * gdk/gdkwindow.c: docs
3813
3814         * gdk/gdkrgb.c: docs
3815
3816         * gdk/gdkregion-generic.c: docs
3817
3818         * gdk/gdkgc.c (gdk_gc_set_values): docs
3819
3820         * gdk/gdkdraw.c: docs
3821
3822         * gdk/gdkdrawable.h: deprecate drawable get/set data
3823
3824 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
3825
3826         * demos/gtk-demo/dialog.c: Add simple new demo.
3827
3828 2001-02-19  Havoc Pennington  <hp@redhat.com>
3829
3830         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
3831         insert_child_anchor signal, bug #50245
3832
3833         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
3834         from create_child_anchor, so the anchor is passed in
3835
3836         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
3837         (_gtk_widget_segment_new): have the child anchor object passed in, 
3838         instead of creating it.
3839
3840         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
3841         to gtk_text_buffer_get_modified
3842
3843 2001-02-19  Havoc Pennington  <hp@redhat.com>
3844
3845         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
3846         changed GLib without fixing GTK
3847
3848         * gtk/gtkrange.h: Rename all the stupid implementation detail 
3849         functions to have an underscore in front. Most of them should 
3850         probably just go away, but for starters don't export them.
3851         Bug #50482
3852
3853 2001-02-19  Havoc Pennington  <hp@redhat.com>
3854
3855         * gdk/gdkcolor.h: test was backward, so deprecated functions were
3856         excluded by default
3857
3858         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
3859         clean up the old code a bit
3860
3861         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
3862         inconsistent state
3863
3864         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
3865         draw inconsistent state
3866
3867         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
3868         (create_menu): add inconsistent test
3869
3870         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
3871         new function
3872         (gtk_check_menu_item_get_inconsistent): new function
3873         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
3874         state (using etched in for now)
3875
3876         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
3877         draw inconsistent state
3878
3879         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
3880         function, used when the user has selected a range of stuff in
3881         different states
3882         (gtk_toggle_button_get_inconsistent): accessor for that
3883         (gtk_toggle_button_paint): draw inconsistent state (etched in?
3884         don't know what else to do)
3885
3886 2001-02-19  Hans Breuer <hans@breuer.org>
3887
3888         * gtk/gtk.def : updated exported symbols
3889
3890         * gtk/makefile.msc.in : updated
3891
3892         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
3893         a colormap, when invoked from testgtk::entry. I'm not sure where
3894         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
3895         avoids immediate crashing ...
3896
3897         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
3898         any objections ?
3899
3900         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
3901         0 parameter. At least msvc doesn't like macros with var args. 
3902         I simply removed the extra 0, was it a feature or a typo ?
3903
3904         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
3905         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
3906         because the value assignment to the internal struct wasn't working.
3907         I'm not absolutely sure. The problem could have been resolved by
3908         changing the "func" declartion in the struct, but was the pointer
3909         to the function pointer intended ?
3910
3911         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
3912
3913         * gdk/gdk.def : updated exported symbols
3914
3915         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
3916         only use SetDIBitsToDevice if there is a palette at the drawable
3917         and the image is GDK_VISUAL_PSEUDO_COLOR
3918
3919         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
3920
3921         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
3922
3923         * gdk/*/makefile.msc : updated
3924
3925 2001-02-19  Havoc Pennington  <hp@redhat.com>
3926
3927         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
3928         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
3929
3930         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
3931         (gdk_key_repeat_restore): nuke
3932
3933         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
3934         (gdk_init_check): no atexit func
3935
3936         * gdk/gdkrgb.h: mark some stuff deprecated
3937
3938         * gdk/gdkcolor.h: mark some stuff deprecated
3939         
3940         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
3941
3942         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
3943
3944 2001-02-16  Havoc Pennington  <hp@redhat.com>
3945
3946         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
3947         scroll steps.
3948
3949         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
3950         steps, and add Ctrl-arrow shortcuts for paging visually as with
3951         HScale, since Page Up and Page Down move logically.
3952
3953         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
3954         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
3955         
3956         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
3957         steps
3958         (gtk_range_scroll): handle the visual steps
3959
3960         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
3961         scroll steps
3962
3963         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
3964         steps, not the logical ones.
3965
3966         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
3967         (scroll_vertical): handle up/down steps
3968
3969 2001-02-19 Alexander Larsson  <alexl@redhat.com>
3970
3971         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
3972         Copy data and free data with free().
3973
3974         * gdk-pixbuf/gdk-pixbuf.c:
3975         * gdk-pixbuf/io-jpeg.c:
3976         * gdk-pixbuf/io-png.c:
3977         Use g_try_malloc/g_free instead malloc/free.
3978         
3979         * gdk-pixbuf/test-gdk-pixbuf.c:
3980         Must... initialize... gobject...
3981         
3982         * gdk-pixbuf/pixops/timescale.c:
3983         * gtk/gtkcalendar.c:
3984         Use g_malloc instead of malloc.
3985         
3986 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
3987
3988         * gtk/testgtkrc:
3989         Comment out property assignments, these don't work yet.
3990
3991 2001-02-17  Havoc Pennington  <hp@pobox.com>
3992
3993         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
3994         bit.
3995
3996 2001-02-17  Havoc Pennington  <hp@pobox.com>
3997
3998         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
3999         shadowed variables that had broken size request in some cases,
4000         leading to bogus tooltips (#50996)
4001
4002 2001-02-06  Jon K Hellan  <hellan@acm.org>
4003
4004         Implement fast browsing of tooltips, bug #50619
4005         
4006         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
4007         and last_popdown
4008         
4009         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
4010         use_sticky_delay and last_popdown.
4011         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
4012         time of popdown.
4013         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
4014         is NULL.
4015         (gtk_tooltips_recently_shown): New static function.  Return true
4016         if < sticky_delay has elapsed since last popdown.
4017         (gtk_tooltips_event_handler): Display window after sticky_delay
4018         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
4019         since last popdown.
4020         
4021 2001-02-17  Havoc Pennington  <hp@pobox.com>
4022
4023         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
4024         instead of (). #6394
4025
4026         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
4027         G_CONST_RETURN, make it return by reference, #50473
4028         
4029 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
4030
4031         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
4032         generated ENTER_NOTIFY event with 0, otherwise not explicitely
4033         setup fields contain garbage (e.g. subwindow, breaking
4034         gdk_drawable_ref() upon event copy).
4035         (gtk_menu_stop_navigating_submenu_cb): same here.
4036
4037         * gtk/gtklist.c (gtk_list_vertical_timeout): 
4038         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
4039         * gtk/gtkclist.c (vertical_timeout): 
4040         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
4041         default-zero-intialization for unions to memset(,0,), as unions are
4042         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
4043         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
4044
4045         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
4046         g_closure_sink() warning.
4047
4048         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
4049         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
4050         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
4051         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
4052         
4053 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
4054
4055         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
4056         gtk_*_store_get, and moved to GtkTreeModel.
4057
4058         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
4059
4060         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
4061
4062         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
4063
4064         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
4065         set the func.
4066
4067         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4068         freeze/thaw notify between setting all the properties for a cell.
4069
4070         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
4071
4072 2001-02-15  Havoc Pennington  <hp@redhat.com>
4073
4074         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
4075         the X coordinates so they're with respect to the line, rather than 
4076         with respect to the layout.
4077
4078         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
4079         Mallabone
4080
4081         * gtk/testgtk.c (create_range_controls): add vscale tests, 
4082         and inverted test
4083
4084         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
4085         #50806
4086
4087         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
4088
4089         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
4090         gtk_text_iter_is_end
4091
4092         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
4093         rename gtk_text_buffer_get_end_iter
4094
4095         * gtk/testgtk.c (create_labels): Add test for selectable
4096
4097         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
4098         the selection stuff. This code is kind of broken since it doesn't 
4099         use the theme engine.
4100
4101         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
4102         fix infinite loop and y offset problem
4103         (gdk_draw_layout_line_with_colors): fix foreground color handling
4104
4105         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
4106         that makes the label selectable.
4107         
4108         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
4109         layout when the style is set, since fonts etc. could have changed.      
4110
4111 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
4112
4113         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
4114
4115         * gtk/gtktreemodelsimple.[ch]: removed.
4116
4117 2001-02-16  Alexander Larsson  <alexl@redhat.com>
4118
4119         * gtk/gtktreemodelmapping.[ch]:
4120         New files. Implement GtkTreeModelMapping.
4121         
4122         * gtk/Makefile.am:
4123         Add gtktreemodelmapping.[ch].
4124         
4125         * gtk/gtk.h:
4126         Add gtktreemodelmapping.h
4127
4128         * gtk/treestoretest.c:
4129         Test the GtkTreeModelMapping
4130
4131 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
4132
4133         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
4134         have a demo, we might as well pass in real values.  Thanks to
4135         clahey for pointing this out.
4136
4137 2001-02-14  Havoc Pennington  <hp@pobox.com>
4138
4139         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
4140         "static" to a private function
4141         (gtk_image_menu_item_class_init): remove destroy handler,
4142         add "image" object property
4143
4144 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
4145
4146         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
4147         Add a shortcut if the window and the current clip_region doesn't
4148         overlap. This is needed when there are a lot of windows in a
4149         window. The layout test in testgtk is a good test.
4150
4151         * gdk/linux-fb/gdkwindow-fb.c:
4152         Whitespace fix.
4153
4154 2001-02-13  Sven Neumann  <sven@convergence.de>
4155
4156         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
4157
4158 2001-02-13  Alexander Larsson  <alexl@redhat.com>
4159
4160         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
4161         Don't reference last_cursor if it is null. Fixes crash when rotating
4162         the screen before having moved the mouse.
4163
4164         * gdk/linux-fb/gdkcc-fb.c: Zapp!
4165
4166         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
4167
4168         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
4169         when using 90 or 270 degrees rotation.
4170
4171 2001-02-12  Havoc Pennington  <hp@pobox.com>
4172
4173         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
4174         it always set the foreground, even if we were only using
4175         a stipple.
4176         (gdk_draw_layout_line_with_colors): new function, allow
4177         override colors
4178         (gdk_draw_layout_with_colors): new function, allow override
4179         colors
4180         (gdk_pango_layout_line_get_clip_region): function to get the clip
4181         region for a logical text range
4182         (gdk_pango_layout_get_clip_region): get the clip region for a
4183         logical text range
4184
4185         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
4186         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
4187         the right number of arguments.
4188
4189         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
4190         enhance the function to check that node data corresponds to a 
4191         view still belonging to the tree.
4192
4193         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
4194         GtkTreePath
4195         (gtk_tree_view_inserted): ditto
4196         (gtk_tree_view_child_toggled): ditto
4197
4198         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
4199         simplify this code.
4200
4201         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
4202         a PangoAttrList
4203
4204         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
4205
4206         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
4207
4208         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
4209         size in the size request 
4210         (gtk_menu_bar_size_allocate): consider toggle size here
4211
4212         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
4213         that displays a widget in the toggle slot
4214
4215         * gtk/testgtk.c: test GtkImageMenuItem
4216
4217         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
4218         
4219         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
4220         request and allocation
4221
4222         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
4223
4224         * gtk/gtkcheckmenuitem.c
4225         (gtk_check_menu_item_toggle_size_request): ditto
4226         
4227 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
4228
4229         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
4230         reference.
4231
4232         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
4233         and refuse to initialize GTK+ if they fail.
4234
4235 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
4236
4237         * configure.in: Add check for gtk-doc version.
4238
4239 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4240
4241         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
4242         where the xpad/ypad was only being used on one side!
4243
4244 2001-02-11  Tor Lillqvist  <tml@iki.fi>
4245
4246         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
4247         function, copied from X11 version.
4248
4249         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
4250         DestroyCursor failures. The reason for the problem (despite the
4251         inconsistent messages from GetLastError()) was that
4252         DestroyCursor() cannot be called while a cursor is set in a
4253         window. Set the new cursor first and then destroy the old one.
4254         Thanks to jpe@archaeopteryx.com.
4255
4256         * gdk/win32/gdkcc-win32.c: Remove.
4257
4258         * gdk/win32/Makefile.am: Remove from here, too.
4259         
4260         * gdk/gdk.def
4261         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
4262
4263         * gtk/gtk.def
4264         * gtk/makefile.mingw.in: Updates.
4265
4266 2001-02-08  Havoc Pennington  <hp@redhat.com>
4267
4268         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
4269         add a widget to a bin that already has a child.
4270
4271         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
4272
4273         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
4274         
4275         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
4276
4277         * gdk/gdk.h: remove gdkcc.h
4278
4279         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
4280
4281         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
4282         GdkPixbuf, since the previous implementation was GdkColorContext
4283         dependent.
4284
4285         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
4286         
4287 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
4288
4289         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
4290         a sane value!
4291
4292 2001-02-08  Havoc Pennington  <hp@redhat.com>
4293
4294         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
4295         lighten them.
4296
4297 2001-02-08  Havoc Pennington  <hp@redhat.com>
4298
4299         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
4300         validation idle
4301
4302         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
4303         cell renderer
4304
4305         * demos/pixbuf-demo.c (timeout): remove deprecated
4306         gtk_widget_draw
4307
4308         * demos/testpixbuf-save.c (main): remove deprecated
4309         gtk_drawing_area_size
4310
4311         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
4312         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
4313         at the start of the allocation.
4314         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
4315         unsetup or NULL model.
4316
4317         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
4318         even/odd/sorted cells in the tree view.
4319
4320         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
4321         bugfixes
4322
4323         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
4324         backgrounds with draw_flat_box using different detail for even/odd
4325         rows.
4326
4327         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
4328         row, so we can draw the alternating colors thing
4329
4330         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
4331         property from a synonym property, notify for the synonym.
4332         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
4333         (gtk_text_tag_get_property): Always return the font, even if
4334         all its fields aren't set
4335
4336         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
4337         store the attr list; it leaves us with no way to change attributes
4338         in _render according to the render flags, and no way to implement
4339         get_property. Instead store all the specific text attributes. 
4340         Separate whether an attribute is enabled from its value. Sync all
4341         properties with GtkTextTag, make them all consistent, etc.
4342
4343         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
4344         renderers can highlight the sort row/column     
4345
4346         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
4347         accessor functions to get values; this has the side effect of
4348         showing up which accessor functions were missing. Added those.
4349
4350         * gtk/gtktreeviewcolumn.h: Replace set_justification with
4351         set_alignment, to be consistent with GtkLabel, GtkMisc
4352
4353         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
4354         arrow.
4355
4356         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
4357
4358         * gtk/gtktreesortable.h: updates in here
4359
4360 2001-02-07  Sven Neumann  <sven@convergence.de>
4361
4362         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
4363         pango dimensions after painting the background. We used to draw
4364         gigantic flat boxes here.
4365
4366 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
4367
4368         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
4369         error introduced with earlier commit) (pointed out by
4370         Ollie Lho)
4371
4372 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
4373
4374         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
4375         which are no longer necessary.
4376
4377 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
4378
4379         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
4380
4381 2001-02-04  Tor Lillqvist  <tml@iki.fi>
4382
4383         * gdk/gdk.def
4384         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
4385         Provide dummy implementations.
4386
4387 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
4388
4389         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
4390
4391         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
4392         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
4393         deprecated this function.
4394
4395         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
4396         argument.
4397
4398 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
4399
4400         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
4401
4402 2001-02-03  Havoc Pennington  <hp@pobox.com>
4403
4404         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
4405         Mikael Hermansson with patch from Mikael (if there was a toggle
4406         start one after the first character in the range, this function
4407         was broken). Bug #50380
4408
4409 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
4410
4411         * configure.in: Remove confusing comment about X11.
4412
4413 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
4414
4415         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
4416         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
4417         
4418 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
4419
4420         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
4421         it breaks things on BSD. If you want to compile GTK+ with
4422         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
4423         when configuring, since GTK+ simply can't be "pure ANSI" 
4424         in the header files it uses. (#8170, Greg Hudson)
4425
4426 2001-02-02  Havoc Pennington  <hp@redhat.com>
4427
4428         * gtk/gtkwindow.c: docs
4429
4430         * gtk/gtkwidget.c: docs
4431         (gtk_widget_set_colormap): add a reference to the colormap
4432         (gtk_widget_get_default_colormap): add a reference to the colormap
4433
4434         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
4435
4436         * gtk/gtktextiter.c: docs
4437
4438         * gtk/gtkmain.c (gtk_propagate_event): docs
4439
4440         * gtk/gtkpaned.c (gtk_paned_get_position): docs
4441         (gtk_paned_set_position): docs
4442
4443         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
4444         sort interface, no implementation yet.
4445
4446         * demos/testpixbuf.c (new_testrgb_window): replace
4447         gtk_drawing_area_size() with gtk_widget_set_usize()
4448
4449         * demos/testpixbuf-drawable.c (main): ditto
4450         
4451         * gtk/testgtk.c: remove use of GtkStatusbarMsg
4452
4453         * gtk/gtktextbuffer.c: docs
4454
4455         * gtk/gtkstock.c: docs
4456
4457         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
4458
4459         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
4460
4461         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
4462         
4463         * gtk/gtkimage.c: add some docs in here
4464         (gtk_image_size_request): change name of
4465         gtk_widget_render_stock_icon
4466         (gtk_image_get_icon_set): don't dup returned string
4467         (gtk_image_get_icon_set): don't dup returned string
4468
4469         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
4470         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
4471         and gtkiconfactory.h functions
4472
4473         * gtk/gtkiconfactory.c: add some docs in here
4474
4475         * gtk/gtkmain.c (gtk_get_default_language): document
4476         (gtk_get_current_event): document
4477         (gtk_get_current_event_state): document
4478         (gtk_get_event_widget): document
4479
4480         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
4481
4482         * gtk/gtkcontainer.c: Add some documentation
4483         (gtk_container_add): give a more explanatory warning on adding an
4484         already-parented widget, this is kind of a FAQ and also a common
4485         typo that's easier to debug with a nice warning 
4486
4487         * gtk/gtkcellrenderertoggle.c
4488         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
4489         adding this, it's useless
4490         (gtk_cell_renderer_toggle_set_active): remove
4491         (gtk_cell_renderer_toggle_get_radio): add
4492
4493         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
4494         the NULL cell renderer, that doesn't make any sense to me. 
4495
4496         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
4497         demo code should never use deprecated features.
4498
4499         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
4500         code should never use deprecated features.
4501
4502         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
4503         gtk_widget_queue_clear_area deprecated
4504
4505         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
4506         deprecated
4507
4508         * gtk/gtklabel.h: mark gtk_label_get() deprecated
4509
4510         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
4511         a GdkImage deprecated, replaced by new consistently-named
4512         functions       
4513
4514         * gtk/gtkmain.h: Mark gtk_exit() deprecated
4515
4516         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
4517
4518         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
4519         deprecated
4520
4521         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
4522         so it won't appear in docs and confuse people.
4523
4524         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
4525
4526         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
4527         macros deprecated. (can't mark the type itself deprecated, since
4528         GtkProgressBar is not deprecated and we need the type decl to use
4529         GtkProgressBar)
4530
4531         * gtk/gtkpixmap.h: Mark deprecated
4532
4533         * gtk/gtkoldeditable.h: Mark deprecated
4534
4535         * gtk/gtklist.h: Mark deprecated
4536
4537         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
4538         for anything anymore.
4539
4540         * gtk/gtkctree.h: Mark deprecated
4541
4542         * gtk/gtkclist.h: Mark deprecated
4543
4544         * gtk/gtkpreview.h: Mark deprecated
4545
4546         * gtk/gtkpacker.h: Mark deprecated
4547
4548         * gtk/gtktipsquery.h: Mark deprecated
4549
4550         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
4551
4552         * gtk/gtkvruler.h: Add comment that it will move out of GTK
4553
4554         * gtk/gtkhruler.h: Add comment that it will move out of GTK
4555
4556         * gtk/gtkruler.h: Add comment that it will move out of GTK
4557
4558         * gtk/gtkgamma.h: Add comment that it will move out of GTK
4559
4560         * gtk/gtkcurve.h: Add comment that it will move out of GTK
4561
4562 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
4563
4564         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
4565         gdk_colormap_sync private since it was never exported
4566         in a header file.
4567
4568         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
4569         colormap->colors[] for StaticGray, StaticColor colormaps.
4570
4571         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
4572         was being used as if it was image->bits_per_pixel.
4573
4574         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
4575         for the image in the GdkImage structure since it isn't
4576         reconstructable, and we need it to handle packed types
4577
4578         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
4579         the assumption that on Win32 image->bits_per_pixel == image->depth,
4580         always.
4581
4582         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
4583
4584         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
4585         warning message if no converter can be found. 
4586
4587 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
4588
4589         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
4590         chars to isupper() / tolower(). (#567)
4591
4592         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
4593         to clear up 64-bit warnings. (#567)
4594
4595 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
4596
4597         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
4598         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
4599
4600         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
4601         since some people set $(libdir) separately. (#1290, David Kaelbling)
4602
4603 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
4604
4605         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
4606         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
4607         MAXPATHLEN, but the code here depends on a fixed value.)
4608         (#4524)
4609
4610 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
4611
4612         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
4613         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
4614
4615 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
4616
4617         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
4618         viewable there is no way that moving the node will cause the 
4619         focus row to become not viewable, so omit check on the visibility
4620         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
4621
4622 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
4623
4624         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
4625         selection before inserting new text.
4626
4627 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
4628
4629         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
4630         Make the sensitivity of the reparented child track that of
4631         the original parent menu item. (#34218, David Hodson)
4632
4633         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
4634         the case where the current item is destroyed properly.
4635
4636         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
4637         some edge cases with child-less menuitems.
4638         
4639 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
4640
4641         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
4642         key pop down window. (#12074, Jon K Hellan)
4643
4644 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
4645
4646         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
4647         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
4648         The solution here isn't perfect - you get an extraneous
4649         emission of "toggle", which could conceivably confuse an app,
4650         but better than the current situation. LXR search seems to
4651         indicate that no apps in GNOME CVS connect to "toggle".
4652
4653 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
4654
4655         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
4656         gtk_public_h_sources to directly here to avoid warning when
4657         building srcdir != builddir. (#9656)
4658
4659 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
4660
4661         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
4662         handlers in gtkrange.c return the proper values (TRUE == handled)
4663         (#10316).
4664
4665         This is just the tip of the iceberg, but gtkrange.c is the
4666         most common place where the propagation is problematical,
4667         and also a place where it is almost certainly safe to change
4668         this in the stable branch.
4669
4670         (You don't want right click popups on a range control or anything...)
4671
4672 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
4673
4674         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
4675         area on focus out, even if a background pixmap isn't set.
4676         (#13941)
4677         
4678 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
4679
4680         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
4681         to deal with setting the shape properly when scrolling arrows are
4682         turned on, but not visible because there is sufficient space.
4683         (#13432)
4684
4685 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
4686
4687         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
4688         items with submenus, destroy the item along with the submenu.
4689         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
4690         properly.
4691
4692         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
4693         later.
4694
4695 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
4696
4697         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
4698         the focus widget sometimes wasn't drawn with the default if there
4699         was no default widget.
4700
4701         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
4702         unreference pixmaps. 
4703
4704         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
4705         for some extra safety.
4706
4707 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
4708
4709         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
4710         the text of a cell to the old pointer value better, by
4711         copying the new text before freeing the old text. Some code
4712         cleanup. (#8079, Karl Nelson)
4713
4714 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
4715
4716         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
4717         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
4718
4719 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
4720
4721         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
4722         item from a menu, check to see if it matches 
4723         menu->old_active_menu_item, and if so, unref and clear
4724         old_active_menu_item (Patch from Pavel Cisler)
4725
4726         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
4727         menu_shell->active_menu_item, if it is the child being
4728         removed. (Patch based on that of Gene Ragan, #50337)
4729
4730 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
4731
4732         * gdk/linux-fb/gdkselection-fb.c: 
4733         * gdk/linux-fb/gdkcolor-fb.c: 
4734         * gdk/linux-fb/gdkdrawable-fb2.c: 
4735         * gdk/linux-fb/gdkfont-fb.c: 
4736         * gdk/linux-fb/gdkim-fb.c: 
4737         * gdk/linux-fb/gdkinput.c: 
4738         * gdk/linux-fb/gdkkeyboard-fb.c: 
4739         * gdk/linux-fb/gdkmain-fb.c: 
4740         * gdk/linux-fb/gdkrender-fb.c: 
4741         A bunch of whitespace cleanup.
4742         
4743 2001-01-30  Havoc Pennington  <hp@pobox.com>
4744
4745         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
4746         #ifdef GTK_ENABLE_BROKEN.
4747
4748         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
4749         GTK_ENABLE_BROKEN just before including the broken headers.
4750         
4751         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
4752         deprecated types registered.
4753
4754         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
4755         we have to test the broken stuff.
4756
4757         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
4758         
4759 2001-01-30  Havoc Pennington  <hp@redhat.com>
4760
4761         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
4762         here where prev pointer was set to the wrong thing
4763
4764         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
4765         (gtk_tree_path_is_descendant): new function
4766
4767         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
4768         cached length
4769         (gtk_list_store_get_iter): don't modify iter if we can't get the
4770         path.
4771
4772         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
4773         
4774         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
4775         GtkTreeDragDest
4776
4777         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
4778         was causing segfault
4779
4780         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
4781         pointer to NULL
4782
4783         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
4784
4785         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
4786         on returning FALSE
4787         (gtk_list_store_iter_children): ditto
4788         (gtk_list_store_iter_nth_child): ditto
4789         (gtk_list_store_iter_nth_child): ditto
4790         (gtk_list_store_iter_parent): ditto
4791
4792         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
4793         on iter->user_data != NULL instead of silently accepting it.
4794         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
4795         we are returning TRUE.
4796         (gtk_tree_store_iter_children): ditto
4797         (gtk_tree_store_iter_nth_child): ditto
4798         (gtk_tree_store_iter_parent): ditto
4799         (gtk_tree_store_insert): remove handling of parent->user_data ==
4800         NULL, replace with parent == NULL       
4801
4802         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
4803         and a comment explaining things
4804
4805         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
4806         interface support to GtkTreeStore.
4807
4808         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
4809         FALSE if no prev, fix
4810
4811         * gtk/gtktreeview.c (set_source_row): use a row reference
4812         (set_dest_row): use a row reference
4813
4814 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
4815
4816         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
4817         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
4818         (gtk_tree_selection_select_iter): The same as above.
4819
4820 2001-01-26  Havoc Pennington  <hp@redhat.com>
4821
4822         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
4823         which holds a handle to a specific row (particular set of values
4824         in the model, i.e. pointer-identity row).
4825
4826         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
4827         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
4828         Still need to use it for the src/dest row saved on the drag context.
4829
4830 2001-01-26  Havoc Pennington  <hp@redhat.com>
4831
4832         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
4833
4834         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
4835         not offset by TREE_VIEW_HEADER_HEIGHT
4836         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
4837         TREE_VIEW_HEADER_HEIGHT
4838
4839         * configure.in (included_loaders): for me, --with-included-loaders
4840         generates the error "the specified loader yes does not exist",
4841         i.e. the arg defaults to "yes", so change test for value ""
4842         to test for value "yes", and include all loaders in that case.
4843
4844         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
4845
4846         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
4847         handle TREE_VIEW_VERTICAL_SEPARATOR
4848         (gtk_tree_view_bin_expose): fix to consider the row offset as
4849         pointing halfway into vertical separator.       
4850         (gtk_tree_view_draw_node_focus_rect): ditto
4851
4852         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
4853         --gtk-debug=updates, which causes gdk_window_set_debug_updates
4854         (TRUE) to be called.
4855
4856         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
4857         debug mode where the invalid region is colored in on invalidate,
4858         so you can see the flicker and know whether your redraw code is 
4859         doing a good job.
4860
4861         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
4862         tree window coordinates (clip rect is in tree window coords)
4863
4864         * gtk/Makefile.am: add gtktreednd.[hc]
4865
4866         * gtk/gtkliststore.c: implement gtktreednd interfaces.
4867
4868         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
4869         drag-and-drop data operations on a model (so we can set up tree
4870         drag-and-drop automatically)
4871
4872         * gtk/testgtk.c: Add a window to change sensitivity in the
4873         GtkLabel test; add a way to change the entry frame in GtkEntry
4874         test
4875
4876         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
4877         (gtk_entry_get_has_frame): new functions to remove the frame
4878         around an entry
4879         (gtk_entry_size_request): shrink requisition if no frame
4880         (gtk_entry_draw_focus): don't draw frame if no frame
4881
4882         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
4883         checks inside a cell renderer
4884         (gtk_default_draw_option): ditto for options
4885
4886         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
4887         children from the alignment, not the button
4888         (gtk_tree_view_column_init): ref/sink the column, to emulate
4889         GObject refcounting.
4890
4891         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
4892         
4893         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4894         Use theme functions to draw the toggles 
4895
4896         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
4897
4898         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
4899         GdkPangoAttrEmbossed to use in rendering insensitive text
4900
4901         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
4902
4903         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
4904         using new GDK features
4905         
4906 2001-01-24  Alexander Larsson  <alexl@redhat.com>
4907
4908         * gtk/gtkimage.c:
4909         Splitted gtk_image_clear into gtk_image_clear() and
4910         gtk_image_reset(). Call gtk_image_clear() in ::destroy
4911         to avoid leaks.
4912
4913         * gtk/gtklabel.c (set_markup):
4914         Don't leak text.
4915
4916         * gtk/gtktextlayout.c:
4917         Always free display->shaped_objects.
4918
4919         * gtk/testgtk.c (create_clist):
4920         Don't leak custom style.
4921
4922 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4923
4924         * gtk/gtkcolorsel.c (grab_color_at_mouse):
4925         Don't leak image. Simplify using gdk_colormap_query_color().
4926         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
4927
4928         * linux-fb/gdkcolor-fb.c:
4929         Implemented gdk_colormap_query_color.
4930
4931 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4932
4933         * linux-fb/gdkcursor-fb.c:
4934         Don't leak built-in cursors.
4935
4936         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
4937         Don't leak tmp_points.
4938
4939         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
4940         Don't modify desc. Don't leak font if the PangoFont
4941         isn't found.
4942         
4943         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
4944         Free dash_list.
4945
4946         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
4947         Don't leak string.
4948         
4949 2001-01-20  Havoc Pennington  <hp@pobox.com>
4950
4951         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
4952         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
4953         me, matches Pango
4954
4955 2001-01-22  Havoc Pennington  <hp@redhat.com>
4956
4957         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
4958
4959         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
4960
4961         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
4962         Remove, move back to gdk-pixbuf
4963
4964         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
4965         to all the word functions
4966
4967         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
4968         before doing anything on NULL layout or if we don't have the focus
4969
4970         * gtk/testtext.c (fill_example_buffer): "justification"
4971
4972         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
4973         to be called "justification" not "justify"
4974
4975         * demos/gtk-demo/textview.c (create_tags): "justification"
4976         
4977         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
4978
4979 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4980
4981         * gdk/gdkwindow.c (gdk_window_invalidate_region):
4982         Don't leak visible_region. Use visible_region instead of region.
4983         
4984         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
4985         Don't do extra gdk_drawable_ref(). This is not X.
4986         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
4987         gdk_fb_focused_window is ref:ed.
4988         (gdk_fb_window_send_crossing_events): Watch out for destroyed
4989         windows.
4990
4991 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4992
4993         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
4994         Don't leak the PangoFontDescriptor.
4995
4996 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
4997
4998         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
4999         when not realized.
5000         (gtk_tree_view_scroll_to_cell): Make work when not realized.
5001         (gtk_tree_view_realize): add scroll_to support
5002         (gtk_tree_view_finalize): add a finalize method.  Populate.
5003         (gtk_tree_view_insert_column): ref and sink the column.
5004         (gtk_tree_view_append_column): ref and sink the column.
5005         (gtk_tree_view_queue_draw_node): New function to handle redrawing
5006         individual nodes.  Should make the code much more efficient, if
5007         actually used.
5008
5009 2001-01-19  Havoc Pennington  <hp@redhat.com>
5010
5011         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
5012         byte_offset variable was being used to mean both "offset into
5013         layout" and "offset into buffer line" which was no longer true
5014         with addition of preedit string; fix
5015
5016 2001-01-19  Havoc Pennington  <hp@redhat.com>
5017
5018         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
5019
5020         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
5021         function
5022
5023         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
5024         implement
5025
5026         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
5027         scroll_to_cell, matches TextView scroll functions better
5028         (gtk_tree_view_tree_to_widget_coords): new function
5029         (gtk_tree_view_widget_to_tree_coords): new function
5030         (gtk_tree_view_get_visible_rect): new function
5031         (gtk_tree_view_get_path_at_pos): accept negative coordinates
5032         (gtk_tree_view_draw_node_focus_rect): new function moved from
5033         draw_focus, also, use width of bin_window as width of the focus
5034         rect
5035         (gtk_tree_view_expand_row): fix bug where it didn't recognize
5036         already-expanded rows
5037         (gtk_tree_view_get_cell_rect): new function
5038         (gtk_tree_view_get_path_at_pos): return the click position
5039         relative to the passed-in cell
5040         (gtk_tree_view_set_expander_column): new function
5041
5042         * configure.in: remove gtk-config-2.0 chmod
5043
5044         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
5045         and properly handle drags with targets we don't understand
5046         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
5047         scrolling anyway
5048         (gtk_text_view_drag_drop): stop scrolling here though, and set the
5049         mark invisible
5050
5051         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
5052         function
5053         (gtk_drag_dest_get_target_list): new function
5054         (gtk_drag_dest_set_target_list): new function
5055         
5056         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
5057
5058         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
5059         related to drag-and-drop
5060
5061 2001-01-19  Alexander Larsson  <alexl@redhat.com>
5062
5063         * gdk/linux-fb/gdkprivate-fb.h:
5064         Define EMULATE_GDKFONT.
5065         Add extra pango_font stuff to GfkFontPrivate.
5066         
5067         * gdk/linux-fb/gdkdrawable-fb2.c:
5068         * gdk/linux-fb/gdkfont-fb.c:
5069         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
5070         emulation using PangoFont.
5071
5072 2001-01-17  Havoc Pennington  <hp@pobox.com>
5073
5074         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
5075         all the non-deprecated set_foo functions. Added missing object
5076         properties, and added g_object_notify() to setters. 
5077         Wrote docs.
5078         
5079 2001-01-18  Tor Lillqvist  <tml@iki.fi>
5080
5081         * gtk/gtkmain.c
5082         * gtk/gtkrc.c: (Win32) Use the new
5083         g_win32_get_package_installation_(sub)directory() functions.
5084
5085         * config.h.win32.in: New file.
5086         
5087         * config.h.win32: Removed.
5088
5089         * configure.in: Output config.h.win32.
5090
5091         * Makefile.am: Add it to EXTRA_DIST.
5092
5093         * gtk/gtk.def: Update.
5094
5095 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
5096
5097         * gtk/gtklabel.c (gtk_label_size_request): Set the
5098         attributes onto the PangoLayout even if they are newly
5099         created from label->pattern.
5100
5101 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
5102
5103         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
5104
5105         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
5106         structures in functions. Fixes bug where gtk_dataset_*
5107         was accidentally still being used in one place, causing
5108         every dest side event to be treated independently.
5109
5110         * gtk/gtkdnd.c: Remove last vestages of handling
5111         ::draw (fixes warning)
5112         
5113         * gtk/gtkentry.[ch]: Add drag and drop support.
5114
5115         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
5116         new function gtk_check_drag_threshhold() for checking
5117         to check if (dx,dy) has exceeded the threshhold for starting
5118         a drag and use it everywhere.
5119
5120 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
5121
5122         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
5123         add -I{includedir}/gtk-2.0.
5124
5125         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
5126         gdk/gdk-pixbuf.h: Doc fixups.
5127         
5128         * gtk/gtkobject.h: Remove trailing , from enum
5129
5130 2001-01-17 Alexander Larsson <alexl@redhat.com> 
5131
5132         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
5133         Doh! Mixed up x and y.
5134
5135         * gdk/linux-fb/gdkglobals-fb.c:
5136         Removed gdk_fb_pointer_grab_window_events,
5137         added _gdk_fb_pointer_grab_owner_events and
5138         _gdk_fb_keyboard_grab_owner_events.
5139
5140         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
5141         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
5142         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
5143         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
5144         Send crossing events after ungrab finished.
5145         (gdk_keyboard_grab): Set ..._owner_events
5146         (type_masks): Move out of function.
5147         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
5148         gdk_fb_keyboard_event_window): New functions, return the
5149         window an event should be targeted at. Handles grabs and
5150         event propagation. Can return NULL.
5151         (gdk_event_make): Remove event_mask checking. Now always
5152         returns an event.
5153                 
5154         * gdk/linux-fb/gdkkeyboard-fb.c:
5155         * gdk/linux-fb/gdkproperty-fb.c:
5156         * gdk/linux-fb/gdkselection-fb.c:
5157         Use new event_window/gdk_event_make() behaviour.
5158         
5159         * gdk/linux-fb/gdkmouse-fb.c:
5160         Use new event_window/gdk_event_make() behaviour.
5161         Only send motion events if in the same window.
5162         If grabbed, use cursor from window if sibling of grabbed
5163         window, and cursor from grabbed window otherwise.
5164
5165         * gdk/linux-fb/gdkprivate-fb.h:
5166         Update gdk_fb_window_send_crossing_events, gdk_event_make
5167         and grab varaible declarations. Add gdk_fb_*_event_window().
5168
5169         * gdk/linux-fb/gdkwindow-fb.c:
5170         Use new event_window/gdk_event_make() behaviour.
5171         Keep correct track of focus window.
5172         (gdk_window_set_events): Set all specific button motion masks
5173         if GDK_BUTTON_MOTION_MASK set.
5174
5175         * gtk/gtkdnd.c (gtk_drag_update):
5176         Free info->last_event if gdk_drag_motion returned FALSE.
5177
5178 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5179
5180         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
5181         Eliminate redraws when input-only windows are shown or
5182         hidden. Thanks to jpe@archaeopteryx.com.
5183
5184 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
5185
5186         * docs/faq/gtk-faq.sgml: FAQ update:
5187           - Update to bugzilla
5188           - Add GTK+ and security/SUID/SGID
5189           - Add DnD question
5190
5191 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
5192
5193         * gdk/linux-fb/gdkdnd-fb.c:
5194         Some cleanups.
5195         
5196 2001-01-15  Havoc Pennington  <hp@pobox.com>
5197
5198         * tests/testtreeview.c: add test stuff for CellRendererToggle
5199
5200         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
5201         accessor
5202
5203         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
5204         only toggle on button press (would do release like GtkButton, but
5205         we'd need implicit grab code for treeview cells)
5206
5207 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5208
5209         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
5210
5211         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
5212         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
5213
5214         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
5215         to g_{locale,filename}_{to,from}_utf8 to match current API.
5216
5217         * gtk/makefile.msc.in (gtk_OBJECTS)
5218         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
5219
5220         * gtk/gtk.def: Update.
5221
5222 2001-01-15  Tor Lillqvist  <tml@iki.fi>
5223
5224         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
5225         implementaion that more closely mimics the events that an X server
5226         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
5227         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
5228         with nested preview widgets, for instance, more responsive when
5229         you move the mouse quickly into them.
5230         (find_window_for_pointer_event): Make it actually compile.
5231         (gdk_event_translate): Set send_event to the value of
5232         InSendMessage (). This doesn't really mean the same as X11's
5233         send_event flag, but is close enough, says jpe@archaeopteryx.com
5234
5235 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5236
5237         * gdk/linux-fb/gdkdnd-fb.c:
5238         Implemented drag and drop.
5239         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
5240         when it tries to free and then copy the same event (info->last_event).
5241         I am not sure about why this happens, but will continue looking.
5242
5243 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5244
5245         * gdk/linux-fb/gdkwindow-fb.c:
5246         Use gdk_window_invalidate_rect instead of
5247         gdk_window_invalidate_rect_clear to minimise flashing.
5248         When hiding windows you need to clear the root window though.
5249
5250 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5251
5252         * gdk/linux-fb/gdkdrawable-fb2.c:
5253         For optization, add an full_shapes argument to gdk_fb_clip_region.
5254         If this is false, only the cliprects of the shapes are used.
5255
5256         * gdk/linux-fb/gdkprivate-fb.h:
5257         Export gdk_fb_window_peek_shape.
5258         Add full_shapes to gdk_fb_clip_region.
5259
5260         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
5261         When moving a window, don't clear everything under the it, just the
5262         root window. Makes stuff faster and flash less.
5263         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
5264         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
5265         offset of the shape.
5266         
5267
5268 2001-01-12  Havoc Pennington  <hp@redhat.com>
5269
5270         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
5271         current invalid region, fixes redraw bug while scrolling the 
5272         text widget
5273
5274         * gtk/gtktextview.c, gtk/gtktextview.h:
5275         Rearrange the scrolling/validation/etc. code in a major way, 
5276         so it seems to make sense to me. Probably isn't genuinely that
5277         much better, but...
5278
5279         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
5280         notifies
5281
5282         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
5283
5284 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
5285
5286         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
5287         Hide mouse pointer while rotation. Show it afterwards.
5288
5289 2001-01-12  Alexander Larsson  <alexl@redhat.com>
5290
5291         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
5292         windows in consideration when generating clip region.
5293
5294         * gdk/linux-fb/gdkfb.h:
5295         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
5296
5297         * gdk/linux-fb/gdkprivate-fb.h:
5298         Add shape to GdkWindowFBDatat.
5299         exported gdk_fb_window_get_abs_shape().
5300         removed gdk_fb_draw_lines declaration.
5301
5302         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
5303         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
5304         send focus changes when there is a grabbed window.
5305         (gdk_window_get_pointer): Handle shaped windows.
5306         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
5307         (gdk_fb_window_peek_shape): Returns the shape for a window,
5308         handles GDK_FB_USE_CHILD_SHAPE.
5309         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
5310         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
5311         (gdk_window_shape_combine_mask): Implement.
5312
5313         * gtk/gtkwindow-decorate.c:
5314         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
5315         setting the shape of a window makes the window transparent.
5316
5317 2001-01-11  Havoc Pennington  <hp@redhat.com>
5318
5319         * gtk/gtktreemodelsimple.h: Oops, broke some macros
5320
5321 2001-01-10  Havoc Pennington  <hp@redhat.com>
5322
5323         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
5324         add this function, bug 40251
5325
5326         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
5327         of type macro   
5328
5329 2001-01-11  Alexander Larsson  <alexl@redhat.com>
5330
5331         * acconfig.h:
5332         Added ENABLE_SHADOW_FB
5333
5334         * configure.in:
5335         Added --disable-shadowfb
5336
5337         * gdk/linux-fb/gdkcursor-fb.c:
5338         Update shadowfb when updating cursor
5339
5340         * gdk/linux-fb/gdkdrawable-fb2.c:
5341         Added wrappers for shadowfb that calls  the normal drawable
5342         methods, but calls gdk_shadow_fb_update(bounding box) when
5343         GdkWindows are drawed to.
5344         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
5345         which also returns the bounding box.
5346
5347         * gdk/linux-fb/gdkfb.h:
5348         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
5349
5350         * gdk/linux-fb/gdkgeometry-fb.c:
5351         Update shadowfb when scrolling window.
5352
5353         * gdk/linux-fb/gdkglobals-fb.c:
5354         Add _gdk_fb_screen_angle.
5355         
5356         * gdk/linux-fb/gdkkeyboard-fb.c:
5357         Test code for screen rotation. Shift-F2 in the xlate driver
5358         rotates the screen.
5359
5360         * gdk/linux-fb/gdkmain-fb.c:
5361         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
5362
5363         * gdk/linux-fb/gdkmouse-fb.c:
5364         Use fb_width/height instead of modeinfo.xres/yres.
5365
5366         * gdk/linux-fb/gdkprivate-fb.h:
5367         Added fb_men, fb_width, fb_height & fb_stride. When using
5368         shadow fb these can differ from the framebuffer stuff.
5369         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
5370         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
5371         _gdk_fb_screen_angle. Removed CM, RP.
5372
5373         * gdk/linux-fb/gdkrender-fb.c:
5374         Added code for shadowfb handling and screen rotation using
5375         shadowfb.
5376
5377         * gdk/linux-fb/gdkwindow-fb.c:
5378         Use fb_mem, fb_stride, fb_width, fb_height.
5379         Added recompute_rowstride to reset the rowstride of all windows.
5380         Added gdk_fb_recompute_all() which recomputes rootwindow size,
5381         window abs positions and window rowstrides. Usefull when the
5382         rotation has changed.
5383
5384 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
5385
5386         * docs/faq/gtk-faq.sgml: update to make web site updating easier
5387
5388 2001-01-10  Havoc Pennington  <hp@redhat.com>
5389
5390         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
5391         where sibling == iter
5392         (gtk_tree_store_insert_after): handle sibling == iter
5393         (gtk_tree_store_prepend): remove stamp checks
5394         (gtk_tree_store_insert_before): ditto
5395         (gtk_tree_store_append): ditto
5396         (gtk_tree_store_get_path): ditto
5397         (gtk_tree_store_get_value): ditto
5398         (gtk_tree_store_iter_has_child): ditto
5399         (gtk_tree_store_iter_n_children): ditto
5400         (gtk_tree_store_iter_nth_child): ditto
5401         (gtk_tree_store_insert_after): ditto
5402         (gtk_tree_store_is_ancestor): ditto
5403         (gtk_tree_store_iter_depth): ditto
5404         (gtk_tree_store_insert_before): assert that sibling's parent is
5405         the same as the passed-in parent
5406         (gtk_tree_store_insert_after): assert that sibling's parent is
5407         the same as the passed-in parent
5408
5409         
5410         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
5411         function to get the first iterator in a model
5412         
5413         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
5414         conventionally the "root" in this sense is just NULL afaict.
5415
5416         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
5417         where sibling == iter
5418         (gtk_list_store_insert_after): handle case where sibling == iter
5419
5420         * tests/testtreeview.c (run_automated_tests): fairly lame basic
5421         automated tests for ListStore, TreeStore
5422
5423         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
5424         (gtk_list_store_insert): update tail pointer, and fix it to work
5425         (gtk_list_store_insert_before): update tail pointer, and fix it to work
5426         (gtk_list_store_append): use tail to be faster
5427         (gtk_list_store_prepend): fix it, update tail pointer
5428         (gtk_list_store_insert_after): fix it, update tail pointer
5429
5430         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
5431         the list
5432
5433 2001-01-09  Havoc Pennington  <hp@redhat.com>
5434
5435         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
5436         is NULL due to a pending resize
5437
5438         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
5439         column width to values less than 1
5440
5441         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
5442         width to be between min/max width, and still set the width 
5443         even if autosize is turned on, so the tree view can use this 
5444         function in order to autosize.
5445         (gtk_tree_view_column_init): set initial width to 1 not 0
5446
5447         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
5448         setter function to modify column width, so we get notification
5449         (gtk_tree_view_insert_iter_height): ditto
5450         (gtk_tree_view_calc_size): ditto
5451         (gtk_tree_view_check_dirty): ditto
5452
5453         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
5454         properties to change all the interesting attributes of the tree
5455         view column.
5456         (gtk_tree_view_column_set_header_clickable): rename set_clickable
5457         (gtk_tree_view_column_get_clickable): add
5458         (gtk_tree_view_column_set_cell_renderer): don't unset the current
5459         attributes; assume a cell renderer with equivalent object
5460         properties has been swapped in. Do g_object_notify().
5461         (gtk_tree_view_column_set_visible): g_object_notify
5462         (gtk_tree_view_column_get_sizing): rename from get_col_type
5463         (gtk_tree_view_column_set_sizing): g_object_notify
5464         (gtk_tree_view_column_set_width): add g_object_notify
5465         (gtk_tree_view_column_set_min_width): ditto
5466         (gtk_tree_view_column_set_max_width): ditto
5467         (gtk_tree_view_column_set_title): ditto
5468         (gtk_tree_view_column_set_clickable): ditto
5469         (gtk_tree_view_column_set_widget): ditto
5470         (gtk_tree_view_column_set_justification): ditto
5471
5472 2001-01-09  Havoc Pennington  <hp@redhat.com>
5473
5474         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
5475         there are no rows in the model
5476
5477         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
5478         NULL, then return the start of the list
5479
5480         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
5481         if we can't get any rows from an empty model 
5482
5483         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
5484         extraneous * after function pointer typedef usage
5485
5486         * Makefile.am: don't specify full path to cp and rm
5487
5488         * gtk/gtkcellrenderertextpixbuf.c
5489         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
5490         NULL before dereferencing, fixes a segfault that happened from
5491         time to time
5492
5493         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
5494         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
5495         and reindent the function
5496         (gtk_cell_renderer_pixbuf_get_size): indentation
5497
5498         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
5499         we quit it
5500         (gtk_dialog_add_buttons_valist): add g_return_if_fail
5501         (gtk_dialog_set_default_response): New function, to set default
5502         button
5503         (gtk_dialog_set_response_sensitive): New function, to set 
5504         sensitivity of buttons
5505
5506         * gtk/gtkcellrendererpixbuf.c
5507         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
5508         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
5509
5510         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
5511         handle any G_TYPE_OBJECT subclass, not just the base class, and 
5512         also boxed types.
5513         (_gtk_tree_data_list_value_to_node): ditto
5514
5515         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
5516         --gtk-debug=tree
5517
5518         * gtk/gtkmain.c: add GTK_DEBUG_TREE
5519
5520         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
5521
5522 2001-01-09  Tor Lillqvist  <tml@iki.fi>
5523
5524         * gdk/win32/gdkevents-win32.c: Implement better mouse
5525         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
5526         (find_window_for_pointer_event): New function.
5527         (gdk_event_translate): Use it when handling mouse events.
5528
5529 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
5530
5531         * configure.in:
5532         Added --with-included-loaders option
5533
5534         * gdk-pixbuf/Makefile.am:
5535         * gdk-pixbuf/gdk-pixbuf-io.c:
5536         Add support for including selected gdk-pixbuf loaders only.
5537
5538         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
5539         gtk_window_set_has_frame):
5540         Added inline documentation.
5541
5542         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
5543         * docs/reference/gdk/tmpl/windows.sgml:
5544         Added inline documentation.
5545
5546 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
5547
5548         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
5549         realizing buttons that have already been realized.
5550
5551 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
5552
5553         * tests/testtreeview.c (main): Show menu items before adding to
5554         option menu.
5555
5556         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
5557         around if we kill them.
5558
5559         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
5560         Return if we pass in a NULL model.
5561
5562 2001-01-08  Havoc Pennington  <hp@redhat.com>
5563
5564         * tests/testtreeview.c: hack on this some
5565
5566         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
5567         gtk_tree_store_set_valist, v is for arrays, valist for varargs
5568         list
5569         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
5570
5571         * gtk/gtkliststore.h: Add varargs set() and get() convenience
5572         functions
5573
5574 2001-01-08  Alexander Larsson  <alexl@redhat.com>
5575
5576         * gtk/gtkwindow-decorate.[hc]:
5577         * gtk/Makefile.am:
5578         New files. Contains an implementation of a minimal WM for
5579         linux-fb.
5580
5581         * gtk/gtkwindow.h:
5582         Add the possibility for GtkWindows to specify a frame. This
5583         is used for the window decoration code, but could concievably
5584         be used for X programs too (xmms style windows).
5585         GtkWindow->frame is the toplevel window if the window is framed.
5586         The signal frame_event gets all events that are targeted to
5587         GtkWindow->frame.
5588         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
5589         
5590         * gtk/gtkwindow.c:
5591         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
5592         Call out to gtkwindow-decorate.c for WM support in linx-fb.
5593
5594 2001-01-08  Alexander Larsson  <alexl@redhat.com>
5595
5596         * docs/README.linux-fb:
5597         Correct filename ~/.pangoft2_aliases
5598
5599         * gdk/gdkwindow.h:
5600         Added new function gdk_window_get_decorations.
5601
5602         * gdk/linux-fb/gdkfb.h:
5603         Removed _gdk_window_get_decorations declaration.
5604         Renamed _gdk_window_set_child_handler to
5605         gdk_fb_window_set_child_handler.
5606
5607         * gdk/linux-fb/gdkwindow-fb.c:
5608         Renamed _gdk_window_set_child_handler to
5609         gdk_fb_window_set_child_handler.
5610
5611         * gdk/x11/gdkwindow-x11.c:
5612         New function gdk_window_get_mwm_hints().
5613         Implemented gdk_window_get_decorations.
5614
5615         * docs/reference/gdk/tmpl/windows.sgml:
5616         * docs/reference/gdk/gdk-sections.txt:
5617         Added gdk_window_get_decorations docs.
5618         
5619 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
5620
5621         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
5622         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
5623         gdk_fb_window_send_crossing_events):
5624         Possibly send focus events when the mouse moves from one
5625         window to another.
5626
5627 2001-01-07  Tor Lillqvist  <tml@iki.fi>
5628
5629         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
5630         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
5631         to match current API.
5632
5633         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
5634         environment variable is set, don't call g_error when on a
5635         palettized (PseudoColor) display. Some people want to use GTK+ 
5636         in 256-colour mode even though works only partially.
5637
5638         * gdk/gdk.def
5639         * gtk/gtk.def
5640         * gtk/makefile.mingw.in: Update.
5641
5642 2001-01-05  Havoc Pennington  <hp@redhat.com>
5643
5644         * tests/testtreeview.c: hack on this a bit
5645
5646         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
5647         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
5648
5649         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
5650         was spelled incorrectly
5651         (GTK_IS_TREE_MODEL_SIMPLE): ditto
5652
5653         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
5654         from gtk_tree_view_set_headers_active   
5655
5656         * gtk/gtktexttag.c:
5657         (gtk_text_tag_get_property): handle PROP_DIRECTION
5658         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
5659         properties, bug 40235
5660
5661         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
5662         forward_to_line_end
5663
5664 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
5665
5666         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
5667         modules/input/gtkimcontextxim.c: Adapt to new prototypes
5668         for unicode,locale,filename conversion functions.
5669
5670 2001-01-05  Havoc Pennington  <hp@redhat.com>
5671
5672         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
5673         broken if called on the first position in the buffer.
5674
5675         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
5676         forward_to_delimiters to be called only if we aren't already at
5677         the delimiters.
5678
5679 2001-01-05  Havoc Pennington  <hp@redhat.com>
5680
5681         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
5682
5683 2001-01-05  Alexander Larsson  <alexl@redhat.com>
5684
5685         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
5686         colormap in here. Sync from X port.
5687         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
5688         Sync from X port.
5689         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
5690         This happens now and then, and i don't think it is a bug.
5691         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
5692         != endpoint.
5693         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
5694         GDK_LINE_SOLID.
5695
5696         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
5697         some of the fields filled in at least.
5698
5699         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
5700         miLineArcD is no more, remove it from the function definition.
5701
5702 2001-01-04  Havoc Pennington  <hp@redhat.com>
5703
5704         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
5705         this
5706
5707         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
5708         user_data instead of tree_node
5709
5710         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
5711         TREE_VIEW_COLUMN_SIZE
5712
5713         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
5714         "size" field to "width" finishes bug 40061
5715
5716         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
5717         for bitfields, bug 40268
5718
5719 2001-01-04  Havoc Pennington  <hp@redhat.com>
5720
5721         Rename some stuff:
5722         
5723         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
5724
5725         s/GtkModelSimple/GtkTreeModelSimple/g;
5726         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
5727         s/gtk_model_simple/gtk_tree_model_simple/g;
5728         s/gtkmodelsimple/gtktreemodelsimple/g;
5729
5730         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
5731
5732         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
5733         s/column_set_col_type/column_set_sizing/g;
5734
5735         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
5736         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
5737
5738         s/GtkCellRendererType/GtkCellRendererState/g;
5739         
5740         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
5741         (gtk_cell_renderer_toggle_class_init): change "state" property to
5742         "active", to match GtkToggleButton
5743         (gtk_cell_renderer_toggle_get_active): new function, bug
5744         40269
5745         (gtk_cell_renderer_toggle_set_active): new function
5746         (gtk_cell_renderer_toggle_set_property): route changes to toggle
5747         state through gtk_cell_renderer_set_active
5748
5749 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
5750
5751         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
5752         temporarily until they work again.  Brought up to date with
5753         changes in the model.
5754         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
5755         model.
5756
5757 2001-01-04  Havoc Pennington  <hp@redhat.com>
5758
5759         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
5760         equal to the line length, then position iterator before paragraph 
5761         separators. Fixes crash reported by Mikael Hermansson when
5762         pressing left arrow from the start of a line.   
5763
5764         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
5765         about byte indexes off the end
5766         (iter_set_from_char_offset): add g_error about char offsets
5767         off the end
5768
5769 2001-01-03  Havoc Pennington  <hp@redhat.com>
5770
5771         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
5772
5773         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
5774         of private functions; remove inclusion of private headers.
5775
5776         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
5777         function, so we don't need private functions in gtktextdisplay.c
5778
5779         * gtk/gtktextiterprivate.h: underscore-ification
5780
5781         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
5782         to instead say "only useful to implement widgets"
5783
5784         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
5785         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
5786         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
5787
5788         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
5789         This function was completely broken
5790
5791         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
5792
5793         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
5794
5795         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
5796
5797         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
5798
5799         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
5800
5801         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
5802
5803         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
5804         gtk_paint_layout
5805
5806         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
5807         gtk_paint_layout
5808
5809         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
5810         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
5811         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
5812         which were not implemented.     
5813
5814         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
5815         insert_pixbuf signal. Rename delete_text to delete_range since it
5816         also deletes pixbufs and child anchors. This almost closes bug
5817         40245 (still need to deal with child anchors)
5818
5819         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
5820         insert_pixbuf, change signal names as appropriate, change types of
5821         signals taking marks/tags to have the specific type, not just
5822         G_TYPE_OBJECT
5823         
5824         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
5825         closes bug 40051
5826
5827         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
5828         unnecessary remove_contents() call
5829         (gtk_option_menu_class_init): add a "changed" signal, closes
5830         bug 40039
5831         (gtk_option_menu_update_contents): emit "changed" if the 
5832         active menu item changes
5833
5834         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
5835         cast to GtkObject, reported by Jonas Borgstrom
5836         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
5837         we can't do stuff with side effects in finalize. Instead, spew a
5838         warning if the loader isn't closed.
5839
5840         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
5841         colormap in here, non-X ports probably need to sync to this change
5842
5843         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
5844         assertion that colormap != NULL, you can set the colormap to NULL
5845         if you like.
5846         
5847         * Makefile.am: remove gtk-config-2.0
5848
5849         * configure.in: Use pkg-config to locate GLib. Remove
5850         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
5851         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
5852         Use pkg-config to locate Pango. Output correct Pango libs to
5853         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
5854
5855         * Makefile.am (pkgconfig_DATA): install only target-specific pc
5856         files
5857         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
5858         X11 pc files
5859
5860         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
5861         unref from here
5862
5863 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
5864
5865         * configure.in:
5866         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
5867
5868 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5869
5870         * gtk/gtktextlayout.c
5871         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
5872         variable when moving back onto a single line.
5873
5874 2001-01-01  Havoc Pennington  <hp@redhat.com>
5875
5876         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5877
5878         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5879
5880         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
5881         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
5882
5883 2001-01-01  Havoc Pennington  <hp@redhat.com>
5884
5885         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
5886
5887         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
5888         GtkTextAttributes
5889
5890         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
5891         #40246
5892         (gtk_text_attributes_copy_values): rename from 
5893         gtk_text_attributes_copy
5894         (gtk_text_attributes_copy): a more standard GTK copy function, 
5895         which returns a new object
5896
5897 2001-01-01  Havoc Pennington  <hp@redhat.com>
5898
5899         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
5900         
5901         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
5902         don't fill in tree_view->priv->selection, kind of an unexpected
5903         side effect
5904
5905         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
5906         gtkintl.h
5907         
5908         * gtk/gtkcellrenderer.c: Remove definition of _ and include
5909         gtkintl.h
5910         (gtk_cell_renderer_get_property): remove calls to g_value_init
5911
5912         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
5913         gtkintl.h
5914
5915         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
5916         and include gtkintl.h
5917         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
5918         property names
5919
5920         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
5921         GtkTreeSelection
5922         (_gtk_tree_selection_new_from_with_view): rename, return
5923         GtkTreeSelection
5924         (_gtk_tree_selection_set_tree_view): rename with uscore
5925         (gtk_tree_selection_get_selected): fill in the "model" out param
5926         first, so it gets filled in even if we return at the top of the 
5927         function
5928         (gtk_tree_selection_real_select_all): add a comment and an else{}
5929         to clarify this a bit
5930         (gtk_tree_selection_real_unselect_all): add the same else{}
5931
5932         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
5933         set_tree_view to have underscore prefixes, move them to the
5934         private header, fix return type of new_with_tree_view
5935         (struct _GtkTreeSelection): mark struct
5936         fields private  
5937
5938         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
5939         GtkTreeModelFlags, not a guint
5940         (gtk_tree_path_prev): return gboolean not gint
5941         (gtk_tree_path_up): return gboolean not gint
5942
5943         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
5944         return GtkTreeModelFlags, not a guint
5945
5946         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
5947         that child model is non-null before unrefing it
5948         (g_value_int_compare_func): make this a qsort compare func, not 
5949         a boolean predicate
5950
5951         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
5952         (add -umn to the end), and mark it unimplemented
5953         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
5954         I don't see what it's for - doesn't the model always sort itself?
5955         (gtk_tree_model_sort_set_compare): this had the wrong signature
5956
5957         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
5958         Fix the docs to say that it destructively replaces existing
5959         attributes (previously said that it added attributes).
5960         (gtk_tree_view_column_set_visible): canonicalize bool before
5961         equality testing. Also, check for realization before
5962         hiding/showing the tree_column->window; if this window could exist
5963         before realization, then it's busted and needs fixing, we can't 
5964         create GDK resources pre-realization. Also, remove
5965         superfluous queue_resize(), since set_size() does that for us.
5966         (gtk_tree_view_column_set_col_type): check realization before 
5967         using tree_column->window
5968
5969         * gtk/gtktreedatalist.c: fix filename in copyright notice
5970
5971 2000-12-31  Havoc Pennington  <hp@pobox.com>
5972
5973         * gtk/gtktextview.c: Rearrange all the
5974         scroll-while-dragging-or-selecting code to be different, not
5975         necessarily better. ;-)
5976         (gtk_text_view_scroll_to_mark): Change this
5977         function to take within_margin as a fraction instead of a pixel
5978         value, and to take alignment arguments (indicating where to align 
5979         the mark inside the visible area)
5980         
5981         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
5982         to GtkObject
5983
5984         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
5985         behavior so that offsets past the end of the line are not 
5986         allowed, and an offset equal to the line length moves the iterator
5987         to the next line
5988         (gtk_text_iter_set_line_index): make parallel change
5989         (gtk_text_iter_get_bytes_in_line): add this function
5990         
5991         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
5992         of byte indexes off the end of the line; byte index at the end of
5993         the line now returns FALSE and doesn't fill in the requested
5994         values, byte index past the end of the line is an error.  Also,
5995         don't allow -1 offset anymore, since its meaning is unclear.
5996
5997         This change exposes some bug in visual cursor motion, where we
5998         end up with a huge invalid byte index; needs fixing. Symptom of 
5999         bug is a crash when you hit up arrow.
6000         
6001         (_gtk_text_line_char_locate): match the change to byte_locate
6002
6003         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
6004         from start of line properly. fixes bug reported by Mikael
6005         Hermansson where backspace would delete all text before the
6006         cursor.
6007
6008 2000-12-30  Tor Lillqvist  <tml@iki.fi>
6009
6010         * gdk/win32/gdkwindow-win32.c
6011         (gdk_window_impl_win32_get_visible_region): New function, as in
6012         the X11 backend.
6013         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
6014         instead of duplicating the same code here.
6015
6016         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
6017         GDK_COLORMAP macro.
6018
6019         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
6020         destroy function.
6021         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
6022         access that.
6023
6024         * gtk/gtk.def: Update.
6025
6026         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
6027
6028 2000-12-30  Havoc Pennington  <hp@pobox.com>
6029
6030         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
6031         colormap on input only windows, to avoid special cases all over
6032         the code for these windows.
6033
6034 2000-12-26  Tor Lillqvist  <tml@iki.fi>
6035
6036         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
6037         we are on a palettized display ("PseudoColor" in X11), as the code
6038         for that doesn't work anyway, and never has.
6039
6040 2000-12-22  Alexander Larsson  <alexl@redhat.com>
6041
6042         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
6043         Don't use isprint() for chars > 255.
6044
6045 2000-12-21  Havoc Pennington  <hp@redhat.com>
6046
6047         * tests/testtreeview.c: more work
6048
6049 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6050
6051         * docs/README.linux-fb:
6052         Update the docs to the new pangoft2 way.
6053
6054 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6055
6056         * configure.in:
6057         For linux-fb get the pangoft2 cflags and libs. This needs a recent
6058         pango version.
6059         Remove modules/linux-fb/Makefile.
6060
6061         * gdk/linux-fb/gdkdrawable-fb2.c:
6062         Render glyphs using freetype.
6063
6064         * gdk/linux-fb/gdkfb.h:
6065         Add new fb-specific functions needed for managing windows.
6066
6067         * gdk/linux-fb/gdkmain-fb.c:
6068         Remove gdk_font_init/fini() calls.
6069
6070         * gdk/linux-fb/gdkpango-fb.c:
6071         Remove old implementation. Use pangoft2 instead.
6072
6073         * gdk/linux-fb/gdkprivate-fb.h:
6074         Remove PangoFBFont and related stuff.
6075
6076         * gdk/linux-fb/gdkwindow-fb.c:
6077         Implement drawable->get_visible_region.
6078         Implement support for _gdk_window_set_child_handler () and
6079         _gdk_window_get_decorations().
6080
6081         * modules/Makefile.am:
6082         Remove linux-fb subdir.
6083
6084         * modules/linux-fb/*:
6085         Removed all.
6086         
6087 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
6088
6089         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
6090         calls, as they are no longer needed.
6091
6092         * gtk/gtktreemodelsort.c: Fix up the comparison code.
6093         
6094         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
6095         figure out how to emit a signal on an interface.
6096
6097 2000-12-20  Havoc Pennington  <hp@redhat.com>
6098
6099         * tests: new directory to contain tests, gtk/test* should move
6100         here sometime (with appropriate on-cvs-server hackery)
6101
6102         * tests/testtreeview.c, tests/Makefile.am: a test
6103         
6104         * configure.in (AC_OUTPUT): add tests/Makefile
6105
6106         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
6107         and "invisible_set" which were missing
6108
6109         * gtk/gtkrbtree.h: some cheesy indentation fix
6110         
6111 2000-12-20  Alexander Larsson  <alexl@redhat.com>
6112
6113         * gtk/gtkinvisible.c (gtk_invisible_realize):
6114         Attach the style to the window so that the style it is not
6115         leaked when unrealizing the window.
6116
6117 2000-12-18  Havoc Pennington  <hp@redhat.com>
6118
6119         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
6120         begin/end user action where appropriate
6121         (gtk_text_view_commit_handler): add begin/end user action
6122
6123         * gtk/gtktextbuffer.c: add begin/end user action signals, and
6124         bracket interactive operations with begin/end user action pair.
6125         
6126         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
6127         "interactive" arg from insert_text and delete_text signals.
6128         Add begin_user_action, end_user_action signals
6129         (gtk_text_buffer_begin_user_action): 
6130         (gtk_text_buffer_end_user_action): New functions to delimit 
6131         a user-visible action
6132
6133         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
6134         signals.
6135         
6136 2000-12-18  Havoc Pennington  <hp@redhat.com>
6137
6138         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
6139         was pretty non-working.
6140
6141         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
6142         by passing the length to g_utf8_validate().
6143
6144 2000-12-16  Havoc Pennington  <hp@pobox.com>
6145
6146         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
6147         Port to GObject, can go back in gdk-pixbuf after setting up 
6148         a gdk-pixbuf-marshal.h header over there.
6149
6150         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
6151         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
6152         args
6153         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
6154         set
6155         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
6156         here, do it when we create the buttons later
6157         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
6158         (gtk_tree_view_map): paranoia checks that column->button is shown 
6159         and unmapped
6160         (gtk_tree_view_size_request): only request visible children.
6161         Move header size calculation in here, for cleanliness, and 
6162         to maintain invariants for child widgets if we eventually 
6163         let users set different children inside the buttons
6164         (gtk_tree_view_map_buttons): factor out code to map buttons,
6165         since it was being called several times
6166         (gtk_tree_view_size_allocate_buttons): move_resize the drag
6167         windows instead of just moving them; their height may change 
6168         if we allow random widgets in there, or the theme changes.
6169         (gtk_tree_view_size_allocate): move button size allocation 
6170         above emitting the scroll signals, to ensure a sane state when we
6171         hit user code
6172         (gtk_tree_view_button_release): remove queue_resize after
6173         tree_view_set_size(), set_size() will handle any resize queuing
6174         that's needed
6175         (gtk_tree_view_focus_in): just queue a draw, don't fool with
6176         draw_focus goo
6177         (gtk_tree_view_focus): use gtk_get_current_event() and
6178         gdk_event_get_state()
6179         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
6180         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
6181         semicolon
6182         (gtk_tree_view_create_button): show the button here
6183         (gtk_tree_view_button_clicked): actually emit the clicked signal
6184         on the column
6185         (_gtk_tree_view_set_size): return right away if the size is
6186         unchanged, as a cheesy optimization
6187         (gtk_tree_view_setup_model): rename set_model_realized to 
6188         setup_model to match the flag that indicates whether we've 
6189         called it
6190         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
6191         exist, because set_scroll_adjustment does that and it shouldn't
6192         matter what order you call these in
6193         (gtk_tree_view_get_vadjustment): ditto
6194         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
6195         for paranoia
6196         (gtk_tree_view_set_headers_visible): call
6197         gtk_tree_view_map_buttons() instead of using cut-and-paste code
6198         (gtk_tree_view_append_column): clarify whether the return value
6199         is the count of columns before or after, and do the increment 
6200         separately from the return statement so you can tell from the code.
6201         (gtk_tree_view_remove_column): ditto
6202         (gtk_tree_view_insert_column): ditto
6203         (gtk_tree_view_get_column): remove g_return_if_fail for columns
6204         outside the existing range, the docs say that outside-range
6205         columns are allowed, so we handle them as documented. (Presumably
6206         this allows a nice loop with column != NULL as test.)
6207         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
6208         mean (left/right/center etc.).
6209         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
6210         (gtk_tree_view_expand_row): add docs
6211         (gtk_tree_view_collapse_row): add docs
6212
6213         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
6214         function to emit the clicked signal on a column
6215         
6216         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
6217         state of an event
6218         (gdk_event_get_time): don't treat GDK_SCROLL 
6219         as a button event, remove default case from switch so gcc 
6220         will whine if we don't explicitly handle all event types
6221
6222         * gtk/gtktreeselection.h: added some FIXME 
6223         
6224         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
6225         "columns" to "n_columns" and "column" to "columns" for clarity
6226
6227 2000-12-16  Havoc Pennington  <hp@pobox.com>
6228         
6229         * gtk/gtktextiter.c: General cleanup of the log attr iteration
6230         stuff. This should make e.g. the delete key work again in the
6231         text widget...
6232         (gtk_text_iter_forward_cursor_positions): handle negative count
6233         (gtk_text_iter_backward_cursor_positions): handle negative count
6234         (gtk_text_iter_forward_word_ends): handle negative count
6235         (gtk_text_iter_backward_word_starts): handle negative count
6236
6237         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
6238         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
6239         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
6240         GObject. No doubt will cause breakage.
6241
6242         * demos/gtk-demo/textview.c: remove hacks around
6243         non-GObject-ification of the text objects
6244
6245         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
6246         the text tag
6247         
6248 2000-12-14  Havoc Pennington  <hp@pobox.com>
6249
6250         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
6251         that we have Xrender
6252
6253 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
6254
6255         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
6256         Add two virtualized functions gdk_drawable_get_clip_region - to
6257         get the clip region when drawing.
6258         
6259         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
6260         use invalidate_region.
6261
6262         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
6263         region.
6264
6265         * acconfig.h configure.in: Check for Xft. For now, assume
6266         that if Xft is found, Pango was compiled with Xft support
6267         as well.
6268
6269         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
6270         gdk_colormap_query_color().
6271         
6272         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
6273         with Xft if appropriate.
6274
6275         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
6276         a pangoxft context if we have XFT and the environment
6277         variable GD_USE_XFT is set.
6278         
6279         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
6280         and also possibly an XftDraw structure.
6281
6282         * gtk/gtkfontsel.c: Handle the case where the font from the
6283         style doesn't match any of the fonts a bit better.
6284         
6285         * gtk/testgtk.c: Add tabs between directional segments for
6286         hebrew/arabic test. (Not really necessary, just a little
6287         prettier.)
6288
6289 2000-12-14  Havoc Pennington  <hp@redhat.com>
6290
6291         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
6292         reading a file
6293
6294 2000-12-14  Havoc Pennington  <hp@redhat.com>
6295
6296         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
6297         unused call to get_last_line()
6298
6299         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
6300         here until boxed is working (and maybe after that - we should
6301         really not gratuitously break old code)
6302
6303         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
6304         specific types for font_desc and tabs args, move them to
6305         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
6306         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
6307
6308         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
6309         use GTK_TYPE_POINTER for signal signatures as a hack-around
6310
6311         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
6312         PangoTabArray
6313
6314         * gtk/gtktextlayout.c (line_display_iter_to_index): 
6315         make static
6316         (line_display_index_to_iter): make static
6317
6318         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
6319         to marshal a string not a boxed
6320
6321         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
6322
6323         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
6324         since the UTF-8 isn't validated yet
6325
6326         * gtk/gtktextsegment.c (char_segment_check_func): don't require
6327         lines to end in '\n'
6328         
6329         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
6330         forward_to_delimiters, and grapheme boundaries
6331         (gtk_text_view_delete_from_cursor): properly handle non-newline
6332         delimiters, and grapheme boundaries
6333
6334         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
6335         to gtk_text_iter_forward_to_delimiters, and make it work properly
6336         if empty lines end with a character other than '\n'
6337
6338         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
6339         position
6340
6341 2000-12-15  Tor Lillqvist  <tml@iki.fi>
6342
6343         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
6344
6345         * gtk/gtk.def
6346         * gdk/gdk.def: Update.
6347
6348         * gdk/win32/gdkmain-win32.c
6349         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
6350         gdkmain-win32.c here.
6351
6352         * gdk/win32/makefile.mingw.in (all): No need to make
6353         gdk-win32res.o here, the makefile one step up will call us to make
6354         it.
6355
6356         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
6357         gdkkeys-win32.
6358
6359         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
6360
6361         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
6362         call to g_source_add().
6363
6364         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
6365         leak. Thanks to Andreas Kemnade.
6366
6367 2000-12-13  Havoc Pennington  <hp@pobox.com>
6368
6369         * gtk/gtktextbtree.h: Remove double _ in front of some functions
6370
6371         * gtk/gtktext*.[hc]: update accordingly
6372         
6373 2000-12-13  Havoc Pennington  <hp@pobox.com>
6374
6375         * gtk/gtktextbtree.h: Put _ in front of every function in this 
6376         header file
6377
6378         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
6379
6380 2000-12-13  Alex Larsson  <alexl@redhat.com>
6381
6382         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
6383         Add support for ps2 intellimouse.
6384
6385         * gdkkeyboard-fb.c:
6386         Move shift-F1 repaint handling to xlate handler only.
6387         
6388         * docs/README.linux-fb:
6389         Add imps2 to docs.
6390         Document the new refresh keys.
6391         
6392 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
6393
6394         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
6395
6396         * gtk/gtkbox.c: change property types from (u)long to (u)int for
6397         ::position and ::padding.
6398
6399         * gtk/gtkcontainer.c: make ::border_width an INT property.
6400
6401         * gtk/gtkpacker.c: make ::position an INT property.
6402
6403         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
6404         guard against NULL h/v scrollbars, since this is used at construction
6405         time.
6406
6407         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
6408         internal gtk_clist_constructor().
6409
6410         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
6411         gtk_ctree_constructor().
6412
6413         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
6414         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
6415
6416         * docs/reference/Makefile.am: fun stuff, disabled docs generation
6417         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
6418
6419         * gtk/gtkwidget.[hc]:
6420         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
6421         and gtk_widget_get().
6422         (gtk_widget_new): use g_object_new_valist().
6423         (gtk_widget_set): use g_object_set_valist().
6424
6425         * gtk/gtkobject.[hc]:
6426         removed gtk_object_arg_get_info(), gtk_object_getv(),
6427         gtk_object_query_args(), gtk_object_newv(),
6428         gtk_object_class_add_signals(),
6429         gtk_object_class_user_signal_new(),
6430         gtk_object_class_user_signal_newv(),
6431         gtk_object_arg_set(), gtk_object_arg_get(),
6432         gtk_object_args_collect(),
6433         gtk_object_default_construct(),
6434         gtk_object_constructed(),
6435         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
6436         removed nsignals, signals and n_args members from GtkObjectClass.
6437         (gtk_object_new): use g_object_new_valist().
6438         (gtk_object_set): use g_object_set_valist().
6439         (gtk_object_get): use g_object_get_valist().
6440         
6441         * gtk/gtkcompat.h: define gtk_object_default_construct().
6442         
6443         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
6444         g_object_new().
6445
6446         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
6447         fucntions, cleaned up method assignments (make sure your structures
6448         are setup properly before calling out). removed all GTK_CONSTRUCTED
6449         hacks ;)
6450
6451 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
6452
6453         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
6454         off-by-one error in checks. (Dave Lambert)
6455
6456 2000-12-12  Alexander Larsson  <alexl@redhat.com>
6457
6458         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
6459         Don't free gdk_fb_keyboard twice.
6460
6461 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
6462
6463         * gtk/testgtk.c:
6464         (create_tooltips): 
6465         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
6466         use GObject swapped_signal:: properties instead.
6467
6468         * gtk/gtkcellrenderertoggle.c: 
6469         * gtk/gtkcellrenderertextpixbuf.c: 
6470         * gtk/gtkcellrenderertext.c: 
6471         * gtk/gtkcellrendererpixbuf.c: 
6472         * gtk/gtkcellrenderer.c:
6473         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
6474         missing warnings for invalid property ids, install properties
6475         with g_object_class_install_property() now.
6476         
6477         * gtk/gtksignal.c:
6478         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
6479         
6480 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
6481         
6482         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
6483         to determine if a window is the focus widget within
6484         its toplevel.
6485
6486         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
6487         to be boolean.
6488
6489         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
6490         of the case where the container CAN_FOCUS to here instead
6491         of having it in each individual move-the-focus place.
6492
6493         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
6494         focusing to be geometric in a much more obvious sense. Arrowing
6495         around is still non-intuitive because it isn't perfect and
6496         because entries, etc, grab the arrow keys, but it at least
6497         usually will do what you expect now.
6498         
6499         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
6500         file.
6501
6502         * gtk/gtknotebook.c: Change tabs to be a single item in
6503         the focus chain. Make movement of focus on tabs with arrow
6504         keys wrap around.
6505         
6506         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
6507         CHECK_FIND_CHILD macro to give informative error messages
6508         instead of silent returns.
6509
6510         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
6511         flag since we handle GdkReturn on the tabs.
6512
6513         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
6514         windows rather than sending expose events directly.
6515
6516         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
6517         definition for GtkNotebookPage into .c file, since it is private.
6518
6519         * gtk/testgtk.c (create_notebook): Add option for 
6520         testing borderless notebook.
6521
6522         * gtk/testgtk.c (page_switch): Removed egregious poking
6523         around in GTK+ internals.
6524
6525         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
6526
6527         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
6528         properly through gtk_clist_focus. Make the title headers a
6529         single item in the tab-focus chain, and make left-right wrap
6530         around.
6531
6532         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
6533         focus method so that wrapping around works properly.
6534
6535         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
6536         that is handled for the widget now. 
6537
6538 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
6539
6540         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
6541         widgets as TOPLEVEL.
6542
6543         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
6544         TOPLEVEL widgets are containers.
6545
6546         * gtk/gtkinvisible.h: Remove useless include.
6547
6548 2000-12-11  Havoc Pennington  <hp@redhat.com>
6549
6550         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
6551         Handle chopping off \r\n and 0x2029 in addition to \n before
6552         passing to PangoLayout
6553
6554         * gtk/gtkimcontextsimple.c
6555         (gtk_im_context_simple_get_preedit_string): 
6556         return an empty string if no match is pending
6557
6558         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
6559         assertion that the returned preedit string was sane
6560
6561         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
6562         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
6563         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
6564
6565 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
6566
6567         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
6568         Fix up finalizer to chain to its parent.
6569
6570 2000-12-11  Alexander Larsson  <alexl@redhat.com>
6571
6572         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
6573         Clearified the difference between the keyboard types. Wrote a note
6574         about the magic sysrq key to get out of raw mode.
6575
6576 2000-12-09  James Henstridge  <james@daa.com.au>
6577
6578         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
6579         member to hold masks for detecting the start of a protocol packet.
6580         (mouse_devs): add packet start masks for ps2 and ms device types.
6581         Left the mask for fidmour blank, as I have no idea what it should
6582         be.
6583         (handle_mouse_io): skip bytes until we get to the start of a
6584         packet.  My Logitech mouse seems to be passing an extra NULL pad
6585         byte, and GPM does a similar thing here.
6586         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
6587         this is the ms mouse driver.
6588         (gdk_fb_mouse_ms_packet): fix up button handling, which was
6589         completely broken except for button1.  It was checking the wrong
6590         bit in the packet for the status of the right mouse button, and
6591         wrongly assuming right == button2 rather than 3.  I fixed that and
6592         also added support for middle button (button2).
6593
6594 2000-12-08  Havoc Pennington  <hp@redhat.com>
6595
6596         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
6597         that cause a segfault on text insertion
6598
6599         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
6600         warning
6601
6602         * gtk/gtktextiter.c (test_log_attrs): use
6603         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
6604
6605         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
6606         Get log attrs for a line, using a cache stored on the buffer
6607         
6608         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
6609         reported by Jeff Franks
6610
6611 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6612
6613         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
6614         /dev/ttyS0 -> /dev/mouse
6615
6616 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6617
6618         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
6619         Added dummy gdk_fontset_load.
6620
6621 2000-12-08  Alexander Larsson  <alexl@redhat.com>
6622
6623         * docs/README.linux-fb:
6624         * docs/Makefile.am:
6625         Initial GtkFB docs.
6626         
6627         * gdk/linux-fb/Makefile.am:
6628         Define GDK_DATA_PREFIX.
6629
6630         * gdk/linux-fb/gdkmain-fb.c:
6631         Fix typo.
6632         Change default display to /dev/fb0.
6633
6634         * gdk/linux-fb/gdkpango-fb.c:
6635         Add $(prefix)/share/fonts/ to font path.
6636         
6637 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6638
6639         * gdk/linux-fb/gdkkeyboard-fb.c:
6640         New file containing the abstracted keyboard driver. Most code
6641         taken from gdkinput-ps2.c
6642
6643         * gdk/linux-fb/gdkinput-ps2.c:
6644         Removed file.
6645         
6646         * gdk/linux-fb/Makefile.am:
6647         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
6648
6649         * gdk/linux-fb/gdkcolor-fb.c:
6650         display->fb was renamed to display->fb_fd.
6651
6652         * gdk/linux-fb/gdkcursor-fb.c:
6653         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6654
6655         * gdk/linux-fb/gdkinput.c:
6656         Moved gdk_input_init here from gdkinput-ps2.c
6657
6658         * gdk/linux-fb/gdkmain-fb.c:
6659         display->fb was renamed to display->fb_fd.
6660         Now the tty and the console is opened here instead
6661         of in the keyboard driver. Also check GDK_VT to see what
6662         tty to open.
6663         Move gdk_beep () here from gdkinput-ps2.c
6664         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6665
6666         * gdk/linux-fb/gdkmouse-fb.c:
6667         Add header.
6668         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6669         Return correct keyboard modifiers.
6670         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
6671
6672         * gdk/linux-fb/gdkprivate-fb.h:
6673         Add tty and vt info to display.
6674         Add orignal modeinfo storage to display
6675         Update global functions
6676
6677         * gdk/linux-fb/gdkwindow-fb.c:
6678         Added gdk_fb_window_find_focus().
6679         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6680
6681 2000-12-07  Havoc Pennington  <hp@pobox.com>
6682
6683         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
6684         function, noticed by Alex
6685
6686 2000-12-06  Elliot Lee  <sopwith@redhat.com>
6687
6688         * configure.in: Detect freetype properly
6689
6690         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
6691         above.
6692
6693 2000-12-06  Alexander Larsson  <alexl@redhat.com>
6694
6695         * gdk/linux-fb/Makefile.am:
6696         Add gdkmouse-fb.c
6697         
6698         * gdk/linux-fb/gdkmouse-fb.c:
6699         New file. Abstracted the mouse drivers a bit.
6700
6701         * gdk/linux-fb/gdkcursor-fb.c:
6702         The cursor hide/show functions was moved here from gdkinput-ps2.c.
6703
6704         * gdk/linux-fb/gdkinput-ps2.c:
6705         Removed old mouse handling code. Moved cursor handling code
6706         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
6707         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
6708         gdk_mouse_get_info.
6709
6710         * gdk/linux-fb/gdkmain-fb.c:
6711         Pass NULL pointers for x,y in gdk_mouse_get_info call.
6712
6713         * gdk/linux-fb/gdkprivate-fb.h:
6714         Removed public gdk_fb_find_common_ancestor, added and renamed
6715         functions for the new mouse handling code.
6716
6717         * gdk/linux-fb/gdkwindow-fb.c:
6718         Moved gdk_fb_window_send_crossing_events here. added global
6719         variable gdk_fb_window_containing_pointer. made
6720         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
6721         renamed to gdk_mouse_get_info.
6722
6723 2000-12-06  Alexander Larsson  <alexl@redhat.com>
6724
6725         * gdk/linux-fb/gdkevents-fb.c:
6726         Update to match latest gmain/gsource changes.
6727
6728         * gdk/linux-fb/gdkinput-ps2.c:
6729         Bogus gdk_keymap_get_entries_for_keycode implementation so that
6730         it links. Will be implemented later.
6731
6732 2000-12-03  Havoc Pennington  <hp@pobox.com>
6733
6734         * gdk/Makefile.am: add gdkkeys.[hc]
6735
6736         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
6737         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
6738
6739         * acconfig.h, configure.in: add checks and command line options
6740         for XKB
6741
6742         * gdk/x11/gdkkeys-x11.c: Implement the above functions
6743         
6744         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
6745         and group in the key event
6746
6747         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
6748         field with the low-level hardware key code, and a group
6749         field with the keyboard group
6750
6751         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
6752         and declare a couple globals used for keymap handling
6753         
6754         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
6755         hold down Shift-Control and type a hex number to get a Unicode 
6756         character corresponding to the hex number
6757         (gtk_im_context_simple_get_preedit_string): Fix cursor position
6758         (return bytes not chars)
6759
6760 2000-12-05  Elliot Lee  <sopwith@redhat.com>
6761
6762         * gdk/gdkcolor.h: Make GdkColor specify element sizes
6763         to avoid waste on 64-bit platforms.
6764
6765 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
6766
6767         * INSTALL: Fix link to PNG home, remove reference
6768         to fribidi.
6769
6770         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
6771         
6772         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
6773         tested.)
6774
6775         * gtk/gtkcheckmenuitem.c: Permanently turn on
6776         always_show_toggle.
6777
6778         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
6779         be NULL. (Vladimir Klebanov, #26545)
6780
6781         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
6782         some signed/unsigned comparison problems. (#6510,
6783         David Kaelbling)
6784
6785         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
6786         return type to boolean (Oskar Liljeblad, #18648)
6787
6788 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6789
6790         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
6791         Remove bogus colormap setting.
6792
6793 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6794
6795         * gdk/linux-fb/gdkcolor-fb.c:
6796         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
6797
6798         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
6799         Must set colormap.
6800         
6801 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
6802
6803         * docs/tutorial/gtk-tut.sgml: DND updates
6804
6805 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
6806
6807         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6808         Remove old debug g_warning().
6809         (gdk_fb_draw_drawable): The src argument can be either a wrapper
6810         or an implementation, just pass the implementation to draw_drawable_2.
6811         
6812         * gdk/linux-fb/gdkprivate-fb.h:
6813         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
6814
6815         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6816         clear and invalidate area when window is destroyed.
6817         (send_map_events): Remove old commented out code.
6818
6819 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6820
6821         * gdk/linux-fb/gdkpango-fb.c:
6822         Use italic instead of oblique in font aliases.
6823         
6824         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
6825         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
6826         other unsupported functions.
6827
6828 2000-12-04  Havoc Pennington  <hp@redhat.com>
6829
6830         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
6831
6832         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
6833
6834         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
6835
6836         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
6837         hack to avoid infinite loops (synthetic expose event) - 
6838         Owen has more appropriate fixes in a branch he'll check in later.
6839
6840         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
6841         separator, CR, and CRLF as line ends
6842
6843         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
6844         into lines using pango_find_paragraph_boundary(); other bits of
6845         the widget are still going to be broken if the boundary isn't '\n'
6846         though
6847
6848 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6849
6850         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
6851         multiply.
6852
6853         * gdk/linux-fb/gdkpango-fb.c:
6854         Copied some 26.6 scaling macros from pango to clean up the rounding.
6855         (pango_fb_font_get_glyph_info): Correct sign on x value.
6856
6857         * gdk/linux-fb/gdkprivate-fb.h:
6858         Removed unreferenced external functions.
6859
6860         * modules/linux-fb/Makefile.am: Use ` instead of '.
6861
6862         * modules/linux-fb/basic.c:
6863         Remove dead code. In particular the dummy lang engine which broke all
6864         pango layouts in GtkFB. Don't include tables-big.i anymore.
6865
6866         * modules/linux-fb/tables-big.i:
6867         Upgrade to latest version from pango. Left for reference, basic_ranges
6868         moved to basic.c.
6869         
6870 2000-12-04  Havoc Pennington  <hp@redhat.com>
6871
6872         Fix bugs Alex found:
6873         
6874         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
6875         to "draw"
6876
6877         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
6878
6879         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
6880
6881         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
6882         implementation in here, apparently the expose() implementation was
6883         dead code.
6884
6885 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6886
6887         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6888         Return positive descent.
6889
6890 2000-12-02  Havoc Pennington  <hp@pobox.com>
6891
6892         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
6893         method and signal
6894         
6895         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
6896         calls gdk_window_process_updates() to push the exposes through
6897         (gtk_widget_class_init): No more draw signal, no
6898         gtk_widget_real_draw()  
6899         
6900         * gtk/gtkbin.c (gtk_bin_draw): remove
6901
6902         * gtk/gtkbox.c (gtk_box_draw): remove
6903
6904         * gtk/gtkbutton.c (gtk_button_draw): remove
6905
6906         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
6907
6908         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
6909
6910         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
6911
6912         * gtk/gtkclist.c (gtk_clist_draw): remove
6913
6914         * gtk/gtkentry.c (gtk_entry_draw): remove
6915
6916         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
6917
6918         * gtk/gtkfixed.c (gtk_fixed_draw): remove
6919
6920         * gtk/gtkframe.c (gtk_frame_draw): remove
6921
6922         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
6923
6924         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
6925
6926         * gtk/gtklayout.c (gtk_layout_draw): remove
6927
6928         * gtk/gtklist.c (gtk_list_draw): remove
6929
6930         * gtk/gtklistitem.c (gtk_list_item_draw): remove
6931
6932         * gtk/gtkmenu.c (gtk_menu_draw): remove
6933
6934         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
6935
6936         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
6937
6938         * gtk/gtknotebook.c (gtk_notebook_draw): remove
6939
6940         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
6941
6942         * gtk/gtkpacker.c (gtk_packer_draw): remove
6943
6944         * gtk/gtkrange.c (gtk_range_draw): remove
6945
6946         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
6947
6948         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
6949
6950         * gtk/gtktable.c (gtk_table_draw): remove
6951
6952         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
6953
6954         * gtk/gtktext.c (gtk_text_draw): remove
6955
6956         * gtk/gtktextview.c (gtk_text_view_draw): remove
6957
6958         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
6959
6960         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
6961
6962         * gtk/gtktree.c (gtk_tree_draw): remove
6963
6964         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
6965
6966         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
6967
6968         * gtk/gtkviewport.c (gtk_viewport_draw): remove
6969
6970         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
6971
6972         * gtk/gtkvscale.c (gtk_vscale_draw): remove
6973
6974         * gtk/gtkwindow.c (gtk_window_draw): remove
6975
6976 2000-20-01  Anders Carlsson  <andersca@gnu.org>
6977
6978         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
6979         a GtkToggleButton is both insensitive and active, it was being
6980         drawn by the GtkButton draw handler which doesn't check the
6981         state. Now it's calling gtk_toggle_button_paint instead.
6982         
6983 2000-12-01  Havoc Pennington  <hp@redhat.com>
6984
6985         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
6986         dangling pointers to the appearance attributes from the 
6987         line display
6988
6989         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
6990         width/height to mean "full width/height of drawable"
6991
6992         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
6993         click to select word/line
6994         
6995         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
6996         when getting log attrs. Get a slice, so that pixmaps and stuff
6997         are properly handled.
6998
6999         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
7000         paste into the selection (replaces selection now, previously
7001         crashed or added to selection). Reveals longstanding btree bug -
7002         select multiple lines, middle-click on the selection, boom. This
7003         isn't related to my changes though.
7004
7005         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
7006         PangoLogAttrs changes
7007         (gtk_entry_move_backward_word): ditto
7008
7009         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
7010         functions return bool whether the iter moved onto a
7011         dereferenceable position.
7012  
7013         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
7014         functions for motion in terms of display lines.
7015
7016         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
7017         get the buffer a mark is inside
7018         
7019 2000-12-01  Alexander Larsson  <alexl@redhat.com>
7020
7021         * gdk/linux-fb/Makefile.am:
7022         * modules/linux-fb/Makefile.am:
7023         Freetype 2 final uses freetype-config
7024
7025         * gdk/linux-fb/gdkpango-fb.c:
7026         Upgrade to use Freetype 2 final.
7027         More flexible support for font aliases, this also fixes a bug with
7028         GtkFontSelector, as the aliases must be visible in the font/family list,
7029         or GtkFontSelector reads uninitialized memory.
7030
7031 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
7032
7033         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
7034         XGetIMValues to properly terminate variable argument list, and do
7035         NULL return check for ic_values and xim_styles.
7036
7037         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
7038         Restore preedit state after XmbResetIC().
7039         
7040         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
7041         XvaCreateNestedList() should take XvaNestedList, but not
7042         XvaNestedList*.
7043
7044         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
7045         preedit_draw_callback, preedit_caret_callback): Match
7046         "preedit-changed" signal name to "preedit_changed" to be
7047         consistent to the spec.
7048
7049         * gtk/gtkimcontextsimple.c (check_table):
7050         Match "preedit-changed" to "preedit_changed" to be consistent
7051         to the spec.
7052
7053 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
7054
7055         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
7056         gc->clip_region == NULL>
7057
7058 2000-11-30  Tor Lillqvist  <tml@iki.fi>
7059
7060         Changes by Hans Breuer:
7061         
7062         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7063         Dont't use negative width and height as max_hints. This fixes
7064         Owen's recent testgtk changes for win32.
7065
7066         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
7067         gdk_win32_hdc_release): These are exported and may be called with
7068         other drawable types than our GdkDrawableImplWin32 (?).
7069
7070         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
7071         so always #define USE_BACKING_STORE.
7072
7073         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
7074         of printf for debugging output.
7075
7076         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
7077         
7078         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
7079
7080         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
7081         declaration.
7082
7083         * gtk/gtktexttypes.h: Ditto.
7084
7085         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
7086         (GDK_VoidSymbol) also if in case of arg check failure.
7087
7088         * gtk/gtkimcontextsimple.c
7089         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
7090         position to the pointer, but to the variable it points to.
7091
7092         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
7093
7094         * gtk/gtk.def: Updates.
7095
7096 2000-11-29  Elliot Lee  <sopwith@redhat.com>
7097
7098         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
7099         GTK_TYPE_TREE_MODEL.
7100
7101 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7102
7103         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
7104         Set the size of the font from the description.
7105         (gdk_text_width): Gross hack that calculates the width
7106         of text by text_length * size/2. This is necessary because
7107         GtkLabel does some ugly gtk_string_width call to calculate
7108         an good size.
7109         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
7110
7111 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
7112
7113         * docs/tutorial/gtk-tut.sgml: DND updates
7114
7115 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7116
7117         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7118         If you pass width or height == 0 to gdk_window_clear_area they
7119         should be calculated from the window size.
7120
7121 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7122
7123         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
7124         a grab, but no grab-cursor, use the cursor from the grabbed
7125         window. (gdk_fb_window_send_crossing_events): Send normal
7126         enter/leave notifications if grab and owner_events == TRUE.
7127
7128 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7129
7130         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7131         Do implicit button grabs, even if the window doesn't
7132         want the event.
7133         (gdk_fb_window_send_crossing_events): If there is a
7134         grab, only the grabbed window gets normal enter/leave
7135         notifications. On ungrab go from grabbed window to current.
7136         Don't send any notification to b when propagating from c -> b.
7137         If setting a grab on window, don't set prev_window.
7138         (handle_mouse_input): Send enter/leave events to the window the
7139         mouse is over, not the grabbed one.
7140         
7141 2000-11-28  Elliot Lee  <sopwith@redhat.com>
7142
7143         * gdk/gdkregion-generic.c: Zap warning.
7144         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
7145         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
7146
7147 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
7148
7149         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
7150         The cursor should be hidden if it is part of either the
7151         source or destination region. Not only if it is in both.
7152         (gdk_window_set_transient_for): Silence warnings.
7153
7154 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7155
7156         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
7157         The default mode in X is Pie Arcs, therefore that is
7158         what Gtk+ uses.
7159
7160 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7161
7162         * gdk/linux-fb/gdkinput-ps2.c:
7163         Implement correct EnterNotify/LeaveNotify:
7164         (gdk_fb_window_send_crossing_events): New function that sends
7165         all GdkCrossingEvents from the last mouse-window to the specified
7166         destination.
7167         (gdk_fb_window_visibility_crossing): Removed function.
7168         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
7169         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
7170         instead of gdk_window_get_pointer() for better readability.
7171
7172         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
7173         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
7174
7175         * gdk/linux-fb/gdkprivate-fb.h:
7176         removed gdk_fb_window_visibility_crossing, added
7177         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
7178
7179         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
7180         New function that finds the least common ancestor of two windows.
7181         (gdk_window_show, gdk_window_hide):
7182         Use gdk_fb_window_send_crossing_events.
7183         (gdk_fb_window_move_resize): Send configure events to toplevel
7184         windows. Use gdk_fb_window_send_crossing_events.
7185
7186 2000-11-27  Havoc Pennington  <hp@redhat.com>
7187
7188         * gtk/gtkprivate.h (enum): Remove a trailing comma
7189
7190 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
7191
7192         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
7193         the "changed" callback of the adjustment.  We need to redraw the
7194         spin button's arrows when the adjustment's range changes.
7195         (adjustment_changed_cb): Draw the arrows.
7196         (gtk_spin_button_value_changed): Draw the arrows.
7197
7198 2000-11-23  Alexander Larsson  <alexl@redhat.com>
7199
7200         * gdk/linux-fb/gdkselection-fb.c:
7201         Initial selection implementation.
7202
7203         * gtk/gtkselection.c:
7204         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
7205         requestor in gtk_selection_request.
7206         
7207         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
7208         Added gdk_selection_property atom.
7209
7210         * gdk/linux-fb/gdkprivate-fb.h:
7211         Export _gdk_selection_window_destroyed.
7212         Removed mask_off_x/y from GdkCursorPrivateFB.
7213         Removed hbearing, added top, left to PangoFBGlyphInfo.
7214
7215         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
7216         Call _gdk_selection_window_destroyed
7217         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
7218         the root window has been created.
7219         (static_dx_hack, static_dy_hack, compare_draw_rects,
7220         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
7221         in region. They are already sorted. Instead just traverse them in
7222         reverse if draw_direction < 0.
7223         
7224         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7225         Double-clicks must be sent after the normal button_press.
7226         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
7227         
7228         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
7229         Pass _gdk_fb_screen_gc instead of NULL.
7230
7231         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7232         Initialize gdk_selection_property.
7233         (gdk_event_make): Remove unused code.
7234
7235         * gdk/linux-fb/gdkcursor-fb.c:
7236         Make the pixmap for the cursor the same size as the mask. Also remove
7237         the mask_off_x/y fields in GdkCursorPrivateFB and combine
7238         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
7239         Now the whole cursor is visible.
7240
7241         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
7242         Fix bug where xdest+height instead of ydest+height was used
7243         to calculate if the source and dest overlapped. This fixes the
7244         redraw bug when the main window in testgtk was scrolled when
7245         partially covered by a tall window.
7246         Copy rectangles in region in order depending on draw_direction.
7247         Also moved the draw_direction flipping of start_y and end_y into
7248         the gc functions, as this might not be what all of them want.
7249         (gdk_fb_draw_lines): Support dashed lines.
7250         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
7251         so that the text is positioned correctly (was 1 pixel high).
7252
7253         gdk/linux-fb/gdkgc-fb.c:
7254         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
7255         all lines were drawn a pixel to short. Also checked the default of
7256         the rest of the values, and they're the same as X now.
7257
7258         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
7259         Clean up pixel positioning of the glyphs. Just use bgy->top and
7260         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
7261         to all divisions to get correct rounding behaviour.
7262
7263         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
7264         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
7265         Moved start_y/end_y flip into draw_drawable implementations.
7266         Flip also x rendering when draw_direction < 0.
7267         Remove unneccesary multiply with draw_direction.
7268
7269 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
7270
7271         * docs/tutorial/gtk-tut.sgml:
7272           - get rid of gtk_toggle_button_toggled FUD
7273           - start DND section - needs work - based on:
7274                 http://wolfpack.twu.net/docs/gtkdnd/
7275
7276 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7277
7278         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
7279         Correct calculation of font metrics. Now GtkEntrys have sane
7280         size.
7281
7282 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7283
7284         * gdk/gdktypes.h:
7285         Add new type GdkSpan
7286         
7287         * docs/reference/gdk/gdk-sections.txt,
7288         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
7289         gdk/gdkregion.h:
7290         Implement and document gdk_region_spans_intersect_foreach.
7291
7292         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
7293         Add new file gdkrender-fb.c which contains all core
7294         rendering code.
7295         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
7296         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
7297         (optimized rectangle fillers).
7298
7299         * gdk/linux-fb/gdkdrawable-fb2.c:
7300         Move all rendering code to gdkrender-fb.c.
7301         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
7302         Use the new span intersection functions in gdk_fb_fill_spans.
7303         gdk_fb_draw_rectangle() clips filled rectangles and calls
7304         gc->fill_rectangle with the result.
7305         gdk_fb_fill_spans() gets extra argument "sorted".
7306
7307         * gdk/linux-fb/gdkevents-fb.c:
7308         Remove unused includes and defines.
7309         New function gdk_fb_get_time() to get correct time for events.
7310
7311         * gdk/linux-fb/gdkinput-ps2.c:
7312         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
7313         Make sure to set the time of all events.
7314
7315         * gdk/linux-fb/gdkmain-fb.c:
7316         Use gdk_fb_get_time ().
7317
7318         * gdk/linux-fb/gdkprivate-fb.h:
7319         New virtual GC calls: fill_span & fill_rectangle.
7320         Export gdk_fb_get_time().
7321         gdk_fb_fill_spans() gets extra argument "sorted".
7322
7323         * gdk/linux-fb/mi*.c:
7324         Use GdkSpan instead of GdkRectangle.
7325         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
7326         from XFree 4 source)
7327         
7328 2000-11-22    <jrb@redhat.com>
7329
7330         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
7331         reversing the order in an if statement will do.  Doing so managed
7332         to make the treemodelsort half work.  Other half will follow after
7333         I get the insert function fully fixed.
7334
7335 2000-11-21  Elliot Lee  <sopwith@redhat.com>
7336         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
7337         more than 2 bits. Besides, I need to implement an evil hack. :)
7338
7339 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
7340
7341         * docs/tutorial/gtk-tut.sgml: minor corrections
7342
7343 2000-11-20  Jonathan Blandford <jrb@redhat.com>
7344         * gtk/gtktreemodelsort.h: Add convertion functions to let you
7345           convert to and from relative path's and iters.
7346
7347         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
7348           testing sorting functions a bit better.  Currently broken -- will
7349           fix in morning.
7350
7351 2000-11-20  Havoc Pennington  <hp@redhat.com>
7352
7353         * gtk/gtkwidget.c: Documented a bunch of functions in here
7354         (gtk_widget_realize): Warn if you try to realize
7355         a widget with no parent that isn't a toplevel
7356         (gtk_widget_intersect): return a gboolean
7357
7358 2000-11-20  Havoc Pennington  <hp@redhat.com>
7359
7360         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
7361         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
7362         scrolling to be implemented in GDK to finish. Also, right now
7363         we just size_allocate all children on every layout change,
7364         which is pretty lame. Test commented out of testtext.c, 
7365         until it works better.
7366
7367 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
7368
7369         * gdk/linux-fb/gdkdrawable-fb2.c:
7370         Removed unused arguments from gdk_fb_drawable_get_pixel().
7371
7372         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
7373         Renamed fidur specific mouse packet data in MouseDevice to
7374         generic. Used it in ps2 mouse handling code to avoid blocking
7375         reads.
7376
7377 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
7378
7379         * demos/gtk-demo/main.c: Changed to have the list become
7380         non-italic when the demo window is destroyed through an external
7381         event (like a close button).  Doing so found three bugs in the
7382         widget.
7383
7384         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
7385
7386         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
7387         we actually set the cell.
7388
7389         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
7390
7391         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7392         free a leaked path.  Thanks memprof.
7393
7394 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
7395
7396         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
7397         off-by-one error when destroying allocated segments
7398         on failure. (Elliot)
7399
7400 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
7401
7402         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
7403         memleaks found by Evan Martin.
7404
7405 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
7406
7407         * Released 1.3.2
7408         
7409         * NEWS: Updates for 1.3.2
7410
7411 2000-11-17  Tor Lillqvist  <tml@iki.fi>
7412
7413         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
7414         but in general for window system specific events.
7415
7416         * gtk/gtk.def
7417         * gtk/makefile.mingw.in
7418         * gtk/makefile.msc.in: Update.
7419         
7420         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
7421
7422 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
7423
7424         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
7425         distribute gtk.immodules.
7426
7427         * gtk/Makefile.am (install-data-local): Don't install the
7428         gtk.immodules file created for the uninstalled modules;
7429         instead run gtk-query-immodules after install
7430
7431 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
7432
7433         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
7434         -rpath to the right install location.
7435
7436         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
7437         -export-dynamic.
7438
7439         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
7440         properly.
7441
7442 2000-11-15  Havoc Pennington  <hp@pobox.com>
7443
7444         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
7445         patch from Mikael Hermansson to temporarily stop blinking while
7446         the user is using the keyboard to type or navigate. 
7447
7448         Also, when blinking, stay on for longer than we stay off. Also,
7449         return from start_cursor_blink if !cursor_visible, to save
7450         checking that flag all over the place before we call
7451         start_cursor_blink.
7452
7453 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
7454
7455         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
7456         only contain a "fontset" line, which is now ignored.
7457
7458         * gtk/gtkentry.c (gtk_entry_button_release): Make 
7459         double-click-to-select-word work.
7460         
7461 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
7462
7463         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
7464         Don't move back one char when we are actually at the end of the 
7465         paragraph.
7466
7467 2000-11-15  Robert Brady  <robert@suse.co.uk>
7468
7469         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
7470         'o' < 'p'.
7471         
7472         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
7473         bind_textdomain_codeset.
7474
7475         (gtk_init_check): Make the warning about translating default:LTR
7476         sterner.
7477         
7478 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
7479
7480         * **/Makefile.am : remove unecessary rules for win32-specific
7481         config-substituted targets. If you want these rules, use
7482         --enable-maintainer-mode (called automatically by autogen.sh).
7483         Stops a lot of unneccessary make-time warnings.
7484
7485         * gtk/gtktext{layout,display}.c: Factor in total width as
7486         well as screen when figuring alignment for word-wrap as well as
7487         no wrap; this is necessary to handle lines that cannot be wrapped
7488         at all.
7489
7490 2000-11-15  Havoc Pennington  <hp@redhat.com>
7491
7492         * gtk/testtext.c: Implement essential color cycling feature
7493
7494 2000-11-15  Havoc Pennington  <hp@redhat.com>
7495
7496         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
7497         when we invalidate the main window.
7498
7499         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
7500         GtkTextView will now invalidate the side windows for us when text
7501         changes.
7502
7503 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
7504
7505         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
7506         unconditionally, since we may need to update the horizontal
7507         scrollbars even if the height didn't change.
7508
7509         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
7510         the extra attrs, since some of them affect size.
7511
7512         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
7513         x_offset correctly.
7514
7515 2000-11-15  Havoc Pennington  <hp@redhat.com>
7516
7517         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
7518         don't move the first line out into the margin, instead move the
7519         whole paragraph in order to make space for the first line within 
7520         the margin
7521
7522 2000-11-15  Havoc Pennington  <hp@redhat.com>
7523
7524         * gtk/gtktextview.c (changed_handler): offset redraw rect by
7525         xoffset in addition to yoffset, so horizontal scrolling doesn't
7526         break redraws
7527
7528 2000-11-15  Havoc Pennington  <hp@redhat.com>
7529
7530         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
7531         from the cursor
7532         (render_layout_line): fix reversed test that caused weird
7533         underlines to get drawn
7534
7535 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
7536
7537         * gdk/linux-fb/gdkprivate-fb.h:
7538         Fix debug macros.
7539         
7540 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
7541
7542         * gdk/linux-fb/gdkprivate-fb.h:
7543         Added virtual functions set_pixel, get_color,
7544         fill_span and draw_drawable to the GC.
7545         Added global _gdk_fb_screen_gc to use instead of
7546         NULL when drawing to the screen.
7547         Added _gdk_fb_gc_calc_state() prototype.
7548
7549         * gdk/linux-fb/gdkgc-fb.c:
7550         Call _gdk_fb_gc_calc_state() on any gc state change.
7551
7552         * gdk/linux-fb/gdkglobals-fb.c:
7553         Add _gdk_fb_screen_gc
7554                 
7555         * gdk/linux-fb/gdkdrawable-fb2.c:
7556         _gdk_fb_gc_calc_state() calculates best functions
7557         for the GC state and depth.
7558         Moved bpp specialized code to separate functions.
7559         Added optimized 24 bpp AA draw_drawable.
7560
7561         * gdk/linux-fb/gdkevents-fb.c:
7562         Silence gcc warning.
7563
7564         * gdk/linux-fb/gdkimage-fb.c:
7565         Use _gdk_fb_screen_gc
7566
7567         * gdk/linux-fb/gdkwindow-fb.c:
7568         Init and use _gdk_fb_screen_gc
7569
7570         * gdk/linux-fb/mitypes.h:
7571         Remove unused types.
7572
7573 2000-11-14  Havoc Pennington  <hp@pobox.com>
7574
7575         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
7576         to pixels
7577
7578 2000-11-14  Havoc Pennington  <hp@pobox.com>
7579
7580         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
7581
7582         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
7583         unknown char, no real reason we were using a variable. 
7584         Remove gtk_text_unknown_char variable. Fix all the text widget
7585         files accordingly.
7586
7587         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
7588         since the Unicode spec seems to prefer that character for our
7589         purposes.
7590
7591 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
7592
7593         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
7594         value of g_getenv() isn't freeable, so g_strdup it.
7595
7596         * modules/input/inuktitut.c: Inuktitut input method.
7597
7598         * modules/input/Makefile.am: Build this.
7599         
7600 2000-11-14  Elliot Lee  <sopwith@redhat.com>
7601
7602         * gtk/Makefile.am: Install gtk.immodules, needed for operation
7603         of gtk programs.
7604
7605 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
7606
7607         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
7608         reversed > that was causing Home to go to end of previous line.
7609
7610         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
7611         modified-keypresses (leave for bindings.)
7612
7613         * modules/input/Makefile.am: Remove useless -export-dynamic
7614         from module LDFLAGS.
7615
7616 2000-11-14  Havoc Pennington  <hp@redhat.com>
7617
7618         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
7619         higher.
7620
7621         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
7622         account. Also, render rise, underline, background, etc. for
7623         pixbufs as well as text. Also, draw underlines one pixel higher.
7624
7625         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
7626         PangoAttribute for the rise, so it gets drawn properly. Also,
7627         add the GtkTextAppearance attribute for pixbuf/widget segments
7628         as well; we should go ahead and have rise, underline, background,
7629         stipple work for those
7630
7631         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
7632         Pango
7633
7634 2000-11-15  Tor Lillqvist  <tml@iki.fi>
7635
7636         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
7637
7638         * gtk/gtk.def: Update.
7639
7640         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
7641         included.
7642         (gtk_rc_get_im_module_file): Use run-time installation directory
7643         on Win32.
7644
7645         * gdk/win32/rc/gdk.rc: Remove.
7646         * gdk/win32/rc/gdk.rc.in: New file.
7647         * gdk/win32/rc/Makefile.am: New file
7648         * gdk/win32/Makefile.am: Corresponding changes.
7649
7650         * gtk/gtk.rc: Remove.
7651         * gtk/gtk-win32.rc.in: New file.
7652         * gtk/Makefile.am: Corresponding changes.
7653
7654         * configure.in: Corresponding changes.
7655
7656         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
7657         has a built gtkcompat.h. Developers using CVS code on Win32 can
7658         hand-edit it from gtkcompat.h.in.
7659
7660         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
7661         gtkcompat.h from gtkcompat.h.win32.
7662
7663 2000-11-14  Havoc Pennington  <hp@redhat.com>
7664
7665         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
7666         to default to GDK_ACTION_MOVE if the drag is within a single
7667         widget. Defaults to GDK_ACTION_COPY between widgets.
7668
7669 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
7670
7671         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
7672
7673         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
7674
7675         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
7676         srcdir != builddir
7677
7678         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
7679
7680         * configure.in (GTK_VERSION): Up to 1.3.2
7681
7682         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
7683         gtkimcontextxim.h
7684
7685         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
7686         missing doc comment.
7687
7688 2000-11-14  Alexander Larsson  <alexl@redhat.com>
7689
7690         * modules/linux-fb/basic.c:
7691         Use the glib iconv wrappers.
7692
7693 2000-11-13  Havoc Pennington  <hp@pobox.com>
7694
7695         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
7696         still more bugs.
7697
7698         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
7699         scroll the GdkWindows before realization.
7700
7701 2000-11-13  Havoc Pennington  <hp@redhat.com>
7702
7703         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
7704         where GC didn't always get updated properly
7705
7706         * demos/gtk-demo/textview.c (create_tags): Use subattributes
7707         of fonts instead of setting the entire font
7708
7709         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
7710         setting entire font
7711
7712         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
7713
7714         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
7715         a bunch of individually-settable font attributes. You can still 
7716         use the "font" and "font_desc" args, they just set all the font
7717         attributes at once.
7718
7719 2000-11-13 Elliot Lee <sopwith@redhat.com>
7720
7721         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
7722
7723 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
7724
7725         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
7726         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
7727
7728         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
7729         work better.
7730
7731 2000-11-13  Havoc Pennington  <hp@redhat.com>
7732
7733         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
7734         the module file.
7735
7736         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
7737         dest->language
7738
7739         * gtk/testtext.c: Test pixels above/below/inside paragraphs
7740         settings
7741
7742         * gtk/gtktextview.c: Implement object args and setters/getters for
7743         all the aspects of the GtkTextAttributes that are not set from
7744         GtkWidget attributes. This is spacing, justification, margins,
7745         etc.
7746
7747         (gtk_text_view_set_arg)
7748         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
7749         args
7750         (gtk_text_view_class_init): Add args for justify, left_margin,
7751         right_margin, indent, and tabs
7752         
7753
7754         * gtk/gtktextlayout.c (set_para_values): fix to display indent
7755         attribute properly
7756
7757         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
7758         replace with indent attribute
7759
7760         * gtk/gtktextlayout.c (set_para_values): multiply indent by
7761         PANGO_SCALE
7762
7763         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
7764         rearranging code to do that
7765         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
7766         i.e. don't subtract the top_margin first, just to keep
7767         all margin-futzing in one place.
7768
7769         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
7770
7771         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
7772         special case of last line, Pango now handles this itself.
7773         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
7774         Y coordinate
7775         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
7776         (find_display_line_above): wasn't moving the byte index as it
7777         iterated over lines, so always returned byte 0. Also, port to use
7778         PangoLayoutIter.
7779         (find_display_line_below): same problem as
7780         find_display_line_above. Also, port to use PangoLayoutIter.
7781
7782 2000-11-13  Alexander Larsson  <alexl@redhat.com>
7783
7784         * gdk/linux-fb/*.[ch]:
7785         Massive reindent to gtk+ standard. My hands hurt.
7786
7787         * gdk/linux-fb/gdkcolor-fb.c:
7788         Move GdkColorPrivateFB from inherited to windowing_data
7789
7790         * gdk/linux-fb/gdkcursor-fb.c:
7791         _gdk_cursor_new_from_pixmap made static
7792
7793         * gdk/linux-fb/gdkdnd-fb.c:
7794         GdkDragContextPrivate moved to windowing_data
7795
7796         * gdk/linux-fb/gdkdrawable-fb2.c:
7797         Removed endian.h, use glib endianness macros instead
7798         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
7799         and GDK_DRAWABLE_IMPL_FBDATA
7800
7801         * gdk/linux-fb/gdkfont-fb.c:
7802         Add empty gdk_font_load(). Needed for linking of Gtk+.
7803
7804         * gdk/linux-fb/gdkimage-fb.c:
7805         Removed endian.h, use glib endianness macros instead
7806         Moved GdkImagePrivateFB to windowing_data
7807         gdk_image_new_bitmap didn't always allocate enough
7808         memory.
7809
7810         * gdk/linux-fb/gdkinput-ps2.c:
7811         Added semi-working support for MS serial mice.
7812
7813         * gdk/linux-fb/gdkprivate-fb.h:
7814         s/GdkWindowPrivate/GdkWindowObject/
7815         Removed GdkWindowPrivate typedef
7816         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
7817         Removed GDK_DRAWABLE_P
7818         Move GdkColorPrivateFB from inherited to windowing_data
7819         Moved GdkImagePrivateFB to windowing_data
7820
7821         * gdk/linux-fb/gdkvisual-fb.c:
7822         Removed some unused debug code.
7823
7824         * gdk/linux-fb/gdkwindow-fb.c:
7825         Use stock cursors instead of including X headers.
7826         s/GdkWindowPrivate/GdkWindowObject/
7827
7828         * gdk/linux-fb/mitypes.h:
7829         Removed unused types.
7830
7831         * modules/linux-fb/basic.c:
7832         Use the pango fribidi wrappers.
7833
7834 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7835
7836         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
7837         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
7838         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
7839         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
7840         GEqualFunc where applicable.
7841         
7842         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
7843         pango_font_description_equal as changed in pango.
7844         
7845         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
7846
7847         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
7848
7849         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
7850
7851         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
7852
7853         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
7854
7855         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
7856
7857         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
7858         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
7859
7860         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
7861         gtk_rc_styles_compare -> gtk_rc_styles_equal.
7862
7863 2000-11-12  Havoc Pennington  <hp@pobox.com>
7864
7865         * demos/gtk-demo/Makefile.am (democodedir): change demo install
7866         dir to datadir/gtk+-2.0/demo
7867
7868         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
7869         sorts of text widget and Pango font bugs. Urgh.
7870
7871         * demos/gtk-demo/Makefile.am (demos): Add textview.c
7872
7873         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
7874         tree that you should double click to see the demo. Fix 
7875         types of variables to reflect changed return values from 
7876         GtkTreeStore and GtkTreeViewColumn constructors.
7877
7878         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
7879         newly-created buffer to prepare for GObject semantics
7880
7881         * gtk/testtext.c: don't leak the buffer with GObject semantics
7882
7883         * gtk/testtextbuffer.c: ditto
7884         
7885 2000-11-12  Havoc Pennington  <hp@pobox.com>
7886
7887         Rename this testgtk to gtk-demo to avoid confusion, and 
7888         install it so people can use it as a supplement to 
7889         the documentation.
7890         
7891         * demos/gtk-demo: Moved from demos/testgtk
7892
7893         * demos/testgtk: Removed
7894
7895         * configure.in: make Makefile in gtk-demo
7896         
7897         * demos/gtk-demo/Makefile.am: Install sample source to 
7898         datadir/gtk-demo (maybe there's a better place?), and 
7899         rename the binary to gtk-demo
7900         
7901         * demos/gtk-demo/main.c (load_file): Load installed sample
7902         source if source isn't found in pwd.
7903
7904 2000-11-09  Havoc Pennington  <hp@pobox.com>
7905
7906         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
7907         argument to set the char displayed when visibility == FALSE
7908         (gtk_entry_create_layout): If !entry->visible, replace 
7909         all chars with the "invisible char"
7910
7911         * gtk/testgtk.c: Test the invisible_char deal
7912         
7913 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
7914
7915         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
7916         can't get a native font in the right encoding.
7917
7918 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
7919
7920         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
7921         respectively.
7922
7923 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
7924
7925         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
7926         Fix warning when moving between paragraphs.
7927
7928         * gtk/gtkentry.[ch]: Change move => move_cursor, 
7929         delete => delete_from_cursor, insert => insert_at_cursor
7930
7931 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
7932
7933         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
7934
7935         * modules/input/imthai-broken.c: A Thai input method for use if
7936         Thai keys are really generating Latin1 keysyms.
7937
7938         * modules/input/Makefile.am: Build these.
7939
7940 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
7941
7942         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
7943         g_filename_{to,from}_utf8 now takes an extra parameter.
7944
7945         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
7946         strftime into UTF-8.
7947
7948         (column_from_x, gtk_calendar_paint_day_names): Support RTL
7949         calendars.
7950
7951         (gtk_calendar_paint_day_names): Draw day names in the right 
7952         place.
7953         
7954 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
7955
7956         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
7957         problem with using result of g_get_charset() backwards -
7958         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
7959
7960         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
7961         negative min_width/height and max_width/height to
7962         mean "requisition"; this allows setting a window
7963         to be user-resizable in only one direction easily.
7964
7965         * gtk/testgtk.c (create_main_window): Remove hard-coded
7966         usize - set a default size in the vertical direction.
7967
7968 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
7969
7970         * gtk/gtkrange.c: Add some missing casts. Support 
7971         2 and 3 button clicks on the arrows to mean 
7972         "move by pages" and "jump to end". (Like gtkspinbutton)
7973
7974 2000-11-12 Hans Breuer <Hans@Breuer.Org>
7975
7976         * gdk/win32/makefile.msc : reflect build module changes
7977
7978         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
7979         from GdkPixmap*, cast implementation member instead.
7980
7981         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
7982         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
7983         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
7984         more Gdi functions return value checking. 
7985         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
7986         GdkImagePrivateWin32 *.
7987
7988         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
7989         menus useable again. Add #pragma message to keep reminded on this issue.
7990         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
7991         windows. This allows to enable backing store on Win32!
7992
7993         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
7994         in drawable is of impl type. Correct specific type checks appropriate.
7995  
7996         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
7997         GDK_WINDOW_DESTROYED before allocating new resources.
7998
7999         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
8000
8001         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
8002         (gdk_window_foreign_new) initialize parent handle.
8003         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
8004
8005         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
8006         Let the GDI invalidate the window on MoveWindow call to fix scrolling
8007         problems (e.g. main buttons in testgtk). 
8008
8009 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
8010
8011         * gtk/gtkentry.c (gtk_entry_key_press): Call 
8012         gtk_widget_activate for GDK_Return.
8013
8014         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
8015         of preedit cursor position.
8016
8017 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
8018
8019         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
8020         static.
8021
8022 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
8023
8024         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
8025         out support for multiple locales; that simple doesn't
8026         work reliably with current Xlib
8027
8028         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
8029         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
8030         Add support for positioning the cursor within the preedit string.
8031
8032 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
8033
8034         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
8035         at XIM input method module.
8036
8037         * gtk/gtktextview.c: Check for bindings after passing
8038         events to im context filter.
8039
8040 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
8041
8042         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
8043         empty attribute lists properly.
8044
8045 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
8046
8047         * gtk/queryimmodules.c (main): Return non-zero exit
8048         status if errors were encountered querying any
8049         modules.
8050
8051         * modules/input/Makefile.am (moduledir): remove
8052         leftover bin program target.
8053
8054         * docs/make-todo: Fix typo in error message.
8055
8056 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
8057
8058         * configure.in: Add modules/input/Makefile
8059
8060 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
8061
8062         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
8063         don't include gtkthemes.h.
8064
8065         * gtk/testgtk.c gtk/testtext.c: Set environment variables
8066         to point
8067
8068         * gtk/Makefile.am: Add new .c and .h files, build 
8069         gtk-query-immodules and use it to create a gtk.immodules
8070         file for use of test programs.
8071
8072         * gtk/gtkpreview.c: remove extra blank line.
8073
8074 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
8075
8076         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
8077         Add the ability to add extra tables beyond the default
8078         one, and also the ability to have compose sequences 
8079         that are prefixes of other compose sequences. 
8080
8081         * gtk/gtkimcontextsimple.c: Export a preedit string which
8082         consists of possible candidates for keystrokes that have
8083         been entered but not yet committed.
8084
8085         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
8086         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
8087
8088         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
8089         Add a function to add input-method switching menu items
8090         to a menu.
8091
8092         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
8093         when switching input methods.
8094
8095         * gtk/gtkimcontextsimple.[ch]: Change the format of
8096         the compose table to allow compose tables of different
8097         lengths / sequence.
8098
8099 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
8100
8101         * gtk/gtkimmodule.[ch]: Support routines for loading
8102         GtkIMContext implementations dynamically at runtime.
8103
8104         * modules/input/imcyrillic-translit.c: A sample input
8105         method (based on GtkIMContextSimple with an extra table),
8106         which demonstrates preedit strings and the module
8107         system for input modules
8108
8109         * gtk/queryimmodules.c: Program to query the available
8110         input modules and write the results into a file.
8111          
8112         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
8113         extra config options "im_module_file" (cache file for
8114         input method modules), and "im_module_path" - path
8115         to look for modules when generating cache file.
8116
8117         This doesn't scale.
8118
8119 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
8120
8121         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
8122         generic code from gtkthemes into a new abstraction
8123         GtkModule which has the logic for implementing
8124         a loadable module which implements a number of 
8125         GObject types.
8126
8127 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
8128
8129         * gtk/gtkeditable.[ch]: Convert GtkEditable from
8130         a class into an interface  
8131         
8132         * gtk/gtkoldeditable.[ch]: Move the old editable
8133         implementation into here, so legacy widgets can
8134         still rely on the implemenation. GtkOldEditable
8135         exports GtkEditable. Make selection handling
8136         code use new text conversion functions (and
8137         handle UTF-8 as a side-effect). Use GtkClipboard
8138         for CLIPBOARD.
8139
8140         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
8141         Adopt to match above changes.
8142
8143         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
8144         avoid GtkOldEditable implementation. Restructure
8145         to reduce number of places that modify state directly.
8146         Move to GtkBindingSet. Display the preedit string.
8147         Queue recomputation of PangoLayout and scroll position
8148         to improve effiency of doing complex changes naively.
8149         Add a menu with cut/copy/paste and input method selection.
8150
8151 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
8152
8153         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
8154         to set preedit string and attributes; display preedit string by
8155         inserting string and attributes at cursor when creating the
8156         GtkTextLineDisplay.
8157
8158         * gtk/gtktextlayout.c: Move all conversions between byte
8159         positions in PangoLayout and GtkTextIter into new functions
8160         line_display_iter_to_index/index_to_iter that properly
8161         handle the preedit string.
8162
8163         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
8164         it to return const char * (eventually will end up
8165         as GCONST char *, most likely.)
8166
8167         * gtk/gtktextview.[ch]: Handle the preedit string, call
8168         gtk_im_context_reset() as necessary, add a menu to switch
8169         input methods.
8170         
8171         * gtk/gtktextlayout.[ch]: Remove useless
8172         gtk_text_layout_get_log_attrs() function.
8173
8174 2000-11-11  Tor Lillqvist  <tml@iki.fi>
8175
8176         * gdk/gdk.def
8177         * gtk/gtk.def: Update.
8178
8179         * gdk/win32/*.c: Add last argument to g_type_register_static()
8180         calls.
8181
8182         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
8183
8184         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
8185         generated by older wheel mouse drivers. Get the correct y
8186         coordinate from WM_MOUSEWHEEL messages.
8187
8188         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
8189         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
8190         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
8191         Debugging functions.
8192
8193         * gdk/win32/gdkprivate-win32.h: Declare them.
8194
8195         * gdk/win32/gdkinput-win32.h: Add declaration for
8196         gdk_input_window_destroy().
8197
8198         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
8199
8200 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
8201
8202         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
8203         function to help handle keeping things in sync.
8204
8205 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
8206
8207         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
8208         BOXED marshallers.
8209
8210         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
8211         (gtk_list_store_class_init): use the new BOXED marshallers.
8212
8213         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
8214         new_with_values to new_with_types.
8215         (gtk_tree_store_get_column_type): add this.
8216         (gtk_tree_store_class_init): use the new BOXED marshallers.
8217
8218         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
8219         mirror some POINTER marshallers.
8220
8221 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
8222
8223         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
8224         allow more interesting iterators.  Also, made the lifecycle of
8225         iterators more explicit.
8226
8227         * gtk/gtktreemodelsort.[ch]: New model for sorting.
8228
8229         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
8230         types.
8231
8232 2000-11-09  Alexander Larsson  <alexl@redhat.com>
8233
8234         * demos/testgtk/menus.c:
8235         Changes to make the new testgtk compile after
8236         gtk_menu_append was removed.
8237
8238         * gdk/linux-fb/gdkdrawable-fb2.c
8239         (gdk_fb_get_depth, gdk_fb_get_visual,
8240         gdk_drawable_impl_fb_class_init): Implement
8241         these drawable functions. Now GtkImages work again.
8242
8243         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
8244
8245         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
8246         
8247         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
8248         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
8249         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
8250         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
8251
8252 2000-11-08  Havoc Pennington  <hp@pobox.com>
8253
8254         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
8255         visible_set args, don't know where these had gone, I thought they
8256         used to be there
8257
8258         * gtk/testtext.c: Add a menu item to apply invisibility tag;
8259         now we can test the feature and see that it's totally broken.
8260
8261 2000-11-08  Havoc Pennington  <hp@pobox.com>
8262
8263         Make DND copy pixbufs and tags when source and target share a 
8264         tag table.
8265         
8266         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
8267         in-process GTK_TEXT_BUFFER_CONTENTS target
8268         (gtk_text_view_drag_data_received): Paste from
8269         GTK_TEXT_BUFFER_CONTENTS if we receive it.
8270
8271 2000-11-08  Alexander Larsson  <alexl@redhat.com>
8272
8273         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
8274         API changes.
8275
8276         * gtk/gtkmenu.c: Add support for scrolling menus.
8277         Remove gtk_menu_append/prepend/insert, these have been moved to
8278         gtkcompat.h as #defines.
8279
8280         * gtk/gtkcompat.h.in:
8281         Add compatibility #defines for gtk_menu_append/prepend/insert
8282
8283         * gtk/gtkmenu.h: Add data needed for scrolling menus.
8284         GtkMenuPositionFunc gets an extra argument push_in.
8285         gtk_menu_append/prepend/insert removed.
8286         
8287         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
8288         positioning behaviour to fit to scrolling menus.
8289
8290         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
8291         into menuitem->submeny. That is wrong, and broke torn
8292         off submenus of torn off menus, since they were unrealized
8293         when the first menu was unrealized.
8294
8295         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
8296         gtk_menu_shell_select_item() since these need to be overridden in
8297         GtkMenu.
8298
8299         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
8300         positioning behaviour to fit to scrolling menus.
8301         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
8302         the current item so that it is prelighted when the menu pops up.
8303         This is a workaround to the fact that the menu doesn't get the
8304         initial enter event (due to grabs).
8305
8306         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
8307         s/gtk_menu_append/gtk_menu_shell_append/
8308
8309         * gtk/gtknotebook.c:
8310         s/gtk_menu_insert/gtk_menu_shell_insert/
8311
8312         * gtk/testgtk.c (create_menu, create_menus):
8313         Create the first menu with 50 items so that menu scrolling
8314         can be tested.
8315         
8316         
8317         Patch from Jonathan Blandford  <jrb@redhat.com>
8318
8319         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
8320         system to handle size requests.  First, we ask what the size of
8321         the toggle is.  Then, when allocating the size, we allocate the
8322         toggle_size first.  This way we can have multiple menu-item
8323         classes w/o needing a seperate class for each.
8324
8325         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
8326         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
8327
8328         * gtk/gtkcheckmenuitem.c
8329         (gtk_check_menu_item_toggle_size_request): New function to handle
8330         the toggle size-request.
8331
8332 2000-11-07  Havoc Pennington  <hp@redhat.com>
8333
8334         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
8335         Half-ass somewhat fix this function, so that scrolling to the
8336         insertion point works. Pango hacking is in the future to really
8337         fix it.
8338
8339         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
8340         length of data, no longer used.
8341
8342         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
8343         method contents in here, get rid of destroy method
8344         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
8345         that were backward. Remove debug spew.
8346         (cut_or_copy): Make the clipboard work with insert_range to
8347         preserve tags and pixbufs, not just the primary selection.
8348
8349 2000-11-07  Havoc Pennington  <hp@redhat.com>
8350
8351         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
8352         to gtk_text_mark_get_visible
8353
8354         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
8355         bug that was generating an invalid iterator
8356
8357         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
8358         ensure_char_offsets() in front of code placing the iter in an
8359         invalid state.
8360
8361         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
8362         make override_location arg const
8363         (paste): Replace the selection if we paste into the 
8364         current selection
8365
8366         * gtk/gtkselection.h: Remove "GtkSelectioData"
8367         (struct _GtkSelectionData): move the definition here.
8368
8369         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
8370         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
8371
8372         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
8373
8374         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
8375         (gtk_text_buffer_insert_range_interactive): implement
8376         (gtk_text_buffer_get_tags): Remove, replaced by
8377         gtk_text_iter_get_tags()
8378
8379         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
8380         limit parameter, to avoid infinite linear scan.
8381         (gtk_text_iter_backward_search): Add search limit
8382         (gtk_text_iter_forward_find_char): Add search limit
8383         (gtk_text_iter_backward_find_char): Add search limit
8384
8385 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
8386
8387         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
8388         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
8389         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
8390         gdk/linux-fb/gdkwindow-fb.c:
8391         use g_object_new() instead of g_type_create_instance() which
8392         is a private function for fundamental type implementations.
8393
8394         * gdk/linux-fb/gdkinput-ps2.c:
8395         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
8396         instead just store the current modifier state. Add a (somewhat broken)
8397         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
8398         Rename exported function gdk_input_ps2_get_mouseinfo to
8399         gdk_input_get_mouseinfo.
8400
8401         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
8402         gdk/linux-fb/gdkwindow-fb.c:
8403         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
8404         
8405
8406 2000-11-02  Havoc Pennington  <hp@redhat.com>
8407
8408         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
8409         use stock buttons. Should be 100% source compatible, appropriate
8410         filesel fields now point to dialog->vbox and dialog->action_area.
8411         On the bizarre side, dialog->action_area and filesel->action_area
8412         are not the same widget.
8413         (gtk_file_selection_init): Put some padding around the selection
8414         entry, so it isn't touching the GtkDialog separator.    
8415
8416         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
8417         use stock buttons, etc. Should also be source compatible.
8418         Set the dialog default title in _init not _new().
8419         
8420         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
8421         Use stock buttons; don't put a button box inside the existing
8422         dialog button box. Don't bother with push/pop colormap anymore.
8423
8424         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
8425         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
8426         for message dialog, and necessary for the font selection and color
8427         selection with help and apply buttons.
8428         
8429         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
8430         to the created button widget. Set GTK_CAN_DEFAULT on the button.
8431         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
8432         between buttons, put less padding around the action area.
8433         (gtk_dialog_run): Exit on unmap rather than on destroy. 
8434         This will also exit the loop if the widget is hidden.
8435         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
8436         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
8437         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
8438         special-case delete event.
8439
8440         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
8441         formatting
8442         
8443 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
8444
8445         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
8446         button to temporarily disable position recording in the
8447         "saved position" test.
8448
8449 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
8450
8451         * gtk/gtkthemes.c: added compat code that temporarily implements
8452         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
8453         going to be revamped by owen's upcoming GtkModule patches, but
8454         untill then people want gtk to build, right? ;)
8455
8456 2000-11-04  Havoc Pennington  <hp@pobox.com>
8457
8458         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
8459         list
8460
8461         * docs/Changes-2.0.txt: Add note about
8462         gtk_container_get_toplevels()
8463
8464         * gtk/gtktextview.h: formatting
8465         
8466         * gtk/gtktextview.c: don't start descriptions with "Returns",
8467         confuses gtk-doc
8468
8469 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
8470
8471         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
8472         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
8473
8474 2000-11-03  Havoc Pennington  <hp@redhat.com>
8475
8476         * gtk/gtktexttagtable.c: Docs
8477         (gtk_text_tag_table_size): return a signed int
8478
8479         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
8480         (gtk_text_tag_event): make the event_object a GObject
8481
8482         * gtk/gtktextview.c: Write API docs for all functions.
8483
8484         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
8485         for gtk_text_view_get_window_type() called on one of the private
8486         windows.
8487
8488         * gtk/gtktextview.c: Instead of accessing text_view->buffer
8489         directly, call get_buffer() which demand-creates a default
8490         buffer. So gtk_text_view_new() can be used to create a view with a
8491         default buffer in it, if you just want an empty text box users can
8492         put data in. Useful for GUI builders also.
8493
8494 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
8495
8496         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
8497         the charset encodign portion MUST be in lowercase.
8498         * gtk/gtkrc.az: added file for Azeri language
8499
8500 2000-11-03  Havoc Pennington  <hp@redhat.com>
8501
8502         Get widgets working on the btree/buffer side. Display of them 
8503         still doesn't work.
8504         
8505         * gtk/gtktextview.c: start implementing child widget stuff
8506
8507         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
8508
8509         * gtk/gtktextlayout.c: handle embedded widgets
8510
8511         * gtk/gtktextdisplay.c: handle embedded widgets
8512
8513         * gtk/gtktextchild.c: Implement all the child anchor goo
8514
8515         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
8516         function
8517
8518         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
8519         (insert_pixbuf_or_widget_segment): abstract out common portions of 
8520         creating a child anchor or a pixbuf segment.
8521         (gtk_text_btree_create_child_anchor): new function
8522         (gtk_text_btree_unregister_child_anchor): new function
8523
8524         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
8525         allocate_child signal on GtkTextLayout
8526
8527         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
8528         values
8529         (gtk_text_iter_get_child_anchor): new function
8530
8531         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
8532         default handler for the changed signal, which calls
8533         gtk_text_buffer_set_modified(), instead of just always emitting
8534         changed then calling set_modified() manually. I guess this is
8535         maybe more flexible. It seems logical.
8536
8537 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
8538
8539         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
8540         now.
8541
8542         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
8543
8544 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
8545
8546         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
8547         been marked static.
8548
8549 2000-11-02  Havoc Pennington  <hp@redhat.com>
8550
8551         * gtk/testgtk.c (create_labels): had a test backward
8552
8553         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
8554         fields, so the dest GC ends up with the correct clip origin, 
8555         etc. Fixes a bug where colored labels didn't redraw 
8556         properly.
8557
8558 2000-11-02  Alexander Larsson  <alexl@redhat.com>
8559
8560         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
8561         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
8562         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
8563         Add last argument to t_type_register_static call.
8564         
8565         * gdk/linux-fb/gdkdrawable-fb2.c:
8566         Add last argument to t_type_register_static call.
8567         export the get_image drawable virtual function.
8568
8569         * gdk/linux-fb/gdkimage-fb.c:
8570         Add last argument to t_type_register_static call.
8571         rename gtk_image_get to _gdk_fb_get_image and
8572         export it for use by gdkdrawable-fb2.
8573
8574         * gdk/linux-fb/gdkprivate-fb.h:
8575         export _gdk_fb_get_image.
8576
8577         * gdk/linux-fb/gdkselection-fb.c:
8578         Add new api call stubs.
8579
8580         * gtk/Makefile.am:
8581         Missing ( in linux-fb part.
8582
8583         * modules/linux-fb/Makefile.am:
8584         Must link with gdk_pixbuf or get unresolved symbol.
8585
8586 2000-11-01  Havoc Pennington  <hp@pobox.com>
8587
8588         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
8589         GTK_TYPE_TEXT_ITER and BOXED marshallers
8590
8591         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
8592
8593         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
8594         
8595         * gtk/gtk-boxed.defs: add GtkTextIter
8596
8597         * gtk/gtkmarshal.list: Add marshallers for text widget that 
8598         properly use OBJECT and BOXED
8599
8600 2000-11-01  Havoc Pennington  <hp@redhat.com>
8601
8602         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
8603
8604         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
8605         before returning it. 
8606         
8607 2000-11-01  Havoc Pennington  <hp@redhat.com>
8608
8609         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8610         Clip the rectangle to be rendered to the drawable, since
8611         get_from_drawable() requires a region within the drawable
8612
8613 2000-11-01  Havoc Pennington  <hp@redhat.com>
8614
8615         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
8616         from coordinates.
8617
8618 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
8619
8620         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
8621         it isn't NULL.
8622
8623 2000-11-01  Havoc Pennington  <hp@pobox.com>
8624
8625         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
8626         on a label
8627         (gtk_label_finalize): unref the attr list if any.
8628
8629         * gtk/testgtk.c (create_get_image): close test on second click
8630         (make_message_dialog): close dialog if it exists
8631
8632         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
8633
8634         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
8635         gdk-pixbuf
8636
8637         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
8638         from Pango markup format
8639         (gtk_label_set_markup_with_accel): ditto but with accelerator
8640         parsing
8641
8642         * gtk/gtkimage.c (gtk_image_expose): reformatting.
8643
8644         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
8645         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
8646         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
8647         call gdk_window_get_origin().
8648
8649         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8650         implement GDK_PIXBUF_ALPHA_FULL
8651         
8652 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
8653
8654         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
8655         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
8656         g_signal_handlers_disconnect_matched to block/unblock and disconnect
8657         multiple handlers respectively, instead of only treating the
8658         first handler found (bug reported by owen).
8659
8660 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
8661
8662         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
8663
8664         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
8665
8666         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
8667         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
8668         gtk/gtktreeviewcolumn.h: Fixed inline docs.
8669
8670         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
8671         widget.  Needs writing someday.
8672
8673         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
8674         the docs.
8675
8676 2000-10-30  Havoc Pennington  <hp@redhat.com>
8677
8678         * gtk/gtktextview.h, gtk/gtktextview.c:
8679         Rename delete_at_cursor delete_from_cursor, and 
8680         move to move_cursor.
8681
8682 2000-10-30  Havoc Pennington  <hp@redhat.com>
8683
8684         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
8685         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
8686         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
8687         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
8688         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
8689         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
8690         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
8691         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
8692         gtktexttypes.h, gtktextview.c, gtktextview.h:
8693
8694         Massive reindentation and reformatting. Arg alignment and comments
8695         still need fixing in various places.
8696
8697 2000-10-30  Havoc Pennington  <hp@redhat.com>
8698
8699         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
8700         to be named insert_at_cursor and delete_at_cursor so C++ can
8701         handle them.
8702
8703 2000-10-28  Tor Lillqvist  <tml@iki.fi>
8704
8705         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
8706         to get a double directory separator in case the home directory
8707         ends with one. This would cause trouble especially on Windows,
8708         where the path will be confused with the syntax for an an UNC
8709         (network share) path \\server\share\path.
8710         (gtk_rc_add_initial_default_files): Ditto.
8711
8712 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
8713
8714         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
8715
8716         * gtk/gtktextview.c: Use correct marshallers.
8717
8718 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
8721         use new iter stuff, and added all the appropriate signals et al.
8722
8723         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
8724         code is internal to gtk only.
8725
8726 2000-10-28  Tor Lillqvist  <tml@iki.fi>
8727
8728         * gtk/gtk.def
8729         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
8730         glib-genmarshal etc.
8731
8732 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
8733
8734         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
8735         parallel builds.
8736
8737 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
8738
8739         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
8740
8741 2000-10-27  Robert Brady  <robert@suse.co.uk>
8742
8743         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
8744         en_GB (British), ia (Interlingua).
8745
8746 2000-10-26  Havoc Pennington  <hp@redhat.com>
8747
8748         * gtk/gtktextiter.c (my_strrstr): fix constness warning
8749
8750         Fixed output of:
8751         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
8752         
8753         * gtk/gtktextsegment.c (char_segment_new): rename
8754         (_char_segment_new_from_two_strings): rename
8755         (_toggle_segment_new): rename
8756         
8757         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
8758         (make_clipboard_widget): make it static
8759         (text_get_func): static
8760         (text_clear_func): static
8761
8762         * gtk/gtkcolorsel.c (adjustment_changed): make this function
8763         static
8764         (hex_changed): make it static
8765         (hsv_changed): make it static
8766         (opacity_entry_changed): make it static
8767
8768         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
8769         (toggle_segment_check_func): rename with _gtk
8770
8771         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
8772         (_widget_segment_new): rename
8773         (_widget_segment_add): rename
8774         (_widget_segment_remove): rename
8775         (_widget_segment_ref): rename
8776         (_widget_segment_unref): rename
8777
8778         * gtk/gtktextmark.c (_mark_segment_new): Rename
8779         _gtk_mark_segment_new   
8780
8781 2000-10-26  Havoc Pennington  <hp@redhat.com>
8782
8783         * gtk/gtkmarshal.list: add new marshallers used by the text widget
8784         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
8785         types
8786
8787         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
8788         marshaller types
8789
8790         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
8791         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
8792         license on these files.
8793
8794         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
8795         work.
8796
8797         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
8798         runtime random number different for each tree, instead of 
8799         a constant I made up.
8800
8801 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
8802
8803         * gtk/Makefile.am: buncha cleanups, kludged build sources
8804         dependencies with a Makefile: oldest-source-stamp dependancy
8805         for the moment. automake is really fighting us here, with
8806         intentionally not allowing user-defined rules or dependancies
8807         prior to it's -include $(DEP_FILES) statement. sucks rocks!
8808
8809         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
8810         to public headers. tehy have a comment stating that they are
8811         "semi-public" aren't included by gtk.h and if enums popup there,
8812         they can be /*< skip >*/-ed.
8813
8814         * gtk/gtktextlayout.h: 
8815         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
8816         added LGPL... <SIGH>
8817
8818 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
8819
8820         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
8821         GtkTreeIter.  Added iterators everywhere.
8822
8823         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
8824
8825         * gtk/gtktreeviewselection.c: Changed to use the iterators.
8826
8827         * gtk/gtktreestore.c: Changed to use the iterators.
8828
8829         * gtk/gtkliststore.c: Commented out the code.  Will convert to
8830         iterators tomorrow.
8831
8832         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
8833         iterators tomorrow.
8834
8835         * gtk/treestoretest.c: Changed to use iterators.
8836
8837         * demos/testgtk/main.c: Moved to use the new iterator system.
8838
8839 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
8840
8841         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
8842         localization misbehaviour.
8843
8844         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
8845         a useless type without copy/free.
8846
8847         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
8848         of GTK_TYPE_CTREE_NODE.
8849
8850 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
8851
8852         * gtk/gtksignal.c:
8853         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
8854         applicable.
8855
8856         * gtk/gtk-boxed.defs (GtkSelectionData): specify
8857         gtk_selection_data_copy and gtk_selection_data_free
8858         do GtkSelectionData work as params in signals.
8859
8860 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
8861
8862         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
8863         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
8864         couldn't they at least give it a non-standard name?
8865         
8866         * gtk/gtktextlayout.c: arg! yet another implementation of
8867         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
8868
8869         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
8870         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
8871         home. now i know this _is_ a conspiracy.
8872
8873         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
8874         ::state-changed.
8875
8876         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
8877         (gtk_accel_group_create_add): marshaller signature fixups.
8878
8879         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
8880         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
8881
8882         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
8883         anymore.
8884
8885 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
8886
8887         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
8888         due to the signal system changes, it wouldn't build currently. to
8889         be fixed soon.
8890
8891         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
8892
8893         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
8894         so it needs gtk_marshal_VOID__ENUM() instead of
8895         gtk_marshal_NONE__UINT().
8896
8897         * gdk/gdk*.c: adapted type registration functions.
8898
8899         * gtk/gtkbindings.c:
8900         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
8901         gone.
8902
8903         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
8904
8905         * gtk/gtkobject.c:
8906         (gtk_object_destroy):
8907         (gtk_object_shutdown): fixed recursion guards. basically we have to
8908         catch the case where any of GObject.shutdown() or gtk_object_destroy()
8909         is called during ::destroy, and avoid recursion there.
8910
8911         * gtk/gtktypeutils.c:
8912         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
8913         boxed_copy/boxed_free. this needs a more general solution based on a
8914         publically installed code-generator utility.
8915
8916         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
8917         glib's gobject has support for that now.
8918         define GtkSignalMarshaller in terms of GSignalCMarshaller.
8919
8920 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
8921
8922         * gtk/gtksignal.[hc]:
8923         * gtk/gtkmarshal.[hc]:
8924         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
8925         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
8926         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
8927         care of that.
8928
8929         * *.c: marshaller name fixups.
8930
8931         * gtk/gtkmarshal.list: added a comment briefing the format.
8932
8933 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
8934
8935         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
8936         compatibility macros here now. more specifically, most of
8937         the API is preserved (yes, _most_, nonwithstanding the
8938         following exceptions listed, the API is stil lHUGE ;)
8939         things that got removed completely:
8940         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
8941         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
8942         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
8943         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
8944         gtk_signal_remove_emission_hook().
8945         non-functional functions variants:
8946         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
8947         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
8948         not supported anymore.
8949         (gtk_signal_compat_matched): new internal function to aid
8950         implementation of the compatibility macros, it  provides
8951         functionality to block/unblock/disconnect handlers based
8952         on func/data.
8953
8954         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
8955
8956         * *.c: adaptions to new type registration API signatures.
8957
8958 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
8959
8960         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
8961
8962 2000-10-25  Robert Brady  <robert@suse.co.uk>
8963
8964         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
8965         gdk_property_delete): If window == NULL, assume the root window.
8966         (restoring the behaviour that was in 1.2).
8967         
8968         * gtk/testtext.c (save_buffer): Allow creation of new files when
8969         saving.
8970
8971         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
8972         calls to read().
8973
8974 2000-10-25  Tor Lillqvist  <tml@iki.fi>
8975
8976         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
8977
8978         * gdk/win32/gdkdrawable-win32.c
8979         * gdk/win32/gdkimage-win32.c
8980         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
8981         X11 backend.
8982
8983         * gdk/win32/gdkcc-win32.c
8984         * gdk/win32/gdkcolor-win32.c
8985         * gdk/win32/gdkfont-win32.c
8986         * gdk/win32/gdkinput-win32.c
8987         * gdk/win32/gdkmain-win32.c
8988         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
8989
8990 2000-10-24  Havoc Pennington  <hp@redhat.com>
8991
8992         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
8993         it a static function
8994
8995         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
8996         redraw text when a tag is applied to it.
8997
8998         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
8999         (gtk_text_tag_affects_nonsize_appearance): private functions to
9000         see if a tag requires various kinds of redraw/layout to be queued
9001         up.
9002
9003         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
9004
9005         * gtk/testtext.c (fill_example_buffer): Put the cursor 
9006         at the start of the buffer, so search works by default
9007
9008         * gtk/gtktextiter.c (lines_match): init match_start always
9009
9010         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
9011         function, get iter at a line + a byte index
9012
9013         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
9014         to set byte position within a line
9015         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
9016
9017 2000-10-23  Havoc Pennington  <hp@redhat.com>
9018
9019         * gtk/testtext.c: Re-enable the "find" dialog
9020
9021         * gtk/testgtk.c: Add test for gdk_drawable_get_image
9022         
9023         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
9024         the arguments to gdk_draw_drawable were in the wrong order
9025         (gdk_window_paint_init_bg): This function was ignoring the
9026         init_region, instead of clipping to it, so the entire backing
9027         pixmap was cleared on every begin_paint()
9028         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
9029         was in here again, the loop kept using the same GtkWindowPaint
9030         over and over.
9031         (gdk_window_begin_paint_region): Fix a bug where we had two
9032         x_offset instead of x_offset and y_offset
9033
9034         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
9035         before we get the image.
9036         (gdk_draw_drawable): get the composite before we draw the drawable.
9037         (gdk_drawable_real_get_composite_drawable): default
9038         get_composite_drawable implementation that returns the drawable 
9039         itself
9040
9041         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
9042         get_composite_drawable virtual function
9043
9044         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
9045         list-walking bug
9046
9047         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
9048         make this work if the source drawable is a GdkDrawableImplX11
9049         instead of a public drawable type. This is really broken; the
9050         problem is that GdkDrawable needs a virtual method get_xid(), but
9051         of course that doesn't work in practice. Enter RTTI.
9052
9053         Also, improve mismatched depth message.
9054
9055         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
9056         GdkPixmap
9057
9058         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
9059         install _gdk_x11_get_image as our implementation of get_image
9060         
9061         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
9062         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
9063
9064         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
9065         gdk_drawable_get_image
9066
9067         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
9068
9069         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
9070         get_image
9071
9072         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
9073         trailing semicolon after for loop
9074
9075 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
9076
9077         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
9078         where font_desc for widget's context lagged widget's font_desc by
9079         one step.
9080
9081 2000-10-22  Tor Lillqvist  <tml@iki.fi>
9082
9083         * gdk/win32/gdkgc-win32.c
9084         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
9085
9086         * gtk/makefile.mingw.in
9087         * gtk/gtk.def: Updates.
9088
9089         * gtk/testgtk.c: sleep() is called _sleep in MS's C
9090         library.
9091
9092         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
9093
9094         * gtk/makefile.msc: Remove
9095
9096         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
9097
9098         * gtk/Makefile.am: Add it.
9099
9100         * configure.in: Generate it.
9101
9102         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
9103         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
9104         something even if not implemented, to satisfy picky MSVC.
9105
9106         Patches by Hans Breuer:
9107         
9108         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
9109         SetBkMode() and SetTextAlign() before calling
9110         pango_win32_render().
9111
9112         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
9113         Set hcliprgn to NULL after destroying it.
9114         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
9115
9116         * gdk/win32/gdkgeometry-win32.c
9117         (_gdk_windowing_window_queue_antiexpose): More effective
9118         implementation.
9119
9120         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
9121         depth as default, not the visual's.
9122
9123         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
9124         against empty title.
9125
9126         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
9127         IMAGE_PRIVATE_DATA.
9128
9129         * gdk/win32/gdkimage-win32.c: Use it.
9130
9131 2000-10-22  Robert Brady  <robert@suse.co.uk>
9132
9133         * configure.in: Check for bind_textdomain_codeset
9134
9135         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
9136         present, make use of it.
9137
9138         Add a translatable string "default:LTR" which, if translated
9139         to "default:RTL", will cause the default direction to be
9140         Right-to-Left.
9141
9142         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
9143         direction if marked as flippable.
9144
9145         * gtk/gtkhscale.c: Mark widget as flippable.
9146         
9147 2000-10-04  Havoc Pennington  <hp@redhat.com>
9148
9149         * gtk/testgtk.c (create_buttons): create some stock buttons
9150         with the default accel group
9151         (create_image): test some new GtkImage features
9152         (make_message_dialog): test GtkMessageDialog
9153         (create_modal_window): fix someone's bizzarro indentation
9154
9155         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
9156         GTK_WIN_POS_CENTER_ON_PARENT. 
9157         Add "destroy with parent" setting, which means the window goes
9158         away with its transient parent.
9159         (gtk_window_get_default_accel_group): get the default accel group
9160         for the window.
9161         (gtk_window_set_destroy_with_parent): set/unset destroy with
9162         parent flag
9163         (gtk_window_read_rcfiles): invalidate icon set caches
9164         after reloading rcfiles 
9165
9166         * gtk/gtkenums.h (GtkWindowPosition): add
9167         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
9168         on its parent window when the dialog is mapped for the first time.
9169
9170         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
9171         a simple message dialog class
9172         
9173         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
9174         handler to emit response signal, and maybe later it would
9175         honor a hide_on_delete flag - though that isn't there yet.
9176         Set border width on the vbox to 2, so we get some padding.      
9177         Use a button box for the action area.
9178         (gtk_dialog_key_press): synthesize a delete event if Esc
9179         is pressed and the GtkWidget key press handler didn't 
9180         handle the escape key.
9181         (gtk_dialog_new_with_buttons): new function creates a dialog
9182         with some default buttons in it.
9183         (gtk_dialog_add_action_widget): add an activatable widget
9184         as a button in the dialog - you can also add a non-activatable
9185         widget by accessing the action area directly.
9186         (gtk_dialog_add_button): add a simple button - stock ID or 
9187         label - to the action area
9188         (gtk_dialog_response): emit response signal
9189         (gtk_dialog_run): block waiting for the dialog, return 
9190         the response. Override normal delete_event behavior, so that 
9191         delete_event does nothing inside gtk_dialog_run().
9192
9193         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
9194         emitted when an action widget is clicked or the dialog gets
9195         delete_event
9196
9197         * gtk/gtk.h: add gtkmessagedialog.h
9198
9199         * gtk/Makefile.am: add gtkmessagedialog.[hc]
9200
9201 2000-10-18  Havoc Pennington  <hp@redhat.com>
9202
9203         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
9204         where any number of empty lines would get skipped
9205
9206         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
9207         edge.
9208
9209         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
9210         warning about invalid iterators (explain more thoroughly)
9211         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
9212
9213         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
9214         big
9215
9216         * demos/*.c: Add error handling
9217
9218         * gtk/gtktextbuffer.c: don't modify const iterators
9219
9220         * gtk/gdk-pixbuf-loader.c: Add full error handling here
9221
9222         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
9223         on file load
9224
9225         * gtk/gtkiconfactory.c: Update to reflect addition of error
9226         handling to gdk-pixbuf loaders
9227
9228 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
9229
9230         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
9231         move to new modularized testgtk.
9232
9233 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
9234
9235         * gtk/gtktreeview.c: Draw the arrows correctly.
9236
9237         * gtk/gtktreemodel.c: Added user docs.
9238
9239         * gtk/gtk.h: remove gtktreedatalist.h.
9240
9241         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
9242         parent when generating my type.
9243
9244         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
9245         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
9246
9247 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9248
9249         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
9250         GtkTreeModel from object to interface.
9251
9252 2000-10-16  Havoc Pennington  <hp@redhat.com>
9253
9254         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
9255         compilation
9256
9257 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9258
9259         * gtk/gtktreeselection.c: Add API documentation to all public
9260         functions.
9261
9262         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
9263         functions.
9264
9265 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
9266
9267         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
9268         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
9269         docs to all public functions.
9270
9271         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
9272         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
9273         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
9274         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
9275         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
9276         issue.
9277
9278 2000-10-14  Robert Brady  <robert@suse.co.uk>
9279
9280         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
9281
9282 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
9283
9284         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
9285         values other then G_TYPE_STRING.
9286         * gtk/gtktreeselection.c: Minor commenting updates.
9287         * gtk/gtktreeview.c: Format updates.
9288
9289 2000-10-09  Tor Lillqvist  <tml@iki.fi>
9290
9291         * README.win32: Update.
9292
9293         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
9294         lines that had been deleted by mistake (?).
9295
9296         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
9297         also the case fg==white and bg==black (but still not randomly
9298         coloured cursors). Thanks to Wolfgang Sourdeau.
9299
9300         * gdk/win32/*.c: Silence gcc -Wall.
9301
9302         * gtk/gtk.def: Add missing entry points.
9303
9304         Fixes by Hans Breuer:
9305
9306         * gdk/makefile.msc
9307         * gdk/win32/makefile.msc: Update.
9308
9309         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
9310         some MSVC thing, presumably), cause breakpoint on failures. Add
9311         GDK_NOR case. Call g_log_set_always_fatal.
9312
9313         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
9314         should be pased by reference.
9315         
9316         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
9317         
9318         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
9319
9320         * gdk/win32/gdkevents-win32.c
9321         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
9322
9323         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
9324         implementation object.
9325
9326         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
9327         not just windows.
9328         
9329         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
9330         Use the wrapper object.
9331         
9332 2000-10-06  Havoc Pennington  <hp@redhat.com>
9333
9334         * Makefile.am (SRC_SUBDIRS): contrib subdir
9335
9336         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
9337         so it can be used in Xlib version
9338
9339         * demos/testpixbuf.c (update_timeout): error checking from 1.0
9340         tree
9341
9342         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
9343         change from 1.0 tree that returns first frame of animation
9344         if the loaded file is an animation.
9345
9346         * contrib: add new directory to hold stuff that comes with GTK+
9347         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
9348         
9349         * configure.in: add contrib/*
9350
9351 2000-10-05  Havoc Pennington  <hp@redhat.com>
9352
9353         * demos/testpixbuf-save.c: add pixbuf save test
9354
9355         * demos/Makefile.am: add testpixbuf-save.c
9356
9357 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
9358
9359         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
9360         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
9361         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
9362         * gtk/gtktreeselection.[ch]: Replaced
9363         "node_selected"/"node_unselected" signal with "selection_changed"
9364         signal.
9365
9366 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9367
9368         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
9369         tree widget.
9370
9371 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9372
9373         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
9374         drawing.
9375
9376 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
9377
9378         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
9379         Move list pointer forwards before removing item from
9380         list. (Crash reported by Salmaso Raffaele)
9381
9382         * gdk/gdkwindow.h: Remove spurious trailing ,
9383
9384         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
9385         dependencies on uninstalled libraries, sorry folks.
9386
9387 2000-10-04  Havoc Pennington  <hp@redhat.com>
9388
9389         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
9390         gtk/gtkiconfactory.c: Fix copyrights    
9391
9392         * demos/testpixbuf.c: add inline pixbuf test
9393         
9394 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
9395
9396         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
9397         Add gdk_window_iconify.
9398
9399         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
9400         (gdk_window_set_geometry_hints): Add win_gravity
9401         to geometry structure.
9402
9403         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9404         Implement _NET_WM_PING.
9405
9406         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
9407         Set _NET_WM_PID on the client leader.
9408
9409         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
9410         Handle UTF-8 better.
9411
9412         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
9413         UTF-8 better, set _NET_WM_NAME as well. Only set
9414         icon name if it hasn't previously been explicitely 
9415         set.
9416
9417 2000-10-03  Havoc Pennington  <hp@redhat.com>
9418
9419         * gtk/testtextbuffer.c: clean up trailing whitespace,
9420         add extensive tests for tag toggle iteration.
9421         
9422         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
9423         distance
9424
9425         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
9426         optimize case where the tag root is on level 1
9427         (gtk_text_line_previous_could_contain_tag): attempt to implement
9428         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
9429         functionality
9430
9431         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
9432         Implement this, though not very efficiently.
9433
9434         * gtk/gtktextiterprivate.h: reformat
9435
9436         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
9437         iterator
9438
9439         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
9440         this to properly revalidate the iterators.
9441
9442         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
9443         properly at the end of the line (and therefore on empty lines)
9444
9445         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
9446         maybe we should return a value...
9447
9448 2000-10-03  Tor Lillqvist  <tml@iki.fi>
9449
9450         * config.h.win32: Guard definition of alloca(). glib.h now handles
9451         that.
9452
9453         * gdk/gdk.def
9454         * gtk/gtk.def: Add new entry points.
9455
9456         Changes just to make GTK+ build without errors on Win32. No hope
9457         of it working in its current state, though...:
9458         
9459         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
9460         some functions from the X11 backend, just to make GTK+ build.
9461
9462         * gdk/makefile.mingw.in
9463         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
9464         number. Add new object files.
9465
9466         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
9467         GetMessageTime to get timestamp (where on X11 uses
9468         gdk_x11_get_server_time()).
9469
9470 2000-10-02  Havoc Pennington  <hp@pobox.com>
9471
9472         * gtk/gtktextview.c: text_window_* weren't static and should have
9473         been.
9474         Start work on child widgets; not yet complete, syncing to 
9475         office computer.
9476
9477         * gtk/gtktextchild.h: change this to contain a public interface,
9478         starting work on child interfaces.
9479         * gtk/gtktextchildprivate.h: move private interfaces here
9480
9481         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
9482
9483         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
9484         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
9485         gtk/gtktextmark.c: copyright notices
9486
9487         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
9488         internal functions      
9489
9490         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
9491         internal function
9492
9493         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
9494         Reformatting    
9495
9496 2000-09-30  Havoc Pennington  <hp@pobox.com>
9497
9498         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
9499         NULL start/end pointers
9500
9501         * gtk/gtktextbuffer.c: Write some docs
9502         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
9503         NULL, so you can just check whether there's a selection.        
9504
9505         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
9506         cleanup_line or segments_changed ourselves, it gets done 
9507         in unlink_segment
9508
9509         * gtk/gtktextmark.h:
9510         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
9511         
9512         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
9513
9514         * gtk/gtktextmark.c: delete some more old Tk cruft
9515
9516         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
9517         mark before removing it, so we can emit MARK_DELETED with a valid
9518         pointer.
9519         (gtk_text_buffer_mark_set): hold ref across signal emission
9520
9521         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
9522         whining about attempts to delete special marks
9523
9524         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
9525         underscore, since it's internal.
9526
9527         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
9528         now implemented in terms of iterators in gtktextiter.h
9529
9530         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
9531         New function, destructively sets contents of buffer. Also 
9532         a convenient way to clear the buffer by setting text to ""
9533
9534         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
9535         multiline string literal
9536
9537         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
9538         text changes.
9539
9540         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
9541         is not dereferenceable
9542         (gtk_text_iter_forward_lines): fix return value
9543
9544 2000-09-29  Havoc Pennington  <hp@redhat.com>
9545
9546         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
9547
9548         * gtk/gtktextview.c: Implement drag thresholding; change functions 
9549         that set border window size to have nicer name
9550         (gtk_text_view_mark_set_handler):  Fix this to have the 
9551         right signature.
9552
9553         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
9554
9555         * gtk/testtext.c: Update with API changes, put line numbers on 
9556         both sides.
9557         
9558         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
9559         with this
9560
9561         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
9562         pixbuf; delete a big block of #if 0 Tk code
9563
9564         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
9565         insert_pixmap with insert_pixbuf
9566
9567 2000-09-29  Martin Baulig  <baulig@suse.de>
9568
9569         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
9570         confusion with the GdkPixbuf of the GNOME 1.x platform.
9571
9572 2000-09-29  Havoc Pennington  <hp@pobox.com>
9573
9574         * gtk/gtktextview.c: Implement the side windows.
9575
9576         * gtk/testtext.c: Implement simple line numbering in the 
9577         left side window; seems to make scrolling sloooow. Oops.
9578         Also, cursor blink is for some reason causing redraws
9579         of the line numbers. Should investigate...
9580
9581 2000-09-28  Havoc Pennington  <hp@redhat.com>
9582
9583         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
9584         scrolling child windows, and draw focus rectangle properly.
9585         
9586         (gtk_text_view_buffer_to_window_coords):
9587         Coordinate transformation to deal with all these freaking windows
9588         and offsets
9589         (gtk_text_view_window_to_buffer_coords): transform the other way
9590
9591         * gtk/testtext.c (create_buffer): Update to match Pango API change
9592
9593         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
9594         anonymous tags
9595         (foreach_unref): don't emit remove signal from finalize, just
9596         set tag's parent to NULL
9597
9598 2000-09-26  Havoc Pennington  <hp@redhat.com>
9599
9600         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
9601         Fix some warnings       
9602
9603 2000-09-26  Havoc Pennington  <hp@redhat.com>
9604
9605         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
9606         headers into the private header list
9607
9608         * Makefile.am (pkgconfig_DATA): install pkg-config files
9609
9610         * configure.in: add pkg-config files
9611
9612         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
9613
9614         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
9615         outstanding icon caches on theme change.
9616
9617         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
9618         important types:
9619
9620         (GtkIconSource): Specification for creating a pixbuf 
9621         appropriate for a direction/state/size triplet from 
9622         a source pixbuf or filename
9623
9624         (GtkIconSet): List of GtkIconSource objects that are used to
9625         create the "same" icon (e.g. an OK button icon), and cache for
9626         rendered icons
9627
9628         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
9629         up the icon set for a given stock ID.  GTK maintains a stack of
9630         GtkIconFactory to search, and applications or libraries can add
9631         additional icon factories on top of the stack
9632         
9633         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
9634         the set of GtkIconSource specified for a given stock ID into 
9635         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
9636         RcStyle, under the specified stock ID.
9637
9638         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
9639         render_icon used to derive a GdkPixbuf from a GtkIconSource.
9640         This allows people to theme how prelight, insensitive, etc. are
9641         done.
9642
9643         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
9644         icon factories for a style, and return the resulting 
9645         icon set if any.
9646
9647         (gtk_style_render_icon): Render an icon using the render_icon 
9648         method in the GtkStyleClass.
9649
9650         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
9651         Use the style for a given widget to look up a stock ID, get the
9652         icon set, and render an icon using the render_icon method 
9653         of the style
9654
9655         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
9656         (contains information about a stock item), the built-in stock item
9657         IDs, and functions to add/lookup stock items.
9658
9659         * gtk/stock-icons/*: Stock icons that come with GTK
9660
9661         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
9662         a button based on a GtkStockItem
9663         (gtk_button_new_accel): Takes a uline string and accel group, and
9664         installs the accelerator.
9665
9666         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
9667         image-display widget.
9668
9669 2000-09-25  Havoc Pennington  <hp@redhat.com>
9670
9671         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
9672
9673         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
9674         Fix a bug when removing node data, we didn't properly 
9675         re-splice the linked list after removing the data.
9676
9677         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
9678         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
9679
9680         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
9681
9682         * gtk/gtktextlayout.c (set_para_values): Set tab array 
9683         for the layout from the GtkTextTag.
9684
9685         * gtk/gtktexttypes.h: delete tab and search cruft, 
9686         remove g_convert() in favor of GLib version
9687
9688         * gtk/gtktexttypes.c: remove tab implementation from here,
9689         move to Pango
9690
9691         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
9692         tab stuff using new PangoTabArray from Pango
9693
9694         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
9695         unused border_width stuff
9696
9697 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
9698
9699         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
9700         glib) and now useless utf_to_latin1() latin1_to_utf()
9701
9702         * gtk/gtktextview.[ch]: Change ::move_insert and
9703         ::delete_text action signals to ::move and ::delete;
9704         create the signals with the right enumeration type,
9705         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
9706         C-v bindings, change Home, End to move to beginning/end
9707         of line, Add C-Home C-End to move to beginning/end
9708         of buffer. Change ::cut_text to ::cut_clipboard, etc;
9709         combine ::scroll_text into ::move; use new GtkSelectionData
9710         functions to simplify DND text handling.
9711         
9712         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
9713         deletion enumerations here, rename enumeration values to 
9714         be consistently plural.
9715
9716         * gtk/gtktextbuffer.c: Use new clipboard interfaces
9717         for cut/copy/paste and primary selection.
9718
9719         * gtk/gtktextbuffer.[ch]: Remove excess time and
9720         'interactive' arguments from cut/copy/paste;
9721         rename cut to cut_clipboard, etc; remove
9722         gtk_text_buffer_get_clipboard_contents().
9723
9724         * gtk/gtktextlayout.[ch]: Add 
9725         gtk_text_layout_move_iter_to_line_end() to move the iter to 
9726         line ends.
9727
9728         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
9729         Functions to set or get a UTF-8 string on the selection
9730         data.
9731
9732         * gtk/gtkclipboard.[ch]: New, simplified selection handling
9733         interfaces.
9734
9735         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
9736         created widgets - one of these is useless if we don't.
9737
9738         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
9739         a public function clear all targets registered for the
9740         widget.
9741
9742         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
9743         Never call gtk_widget_realize() - that was just asking
9744         for bizarre side-effects.
9745
9746         * gtk/gtkselection.c (gtk_selection_owner_set): Call
9747         gdk_selection_owner_set even if the widget is the
9748         same so that we reliably update the timestamp on
9749         the server.
9750
9751         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
9752         gdk_x11_get_server_time() function.
9753         
9754         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
9755         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
9756         Add some tricky filtering on serial numbers for
9757         selection clear events to fix up long-standard
9758         race condition FIXME's in gtkselection.c.
9759
9760         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
9761         routines to convert from utf8 to compound text or
9762         STRING and from a text property to UTF-8.
9763
9764         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
9765         a convenience function gdk_get_current_event_time().
9766
9767         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
9768         and free selection_data->data properly
9769
9770 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
9771
9772         * gtk/gtkthemes.c: Remove some unecessary includes.
9773
9774 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
9775
9776         * gtk/gtktextdisplay.c
9777         * gtk/gtktextlayout.c
9778         * gtk/gtktexttag.c
9779         * gtk/gtktexttag.h
9780         * gtk/testtext.c: Change the overstrike property to strikethrough,
9781         to closer match pango.
9782
9783 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
9784
9785         * gtk/gtktextview.c: Fix up visibility so that focus,
9786         cursor_visible and blink interact properly.  Reenable cursor blink
9787         which had been roughly disabled. Make blink and focus
9788         properly per-view.
9789
9790         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
9791         Add a flag for whether to display insertion cursor and
9792         a function to set the flag.
9793
9794         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
9795         get_line_y() to get_line_yrange(), to be a bit more generally
9796         useful.
9797
9798 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
9799
9800         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
9801           do stop_navigating_submenu, to clear last timeout properly.
9802           Also in gtk_menu_motion_notify move ignore_enter above
9803           the conditional to make it always happen as suggested by Owen
9804
9805 2000-09-07  Tor Lillqvist  <tml@iki.fi>
9806
9807         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
9808
9809         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
9810         w32api headers.
9811
9812         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
9813         declarations.
9814
9815         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
9816         (gdk_win32_get_colormap): A line had been deleted by mistake.
9817
9818         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
9819         (gdk_event_translate): Handle more virtual keycodes to be able to
9820         generate GDK events for Control-comma, Control-period, etc.
9821
9822         * gtk/gtk.def: Add some missing entry points.
9823
9824 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
9825
9826         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
9827         Doc comment fixing. (Mostly non-matching parameter names.)
9828
9829         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
9830         comments a little to avoid looking like a doc comment.
9831
9832         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
9833         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
9834         conversions be changed to GError?)
9835
9836         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
9837         Move private #defines into .c file.
9838
9839         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
9840         order of argument addition, remove duplicates.
9841
9842         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
9843         parent class is FrameClass, not BinClass.
9844
9845         * gtk/gtk.h: Add gtkinvisible, which was missing.
9846         (It's occasionalyl useful for client apps, if seldom.)
9847
9848         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
9849         #define.
9850
9851 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
9852
9853         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
9854         coordinates when creating window, instead of GDK-space
9855         coordinates. (Avoid BadValue on too large windows.)
9856
9857 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9858
9859         * configure.in (use_mmx_asm): Remove conftest* after use along the
9860         lines of AC_TRY_COMPILE.        
9861         
9862         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
9863         of g_dirname, which is deprecated.
9864         (gtk_rc_parse_any): Removed calls to
9865         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
9866
9867         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
9868         Removed calls to g_hash_table_{freeze,thaw}, as they are
9869         deprecated now.
9870
9871         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
9872         instead of g_basename.
9873         
9874 2000-09-04 Elliot Lee <sopwith@redhat.com>
9875         
9876         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
9877         ANSI warning.
9878
9879 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
9880
9881         * gtk/gtkwidget.h:  Add some documenting comments about 
9882           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
9883           just as owen said on irc.
9884
9885         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
9886           set HAS_DEFAULT.  Only set it if there isn't another window
9887           holding it (a focus window which RECEIVES_DEFAULT) and only unset
9888           it if the widget is not the focused window with RECEIVES_DEFAULT.
9889           This fixes weird double default bugs in dialogs which has things
9890           call gtk_window_set_default at times.
9891
9892 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
9893
9894         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
9895         Nils Barth and David Santiago to improve submenu
9896         navigation. The patch does this by creating a triangular
9897         region from the point where the pointer leaves the
9898         menu to the submenu.  While the pointer is in
9899         that region and a timeout has not expired, events 
9900         that would cause the active submenu to change are
9901         ignored.
9902
9903 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
9904
9905         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
9906         moving a toplevel window immediately after sizing it would
9907         result in it being sized back to the old size since 
9908         impl->width, impl->height aren't updated until we hear
9909         back from the server. There is still a (longstanding) bug
9910         here that gdk_window_get_size() will give the wrong size
9911         until we do hear back.
9912
9913 2000-08-31  Havoc Pennington  <hp@redhat.com>
9914
9915         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
9916         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
9917         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
9918         Rename GtkTextStyleValues to GtkTextAttributes
9919
9920 2000-08-31  Havoc Pennington  <hp@pobox.com>
9921
9922         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
9923         for rapid testing whether an iterator is the end iterator
9924         (gtk_text_btree_new): init end line cache
9925         (gtk_text_line_is_last): use fast cached line to 
9926         see if we're the last line.
9927         (get_last_line): use cached line here too, should 
9928         speed up some random unrelated code.
9929         
9930 2000-08-30  Havoc Pennington  <hp@pobox.com>
9931
9932         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
9933         signals.
9934
9935         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
9936         delete_text signals. This allows the signals to be used for
9937         implementing undo.
9938
9939         * gtk/gtktextbuffer.c: Change signal handler signatures; 
9940         provide "interactive" argument when emitting insert_text or
9941         delete_text signal.
9942         
9943 2000-08-30  Havoc Pennington  <hp@pobox.com>
9944
9945         * gtk/gtktextbuffer.c: Docs
9946
9947 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
9948
9949         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
9950         from switch statements, since Tor removed the enumeration
9951         value.
9952         
9953         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
9954         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
9955
9956 2000-08-29 Elliot Lee <sopwith@redhat.com>
9957         * */*.h: Use G_GNUC_CONST.
9958
9959 2000-08-27  Havoc Pennington  <hp@pobox.com>
9960
9961         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
9962         minor indentation fixes, inserted some FIXME about stuff I
9963         realized was broken while documenting it.
9964         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
9965         GTK convention  
9966
9967 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
9968
9969         * gtk/testgtk.c (create_styles): Fix double free of
9970         font desc.
9971
9972 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
9973
9974         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
9975         
9976         * gtk/testgtk.c (create_styles): Add a test for modifying
9977         the style through gtk_widget_modify_*.
9978
9979         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
9980         a function to get the current modifier style.
9981
9982         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
9983         of the passed in GtkRcStyle instead of ref'ing it.
9984
9985         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
9986
9987 2000-08-20  Tor Lillqvist  <tml@iki.fi>
9988
9989         * gdk/gdkimage.h
9990         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
9991         shared memory image+pixmap GdkImage type, or
9992         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
9993         I am dropping that.
9994
9995         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
9996         actually call gtk_init_abi_check(), passing also
9997         sizeof(GtkWindow). Ditto for gtk_init_check(). 
9998
9999         * gtk/gtk.def
10000         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
10001         New functions, used to check that the GTK+-using code has been
10002         compiled using the correct compiler and switches. In particular,
10003         with gcc one has to use the -fnative-struct switch as GTK+ is
10004         compiled with that.
10005
10006 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
10007
10008         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
10009         ->prev fields when merging lists. (Found simultaneously
10010         by Pawel Salek and Jakub Jelinek)
10011
10012 2000-08-12  Tor Lillqvist  <tml@iki.fi>
10013
10014         * gdk/gdk.def
10015         * gtk/gtk.def: Add missing entries.
10016
10017         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
10018         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
10019
10020         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
10021         function. Dummy implementation at this point.
10022
10023         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
10024         rules. Undefine GTK_COMPILATION when compiling the test programs.
10025         
10026         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
10027
10028 2000-08-11  Tor Lillqvist  <tml@iki.fi>
10029
10030         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
10031         to convert back and forth from UTF-8 and the "system" (or "current
10032         locale") charset when necessary. Indentation/spacing cleanup.
10033
10034 2000-08-10  Havoc Pennington  <hp@redhat.com>
10035
10036         * Makefile.am (snapshot): Change the format of the snapshot
10037         version to match glib
10038
10039         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
10040         from EXTRA_DIST since it doesn't seem to exist
10041
10042 2000-08-10  Tor Lillqvist  <tml@iki.fi>
10043
10044         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
10045         version of the directory name (not the UTF-8 one) when building
10046         the path name to stat().
10047
10048 2000-08-03  Elliot Lee  <sopwith@redhat.com>
10049
10050         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
10051         PANGO_ATTR_SHAPE set.
10052
10053 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
10054
10055         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
10056         Peter Osterlund to simplify the code while keeping the
10057         functionality the same.
10058
10059 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
10060
10061         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
10062         is_viewable() test further inside the function, since removing the 
10063         window from the redraw list without clearing ->update_area
10064         was also very broken.
10065
10066 2000-08-02  Tor Lillqvist  <tml@iki.fi>
10067
10068         * configure.in: Check for <unistd.h>.
10069
10070 2000-08-01  Martin Baulig  <baulig@suse.de>
10071
10072         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
10073         to display the message that this is a development version of GTK+.
10074
10075 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
10076
10077         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
10078         was depending on widget->allocation instead of the width of text_area,
10079         which was incorrect for subclasses like GtkSpinButton.
10080
10081         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
10082         with width == 1 tests that should be width == -1.
10083
10084 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
10085
10086         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
10087         (broken, Elliot, every single window blank on X) custom code with call
10088         to gdk_window_is_viewable() which a) prevents code duplicate and
10089         b) works. 
10090
10091 2000-07-31  Elliot Lee  <sopwith@redhat.com>
10092
10093         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
10094         to get the GDK_PARENT_ROOT() macro to work.
10095         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
10096         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
10097         of, windows that aren't shown.
10098         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
10099         pointer grab stuff.
10100
10101 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
10102
10103         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
10104           s/gtk_main_iteration/g_main_iteration/
10105
10106           Did this already in change:
10107                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
10108           don't know how it got reverted.
10109
10110 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
10111
10112         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
10113         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
10114
10115         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
10116         not gdk_pixbuf.
10117
10118 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
10119
10120         * configure.in,po/{sp,sr}.po: Added Serbian files
10121
10122 2000-07-30  Tor Lillqvist  <tml@iki.fi>
10123
10124         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
10125
10126         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
10127         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
10128         GIOChannel implementation.
10129
10130         * gdk/win32/gdkinput.c
10131         * gdk/win32/gdkpango-win32.c: Update license name here, too.
10132
10133         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
10134         definition to match prototype.
10135
10136         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
10137
10138 2000-07-27  Elliot Lee  <sopwith@redhat.com>
10139
10140         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
10141         function, to allow handling image formats that cannot be detected
10142         by looking at content alone.
10143
10144 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
10145
10146         * docs/tutorial/*.gif *.jpg *.eps
10147           Update these to the same look-n-feel.
10148           Why does including images in DocBook suck so badly?
10149
10150 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
10151
10152         * gtk/gtktable.c: applied patch from Phil Thompson
10153         <phil@river-bank.demon.co.uk> that enables space settings for
10154         the last row/columns as well.
10155
10156 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
10157
10158         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
10159         updates the license headers to the GNU Lesser General Public License,
10160         as well as updating the copyright year to 2000.
10161
10162 2000-07-26  Robert Brady  <rwb197@zepler.org>
10163
10164         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
10165           and po/Makefile, was installing and looking for them under gtk20
10166           and gtk2 respectively.
10167
10168 2000-07-25  Havoc Pennington  <hp@redhat.com>
10169
10170         * gtk/testtext.c: Comment out some stuff that depends on the rest
10171         of my patches.
10172
10173 2000-07-25  Havoc Pennington  <hp@redhat.com>
10174
10175         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
10176         buffer
10177
10178 2000-07-25  Havoc Pennington  <hp@redhat.com>
10179
10180         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
10181         widget changes.
10182
10183         * gtk/gtktextview.h: To be consistent with usage of "line"
10184         throughout the API to mean "newline-terminated thingy", change
10185         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
10186         to MOVEMENT_LINE.
10187
10188         (GtkTextView): Add flags for default editability, and whether to
10189         show the cursor. Add functions to get/set that. Add 
10190
10191         (gtk_text_view_get_iter_location): new function
10192
10193         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
10194         gtktextlayout.h
10195         (g_convert): Add g_convert temporarily, will go in glib in a bit
10196         
10197         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
10198         GtkTextTagTableForeach instead of brokenly using GHFunc.
10199         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
10200
10201         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
10202         moved to public header.
10203
10204         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
10205         "invisible", since "elide" was a bad name.
10206         (gtk_text_tag_get_priority): Added
10207
10208         (GtkTextStyleValues): put this in public header, along with
10209         functions to use it.
10210
10211         * gtk/gtktextmarkprivate.h: Include more headers, since we no
10212         longer include gtktextbtree.h.
10213
10214         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
10215         gtk_text_mark_deleted
10216
10217         * gtk/gtktextlayout.h: Don't include the "really private" headers,
10218         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
10219         to make this possible. Now we only need to install
10220         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
10221         (However the Makefile.am isn't changed yet because of the
10222         logistics of merging gtk-hp-patches piecemeal)
10223
10224         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
10225         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
10226         gtk_text_iter_get_line is now used in the public API for a
10227         different purpose.
10228
10229         * gtk/gtktextiter.h: Clean up function names to be more
10230         consistent. Always call char offset "offset" and byte index
10231         "index". A "line" is always a line number. 
10232
10233         (gtk_text_iter_is_last): new function, more efficient than 
10234         the existing way to check
10235         (gtk_text_iter_is_first): new function, also more efficient
10236
10237         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
10238
10239         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
10240         gtk_text_iter_forward_char, etc.
10241
10242         (gtk_text_iter_forward_to_tag_toggle): Renamed from
10243         forward_find_tag_toggle, since this isn't a linear search
10244
10245         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
10246
10247         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
10248         New functions, search for a buffer substring.
10249
10250         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
10251         interactive and default editable (since we need to store that info
10252         until we receive the selection data).
10253
10254         Remove all the _at_char and at_line etc. versions of functions;
10255         only have iterator versions.
10256
10257         Add _interactive() versions of functions, that consider the
10258         editability of text. (FIXME add interactive flag to the 
10259         insert/delete signals per Darin's suggestion)
10260
10261         (gtk_text_buffer_get_tag_table): new function, demand-creates the
10262         tag table if necessary
10263
10264         Remove declaration of gtk_text_buffer_get_iter_from_string
10265
10266         (_gtk_text_buffer_get_btree): private/internal function, added.
10267         
10268
10269         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
10270         (gtk_text_line_is_last): new function
10271
10272 2000-07-25  Havoc Pennington  <hp@redhat.com>
10273
10274         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
10275         using GtkProgressBar. See Changes-2.0.txt for details.
10276
10277         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
10278         "pulse_step" which are the equivalent of
10279         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
10280         Implement new API.
10281         
10282         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
10283         (use_text_format) to mark whether text set on the progress bar is
10284         a format string. Deprecate entire GtkProgress interface.
10285
10286         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
10287         (gtk_progress_build_string): make this a no-op if use_text_format
10288         is FALSE
10289
10290         * docs/Changes-2.0.txt: Describe progress bar changes.
10291
10292 2000-07-25  Tor Lillqvist  <tml@iki.fi>
10293
10294         * Makefile.am: Include the build directory.
10295
10296         * configure.in: Generate build/Makefile, build/win32/Makefile,
10297         gdk/, gdk/win32/, and gtk/makefile.mingw.
10298
10299         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
10300         Add GETTEXT_PACKAGE.
10301         
10302         * gdk/gdk.def
10303         * gtk/gtk.def: Updates.
10304
10305         * gdk/gdkfont.h
10306         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
10307         need them any longer.
10308
10309         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
10310
10311         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
10312         PANGOWIN32_LIBS and gdk_pixbuf.
10313
10314         * gdk/win32: Compiles, but no doubt doesn't work at all.
10315
10316         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
10317
10318         * gdk/win32/gdkinput.c: New file, temporarily.
10319         
10320         * gdk/win32/gdkinput-win32.h: New file
10321
10322         * gdk/win32/gdkinputprivate.h: Remove.
10323
10324         * gdk/win32/gdkpango-win32.c: New file.
10325
10326         * gtk/makefile.mingw.in: New file
10327
10328         * gtk/makefile.cygwin: Removed
10329         
10330         * gtk/Makefile.am: Update accordingly.
10331
10332         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
10333         made externally visible.
10334
10335         * gtk/gtkmain.c: Use it.
10336         
10337         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
10338         is enough.
10339
10340         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
10341
10342 2000-07-24 Elliot Lee <sopwith@redhat.com>
10343         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
10344         individual backends already.
10345         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
10346         again. Yes, there really is a good reason for this, if you are using the gdkregion
10347         internals, and if you're not, why do you care?
10348         * gdk/gdkwindow.c: Fix inverted condition
10349         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
10350         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
10351         * gtk/gtkrange.c: Redraw trough when moving.
10352         * gtk/gtktypeutils.c: Fix warning by adding const cast.
10353         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
10354
10355 2000-07-23  Tor Lillqvist  <tml@iki.fi>
10356
10357         * configure.in: Check for mkstemp and sigsetjmp. Output
10358         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
10359
10360         More work on GDK for Win32. Still in an intermediate state.
10361
10362         * gdk/makefile.cygwin
10363         * gdk/win32/makefile.cygwin: Removed.
10364         
10365         * gdk/makefile.mingw.in
10366         * gdk/win32/makefile.mingw.in: New files.
10367
10368         * gdk/Makefile.am
10369         * gdk/win32/Makefile.am: Generate and distribute them.
10370
10371         * gdk/win32/gdkwindow-win32.h
10372         * gdk/win32/gdkdrawable-win32.h
10373         * gdk/win32/gdkpixmap-win32.h: New files.
10374
10375         * gdk/win32/gdkcolor-win32.c
10376         * gdk/win32/gdkcursor-win32.c
10377         * gdk/win32/gdkdrawable-win32.c
10378         * gdk/win32/gdkgc-win32.c
10379         * gdk/win32/gdkimage-win32.c
10380         * gdk/win32/gdkprivate-win32.h
10381         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
10382         Rename fields and variables called xcursor, xid, etc (these names
10383         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
10384
10385 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
10386
10387         * gtk/gtkentry.[ch]: Fix some problems with vertical
10388         alignment.
10389
10390         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
10391         char/byte confusion.
10392
10393 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
10394
10395         * gtk/gtktextview.c (changed_handler): Fix bug where
10396         redraw wasn't being done properly when height of
10397         dirty region changed.
10398
10399         * demos/Makefile.am: Remove various references to
10400         -lgmodule
10401
10402 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
10403
10404         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
10405         PangoAttrShape to reserve space for pixmaps, add 
10406         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
10407         in the display functions.
10408         
10409         * gtk/testgtk.c (create_layout): Set some more exotic
10410         scrolled window options
10411
10412         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
10413         Add function to set the shadow type of a window, to allow
10414         putting a shadow around widgets such as GtkLayout or GnomeCanvas
10415         which don't draw their own frame.
10416
10417 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
10418
10419         * docs/tutorial/package-db-tutorial.sh: New file for
10420           packaging DocBook format tutorial
10421
10422 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
10423
10424         * docs/tutorial/gtk-tut.sgml: Minor updates
10425
10426         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
10427
10428 2000-07-19  Tor Lillqvist  <tml@iki.fi>
10429
10430         * gtk/gtksignal.c: Fix C++ comment.
10431
10432         * gtk/gtkimmulticontext.c
10433         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
10434         don't return value from void functions.
10435
10436         * gtk/gtk.def: Add gtk_rc_style_unref.
10437
10438 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10439
10440         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
10441         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
10442         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
10443         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
10444         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
10445         gtk/gtktypeutils.h: Include files outside of the extern "C"
10446         block. Makes some C++ compiler happy. Reported by Denis Vakatov
10447         <vakatov@peony.nlm.nih.gov>.
10448
10449 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
10450
10451         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
10452           Completes first pass. Hurrah!
10453
10454 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
10455
10456         * docs/tutorial/gtk-tut.sgml: More clean ups.
10457
10458 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
10459
10460         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
10461         paint the background of the text area which was accidentally
10462         removed at some point.
10463
10464         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
10465           
10466          - Move most of the functionality from the theme vtable
10467            into GtkRcStyleClass and GtkStyleClass. The moved
10468            vtable functions were changed a bit in the move to
10469            work better in their new home.
10470
10471          - Get rid of the engine and engine_data fields from
10472            GtkRcStyle and GtkStyle; instead the theme
10473            engine derives theme-specific subclasses of GtkRcStyle
10474            and GtkStyle
10475
10476          - Add extra dlsym() found entry point to themes,
10477            theme_create_rc_style().
10478
10479         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
10480         in gtk_style_real_copy.
10481
10482         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
10483         to register a type associated with an engine. (The engine
10484         won't be unloaded as there is an instance of the type.)
10485
10486
10487 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
10488
10489         * docs/tutorial/gtk-tut.sgml: Clean ups.
10490
10491 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
10492
10493         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
10494           of cleaning up to do.
10495
10496 2000-07-15  Tor Lillqvist  <tml@iki.fi>
10497
10498         * gdk/testgdk.c: New file, quick hack to test backends for
10499         pixel-by-pixel correctness of the most simple graphic operations.
10500
10501 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
10502
10503         * Really release 1.3.1
10504         
10505         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
10506         include structure.
10507
10508 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
10509
10510         * Released 1.3.1
10511
10512 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
10513
10514         * gtk/gtktextlayout.c: use FALSE for size_only most
10515         of the time when calling gtk_text_layout_get_line_display()
10516         to avoid causing double reshapes when a redraw follows
10517         immediately after.
10518
10519 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
10520
10521         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
10522         appropriate region and gdk_window_process_updates() so trough
10523         updating doesn't lag behind the window being scrolled.
10524
10525         * gdk/gdkgc.c: Make parent_class pointer static.
10526          
10527 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
10528
10529         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
10530         include <string.h>.
10531          
10532         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
10533         cut-and-paste error in computing memory offset for 4 channels.
10534
10535 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
10536
10537         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
10538         gtk_rc_append_default_pixmap_path(), since it wasn't
10539         adding an interesting path and we don't have a meaningful
10540         default for this value.
10541
10542 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
10543
10544         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
10545         gtk-config to gtk-config-2.0 move gtk_.m4 to
10546         gtk-2.0.m4
10547
10548         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
10549         gdk/Makefile.am demos/Makefile.am: Change 
10550         library names to libgtk-1.3.la, etc, so that we
10551         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
10552
10553         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
10554         gdk/Makefile.am gdk/x11/Makfile.am
10555         Move include files into /usr/include/gtk-2.0, 
10556         /usr/lib/gtk-2.0/include/
10557          
10558         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
10559         gtk/gtkintl.h: Change package for gettext from 
10560         gtk+ to gtk20. Put hack in autogen.sh to modify
10561         po/Makefile.in.in after gettextize to make this
10562         possible.
10563
10564         * gtk+.spec: Some updates, not tested.
10565
10566         * gdk-pixbuf/Makefile.am: Move loaders into
10567         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
10568
10569         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
10570         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
10571         to THEMENAME/gtk-2.0/. Move engine directory  to
10572         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
10573         
10574 2000-07-12  Tor Lillqvist  <tml@iki.fi>
10575
10576         Win32 changes, still doesn't build though.
10577
10578         * gdk/makefile.cygwin
10579         * gdk/win32/makefile.cygwin
10580         * gtk/makefile.cygwin: Updates.
10581
10582         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
10583         default values for fg and bg pixel as X11 does (0 and 1), not
10584         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
10585         Use 0 for pen width by default (treated as 1 anyway later, but for
10586         apps that might check the value in the GdkGC).
10587         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
10588         interface to gdk_gc_predraw and _postdraw.
10589
10590         * gdk/win32/gdkwin32.h
10591         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
10592
10593         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
10594         extraneous semicolon.
10595
10596         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
10597
10598         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
10599         not the Win32 bitspixel value.
10600
10601         * gdk/win32/gdkcc-win32.c:
10602         * gdk/win32/gdkcolor-win32.c 
10603         * gdk/win32/gdkprivate-win32.h
10604         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
10605         GDK object structure.
10606
10607 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
10608
10609         * docs/tutorial/gtk_tut_12.es.sgml (name): 
10610         * docs/tutorial/gtk_tut_it.sgml (name): 
10611         * docs/tutorial/gtk_tut_fr.sgml (name): 
10612         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
10613         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
10614
10615 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
10616
10617         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
10618           small changes.
10619
10620 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
10621
10622         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
10623         a bug here, never been here and never fixed anything ;(
10624         (don't segfault if tree->root_tree is NULL, which happens prior
10625         to widget realization, but puke instead).
10626
10627 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
10628
10629         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
10630         add the necessary tokens.
10631
10632         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
10633         (gtk_rc_style_to_style): copy thicknesses.
10634         (gtk_rc_init_style): apply thicknesses.
10635         (gtk_rc_parse_style): parse xthickness and ythickness.
10636
10637         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
10638
10639         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
10640         (gdk_window_new): 
10641         (_gdk_windowing_window_init): 
10642         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
10643         (gdk_pixmap_create_from_data): 
10644         (gdk_bitmap_create_from_data): 
10645         (gdk_pixmap_new): 
10646         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
10647         (gdk_image_new): 
10648         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
10649         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
10650         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
10651         (gdk_colormap_get_system): 
10652         (gdk_colormap_new): 
10653         * gdk/gdkwindow.c (gdk_window_init): 
10654         * gtk/gtkstyle.c (gtk_style_new):
10655         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
10656         * gdk/gdkpixmap.c (gdk_pixmap_init): 
10657         * gtk/gtkrc.c (gtk_rc_style_new):
10658         use g_object_new() instead of g_type_create_instance() which
10659         is a private function for fundamental type implementations.
10660
10661 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
10662
10663         * configure.in: Add check for db2html
10664
10665 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
10666
10667         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
10668         hack to set glib_debug_objects based on gtk_debug_flags.
10669
10670 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
10671
10672         * INSTALL.in: Update the Prerequisites section.
10673
10674         * Makefile.am demos/Makefile.am docs/Makefile.am
10675         docs/tutorial/Makefile.am gdk/x11/Makefile.am
10676         gdk/linux-fb/Makefile.am: Dist fixes
10677
10678 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
10679
10680         * NEWS: 10,000 foot view of 1.3.1 changes.
10681
10682 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
10683
10684         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
10685         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
10686         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
10687         gdk/x11/gdkmain-x11.c: 
10688
10689         Patch from George Lebl to add a GdkGrabStatus enumeration to use
10690         as a return value of gdk_*_grab(). Previously, we just
10691         returned the X11 values directly.
10692
10693 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
10694
10695         * gdk/x11/Makefile.am: Patch from George Lebl to 
10696         install all the headers in the right place.
10697
10698 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
10699
10700         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
10701           initial conversion to DocBook.
10702
10703 2000-07-04  Tor Lillqvist  <tml@iki.fi>
10704
10705         * README.win32: Improve a bit.
10706
10707         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
10708         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
10709         Alt+0nnn on the numpad (used to enter characters by numeric code
10710         from current DOS or ANSI codepage) working correctly, as in other
10711         Windows apps.
10712
10713         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
10714         same argument validity tests as in X11 version.
10715         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
10716
10717         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
10718         definitions in case missing from headers.
10719
10720         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
10721         destroy the window-specific cursor.
10722         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
10723         calling GetModuleHandle(NULL).
10724         (gdk_window_set_cursor): Reworked to always copy the passed cursor
10725         with CopyCursor before setting it as the window-specific
10726         cursor. It is OK for the caller to destroy the GdkCursor (and thus
10727         also its Windows cursor) after calling this function. Destroy any
10728         previous window-specific cursor.
10729
10730 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
10731
10732         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
10733         font charset is iso8859-1, not iso-8859-1.
10734
10735 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
10736
10737         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
10738         Use g_get_charset() instead of g_get_codeset().
10739
10740         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
10741         Comment out some strdup'ing functions to keep timj
10742         happy until we finish fighting this out.
10743
10744 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
10745
10746         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
10747         <= width or height.
10748
10749         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
10750         from 1.2 for parent/child states.
10751
10752         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
10753         of typos.
10754
10755         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
10756         event structures, replace with a generic axes field. Replace 
10757         deviceid/sourec with GdkDevice *device.
10758
10759         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
10760         to extract particular axis use value from event. (Also
10761         can be used for normal X/Y.)
10762
10763         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
10764         allow for arbitrary number of axes, namespace everything
10765         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
10766         everywhere.
10767
10768         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
10769         Get rid of the gdk_input_vtable setup if favor of simply
10770         defining the functions in gdkinput-none/gxi/xfree.c in
10771         a similar fashion to the way that the port structure is 
10772         done.
10773
10774         * gtk/gtkdnd.c: Fix fields of synthesized button press event
10775         for new event structures. 
10776
10777         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
10778         new device interfaces.
10779
10780 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
10781
10782         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
10783         set the initial text.
10784
10785         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
10786         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
10787         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
10788         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
10789
10790         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10791         pango_layout_set_font_description to simplify.
10792
10793 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
10794
10795         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10796         pango_layout_set_font_description to simplify.
10797
10798 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
10799
10800         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
10801         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
10802         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
10803
10804         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
10805         PANGO_PIXELS() macro.
10806
10807 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
10808
10809         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
10810         that returns a PangoContext owned by the widget and updated to
10811         match future changes in the widget. Also, make 
10812         gtk_widget_create_pango_layout() use this context. If we ever
10813         add a ::changed signal to PangoContext, this will make things
10814         much more convenient. 
10815
10816         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
10817         in the appropriate places instead of destroying the layouts and
10818         creating new ones.
10819
10820         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
10821         in a few strategic places.
10822
10823 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
10824
10825         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
10826         gtk_widget_size_request() on reparented child, if one. Otherwise,
10827         queue_resize() on the child never results in it getting size-requested
10828         at all.
10829
10830         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
10831         in option menus, so that (with luck) people won't copy it into
10832         their apps in the future.
10833
10834         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
10835         to gtk_option_menu_calc_size. This isn't perfect, but should fix
10836         a lot of problems with changing the size of the menu's menu
10837         items after adding it to the option menu.
10838
10839         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
10840
10841         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
10842         the text direction for a widget changes.
10843
10844         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
10845         ::direction_changed to get rid of various hacks.
10846
10847 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
10848
10849         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
10850         name.
10851
10852 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
10853
10854         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
10855         flag to the structure. Do not call XFreePixmap on pixmaps created
10856         by gdk_pixmap_foreign_new().
10857
10858 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
10859
10860         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
10861         value using GdkRGB functionality given GdkColormap and GdkColor.
10862         (name not final, waiting for inspiration.)
10863         
10864         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
10865         set the foreground/background of a GC using the GC's colormap
10866         and GdkRGB. (name not final, waiting for inspiration.)
10867
10868         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
10869         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
10870
10871         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
10872         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
10873         purely a function of the corresponding colormap. Make
10874         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
10875
10876         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
10877         gdk_pixbuf_*create_from_xpm_* in terms of
10878         gdk_pixbuf_new_from_xpm_data(), move into platform independent
10879         code.
10880
10881         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
10882         advantage of the new draw_rgb_32_image_dithalign.
10883
10884         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
10885
10886         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
10887         on each created GC.
10888
10889         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
10890
10891         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
10892         which we initialize from the drawable when the GC is created,
10893         if the drawable has a colormap.
10894
10895         * gdk/x11/gdkgc-x11.c: include string.h for memset.
10896
10897         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
10898
10899         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
10900
10901 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
10902
10903         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
10904         actually returning expose events, make sure to set
10905         the count field properly.
10906
10907         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
10908         accidentally reintroced bug which always cleared
10909         the graphics_exposures value. 
10910
10911 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
10912
10913         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
10914
10915 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
10916
10917         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
10918
10919 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
10920
10921         * docs/faq/gtk-faq.sgml: Start of Section 6.
10922
10923 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
10924
10925         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
10926         
10927         (Fixes problem with drawing childless frames. Pointed out
10928         by and a first patch from Anders)
10929         
10930         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
10931         compute a child_allocation, even if we don't have a child.
10932
10933         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
10934         Always chain to the parent's impl, even if we don't have a child.
10935
10936 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
10937
10938         * gdk/gdkrgb.c: If possible, create only a single shm segment and
10939         use multiple parts of it instead of creating a bunch of separate
10940         segments, since the maximum number of segments per system is not
10941         large. (This might be worth backporting to GTK+-1.2.x if we make a
10942         new release )
10943
10944         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
10945         structure in preparation for per-colormap GdkRGB.
10946
10947         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
10948         to False when we get EINVAL from shmget so that the caller of
10949         gdk_image_new can retry with a smaller segment size.
10950
10951 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
10952
10953         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
10954
10955 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
10956
10957         * configure.in: make the current version number 1.3.1 (binary age 0,
10958         interface age 0).
10959         
10960         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
10961         gtkcompat.h is all we want.
10962
10963         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
10964         GLib primitive types. fixed g_type_register_fundamental() argument
10965         ordering.
10966
10967         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
10968         compiles.
10969
10970         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
10971         object code cleanup, comment trigraph fixes, etc...
10972
10973 2000-06-23  Havoc Pennington  <hp@redhat.com>
10974
10975         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
10976         instead of making up a bogus name for first_para_mark
10977
10978         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
10979         0 as a context ID
10980
10981 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
10982
10983         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
10984
10985 2000-06-21  Havoc Pennington  <hp@pobox.com>
10986
10987         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
10988         we didn't check window->bg_pixmap != GDK_NO_BG.
10989
10990         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
10991         gdk-pixbuf
10992
10993 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
10994
10995         * docs/faq/gtk-faq.sgm: Move file to here.
10996           TODO: Update Makfile.am 
10997
10998 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
10999
11000         * docs/gtk-faq.sgm: Add Section 2
11001
11002 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
11003
11004         * docs/gtk-faq.sgm: New file. Start of DocBook
11005           version of the FAQ.
11006
11007 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
11008
11009         * configure.in (GDK_PIXBUF_MAJOR): Define version
11010         numbers for GDK_PIXBUF_*, as they get substituted
11011         into a header file. Need to consider versioning
11012         for gdk-pixbuf more carefully later.
11013
11014 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
11015
11016         Work with srcdir != builddir.   
11017         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
11018         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
11019         * demos/testpixbuf.c: Likewise.
11020         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
11021         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
11022         <gdk/x11/gdkx.h>.
11023         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
11024         "gdk-pixbuf.h".
11025         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
11026
11027 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
11028
11029         * TODO.xml: Change 1.4 version numbers to 2.0.
11030
11031 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
11032
11033         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
11034         fixups to GTK+ standard.
11035
11036 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
11037
11038         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
11039         gdk-pixbuf.
11040
11041         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
11042         fixups for GObject.
11043
11044         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
11045         gdk-pixbuf with GDK dependencies moved into GDK.
11046         
11047         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
11048         move gdk-pixbuf-loader here until GObject has signals.
11049
11050         * demos/: New directory of demos. Move demos from
11051         gdk-pixbuf here.
11052
11053         * demos/pixbuf-init.c: Small bit of code to check for
11054         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
11055         set GDK_PIXBUF_MODULEDIR appropriately.
11056
11057         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
11058         define which no longer makes sense.
11059
11060 2000-06-21  Havoc Pennington  <hp@redhat.com>
11061
11062         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
11063         gtk_get_default_language
11064
11065         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
11066         new function to get the default language
11067
11068         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
11069         s/gtk_text_view_style_values/gtk_text_style_values/
11070
11071         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
11072         Add a "language" field to tags.
11073
11074         (gtk_text_tag_set_arg): Fix bug in setting
11075         "bg_full_height_set" tag.
11076
11077 2000-06-21  Havoc Pennington  <hp@redhat.com>
11078
11079         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
11080         in the interfaces
11081
11082         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
11083         stuff instead when possible.
11084
11085         * gtk/gtktexttypes.h: Delete some unused constants
11086
11087         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
11088         testtextbuffer.c: use glib instead of custom unicode routines
11089
11090 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
11091
11092         * docs/es/: Removed mistakenly added generated sgml
11093
11094         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
11095         Remove outdated info files.
11096
11097         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
11098         Moved tutorial files into subdir
11099
11100         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
11101         subdir.
11102
11103         * docs/man/gtk_button.pod: Remove. (contents will be
11104         integrated into gtk-reference button page.)
11105
11106         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
11107         docs/faq/Makefile.am: Adjust for new organization
11108
11109 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
11110
11111         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
11112         not $(MKINSTALLDIRS)
11113
11114 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
11115
11116         * gtk/testgtk.c (create_text): Finish the job Elliot started
11117         of removing font setting test for text widget. (Since text widget
11118         and GdkFont are not deprecated, and cause portability problems.)
11119
11120 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
11121
11122         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
11123         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
11124         Remove use of libunicode in favor of new GLib functions.
11125
11126         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
11127         nano-x, framebuffer. The X11 include is just a hack until we get
11128         the necessary functions in gdkcolor.h, so there is no reason to
11129         add other includes of platforms.
11130
11131         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
11132         window bigger than the screen change.
11133
11134         * gtk/testgtk.c: Revert some random changes from Elliot
11135         that had no particular point and were causing testgtkrc
11136         not to function correctly.
11137         
11138         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
11139         because GdkSegment and GdkRegionBox have the same fields,
11140         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
11141         results in clearer code.
11142
11143         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
11144         gdk_input_translate_coordinates): Fix missed GdkObjectification
11145
11146 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11147
11148         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
11149         * gtk/gtk{plug,socket}.h: Missed commits from previous.
11150
11151 2000-06-20  Havoc Pennington  <hp@redhat.com>
11152
11153         * modules/linux-fb/Makefile.am: Make this compile
11154         without framebuffer enabled
11155
11156         * gdk/linux-fb/Makefile.am: Add conditional to not build
11157         framebuffer unless specified in configure
11158
11159         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
11160         the size of the target instead of source if -1 was passed for
11161         width/height
11162
11163         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
11164         width/height confusion.
11165
11166 2000-06-19  Havoc Pennington  <hp@redhat.com>
11167
11168         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
11169         GDK_DRAWABLE_XID. In the future, we probably want to make it
11170         faster with G_DISABLE_CHECKS turned on.
11171
11172 2000-06-14  Havoc Pennington  <hp@redhat.com>
11173
11174         * gdk/Makefile.am: add gdkpixmap.c
11175
11176         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
11177         s/gdk_image_init/_gdk_windowing_image_init
11178
11179         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
11180         ref/unref
11181
11182         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
11183
11184         * gdk/gdkcompat.h: remove GdkWindowType compat, since
11185         GdkWindowType is now non-deprecated; 
11186         change gdk_window_get_type() compat to be
11187         gdk_window_get_window_type().
11188
11189         * gdk/gdkdnd.h: make GdkDragContext a GObject.
11190
11191         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
11192         virtual GObject. Make all functions call into the vtable.
11193         Move gdk_image_put() guts in here. Remove GdkDrawableType
11194         and gdk_drawable_get_type(), these are now GdkWindow-specific.
11195         draw_image, get_depth, get_size, set_colormap, get_colormap,
11196         get_visual added to the vtable.
11197         
11198         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
11199         GObject. Virtualize everything. 
11200         (gdk_gc_new_with_values): remove check for destroyed window,
11201         because now GdkWindow::create_gc will check this.
11202         (gdk_gc_set_values): New function to set GC values, this 
11203         was already implemented but wasn't in the header
11204
11205         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
11206
11207         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
11208         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
11209         remove _gdk_window_class; add _gdk_window_impl_get_type() and
11210         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
11211         _gdk_windowing_window_init, rename gdk_image_init to
11212         _gdk_windowing_image_init.
11213         
11214         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
11215         (gdk_draw_layout): Remove check for destroyed window, 
11216         because all the drawable methods already check it.
11217         
11218         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
11219         Add gdkpixmap.c which contains implementation of GdkDrawable
11220         virtual table (by chaining to a platform-specific implementation
11221         object).
11222         
11223         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
11224         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
11225         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
11226         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
11227         GdkColormapPrivate. 
11228
11229         * gdk/gdktypes.h: #include <glib-object.h>
11230
11231         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
11232         Move most functionality to platform-specific implementation
11233         object. GdkWindow itself now handles the backing store, then
11234         chains to the platform-specific implementation.
11235         (gdk_window_get_window_type): return GdkWindowType of the window.
11236         (gdk_window_peek_children): New routine, returns the children of 
11237         a GdkWindow
11238         (gdk_window_get_children): Was in X11-specific code and did 
11239         XQueryTree. Changed to simply return a copy of window->children; 
11240         so it can go in cross-platform code.
11241         
11242         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
11243
11244         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
11245         GdkColormap; just changed to use the new private data instead
11246         of casting to GdkColormapPrivate.
11247
11248         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
11249         gdk_cursor_new().
11250
11251         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
11252         (private data member in the GObject). 
11253         (xdnd_manager_source_filter): Function had broken 
11254         error handling, fix it (use gdk_error_trap_push).
11255
11256         * gdk/x11/gdkdrawable-x11.c: This file now implements
11257         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
11258         base class is purely for the convenience of the X port,
11259         and not part of the interface to cross-platform GDK.
11260
11261         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
11262         
11263         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
11264         specific to X, and returned by the create_gc virtual method
11265         of GdkDrawableImplX11. 
11266         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
11267         rather than gchar, this was also changed in the GdkGC vtable.
11268         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
11269         mask is 0, return immediately, instead of checking every flag.
11270         This is faster, and keeps us from segfaulting if values is NULL
11271         and the mask contains some nonzero flags.
11272
11273         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
11274         GdkWindow.
11275
11276         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
11277         GdkWindowPrivate is gone.
11278
11279         * gdk/x11/gdkim-x11.c: rename things that got renamed.
11280
11281         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
11282         remove the image_put stuff that got transferred to GdkDrawable.
11283         
11284         * gdk/x11/gdkinput.c: renamings
11285
11286         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
11287
11288         * gdk/x11/gdkpixmap-x11.c: GObject conversion
11289
11290         * gdk/x11/gdkprivate-x11.h: indentation fixes
11291
11292         * gdk/x11/gdkproperty-x11.c: renamings
11293
11294         * gdk/x11/gdkselection-x11.c: renamings
11295
11296         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
11297         implements the platform-specific "impl" object.
11298         Moved gdk_window_get_children to gdk/gdkwindow.c
11299
11300         * gdk/x11/gdkx.h: Remove all the private structs and private datas
11301         that no longer exist. Add declaration of GdkGCX11 object here.
11302         Fix all the macros to still work. 
11303
11304         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
11305         GdkDragContext from the boxed types since they are now GObjects.
11306
11307         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
11308         moved xthickness/ythickness into the instance. GtkStyleClass
11309         functions are now in the standard vtable for GtkStyle, so you have
11310         to create a GObject subclass to write a theme engine.
11311         (gtk_style_copy): fixed a leaked PangoFontDescription
11312         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
11313         can be the standard GObject function.
11314         
11315         * Throughout GTK:
11316         s/style->klass->[xy]thickness/style->[xy]thickness
11317         s/pango_layout_unref/g_object_unref/
11318
11319         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
11320         
11321         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
11322         accessing GDK internals.
11323
11324         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
11325         accessing GDK internals.
11326
11327 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11328
11329         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
11330
11331         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
11332         problem by calculating event position relative to the trough
11333         rather than the slider.
11334         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
11335
11336         * gdk/gdkgc.h: Add GDK_NOR.
11337
11338         * configure.in, Makefile.am: Add modules top level dir
11339         * configure.in: Only use pangox library if building x11 target.
11340         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
11341
11342 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11343
11344         * gtk/gtkcolorsel.c: Change private class member to be named
11345         private_data throughout the file.
11346
11347         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
11348         private_data to avoid clashing with keyword.
11349
11350 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11351
11352         * gdk/gdkdnd.h: Add comment to remove warning.
11353
11354 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
11355
11356         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
11357         Byelorussian language; changed the Makefile and file names 
11358         to reflect that.
11359
11360 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
11361
11362         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
11363         rather than gdk_window_hide; this makes things work
11364         correctly if the window is programmatically hidden while
11365         iconified.
11366
11367 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
11368
11369         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
11370         cut and paste typo where wrong pixmap was being
11371         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
11372
11373 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
11374
11375         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
11376         Add helper function to compute format / bytes 
11377         relationship. Use in a couple places to fix up
11378         errors which assume 8 * format.
11379
11380         * gtk/gtkselection.c (gtk_selection_request): Use 32
11381         rather than 8 * sizeof (GdkAtom), to work correctly
11382         on Alpha.
11383
11384 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
11385
11386         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
11387         libgtk.la
11388         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
11389         versions
11390
11391         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
11392         checking macros return NULL since the function has a return value.
11393
11394 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
11395
11396         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
11397         GTK+ from building at all.
11398
11399         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
11400
11401 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
11402
11403         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
11404         gtk/Makefile.am: make it possible to configure gtk for different
11405         targets on the same platform. The library name is now 
11406         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
11407         flag. Only the x11 target compiles right now.
11408         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
11409         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
11410         * gdk/nanox/gdk*generic*: delete generic region code.
11411         * gdk/linux-fb/gdk*generic*: delete generic region code.
11412         * README.nanox: update information.
11413         
11414 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
11415
11416         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
11417         prepend not append. (Pointed out by Brett Hall.)
11418
11419 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
11420
11421         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
11422
11423 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
11424
11425         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
11426         need this later, and this makes sure that the atexit for
11427         glib gets called after that for GDK, so atexits are
11428         properly ordered for object leak checking.
11429
11430         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
11431
11432         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
11433         pango_x_shutdown_display()
11434
11435         * gtk/simple.c (main): Close window on destroy.
11436
11437 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
11438
11439         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
11440         to treat initial creation different from setting with 
11441         regards to the graphics-exposures parameter, so add a parameter
11442         indicating whether this is initial or not.
11443
11444 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
11445
11446         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
11447         to sort of work by adding an extra return_exposes arg
11448         to gdk_event_translate() - it might be better to simply
11449         deprecate the function altogether and force people to rewrite
11450         without it. gdk_window_scroll() handles most of it, and where
11451         gdk_window_scroll() doesn't work, simply redrawing more does.
11452
11453         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
11454         assertion.
11455
11456         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
11457
11458         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
11459         bunch of pretty much useless /* Print debugging info */ comments 
11460         which had drifted away from the code they were commenting.
11461
11462 2000-06-02  Havoc Pennington  <hp@pobox.com>
11463
11464         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
11465         is in working order.
11466         
11467         * gtk/testtext.c: Change to reflect anonymous mark API
11468
11469         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
11470
11471         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
11472         field, which was unused.
11473
11474         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
11475         saves some typing.
11476
11477         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
11478
11479         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
11480         flag on the insertion point and selection bound
11481
11482         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
11483         make mark-manipulation functions take a GtkTextMark* instead of a
11484         mark name.
11485         
11486         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
11487         GtkTextMarkBody; will be used to detect attempts to delete
11488         the permanent marks (insert and selection bound)
11489
11490         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
11491
11492 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
11493
11494         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
11495         flag to on.
11496
11497         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
11498         Honor DOUBLE_BUFFRED_FLAG
11499
11500         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
11501         function to set the DOUBLE_BUFFERED flag.
11502
11503         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
11504         or not exposes done on the widget should be double-buffered.
11505
11506         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
11507         to be what would be expected. (Fixes problem with a
11508         g_return_if_fail() validating a TextDirection enumeration)
11509
11510 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
11511
11512         * gtk/gtkwidget.c: Remove all references to 
11513         offscreen flag which was no longer used.
11514
11515         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
11516
11517         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
11518         for non-null label_widget->parent.
11519
11520         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
11521         which no longer was used.
11522
11523         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
11524
11525         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
11526         for null arguments.
11527
11528         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
11529         check for destroyed windows.
11530
11531 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
11532
11533         * gtk/gtkimmulticontext.c: Add a finalize method and unref
11534         the slave context there.
11535
11536         * gtk/gtkinvisible.[ch]: Make reference counting behavior
11537         identical to GtkWindow.
11538
11539 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
11540
11541         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
11542         pangox to here, so we can write them independent of rendering
11543         system, using GDK primitives.
11544
11545         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
11546         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
11547         since we have a rendering-system independent implementation in
11548         terms of draw_glyphs().
11549         
11550         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
11551         function to render a single line.
11552
11553         * gdk/x11/gdkpango.c: Move the guts of this file mostly
11554         into ../gdkpango.c, which simplifies things, since we
11555         don't have to deal with raw X gc's.
11556
11557 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
11558
11559         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
11560         get the logical attributes for a given GtkTextLine.
11561
11562 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
11563
11564         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
11565         g_locale_get_codeset() to g_get_codeset() change.
11566
11567 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
11568
11569         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
11570         descriptions.
11571
11572         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
11573         the entry.
11574
11575         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
11576         redoing (vastly simplifying) for Pango. Still needs quite
11577         a bit of work. (Size selection is currently poor. List of 
11578         predefined sizes is not a good idea, since all of these
11579         sizes won't necessarily be distinct.)
11580
11581 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
11582
11583         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
11584         CODESET results for LANG=C.
11585
11586 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
11587
11588         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
11589         which takes a stringized pango font description;
11590         ignore the older 'font' and 'fontset' declarations.
11591
11592         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
11593         field with a GdkFont derived via gdk_font_from_description(),
11594         for compatibility. (Should we just remove it entirely?
11595         Probably too much compatibility breakage, but people
11596         should be migrating to the new Pango stuff as quickly
11597         as possible.)
11598
11599 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
11600
11601         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
11602
11603 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
11604
11605         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
11606         redoing; there are some bugs in size allocation right
11607         now, the semi-existant distinction between header / day
11608         fonts was removed, but, with Pango, could actually
11609         be made functional in a nice way.
11610         
11611         * gtk/testcalender: Move calender from examples into this
11612         directory as a test program. (We really need to restrcture
11613         testgtk into a whole directory full of tests for every
11614         widget or functionality group, separated into multiple .c
11615         files.)
11616
11617 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
11618
11619         * gtk/testgtk.c (file_exists): Fix stupid typo that
11620         was keeping RC file from being loaded.
11621
11622         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
11623         RC file font code.
11624
11625 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
11626
11627         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
11628         Add function to load a GdkFont from a PangoFontDescription.
11629
11630 2000-05-29  Tor Lillqvist  <tml@iki.fi>
11631
11632         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
11633         variable should be of type GdkEventPrivate.
11634
11635 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
11636
11637         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
11638         to have any widget for the label, use a GtkLabel widget
11639         to display the text. (Based partially on a patch from
11640         Anders Carlson.)
11641
11642         (Quite a bit of code reorganization - strip 90% of the
11643         guts out of gtkaspectframe and add a single virtual
11644         func to GtkFrameClass - compute_child_allocation.)
11645
11646 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
11647
11648         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
11649         (Removed clist->row_center_offset field because caching
11650         it wasn't saving time or code, added private function
11651         _gtk_clist_create_cell_layout()).
11652
11653 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
11654
11655         * gtk/gtkaccellabel.c: Pangoized.
11656
11657         * gtk/[hv]ruler.c: Pangoized
11658
11659 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
11660
11661         * gtk/gtkfilesel.c (gtk_file_selection_init):
11662         Use gtk_clist_set_column_auto_resize() to remove need
11663         need for manual column width computations.
11664
11665 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
11666
11667         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
11668         ensuring Pango correctness, and considerably simplifying the
11669         code.
11670         
11671         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
11672
11673         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
11674         getting of numbers of lines.
11675
11676         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
11677         to the actual requested width of the lable, not to the wrap
11678         width we set.
11679
11680         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
11681
11682         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
11683           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
11684
11685         * gtk/gtktextview.c: Fix structure inheritance.
11686
11687         * gtk/gtkprogressbar.c: Pangoize.
11688
11689 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
11690
11691         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
11692         in a function.
11693
11694         * gtk/gtktextlayout.c (find_display_line_above): Fixed
11695         bug with computing line tops.
11696
11697         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
11698
11699 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
11700
11701         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
11702         and y_offset coordinates to do what we need now. (The offset between
11703         buffer and layout coordinates has been reintroduced, but is a 
11704         bit different than before.)
11705
11706         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
11707         handle the adjustments ourselves, and scroll as necessary using
11708         the new gdk_window_scroll().
11709         
11710         The advantage of this is that when we are incrementally revalidating,
11711         we are essentially rearranging things around the visible portion
11712         of the screen. With the old setup, the visible portion of the
11713         screen was moved around in the layout, so scrolling and redrawing
11714         to track that caused jumping of the display. Since we now
11715         control the scrolling ourselves, we can suppress this and
11716         only redraw when things actually change.
11717
11718 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
11719
11720         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
11721         the region not just redisplay it after-all, since we store the
11722         cursors in the LineDisplay. (Ugly interactions here between
11723         GtkLayout and GtkTextBTree here.)
11724         
11725         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
11726
11727 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
11728
11729         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
11730         Added function to scroll contents of a window while keeping the
11731         window constant. Works by XCopyArea or guffaw-scrolling depending
11732         on the details of how the window is set up. (guffaw-scrolling
11733         still needs to be filled in.)
11734
11735 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
11736
11737         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
11738         move the debugging that was tied to a global variable
11739         to that.
11740
11741         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
11742
11743         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
11744         validated flag, in line data instead of setting height/width to
11745         -1. This allows us to perform operations with partially invalid
11746         buffer (using the old size for invalid lines) and thus to do
11747         incremental vaidation. Keep height/width aggregates up to date
11748         when deleting text and rebalancing the tree.
11749
11750         * gtk/gtktextbtree.[ch]: Add functions validate a line
11751         (gtk_text_btree_validate_line), and to validate up
11752         to a number of pixels (gtk_text_btree_validate).
11753
11754         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
11755         that indicates that something is changed and a revalidation
11756         pass is needed. Change ::need_repaint to ::changed, and
11757         make it take old and new yranges instead of a rectangle.
11758
11759         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
11760         the line_data_destroy() function from 
11761         gtk_text_btree_add_view() to a virtual function in 
11762         GtkTextLayout
11763
11764         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
11765         since we are handling partial repaints in a different fashion
11766         now.
11767
11768         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
11769         of the selection instead of queueing a repaint on the
11770         entire widget.
11771
11772         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
11773         get_selection_bounds() down to btree, make the function
11774         in buffer a wrapper around the btree function.
11775
11776         * gtk/gtktextlayout.[ch]: Add functions to check if the
11777         layout is valid and to recompute either a range of pixels
11778         aroudn a line or a certain total number of pixels.
11779
11780         * gtk/gtktextlayout.[ch]: Cache a single line display;
11781         now that we only redraw the needed portions, the hit rate
11782         for this cache is quite high.
11783         
11784         * gtk/gtktextview.[ch]: Keep track of the first paragraph
11785         on the screen so that when re-laying-out the buffer, we can
11786         keep the same place. This requires connecting to ::value_changed
11787         on the adjustments
11788
11789         * gtk/gtktextview.[ch]: Add idle functions to revalidate
11790         the buffer after we receive an ::invalidated signal.
11791         
11792 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
11793
11794         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
11795         to max of allocation and layout size, not just to the
11796         layout size.
11797
11798         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
11799         Invalidate window so it gets redrawn properly.
11800
11801         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
11802         to mean the entire window.
11803
11804         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
11805         into public header.
11806
11807 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
11808
11809         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
11810         to get the name of a mark.
11811
11812         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
11813         to find the paragraph from a y position.
11814
11815 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
11816
11817         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
11818         nodes have width/height >= 0, not > 0.
11819
11820 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
11821
11822         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
11823         Add a size_only flag, so when we only need the size, we don't create
11824         useless appearance attributes.
11825
11826         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
11827         duplicate setting of font description.
11828
11829         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
11830
11831 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11832
11833         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11834         EXTRA_DIST. It does not work well when the file that
11835         everything depends on is not in the tarball.
11836
11837 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
11838
11839         * gtk/testgtk.c: Some hacks and fixes so that it basically
11840         works when not sitting in the GTK+ build tree.
11841
11842 2000-05-03  Havoc Pennington  <hp@redhat.com>
11843
11844         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
11845         Properly determine the ordering of the tag root and the current
11846         line within the tree. Previous algorithm only worked if the tag
11847         root's immediate parent was the common root of both the current
11848         line and the tag root.
11849
11850 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
11851
11852         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
11853         alignment.
11854
11855         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
11856         the widget text directional dynamically.
11857
11858         * gtk/gtktextview.[ch]: Added functions to get and set default
11859         wrap mode.
11860
11861 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
11862
11863         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
11864         in cursor location computation.
11865
11866 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
11867
11868         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
11869         vadjusment values properly when layout gets smaller.
11870
11871         * gtk/gtktextview.c (need_repaint_handler): Areas being
11872         passed in are far completely inaccurate, and sometimes
11873         too small, so, for now, just queue a redraw on the
11874         whole visible region.
11875
11876 2000-04-25  Havoc Pennington  <hp@redhat.com>
11877
11878         * gtk/gtktextbtree.c (summary_destroy): new function to 
11879         destroy tag summary nodes
11880         (gtk_text_line_next_could_contain_tag): this function was 
11881         totally broken if the line passed in wasn't below the tag
11882         root. Fix it.
11883         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
11884         "wildcard" case, we have to do a linear scan. Blah.
11885         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
11886         we have to do the linear scan
11887         (tag_removed_cb): When a tag is removed from the tag table, 
11888         remove the GtkTextTagInfo node from the btree.
11889         (gtk_text_btree_spew): Implement the spew function, for 
11890         our debugging pleasure.
11891
11892 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
11893
11894         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
11895         a problem with referring to the wrong buffer.
11896
11897         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
11898
11899         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
11900         font description to gtk_style_new() - otherwise things
11901         don't work without a .gtkrc file.
11902
11903         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
11904         tags table if we create it ourself, too.
11905
11906         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
11907         it was conflicting with XKB modifiers.
11908
11909         * gtk/gtktextview.[ch]: Add simple support for 
11910         GtkIMContext.
11911
11912 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
11913
11914         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
11915         with deletion from last commit.
11916
11917 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
11918
11919         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
11920         in the context from the current locale.
11921         
11922         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
11923         context, not hardcoded value.
11924
11925         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
11926         not logical.
11927
11928 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
11929
11930         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
11931         attributes - that doesn't handle partial-glyph selection
11932         properly. Instead use new pango_layout_line_get_x_ranges()
11933         functionality to draw the selection.
11934
11935         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
11936         now properly handles out-of-range coordinates.
11937
11938         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
11939
11940         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
11941         public.
11942
11943         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
11944         for paragraphs opposite to the base direction of the widget.
11945
11946         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
11947
11948         * gtk/gtktextlayout.c: Don't split segments on marks, since that
11949         causes Arabic words to reshape as you cursor through.
11950
11951         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
11952         cursor position when moving vertically with the arrow keys and
11953         scrolling with page-up/page-down. (Arrow keys save only the X,
11954         scrolling saves both X and Y.)
11955
11956         This means you can line-up / line-down or page-up / page-down
11957         without losing your place, and also that moving vertically
11958         with the cursor keys keeps the same X position, not the same
11959         character count:
11960
11961         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
11962         arrow keys move by display lines, not paragraphs.
11963
11964 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
11965
11966         * gtk/gtklayout.c: Make sure that the bin window is at least
11967         as big as the allocation. (Should we also make sure that the
11968         bin window is big enough to completely cover widget->window?)
11969
11970         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
11971         function to get the onscreen rectangle.
11972
11973         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
11974         for offsets in window coordinates.
11975
11976 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
11977
11978         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
11979         confusion.
11980
11981         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
11982         from the widget direction.
11983
11984         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
11985         Add a "direction" attribute.
11986
11987         * gtk/gtktextview.c: global s/tkxt/text_view/.
11988
11989         * gtk/testtext.c: Added long block of text in Arabic, to test out
11990         the direction attributes. (Some problems with the shaping system
11991         for arabic become obvious - like the fact the cursor splits words
11992         into unjoined pieces.)
11993
11994 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
11995
11996         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
11997
11998         * gtk/gtktextlayout.c: Fix up alignment.
11999
12000         * gtk/testtext.c: Add some tests for centering, wrapping.
12001
12002 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
12003
12004         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12005         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
12006         If we wrote GTK+-specific layout-render function this could just replace
12007         the draw_layout() operation in the vtable.
12008
12009         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
12010         pango_layout_get_cursor_pos() and use that function.
12011
12012         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
12013         is a non-static symbol.
12014
12015         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
12016         with gtk_text_btree_find_line_by_y()
12017
12018         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
12019         renderer that handles GtkTextAppearance attributes.
12020
12021         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
12022
12023           - Move the values in the style that don't affect geometry into a
12024             GtkTextAppearance structure.
12025           - Change underline to take a PangoUnderline and "font" a string
12026             representation of a font description
12027           - Add a "font_desc" attribute which takes a FontDescription structure.
12028
12029         * gtk/gtktextlayout.[ch]:
12030
12031           - Get rid of the display-line list per each line. Instead, we
12032             generate, on demand, a GtkTextLineDisplay structure which]
12033             contains a PangoLayout * and other necesary information
12034             (offsets, cursor locations) for displaying a paragraph.
12035           - Get rid of the code to wrap lines, create display chunks,
12036             etc. Instead, we just go through a paragraph and convert
12037             it into the necessary inputs to a PangoLayout.
12038           - Implement a new attribute type, GtkTextAttrAppearance. This
12039             holds a GtkTextAppearance, and is used to pass colors, 
12040             stipple, etc, through from the layout to the display without
12041             having to use lots and lots of individual attributes.
12042           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
12043             in terms of PangoLayout functions.
12044         
12045         * gtk/gtktextview.c: 
12046          
12047           - Handle passing the necessary PangoContext to the layout
12048           - Some fixups in painting to deal with the automatic backing store
12049             and offsetting of GTK+-1.4
12050           - Add a style_set handler so that the default style reacts
12051             properly to theme changes.
12052         
12053         * gtk/gtktext?*.[ch]: Random code-style fixes.
12054
12055         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
12056
12057 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
12058
12059         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
12060         in original form preparatory to Pango-ization and gdkimcontext-ization.
12061
12062 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
12063
12064         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
12065         so that we can derive from gtkimcontext in language bindings properly.
12066
12067 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
12068
12069         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
12070         Add a compose table including (almost) all the compose combinations
12071         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
12072         data in the XIM implementation.
12073
12074         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
12075         Moved functions to convert keyvalues from and to unicode here from
12076         the win32 port and made them public.
12077
12078 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12079
12080         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
12081
12082 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
12083
12084         * gtk/gtkimcontext.[ch]: Base class for new input context system
12085
12086         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
12087         the real input context implementation to be loaded from modules
12088         and switched on the fly.
12089
12090         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
12091         context that just does direct keysymbol => unicode translation.
12092
12093         * gtk/gtkentry.[ch]: Start switching editing over to using
12094         GtkInputContext. (No handling of preedit yet.)
12095
12096 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
12097
12098         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
12099         many substitutions. (klass should not be subsituted.)
12100
12101 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
12102
12103         * configure.in: Add checks for Pango
12104
12105         * configure.in docs/Makefile.am: Add test for sgml2html
12106         and allow 'make dist' without building html, but print out
12107         warnings in that case. (For making snapshots)
12108
12109         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
12110         Add Pango libraries and C flags
12111
12112         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12113         Add function (gdk_draw_layout) to draw a pango layout.
12114
12115         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
12116         for getting Pango contexts for GDK.
12117
12118         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
12119
12120         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
12121         editing.
12122
12123         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
12124         keysym => unicode translations. More languages can be added
12125         here, but real input-method support is needed.
12126
12127         * docs/Changes-1.4.txt: Added note about entry behavior.
12128         
12129         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
12130         to set the reading direction for a widget and the global direction.
12131         Add test which allows toggling the global direction. Two private
12132         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
12133
12134         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
12135           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
12136
12137         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
12138
12139         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
12140         underlining now handled by Pango.
12141
12142         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
12143         to RCStyle and Style. (Having both this and the old font name and GdkFont 
12144         is temporary.)
12145
12146         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
12147         convenience functions for creating contexts and layouts for widgets.
12148
12149         * gtk/testgtk.c: Enhance label tests with multilingual labels.
12150
12151 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
12152
12153         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
12154         titles to be active, even if they aren't visible.
12155         (gtk_clist_column_titles_passive):  Ditto.
12156
12157 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
12158
12159         * gtkmenu.c:
12160         * gtkmenu.h:
12161         * gtktypeutils.h: Spelling/grammar fixes in comments.
12162
12163 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
12164
12165         * gdk/nanox/*.h: add missing header files.
12166
12167 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
12168
12169         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
12170         send_event to TRUE.
12171         (gtk_drawing_area_size): queue a resize.
12172
12173 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
12174
12175         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
12176         the handlers, also invalidate them. bug nailed down by Karl Nelson
12177         <kenelson@ece.ucdavis.edu>.
12178
12179 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
12180
12181         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
12182         "(nil)" foundries, patch from Grigorios Magklis.
12183
12184         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
12185         on non-available fonts, based on a patch by Grigorios Magklis
12186         <maglis@cs.rochester.edu>.
12187
12188 2000-05-18  Elliot Lee  <sopwith@redhat.com>
12189
12190         * gdk/x11/gdkregion-generic.c: If a region does not have any
12191         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
12192         instead of GDK_OVERLAP_RECTANGLE_IN.
12193
12194 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
12195
12196         * gtk/gtklayout.c (gtk_layout_map): Remove references to
12197         OFFSCREEN, as it is no longer necessary.
12198
12199 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
12200
12201         * gtk/gtkcolorsel.c: Patch from David Santiago
12202         <mrcooger@cyberverse.com> to change things so that the 
12203         indicator of the active palette entry is done independently,
12204         not via the focus, since it should always be visible.
12205
12206 2000-05-17  Tor Lillqvist  <tml@iki.fi>
12207
12208         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
12209         refcount leaks as in the X11 backend.
12210
12211         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
12212         cosmetics.
12213
12214         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
12215         backend. Add _gdk_windowing_window_destroy().
12216
12217         * gtk/gtkcolorsel.c: Include correct backend-specific header.
12218         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
12219         either, but these probably do exist on nanox?)
12220         
12221         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
12222         which isn't necessarily defined by <math.h>.
12223
12224         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
12225         ancestry past GtkObject.
12226
12227         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
12228         from DLL on Win32.
12229
12230         * gtk/gtk.def: Update corresponding to recent changes.
12231
12232         * gtk/makefile.{cygwin,msc}: Updates.
12233
12234 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
12235
12236         * docs/Changes-1.4.txt: A bit of editing.
12237
12238         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
12239         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
12240         to clear the update area for the window, and clear it
12241         when hiding a window.
12242
12243         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
12244         if window destroyed.
12245
12246         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
12247
12248         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
12249         gdk_window_destroy() to the generic code, since there was a lot of 
12250         window-system-independent logic it in. Add a function:
12251         
12252          _gdk_window_destroy() 
12253
12254         to the internal API to destroy a window without unreferencing it.
12255         Add a function:
12256
12257          _gdk_windowing_window_destroy()
12258
12259         That does the windowing-system-dependent part of destroying 
12260         the window.
12261
12262 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
12263
12264         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
12265
12266 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
12267
12268         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
12269         Make gtk_widget_shape_combine_mask() keep a reference count on
12270         the pixmap since it keeps it around.
12271
12272 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
12273
12274         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
12275         leak.
12276
12277         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
12278         leak with event filters.
12279
12280 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
12281
12282         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
12283         signal handlers with the right data arguments. (Fixes
12284         some warnings when a widget was repeatedly set as a drag
12285         destination.)
12286
12287         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
12288         window so we can avoid avoid setting the DND properties on the
12289         toplevel window repeatedly.
12290
12291 2000-05-13  Tor Lillqvist  <tml@iki.fi>
12292
12293         * gdk/win32/gdkwin32.h: Define more message types missing from
12294         mingw headers.
12295
12296         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
12297         call gdk_window_destroy_notify(). It was never called. This
12298         probably meant that the GdkWindow was never freed. Thanks Owen for
12299         noticing (!).
12300
12301         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
12302         window as destroyed before calling DestroyWindow(). DestroyWindow()
12303         causes a call to the window procedure (gdk_WindowProc), which
12304         calls gdk_event_translate(), which calls
12305         gdk_window_destroy_notify(), which gets confused unless the window
12306         is set as destroyed.
12307
12308         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
12309         this function to indicate it's win32 only. Put inside #ifdef
12310         G_ENABLE_DEBUG.
12311
12312         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
12313         debugging function. (gdk_event_translate:) Add a default branch
12314         that uses the above function to print debug messages with all
12315         Windows messages symbolically.
12316
12317         * gdk/win32/gdkprivate-win32.h: Declare it, and
12318         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
12319
12320 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
12321
12322         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
12323         public header file.
12324
12325 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
12326
12327         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
12328
12329         * gtk/gtktext.c: made the adjustments no-construct args, simply
12330         provide default adjustments.
12331         (gtk_text_destroy): release adjustments.
12332
12333         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
12334         adjustment argument non-construct.
12335
12336         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
12337         instead of in finalize.
12338         (gtk_progress_get_text_from_value): 
12339         (gtk_progress_get_current_text): 
12340         (gtk_progress_set_value): 
12341         (gtk_progress_get_percentage_from_value): 
12342         (gtk_progress_get_current_percentage): 
12343         (gtk_progress_set_percentage): 
12344         (gtk_progress_configure): ensure an adjustment is present.
12345
12346 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
12347
12348         * gtk/gtkcolorsel.[hc]:
12349         * gtk/gtkcolorseldialog.[hc]:
12350         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
12351         their parent implementation, use bit fields for boolean values, don't
12352         create unused widgets, usage of glib types, braces go on their own
12353         lines, function argument alignment, #include directives etc. etc. etc..
12354
12355         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
12356
12357 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
12358
12359         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
12360
12361         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
12362         of NULL.
12363
12364         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
12365         to freed data.
12366         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
12367
12368         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
12369         to NULL when the toplevel is getting destroyed.
12370         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
12371         (gtk_menu_destroy): 
12372         (gtk_menu_init): store the information of whether we have to
12373         readd the initial child ref_count during destruction in a new
12374         GtkMenu field needs_destruction_ref_count.
12375
12376         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
12377         here, those reading: learn from my mistake! ;)
12378         in order for set_?adjustment to support a default adjustemnt if
12379         invoked with an adjustment pointer of NULL, the code read (pseudo):
12380         if (v->adjustment) unref (v->adjustment);
12381         if (!adjustment) adjustment = adjustment_new ();
12382         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
12383         now imagine the first unref to actually free the old adjustment and
12384         adjustment_new() creating a new adjustment from the very same memory
12385         portion. here, the latter comparision will unintendedly fail, and
12386         all hell breaks loose.
12387         (gtk_viewport_set_hadjustment):
12388         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
12389         after unreferencing it.
12390
12391         * gtk/gtkcontainer.[hc]: removed toplevel registration
12392         functions: gtk_container_register_toplevel(),
12393         gtk_container_unregister_toplevel() and
12394         gtk_container_get_toplevels() which had wrong semantics
12395         anyways: it didn't reference and copy the list.
12396
12397         * gtk/gtkwindow.c: we take over the container toplevel registration
12398         bussiness now. windows are registered across multiple destructions,
12399         untill they are finalized. the initial implicit reference count
12400         users are holding on windows is removed with the first destruction
12401         though.
12402         (gtk_window_init): ref & sink and set has_user_ref_count, got
12403         rid of gtk_container_register_toplevel() call. add window to
12404         toplevel_list.
12405         (gtk_window_destroy): unref the window if has_user_ref_count
12406         is still set, got rid of call to
12407         gtk_container_unregister_toplevel().
12408         (gtk_window_finalize): remove window from toplevel list.
12409         (gtk_window_list_toplevels): new function to return a newly
12410         created list with referenced toplevels.
12411         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
12412
12413         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
12414         adjustment a non-construct arg.
12415         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
12416         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
12417         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
12418
12419         * gtk/gtkrange.c: added some realized checks.
12420         (gtk_range_destroy): get rid of the h/v adjustments in the
12421         destroy handler instead of finalize. remove timer.
12422         (gtk_range_get_adjustment): demand create adjustment.
12423
12424         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
12425         we simply create them on demand now and get rid of them in
12426         the destroy handler.
12427         (gtk_viewport_destroy): get rid of the h/v adjustments in the
12428         destroy handler instead of finalize.
12429         (gtk_viewport_get_hadjustment): 
12430         (gtk_viewport_get_vadjustment): 
12431         (gtk_viewport_size_allocate): demand create h/v adjustment
12432         if required.
12433
12434         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
12435         gtk_widget_real_destroy () functionality.
12436         (gtk_widget_real_destroy): reinitialize with a new style, instead
12437         of setting widget->style to NULL.
12438
12439 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
12440
12441         * gtk/gtkcalendar.c:
12442         * gtk/gtkbutton.c: ported _get_type() implementation over to
12443         GType, either to preserve memchunks allocation facilities,
12444         or because Gtk+ 1.0 GtkTypeInfo was still being used.
12445
12446         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
12447         over. prepare for ::destroy to be emitted multiple times.
12448         removed reference tracer magic. chain into GObjectClass.shutdown()
12449         to emit ::destroy signal.
12450
12451         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
12452         fundamental.
12453
12454         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
12455         cludge.
12456
12457         * gtk/gtksocket.c:
12458         * gtk/gtkplug.c:
12459         * gtk/gtklayout.c:
12460         * gtk/gtklabel.c:
12461         * gtk/gtkargcollector.c:
12462         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
12463         not being a fundamental anymore, and to work with the new
12464         type system (nuked fundamental type varargs clutter).
12465
12466         * gtk/*.c: install finalize handlers in the GObjectClass
12467         part of the class structure.
12468         changed direct GTK_OBJECT()->klass accesses to
12469         GTK_*_GET_CLASS().
12470         changed direct object_class->type accesses to GTK_CLASS_TYPE().
12471
12472         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
12473         GType. made most of the GTK_*() type macros and Gtk* typedefs
12474         simple wrappers around macros and types provided by GType.
12475         most notably, a significant portion of the old API vanished:
12476         GTK_TYPE_MAKE(),
12477         GTK_TYPE_SEQNO(),
12478         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
12479         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
12480         GTK_TYPE_ARGS,
12481         GTK_TYPE_CALLBACK,
12482         GTK_TYPE_C_CALLBACK,
12483         GTK_TYPE_FOREIGN,
12484         GtkTypeQuery,
12485         gtk_type_query(),
12486         gtk_type_set_varargs_type(),
12487         gtk_type_get_varargs_type(),
12488         gtk_type_check_object_cast(),
12489         gtk_type_check_class_cast(),
12490         gtk_type_describe_tree(),
12491         gtk_type_describe_heritage(),
12492         gtk_type_free(),
12493         gtk_type_children_types(),
12494         gtk_type_set_chunk_alloc(),
12495         gtk_type_register_enum(),
12496         gtk_type_register_flags(),
12497         gtk_type_parent_class().
12498         replacements, where available are described in ../docs/Changes-1.4.txt.
12499         implemented compatibility functions for the remaining API.
12500
12501         * configure.in: depend on glib 1.3.1, use gobject module.
12502
12503 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
12504
12505         * TODO.xml: Various updates to current status.
12506
12507 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
12508
12509         * gtk.m4: Print out version when test succeeds.
12510
12511 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
12512
12513         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
12514         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
12515         
12516         (Original triangle color selector from Simon Budig
12517         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
12518         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
12519         Santiago <mrcooger@cyberverse.com>)
12520
12521         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
12522         out into a separate widget.
12523
12524         * gtk/testgtk.c: Add some checkbuttons for toggling palette
12525         and opacity controls.
12526
12527 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
12528
12529         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
12530         snuck in prematurely.
12531
12532 2000-05-07  Tor Lillqvist  <tml@iki.fi>
12533
12534         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
12535         had deleted a ! operator by mistake, which caused
12536         GDK_SELECTION_CLEAR events never to be generated, which caused
12537         only the first copy to the clipboard from an gtkeditable to
12538         actually cause a copy to the Windows clipboard.
12539
12540 2000-05-06  Tor Lillqvist  <tml@iki.fi>
12541
12542         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
12543         compilation, too. Current mingw gcc distributions include the
12544         necessary headers. Also the necessary IIDs are now in mingw
12545         headers/libraries, and own definitions unnecessary.
12546
12547         More hacking on OLE2 DND, still doesn't work though, and thus
12548         ifdeffed out.
12549
12550         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
12551         here, too.
12552
12553 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
12554
12555         * gdk/nanox/*: nano-X port work in progress.
12556         * gdk/simple.c: simple test for Gdk.
12557         * README.nanox: notes about the port: read this first!
12558         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
12559         with nano-X.
12560
12561 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
12562
12563         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
12564         gdk_window_clear() into common code, implement in terms of
12565         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
12566         not redirected to the backing rectangle.
12567
12568 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
12569
12570         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
12571         EXTRA_DIST. It does not work well when the file that
12572         everything depends on is not in the tarball.
12573
12574 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
12575
12576         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
12577         with recursion where process_updates() is called from
12578         an expose handler. (GtkTextView is highly broken in
12579         doing this, but it should work, so it is a nice test
12580         case.)
12581
12582 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
12583
12584         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
12585         handle the case where updates are queued during processing of
12586         updates.
12587
12588 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
12589
12590         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
12591         window is on gdk_display - use that instead of segfaulting.
12592
12593 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
12594
12595         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
12596         broken and require an empty arg, give it to them.
12597
12598 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
12599
12600         * gtk/gtklabel.h: indentation fixes.
12601
12602 2000-05-02  Tor Lillqvist  <tml@iki.fi>
12603
12604         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
12605         draw too narrow or too low arcs, they seem to fail, at least with
12606         some display drivers.
12607
12608         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
12609
12610         Large changes to the Win32 backend, partially made necessary by
12611         the changes to the backend-independent internal
12612         structures. Attempts to implement similar backing store stuff as
12613         on X11. The current (CVS) version of the Win32 backend is *not* as
12614         stable as it was before the no-flicker branch was merged. A
12615         zipfile with that version is available from
12616         http://www.gimp.org/win32/. That should be use by "production"
12617         code until this CVS version is usable. (But note, the Win32
12618         backend has never been claimed to be "production quality".)
12619
12620         * README.win32: Add the above comment about versions.
12621
12622         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
12623
12624         * gdk/gdk.def: Update.
12625
12626         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
12627         presumably be replaced by some more better mechanism as 1.4 gets
12628         closer to release shape.
12629
12630         * gdk/makefile.{cygwin,msc}: Update.
12631
12632         * gdk/win32/*.c: Correct inclusions of the backend-specific and
12633         internal headers. Change code according to changes in these. Use
12634         gdk_drawable_*, not gdk_window_* where necessary.
12635
12636         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
12637         our old DND.
12638
12639         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
12640         to interpret single characters as UTF-8. Thanks to Hans Breuer.
12641         Use correct function name in warning messages.
12642
12643         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
12644         GSourceFuncs gdk_event_prepare and gdk_event_check.
12645         (gdk_event_get_graphics_expose): Do implement, use
12646         PeekMessage. Thanks to Hans Breuer.
12647         (event_mask_string): Debugging function to print an GdkEventMask.
12648         (gdk_pointer_grab): Use it.
12649
12650         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
12651         (old) book I used claimed was Hangul actually is CJK Unified
12652         Ideographs Extension A. Also, Hangul Syllables were missing.
12653         Improve logging.
12654
12655         * gdk/win32/gdkgc-win32.c: Largish changes.
12656
12657         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
12658         g_win32_getlocale() from GLib, and not setlocale() to get current
12659         locale name.
12660
12661         * gdk/win32/gdkprivate-win32.h
12662         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
12663         gdkwin32.h, similarily as in the X11 backend.
12664
12665         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
12666         assignment was used instead of equals in if test. Thanks to Hans
12667         Breuer.
12668
12669         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
12670         the X11 version.
12671
12672         * gdk/win32/makefile.{cygwin,msc}
12673         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
12674         path to the Win32 headers that works also with the mingw compiler.
12675
12676         * gtk/gtkstyle.c: Include <string.h>.
12677
12678 2000-04-26  Havoc Pennington  <hp@redhat.com>
12679
12680         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
12681         replacing the broken gtk_label_get ()
12682
12683 2000-04-15  Havoc Pennington  <hp@pobox.com>
12684
12685         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
12686         this keeps scanner scripts from getting confused.
12687
12688         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
12689         data, rather than void
12690
12691 2000-04-15  Tor Lillqvist  <tml@iki.fi>
12692
12693         * gtk/gtkclist.c (gtk_clist_motion)
12694         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
12695         with is_hint FALSE, get x and y from the event. They used to be
12696         used uninitialised. The Win32 backend never sends motion events
12697         marked as hints. This for instance fixes the annoying file and
12698         font selector behaviour in the Win32 version.
12699
12700 2000-04-14  Tor Lillqvist  <tml@iki.fi>
12701
12702         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
12703         gtk_private_n_signals variables, they are used by some software,
12704         sigh.
12705
12706         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
12707         installation directory from the Registry, where the installer
12708         should have put it.
12709
12710 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
12711
12712         * gdk/x11/Makefile.am: Fix problem with installation directory for
12713         gdkx.h
12714
12715         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
12716         <mrcooger@cyberverse.com> so that when selecting menus with the
12717         mouse, the first item will not be selected, but when selecting
12718         with an accelerator, or navigating left-right on a menubar with
12719         the menus popped up, the first item will be selected.
12720
12721 2000-04-05  Dan Damian  <dand@dnttm.ro>
12722
12723         * configure.in: Added "ro" to ALL_LINGUAS.
12724
12725 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
12726
12727         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
12728         indentation.
12729
12730         * Makefile.am (EXTRA_DIST): Fix typo.
12731
12732         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
12733         to catch gdkconfig.h
12734
12735         * gtk/gtkitemfactory.c: Added FIXME.
12736
12737 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
12738
12739         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
12740         s/return_if_fail/return_val_if_fail/g and add a return value.
12741
12742 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
12743
12744         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
12745         merge slipup.
12746
12747         * gdk/gdkinput.h: Fix missing line from merge.
12748
12749 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
12750
12751         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
12752         instead of gdkprivate.h.
12753
12754 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
12755
12756         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
12757         parent class to correctly be GtkDialogClass.
12758
12759 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
12760
12761         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
12762         toplevel windows and their immediate children by their parents,
12763         since the size of toplevel windows is out of our immediate
12764         control and we don't get any real benefit from trying to track
12765         this size for clipping.
12766
12767         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
12768         for input_only windows.
12769
12770         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
12771         to fix some hacks and make sure that we don't try to set the
12772         background of input only windows.
12773
12774 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
12775
12776         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
12777         the _really_ internal stuff, and leave gdkprivate.h for the fake private
12778         stuff that we've traditionally exposed.
12779
12780         * gdk/**.c: Use gdkinternals.h where appropriate.
12781
12782         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
12783         not include gdkprivate-x11.h, move all stuff of conceivable public
12784         interest into gdkx.h; keep all really private stuff in
12785         uninstalled header gdkprivate-x11.h.
12786
12787         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
12788         image->image_put on windows through a new function _gdk_window_draw_image()
12789         to allow us to do backing store for images. (Sort of ugly)
12790
12791         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
12792         contexts locally so that we can offset them properly when drawing 
12793         onto backing pixmaps.
12794
12795         * gdk/gdkinput.h: Reindented
12796
12797         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
12798         pixmap or color for the window, so we can properly initialize
12799         our double-buffer pixmaps, and also so that we temporarily set
12800         a background of None while scrolling.
12801
12802         * gdk/gdkregion.h: Revise region boolean operators to have an
12803         interface that is actually convenient - switch from creating new
12804         regions on every op, to "methods" that modify existing regions
12805         (A = A OP B). 3 argument forms which allow dest == src, would also
12806         be possible, but the current interfaces seem to map nicely
12807         onto what needs to be done. (There is quite a lot of region
12808         code in GDK now.)
12809
12810         * gdk/gdkregion.h: Add constructor from rectangle and a copy
12811         operator.
12812
12813         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
12814         gdkpoly-generic.h: Copy region code from Xlib, switch it over
12815         to 32 bit coordinates, modify it to be mostly GTK+ style
12816         and to have interfaces that match gdkregion.h.
12817
12818         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
12819         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
12820         create a backing pixmap and redirect all drawing to
12821         that backing pixmap until a matching gdk_window_end_paint().
12822
12823         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
12824         Create a special drawable class for GtkWindow's that 
12825         redirects the drawing to the backing pixmap as necessary
12826         and then calls the real operations in _gdk_windowing_window_class.
12827
12828         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
12829         Store invalid region for each window. Generate expose events for invalid
12830         region in an idle. This replaces both the expose compression
12831         and the redrawing queuing in GTK+. It is both more efficient and
12832         simpler than either one individually and far more so then the
12833         combination.
12834
12835         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
12836         Emulate 32 bit coordinates for windows with 16 bit coordinates
12837         by offsetting drawing, guffaw scrolling techniques and
12838         mapping/unmapping child windows as necessary.
12839
12840         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
12841         where, when invalid regions are processed, the region is stored,
12842         and if expose events come in that are detectably duplicate
12843         the processed exposes (by comparison of event serial numbers),
12844         the stored region is subtracted out of those exposes.
12845
12846         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
12847         regions newly exposed when scrolling or resizing windows.
12848         This, combined with forcing processesing of queued invalidated
12849         regions, gives nice flicker-free scrolling.
12850
12851         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
12852         invalidated regions after every scroll.
12853
12854         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
12855         emulation in GDK. Its, for all practical purposes just a
12856         GtkViewport/GtkFixed hybrid now.
12857
12858         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
12859         (16-bit) structures as necessary instead of just casting.
12860
12861         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
12862         in terms of the structures from gdkregion-generic.c, using appropriate
12863         offsets from GDK to X11 coordinates. Cache clip mask and
12864         origin and ts origin locally and only flush to the server
12865         when drawing, to avoid constantly setting and resetting these
12866         values when offsetting GC's for scrolling and backing pixmaps.
12867
12868         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
12869
12870         * gtk/gtkcontainer.c: Call process_all_updates at end
12871         of resizing to reduce flicker. (Avoids having redraw
12872         lag arbitrarily behind resize under some circumstances)
12873
12874         * gtk/gtkentry.c: Remove old backing store code, and simply take
12875         advantage of the new backing store capabilities of GDK.
12876
12877         * gtk/gtkmain.c: Simple implementation of widget backing
12878         store - simply push a paint while handling each expose.
12879         (Should really be configurable widget for widget.)
12880         
12881         * gtk/gtkwidget.c: Remove all the old complicated redraw
12882         code, and simply invalidate the GDK windows from
12883         gdk_window_queue_clear(), etc. (Sigh, so much carefully
12884         debugged complexity ... gone to the winds.)
12885
12886         Remove all the code for suppressing expose events while
12887         resizes are pending; this isn't needed since the invalid
12888         areas won't be processed until after the resizes are
12889         processed, since they are in a lower priority idle.
12890
12891 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
12892
12893         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
12894         and height of dest rectangle for non-intersecting rectangles.
12895
12896 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
12897
12898         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
12899         for GdkRectangle.
12900
12901 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
12902
12903         * gdk/gdk{events,image,private,types,window}.h
12904          gdk/x11/gdkinputprivate.h: Change all coordinates
12905          from int16 to int. Also, Change width and height from
12906          unsigned to signed to avoid all the stupid C 
12907          signedness bugs.
12908
12909 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
12910
12911         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
12912         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
12913         Add some more detailed checking.
12914
12915         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
12916         New function to retrieve the depth of a drawable.
12917
12918         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
12919         field, reorder fields to save memory. 
12920
12921 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
12922
12923         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
12924         of the background image instead of scaling the background down to
12925         a line.
12926
12927         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
12928         which temporarily set slider to wrong size.
12929
12930         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
12931         queue_clear().
12932
12933 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
12934
12935 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
12936
12937         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
12938
12939 2000-03-17  Tor Lillqvist  <tml@iki.fi>
12940
12941         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
12942         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
12943
12944         * gdk/win32/gdkfont-win32.c
12945         * gdk/win32/gdkproperty-win32.c
12946         * gdk/win32/gdkselection-win32.c
12947         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
12948         now declared such.
12949
12950 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
12951
12952         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
12953
12954 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
12955
12956         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
12957         is called without trapping X errors.
12958
12959 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
12960
12961         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
12962         way into the fontset lists.
12963
12964 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
12965
12966         * gtk/gtkthemes.h: add extern "C" scope.
12967
12968 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
12969
12970         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
12971         to make appends to the list constant. (gtk-guy-990901-0.patch)
12972
12973 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
12974
12975         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
12976         for the typename hash table.
12977
12978 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
12979
12980         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
12981         to make sure we never divide by zero. 
12982         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
12983
12984 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
12985
12986         * gtk/gtkfontsel.c: Apply patch from
12987         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
12988         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
12989
12990         Also, some cleanups in atom handling.
12991
12992 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
12993
12994         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
12995         not GtkWidget.
12996
12997 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
12998
12999         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
13000         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
13001         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
13002         more guint wrap-around bugs before going to bed.
13003
13004 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
13005
13006         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
13007         guint wrap arounds in allocation.width.
13008
13009         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
13010         process untill we fit the allocation given.
13011
13012 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
13013
13014         * gtk/gtkwidget.c:
13015         (gtk_widget_unrealize): guard widget access with ref/unref
13016         around signal emission.
13017         (gtk_widget_hide): same here, but also check its destroyed
13018         state before queueing a resize.
13019
13020 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
13021
13022         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
13023         of gtk_default_insensitive_bg as insensitive base color.
13024
13025         * gtk/gtktext.c (gtk_text_style_set): set the background color according
13026         to the widget's state.
13027         (gtk_text_realize): same here.
13028         (gtk_text_state_changed): same here.
13029         (draw_bg_rect): compare background color against base[] from
13030         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
13031
13032 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
13033
13034         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
13035         grabs are active, unless a delete event is send to the toplevel
13036         of the currently grab holding widget.
13037
13038 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
13039
13040         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
13041         debugging g_print's.
13042
13043 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
13044
13045         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
13046         ever make the scrolled-window requisition ever depend on the 
13047         visibility state of the scrollbars for the AUTOMATIC policy. 
13048         This breaks the GTK+ requisition model, and causes loops.
13049
13050 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
13051
13052         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
13053         the default font to avoid problems with XFree86-4.0 where the
13054         default charset is iso10646-1, not iso8859-1.
13055
13056 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
13057
13058         * acinclude.m4
13059         * config.guess
13060         * config.sub
13061         * ltconfig
13062         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
13063
13064         * gtk/Makefile.am: minor cosmetic consistency tweak
13065
13066 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
13067
13068         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
13069         the activate_time to 0, so that we handle a quick
13070         press/release press/release properly and don't suppress
13071         the second release. (Red Hat bug #7545)
13072
13073 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
13074
13075         * gtk/gtkctree.c (row_delete):
13076         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
13077         bugs with destruction notifier, *always* update internal
13078         structures *before* calling user code.
13079
13080 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
13081
13082         A few more fixes for bug #5487, #2051, #2677.
13083         * gtk/gtkclist.c : 
13084         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
13085         not GDK_BUTTON_PRESS.
13086         (resync_selection): resync only if selection_mode is
13087         GTK_SELECTION_EXTENDED
13088         * gtk/gtkctree.c (resync_selection): same here
13089
13090 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
13091
13092         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
13093         gdk_drag_get_selection() and gtk_menu_detach().
13094
13095         [ From Jeroen Ruigrok/Asmodai ]
13096
13097 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
13098
13099         * gtk/gtknotebook.c (gtk_notebook_size_request): 
13100         page->tab_label can be NULL.
13101
13102 2000-01-25  Havoc Pennington  <hp@pobox.com>
13103         
13104         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
13105         arg is boolean
13106
13107         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
13108
13109         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
13110
13111         * gdk/gdkproperty.c (gdk_property_get): return boolean
13112
13113         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
13114
13115         * gdk/gdkim.c (gdk_im_ready): return boolean
13116
13117         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
13118
13119         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
13120         glib clash, should fix glib)
13121
13122         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
13123         (gdk_get_show_events): return gboolean, and canonicalize 
13124         to TRUE/FALSE
13125
13126         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
13127         colormap is private
13128         (gdk_colors_alloc): gboolean whether to be contiguous
13129         (gdk_color_equal): return gboolean since we are a predicate
13130         and not a qsort() (this looks semi-wrong due to glib breakage,
13131         IMO glib should be fixed)
13132         
13133         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
13134         (gdk_get_use_xshm): return gboolean
13135         (gdk_pointer_is_grabbed): return gboolean
13136
13137         * gdk/gdk.h: Change prototypes to match all the above changes,
13138         and re-run egtk-format-protos as required.
13139
13140 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
13141
13142         * gtk/gtkctree.c (resync_selection): 
13143         * gtk/gtkclist.c (resync_selection):
13144
13145         Return immediately if clist->drag_pos < 0. This is a workaround
13146         for the corrupt state that the clist gets into when a
13147         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
13148
13149         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
13150         
13151         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
13152         variable from recent commit.
13153
13154 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
13155
13156         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
13157
13158 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
13159
13160         * gtk/Makefile.am: prefix all autogenerated source that get build in
13161         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
13162         in builddir. since we subsequently cd into srcdir for autogeneration,
13163         the paths have to be stripped from the target file names, thusly we
13164         use $(@F) as target names now.
13165         put a comment about configure.in's --disable-rebuilds option,
13166         which can be used for non-writable source directories, for development
13167         setups though, srcdir has to be *writable*.
13168
13169 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
13170
13171         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
13172           Finish the job of allowing event to be NULL.
13173           (Fixes bug #4283, reported by Chris Blizzard)
13174
13175         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
13176           things so that the cursor appears on screen, properly
13177           take into account INNER_BORDER.
13178           (Fixes bug #4754, reported by Antonio Campos)
13179
13180 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
13181
13182         * gtk/gtknotebook.c (gtk_notebook_map): Don't
13183           show the tab_label unless it itself is visible.
13184
13185           gtk/gtknotebook.c (gtk_notebook_size_request):
13186           Do a better job of making sure that the visibility
13187           of the tab label corresponds to whether it should
13188           be mapped or not.
13189
13190 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
13191
13192         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
13193           Use the requisition, not the allocation, since the
13194           allocation has not necessarily been computed yet.
13195           (Pointed out by Eugene Osintsev)
13196
13197 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
13198
13199         * gtk/gtkstyle.c (gtk_style_new): Dont' set
13200           style/base[GTK_STATE_INSENSITIVE] both to
13201           gtk_default_insensitive_bg!
13202           (Bug #2187, reported by Jonathan Blandford)
13203
13204         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
13205           Add Alt_L, Alt_R to list of invalid accelerators.
13206           (Bug #3736, reported by Vlad Harchev)
13207
13208 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
13209
13210         * gtk/gtkfilesel.c (open_ref_dir): Fix several
13211         bugs which occured after an attempt to open 
13212         invalid home directory left cmpl_state->reference_dir == NULL.
13213
13214          - completion on files in home directory didn't work
13215          - completion on an empty string caused  segfault
13216
13217          (Bug #3678, reported by Steve Ratcliffe)
13218
13219         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
13220         cut and paste error that was causing scales to
13221         be incorrectly positioned.
13222         (Bug #2956,
13223          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
13224
13225 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
13226
13227         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
13228         when checking for dcgettext, if we've found we needed
13229         it for dgettext.
13230 +
13231 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
13232
13233         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
13234         queue_clear on NO_WINDOW widgets during a reparent,
13235         since at that point the window and widget heirarchies
13236         are out of sync. This stops crashing in some cases
13237         (the scrolled window reparent test, for instance), and
13238         _probably_ won't cause drawing errors.
13239
13240         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
13241         test do what it was supposed to do and be robust against
13242         window closings, etc. (Bug #2443)
13243
13244 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
13245
13246         * gtk/gtkentry.c: Fix return values on mouse events.
13247         (Bug #2686, Sky <seb_sky@yahoo.com>)
13248
13249         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
13250         (pointed out by George Lebl)
13251
13252         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
13253         (From Ettore Perazzoli  <ettore@helixcode.com>)
13254  
13255 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
13256
13257         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
13258         clicks between rows or outside calender area correctly.
13259         (Patch from Damon Chaplin)
13260
13261         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
13262         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
13263           Call destroy function when overwriting existing data. 
13264           (Pointed out by Damon Chaplin)
13265
13266 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
13267
13268         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
13269           which was causing problems on various systems with Xmu.
13270           This hasn't been needed for a very long time.
13271           (Fixes #1185 3167)
13272
13273 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
13274
13275         * gdk/gdki18n.h: Include <ctype.h> when defining
13276           gdk_isw* in terms of is* as a fallback.
13277           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
13278
13279 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
13280
13281         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
13282           realize the widget when it is size allocated!
13283           (old, old bug)
13284
13285         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
13286           Removed unused call to gdk_window_get_size() that
13287           showed up when the above was fixed.
13288
13289 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
13290
13291         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
13292           fix up widget->window when the widget is a
13293           NO_WINDOW container widget.
13294
13295 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
13296
13297         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
13298           to account for the fact that feof() does _not_ 
13299           return TRUE on errors, and thus avoid infinite loops
13300           when trying to use gdk_pixmap_create_from_xpm()
13301           on unreadable values.
13302
13303 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
13304
13305         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
13306
13307 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
13308
13309         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
13310           gdk_gc_set_dashes to take gint8 instead of gchar to
13311           make it clearer that it is _not_ a NULL terminated string.
13312
13313         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
13314           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
13315           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
13316           arguments.
13317
13318 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
13319
13320         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
13321         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
13322         background size relative to our allocation, guard against small
13323         allocations, we may have not yet been size allocated.
13324
13325 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
13326
13327         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
13328         not just version == 3. We implement all 3 + most of 4 - 
13329         (we don't support matching text/plain;charset=iso-8859-1
13330         to a dest that expects text/plain). We'll still advertise
13331         3 to be safe, but any client implementing version >= 3
13332         must interoperate with 3.
13333         
13334 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
13335
13336         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
13337         background and gc members, add a warning in gtk_tooltips_set_color()
13338         indicating that this function is deprecated.
13339
13340 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
13341
13342         * docs/gtkfaq.sgml: FAQ Update:
13343           - Minor cleanups (Emmanuel, me)
13344           - New questions:
13345                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
13346                 How can I retrieve the text from a GtkMenuItem? (timj)
13347                 How do I validate/limit/filter the input to a GtkEntry? (me)
13348                 Memory does not seem to be released when I free the list
13349                         nodes I've allocated (timj)
13350
13351 2000-03-07  Tor Lillqvist  <tml@iki.fi>
13352
13353         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
13354         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
13355         for which it is no use to call GetLastError onWin9x.
13356         (gdk_other_api_failed) New function, for general error
13357         reporting without calling GetLastError.
13358         (gdk_win32_api_failed) OTOH, this function always calls
13359         GetLastError. (gdk_win32_last_error_string) Remove this function,
13360         GLib has the equivalent now.
13361
13362         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
13363         call them with function name, file name and line number in the
13364         arguments.
13365
13366         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
13367         functions.
13368         
13369         * gtk/gtk.def: Add some missing entry points.
13370
13371         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13372         gtk_paned_set_gutter_size, which don't exist any longer, as void.
13373         
13374         Fixes by Hans Breuer:
13375
13376         * gdk/makefile.msc: Update for debugging.
13377
13378         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
13379         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
13380         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
13381         in the dash_list.
13382
13383         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
13384         the x11 backend.
13385
13386         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
13387
13388         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
13389
13390 2000-03-04  Tor Lillqvist  <tml@iki.fi>
13391
13392         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
13393         just pixel value of background colour.
13394
13395         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
13396         containing code snippet previously duplicated in a couple of
13397         places.
13398         
13399         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
13400         gdk_colormap_color.
13401
13402         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
13403         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
13404         events for autorepeated Shift, Control and Alt keys. Use
13405         gdk_colormap_color.
13406
13407         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
13408         pointer is inside the window the cursor of which we are setting,
13409         call SetCursor immediately.
13410
13411         * gdk/win32/makefile.cygwin
13412         * gtk/makefile.cygwin: If we don't have the build number stamp
13413         file, use zero.
13414
13415         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13416         gtk_paned_set_gutter_size as empty.
13417
13418         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
13419         
13420 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
13421
13422         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
13423           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
13424           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
13425           docs/gtk_tut.sgml docs/gtk.texi TODO:
13426
13427           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
13428
13429 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
13430
13431         * gtk/gtkcalendar.c: Implement num_marked_dates,
13432           and don't emit mutiple day_selected signals on
13433           month_prev.
13434
13435 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
13436
13437         * docs/make-todo (lineno): let title and logo be configurable so
13438         that GNOME can use this script too.
13439
13440         * TODO.xml: added logourl and a title
13441
13442 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
13443
13444         * TODO.xml: Added some UI items, and an explanatory
13445         comment at the top of the file.
13446
13447 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
13448
13449         * TODO.xml: some updates, added abunch of new entries.
13450         a note for those fiddeling with this file, when done
13451         with it, invoke:
13452         $ ./docs/make-todo TODO.xml >/dev/null
13453         and correct output errors before comitting changes.
13454
13455 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
13456
13457         * TODO.xml: Added XML-structured TODO file.
13458         * docs/make-todo: python script to turn TODO.xml into
13459           pretty XML output. 
13460
13461 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
13462
13463         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
13464         the function to let it draw the seven dots, instead of the old,
13465         much maligned, method.
13466         (draw_dot): New function to draw a dot.
13467
13468         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
13469         to draw the handle inside the border width as opposed to outside.
13470         Use paint function instead of gdk_draw_point.
13471
13472         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
13473         to draw the handle inside the border width as opposed to outside.
13474         Use paint function instead of gdk_draw_point.
13475
13476         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
13477         Change indenting to be more GTK like.
13478
13479 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
13480
13481         * docs/gtk_tut.sgml: New section on GtkCalendar
13482         * examples/calendar: Update example code
13483
13484 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
13485
13486         * docs/gtkfaq.sgml: FAQ Update
13487
13488 2000-02-19  Anders Carlsson  <andersca@gnu.org>
13489
13490         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
13491         to prevent the scroll event to be propagated upwards.
13492
13493 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
13494
13495         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
13496         OwnerGrabButtonMask from button entries for
13497         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
13498
13499         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
13500         to the event mask (which will result in button/press release
13501         being added to the event mask on Unix) so scrolling works
13502         for layouts in scroll windows.
13503
13504         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
13505
13506         Patch from Anders Carlsson  <andersca@gnu.org> to add
13507         a scroll event.
13508
13509         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
13510         scrolling to the "Test Scrolling" part of testgtk.
13511  
13512         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
13513  
13514         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
13515         it against GDK_SCROLL.
13516  
13517         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
13518         way of mouse wheel scrolling.
13519  
13520         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
13521  
13522         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
13523  
13524         * gtk/gtkmain.c: Removed previous mouse wheel hack.
13525  
13526         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
13527         gdk_event_mask_table.
13528  
13529         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
13530         GdkEventScroll handler.
13531  
13532         * gdk/gdkevents.h: Added GdkEventScroll structure.
13533  
13534 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
13535
13536         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
13537         and Anders Carlsson to change the Paned widgets so that they
13538         can be dragged from anywhere along the length. Also change
13539         the way that this is drawn to make this apparent.
13540
13541         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
13542         from George Lebl to check that option_menu->menu is present
13543         before getting history.
13544
13545 2000-02-14  Tor Lillqvist  <tml@iki.fi>
13546
13547         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
13548         before the assertion for non-NULL segment list.
13549
13550         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
13551         Seems that pattern brushes *must* be 8x8 pixels! At least on my
13552         machine, but it might be display driver dependent. Sigh, so make
13553         sure the stipple is that size. Does Windows suck or what?
13554
13555         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
13556         places.
13557
13558 2000-02-13  Havoc Pennington  <hp@pobox.com>
13559
13560         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
13561         refcount to 1
13562         (gdk_cursor_new): init refcount to 1
13563
13564         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
13565
13566 2000-02-13  Tor Lillqvist  <tml@iki.fi>
13567
13568         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
13569         so that we don't have to do unnecessary settings to the HDC.
13570
13571         * gdk/win32/gdkdrawable-win32.c
13572         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
13573         gdk_gc_predraw.
13574
13575         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
13576         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
13577         GDI paths, call WidenPath to get the outline of the stroken path,
13578         and then fill the outline (with the brush that was built from the
13579         stipple).
13580
13581         * gdk/win32/gdkgc-win32.c: Factor out common code from
13582         _gdk_win32_gc_new and gdk_win32_gc_set_values into
13583         gdk_win32_gc_values_to_win32values. Use correct colour for
13584         SetBkColor() (Until now the code actually used a random colour in
13585         the call to SetBkColor()... but that didn't show up as not many
13586         GDI APIs use the background colour. Pattern (opaque stippled)
13587         brushes do.)
13588
13589         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
13590         gdk_win32_api_failed): New functions for error logging.
13591
13592         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
13593         WIN32_API_FAILED to call them, passing function or file name and
13594         line number.
13595
13596         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
13597
13598         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
13599         GdkColor for foreground and background in GdkGCWin32Data.
13600
13601         * gdk/makefile.cygwin: Link in the resource object separately.
13602
13603         * gdk/win32/rc/gdk.rc
13604         * gtk/gtk.rc (New file)
13605         * gdk/win32/makefile.cygwin
13606         * gtk/makefile.cygwin: Update build number in DLLs automatically,
13607         as in GLib.
13608
13609 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
13610
13611         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
13612         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
13613         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
13614         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
13615         parameters given and cursor->ref_count. coding style fixups.
13616
13617         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
13618         not GtkWidget.
13619         
13620         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
13621         fix up widget macros and add _GET_CLASS() variant.
13622         
13623         * gtk/*.c: some GtkType fixups.
13624
13625 2000-02-09  Tor Lillqvist  <tml@iki.fi>
13626
13627         * gdk/win32/gdkproperty-win32.c
13628         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
13629         were reversed.
13630
13631 2000-02-04  Tor Lillqvist  <tml@iki.fi>
13632
13633         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
13634         g_filename_to_utf8 to convert the font names Windows gives us from
13635         whatever is the default codepage to UTF-8.
13636         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
13637         in the other direction.
13638
13639         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
13640         error in debugging output.
13641
13642 2000-02-02  Tor Lillqvist  <tml@iki.fi>
13643
13644         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
13645         and height parameters to gdk_window_clear_area(). Not minus one.
13646
13647 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
13648
13649         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
13650         checks if the widget passed to gtk_drag_get_data() was not the
13651         dest widget.
13652
13653 2000-02-01  Tor Lillqvist  <tml@iki.fi>
13654
13655         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
13656         g_filename_from_utf8 functions (which were added a moment ago to
13657         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
13658         size buffers.
13659
13660         gtk_file_selection_get_filename returns the filename in the C
13661         runtime encoding. It calls g_filename_from_utf8, but copies the
13662         returned string to a static buffer, which is returned. I think
13663         this is better than returning the result from g_filename_from_utf8
13664         directly, which would mean all apps that use it would have to free
13665         the return value. Or should this function care about this issue at
13666         all? Maybe a new function with clearly defined semantics.
13667
13668         * gtk/gtkfilesel.h: Add comment about
13669         gtk_file_selection_get_filename returning the filename in the C
13670         runtime's encoding.
13671
13672         * README.win32
13673         * gdk/gdk.def
13674         * gdk/makefile.{cygwin,msc}
13675         * gtk/gtk.def: Updates.
13676
13677         * gdk/gdkcursor-win32.c: Initialise refcount.
13678
13679 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
13680
13681         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
13682
13683 2000-01-30  Havoc Pennington  <hp@pobox.com>
13684
13685         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
13686         destroy
13687
13688         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
13689
13690         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
13691         implemented in platform-specific code
13692
13693         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
13694
13695         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
13696         underscore in front
13697
13698         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
13699         put an underscore in front
13700
13701         * gdk/gdkcursor.c: new file, implements
13702         gdk_cursor_ref/gdk_cursor_unref
13703
13704         * gdk/gdkcursor.h: Refcount GdkCursor
13705
13706         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
13707
13708 2000-01-29  Tor Lillqvist  <tml@iki.fi>
13709
13710         * gdk/gdkwindow.h
13711         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
13712
13713 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
13714
13715         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
13716         structures to properly inherit from GtkWidget not GtkBin.
13717
13718 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
13719
13720         * gtk+.spec.in: Added lib/gtk+/include/* to %files
13721         (bug #5178 - Peter Wainright)
13722         
13723         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
13724         so that it will be installed.
13725         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
13726
13727 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
13728
13729         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
13730         for the GtkStyleClass vtable const.
13731
13732         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
13733         take a const string argument like GtkTranslateFunc. This will
13734         require changes in use code.
13735
13736 2000-01-19  Tor Lillqvist  <tml@iki.fi>
13737
13738         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
13739         semantics (to mimic the X11 backend, which just calls XClearArea)
13740         is to check for zero width (and height), and in that case use the
13741         window's width minus x (height minus y). This fixes for instance
13742         some redraw problems with gtkclist, which were easily noticeable
13743         in the gtk file selection widget.
13744
13745         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
13746         windows.
13747
13748 2000-01-13  Tor Lillqvist  <tml@iki.fi>
13749
13750         * configure.in
13751         * gdk/Makefile.am
13752         * gdk/x11/Makefile.am
13753         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
13754         (bug #5177).
13755         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
13756         out later.
13757
13758 2000-01-09  Tor Lillqvist  <tml@iki.fi>
13759
13760         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
13761         WM_MOVE for iconified or invisible windows. This fixes various
13762         problems when minimising windows. Thanks to Bernd Herd.
13763
13764 2000-01-05  Tor Lillqvist  <tml@iki.fi>
13765
13766         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
13767         backend's draw_lines method, not draw_points.
13768
13769 2000-01-02  Tor Lillqvist  <tml@iki.fi>
13770
13771         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
13772         before Owen's reorganisation: Don't have queued_events and
13773         queued_tail statics in this file, but use gdk_queued_events and
13774         gdk_queued_tail. This makes exposure event compression work again.
13775
13776         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
13777         seem to be needed?
13778
13779 1999-12-30  Tor Lillqvist  <tml@iki.fi>
13780
13781         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
13782         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
13783         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
13784         doesn't do anything.
13785
13786         * gdk/gdk.def: Add gdk_xid_table_insert.
13787
13788         * gdk/win32/gdkprivate-win32.h
13789         * gdk/win32/gdkevents-win32.c
13790         * gdk/win32/gdkinput-win32.c
13791         
13792         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
13793         extension_events field in the GdkWindowWin32Data struct. Use only
13794         the extension_events field in GdkWindowPrivate. Previously one was
13795         set, and the other one tested, which broke tablet
13796         functionality. Thanks to Keishi Suenaga for pointing this out.
13797
13798 1999-12-18  Tor Lillqvist  <tml@iki.fi>
13799
13800         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
13801         When handling a single character (text length == 1), don't handle
13802         it as if it was UTF-8.
13803
13804 1999-12-11  Tor Lillqvist  <tml@iki.fi>
13805
13806         * Makefile.am: Distribute README.win32.
13807         
13808         * gdk/Makefile.am
13809         * gdk/win32/Makefile.am: Distribute Win32 files.
13810
13811         * gdk/makefile.msc: New file.
13812
13813         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
13814         after label).
13815
13816         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
13817         gdk_error_code as GDKVAR, as they are referred outside GDK.
13818
13819         * gdk/win32/makefile.msc: Update.
13820
13821         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
13822         tweaks. Check only if at least one of those Unicode subrange bits
13823         we care for is set. If no code page bits are set, guess (wildly)
13824         based on the charset.
13825
13826         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
13827
13828         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
13829         non-NULL.
13830
13831         * gtk/gtkdnd.c
13832         * gtk/gtklayout.c
13833         * gtk/gtkplug.c
13834         * gtk/gtkselection.c
13835         * gtk/gtksocket.c
13836         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
13837         appropriate. There must be a cleaner way to handle this?
13838
13839         * gtk/gtkrc.c: Must include windows.h on Win32.
13840
13841         * gtk/testgtk.c: No need to include gdkx.h.
13842
13843         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
13844
13845 1999-12-07  Tor Lillqvist  <tml@iki.fi>
13846
13847         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
13848         the rbearing is set to the same as the width, but this should be
13849         fixed.
13850
13851 1999-12-06  Tor Lillqvist  <tml@iki.fi>
13852
13853         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
13854         function. If Windows doesn't tell us what Unicode subranges a font
13855         covers, guesstimate based on the codepages it covers. This will
13856         hopefully help those Windows versions or fonts that don't give us
13857         any useful Unicode subrange information with GetTextCharsetInfo.
13858         Call this function in gdk_font_load_internal.
13859
13860         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
13861         minor changes.
13862
13863 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
13864
13865         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
13866         New function, long needed.
13867
13868 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
13869
13870         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
13871         only_if_exists argument of gdk_atom_intern to
13872         bool.
13873
13874 1999-11-25  Tor Lillqvist  <tml@iki.fi>
13875
13876         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
13877         Fix two copy&paste errors.
13878
13879         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
13880         win32 has changed.
13881
13882         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
13883         GdkWin32SingleFont struct.
13884
13885         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
13886         subranges of loaded fonts. Clear font signature first, in case
13887         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
13888         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
13889
13890         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
13891         Unoffset clip region.
13892
13893 1999-11-23  Tor Lillqvist  <tml@iki.fi>
13894
13895         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
13896         event->any.window before calling filter functions.
13897
13898 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
13899
13900         * gtk/gtkgamma.h: Adapt cast macros to standard.
13901
13902 [ Merges from 1.2 ]
13903
13904 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
13905
13906         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
13907         If translation does not include a '/', use entire
13908         translation instead of crashing.
13909
13910 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
13911
13912         * docs/gtk_tut.sgml:
13913         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
13914
13915 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
13916
13917         * gtk/gtkselection.c (gtk_target_list_remove): Use
13918         g_list_remove_link, not g_list_remove.
13919
13920         [ From Geert Bevin <gbevin@thunderstorms.org> ]
13921         
13922 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
13923
13924         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
13925         statement upon unselection (how the heck did that slip in?).
13926
13927 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
13928
13929         * gtk/gtktext.c (gtk_text_freeze): 
13930         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
13931         in frozen state (and aparently crashes). patch provided by Anders
13932         Melchiorsen <and@kampsax.dtu.dk>.
13933
13934 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
13935
13936         * fix insensitive default/focus widget activation,
13937         reported by Matt Goodall <mgg@isotek.co.uk>.
13938
13939         * gtk/gtkwindow.c (gtk_window_key_press_event): 
13940         (gtk_window_activate_default):
13941         (gtk_window_activate_focus):
13942         return handled=FALSE for actiavtion of insensitive default
13943         widgets. return handled=TRUE for activation of insensitive
13944         focus widgets. don't activate in either case.
13945
13946 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
13947
13948         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
13949         and $glib_cflags to match library order and in the
13950         theory that an old version of GLib is more likely to
13951         be in the include directory for X then vice-versa.
13952         (Bug #2776)
13953
13954 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
13955
13956         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
13957         to determine the locale for fontsets, not LC_MESSAGES;
13958         the user may want English messages with a handling
13959         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
13960         will still be broken) (Bug #2891)
13961
13962 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13963
13964         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
13965
13966 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13967
13968         * gtk/gtkrc.ko: Changed the Korean default fontset.
13969
13970 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
13971
13972         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
13973         where when scrolling to the left or top double exposes
13974         were done, causing major slowdowns.
13975
13976 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
13977
13978         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
13979         names to lowercase and alphanumeric, before looking
13980         them up.
13981
13982         * gtk/Makefile.am: Install codeset variant gtkrc files
13983         with normalized names.
13984
13985 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
13986
13987         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
13988         popup menus when the menu is already visible, but its parent
13989         is still hidden, (happens after tornoff window got hidden).
13990
13991 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
13992
13993         * gtk/Makefile.am (install-data-local): Fix
13994         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
13995         deleted, causing error messages on install.
13996
13997 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
13998
13999         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
14000         the handle as well, since we now sometimes ignore
14001         exposes on the handle while resizing.
14002
14003 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
14004
14005         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
14006         extra g_free introduced in one of the last one or two 
14007         commits.
14008
14009 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
14010
14011         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
14012         consistent, put each style that a gtkrc.* file creates
14013         in a unique namespace, remove old files before installing.
14014
14015 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
14016
14017         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
14018         gtk_rc_init is called multiple times. (Yes, people who
14019         do that have bugs in their code.)
14020
14021 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
14022
14023         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
14024         Remove it since it's generated by the Makefile anyway
14025
14026 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
14027
14028         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
14029         device->info.axes for core pointer.
14030
14031 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
14032
14033         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
14034         idle_id, to deal with obsolete, broken C libraries.
14035
14036 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
14037
14038         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
14039         allocation->x/y twice!
14040
14041         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
14042         consistent with gtk_vscale_pos_trough().
14043
14044 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
14045
14046         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
14047         be queueing a resize on a toplevel container between
14048         the time we show it and when we map it. So, we need
14049         to test GTK_WIDGET_VISIBLE() for toplevels, and only
14050         use GTK_WIDGET_DRAWABLE() for child windows.
14051
14052 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
14053
14054         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
14055         (fixes bug #2144)
14056
14057 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
14058
14059         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
14060         container DRAWABLE (instead of VISIBLE), so we don't queue
14061         resizes on non-toplevel containers.
14062
14063 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
14064
14065         * gtk/gtkselection.[ch]: Make the data argument
14066         const guchar *.
14067
14068 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
14069
14070         * gtk/gtkwindow.c: Try to behave sensibly if 
14071         the focus widget is the window itself. (Should
14072         we allow this at all?)
14073
14074 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
14075
14076         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
14077         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
14078         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
14079         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
14080         in prototypes and implementations consistent (Tomas Ogren).
14081
14082         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
14083         before the widget is unparented (reported by damon).
14084
14085         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
14086         since we provide unsigned data anyways.
14087
14088 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
14089
14090         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
14091         the call to gtk_tooltips_layout_text() until later.
14092
14093         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
14094         Call gtk_widget_ensure_style() before using the style.
14095
14096 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
14097
14098         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
14099         for old widgets that don't propagate draws to all
14100         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
14101
14102 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
14103
14104         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
14105         for a redraw but just the widget that requested the resize.
14106
14107 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
14108
14109         * gtk/gtkcontainer.c: added new widget level method
14110         gtk_container_set_reallocate_redraws() and a GtkContainer flag
14111         reallocate_redraws : 1 to reflect the setting, exported this through
14112         the argument system as a boolean ::reallocate_redraws.
14113
14114         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
14115         on the widget because the allocation changes, do so as well for
14116         widget->parent if the parent has reallocate_redraws set to TRUE.
14117         with that containers requesting reallocation redraws get automatically
14118         redrawn if their children changed allocation (this unfortunately
14119         affects also other children that didn't change allocation, but we
14120         cannot work around that before 1.3).
14121
14122 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
14123
14124         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
14125         _and_ height are >0 (not _or_).
14126
14127         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
14128         instead of gtk_container_queue_resize(), which is a core gtk internal
14129         function (must have been on crack when i queued that).
14130
14131         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
14132         we can check more reliably if we want to discard expose events.
14133         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
14134         flag.
14135         
14136         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
14137         we simply trust these events. for deciding whether to discard exposes,
14138         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
14139         
14140 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
14141
14142         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
14143         queues of areas that are completely off screen.
14144
14145         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
14146         logic for handleboxes.
14147
14148         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
14149         check on width/height.
14150
14151 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
14152
14153         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
14154         we are fine with using $@ the way we do (if we actually encounter
14155         brokeness with $@ in VPATH builds because of additional path prefixes,
14156         we need to use $(@F) actually).
14157
14158 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
14159
14160         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
14161         short lived bugs, that would allow language bindings to do surgeries
14162         to our guts.
14163
14164 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
14165
14166         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
14167         where comparison was being done against an uninitialized
14168         value causing intermittant results depending on
14169         compiler flags. Also make it clearer that we aren't
14170         ever initializing the child as 0x0 (though this will
14171         be caught in gtk_widget_size_allocate())
14172
14173 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
14174
14175         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
14176         gtk_window_unset_transient_for() call after we do checks
14177         involving the old transient parent.
14178         [ From Lance Capser <lmc@cyberhighway.net> ]
14179
14180 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
14181
14182         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
14183         an empty file.
14184
14185 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
14186
14187         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
14188         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
14189
14190 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
14191
14192         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
14193         `$@' is valid only in the build dir, not after we've done 
14194         `cd $srcdir'.  Also use `test -f' instead of less portable
14195         `test -e'.
14196
14197 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
14198
14199         * gtk/gtktext.c (correct_cache_insert): Rewrite
14200          for simplicity, and hopefully correctness.
14201          (Fixes bug #1322, which was a segfault when
14202           on some insertions with the properties around
14203           the insertion set up just wrong.)
14204
14205         * gtk/gtktext.c (gtk_text_adjustment): When we receive
14206          a "changed" signal, clamp the new value to the adjustment
14207          bounds to avoid segfaulting if someone tries to change
14208          the adjustment to a bogus value. (Bug #1795)
14209
14210 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
14211
14212         * gtk/gtkmain.c: Ignore unexpected destroy notifies
14213         for children, for toplevel windows handle them
14214         like delete_event.
14215
14216         * gtk/gtkplug.c: Add an unrealize handler so that
14217         we unref plug->socket_window when we are done
14218         with it.
14219
14220 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
14221
14222         * gtk/gtktext.c (clear_area): Fix stupid signedness
14223          problem that was causing background to sometimes
14224          be misaligned.
14225
14226 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
14227
14228         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
14229         
14230         * gtk/gtkmenu.c (gtk_menu_position): Make
14231          sure we never position menus with negative x, y,
14232          since gtk_widget_set_uposition() can't handle that.
14233
14234         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
14235          Modify the positioning code a bit so that we always
14236          put the top-left corner onscreen. (This is for
14237          UI reasons, gtk_menu_position() now takes care of
14238          gtk_widet_set_uposition() brokeness.)
14239
14240 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
14241
14242         * gtk/Makefile.am: fixed up things for -jx, x > 1.
14243
14244 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
14245
14246         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
14247           RC style that is passed in. The lack of the ref
14248           before was a bug. If people worked around this
14249           bug, this will introduce a slight memory leak
14250           in their code. The code should typically look like:
14251
14252             rc_style = gtk_rc_style_new ();
14253             [...]
14254             gtk_widget_modify_style (widget, rc_style);
14255             gtk_rc_style_unref (rc_style);
14256
14257         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
14258           the style if it was already set.
14259
14260         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
14261           style if it was set before.
14262
14263 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14264
14265         * gtk/testgtk.c (main): Add a check to see if we
14266           are being run from the correct directory and
14267           to quit nicely if we are not.
14268
14269         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
14270           static.
14271
14272 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
14273
14274         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
14275
14276         * gtk/gtkwindow.c:
14277         queue resizes unconditionally (gtk_widget_queue_resize will figure
14278         what to do if the window is not realized).
14279         (gtk_window_move_resize): only recenter the window
14280         for GTK_WIN_POS_CENTER_ALWAYS.
14281         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
14282         the same way as GTK_WIN_POS_CENTER.
14283
14284 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
14285
14286         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
14287         with (!(info->last_flags & GDK_HINT_POS)) instead of
14288         (!info->last_flags & GDK_HINT_POS).
14289
14290         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
14291         new_height unconditionally, because we use these values even if
14292         !default_size_changed && !hints_changed.
14293         comented the (default_size_changed || hints_changed) case with
14294         respect to resize rejects from the window manager.
14295
14296         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
14297         in the zvt condition hack, since this includes the window hints, set
14298         the hints after the handling_resize case.
14299
14300         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
14301         window is initially shown with to the geometry.
14302
14303 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
14304
14305         * gtk/gtkwindow.c (gtk_window_move_resize):
14306         s/size_changed/default_size_changed/g so i know what's
14307         really going on (frying brain on smaller flame now).
14308
14309 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
14310
14311         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
14312         we have size_changed upon handling_resize. this is a gross
14313         workaround for the broken zvt widget and should be removed in
14314         1.3 again (search for FIXME).
14315         Owen provided an accurate comment for this:
14316
14317         /* We could be here for two reasons
14318          *  1) We coincidentally got a resize while handling
14319          *     another resize.
14320          *  2) Our computation of size_changed was completely
14321          *     screwed up, probably because one of our children
14322          *     is broken. It's probably a zvt widget.
14323          *
14324          * For 1), we could just go ahead and ask for the
14325          * new size right now, but doing that for 2)
14326          * might well be fighting the user (and can even
14327          * trigger a loop). Since we really don't want to
14328          * do that, we requeue a resize in hopes that
14329          * by the time it gets handled, the child has seen
14330          * the light and is willing to go along with the
14331          * new size. (this happens for the zvt widget, since
14332          * the size_allocate() above will have stored the
14333          * requisition corresponding to the new size in the
14334          * zvt widget)
14335          *
14336          * This doesn't buy us anything for 1), but it shouldn't
14337          * hurt us too badly, since it is what would have
14338          * happened if we had gotten the configure event before
14339          * the new size had been set.
14340          */
14341
14342 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
14343
14344         * gtk/gtkrc.c: deal properly with the fact that RC
14345           style lists may include rc styles more than once.
14346
14347         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
14348           unused static function.
14349
14350         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
14351           stack of directories of RC files currently being
14352           parsed and implicitely add them to pixmap path.
14353           
14354           This fixes a bug where the directory would get
14355           appended then overwritten by pixmap_path declarations.
14356
14357           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
14358
14359         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
14360           theme's exit function. (Patch from Peter Wainwright,
14361           bug #1454)
14362
14363         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
14364           Add a destroy() handler to take care of removing
14365           group for menu item. (Fixes bug #1197)
14366
14367         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
14368           in warning message.
14369
14370 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
14371
14372         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
14373         roundtrip to figure window's width and height, since we know that
14374         anyways from widget->allocation.
14375
14376 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
14377
14378         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
14379           the hints after we request the new size.
14380
14381 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
14382
14383         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
14384           GTK_WIDGET_REALIZED() assertion - we can compute the
14385           hints before we are realized.
14386
14387         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
14388           hint changing so that we have a value of hints_changed
14389           when we decide whether to constrain the window size.
14390
14391         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
14392
14393         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
14394         change back to G_MAXINT.
14395
14396 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
14397
14398         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
14399         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
14400         contain uncluttered values.
14401         (gtk_window_compute_hints): simply assert that window is realized
14402         and that geometry_info is valid, since we rely on this anyways.
14403         (gtk_window_constrain_size): major cleanups to the code.
14404         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
14405         for the base size, instead of the minimums. use 32767 as max width
14406         and height (like in gtkwindow.c) instead of G_MAXINT.
14407
14408 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
14409
14410         * cleaned up the GtkContainer.need_resize flag handling mess, we
14411         only need to force resize requests when we were prematurely
14412         realized, or our widget tree was modified when we were temporarily
14413         hidden. handling these cases directly upon showing the window (i.e.
14414         while the GdkWindow is still unmapped) avoids the need to wait for
14415         a configure event response and therefore makes the GUI more snappier
14416         and avoids blank windows during the roundtrip.
14417
14418         * gtk/gtkwidget.c:
14419         (gtk_widget_hide): 
14420         (gtk_widget_show): don't queue resizes on toplevels, they know how
14421         to deal with matters.
14422
14423         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
14424         flag directly for not visible resize containers and spare us unecessary
14425         signal emissions.
14426
14427         * gtk/gtkwindow.c:
14428         (gtk_window_realize): if we need to enforce premature size allocation,
14429         queue a container resize so we are correctly resized later on.
14430         (gtk_window_init):
14431         (gtk_window_size_request):
14432         don't freak around with the ->need_resize flag,
14433         gtk_container_queue_resize() will care about that.
14434         (gtk_window_show):
14435         handle initial resizing issues here, we can handle matters better in
14436         this place, especially since we know that our GdkWindow is still
14437         unmapped.
14438         (gtk_window_move_resize):
14439         don't care about ->need_resize at all.
14440         handle size changes properly that occoured while we waited for a
14441         configure event.
14442
14443 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
14444
14445         * gtk/gtkwidget.c (gtk_widget_set_uposition):
14446         * gtk/gtkwindow.[hc] (gtk_window_reposition):
14447         Move the hint setting code from gtk_widget_set_uposition
14448         to here; set the hints so that we respect any previously
14449         set geometry hints.
14450
14451         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
14452         change the window hints here or move the window here,
14453         let that happen in gtk_window_move_resize().
14454
14455 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
14456
14457         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
14458         to already queued resizes (and therefore redraws) on a widget, check
14459         its anchestry as well.
14460
14461         * gtk/gtkcontainer.c:
14462         (gtk_container_queue_resize): clear resize widgets for resize
14463         containers before aborting prematurely. this is especially important
14464         for toplevels which may need imemdiate processing or their resize
14465         handler to be queued.
14466         (gtk_container_dequeue_resize_handler): added new internal function for
14467         gtkwindow.c.
14468
14469         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
14470         configure event, take possible changes in window position into account
14471         as well.
14472         if we request a new window size, queue up a resize handler that will
14473         last until the configure event response arrives.
14474         combined the ->need_resize case (initial show) with the general size
14475         (hints) changed case and added even more comments.
14476         if !auto_shrink, only revert to the old allocation if the new size
14477         is smaller than the current allocation.
14478
14479 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
14480
14481         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
14482                            gtk_window_set_geometry_hints
14483                            gtk_window_set_default_size):
14484         When hints are set, queue a resize so that the hints will
14485         be eventually reset on the toplevel.
14486
14487         * gtk/gtkwindow.c (gtk_window_show): Use
14488         gtk_window_compute_default_size(). Clear the need_resize flag
14489         on the initail map so that we don't unnecessarily trigger the
14490         resize code.
14491
14492         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
14493         into separate functions. Compare the hints we are setting
14494         with what we set last time so that we can accurately
14495         tell when we need to reset the hints.
14496
14497         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
14498         function to figure out the size from requisition
14499         and default_size.
14500
14501         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
14502         from fvwm to constrain a size to the geometry hints.
14503
14504         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
14505         to compare two sets of geometry hints.
14506
14507         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
14508         from gtk_window_set_hints(), just compute the hints,
14509         don't set them.
14510
14511         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
14512         code from gtk_window_move_resize() to separate function,
14513         rationalize a bit.
14514
14515 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
14516
14517         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
14518         structure into a new private structure.
14519
14520         * gtkrc.c: Split GtkRcStyle into public/private.
14521         In the private part, add a list of pointers to the
14522         RcStyle lists this RcStyle participates in.
14523
14524         * gtkrc.c: When a RcStyle is free, remove all
14525         lists referencing it from the 
14526         realized_style_ht hash, and free those lists.
14527         
14528         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
14529         gtk_rc_init(), since that adds the default styles
14530         to the list of parsed RC files again.
14531
14532         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
14533         
14534 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
14535
14536         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
14537         checks that ensure that a widget's allocation is at least 1 in width
14538         and height. (GNOME note: this doesn't affect old panel code anymore,
14539         because GtkSocket will request width and height of at least 1 since
14540         Fri Jul 23).
14541
14542         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
14543         allocated yet (happens if the user realizes the window prematurely),
14544         size request and allocate it.
14545         (gtk_window_size_allocate): guard against guint underflows.
14546
14547 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
14548
14549         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
14550         in gtk_built_sources, so gtk.defs gets built prior to all other
14551         sources.
14552
14553 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
14554
14555         * gtk/Makefile.am:
14556         invoke indent on gtkmarshal.*. 
14557         rewrote source generation rules, use COPYING as oldest source tag for
14558         a piggyback rule to generate all sources from (don't touch it ;).
14559         major cleanups, strip spaces on build rules for GNU Make.
14560
14561         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
14562         source and target files from commandline arguments. don't invoke indent.
14563
14564 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
14565
14566         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
14567         notebook after switch to avoid drawing problems.
14568         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
14569         
14570         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
14571         show them instead. 
14572         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
14573
14574 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
14575
14576         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
14577         notebook after switch to avoid drawing problems.
14578         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
14579         
14580         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
14581         show them instead. 
14582         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
14583
14584 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
14585
14586         * gtk/gtkwindow.c:
14587         we use window->need_resize from configure_event now, to indicate that
14588         the gtkwindow should keep its allocation (e.g. because the user resized
14589         the window through window manager handles). resize_count is now reliably
14590         used to figure whether we got the allocation we requested from the
14591         window manager.
14592         configure events get queued as resizes now, the real stuff (size
14593         computation and allocation) now only goes on in gtk_window_move_resize().
14594         GtkWindow's requisition now contains its *real* requisition (like all
14595         other widgets), *not* taking usize into account.
14596         geometry_info->last_{width|height} is now updated from set_hints() only
14597         so it always contains the last hints we set for the window manager.
14598         made some event handlers return TRUE instead of FALSE.
14599         the overall code should be much more straight forward now, and the
14600         significant code portions are accompanied by comments now.
14601         (gtk_window_set_hints):
14602         removed requisition argument and made it
14603         fetch the requisition through gtk_widget_get_child_requisition.
14604         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
14605         does that now.
14606         (gtk_window_show):
14607         ensure that the widget is realized before calling 
14608         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
14609         ensure that we got properly size requested and allocated before
14610         realization.
14611         (gtk_window_configure_event):
14612         ignore plain window moves, or reallocate the widget tree through the
14613         resize queue otherwise.
14614         (gtk_window_move_resize):
14615         mostly rewrote this function to figure window manager hints more
14616         reliably, coalesce window moves and resizes to reduce configure events
14617         and do actuall size allocations.
14618
14619 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
14620
14621         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
14622         that have a resize pending, because a redraw is already queued for them.
14623
14624         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
14625         hack to clear resize_widgets.
14626
14627         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
14628         for resize containers prior to size allocation. (this is also a bit
14629         ugly, but avoids side effects for stopped emissions and is thus more
14630         reliable).
14631         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
14632
14633         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
14634         function from gtk_tooltips_expose, as we connect to ::expose_event
14635         *and* ::draw now.
14636
14637 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
14638
14639         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
14640         checks.
14641         (gtk_target_list_unref): Likewise.
14642
14643         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
14644
14645 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
14646
14647         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
14648         guard against division by zero. (Fixes bug #1339)
14649
14650 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
14651
14652         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
14653         Prevent the trivial leak of information of allowing
14654         word motion when the entry is not visible.
14655
14656 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
14657
14658         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
14659         modality to error dialog as well as confirmation dialogs.
14660         (Bug #1803, reported by Rosanna Wing Sze Yuen)
14661
14662 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
14663
14664         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
14665         tree->view_lines.
14666         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
14667
14668         * gtk/Makefile.am (install-data-local): Solaris apparently
14669         has various troubles with ln -f; use rm first instead.
14670         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
14671
14672 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
14673
14674         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
14675         use `cp' followed by `rm' (the `rm' was already there).
14676
14677 July 30, 1999 Elliot Lee <sopwith@redhat.com>
14678         
14679         * configure.in: Fix autoconf warnings about cross compilation by
14680         trying to provide sane defaults for AC_TRY_RUN.
14681         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
14682         put them into $(srcdir) when generated. Also add a dependency of
14683         gtksignal.h on gtkmarshal.h for -j builds. 
14684         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
14685
14686 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
14687
14688         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
14689         GDK_THREADS_{LEAVE,ENTER} pair.
14690         (From Paul Fisher <pnfisher@redhat.com>)
14691
14692 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
14693
14694         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
14695         width and height are always >0 (owen).
14696
14697 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
14698
14699         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
14700         change that assured that a widget's allocated with and height are
14701         always >1, since this breaks *buggy* panel code. unfortunately this
14702         back-breaks the gimp's color selector.
14703
14704         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
14705         allocation is always >0 in width and height, before sending the
14706         configure event; this is a *gross* hack to get the gimp back to work.
14707         
14708         * marked both cases with TODO-1.3
14709
14710 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
14711
14712         * gtk/gtktext.c: Don't display wrap indicators when
14713         text is not editable and word wrap is on.
14714
14715 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
14716
14717         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
14718         option menus here as they are not derived from menu shell, assure that
14719         the option menu has a menu we can add items to.
14720
14721 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
14722
14723         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
14724         width/height to (gint) before calculations and check against < 0 to
14725         avoid guint wraparounds.
14726
14727 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
14728
14729         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
14730         width and height is never zero. sanity check both dimensions against
14731         32767 and issue a warning if the allocation is greater than that.
14732
14733 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
14734
14735         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
14736         to g_main_pending() as well.
14737
14738 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
14739
14740         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
14741         call to g_main_iteration() - since that will regrab
14742         GTK+ lock to process events.
14743
14744 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
14745
14746         * gtk/gtkwindow.c
14747         - Regularize with the rest of GTK+ by making widget->requisition
14748           not reflect the set_usize()
14749         - Always recompute geometry hints, then check if they
14750           changed before sending them to the X server. The
14751           previous checks for changes would fail in a number
14752           of circumstances. 
14753
14754 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
14755
14756         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
14757
14758 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
14759
14760         * gtk/gtkdnd.c:
14761         - Code cleanups
14762         - Instantaneously update on modifier key presses
14763         - Allow cancellation of the drag with Escape.
14764
14765 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
14766
14767         * gtk/testgtk.c (create_handle_box): Set the policy
14768         to auto_shrink - otherwise the appearance is rather
14769         strange when flipping between horizontal and vertical.
14770
14771 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
14772
14773         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
14774         (gtk_window_set_default_size): don't change a value if it's < 0.
14775         queue a resize.
14776
14777 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
14778
14779         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
14780
14781 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
14782
14783         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
14784         add an extra "/" when concating "/" + filename.
14785         (From Matt Grossman <mattg@oz.net>)
14786
14787 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
14788
14789         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
14790         for fg_gc if we set it for drawing pixmap.
14791
14792 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
14793
14794         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
14795         
14796         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
14797         already set, call old engine's destroy function and
14798         unref the old engine.
14799
14800 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
14801
14802         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
14803
14804 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
14805
14806         * gtk/gtkaccelgroup.h: mark certain functions as internal.
14807
14808 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
14809
14810         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
14811         expand behaviour changed.
14812
14813         * gtk/gtklabel.c (gtk_label_set_pattern):
14814         (gtk_label_set_justify):
14815         (gtk_label_set_line_wrap):
14816         don't bother invoking queue_clear, the reallocation does
14817         that for us, always free_words so the upcoming resize will
14818         relayout the label's contents.
14819
14820 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
14821
14822         * applied argument implementation patches from Elena Devdariani
14823         <elena@cogent.ca>.
14824
14825         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
14826         ::space_style, ::relief
14827         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
14828         * gtk/gtkpreview.c: ::expand
14829         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
14830         * gtk/gtknotebook.c: ::homogeneous
14831         * gtk/gtklabel.c: ::wrap
14832         * gtk/gtklist.c: ::selection_mode
14833         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
14834         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
14835         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
14836         * gtk/gtkclist.c: ::sort_type
14837         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
14838         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
14839
14840 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
14841
14842         * gtk/gtkstyle.c: Removed ill-thought-out part of last
14843         comment.
14844
14845 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
14846
14847         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
14848         counting right when we have to attach a new style
14849         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
14850
14851         * gtk/gtkstyle.c: Documented the refcounting
14852         peculularities of gtk_style_attach.
14853
14854 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14855
14856         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
14857         window types.
14858
14859         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
14860         of GTK_TOPLEVEL for creating the window.
14861
14862 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14863
14864         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
14865         the last argument (reported by Per Winkvist).
14866         
14867 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
14868
14869         Fixes for invisible XOR lines (Frank Loemker
14870         <floemker@TechFak.Uni-Bielefeld.DE>)
14871         
14872         * gtk/gtkclist.c (gtk_clist_realize): Always use
14873         a non-zero pixel for GDK_XOR.
14874
14875         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
14876         Use GDK_INVERT instead of GDK_XOR.
14877
14878 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
14879
14880         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
14881         signals if h/voffsets differ from adjustment values.
14882         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
14883
14884 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
14885
14886         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
14887         ::selection-done emissions up to the topmost menu shell.
14888
14889 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
14890
14891         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
14892         the user data on the window before destroying it.
14893
14894         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
14895         unrealize handler to take care of destroying 
14896         notebook->panel properly. 
14897         (Bug #1198 - Morten Welinder <terra@diku.dk>)
14898
14899         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
14900         of g_new and g_realloc to stop memory leak. (Actually,
14901         we could just use g_realloc(), but I'm not 100% sure
14902         that is portable).
14903         (Bug #1196 - Morten Welinder <terra@diku.dk>)
14904
14905 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
14906
14907         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
14908
14909         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
14910         for fontsets.
14911
14912         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
14913         with bin/button confusion.
14914
14915 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
14916
14917         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
14918         and show how preselection of radio items is done.
14919
14920 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
14921
14922         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
14923         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
14924         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
14925         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
14926         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
14927         * gtk/gtktable.c (gtk_table_attach): 
14928         * gtk/gtklist.c (gtk_list_insert_items): 
14929         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
14930         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
14931         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
14932         * gtk/gtkbin.c (gtk_bin_add): 
14933         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
14934         * gtk/gtkfixed.c (gtk_fixed_put): 
14935         * gtk/gtklayout.c (gtk_layout_put):
14936         general fixups to container_add logic. always realize child if
14937         child->parent is realized, only map the child and queue a resize
14938         if child and child->parent are both visible.
14939
14940 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
14941
14942         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
14943         instead of gtk_container_foreach to walk and unrealize children, so
14944         composite children get also unrealized.
14945         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
14946         (gtk_widget_map): assert that the widget is visible (basic constrain).
14947         (gtk_widget_real_map): assert that the widget is realized (basic
14948         constrain).
14949
14950 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
14951
14952         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
14953
14954 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
14955
14956         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
14957         file for iso-8859-2 locales.
14958
14959         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
14960
14961 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
14962
14963         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
14964          (Pointed out by andy@rz.uni-karlsruhe.de and others).
14965          Remove some suspicious and useless lines. 
14966
14967 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
14968
14969         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
14970         width,height = 0, 0 to mean - here to edge of window,
14971         instead of -1, -1, since the former is all we support.
14972
14973 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
14974
14975         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
14976         when removing from quit_functions list.
14977
14978 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
14979
14980         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
14981
14982 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
14983
14984         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
14985          When redrawing characters on non-visible entry, use appropriate
14986          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
14987
14988 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
14989
14990         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
14991         from drag coordinates.
14992         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
14993         use drag_dest_cell.
14994
14995         * gtk/gtktree (drag_dest_cell)
14996         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
14997         (Bug #1129)
14998
14999 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
15000
15001         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
15002         translate_* fields.
15003         (gtk_item_factory_finalize): invoke translate_notify independant from
15004         translate_data.
15005         (gtk_item_factory_set_translate_func): likewise.
15006         (gtk_item_factory_destroy): only remove ifactory pointer from those
15007         widgets that belong to us (stupid me).
15008
15009 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
15010
15011         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
15012         rc_style list when lookup succeeeds.
15013
15014 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
15015
15016         * gtk/gtkctree.c (resync_selection): 
15017         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
15018         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
15019         bug.
15020
15021 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
15022
15023         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
15024         Add some missing GDK_THREADS_ENTER()/LEAVE around
15025         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
15026
15027 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
15028
15029         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
15030         rather than emit_by_name.
15031
15032         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
15033         on the widget across multiple signal emissions.
15034         (gtk_editable_delete_text): same here.
15035         (gtk_editable_class_init): set widget_class->activate_signal after
15036         editable_signals[ACTIVATE] has been created.
15037
15038 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
15039
15040         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
15041         position here prematurely -- we might not have the
15042         right ->min_position and ->max_position yet.
15043
15044 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
15045
15046         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
15047         Add error traps so if the other end of the connection
15048         dies, we survive.
15049
15050         * gtk/gtkselection.c (gtk_selection_notify): Clean
15051         up properly when selection property retrieval fails.
15052         
15053         * gtk/gtkselection.c (gtk_selection_request): Correctly
15054         reject SelectionRequest notifies where the handler
15055         returns no data.
15056
15057 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15058
15059         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
15060         when we've previously highlighted.
15061
15062         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
15063         emit two "drag_leave" signals for Motif drops.
15064
15065         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
15066         back the correct status messages when dropping from
15067         Motif onto a proxy window that is rejecting the
15068         drop.
15069
15070 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
15071
15072         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
15073         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
15074         to compare two argument values. added gtk_arg_to_valueloc() to set a
15075         variable from an arg through its location (pointer).
15076
15077         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
15078         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
15079         as gfloat*, uchars are collected as guchar*, ints are collected as
15080         gint*, etc...
15081
15082 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
15083
15084         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
15085         Include <string.h> instead of <strings.h>.
15086
15087         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
15088         (actually, a lot more duplicate includes occur if
15089          you trace through the sequence of #include's)
15090         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
15091         
15092 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
15093
15094         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
15095         gtk-a-higuti-990322-[0-3]
15096
15097         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
15098         that was causing -DX_LOCALE not to work.
15099
15100         * gtk/gtkrc.c (gtk_rc_init):
15101         X_LOCALE will never have LC_MESSAGES defined
15102
15103 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
15104
15105         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
15106         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
15107
15108         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
15109         left/right as well (gtk-michael-980726-0.patch.gz).
15110
15111         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
15112         for pointer values, use gchar instead of char. fixed uline allocation
15113         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
15114         chunks instead of G_ALLOC_ONLY.
15115         (gtk_label_size_request): always alter requisition as passed and leave
15116         widget->requisition alone.
15117         (gtk_label_set_text): allow NULL strings.
15118         (gtk_label_new): likewise.
15119
15120 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
15121
15122         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
15123
15124 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
15125
15126         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
15127         *and* mapped (i.e. drawable).
15128         (gtk_bin_expose): only send exposes to drawable children.
15129
15130         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
15131         (gtk_box_expose): only send exposes to drawable children.
15132
15133         * gtk/gtkhscale.c (gtk_hscale_draw): 
15134         * gtk/gtkvscale.c (gtk_vscale_draw):
15135         hm, this is an ugly one. we first compute the size of our trough area
15136         here (window relative) and then check intersection with the draw_area
15137         which is parent relative because we're a NO_WINDOW widget, so we need
15138         to offset the trough area by allocation.x and allocation.y before the
15139         check. (this must not be done for the background area though, since
15140         that's already computed parent relative).
15141
15142 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
15143
15144         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
15145         unrealize title buttons.
15146
15147 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
15148
15149         * gtk/gtkclist.c (gtk_clist_column_title_passive)
15150         (gtk_clist_column_title_active): 
15151         only connect/disconnect to GtkWidgetClass::event to block mouse events.
15152
15153         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
15154         zero initialize event, removed superfluous gdk_window_get_pointer call
15155
15156         * gtk/gtklist.c (gtk_list_vertical_timeout)
15157         (gtk_list_horizontal_timeout): removed superfluous
15158         gdk_window_get_pointer call
15159
15160 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
15161
15162         * plugging problems reported by "Bruce Mitchener, Jr."
15163         <bruce@puremagic.com> due to a purify session.
15164
15165         * gtk/gtkstyle.c:
15166         (gtk_style_ref): 
15167         (gtk_style_unref): assert ref_count to be > 0.
15168
15169         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
15170         the requisition.
15171         (gtk_clist_set_shift): likewise.
15172
15173         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
15174         adjustments.
15175
15176         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
15177         event before sending it and set send_event to TRUE (which needs to
15178         be done for *all* synthesized events).
15179         (gtk_list_vertical_timeout): likewise.
15180
15181         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
15182         leaks.
15183
15184         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
15185         to TRUE when synthesizing events.
15186
15187 [ *** end of merges from 1.2 *** ]      
15188         
15189 1999-11-21  Tor Lillqvist  <tml@iki.fi>
15190
15191         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
15192         (or copied from gdkconfig.h.win32 on Win32, sigh).
15193
15194         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
15195
15196         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
15197
15198         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
15199
15200         * gdk/gdkconfig.h.win32: New file.
15201
15202         * gdk/win32/makefile.cygwin: Build just a static archive here.
15203
15204         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
15205         for the DLL from the static archive built above.
15206
15207         * gdk/gdk.def: Moved here from the win32 subdirectory.
15208
15209         * gdk/win32/*: Adapt for the changed private struct organisation.
15210
15211         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
15212
15213 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
15214
15215         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
15216         for wheel mice (buttons 4 and 5).
15217
15218 1999-11-18  Tor Lillqvist  <tml@iki.fi>
15219
15220         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
15221         drawables use just the pixel field in the foreground and
15222         background GdkColor of the GdkGC.
15223
15224         gdk_gc_set_{fore,back}ground() are called in the GIMP with
15225         GdkColors containing uninitialized (red,green,blue) fields, and
15226         just the pixel field filled in, and furthermore in the
15227         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
15228         It thus turns out that we really don't need to have the full
15229         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
15230         it later to have just the pixel values.
15231
15232 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
15233
15234         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
15235
15236 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
15237
15238         * docs/gtkfaq.sgml: threads example from Erik Mouw.
15239         New question on GtkLabel background colors.
15240
15241         * docs/gtk_tut.sgml:
15242           - Correct the example code callback
15243             function definitions.
15244           - Update the gtkdial example code, from Frans van Schaik.
15245           - Update setselection.c to current API.
15246
15247         * examples/Makefile examples/*/*.c: Update to code
15248         listed in tutorial.
15249
15250 1999-11-10  Tor Lillqvist  <tml@iki.fi>
15251
15252         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
15253         subrange table (from the "Developing International Software for
15254         WIndows 95 and Windows NT" book) was missing the Hangul syllable
15255         block... Get the loaded font's charset correctly.
15256
15257         (Note that this, and the other *-win32.c files, still really are
15258         the old ones, the win32 subdirectory is not ready for compilation
15259         yet after the reorg.)
15260
15261 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
15262
15263         * gtk/gtkclist.c: Fix off-by-one bug in parameter
15264         check.
15265
15266 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
15267
15268         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
15269         on results of XQueryDeviceState().
15270
15271 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
15272
15273         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
15274         we need to accesss only ->children. We need an accessor
15275         for the children.
15276
15277         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
15278         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
15279         to get rid of gdkx.h include.
15280         
15281         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
15282         and random references to 'None'.
15283
15284         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
15285         Get rid of unused #include <gdk/gdkx.h>
15286
15287         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
15288         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
15289         gdkconfig.h.
15290
15291 1999-11-08  Tor Lillqvist  <tml@iki.fi>
15292
15293         * gdk/win32/gdkdraw.c
15294         * gdk/win32/gdkfont.c
15295         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
15296         following yesterday's changes. (Unrelated to Owen's reorg.)
15297
15298 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
15299
15300         * gdk/x11/gdkinput-gxi.c: Add missing include,
15301           fix GdkWindowPrivate => GdkDrawablePrivate.
15302
15303         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
15304
15305         * gdk/x11/Makefile.am (xinput_sources): Add missing
15306         backslash to fix building with --with-xinput=none
15307
15308 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
15309
15310         Move all X specific code into the x11/ directory.
15311         Aside from shuffling things around, did the following:
15312
15313        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
15314          gdk_arg_context_* - a simple argument parsing system
15315          in the style of popt.
15316
15317        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
15318          gdk/x11/gdkprivate-x11.h:
15319          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
15320          add ->klass and ->klass_data fields. The klass_data
15321          field points to an auxilliary structure that is
15322          windowing system dependent.
15323
15324        * gdk/gdkfont.c: Make most of the measurement functions
15325          simply wrappers around gdk_text_extents().
15326
15327        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
15328          _gdk_font_strlen() function that hides the weird
15329          behavior in gtk+-1.[02] where a string is interpreted
15330          differently for 8-bit and 16-bit fonts.
15331
15332        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
15333          to store common code for synthesizing double/triple
15334          press events.
15335         
15336        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
15337          Make all the function that modify an existing GC
15338          simply wrappers around gdk_gc_set_values().
15339          
15340        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
15341          for throwing out later.
15342
15343        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
15344          GdkImagePrivate and GdkColormapPrivate to have a
15345          windowing system dependent part (GdkFontPrivateX etc.)
15346          that "derives" from the system-independent part.
15347
15348        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
15349          Got rid of the included-source-files for XInput in
15350          favor of automake conditionals. (Which didn't exist
15351          when XInput support was originally added.)
15352
15353        * gdk/gdkrgb.c: Remove the visual id from the debugging
15354          statements since that is X11 specific; print out
15355          type/depth info instead.
15356          
15357
15358 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
15359
15360         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
15361         loading duplicates of hashed fonts.
15362
15363         * gdk/gdk.c (gdk_keysym_convert_case): rename
15364         gdk_XConvertCase to gdk_keysym_convert_case, allow
15365         results to be NULL in the GTK+ style.
15366
15367         * gdk/gdkcompat.h: Started compatibility header
15368         for renames.
15369
15370 1999-11-07  Tor Lillqvist  <tml@iki.fi>
15371
15372         * gdk/win32/gdkprivate.h: New font private structures, related to
15373         fontsets.
15374
15375         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
15376         gdk_font_list_free(). On X11, will just be wrappers to
15377         XListFonts() and XFreeFontNames(). On Win32, the code previously
15378         in gtkfontsel.c is now here.
15379
15380         New function gdk_font_xlfd_create(). On X11 will get the FONT
15381         property of the font (for GDK_FONT_FONTs), or call
15382         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
15383         builds a XLFD style name from the font information in the LOGFONT
15384         struct(s).
15385
15386         New function gdk_font_xlfd_free(), which correspondingly frees the
15387         string returned by gdk_font_xlfd_create().
15388
15389         Implement fontsets on Win32. Add a function that iterates over a
15390         wide char string and calls a callback function for each substring
15391         of wide chars from the same Unicode subrange (and thus probably
15392         available in the same real font).
15393
15394         Improve the XLFD emulation a bit.
15395
15396         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
15397
15398         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
15399         Beta3, WM_IME_CHAR messages don't seem to contain the composed
15400         multi-byte char as with the Active IMM on Win9x. Oh well, handle
15401         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
15402         ImmGetCompositionStringW() to get the composed Unicode chars.
15403
15404         * gdk/win32/gdkgc.c
15405         * gdk/win32/gdkdraw.c: Changes needed because of the font private
15406         struct changes.
15407
15408         * gdk/win32/gdk.def: Add the new functions.
15409
15410 1999-11-04  Tor Lillqvist  <tml@iki.fi>
15411
15412         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
15413         get the Platform SDK to get <dimm.h>.
15414
15415         * gdk/win32/gdkevents.c: More event handling fixes and
15416         simplification. Never generate motion events with is_hint true. We
15417         used to do that on bogus grounds earlier. Windows sends
15418         WM_MOUSEMOVE messages on button events even if the mouse hasn't
15419         moved, ignore these.
15420
15421         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
15422
15423         * gdk/win32/gdkglobals.c
15424         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
15425         the TrackMouseEvent function, and use it.
15426
15427         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
15428         char before calling WideCharToMultiByte in order to get a string
15429         for the window title.
15430
15431         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
15432
15433         * gdk/win32/gdk.def: Remove obsolete functions.
15434
15435         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
15436         /nodefaultlib and /defaultlib switches.
15437
15438         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
15439
15440 1999-10-31  Tor Lillqvist  <tml@iki.fi>
15441
15442         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
15443         EuroSign).
15444
15445         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
15446         same type as GdkWChar, especially on Win32.
15447
15448         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
15449
15450         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
15451         before passing to Windows GDI for drawing etc. Convert to the
15452         system default codepage before passing to Windows as window
15453         titles.
15454
15455         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
15456         support changing input locale on the fly.
15457
15458         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
15459         on-the-fly changes. Convert incoming characters from the current
15460         codepage to Unicode (and then to a UTF-8 multi-byte string) based
15461         on the current input language. Use keysym<->Unicode mapping tables
15462         and functions borrowed from xterm sources.
15463
15464         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
15465         editions of Win9x, use the ActiveX-based Active IMM (Input Method
15466         Manager) if available. IMEs and the Active IMM are available under
15467         the disguise of Chinese, Korean and Japanese support for IE and
15468         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
15469         support is present in all editions (as long as you install it).
15470
15471         Call DispatchMessage from gdk_events_queue() (and thus
15472         gdk_WindowProc()), instead of duplicating the code in
15473         gdk_WindowProc().
15474
15475         Reworked the grab handling and propagation code, factored out
15476         duplicated code snippets into separate functions. Other cleanups,
15477         too.
15478
15479         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
15480         the <dimm.h> header describing the Active IMM.
15481
15482         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
15483         just do the same as for "single" fonts.
15484
15485         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
15486         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
15487         the new keysyms from gdkkeysyms.h.
15488
15489         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
15490         fontset, so that gtkentry uses wide characters.
15491
15492         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
15493         GTk+'s system directory "gtk+", not "gtk".
15494
15495 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
15496
15497         * docs/gtkfaq.sgml: FAQ update
15498
15499 1999-10-21  Tor Lillqvist  <tml@iki.fi>
15500
15501         * gdk/win32/gdkprivate.h: Add more font private data.
15502
15503         * gdk/win32/gdkfont.c
15504         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
15505         fonts and strings. Now works much better. You still have to
15506         have a correct font selected, though. No fontset emulation yet.
15507
15508 1999-10-19  Tor Lillqvist  <tml@iki.fi>
15509
15510         * gtk/maketypes.awk: Use G_OS_WIN32.
15511
15512         * gtk/gtk.def: Add some missing entry points. Also some non-public
15513         ones, but PyGTK porter claims to need them.
15514
15515         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
15516         built-in type generation.
15517
15518 1999-10-14  Tor Lillqvist  <tml@iki.fi>
15519
15520         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
15521         GDK_FONT_FONT fonts (which is all we have for now, we don't
15522         emulate fontsets). The X11 version uses plain XDrawString in that
15523         case, too. The string passed to gdk_draw_text_wc seems to be in
15524         fact (at least, when used by gtkentry and gtktext) either in a
15525         single-byte charset, or a DBCS. Not Unicode.
15526
15527         This fixes the problem in gtkfontsel, where even if you had
15528         selected a font with a non-Latin1 charset (windows-greek, for
15529         instance), the preview still used Latin-1 glyphs.
15530
15531         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
15532         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
15533         (gdk_font_load): Recognize the demibold etc weights, even if we
15534         don't have the corresponding constants in the headers.
15535         (gdk_font_hash_insert): Use same hash mechanism as in the X11
15536         version. Should save font resources a bit, when we don't have
15537         multiple HFONTs for the same font.
15538
15539         * gdk/win32/gdkprivate.h: Add the names field as in the X11
15540         version.
15541
15542 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
15543
15544         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
15545         X values
15546
15547 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
15548
15549         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
15550         layout support (as mentioned on
15551         http://www.jcinteractive.com/gnome-ui/software/widgets/)
15552
15553 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
15554
15555         * gtk/fnmatch.c
15556         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
15557
15558 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
15559
15560         * configure.in (ALL_LINGUAS): Added Galician (gl)
15561
15562 1999-10-05  Tor Lillqvist  <tml@iki.fi>
15563
15564         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
15565
15566         * gdk/win32/gdkcompat.c: New file, actually provide an
15567         implementation for the deprecated functions. (Just temporarily.)
15568
15569         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
15570
15571         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
15572
15573         * gdk/win32/gdk.def gtk/gtk.def: Updates.
15574
15575 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
15576
15577         * configure.in: Added "uk" to ALL_LINGUAS.
15578         
15579 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
15580
15581         * configure.in: correct checking for BeOS check
15582
15583         * gdk/gdktypes.h
15584         * gtk/fnmatch.c
15585         * gtk/gtkfilesel.c
15586         * gtk/gtkitemfactory.c
15587         * gtk/gtkmain.[ch]
15588         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
15589
15590 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
15591
15592         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
15593         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
15594         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
15595         by Bulgarian). 
15596
15597 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
15598
15599         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
15600         Fix a reference to window_private->destroyed.   
15601
15602         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
15603         (ugly) setting of an internal GdkWindow member to use
15604         a _slightly_ cleaner macro.
15605
15606         * gdk/gdkprivate.h: Split GdkWindowPrivate into
15607         GdkDrawablePrivate and GdkWindowPrivate.
15608         Add extra macros for accessing GDK_DRAWABLE_ components.
15609
15610         * *.[ch]: Massive adjustments for the above, use the
15611         new macros in a lot of places.
15612
15613 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
15614
15615         * gdk/gdktypes.h: Make GdkDrawable the base type,
15616         not GdkWindow.
15617
15618 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
15619
15620         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
15621
15622 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
15623
15624         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
15625
15626 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
15627
15628         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
15629         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
15630
15631         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
15632
15633         * docs/gtk-config.1: Now autogenerated.
15634         * docs/Changes-1.4.txt: started
15635         
15636 1999-10-03  Tor Lillqvist  <tml@iki.fi>
15637
15638         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
15639         to #ifdef also here.
15640
15641         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
15642         Owen did to the X11 backend.
15643
15644         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
15645         ScrollWindowEx when blitting inside a window, it can't be correct
15646         in the general case.
15647
15648         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
15649         WM_GETMINMAXINFO is easier.
15650
15651         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
15652         depth equal to the bitspixel value, not the visual's depth.
15653
15654         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
15655         to 24 even if the bitspixel value is 32.
15656
15657         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
15658         need to check for depth==32 when bpp==32, depth will always be 24.
15659
15660 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
15661
15662         * docs/Changes-1.4.txt: Started
15663         
15664         * gtk/Makefile.am (gdk_headers): Include all the new headers.
15665
15666         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
15667         
15668         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
15669         into C file.
15670         
15671         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
15672         header to gdkinputprivate.h.
15673
15674         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
15675         unused since before 1.2.
15676
15677 1999-09-30  Tor Lillqvist  <tml@iki.fi>
15678
15679         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
15680         expand possible hex escapes in the font family (put there by
15681         logfont_to_xlfd if the font name isn't a legal XLFD font family,
15682         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
15683         On Win32, add hex escapes here, too.
15684
15685 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
15686
15687         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
15688         to #ifdef GDK_WINDOWING_X11.
15689
15690 [ Merges from gtk-1-2 ]
15691
15692 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
15693
15694         * configure.in: fixed "GNU Make" check to pass with new make version
15695         3.77.95.
15696
15697 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
15698
15699         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
15700         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
15701         AM_PATH_GTK() macros don't get confused by the -pre1.
15702
15703 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15704
15705         * configure.in (REBUILD): Change check for perl5
15706           to check explicitely for v >= 5.002. (5.001
15707           does not work with our scripts.)
15708
15709 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
15710
15711         * configure.in: evaluate $PERL for the perl version check. added
15712         --disable-rebuilds to give the user an option to completely disable
15713         any source autogeneration rules.
15714
15715 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
15716
15717         * configure.in: evaluate $ac_make when checking for GNU Make.
15718
15719 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15720
15721         * docs/Makefile.am: added generation.txt.
15722
15723         * Makefile.am: require automake 1.4, build README from README.in and
15724         INSTALL from INSTALL.in in dist-hook.
15725         
15726         * README.in:
15727         * INSTALL.in: new files to autogenerate README and INSTALL from.
15728
15729         * configure.in: figure whether we have GNU Make
15730
15731         * docs/generation.txt: minor additions/corrections.
15732
15733 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
15734
15735         * docs/gtkfaq.sgml: FAQ Update
15736
15737 July 30, 1999 Elliot Lee <sopwith@redhat.com>
15738         
15739         * configure.in: Fix autoconf warnings about cross compilation by
15740         trying to provide sane defaults for AC_TRY_RUN.
15741
15742 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
15743
15744         * ltconfig
15745         * ltmain.sh: upgrade to libtool 1.3.3
15746
15747 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
15748
15749         * INSTALL: Indicate that the --with-glib= configure
15750         time flag is unsupported.
15751
15752 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
15753
15754         * docs/generation.txt: Added a file that gives
15755         documenation about the autogeneration process for
15756         various autogenerated files.
15757         
15758 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15759
15760         * configure.in (LIBS): Look for libgmodule in the
15761         right location.
15762
15763 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
15764
15765         * docs/gtk_tut.sgml: Removed references to
15766         code examples in my directory on gtk.org as
15767         they should all be in the tutorial now.
15768
15769         * docs/gtk_tut.sgml: Added sources for dial-test
15770         and scribble-xinput programs that were previously
15771         missing.
15772
15773 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
15774
15775         * TODO: Added entry about menu keyboard navigation, removed
15776         some finished items.
15777
15778 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
15779
15780         * acinclude.m4: Standardize on func_dgettext
15781         not func_gettext, so that the checks for dgettext
15782         actually are paid attention to.
15783
15784 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
15785
15786         * configure.in (LIBS): Add $INTLLIBS into $LIBS
15787         directly, rather than repeating the checks for
15788         gettext.
15789
15790         * INSTALL: Added information about gettext and
15791         NLS support.
15792
15793         * acinclude.m4 (LIBM): Check for dgettext, not
15794         just gettext. This should hopefully fix things wrt
15795         systems with old versions of GNU gettext installed.
15796
15797 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15798
15799         * configure.in (LIBS): Look for libgmodule in the
15800         right location.
15801
15802 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
15803
15804         * autogen.sh: add --enable-maintainer-mode
15805
15806         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
15807
15808 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
15809
15810         * docs/gtk-config.1.in:
15811           docs/Makefile.am:
15812           configure.in: gtk-config is now generated.
15813
15814         * docs/gtk-config.1: Removed, now generated.
15815
15816 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
15817
15818         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
15819         handle CreateNotify itself, still put out a debuging message for
15820         --gdk-debug=events. made the ReparentNotify debugging message more
15821         verbose.
15822         wrap xcoords translation for ConfigureEvents into an error trap,
15823         a destroy event may already be pending, and in that case, the
15824         actuall coordinate values are not at all critical.
15825
15826 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
15827
15828         * gdk/gdkcc.c: Stop leaking the color_hash all over
15829         the place. Simplify and improve the logic.
15830
15831 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
15832
15833         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
15834         for prototypes and function implementations consistent (reported
15835         by Tomas Ogren).
15836
15837 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
15838
15839         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
15840         send_event set in debugging output.
15841         (gdk_compress_exposures): default initialize the event so we don't
15842         operate on bogus values (namely send_event).
15843
15844 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
15845
15846         * gdk/gdkwindow.c: When we receive an unexpected
15847         destroy notify on one of our windows, don't just
15848         warn about it, also mark our windows as destroyed.
15849
15850 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
15851
15852         * gdk/gdkfont.c (gdk_font_hash_insert): Add
15853           name => font and name => fontset hashes. The 
15854           name => fontset hash is a _big_ win since we
15855           weren't previously caching fontsets at all and loading
15856           fontsets is expensive. The name => font hash
15857           is less of a win, but it does save us from doing
15858           repeated XQueryFont calls on the same font.
15859
15860         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
15861           list so we can remove font/fontset from hash.
15862
15863 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15864
15865         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
15866           and slightly confusing test. [ XInternAtom (,,TRUE)
15867           will never return None ].
15868
15869 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
15870
15871         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
15872           gdk/gdkwindow.c (gdk_window_set_hints):
15873
15874         Don't omit setting the properties if flags == 0 -
15875         there may be an existing set of properties there
15876         already. (Very old bug. Would it be better to
15877         delete the property instead?)
15878
15879         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
15880           spelling error in comment.
15881
15882 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
15883
15884         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
15885           to avoid stomping over gdk_error_warnings.
15886
15887         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
15888           as (bits_per_pixel + 7) / 8. This gives the same
15889           result as before for multiples of 8, but actually
15890           a "reasonable" value for 1bit or 4bit displays.
15891
15892 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15893
15894         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
15895         GNU Make.
15896
15897 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
15898
15899         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
15900         discarding configure events.
15901
15902 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
15903
15904         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
15905         refcount is greater than zero.
15906
15907         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
15908
15909         * gdk/gdkfont.c (gdk_font_unref): Likewise.
15910
15911         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
15912
15913         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
15914
15915 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
15916
15917         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
15918         that format 32 => sizeof(item) == 4. It really is
15919         sizeof(long).
15920
15921 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
15922
15923         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
15924         core dump at all on X IO errors, only core dump
15925         if --enable-debug for X errors.
15926
15927 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
15928
15929         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
15930         unknown window:" message. disabled ConfigureNotify discarding code,
15931         because it led to events being processed out of order.
15932
15933 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
15934
15935         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
15936
15937         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
15938         we export this function, supress error warnings and don't reset the
15939         error code in the first half of this function.
15940
15941         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
15942         code (instead of just -1) so gdk_error_trap_pop() reveals something
15943         actually informative about the error that happened.
15944
15945         * gdk/*.c:
15946         don't rely on gdk_error_code being -1 if an error occoured, but just
15947         gdk_error_code != 0.
15948
15949 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
15950
15951         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
15952         pointer *before* invoking the filter function, so we at least don't
15953         crash if a filter is removed that is currently executed. window filters
15954         *really* need to be made truely reentrant at some point.
15955
15956 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
15957
15958         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
15959         PropertyNotify debug messages.
15960
15961 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
15962         
15963         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
15964         
15965         * gdk/gdkim.c: Fix cut-and-paste errors for 
15966         x/y and PreeditAttributes/StatusAttributes.
15967
15968 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15969
15970         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
15971         G_MAXINT to 2^16 to alleviate overflow problems in
15972         various window managers.
15973
15974 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
15975
15976         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
15977         for fontsets.
15978
15979 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
15980
15981         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
15982         Initialize size_hints.x and size_hints.y because kwm
15983         brokenly pays attention to them.
15984         (Bug #1181 -  Lars Heete <hel@admin.de>)
15985
15986 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
15987
15988         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
15989         return value of gdk_list_visuals(). 
15990         (Bug #1193 - Morten Welinder <terra@diku.dk>)
15991
15992 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
15993
15994         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
15995         XSetIMValues to (void *) when comparing to NULL, to workaround
15996         the problem of some compilers barfing since older X headers don't
15997         have the prototype for it.
15998
15999 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
16000
16001         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
16002         for pseudocolor where colormap->colors was double
16003         allocated.
16004
16005         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
16006         color value in the hash table with the pixel filled
16007         in so when we do later hash table lookups, the color
16008         value is correct.
16009         
16010 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
16011
16012         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
16013         making the call
16014
16015 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
16016
16017         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
16018         pointed out by Morten Welinder <terra@diku.dk>.
16019
16020 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16021
16022         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16023           default filter from the list
16024
16025 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16026
16027         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16028           default filter from the list
16029
16030 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
16031
16032         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
16033
16034         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
16035         g_strdup_printf instead of calcing the length separately
16036
16037 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
16038
16039         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
16040         that we don't do in many other places. (Fixing duplicate 
16041         #include of config.h)
16042
16043         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
16044         Otherwise, #ifndef XINPUT_NONE check in the latter
16045         doesn't work. (Bug #546)
16046
16047 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
16048
16049         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
16050         "None" case insensitive.
16051
16052 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
16053
16054         * gdk/gdkselection.c: 
16055         Add error traps so if the other end of the connection
16056         dies, we survive.
16057
16058 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
16059
16060         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
16061         dest_xid field into two fields - one for the window
16062         to send in messages, one to indicate the last looked
16063         up window for caching purposes. This is needed, so
16064         that Leave messages get the correct window.
16065
16066 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
16067
16068         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
16069         Fix warning created by people mucking around
16070         with the gsource API.
16071
16072         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
16073         Change mapping between GIOCondition and GdkInputCondition
16074         to match the way the Linux kernel does it. This should
16075         fix problems where closed pipes were no longer signalling
16076         GDK_INPUT_READ on systems with a native poll().
16077
16078 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
16079
16080         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
16081         explicitly for the string "None" - it is in the XPM
16082         spec and some servers treat unknown colors in odd ways
16083         (like asking the user!)
16084
16085 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
16086
16087         * gdk/gdkevents.c: made "->" into a "." of previous change so
16088         it compiles
16089
16090 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
16091
16092         * gdk/gdkevents.c (gdk_compress_exposures): Set the
16093         window field of the event structure before calling
16094         user filters.
16095
16096 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16097
16098         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
16099         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
16100
16101 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
16102
16103         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
16104         intermediate text property - prevents major memory
16105         leak when gdk_use_mb.
16106         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
16107
16108 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
16109
16110         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
16111         gtk-a-higuti-990322-[0-3]
16112
16113         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
16114         sizeof(wchar_t) != sizeof (GdkWChar)
16115
16116         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
16117         that was causing -DX_LOCALE not to work.
16118
16119         * gtk/gtkrc.c (gtk_rc_init):
16120         X_LOCALE will never have LC_MESSAGES defined
16121
16122         * gdk/gdk.c (gdk_init_check):
16123         Remove --xim-preedit and --xim-status from argv properly.
16124
16125         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
16126         that the client window is present on the X server
16127         before we pass it to the input method.
16128
16129 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
16130
16131         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
16132         if --display is specified on the command line, than
16133         the drag window will not be created on that display.
16134         
16135 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
16136
16137         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
16138         lookups with only_if_exists == TRUE were inserting
16139         bogus values into the atom cache.
16140
16141 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
16142
16143         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
16144         then reset it to NULL.
16145
16146         * gdk/gdkcolor.c:
16147         (gdk_colors_free): 
16148         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
16149         key for g_hash_table_remove() in both functions, this prevents us
16150         from accessing possibly uninitialized portions of a GdkColor structure
16151         where we are only interested in its pixel value.
16152
16153 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16154
16155         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16156         font hash table, if we have a GdkFontPrivate entry for this font
16157         already, simply increment its reference count, provided by Olaf Dietsche
16158         <olaf.dietsche+list.gtk@netcologne.de>.
16159
16160 1999-09-21  Tor Lillqvist  <tml@iki.fi>
16161
16162         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
16163         just to be sure.
16164
16165         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
16166         unused variables, leftovers from the X11 version.
16167
16168         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
16169
16170         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
16171         downcase fields on X11.
16172
16173 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
16174         
16175         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
16176         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
16177
16178 1999-09-17  Tor Lillqvist  <tml@iki.fi>
16179
16180         * gdk/win32/gdk.def: Add gdk_threads_mutex.
16181
16182         * gtk/makefile.msc: Correct path to libintl.
16183
16184         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
16185         use of gint vs. int, and gint vs. gboolean in headers and
16186         definitions. Use GtkType for the *_get_type functions. Note that
16187         these changes preserve binary compatibility.
16188
16189         * gdk/gdk.c
16190         * gdk/win32/gdk.c
16191         * gdk/gdk.h: Fix inconsistencies: gint vs int.
16192
16193         * gtk/gtkmain.c
16194         * gtk/gtkclist.c
16195         * gtk/gtkmenufactory.c
16196         * gtk/gtknotebook.c
16197         * gtk/gtkwidget.c: Fix inconsistencies, also gint
16198         vs. gboolean.
16199
16200         * gtk/gtkcolorsel.[ch]
16201         * gtk/gtkcombo.[ch]
16202         * gtk/gtkdrawingarea.[ch]
16203         * gtk/gtkgamma.[ch]
16204         * gtk/gtkhandlebox.[ch]
16205         * gtk/gtkhpaned.[ch]
16206         * gtk/gtkhruler.[ch]
16207         * gtk/gtkplug.[ch]
16208         * gtk/gtkpreview.[ch]
16209         * gtk/gtkruler.[ch]
16210         * gtk/gtksocket.[ch]
16211         * gtk/gtkstatusbar.[ch]
16212         * gtk/gtktoolbar.[ch]
16213         * gtk/gtkvbbox.[ch]
16214         * gtk/gtkvpaned.[ch]
16215         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
16216         functions.
16217
16218         * gtk/gtkgamma.h: Fix bug, missing () in call of
16219         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
16220
16221 1999-09-14  Tor Lillqvist  <tml@iki.fi>
16222
16223         * gdk/gdkcolor.c (gdk_colormap_new)
16224         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
16225         colormap->colors was allocated twice.
16226
16227         * gdk/win32/gdk.c: Remove some unused stuff.
16228
16229         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
16230         colormap.
16231
16232         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
16233         * gtk/gtklabel.h (gtk_label_get_type)
16234         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
16235         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
16236         in a couple of places, not guint.
16237
16238 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16239
16240         * configure.in,po/et.po: added Estonian language file
16241
16242 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16243
16244         * configure.in,po/da.po: added Danish file
16245
16246 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
16247
16248         * docs/gtkfaq.sgml: Minor FAQ Update
16249
16250 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
16251
16252         * docs/gtkfaq.sgml: FAQ update
16253
16254 1999-08-27  Tor Lillqvist  <tml@iki.fi>
16255
16256         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
16257         way to get window contents continually refreshed while resizing. I
16258         didn't like the effects myself, so it's not on by default.
16259
16260         * gdk/win32/gdkprivate.h: New flag variable
16261         gdk_event_func_from_window_proc, FALSE by default.
16262
16263         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
16264         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
16265         are passed --gdk-event-func-from-window-proc.
16266
16267         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
16268         and we have am event_func, call it instead of enqueing the event.
16269
16270 1999-08-23  Tor Lillqvist  <tml@iki.fi>
16271
16272         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
16273         Kelley: Set expose_count in GdkEventExposes correctly.
16274
16275         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
16276         MULTIPLE_WINDOW_CLASSES).
16277
16278         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
16279         for bug in NT, apparently NT *does* draw the end pixel, too, in
16280         LineTo with a one-pixel pen, so we don't have to do it ourselves.
16281
16282 1999-08-21  Tor Lillqvist  <tml@iki.fi>
16283
16284         Improvements by Hans Breuer: 
16285
16286         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
16287
16288         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
16289         CS_?REDRAW flags as they cause lots of (late) redraws when "show
16290         window contents while dragging" is turned on. Allocate at least
16291         one unique class for every GdkWindowType. If support for single
16292         window-specific icons is ever needed (eg. Dialog specific), every
16293         such window should get its own class.
16294
16295 1999-08-19  Tor Lillqvist  <tml@iki.fi>
16296
16297         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
16298         error that caused crashes.
16299
16300 1999-08-17  Tor Lillqvist  <tml@iki.fi>
16301
16302         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
16303         window, use ScrollWindowEx, and call UpdateWindow. This prevents
16304         bugs when for instance part of the window was outside the
16305         display. Thanks to Philippe Colantoni for finding and fixing this.
16306
16307 1999-08-16  Tor Lillqvist  <tml@iki.fi>
16308
16309         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
16310         endpoint calculations which were totally wrong. (A little RTFMing
16311         helps a lot ;-)
16312
16313         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
16314         from a separate directory, not from gettext, because of licensing
16315         issues (we want to use the LGPL version).
16316
16317         * README.win32: Mention the intl from glibc vs from gettext issue.
16318
16319 1999-08-13  Tor Lillqvist  <tml@iki.fi>
16320
16321         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
16322         in the key event handling: Now AltGr chars work again. Also,
16323         now Alt-digits are passed up as well as Control-digits.
16324         Pass keypad plus and minus as normal plus and minus.
16325
16326 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
16327
16328         * docs/gtkfaq.sgml: FAQ Update
16329
16330 1999-07-25  Tor Lillqvist  <tml@iki.fi>
16331
16332         * README.win32
16333         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
16334         the Wintab SDK.
16335
16336         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
16337         OK, but getting closer. Guard against bogus tilt data from Wacom
16338         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
16339         enable easier building without Wintab.
16340
16341         * gdk/win32/gdkinput.h
16342         * gdk/win32/gdkevents.c 
16343         * gdk/win32/gdkwindow.c: Minor changes related related to above.
16344         
16345         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
16346         code. As we have just one visual on Win32, no sense to have it in a
16347         table, and no need for the hash table.
16348
16349         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
16350         better on white background.
16351
16352 1999-07-21  Tor Lillqvist  <tml@iki.fi>
16353
16354         * README.win32: Update gcc build instructions. Mention gettext is
16355         GPL.
16356
16357         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
16358         supported cursor size with GetSystemMetrics.
16359
16360         * gdk/win32/gdkfont.c
16361         * gtk/gtkfontsel.c: Guard against some font weight and charset
16362         symbols being undefined (in mingw32 headers).
16363
16364         * gdk/win32/makefile.cygwin
16365         * gtk/makefile.cygwin
16366         * gtk/gtkthemes.c: No longer need to have differently named
16367         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
16368
16369 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
16370
16371         * docs/gtkfaq.sgml: Long awaited FAQ update.
16372
16373 1999-07-15  Tor Lillqvist  <tml@iki.fi>
16374
16375         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
16376         it. Obscure bit manipulation needed.
16377
16378         * gdk/win32/gdkevents.c: Logging.
16379         
16380         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
16381         style (file name include compiler name) for theme engines.
16382
16383 1999-07-13  Tor Lillqvist  <tml@iki.fi>
16384
16385         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
16386
16387         * gdk/win32/gdkevents.c: Fix long-standing bug in key
16388         events. The key.string wasn't zero-terminated, still we strdup'ed
16389         it in gdk_event_copy(). Synthesize crossing events for button
16390         events before possible propagation.
16391
16392         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
16393
16394         * gdk/win32/makefile.cygwin
16395         * gtk/makefile.cygwin: Use new DLL naming style for the
16396         GCC-compiled ones.
16397
16398         * gdk/win32/makefile.msc
16399         * gtk/makefile.msc: Cosmetics mostly.
16400
16401         * gtk/gtk.def: Add missing entry points.
16402
16403         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
16404
16405 1999-07-09  Tor Lillqvist  <tml@iki.fi>
16406
16407         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
16408         or height is zero. Don't print a warning if Pie or Arc fails, they
16409         always fail (?) for very narrow ellipses.
16410
16411         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
16412         the part or the destination window corresponding to source area
16413         outside of the source drawable's boundary.
16414
16415         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
16416         anything if less than two points.
16417
16418         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
16419         return NULL. Gtk cut-and-paste inside a single program works
16420         better this way. (It always gets the clipboard contents from
16421         Windows, not from its own copy, which is cleared anyway. I can't
16422         say I fully understand what happens... Emulating the X selection
16423         and property stuff is a bit of a mess.)
16424
16425         * gdk/win32/gdkevents.c
16426         * gdk/win32/gdkproperty.c: A bit more verbose logging.
16427
16428         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
16429         that never got deleted). Revamp gdk_region_shrink.
16430
16431         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
16432         after use.
16433
16434         * gtk/gtk.def: Add some missing entry points.
16435
16436         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
16437         component.
16438
16439 1999-07-04  Tor Lillqvist  <tml@iki.fi>
16440
16441         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
16442         Control-digits specially.
16443
16444 1999-07-03  Tor Lillqvist  <tml@iki.fi>
16445
16446         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
16447
16448 1999-06-28  Tor Lillqvist  <tml@iki.fi>
16449
16450         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
16451         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
16452         finding this.)
16453
16454 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
16455
16456         * gtk+.spec.in: Corrected some typos in files section.
16457         
16458 1999-06-15  Tor Lillqvist  <tml@iki.fi>
16459
16460         * README.win32: Mention using GNU gettext.
16461         * config.h.win32: Enable NLS stuff.
16462         * gtk/makefile.msc: Use GNU gettext.
16463         * gdk/win32/gdkdnd.c: Minor header reorg.
16464         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
16465         cosmetics.
16466         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
16467         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
16468
16469 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
16470
16471         * acinclude.m4
16472         * config.guess
16473         * config.status
16474         * ltconfig
16475         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
16476
16477 1999-05-30  Tor Lillqvist  <tml@iki.fi>
16478
16479         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
16480         SafeAdjustWindowRectEx. Don't override all calls to
16481         AdjustWindowRectEx by it, but use it only in two places: When
16482         creating a new top-level window and when moving a top-level
16483         window.
16484
16485         Use screen coordinate rectangle, not client rectangle, in
16486         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
16487         when we try to place a window so that the decoration (mainly,
16488         title bar) isn't visible.
16489
16490         These changes fix the bug that showed up for instance as the
16491         GIMP's saved top-level windows moving right and down (by an amount
16492         equal to the window decoration) for each session. This bug showed
16493         up also in testgtk's "Saved Position".
16494
16495         gdk_window_resize also redone a bit.
16496
16497 1999-05-25  Tor Lillqvist  <tml@iki.fi>
16498
16499         * gtk/testgtkrc: Add (commented out) Windows-style theme
16500         include line.
16501
16502         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
16503
16504 1999-05-18  Tor Lillqvist  <tml@iki.fi>
16505
16506         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
16507         gdkx.h to a gdk subdirectory, so that applications can include
16508         these with <gdk/*.h> without trouble.
16509
16510         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
16511         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
16512         have their bitmap destroyed.
16513
16514         * gdk/win32/gdk.def: Add gdk_root_parent.
16515
16516 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
16517
16518         * configure.in
16519           gtk-config.in
16520           ltconfig
16521           ltmain.sh     
16522           gtk/Makefile.am: changes to compile nicely (with xlib) 
16523           on BeOS
16524
16525 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
16526
16527         * acinclude.m4
16528         * config.guess
16529         * config.sub
16530         * ltconfig
16531         * ltmain.sh: upgrade to libtool 1.3
16532
16533 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
16534
16535         * gtk/gtkclist.c:
16536         * gtk/gtkctree.c: merges from gtk-1-2
16537
16538 1999-04-25  Tor Lillqvist  <tml@iki.fi>
16539
16540         Support added for building using a GNU toolchain on Win32,
16541         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
16542
16543         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
16544         * config.h.win32: Changes for gcc.
16545         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
16546         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
16547         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
16548         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
16549         Protect shl stuff unavaiilable with mingw32 headers.
16550         * gdk/win32/gdkevents.c: Fix typo.
16551         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
16552         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
16553         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
16554         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
16555         the mingw32 headers.
16556         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
16557         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
16558         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
16559         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
16560         Test for NATIVE_WIN32, not _MSC_VER.
16561         * gtk/gtkmain.c: No use warning about developer version on Win32,
16562         there aren't any non-developer versions anyhow.
16563         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
16564         * gtk/makefile.msc: Use pthread from another directory. Minor other
16565         changes. 
16566
16567 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16568
16569         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16570           default filter from the list
16571
16572 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
16573
16574         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
16575          when gtk_widget_grab_default() is called for a widget that
16576          is not within a GtkWindow.
16577
16578 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
16579
16580         * docs/gtk_tut.sgml, examples/clist.c: use a
16581           scrolled window in the clist example. Minor
16582           tutorial fixes.
16583
16584 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
16585
16586         * docs/gtk_tut.sgml: Style check from David King
16587           <dking@youvegotmail.net>
16588
16589 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
16590
16591         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
16592         compile with unknown value of GDK_WINDOWING
16593
16594 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
16595
16596         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
16597         after the rule is fired.
16598         (install-exec-local): Install gdkconfig.h only if the contents are
16599         different from the currently installed gdkconfig.h.
16600
16601 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
16602
16603         * gdk/Makefile.am (configexecincludedir): Rename from 
16604         configincludedir so that gdkconfig.h will be installed 
16605         as part of `make install-exec'. 
16606
16607 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
16608
16609         * acinclude.m4
16610         * config.guess
16611         * config.sub
16612         * ltconfig
16613         * ltmain.sh: upgrade to libtool 1.2f
16614
16615         * autogen.sh: libtool is not required to autogen gtk+
16616
16617         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
16618         needed)
16619
16620 1999-03-18  Tor Lillqvist  <tml@iki.fi>
16621
16622         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
16623         declaring gdk variables exported/imported from the DLL. New image
16624         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
16625         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
16626         GDK_DRAG_PROTO_OLE2.
16627
16628         * gdk/gdk.h: Merge in Win32 version: Two new functions,
16629         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
16630         declared only for the Win32 version, but could be in the X11
16631         version as well. (Needed for a Xlib-less gdk_imlib.)
16632         gdk_color_hash should have only one parameter. Declare
16633         gdk_threads_mutex with GDKVAR.
16634         
16635         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
16636         just one parameter.
16637
16638         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
16639         per pixel, not bits.
16640
16641         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
16642         Fetch bpp (which means bits-per-pixel here) from another place on
16643         Win32. Accept also depth==32 (which we might get on Win32) with
16644         bpp==32.
16645
16646         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
16647         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
16648         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
16649         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
16650         in the backend-dependent directory, not in the common gdk
16651         directory.
16652
16653         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
16654         headers.
16655
16656 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
16657
16658         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
16659         want to use the Gtk+ devel version (which is true, and yes - even i am
16660         currently working with the 1.2.x branch). so everyone reading this, you
16661         probably want to issue
16662         cvs checkout -r glib-1-2 glib
16663         and
16664         cvs checkout -r gtk-1-2 gtk+
16665         as your next two comands.
16666
16667 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
16668
16669         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
16670         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
16671
16672         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
16673         file. strongly deprecated the GTK_HAVE_* macros, we provide
16674         GTK_CHECK_VERSION() for people that need to check for certain
16675         Gtk+ versions.
16676
16677         * gtk/gtkcompat.h: removed this from CVS.
16678         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
16679         idea right from the start, it just didn't seem like that back then.
16680
16681 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
16682
16683         * merges from gtk-1-2:
16684
16685 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
16686
16687         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
16688         item factory class has been created.
16689         (gtk_item_factory_parse_rc): likewise.
16690
16691         * gtk/gtkmenu.c:
16692         keep proper references for old_active_menu_item.
16693         (gtk_menu_reparent): unset the usize of the new parent,
16694         so the menu can sanely be size requested and we don't get nasty screen
16695         artefacts upon next reparentation.
16696         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
16697         enter notify. only synthesize enter notifies if the pointer really is
16698         inside the event window.
16699         (gtk_menu_popdown): use gtk_menu_shell_deselect().
16700         (gtk_menu_popup): move the background setting stuff into
16701         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
16702
16703         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
16704         gtk_menu_shell_select_item() to select the new item.
16705         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
16706         do the right thing for deselection as well.
16707
16708 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
16709
16710         * gtk/gtkwidget.[hc]:
16711         (gtk_widget_accelerators_locked): return whether a widget's accelerators
16712         are locked.
16713
16714         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
16715         existing accelerators if the widget's accelerators are locked.
16716
16717 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
16718
16719         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
16720
16721         * gtk/gtkmenu.c: truely forward key press and key release events to
16722         the menu widget from the toplevel or tearoff window. we can't simply
16723         connect to that, we need to stop further processing of the events as
16724         well.
16725
16726 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
16727
16728         * gtk/gtkmenu.c:
16729         (gtk_menu_key_press): pass event->keyval, event->state to
16730         gtk_accelerator_valid, instead of event->keyval twice.
16731         refuse to install single letter accelerators for menus that use
16732         single letter shortcuts.
16733
16734         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
16735         gtk_menu_ensure_uline_accel_group().
16736
16737         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
16738         which will always return an uline accel group, made
16739         gtk_menu_get_uline_accel_group() return NULL if the group isn't
16740         yet created.
16741
16742 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
16743
16744         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
16745
16746         * gtk/gtkclist.c (gtk_clist_column_title_passive):
16747         Leave button sensitive, trap  button_press, button_release,
16748         motion_notify, enter_notify and leave_notify events instead.
16749         (gtk_clist_column_title_active): disconnect event handler.
16750         (gtk_clist_drag_data_get): fixed memory leak. Reported by
16751         Guillaume Laurent <glaurent@worldnet.fr>
16752
16753 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
16754
16755         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
16756         width/height mixups.
16757
16758         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
16759         if needed.
16760
16761 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
16762
16763         * gtk/testgtk.c (create_item_factory): unref the item factory after
16764         window's destruction.
16765
16766         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
16767         count on the menu shell around the menu item's activation, since the
16768         signal emission may cause menu shell destruction.
16769
16770         * gtk/gtkitemfactory.c:
16771         the previous code leaked one accel group per menu. we use
16772         gtk_menu_get_uline_accel_group() now to fix that, and with that
16773         also create the underline accelerator group of the menus only if
16774         required (i.e. an underline accelerator has been specified).
16775         (gtk_item_factory_construct):
16776         (gtk_item_factory_create_item): removed code that would create an
16777         extra accel group for the menu (and leak references).
16778         (gtk_item_factory_create_item): adapted the underline accelerator
16779         installation code to properly feature gtk_menu_get_uline_accel_group().
16780
16781         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
16782         menu->accel_group, this may return NULL if the accelerator group
16783         hasn't been set yet.
16784         added gtk_menu_get_uline_accel_group() to retrive the underline
16785         accelerator group of the menu, this will be created on demand
16786         and proper care is taken about its reference count.
16787
16788         * gtk/gtkitemfactory.h:
16789         * gtk/gtkitemfactory.c:
16790         dumped the approach of keeping a widgets by action list on the
16791         factory since the factory<->widget destroy negotiation didn't work
16792         and would be hard to get going at all. instead we keep a list of
16793         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
16794         persistant throughout a program's life time).
16795         also, i removed the static const gchar *key_* variables, and made
16796         them inline strings (they weren't actually used anyways).
16797         (gtk_item_factory_add_item): update ifactory->items.
16798         (gtk_item_factory_destroy): destroy ifactory->items (and remove
16799         the item factory pointer from the remaining ifactory widgets).
16800         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
16801         list to find the widget.
16802         (gtk_item_factory_get_item): new function that works around
16803         gtk_item_factory_get_widget() limitations, this function will only
16804         return menu items, even for <Branch> entries.
16805
16806 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16807
16808         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16809         font hash table, if we have a GdkFontPrivate entry for this font
16810         already, simply increment its reference count, provided by Olaf Dietsche
16811         <olaf.dietsche+list.gtk@netcologne.de>.
16812
16813         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16814         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16815
16816 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
16817
16818         * gtk/gtkcontainer.c:
16819         (gtk_container_add_with_args):
16820         (gtk_container_addv):
16821         (gtk_container_add): before adding a child to a conatiner, make sure
16822         it is (default) constructed, this is neccessary because under certain
16823         circumstances the child will get relized and mapped immediatedly, in
16824         which case it has to be constructed already.
16825
16826 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
16827
16828         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
16829         values > 1 as TRUE also.
16830
16831 1999-03-16  Tor Lillqvist  <tml@iki.fi>
16832
16833         * README.win32: New file.
16834                 
16835         * configure.in: Check for lstat.
16836
16837         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
16838         completeness.
16839
16840         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
16841
16842         * gtk/gtk.def: Removed CRs.
16843
16844         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
16845         ..\gdk\win32).
16846
16847         * gdk/win32/makefile.msc: Correct upwards relative paths.
16848         
16849 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
16850
16851         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
16852           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
16853           it was connecting a void function to expose_event and the int
16854           returning function to the draw signal
16855
16856 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
16857
16858         * configure.in:
16859         Use correct path to libgmodule.la when ref'ing uninstalled copy
16860         of glib.  (Already in stable branch, Bug #417)
16861
16862 1999-03-15  Tor Lillqvist  <tml@iki.fi>
16863
16864         Win32 merge and general portability stuff:
16865                 
16866         * acconfig.h,configure.in: Check for <sys/time.h>.
16867
16868         * gdk/win32: New directory (actually, been there for a while).
16869         
16870         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
16871         NATIVE_WIN32, and use these. Always case fold on Win32. No
16872         backslashed escapes on native Win32.
16873
16874         * gtk/{gtk.def,makefile.msc}: New files.
16875
16876         * gtk/Makefile.am: Add above new files.
16877         
16878         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
16879         instead of <strings.h>.
16880
16881         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
16882         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
16883         <unistd.h> appropriately.
16884
16885         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
16886         Use ABS() (from <glib.h>) instead of abs().
16887         
16888         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
16889         of gtk (and thus glib) headers, so that WIN32 will be
16890         defined. With MS C, include <direct.h> for mkdir prototype.
16891
16892         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
16893         some casts, needed by MS C.
16894
16895         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
16896         implemented).
16897
16898         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
16899         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
16900         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
16901
16902         * gtk/gtkmain.h: Mark variables for export/import on Win32.
16903                 
16904         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
16905         the event is not a hint, or its window is not the slider. Needed
16906         on Win32, at least.
16907
16908         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
16909         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
16910         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
16911         a subdirectory of the Windows directory as gtk system
16912         configuration directory.
16913
16914         * gtk/gtkselection.c: No chunks on Win32.
16915
16916         * gtk/gtksocket.c: Not implemented on Win32.
16917
16918         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
16919
16920         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
16921
16922         * gtk/maketypes.awk: Declare variables with a macro that expands to
16923         necessary export/import magic in the case of Win32.
16924                 
16925         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
16926
16927 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
16928
16929         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
16930         since those were meant only for gdki18n.h.  
16931         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
16932         for widechar tests.
16933         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
16934
16935 1999-03-13  Tor Lillqvist  <tml@iki.fi>
16936
16937         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
16938         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
16939
16940         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
16941         installed) to CFLAGS.
16942
16943         * gdk/Makefile.am: Add rules for gdkconfig.h.
16944
16945         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
16946         APIs.
16947
16948         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
16949         gdkx.h anyway when compiling for X11.
16950         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
16951         general): Merge in Win32 version.
16952         
16953         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
16954         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
16955         expansion (if we don't have HAVE_PWD_H), allow for drive
16956         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
16957         included code from Craig Setera's port to Win32 (the one that uses
16958         X11, and the cygwin dll), even if it probably will be abandoned.
16959
16960         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
16961         the user entered one herself.  This way one can complete *.h and
16962         don't get matches on any .help files, for instance.
16963         
16964 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16965
16966         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16967         font hash table, if we have a GdkFontPrivate entry for this font
16968         already, simply increment its reference count, provided by Olaf Dietsche
16969         <olaf.dietsche+list.gtk@netcologne.de>.
16970
16971         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16972         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16973
16974 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16975
16976         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
16977         the number of calls to gdk_draw_point() (and thus to X) by
16978         clipping the points by hand.
16979
16980         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
16981         the clip parameter.
16982         (gtk_handle_box_paint): Only paint the handle if the expose area
16983         intersects it.
16984
16985 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16986
16987         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
16988
16989 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
16990
16991         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
16992         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
16993
16994 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16995
16996         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
16997          textmode (O_TEXT) for OS/2 version.
16998
16999 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
17000
17001         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
17002         GtkSpinButton, "input" and "output", to make the output more flexible.
17003         The user has to provide a mapping between adjustment->value and the
17004         output string (and vice versa, if the spin button is editable). 
17005         See testgtk for examples.
17006
17007 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
17008
17009         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
17010         new one.
17011         
17012         * configure.in: set gtk+ version to 1.3.0.