]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
fix glib-mkenums and glib-genmarshal again
[~andy/gtk] / ChangeLog.pre-2-10
1 2001-06-07  Havoc Pennington  <hp@redhat.com>
2
3         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
4
5 2001-06-07  Havoc Pennington  <hp@redhat.com>
6         
7         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
8         (not tested yet because with absolute path to srcdir I can't build
9         atk, but it was broken anyway so this may help) 
10
11 2001-06-07  Havoc Pennington  <hp@redhat.com>
12
13         * configure.in: output m4macros/Makefile
14         
15 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
16
17         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
18         buttons.  Fixes #55460 reported by matthiasc@poet.de.
19
20 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
21
22         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
23         expansion/collapsing so it only happens in one place.
24         (gtk_tree_view_real_expand_row): ditto.
25
26 2001-06-07  Havoc Pennington  <hp@redhat.com>
27
28         * tests/Makefile.am: add missing -I flag
29
30         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
31
32         * configure.in: use pkg-config to see if GModule is
33         supported; fix to properly turn on included loaders 
34         when GModule isn't supported; don't use AC_CHECK_LIB 
35         when libs are not installed yet
36
37         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
38
39         * Makefile.am (SUBDIRS): add m4macros subdir
40
41         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
42         dependencies also.
43
44 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
45
46         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
47         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
48
49 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
50
51         * gtk/gtktreeview.c
52         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
53         bindings to expand and collapse rows.
54         (gtk_tree_view_real_select_cursor_parent): New key binding.
55         (gtk_tree_view_real_toggle_cursor_row): New key binding.
56
57         * gtk/gtkmarshal.list: new
58         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
59
60 2001-06-06  Havoc Pennington  <hp@redhat.com>
61
62         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
63
64         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
65         Down to move visually rather than logically, since it confuses 
66         people. Add -/+ and Ctrl--/+ bindings for logical movement.
67
68 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
69
70         * gtk/gtktooltips.h: Include gtkwidget.h 
71         (#55798, Karl Nelson)
72
73         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
74         a valid latin-1 character. (Marc Lehmann, #35467)
75
76         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
77         (Marc Lehmann, #35467)
78         
79 2001-06-05  Alex Larsson  <alexl@redhat.com>
80
81         * demos/gtk-demo/appwindow.c (do_appwindow):
82         Don't swap the order of the args to gtk_widget_destroyed.
83
84         * tests/testgtk.c (destroy_properties):
85         Don't crash when the properties window is destroyed.
86
87         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
88         Use with_mnemonics to handle the case of stock items with
89         underscores in them.
90
91 2001-06-05  Havoc Pennington  <hp@redhat.com>
92
93         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
94         gtk_text_iter_reorder
95
96 2001-06-05  Havoc Pennington  <hp@redhat.com>
97
98         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
99
100 2001-06-05  Havoc Pennington  <hp@redhat.com>
101
102         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
103         to the range that was set
104
105         * gtk/gtkrange.c: add value_changed signal, primarily 
106         intended for use with GtkScale
107         (gtk_range_set_increments): new function
108         (gtk_range_set_range): new function with weird name
109         (gtk_range_set_value): new function
110         (gtk_range_get_value): new function
111
112         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
113         from gtk_spin_button_get_value_as_float(). Compat #define
114         added for get_value_as_float.
115
116         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
117
118         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
119
120 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
121
122         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
123
124 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
125
126         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
127
128         * tests/testgtk.c (create_tooltips): Remove usage of
129         gtk_widget_set().
130
131 2001-06-05  Havoc Pennington  <hp@redhat.com>
132
133         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
134
135         Applying patch from Jeff Franks, with function docs added.
136         
137         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
138         remove call to set_mnemonic_widget, change docs a bit.  
139
140         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
141         new function
142
143         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
144         new function
145
146         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
147
148         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
149         function
150         (gtk_radio_button_new_with_mnemonic_from_widget): new function
151
152         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
153         new function
154
155         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
156         function        
157
158         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
159         auto-selection of mnemonic widget.
160
161 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
162
163         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
164         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
165         (gtk_tree_view_column_set_min_width): ditto.
166
167 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
168
169         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
170         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
171
172 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
173
174         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
175         gtk_clist_thaw().
176
177 2001-06-04  Havoc Pennington  <hp@pobox.com>
178
179         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
180         releases for buttons 6, 7
181
182 2001-06-04  Havoc Pennington  <hp@redhat.com>
183
184         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
185         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
186         #55562
187
188 2001-06-04  Havoc Pennington  <hp@redhat.com>
189
190         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
191         where text_view->layout == NULL by assuming its size is 0, 
192         i.e. same as if we haven't done any reflow. Reported by 
193         Hidetoshi Tajima #55448 
194
195 2001-06-04  Havoc Pennington  <hp@redhat.com>
196
197         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
198         and 7 for scroll left/right, from Thomas Broyer
199
200 2001-05-10  Havoc Pennington  <hp@redhat.com>
201
202         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
203         we need to parse the xsetting as if it were an RC file string.
204
205         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
206         value of palette from settings, not from static variable
207
208         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
209         xsettings translation table
210
211         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
212         hardcoding the toolbar style conflicts with new customizable 
213         toolbar style philosophy
214         (gtk_toolbar_class_init): add settings for default toolbar style;
215         these are used unless the app specifically forces a toolbar style
216
217         * gtk/gtksettings.c (settings_install_property_parser): only
218         return at the start if we warn and parser == NULL
219
220         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
221         palette changed handler so we don't notify dead color selections
222
223         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
224         xthickness/ythickness of 0 or 1 properly 
225         (gtk_default_draw_resize_grip): clear the background behind the
226         resize grips, and align to bottom right if we square the 
227         area to be drawn.
228
229         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
230         statusbar label to 1, so it doesn't make toplevels resize oddly
231         (gtk_statusbar_size_request): add grip size to request
232         (gtk_statusbar_size_allocate): hack so the hbox still works with 
233         the grip size in the request
234
235         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
236         bug where showing all on a toplevel makes the toolbar 
237         button text appear despite the toolbar mode
238
239         * gtk/gtkmenubar.c: add internal padding style property
240
241         * gtk/gtktoolbar.c: Add internal padding style property; add
242         shadow type style property
243
244         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
245         state; and put Container::border_width outside the frame
246
247         * gtk/gtktextview.c: don't draw focus rectangle if we're in
248         interior focus mode, we just use blinking cursor
249
250 2001-06-04  Havoc Pennington  <hp@redhat.com>
251
252         * configure.in: Make gdk-pixbuf have same version number as GTK
253
254 2001-06-04  Havoc Pennington  <hp@redhat.com>
255
256         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
257         digits greater than 6. If there actually are limits (which there
258         likely aren't), should clamp to them not warn.
259         (gtk_spin_button_new_with_range): don't take log of 0
260         (gtk_spin_button_size_request): use digits to compute size
261         request, rather than step increment.
262
263         * tests/testgtk.c (create_spins): test larger values of digits
264         
265         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
266         font on map not expose, so we don't get weirdness during scrolling
267
268 2001-06-04  Havoc Pennington  <hp@redhat.com>
269
270         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
271         Sam Solon, bug #54577, update value even if not drawable.
272
273 2001-06-04  Havoc Pennington  <hp@redhat.com>
274
275         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
276         SCROLL_LEFT, reported by Thomas Broyer.
277
278 2001-06-04  Havoc Pennington  <hp@redhat.com>
279
280         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
281         Process updates immediately, to prevent funny lag effect
282         when scrolling, at some mild potential efficiency cost.
283
284 2001-06-04  Havoc Pennington  <hp@redhat.com>
285
286         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
287         slider on the click.
288
289 2001-06-03  Havoc Pennington  <hp@pobox.com>
290
291         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
292         hscale/vscale details, so we can use it for scrollbar as well.
293
294         * tests/testgtk.c (reformat_value): honor digits from GtkScale
295
296         * gtk/gtkenums.h (GtkTroughType): Remove this enum
297         (GtkScrollType): add START and END from GtkTroughType
298
299         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
300         its x/y arguments
301
302         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
303         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
304         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
305         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
306         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
307
308         Notable changes in the process:
309          
310         - stepper_size style property is the height for vertical 
311           ranges, width for horizontal; the other dimension matches
312           the trough size
313         - add ability to do NeXT-style steppers (and several other styles
314           that don't make any sense)
315         - added min_slider_length, fixed_slider_length properties to
316           GtkScrollbar
317         - cleaned some private (or at least useless) functions out of
318           gtkscale.h    
319         - moved bindings to GtkScale from subclasses, even arrow keys,
320           since blind users don't know scale orientation.
321         - change move_slider action signal to use new GtkScrollType,
322           remove GtkTroughType argument
323         - digits rounds the values a range will input to the given 
324           number of decimals, but will not try to force adjustment 
325           values set by other controllers. That is, we no longer
326           modify adjustment->value inside a value_changed handler.
327         - added getters for GtkScale setters
328         - middle-click begins a slider drag
329         
330 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
331
332         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
333         getting the focus code to work.
334         (gtk_tree_view_class_init): Add a bunch of keybindings.
335
336         * gtk/gtktreeviewcolumn.c
337         (gtk_tree_view_column_set_cell_data_func):
338         s/GtkCellDataFunc/GtkTreeCellDataFunc.
339         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
340         of "properties_changed" to help justify the death of the latter
341         signal. (-:
342
343         * tests/testtreefocus.c (main): Let some columns be focussable to
344         test focus better.
345
346 2001-06-01  Havoc Pennington  <hp@redhat.com>
347
348         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
349         
350         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
351         overwrite in overwrite mode if we already deleted the selection
352         and replaced it with new text.  
353
354         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
355         selection to an empty range, clear the clipboard if we owned it.
356         (gtk_label_set_selectable): give up selection if we become
357         unselectable.
358         (gtk_label_state_changed): override state changed to unselect text
359         when insensitive
360         (get_text_callback): add paranoia check that indexes aren't
361         outside of label->text
362         (gtk_label_select_region): make -1 for start_offset mean "end of
363         label," for consistency with GtkEditable
364
365         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
366         GTK_DIALOG_NO_SEPARATOR flag
367
368 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
369
370         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
371         notifications on non-existant "enable_arrow_keys".
372         (#53753, Skip Montanaro)
373
374 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
375
376         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
377         GDK_TYPE_RECTANGLE.
378
379         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
380         of allocation argument be GDK_TYPE_RECTANGLE.
381
382 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
383
384         * gtk/gtkoptionmenu.c: Account for the fact that the border
385         width is _outside_ the window. (Fixes #54585, bug found
386         by Bastien Nocera.)
387
388 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
389
390         * gtk/gtksettings.c (gtk_settings_get_property): Validate
391         value from GDK settings against parameter spec.
392
393         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
394         to temporary values and use g_value_transform(), since
395         thinking that GValue was going to be easy or efficient
396         to use was, of course, a mistake.
397
398         * gtk/gtksettings.c: Add cursor blink setting.
399         
400         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
401
402         * gtk/gtkentry.c: Add cursor blinking.
403
404         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
405         cursor blink global settings.
406
407         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
408         for :text_position in places where it is missing.
409
410 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
411
412         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
413
414 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
415
416         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
417         not pkg-config. (#51032)
418
419         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
420         (fixes #51952, James Henstridge)
421         
422 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
423
424         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
425         Rename to the more correct gtk-go-up.
426
427         * gtk/stock-icons/stock_menu_sort_ascending.png:
428         Added new file.
429         
430         * gtk/stock-icons/stock_menu_sort_descending.png:
431         Changed to show descending instead of ascending.
432
433         * gtk/gtkiconfactory.c:
434         Added menu size icon to sort ascending.
435
436         * gtk/stock-icons/Makefile.am:
437         Added stock_menu_sort_ascending.png.
438         
439         * gtk/gtkseparatormenuitem.c:
440         Use correct typenames.
441
442 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
443
444         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
445         gulong as in GSignal.
446
447 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
448
449         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
450         instances of GtkCellRenderer in code (all but dnd icon code).
451         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
452         there, and I can do multiple Cells per column.
453
454         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
455
456         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
457         when model was unreffed prior to removing the row reference.
458
459 2001-05-25  Havoc Pennington  <hp@redhat.com>
460
461         * gtk/gtkiconfactory.c: fix so that default icons are created if 
462         you call gtk_stock_list_ids()
463
464         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
465         in list
466
467 2001-05-25  Havoc Pennington  <hp@redhat.com>
468
469         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
470         set can render without falling back to missing image icon
471
472         * gtk/gtktextview.c (gtk_text_view_size_request): request full
473         size of text, instead of random values
474
475         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
476         size of tree view, instead of random values
477
478         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
479         image in an appropriate size
480
481         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
482         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
483
484         Throughout: fix GTK_STOCK_BUTTON_ instances
485         
486         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
487         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
488         Add a bunch of new stock items/icons
489
490         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
491         new function, convenience for inserting columns with a data func
492
493         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
494         (_gtk_icon_factory_list_ids): use list of all factories to
495         generate a list of all known IDs
496
497         * gtk/gtkstock.c (gtk_stock_list_ids): replace
498         gtk_stock_list_items() with a function that returns all IDs known
499         including those for GtkIconFactory.
500
501 2001-05-25  Hans Breuer  <hans@breuer.org>
502
503         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
504         work -> check boxes and radio buttons are drawn now, even on win9x.
505         Improved line settings a bit, still no clue how to get really dotted
506         lines on win9x, on NT it's PS_ALTERNATE.
507
508         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
509         GDK_HINT_MIN_SIZE as well
510
511         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
512
513         * gtk/gtk.def : updated
514
515         * gtk/gtktreeprivate.h : change column_drop_func to be a function
516         pointer not a function pointer pointer
517
518         * tests/testdnd.c : include <stdlib.h> for putenv prototype
519
520         * tests/testsocket.c : made it compile on win32 again
521
522         * tests/makefile.msc : one more test-app uses prop-editor.obj
523
524 2001-05-22  Havoc Pennington  <hp@pobox.com>
525
526         * gtk/gtkbin.c (gtk_bin_get_child): New function
527
528 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
529
530         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
531         to ignore when doing compose processing.
532
533 2001-05-22  Joe Shaw  <joe@ximian.com>
534
535         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
536         Simplify as suggested by Havoc. Just get the last iter and work
537         backward to the tag instead of getting a line and working back from
538         there. Fixes passing in an invalid offset to
539         iter_init_from_byte_offset().
540
541 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
542
543         * gtk/gtktreeview*.h: 
544         * gtk/gtkcell*.h:
545         * gtk/gtk*store.h:
546         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
547         macros to all objects.
548
549 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
550
551         * gtk/gtkcellrenderertext.c
552         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
553         with very large (TM) amounts of text.  May be moved to
554         GtkCellRenderer in the future, though I'm not sure it wants to be
555         this accessible.
556
557         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
558         More sanity brought to this class.  I like it.
559
560         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
561         case.  Kids, don't try this at home.
562
563         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
564         convenience function.
565
566         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
567
568 2001-05-21  Alexander Larsson  <alexl@redhat.com>
569
570         * gtk/gtkfontsel.c:
571         Added properties. Based on patch by Lee Mallabone.
572
573         * gtk/gtkruler.c:
574         * gtk/gtkhruler.c:
575         * gtk/gtkvruler.c:
576         * gtk/gtktext.c:
577         * gtk/gtktextview.c:
578         Converted GtkArg to GParam. Based on patches by John Margaglione.
579
580         * tests/Makefile.am:
581         * tests/testtext.c:
582         Add a property editor to testtext.
583         
584 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
585
586         * gtk/gtk{h,v,}paned.c: Only show the separator if 
587
588         * configure.in: Fixed reversed conditional causing all image
589         libraries to be linked in.
590
591 2001-05-21  Joe Shaw  <joe@ximian.com>
592
593         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
594         that top_y needs to be >= 0.
595
596 2001-05-11  Havoc Pennington  <hp@pobox.com>
597         
598         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
599         losing connection to the X server.
600
601 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
602
603         * configure.in: Start checks for X from pangox/pangoxft
604         CFLAGS to avoid duplicate libraries.
605
606         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
607
608         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
609         to include gobject.
610         
611 2001-05-18  Alexander Larsson  <alexl@redhat.com>
612
613         * gtk/gtkspinbutton.c:
614         Convert GtkArgs to GParams. Based on patch by John Margaglione.
615         Also do size request reasonable for MAXDOUBLE. Previously it printed
616         the limits to a buffer and overran it. Instead do it using log10() and
617         limit the width to 10 digits.
618         
619         * gtk/gtkwidget.c (gtk_widget_get_property):
620         Correctly handle setting the parent property to NULL.
621
622 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
623
624         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
625         style attributes even if the widget isn't realized.
626
627         * demos/gtk-demo/main.c: Use a slightly smaller font.
628
629 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
630
631         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
632         This is something that only a widget writer would ever want
633         to change.
634
635         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
636         gtk_signal_emit_by_name().
637
638         * gtk/gtkviewport.c: Fix some warnings.
639
640         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
641         allowing the requisitions of multiple widgets to be grouped
642         together.
643
644         * tests/testgtk.c: Add GtkSizeGroup test
645
646         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
647
648         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
649         warnings.
650
651         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
652
653 2001-04-28  Martin Baulig  <baulig@suse.de>
654
655         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
656         to gtk_image_menu_item_set_icon() and made it work if there's already
657         an image.
658         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
659         (gtk_image_menu_item_new_with_label): New function.
660
661 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
662
663         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
664         highlighting code!!!!  The result is okay so long as you don't try
665         to stress it.  It also highlights a bug in the TextView so it's in
666         an unproportional font right now until it's fixed.
667
668         *demos/gtk-demo/*.c: Clean up code a bit to make it
669         ugly-parser(TM) friendly. (-:
670
671 2001-05-17  Joe Shaw  <joe@ximian.com>
672
673         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
674         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
675         if it is only partially onscreen.
676
677 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
678
679         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
680         not by characters.
681
682         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
683         are not zero or one; that is, when graphemes of multiple characters
684         are involved.
685
686         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
687         FIXME.
688
689 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
690         
691         * gtk/gtkbbox.c:
692         Add properties, based on patch by Lee Mallabone.
693
694         * gtk/gtknotebook.c:
695         * gtk/gtktoolbar.c:
696         Convert from GtkArg to GParam, based on patch by John Margaglione.
697         
698         * gtk/gtkhscale.c:
699         * gtk/gtkvscale.c:
700         * gtk/gtkhscrollbar.c:
701         * gtk/gtkvscrollbar.c:
702         * gtk/gtkrange.c:
703         Move adjustment property to GtkRange.
704
705         * gtk/gtklabel.c:
706         Setup mnemonics on property changes
707
708         * gtk/gtkwidget.c (gtk_widget_get_property):
709         GdkExtensionMode is an enum, not a flag. Set it with
710         g_value_set_enum ().
711
712         * tests/prop-editor.c:
713         Better propery editor.
714
715         * tests/testgtk.c:
716         Add new property test. Pass zero to the property editor to
717         get properties from all derived types.
718         
719 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
720
721         * autogen.sh (have_automake): Require libtool-1.4,
722         automake-1.4p1.
723
724         * acinclude.m4: Remove libtool macros.
725
726         * gdk-pixbuf/Makefile.am: Add dependencies to loade
727         modules.
728
729         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
730         for libgdk.
731
732         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
733         libgdk.la for libgtk.
734
735         * modules/input/Makefile.am: Make modules have full
736         dependencies.
737
738 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
739
740         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
741         #54699 where paths weren't being checked for correctness.
742
743 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
744
745         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
746         in any order you wan, whether or not the column is added to the
747         tree, or the tree is realized.  Yay!
748
749         * gtk/gtktreeviewcolumn.c
750         (gtk_tree_view_column_setup_sort_column_id_callback): handle
751         sorting columns a lot saner
752
753         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
754         new function to actually set wether or not a column is
755         reorderable.
756
757         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
758         if we have 'em.
759
760         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
761         Fix nasty bug where we were showing the button just before
762         realizing it.  As a result, the parent window was
763         tree_view->window instead of tree_view->priv->header_window.
764
765         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
766         to let you easily reorder a list or tree.
767
768 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
769
770         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
771         from args to properties.
772
773 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
774
775         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
776         from args to properties. (#51957)
777
778         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
779         calls to after ->set_property call.
780
781 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
782
783         * tests/prop-editor.c: Block against redundant changes.
784
785         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
786         properties.
787
788 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
789
790         * gdk/gdkpixmap.h: Remove creative formatting.
791
792 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
793
794         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
795         property API. (#51669)
796
797         * gtk/gtkscale.c: Patch from John Margaglione converting to
798         property API. (#51891)
799
800         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
801         to property API. (#50985)
802
803 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
804
805         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
806         buffering state across expose event, so we still call end_paint().
807
808 2001-05-11  Alexander Larsson  <alexl@redhat.com>
809
810         * gtk/gtkhsv.c (paint_triangle):
811         Expose the ring in the triangle at the correct place when
812         exposing just a part of the triangle.
813
814         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
815         Return FALSE, or window focusing will not work.
816
817 2001-05-11  Havoc Pennington  <hp@pobox.com>
818
819         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
820         #54144
821
822         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
823         bug #54330
824
825 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
826
827         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
828         propagate exposes to NULL child.
829
830         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
831         against not having one of the scrollbars.
832
833         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
834         we don't keep a mnemonic window if we have no mnemonic installed.
835
836 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
837
838         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
839         it has the _important_ side effect of initializing a class.
840
841 2001-05-10  Alexander Larsson  <alexl@redhat.com>
842
843         * gdk/linux-fb/gdkprivate-fb.h:
844         Make sure you can compile out the implementation/wrapper assert
845         macros.
846
847         * gdk/linux-fb/gdkdrawable-fb2.c:
848         Check implementation/wrappers, initialize type for pixmap dummys.
849
850         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
851         Hide the cursor if reading from the screen.
852
853         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
854         Fix sign bug in tiling code.
855
856         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
857         Handle background pixmaps.
858
859 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
860
861         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
862         function to let user control where columns are dragged.
863
864         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
865         Escape is pressed.
866
867 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
868
869         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
870         "columns_changed" signal.
871         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
872         motion code to draw arrows to the side if indicator is outside the
873         widget.
874         (gtk_tree_view_map_expanded_rows): Implement.
875
876 2001-05-07  Alexander Larsson  <alexl@redhat.com>
877
878         * demos/testpixbuf-save.c: 
879         * demos/testpixbuf-drawable.c:
880         Include gdkfb.h on linux-fb.
881
882 2001-05-07  Alexander Larsson  <alexl@redhat.com>
883
884         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
885         New function for getting toplevel window at position.
886         (gdk_drag_find_window): Use get_toplevel_window () instead
887         of gdk_window_get_pointer(). (gdk_drag_status): Use
888         correct context for getting window.
889
890         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
891         g_strdup the atom name.
892
893         * gdk/linux-fb/gdkwindow-fb.c:
894         Costmetic fix.
895
896         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
897         Add code for changing cursor on linux-fb backend (same as
898         win32).
899
900 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
901
902         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
903         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
904         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
905         report was not for the development branch of GTK+, but it applies
906         anyways).
907
908 2001-05-04  Havoc Pennington  <hp@redhat.com>
909
910         * configure.in: fix some shell typos
911
912         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
913
914         * gtk/gtkimage.c: handle animations
915
916         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
917         border_width * 2, not just border_width
918
919         * gtk/gtkscale.c: add "format_value" signal to allow people
920         to override the way values are drawn.
921         (gtk_scale_get_value_size): fix width/height mistake,
922         and compute size from actual displayed text, not 
923         from made-up text.
924
925         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
926         signal registration
927
928         * tests/testtext.c: Add "Remove all tags" menu item for testing
929
930         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
931
932         * demos/gtk-demo/main.c (main): add hack so we can find modules
933         without installing gtk
934
935         * demos/gtk-demo/textview.c (insert_text): demo font scaling
936
937         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
938         factor)
939         (gtk_cell_renderer_text_set_property): remove some bogus
940         g_object_notify
941
942         * gtk/gtktexttag.c: add "scale" property which is a font scaling
943         factor
944
945         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
946         to layout
947
948         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
949         gtk_text_iter_is_first
950
951 2001-01-06  Hans Breuer  <hans@breuer.org>
952
953         * gdk/gdk.def : updated exports
954
955         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
956         gdk won't compile anymore
957  
958         * gdk/win32/gdkevents-win32.c : initialize ret_val when
959         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
960         Improved gdk_flush () to not only do pending drawing operations
961         but also process all currently pending events. This should make
962         the behaviour more similar to the X11 version.  
963
964         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
965         option needs to be set even if there is no GDK_GC_BACKGROUND.
966         (gdk_win32_hdc_get) : use predraw_set_background () independent
967         of value_mask. This allows to draw dashed lines leaving the original
968         background intact.
969
970         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
971         after processing, because we can't reuse it as the X11 version does.
972
973         * gtk/gtk.def : updated exports
974
975         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
976         would like to get rid of this file again, and use straight
977         makefile.msc again, as the other Gtk+ subdirs do)
978
979         * test/makefile.msc (new file) : build the test apps here
980
981 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
982
983         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
984         strike-through setting
985         (gdk_draw_layout_line_with_colors): Render strike-through
986
987 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
988
989         * Release 1.3.5
990
991         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
992
993         * NEWS: Updated
994
995         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
996         Makefile breakage.
997
998 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
999
1000         * demos/gtk-demo/images.c (progressive_timeout): Fix
1001         typo in filename.
1002
1003         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
1004         out FIXME warning; just too annoying.
1005
1006 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
1007
1008         * gdk/linux-fb/gdkcolor-fb.c:
1009         Better error messages.
1010
1011         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
1012         Initialize abs_x and abs_y.
1013         
1014         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
1015         Correct handling of stipple offset.
1016
1017         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
1018         Treat directcolor framebuffers as truecolor.
1019         
1020 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
1021
1022         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
1023         dependency on Atk for accessibility support.
1024
1025         * configure.in **/Makefile.am: Major reworking of substituted
1026         variables for CFLAGS/LIBS to make a lot more sane and 
1027         keep the the compile/link lines a bit shorter.
1028
1029         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
1030
1031 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
1032
1033         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
1034         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
1035         use _gtk_boolean_handled_accumulator.
1036
1037 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
1038
1039         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
1040         to fix things so clicking inside selection leaves cursor
1041         at point where clicked. (#50324)
1042
1043         * gtk/gtksettings.c (gtk_settings_class_init): Restore
1044         sane value for default double click time.
1045
1046         * tests/testtext.c (test_init): Really path to input modules.
1047
1048 2001-05-03  Sven Neumann  <sven@convergence.de>
1049
1050         * demos/testpixbuf-save.c: include target-specific headers as
1051         done in testpixbuf-drawable.c
1052
1053 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
1054
1055         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
1056         new_text_length appropriately when we run into the 
1057         size limit for the entry. (#53445, reported by Jeff Franks)
1058
1059         * tests/testgtk.c (create_entry): Remove most of the
1060         property toggle buttons. Replace with a "Props" button
1061         that brings up a property editor.
1062
1063         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
1064         Split the property editor code out for reuse, improve.
1065
1066 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
1067
1068         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
1069         trap errors around calls to XSetInputFocus since we have
1070         no way of knowing reliably whether we are viewable or
1071         not. (#53947)
1072
1073 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
1074
1075         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1076         fix bug in dropping columns.  Moving columns now basically works
1077         modula some fine tuning.
1078
1079 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
1080
1081         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
1082         autoscroll support.  It mostly works, but could use some fine
1083         tuning.
1084         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1085         Actually move the column.
1086
1087 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
1088
1089         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
1090           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
1091           New default theme! A slighly improved version of the 2.0 Raleigh
1092           theme, with Windows-esque focus/drawing default. 
1093           (GtkWidget::interior_focus defaults to TRUE.)
1094
1095         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
1096
1097 2001-04-30  Havoc Pennington  <hp@pobox.com>
1098
1099         * tests/testtext.c (line_numbers_expose): fix to work with
1100         gtk_paint_layout change
1101
1102 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1103
1104         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
1105           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
1106           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
1107           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
1108
1109         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
1110           with GtkWidget::interior_focus = TRUE better.
1111
1112         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
1113         ::default_outside_border for more flexibility.
1114
1115         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
1116         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
1117         change that had to be made with g_object_get.
1118
1119 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
1120
1121         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
1122         (gtk_tree_view_move_column_after): Clean up interface. 
1123
1124 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
1125
1126         * gtk/gtkpacker.h:
1127         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
1128          to gtkenum.h.
1129
1130         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
1131         handled in switch).
1132
1133         * gtk/Makefile.am:
1134         (gtk.defs): generate enum portions with  glib-mkenums.
1135         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
1136         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
1137         
1138         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
1139         addition.
1140
1141         * docs/Changes-2.0.txt: keep a note on signal handlers now
1142         not getting emitted during the emission they were connected within.
1143
1144 2001-04-28  Havoc Pennington  <hp@pobox.com>
1145
1146         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
1147
1148 2001-04-24  Havoc Pennington  <hp@redhat.com>
1149
1150         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
1151         (gtk_text_layout_move_iter_to_next_line): fix these two for
1152         invisible text, lots of other stuff still hosed.
1153
1154         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
1155         new function, replaces the get/set palette stuff. This function 
1156         is intended for use by libgnomeui which should set the hook to a
1157         thing which sets the palette in GConf, and we need the
1158         GConf-to-xsettings proxy which will result in the change being
1159         propagated back to the GTK app.
1160
1161         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
1162         about unusable signals that it may be because the signal has 
1163         parameters.
1164
1165         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
1166         style, otherwise gtkrc.c won't know to create a new GtkStyle for
1167         it.
1168         (gtk_widget_modify_color_component): call
1169         gtk_widget_modify_style() so the rc style will get copied.
1170         (gtk_widget_modify_font): ditto
1171
1172         * gtk/gtkrc.c: make a couple variables static
1173
1174         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
1175         help button by default, since it does nothing
1176
1177         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
1178         around with UI
1179
1180         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
1181         so we can have tooltips
1182
1183         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
1184         can have tooltips
1185
1186         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
1187         GDK_ENABLE_BROKEN, because its memory behavior is completely
1188         hosed.
1189
1190         * gtk/gtknotebook.c: remove key press handler, replace with
1191         binding set, add numeric keypad support
1192
1193         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
1194
1195         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
1196
1197         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
1198         addition to plain Delete
1199
1200         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
1201         GDK_KP_Enter in addition to GDK_Return
1202
1203         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
1204         activate on entry instead of key press
1205         (gtk_font_selection_on_clist_key_press): get
1206         rid of this signal handler, not needed with new font sel.
1207
1208         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
1209         no-longer-needed emit_stop_by_name(), just return TRUE
1210
1211         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
1212         cruft, this widget is no longer focusable.
1213
1214         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
1215         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
1216         move_slider action signal, add binding set for vscale/hscale, in
1217         the process support numeric keypad
1218
1219         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
1220         make GDK_Return and GDK_KP_Enter activate the entry via 
1221         binding set, instead of hardcoded.
1222
1223 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
1224
1225         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
1226         code.  Some documentation added.
1227
1228 2001-04-27  Havoc Pennington  <hp@redhat.com>
1229
1230         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
1231
1232         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
1233
1234         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
1235         line/para separators
1236         (gtk_entry_create_layout): set single paragraph mode on the layout
1237
1238         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
1239         spacing between the image and label; instead, inside a button box 
1240         the button will get extra space that will go there, but if people 
1241         configure button box for 0 chubbiness, then there's no spacing.
1242
1243         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
1244         and min/max size style properties, so people can tune their
1245         chubbiness.
1246
1247         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
1248         functions
1249
1250         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
1251         space_style, and button_relief into style properties, remove
1252         functions for setting them
1253         
1254         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
1255         it back down
1256
1257         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
1258         types from gtk_widget_style_get
1259
1260         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
1261         with a style property.
1262
1263         * gdk/x11/gdkevents-x11.c: namespace the settings
1264
1265         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
1266
1267         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
1268         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
1269         be used. Also, translate doc strings for settings. Also, namespace
1270         the double-click-time property. Also, remove bell properties crap.
1271
1272 2001-04-27  Sven Neumann  <sven@gimp.org>
1273
1274         * Makefile.am: before creating links, check if pkg-config files
1275         exist for the default target. Otherwise link to the pkg-config files
1276         that got installed with this build.
1277
1278 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
1279
1280         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
1281         dragging code.  Revealed some (potential) GdkWindow bugs.
1282
1283         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
1284         _gdk_window_init_position to the end of reparent to fix the case
1285         of reparenting when new_x != old_x and new_y != old_y.
1286
1287 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
1288
1289         * gtk/gtkentry.c (strstr_len): Fix optimization that
1290         was correct for the use here, but completely incorrect
1291         in general.
1292
1293 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
1294
1295         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
1296         until patch adding gtk_window_set_size() is recommitted. 
1297
1298         * **Makefile.am configure.in gdk/x11/gdkim-11.c
1299           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
1300           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
1301           (#10784)
1302
1303 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
1304
1305         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
1306         window == NULL in a number of cases.
1307
1308         * tests/testdnd.c: Set module path for gdk-pixbuf.
1309
1310 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
1311
1312         * gtk/Makefile.am xembed.h: File containing #defines
1313         for XEMBED protocol.
1314
1315         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
1316
1317         - Change protocol from old plug/socket specific protocol
1318           to XEMBED draft
1319         - Various fixes to work with GTK+-2.0
1320
1321         Still quite a bit of work to do here to handle initiation
1322         from the socket side (as specified by XEMBED), to handle
1323         the more advanced features of XEMBED, and to figure out
1324         a good way to handle same-app embedding with less overhead
1325         than using full XEMBED.
1326
1327 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
1328
1329         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
1330         track of whether the toplevel has the focus; only send
1331         focus-in events to the focus widget when the window
1332         actually has the focus.
1333
1334 2001-04-25  Havoc Pennington  <hp@pobox.com>
1335
1336         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
1337         were still in the header
1338
1339 2001-04-24  Alexander Larsson  <alexl@redhat.com>
1340
1341         * gtk/gtkclist.[ch]:
1342         * gtk/gtkctree.c:
1343         When there is a row highlighted for D'n'D it must alse
1344         be painted hightlighted on exposes. Otherwise exposes from
1345         the icon being dragged will mess up the hightlight.
1346
1347         * gtk/gtkfontsel.c:
1348         Don't recenter selected font when exposing the font family
1349         clist. This means you can now actually scroll the font family
1350         list.
1351
1352         * gtk/gtknotebook.c:
1353         Fix focus movement on scrolling tabs that are placed on the left
1354         and right.
1355
1356 2001-04-21  Havoc Pennington  <hp@pobox.com>
1357
1358         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
1359         empty/invisible lines.
1360
1361         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
1362         (gtk_text_iter_set_visible_line_index): new functions to set
1363         indexes excluding invisible text
1364
1365         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
1366         index
1367
1368         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
1369         (gtk_text_iter_get_visible_line_offset): new functions to 
1370         get indexes excluding invisible text
1371
1372         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
1373         bunch of extra padding that served no purpose
1374
1375         * gtk/gtkdialog.c: Make all the spacings configurable via style
1376         properties, for chubbiness configuration in themes
1377
1378         * tests/testtext.c: fix path to the immodules.
1379         
1380 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
1381
1382         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
1383         got munched by #endif.
1384
1385         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
1386
1387         * gtk/gtktreeview.c: Refactored code to clean up a number of
1388         events.
1389
1390         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
1391         values to make consistent with other functions.  Spotted by Jeff
1392         Franks <jcf@tpg.com.au>.
1393
1394         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
1395         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
1396
1397 2001-04-23  Sven Neumann  <sven@gimp.org>
1398
1399         * gtk/Makefile.am
1400         * gtk/gtkplug.c
1401         * gtk/gtksocket.c: on request of Owen, reverted my last change 
1402         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
1403
1404 2001-04-23  Sven Neumann  <sven@gimp.org>
1405
1406         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
1407         compile for non-X11 targets again
1408
1409 2001-04-20  Alexander Larsson  <alexl@redhat.com>
1410
1411         * gtk/gtkcolorsel.[ch]:
1412         API Change. Take GdkColor arguments instead of gdouble *.
1413         Leave the old gtk_color_selection_set_color for compatibility,
1414         but marked deprecated.
1415         Do correct rounding when converting RGB <-> HSV.
1416         
1417         * gtk/gtkcolorseldialog.c:
1418         * tests/testgtk.c:
1419         Use new GtkColorSelection API.
1420
1421         * gtk/gtkhsv.c:
1422         Fix problem selecting colors in triangle when Hue is 330.
1423         Fix some black dots around the HSB triangle.
1424         
1425         * gtk/gtkfilesel.c:
1426         return FALSE from the focus_in_event handler to fix focus problems.
1427
1428 2001-04-18  Havoc Pennington  <hp@redhat.com>
1429
1430         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
1431         set, so keybindings are configurable    
1432         (gtk_window_activate_default): Change to activate the focus widget
1433         instead if there's a focus widget, to be consistent with the
1434         behavior that previously existed in key_press_event
1435
1436 2001-04-18  Havoc Pennington  <hp@redhat.com>
1437
1438         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
1439
1440 2001-04-18  Havoc Pennington  <hp@redhat.com>
1441
1442         Close bug #50615:
1443         
1444         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
1445         the layout
1446
1447         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
1448
1449         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
1450
1451         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
1452         
1453         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
1454         to blue for base, in addition to bg
1455         
1456 2001-04-18  Havoc Pennington  <hp@redhat.com>
1457
1458         * tests/testgtk.c (create_image): allow shrinking the image window
1459         to test that we clip to allocation.
1460
1461         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
1462         #9845
1463
1464         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
1465
1466 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
1467
1468         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
1469         mode on shm segments to 0600. We'll see who complains.
1470
1471         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
1472         _gdk_windowing_window_destroy() AFTER recursing through
1473         children.
1474
1475         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
1476         testsocket_child on X.
1477
1478         * tests/testsocket[_child].c: Fix uses of
1479         gtk_window_get_default_accel_group().
1480
1481         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
1482
1483         * gdk/gdkimage.c: (gdk_image_get):
1484         Deal with the possibility that XGetImage() might return NULL.
1485         Allocate the GdkImagePrivate structure only after XGetImage()
1486         succeeds in order not to dereference a NULL ximage pointer.  This
1487         prevents a core dump when XGetImage() fails - which is unlikely,
1488         but can happen due to race conditions accessing the geometries of
1489         drawables.  An x error will still be triggered, but the gdk image
1490         wrapper at least wont seg fault.
1491         
1492 2001-04-18  Havoc Pennington  <hp@redhat.com>
1493
1494         * gtk/gtkimage.c: fix to properly queue resizes when the image is
1495         set
1496
1497         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
1498         if the insertion point isn't editable
1499
1500         * demos/gtk-demo/images.c: Added a GtkImage demo
1501
1502         * demos/gtk-demo/drawingarea.c: drawing area demo
1503         
1504         * demos/gtk-demo/menus.c (create_menu): cleanups
1505
1506 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
1507
1508         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
1509           gdk/x11/gdkevents-x11.c: Introduce an extra child
1510         of toplevel windows that serves to hold the focus to
1511         avoid events being delivered to embedded windows.
1512
1513         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
1514         some extra variables to clean up code and reduce the
1515         number of casts.
1516
1517         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
1518         guint for 1 bit bit fields, not gboolean.
1519
1520 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
1521
1522         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
1523         not TRUE. (Fixes #52925)
1524
1525 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
1526
1527         * Released 1.3.4
1528
1529         * NEWS: Updated
1530
1531         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
1532         use GTK_TYPE_ENUM.
1533
1534 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
1535
1536         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
1537
1538         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
1539         names to compatibility #defines so docs work.
1540
1541         * gtk/gtkenums.h: Remove GtkMenuFactoryType
1542
1543         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
1544
1545         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
1546
1547         * tests/testgtkrc: No magenta cursors, please.
1548
1549         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
1550
1551         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
1552         
1553 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
1554
1555         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
1556         grabs, since they are no longer necessary.
1557
1558         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
1559         by signal_connect() and call gtk_button_pressed() rather
1560         than signal_connect_after().
1561
1562         * tests/testgtk.c: Restore radio menu items to combos 
1563         since they'll look OK with Raleigh, and it is easier
1564         than finishing the process of removing them that was
1565         started earlier.
1566
1567 2001-04-16  Hans Breuer  <hans@breuer.org>
1568
1569         * gdk/gdk.def :
1570         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
1571
1572         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
1573         we are interested in the functions return value not the function address
1574         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
1575
1576         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
1577
1578 2001-04-14  Hans Breuer  <hans@breuer.org>
1579
1580         * gdk/gdk.def :
1581         * gdk/makefile.msc : updated
1582
1583         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
1584         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
1585         (the testgtk::text backgound pixmap is drawn again)
1586         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
1587         Win32 Pango change
1588         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
1589
1590         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
1591         Not sure if the returned settings have the right unit, because I couldn't
1592         find any docs for the X version ...
1593
1594         * gtk/gtk.def :
1595         * gtk/makefile.msc.in : updated
1596
1597 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
1598
1599         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
1600         wording problems. (Compared to version from Johannes Stezenbach to
1601         check correctness.)
1602
1603 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
1604
1605         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
1606         this to compile.
1607
1608 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
1609
1610         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
1611         not pixbufpos.
1612
1613         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
1614
1615         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
1616         are unsigned insts, therefore use g_value_set_uint.
1617         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
1618
1619 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
1620
1621         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
1622
1623         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
1624         GTK_TYPE_STRING.
1625
1626         * gtk/gtktreeview.c: New functions to allow initial column
1627         dragging work.
1628
1629         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
1630
1631         * tests/testtreefocus.c: give dave some love.
1632
1633         * tests/testtreesort.c: Modify test to check really long samples.
1634
1635 2001-04-11  Alexander Larsson  <alexl@redhat.com>
1636
1637         * gtk-2.0.m4: Pass pkg-config options
1638         before the other args so it works even if
1639         POSIXLY_CORRECT is set.
1640
1641 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
1642
1643         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
1644         0, interface 0).
1645
1646 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
1647
1648         * gtk/gtkcalendar.c (gtk_calendar_button_press):
1649         check for action_func != NULL
1650
1651 2001-04-04  Sven Neumann  <sven@gimp.org>
1652
1653         * tests/testgtk.c (test_init): corrected path to gtk.immodules
1654
1655 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
1656
1657         * Released Gtk+-1.3.3.
1658
1659 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
1660
1661         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
1662
1663 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
1664
1665         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
1666         files to/from source dir. (if we don't stay in builddir, we
1667         can't reach make-inline-pixbuf.
1668
1669         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
1670         deps.
1671
1672         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
1673         ages 0).
1674
1675 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
1676
1677         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
1678         moved to the GtkTreeSortable interface.
1679
1680         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
1681         Make more efficient (fixes #50262).
1682
1683 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
1684
1685         * NEWS: Updated.
1686
1687         * configure.in: Remove support for uninstalled glib.
1688
1689         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
1690         so as not to stop emission.
1691
1692         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
1693         is no longer supported.
1694
1695         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
1696         into tests, change build order to build modules before
1697         gtk/.
1698
1699         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
1700         to here.
1701
1702 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
1703
1704         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
1705         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
1706         GPatternSpec. this is actually unlikely to cause breakage in
1707         third-party apps since except for gle, pretty much ever caller
1708         passes NULL here.
1709
1710         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
1711
1712         * *.c: use g_pattern_*() API.
1713
1714         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
1715
1716         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
1717         directions aren't passed in.
1718
1719         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
1720         functionality to be usable from gtkstyle.c as well, give precedence
1721         for conversion to user-supplied parsers.
1722         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
1723
1724         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
1725         _gtk_settings_parse_convert() for rcporperty value conversion.
1726
1727 2001-04-03  Alexander Larsson  <alexl@redhat.com>
1728
1729         * gdk/linux-fb/gdkevents-fb.c:
1730         Add empty gdk_setting_get().
1731
1732 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
1733
1734         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
1735         variable names.
1736         
1737         * gtk/makeenums.pl: touch this so enum files get remade.
1738
1739 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
1740
1741         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
1742         work again when not sorted.
1743
1744         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
1745         and "expand_row" signal, closing bug 52578.
1746
1747         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
1748         support.
1749
1750         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
1751         support.
1752
1753 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1754
1755         * gdk/gdkevents.h: Add GdkEventSetting event for notification
1756         of changes to system settings, gdk_setting_get() to retrieve
1757         a single system setting.
1758
1759         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
1760         to the draft XSETTINGS mechanism.
1761
1762         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
1763         XSETTINGS.
1764
1765         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
1766         of GDK settings changes to the GtkSettings object.
1767
1768         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
1769         double-click-timeout property to GDK.
1770
1771         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
1772         Define GDK boxed types here.
1773
1774         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
1775         gdk/gdkenumtypes.[ch] for enum definitions.
1776
1777         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
1778         * gtk/gtk-boxed.defs: Comment out GDK types
1779         * gtk/gtktypeutils.h: Remove GDK types
1780         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
1781
1782 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
1783
1784         * Applied patch from Ron Steinke to add signal accumulators
1785         so that signals with the convention 'TRUE return means
1786         handled' stop emission on a TRUE return.
1787
1788         * gtk/gtkmain.[ch]: Add private accumulator 
1789         _gtk_boolean_handled_accumulator, used throughout GTK+.
1790         
1791         * gtk/gtkspinbutton.c: Add accumulator for ::output.
1792
1793         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
1794         
1795         * gtk/gtkwidget.c: Add accumulators for event signals,
1796         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
1797         for ::mnemonic-activate.
1798
1799         * gtk/gtkwindow.c: Add accumulator for ::frame_event
1800
1801 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
1802
1803         * gtk/gtkwidget.c: Add missing include.
1804
1805 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
1806
1807         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
1808         marshaller.
1809
1810         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
1811         "changed" signal to "range_changed".
1812
1813         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
1814         removing a tree from one model would remove all trees from that
1815         model.
1816         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
1817         changed signal instead.
1818
1819 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
1820
1821         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
1822         chaining up to parent impl, since we have a INPUT_ONLY
1823         window.
1824
1825         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
1826         foreground color for the cursor.
1827
1828 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
1829
1830         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
1831         param spec when caching property values, since we unref it
1832         later when we free the style.
1833
1834         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
1835         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
1836
1837 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
1838
1839         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
1840         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
1841         stupidity.
1842
1843 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
1844
1845         [ First pass at adding style properties. Still needs some definite
1846         fine-tuning. ]
1847
1848         * gtk/gtkbutton.c: Add ::default_spacing style property.
1849          
1850         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
1851         ::indicator_spacing style properties.
1852
1853         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
1854         style properties.
1855
1856         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
1857         rather than a normal property.
1858
1859         * gtk/gtkwidget.c: Add an ::interior_focus style property to
1860         draw focus inside buttons, in the Windows/Java Metal/etc. style.
1861
1862         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
1863         Honor ::interior_focus.
1864         
1865         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
1866         TRUE.
1867
1868         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
1869         Add ::slider_width, ::trough_border, ::stepper_size,
1870         ::stepper_spacing style properties.
1871
1872         * gtk/gtkscale.[ch] Add ::slider-length style property.
1873
1874 2001-04-02 Alexander Larsson   <alexl@redhat.com>
1875
1876         * gdk/linux-fb/gdkwindow-fb.c:
1877         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
1878         warnings that were spewed on startup.
1879
1880         * gtk/gtkwindow-decorate.c:
1881         gtk_window_reposition -> _gtk_window_reposition
1882
1883 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
1884
1885         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1886         Add boxed type for GtkRequistion. Use it for ::size-request.
1887
1888         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
1889         Add a new GtkBorder structure useful for geometry properties
1890         for widgets. Add corresponding GTK_TYPE_BORDER.
1891         
1892         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
1893         Support automatic parser selection like
1894         gtk_settings_install_property_parser().
1895
1896         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
1897         functionality for use by gtk_widget_class_install_style_property.
1898         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
1899
1900 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
1901
1902         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
1903         g_param_spec_unichar(). 
1904
1905 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
1906
1907         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
1908         _NET window managers.
1909
1910         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
1911
1912 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
1913
1914         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
1915         bad needs to be nuked, not just deprecated.
1916
1917         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
1918         gtk_widget_popup().
1919
1920         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
1921         
1922         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
1923         widget.
1924         
1925         * docs/Changes-2.0.txt: updates.
1926         
1927 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
1928
1929         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
1930         for (i = 0; i < 100; i ++)
1931           g_print ("I will confirm it compile before committing\n");
1932
1933 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
1934
1935         * gtk/gtktreestore.c: Initial work on implementing the
1936         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
1937
1938 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
1939
1940         * gtk/gtkwidget.c: fixed a bunch of notifications, added
1941         reference counts around emissions where the widget is used afterwards.
1942         added freeze/thaws around multiple properties being notified.
1943         (_gtk_widget_get_aux_info): cleanups.
1944         
1945         * gtk/gtksettings.c (gtk_settings_install_property): provide
1946         default parsing functions for gdkcolor, enums and flags.
1947
1948         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
1949         applied by owen.
1950         backed out gtk_window_get_location(), gtk_window_set_location(),
1951         gtk_window_get_size() and gtk_window_set_size(), these
1952         have to be sorted out wrg x/y/width/height/default_with/default_height
1953         properties.
1954         kept a flag in GtkWindowGeometryInfo to handle user
1955         resetting default sizes.
1956         cleaned up ZVT comments.
1957         bunch of assorted bug fixes, notification fixes.
1958         (_gtk_window_reposition): make this a really internal function.
1959         
1960         * gtk/testgtk.c: fixups.
1961         
1962 2001-03-31  Hans Breuer  <hans@breuer.org>
1963
1964         * config.h.win32.in : disable USE_MMX for msvc build cause
1965         the assembler doesn't fit and is out of my scope. Disable
1966         USE_GMODULE for msvc build as wel. The right way to share
1967         binaries on win32 would be to use libtiff.dll etc. To reduce
1968         installation hassles IMO it's better to include all fileformats
1969         builtin to gdk-pixbuf
1970
1971         * gdk-pixbuf/makefile.msc : new file
1972
1973         * gdk/gdk.def : updated
1974
1975         * gdk/win32/gdkevents-win32.c : don't erase the background if
1976         .no_bg is set. It improves the scrolling (e.g. of testgtk main
1977         buttons
1978         * gdk/win32/gdkgeometry-win32.c : added comment about the above
1979
1980         * gdk/win32/gdkwindow-win32.c : added three new functions like
1981         the X version. Only one is implemented, because the other two
1982         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
1983         be default behaviour on win32 anyway ...
1984
1985         * gtk/gtk.def : updated
1986
1987         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
1988         from where it was built and add an additional rule to automagically
1989         build gtkmarshal.[hc]
1990
1991         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
1992         before array access for the current entry isn't finished
1993
1994         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
1995         use g_return_val_if_fail
1996
1997         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
1998         for the static array, but let the compiler calculate it. It
1999         makes me wonder if gcc isn't capable to catch bugs like this ...
2000
2001 2001-03-31  James Henstridge  <james@daa.com.au>
2002
2003         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
2004         constant "-1" in the aux info structure.
2005
2006 2001-03-30  Alexander Larsson  <alexl@redhat.com>
2007
2008         * gtk/gtkbutton.c (gtk_button_get_property):
2009         * gtk/gtklabel.c:
2010         Remove leaks.
2011         
2012         * gtk/gtkcontainer.c:
2013         * gtk/gtkhscale.c:
2014         * gtk/gtkhscrollbar.c:
2015         * gtk/gtklayout.c:
2016         * gtk/gtkmisc.c:
2017         * gtk/gtkprogress.c:
2018         * gtk/gtkprogressbar.c:
2019         * gtk/gtkrange.c:
2020         * gtk/gtktable.c:
2021         * gtk/gtkviewport.c:
2022         * gtk/gtkvscale.c:
2023         * gtk/gtkvscrollbar.c:
2024         * gtk/gtkwidget.c:
2025         Property patches, based on patches from John Margaglione and Lee Mallabone.
2026
2027 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
2028
2029         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
2030         adjustment. Cleaned redundant preconditions (spin != NULL). Added
2031         inline API function docs.
2032         (gtk_spin_button_new_with_range): New convenience constructor.
2033         (gtk_spin_button_set_increments): New adjustment helper.
2034         (gtk_spin_button_set_range): New adjustment helper.
2035
2036         * gtk/testgtk.c : added test of the new convenince constructor and
2037         value_changed signals.
2038
2039 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
2040
2041         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
2042         listen to the reorder signal.
2043
2044 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
2045
2046         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
2047         to get the aux info structure fo the widget.
2048
2049         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
2050         above function.
2051
2052         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
2053
2054         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
2055         to get the size of the window manager frame, basically the same
2056         code that gdk_window_get_root_origin() had
2057         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
2058
2059         * gtk/gtkwindow.c (gtk_window_set_default_size): use
2060         gdk_window_resize() if the window is realized and resizeable
2061
2062         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
2063         typo so that setting gravity works
2064
2065         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
2066         allocation if auto_shrink is on, even if the default size
2067         has not changed.
2068
2069         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
2070         g_return_if_fail
2071
2072 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
2073
2074         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
2075         reordering/sorting work.  Now pretty much works.
2076
2077         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
2078         reorder mostly work.  Still need to get the parity correct.
2079
2080         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
2081         signal, so I can listen for the sort_column_changed signal so I
2082         can change my "sort_indicator" property.  Cool.
2083
2084 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
2085
2086         [ Patch from Havoc Pennington, hp@redhat.com ]
2087
2088         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
2089         Add functions gdk_window_begin_resize_drag/begin_move_drag
2090         to start resizing or moving a toplevel window. This
2091         is done either using the _NET_WM_MOVERESIZE protocol,
2092         or, if that isn't present, by emulation.
2093
2094         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
2095         to export the above to GTK+-land.
2096
2097         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
2098         
2099         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
2100         Move this function into gdkwindow, since we need it
2101         when implementing fallback resizing.
2102
2103         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
2104         Fix typo when setting gravity.
2105
2106         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
2107         Add an optional (but on by default) resize grip for resizing 
2108         the parent window.
2109
2110 01-03-29  Alexander Larsson  <alexl@redhat.com>
2111
2112         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
2113         Don't return TRUE from the event handler, that blocks all
2114         event signals on the tooltip widget. Now you can press buttons
2115         in toolbars again.
2116
2117 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
2118
2119         * gtk/testtext.c (create_buffer): Add missing NULL on
2120         valist.
2121
2122         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
2123         c-n-p problem with INCONSISTENT property.
2124
2125         [ Patch from Havoc Pennington  <hp@redhat.com> ]
2126
2127         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
2128         hook.
2129
2130         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
2131         signal as a hook for extending the default popup menu
2132
2133         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2134         use radio menu items for the input method menuitems
2135
2136         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
2137         inserted unicode from Ctrl-Shift-hex input method
2138
2139         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
2140         validatation here, already done at GtkTextBuffer level.
2141
2142         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
2143         popup_menu run action signal and Shift+F10 and Menu keybindings.
2144
2145         * gtk/gtkentry.c: implement a default handler for popup_menu
2146
2147         * gtk/gtktextview.c: implement a default handler for popup_menu
2148
2149         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
2150         from a key event
2151         
2152         * gtk/gtklabel.c: remove "trailer" cruft
2153
2154 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
2155
2156         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
2157         handle reordering of trees.  Seems to mostly work w/ the exception
2158         of the parity flag.
2159
2160         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
2161         signal.
2162
2163 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
2164
2165         * gtk/gtkwidget.h: c++ fixes.
2166
2167 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
2168
2169         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
2170         memory.
2171
2172 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
2173
2174         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
2175         Nils Barth fixing event return values. (#51041)
2176
2177         * gtk/gtkwidget.c: Fix some return values for default
2178         functions.
2179
2180         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
2181         return values for trough_keys functions.
2182
2183         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
2184         value for add_accelerator (shoudl have been a void
2185         return.)
2186
2187         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
2188         Fix return type of EVENT.
2189
2190         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
2191         signal return a boolean.
2192
2193 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
2194
2195         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
2196         reordered signal.
2197
2198         * tests/testtreesort.c (main): fix spelling.
2199
2200 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
2201
2202         * gtk/gtkliststore.c: More work on implementing sortable
2203         interface.
2204
2205 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
2206
2207         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
2208         reference the widgets in the resulting list. (#11821)
2209         This makes this consistent with gtk_container_children.
2210
2211         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
2212         uses of gtk_window_list_toplevels.
2213
2214 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
2215
2216         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
2217         a virtual function to set whether the IM context should use 
2218         the preedit string. (#51922)
2219         
2220 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
2221
2222         * gdk/gdkpango.h: Remove stale FIXME comment.
2223
2224 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
2225
2226         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
2227         Fixed bug that returned NULL if a filename was selected.
2228
2229 2001-03-24  Havoc Pennington  <hp@pobox.com>
2230
2231         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
2232         to contain the word "theme"
2233
2234 2001-03-24  Havoc Pennington  <hp@pobox.com>
2235
2236         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
2237         slower but finer-grained
2238         (gtk_hsv_focus): get initial focus on the ring or triangle 
2239         according to tab direction
2240
2241         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
2242
2243 2001-03-23  Havoc Pennington  <hp@pobox.com>
2244
2245         * gtk/gtkhsv.c: make this somewhat key-navigable
2246
2247         * gtk/gtkfontsel.c: mnemonics
2248
2249         * gtk/gtkgamma.c: mnemonics
2250
2251         * gtk/gtkcolorsel.c: add mnemonics to labels
2252
2253 2001-03-22  Havoc Pennington  <hp@pobox.com>
2254
2255         Applied big patch from Seth Lytle to fix event handler return
2256         values, slightly modified.
2257
2258         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
2259         handled.
2260         (gtk_calendar_key_press): return TRUE for GDK_space triggers
2261         select_day
2262
2263         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
2264         (gtk_clist_button_release): return TRUE if handled
2265
2266         * gtk/gtkcolorsel.c (mouse_release):
2267         (palette_activate): 
2268         (palette_press): 
2269         (palette_new): 
2270         (mouse_press): 
2271         (get_screen_color): 
2272         fixed return type (void to gboolean), return TRUE,
2273         added GTK_SIGNAL_FUNC cast
2274
2275         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
2276         (void to gboolean), and return TRUE
2277         (gtk_combo_button_release): changed return value to TRUE after
2278         gtk_grab_add on combo->popwin
2279
2280         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
2281         collapse or expand
2282
2283         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
2284         button/motion
2285
2286         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
2287         press/release and motion that trigger act
2288
2289         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
2290
2291         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
2292         for GDK_Return
2293         
2294         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
2295         (gtk_list_button_release): return TRUE if selection
2296
2297         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
2298         press
2299
2300         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
2301         (gtk_menu_shell_button_release): chain parent_menu_shell retval
2302
2303         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
2304         nothing triggered
2305         (gtk_notebook_button_release): return TRUE if we do anything
2306
2307         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
2308         (gtk_spin_button_button_release): return TRUE or chained retval
2309
2310         * gtk/gtktext.c (gtk_text_button_press): 
2311         (gtk_text_button_release): return TRUE
2312         (gtk_text_key_press): remove redundant retval code
2313         
2314         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
2315         and sensitive
2316         (gtk_tree_item_subtree_button_click): changed type to gint, and return
2317         TRUE if sensitive
2318
2319         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
2320         return TRUE
2321
2322 2001-03-23  Havoc Pennington  <hp@redhat.com>
2323
2324         * gtk/testgtk.c: fix warnings
2325
2326         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
2327
2328         * gtk/gtktextview.c: fix warnings
2329
2330         * gtk/gtktext.c (find_cursor_at_line): fix warning
2331
2332         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
2333
2334         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
2335         of this function
2336
2337         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2338         fix warning
2339
2340         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
2341
2342         * gtk/gtkfontsel.c: fix warning
2343
2344         * gtk/gtkcolorsel.c: fix warnings
2345
2346 2001-03-23  Havoc Pennington  <hp@redhat.com>
2347
2348         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
2349
2350         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
2351
2352         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
2353         and deprecated gtk_check_menu_item_set_show_toggle().
2354         
2355         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
2356
2357         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
2358
2359         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
2360
2361 2001-03-23  Havoc Pennington  <hp@redhat.com>
2362
2363         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
2364         some docs
2365
2366 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
2367
2368         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
2369         this.
2370
2371         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
2372         set_cell to set_value
2373
2374         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
2375         set_cell to set_value
2376
2377 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
2378
2379         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2380         fix braino.
2381         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
2382         support.
2383
2384         * gtk/gtktreeview.c: Addition of initial sortable support.
2385
2386         * gtk/gtktreestore.c: Addition of initial sortable support.
2387
2388         * gtk/gtkliststore.c: Addition of initial sortable support.
2389
2390         * gtk/gtkmarshal.list: yet another marshaller.
2391
2392         * gtk/gtktreedatallist.[ch]: shared code between the store models
2393         for handling sorting headers.
2394
2395 2001-03-22  Havoc Pennington  <hp@redhat.com>
2396
2397         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
2398         (gtk_container_unset_focus_chain): Add ability to override the 
2399         focus chain for a container explicitly
2400
2401 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
2402
2403         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
2404         added PROP_MNEMONIC_WIDGET.
2405
2406         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
2407         (gtk_window_remove_mnemonic): 
2408         (gtk_window_add_mnemonic): fixed assertions.
2409         (gtk_window_activate_mnemonic): constrain modifier checks to those
2410         permitted by gtk_accelerator_get_default_mod_mask().
2411         got rid of gtk_window_get_default_accel_group().
2412
2413         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
2414         activatable widgets either by focussing or a warning.
2415         added a signal accumulator to ::activate_mnemonic which stops the
2416         emission once a handler returned TRUE.
2417
2418 2001-03-22  Havoc Pennington  <hp@pobox.com>
2419
2420         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
2421         the stock item label
2422
2423         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
2424
2425         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
2426
2427         * demos/gtk-demo/*.c: Add mnemonics all over the place
2428
2429         * gtk/gtklabel.h: mark parse_uline deprecated
2430
2431 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2432
2433         * gtk/gtkitemfactory.[ch]:
2434         Add support for stock and normal imagemenuitems.
2435         
2436         * gtk/testgtk.c:
2437         Add some tests for mnemonics, stock toolbars, stock
2438         and image menuitems in itemfactory and gdk_window_scroll.
2439
2440 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2441
2442         * gtk/gtkbutton.[ch]:
2443         * gtk/gtkdialog.c:
2444         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
2445         removed accel_group argument. Renamed gtk_button_new_accel() to
2446         gtk_button_new_with_mnemonic() and removed accel_group argument.
2447
2448         * gtk/gtkcheckbutton.[ch]:
2449         New function gtk_check_button_new_with_mnemonic().
2450
2451         * gtk/gtkentry.c:
2452         Override activate_mnemonic and just grab focus.
2453
2454         * gtk/gtkitemfactory.c:
2455         Don't add menu uline accel group, instead use mnemonics support.
2456
2457         * gtk/gtklabel.[ch]:
2458         New support for mnemonics.
2459
2460         * gtk/gtkmarshal.list:
2461         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
2462
2463         * gtk/gtkmenu.[c]:
2464         * gtkmenushell.c:
2465         Use mnemonics instead of accel groups for uline
2466         support in menu items.
2467         Removed gtk_menu_get_uline_accel_group() and
2468         gtk_menu_ensure_uline_accel_group().
2469
2470         * gtk/gtkmenuitem.c:
2471         Override activate_mnemonic to handle switching between
2472         menu items if there are collisions.
2473         
2474         * gtk/gtknotebook.c:
2475         Connect to activate_mnemonic on the tab_label, so that
2476         activating it switches to that notebook page.
2477
2478         * gtk/gtkwidget.[ch]:
2479         Add activate_mnemonic signal. New function
2480         gtk_widget_activate_mnemonic() to emit it.
2481         Default implementation does activate/grab_focus.
2482
2483         * gtk/gtkwindow.[ch]:
2484         Add support for mnemonics in windows.
2485         New functions:
2486         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
2487         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
2488
2489         * gtk/testgtk.c:
2490         Update to function name changes.
2491         
2492 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2493
2494         * gtk/gtkimagemenuitem.[c]:
2495         Add gtk_image_menu_item_new_from_stock()
2496
2497 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
2498
2499         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2500         Fix buglet in meeting.
2501
2502 2001-03-19  Havoc Pennington  <hp@redhat.com>
2503
2504         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
2505         add a bunch of accessor functions. This is because we have
2506         reasonable expectations of extending what fields it contains in
2507         the future.
2508
2509         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
2510         changes
2511
2512         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
2513         GtkIconSource   
2514
2515 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
2516
2517         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
2518         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
2519
2520         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
2521           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
2522           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
2523           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
2524         Change float to double everywhere with the exception of 0<->1.0 alignment
2525         and GtkCurve.
2526
2527 2001-03-19  Tor Lillqvist  <tml@iki.fi>
2528
2529         * gdk/win32/gdkdrawable-win32.c
2530         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
2531         output.
2532
2533         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
2534         gdkwin32.h.
2535
2536 2001-03-18  Tor Lillqvist  <tml@iki.fi>
2537
2538         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
2539         print_event_state, print_event): Use preprocessor macro to make
2540         code more compact. Print also GDK_WINDOW_STATE events.
2541         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
2542         
2543         * gtk/gtk.def
2544         * gtk/makefile.mingw.in: Update.
2545
2546         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
2547         to catch also Cygwin.
2548
2549 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
2550
2551         * gtk/gtkspinbutton.[hc]: added rc-style argument
2552         GtkSpinButton::shadow_type.
2553         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
2554         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
2555         rc-style settings.
2556
2557         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
2558
2559         * gtk/gtkwidget.c: quark cleanups.
2560
2561         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
2562         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
2563         to create_rc_style() (we don't do cloning in standard OO sense).
2564         added per rc style properties.
2565         
2566         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
2567         property values and for caching those. some cleanups.
2568         
2569         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
2570         
2571         * gtk/gtksettings.[hc]: new file for global rc-file properties
2572         (at least currently, should get extended to support X properties
2573         and other communication mechanisms).
2574         
2575         * gtk/gtkwidget.[hc]: added style property support:
2576         (gtk_widget_class_install_style_property_parser): install style
2577         property pspec with parser function for rc-file values other
2578         than LONG, DOUBLE or STRING.
2579         (gtk_widget_class_install_style_property): same as above without
2580         parser (parsers are going to be needed quite infrequently).
2581         (gtk_widget_style_get_property): retrive style property value.
2582         (gtk_widget_style_get_valist): same as above with varargs support,
2583         has NOCOPY semantics.
2584         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
2585
2586 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
2587
2588         * demos/gtk-demo/main.c (row_activated_cb): modified to use
2589         "row_activated" signal.
2590
2591         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
2592         stupidity.  Lets actually pass in the row with this signal...
2593
2594 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
2595
2596         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
2597
2598         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
2599
2600         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
2601         everything into the ::destroy function, and freed a lot more.
2602
2603 2001-03-16  Havoc Pennington  <hp@redhat.com>
2604
2605         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
2606         instead of gint16, to avoid overflow issues, since sizes > 16-bit
2607         are now allowed.
2608
2609 2001-03-16  Havoc Pennington  <hp@redhat.com>
2610
2611         * Applied patch from Nils Barth (bug # 51041) to 
2612         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
2613         in various places.
2614
2615 2001-03-15  Havoc Pennington  <hp@redhat.com>
2616         
2617         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
2618         for properties to set on the tag.
2619
2620         * gtk/testtext.c: fixups to reflect create_tag change
2621         
2622         * gtk/gtktexttag.c (gtk_text_tag_set_property):
2623         background/foreground stipple are objects, not boxed.
2624
2625         * demos/gtk-demo/textview.c: intellihancing
2626
2627 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
2628
2629         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
2630         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
2631
2632 2001-03-16  Alexander Larsson  <alexl@redhat.com>
2633
2634         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
2635         Fix sign error with queued region translations.
2636
2637 2001-03-15  HideToshi Tajima  <tajima@happy>
2638
2639         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
2640         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
2641         * gtk/gtkentry.c (update_im_cursor_location): 
2642         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
2643         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
2644         set_cursor_pos to set_cursor_location in GtkInputContext class
2645
2646 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
2647
2648         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
2649         the location of the cell relative to its area.
2650         * gtk/gtkcell*: modified for above change
2651         * gtk/gtktreeview.c: modified for above change.
2652
2653 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
2654
2655         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
2656          (gtk_tree_view_finalize): actually unref the model.  Thanks to
2657         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
2658
2659 2001-03-14  Havoc Pennington  <hp@redhat.com>
2660
2661         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
2662         
2663         * gtk/gtk.h: remove gtkdata.h
2664
2665         * gtk/Makefile.am: remove gtkdata
2666         
2667         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
2668         not "disconnect" on the adjustments.
2669         
2670         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
2671         GtkData
2672
2673         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
2674         not GtkData
2675
2676         * configure.in: handle case where X render exists, but Pango lacks
2677         Xft support.
2678
2679 2001-03-15 Alexander Larsson  <alexl@redhat.com>
2680
2681         * gtk/gtktoolbar.[ch]:
2682         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
2683         to add stock items to toolbars.
2684
2685         * gtk/Makefile.am:
2686         Remove ../gdk/gdkim.h from gdk_headers.
2687
2688 2001-03-15  Sven Neumann  <sven@gimp.org>
2689
2690         * gdk/gdkim.h: removed
2691         
2692         * gdk/gdkprivate.h
2693         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
2694
2695 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
2696
2697         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
2698         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
2699         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
2700         set_cursor_pos() virtual method
2701
2702         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
2703         (gtk_im_context_xim_set_cursor_pos): add implementation for
2704         set_cursor_pos() method
2705
2706         * gtk/gtkentry.c (recompute_idle_func): set current cursor
2707         position to input methods
2708
2709 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
2710
2711         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
2712         code a lot.
2713
2714         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
2715         g_mem_chunk.
2716         (_gtk_tree_data_list_alloc): use g_mem_chunk.
2717         (_gtk_tree_data_list_node_to_value): Fix to switch on
2718         G_TYPE_FUNDAMENTAL.
2719         (_gtk_tree_data_list_value_to_node): Fix to switch on
2720         G_TYPE_FUNDAMENTAL.
2721         (_gtk_tree_data_list_node_copy): Fix to switch on
2722         G_TYPE_FUNDAMENTAL.
2723
2724 2001-03-12  Havoc Pennington  <hp@redhat.com>
2725
2726         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
2727         to convert to new property API. Also, change default_width and
2728         default_height get_property to return 0 as the flag value for
2729         "unset"; -1 is not a valid value for these fields.
2730
2731 2001-03-12  Havoc Pennington  <hp@redhat.com>
2732
2733         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
2734         enum with registration for icon sizes, instead of strings.
2735
2736         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
2737         gtkwidget.c: Fix to reflect GtkIconSize
2738         
2739 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2740
2741         Make GtkFB compile and link.
2742         
2743         * gdk/linux-fb/gdkdrawable-fb2.c:
2744         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2745         
2746         * gdk/linux-fb/gdkwindow-fb.c:
2747         window->mapped to GDK_WINDOW_IS_MAPPED(). 
2748         Added gdk_window_shape_combine_region.
2749         Added assorted placeholders for unimplemented new GdkWindow API calls.
2750
2751 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2752
2753         * gtk/gtkfilesel.c:
2754         Add more test when converting filenames from/to utf-8.
2755         Don't allow entering text in the filename entry which isn't allowed in
2756         a filename. Just beep instead.
2757
2758 2001-03-12  Alexander Larsson  <alexl@redhat.com>
2759
2760         * gtk/gtkclist.c:
2761         Scroll using gdk_window_scroll(). Don't wait for exposes.
2762         Move the column headers in an order that makes them flash less.
2763
2764 2001-03-10  Hans Breuer  <hans@breuer.org>
2765
2766         * gdk/gdk.def : updated
2767
2768         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
2769         to offseting the clip_mask at the right place
2770
2771         * gdk/win32/gdkwindow-win32.c : don't create background brushes
2772         for all the gdkClasses, especially not for the input_only case.
2773         Otherwise flickering wont be avoidable, because we don't get
2774         WM_ERASEBKGND message for these windows.
2775
2776         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
2777         and fixed massive redraw problems apparently triggered by Alexanders 
2778         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
2779         but it seems to work quite well :-)
2780
2781         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
2782         prototype
2783
2784 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
2785
2786         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
2787         (gtk_list_store_set_cell): Fix a stupid typo.
2788
2789 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
2790
2791         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
2792         select_all not work if you're in SINGLE mode (it doesn't make that
2793         much sense, anyway.)
2794
2795         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
2796         handle types more sanely.
2797         (_gtk_tree_data_list_value_to_node): handle types more sanely.
2798         (_gtk_tree_data_list_node_copy): handle types more sanely.
2799
2800         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
2801         GValue better. Converts the type as well.
2802
2803         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
2804         GValue better. Converts the type as well.
2805
2806 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
2807
2808         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
2809         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
2810         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
2811         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
2812
2813         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
2814         gdk_im/gdk_ic.
2815
2816 2001-03-09  Hans Breuer  <hans@breuer.org>
2817
2818         * gdk/gdk.def : updated
2819
2820         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
2821         for their palette
2822
2823         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
2824         removing
2825
2826         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
2827         removing and implemented Havoc's GdkWindow state functions; 
2828         stick/unstick only as no-op, cause I don't know how to emulate 
2829         on win32 ...
2830
2831         * gtk/gtk.def : updated
2832
2833         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
2834
2835         * gtk/gtktypeutils.c : #include <string.h>
2836
2837         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
2838
2839 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
2840
2841         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
2842         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
2843         not a boxed.
2844
2845 2001-03-09  Alexander Larsson  <alexl@redhat.com>
2846
2847         * docs/Changes-2.0.txt:
2848         Document expose event->region change and that gtk_widget_event
2849         doesn't allow passing expose events.
2850
2851         * gdk/gdkevents.h:
2852         Add region to expose event.
2853         
2854         * gdk/gdkevents.c:
2855         Handle event->region in gdk_event_copy() and gdk_event_free().
2856
2857         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
2858         Generate expose_event->region when creating expose events.
2859
2860         * gdk/x11/gdkevents-x11.c:
2861         Generate expose events with regions when translating X events.
2862
2863         * gtk/gtkcontainer.[ch]:
2864         Default expose handler that propagates expose events to NO_WINDOW
2865         children. New function gtk_container_propagate_expose()
2866
2867         * gtk/gtkwidget.[ch]:
2868         Moved gtk_widget_event implementation to gtk_widget_event_internal.
2869         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
2870         expose events. New function gtk_widget_send_expose() to send expose
2871         events. New function gtk_widget_region_intersect() to calculate
2872         window/region intersections.
2873         
2874         * gtk/gtkmain.c (gtk_main_do_event):
2875         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
2876         Use gtk_widget_send_expose() to send expose events.
2877         
2878         * gtk/gtkbin.c:
2879         * gtk/gtkbox.c:
2880         * gtk/gtkfixed.c:
2881         * gtk/gtkimagemenuitem.c:
2882         * gtk/gtklist.c:
2883         * gtk/gtkpacker.c:
2884         * gtk/gtktable.c:
2885         * gtk/gtktree.c:
2886         Remove expose handler, using the default container implementation
2887         instead.
2888         
2889         * gtk/gtkbutton.c:
2890         * gtk/gtkcheckbutton.c:
2891         * gtk/gtkeventbox.c:
2892         * gtk/gtkfixed.c:
2893         * gtk/gtkhandlebox.c:
2894         * gtk/gtklayout.c:
2895         * gtk/gtklistitem.c:
2896         * gtk/gtkmenu.c:
2897         * gtk/gtkmenubar.c:
2898         * gtk/gtkmenuitem.c:
2899         * gtk/gtknotebook.c:
2900         * gtk/gtkoptionmenu.c:
2901         * gtk/gtkpaned.c:
2902         * gtk/gtkscrolledwindow.c:
2903         * gtk/gtktogglebutton.c:
2904         * gtk/gtktoolbar.c:
2905         * gtk/gtktreeitem.c:
2906         * gtk/gtkviewport.c:
2907         Chain expose handler to parent class handler. Use
2908         gtk_container_propagate_expose() to propagate exposes.
2909
2910         * gtk/gtkclist.c (check_exposures):
2911         * gtk/gtktext.c (process_exposes):
2912         Use gtk_widget_send_expose instead of gtk_widget_event.
2913
2914 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
2915
2916         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
2917
2918 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
2919
2920         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
2921         unref the nodes.   Fixes bug #50058.
2922
2923         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
2924         "::ref_iter" to "::ref_node".
2925         (gtk_tree_model_unref_node): change "::unref_iter" to
2926         "::unref_node". Fixes bug #50064.
2927
2928 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
2929
2930         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
2931         support for invisible cells.
2932          (gtk_tree_view_bin_expose): ditto
2933
2934 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
2935
2936         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
2937         on gobjects.
2938
2939         * tests/testtreefocus.c (main): New test file.
2940
2941         * tests/testtreeview.c: update to latest glib changes.
2942
2943         * tests/testtreecolumns.c: update to latest glib changes.
2944
2945 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
2946
2947         * gtk/testgtk.c: re-enabled event watcher emission hooks.
2948
2949 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
2950
2951         * *.c: added accumulator data argument to g_signal_newc()
2952         functions.
2953
2954         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
2955         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
2956         * gtk/treestoretest.c (make_window):
2957         s/g_signal_connect/g_signal_connectc/.
2958
2959         * gtk/gtktextbuffer.c: completed signal arg fixups,
2960         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
2961
2962 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
2963
2964         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
2965         G_CONST_RETURN.
2966
2967         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
2968         ::hierarchy-changed signal when a widget changes
2969         from anchored to unanchored or vice versa.
2970         (anchored means 
2971          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
2972         Use a private flag to keep track of this efficiently.
2973
2974 2001-03-07  Havoc Pennington  <hp@redhat.com>
2975
2976         * gtk/testgtk.c (create_spins): uglify so that size request gets
2977         tested.
2978
2979         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
2980         request on values for upper/lower, completes #6152
2981
2982 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
2983
2984         * Makefile.am: Remove gtk-config-2.0 again.
2985         (Grrrr, pkg-config. And stops make loops.)
2986
2987 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
2988
2989         * gtk/gtksignal.[hc]: removed old emission hook API.
2990         
2991         * docs/Changes-2.0.txt: fixed sections.
2992         
2993         * gtk/gtktextbuffer.c: signal arg fixups.
2994
2995 2001-03-07  Havoc Pennington  <hp@redhat.com>
2996
2997         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
2998
2999         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
3000         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
3001         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
3002         validation and the redraw which is higher priority than the
3003         validation.
3004
3005 2001-03-07  Havoc Pennington  <hp@redhat.com>
3006
3007         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
3008         (gtk_entry_set_property): remove trailer
3009
3010         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
3011         (gtk_entry_get_width_chars): new functions, to set size request to 
3012         a given number of characters
3013
3014         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
3015
3016         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
3017         (gtk_dialog_get_has_separator): new function
3018         (run_delete_handler): fix to not emit "response" signal
3019         because we already did in the delete event handler installed
3020         at dialog creation time.
3021         
3022         * gtk/gtkdialog.h: add a has_separator property,
3023         add GTK_DIALOG_NO_SEPARATOR flag
3024
3025 2001-03-07  Havoc Pennington  <hp@redhat.com>
3026
3027         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
3028         off decorations for a window.
3029
3030         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
3031         changes
3032
3033         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
3034         to get location of PangoLayout inside the label, closes #51198
3035
3036         * gtk/testgtk.c (create_bbox): fix up button box usage
3037
3038         * gtk/testcalendar.c (create_calendar): fix up button box usage
3039
3040         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
3041
3042         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
3043
3044         * gtk/gtkhbbox.h: deprecations
3045
3046         * gtk/gtkvbbox.h: deprecations
3047
3048         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
3049         emulate deprecated gtk_button_box_get_spacing
3050
3051         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
3052         the "set global default" functions
3053         (struct _GtkButtonBox): remove "spacing" field, use the one from 
3054         GtkBox base class
3055
3056         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
3057
3058         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
3059         render the icon, return the missing image icon.
3060
3061         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
3062         image icon if the load fails.   
3063
3064         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
3065         when no image is found; should be the Netscape "missing image"
3066         icon eventually but for now is a random image
3067
3068         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
3069         role for the session manager
3070
3071         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
3072
3073         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
3074         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
3075
3076         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
3077
3078 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
3079
3080         * gtk/*.c: marshaller fixes.
3081         
3082         * gtk/gtkmarshal.list: extreme cleanup.
3083
3084         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
3085         param spec for now.
3086
3087         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
3088         where appliable.
3089
3090         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
3091         special cased autogenerated boxed types from gtktypebuiltins_ids.c
3092         which are not reference counted:
3093         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
3094         PangoFontDescription, GtkTreeIter and GtkTreePath.
3095
3096 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
3097
3098         * gtk/gtktreeselection.h: 
3099         * gtk/gtktreemodel.c:
3100         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
3101         file should be included directly, and gobject/gmarshal.h
3102         as well as gtk/gtkmarshal.h even can't be included directly.
3103
3104         * Makefile.am: grr, install gtk-config-2.0.
3105
3106         * gtk/testgtk.c:
3107         * gtk/simple.c:
3108         * gtk/gtkmenu.c:
3109         * gtk/gtkitemfactory.c: use g_object_connect() instead of
3110         passing "*signal*::*" args to gtk_widget_set().
3111         
3112         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
3113         
3114         * gtk/*.c: removed trailer arg from property setters and getters.
3115         macro fixups.
3116
3117 2001-03-07  Alexander Larsson  <alexl@redhat.com>
3118
3119         * gtk/gtklabel.c (set_markup): Removed warning
3120
3121 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
3122
3123         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
3124         field to allow you to hide cell renderers.
3125
3126         * gtk/gtkcellrenderer.c: Add support for invisible cells.
3127
3128         * gtk/gtktreeview.c: Add support for invisible cells.
3129
3130 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
3131
3132         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
3133         Add "clicked" signal back to columns.
3134
3135         * ChangeLog: remove conflict markers.
3136
3137 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
3138
3139         * gtk/gtkbutton.c: Add animation of activation by, on 
3140         activate, pressing the button, and adding a timeout that 
3141         releases the button after 250ms or on key release and
3142         emits ::clicked. (#51501)
3143
3144         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
3145         action area, we connect to ::clicked instead of ::activate
3146         so the dialog stays up through the animation.
3147
3148 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
3149
3150         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
3151         check the ignore_enter flag for the menu shell that
3152         the item is actually a child of, not for attached
3153         submenus. (#51536)
3154
3155 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3156
3157         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3158         special key-press grab handling for widgets within
3159         GtkWindows. Otherwise, fall through to normal case.
3160
3161         This prevents key events being sent twice to GtkInvisible
3162         widgets, which can cause all sorts of mischief.
3163
3164 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3165
3166         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3167         widget is in effect, give the grab widget a first
3168         crack at KEY_PRESS/RELEASE events. (#424)
3169
3170 2001-03-06  James Henstridge  <james@daa.com.au>
3171
3172         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
3173         offset for the window_state_event to point at window_state_event
3174         rather than no_expose_event.
3175
3176 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
3177
3178         * gtk/gtkimmodule.h: fix busted /* comment */
3179
3180 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
3181
3182         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
3183         object properties.
3184
3185 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
3186
3187         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
3188         add object properties.
3189
3190         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
3191         to add object properties.
3192
3193         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
3194         object properties.
3195
3196         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
3197         add object properties.
3198
3199         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
3200         object properties.
3201
3202 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
3203
3204         * gtk/gtktreemodel.c: renamed "child_toggled" to
3205         "has_child_toggled".
3206
3207         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
3208         handle new signal name.
3209
3210         * gtk/gtktreestore.c: Updated to handle new signal name.
3211         * gtk/gtklisttore.c: Updated to handle new signal name.
3212         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
3213
3214 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3215
3216         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
3217         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
3218
3219 2001-03-05  Michael Natterer  <mitch@gimp.org>
3220
3221         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
3222         pixbuf-engine coincidentially also failed to make one of it's
3223         parent_class pointers static, causing overwriting of GtkLabel's
3224         parent_class pointer in pixbuf_style_class_init().
3225         (Will commit the fix to the pixbuf-engine too).
3226
3227 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3228
3229         * gdk/gdkwindow.h:
3230         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
3231         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
3232         gdk_window_set_icon_list for net wmspec functionality.
3233
3234         * gdk/x11/gdkwindow-x11.c:
3235         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
3236         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
3237         gdk_window_set_icon_list.
3238         Added gdk_wmspec_change_state helper function and used it in the code.
3239         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
3240
3241         * gtk/gtkdialog.c (gtk_dialog_init):
3242         Set GDK_WINDOW_TYPE_HINT_DIALOG.
3243
3244         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
3245         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
3246
3247         * gtk/gtkwindow.c:
3248         new function gtk_window_set_type_hint.
3249         On realize, set type hint and modal hint.
3250
3251         * gtk/gtkwindow.h:
3252         Added type_hint field and gtk_window_set_type_hint.
3253
3254 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3255
3256         * gtk/gtklabel.[ch]:
3257         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
3258         New function gtk_label_get_accel_keyval () to get the underline accelerator
3259         of the label. Setting the label pattern overrides other attributes.
3260
3261 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
3262
3263         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
3264         Added missing initializers to gtk_rc_style_init().
3265
3266 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
3267
3268         * gtk/gtktextview.c: fixed bug #51097 about setting 
3269         gtk_text_view_set_border_window_size() if the widget is 
3270         already realized.
3271
3272 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
3273
3274         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
3275
3276         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
3277         comment. Won't do to have duplicated doc comments between
3278         the platform subdirs.
3279
3280 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
3281
3282         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
3283           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
3284
3285         Detectable auto-repeat - make a repeating key generate
3286         press/press/press/release instead of press/release pairs.
3287
3288         If we have Xkb and XkbSetDectableAutoRepeat supports
3289         that, we do it that way. Otherwise, when we get
3290         a release event, we check ahead with XPending to see
3291         if the next key is a KeyPress with the same keycode
3292         and timestamp. (Not 100% reliable, but pretty close.)
3293           
3294 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3295         
3296         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3297         special key-press grab handling for widgets within
3298         GtkWindows. Otherwise, fall through to normal case.
3299  
3300         This prevents key events being sent twice to GtkInvisible
3301         widgets, which can cause all sorts of mischief.
3302  
3303 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3304  
3305         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3306         widget is in effect, give the grab widget a first
3307         crack at KEY_PRESS/RELEASE events. (#424)
3308  
3309 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
3310
3311         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
3312         to extend the selection. (Roughly based on patch
3313         from Jay Cox, #50939)
3314
3315         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
3316         to properly handle previous GDK_BUTTON_PRESS. 
3317         (Patch from Jay Cox, #50938)
3318
3319         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
3320         '\0' back along with the deleted text. (#51148)
3321
3322 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
3323
3324         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
3325         the group when extracting it from the X keyboard event.
3326
3327         * modules/input/Makefile.am modules/input/imipa.c: 
3328         Simple module for entering IPA. (Do we need a 
3329         gtk-stupid-input-tricks CVS module?)
3330
3331 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
3332
3333         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
3334         const.
3335
3336         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
3337
3338         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
3339         is no focus widget for the dialog currently, grab the focus as well
3340         as the default.
3341
3342         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
3343         the action area's children to iterate through, not the
3344         dialog's children.
3345
3346 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
3347
3348         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
3349         Add plug-socket tests. (Won't work worth a darn until I commit
3350         the rest of the plug-socket changes, but no reason these
3351         can't go into CVS now.)
3352
3353 2001-03-02  Havoc Pennington  <hp@redhat.com>
3354
3355         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
3356         _gdk_region_get_xrectangles()
3357
3358         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
3359
3360         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
3361
3362         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
3363         function, contributed by Ron Steinke    
3364
3365         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
3366         gdk_net_wm_supports
3367
3368         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
3369         New function, contributed by Ron Steinke
3370
3371         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
3372         used to line up the text in the entry when using the entry for
3373         editable sheet cell hacks
3374
3375         * gtk/testgtk.c (create_entry): test the activate_default setting
3376         on GtkEntry
3377
3378         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
3379         cause the entry to activate the default button for a dialog when 
3380         activated
3381         (gtk_entry_get_activates_default): new function
3382
3383 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
3384
3385         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
3386         Hwang to move call to sync_selection() up a few lines
3387         to before the row list is modified, to fix crash when
3388         removing rows in the undo_selection list.
3389
3390         (Test case provided by Daniel Elstner:
3391
3392         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
3393
3394 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
3395
3396         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
3397         of tree->root_tree in parent_set rather than _map(), 
3398         fixing #50892 in a bit better manner.
3399
3400 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
3401
3402         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
3403
3404 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
3405
3406         * gtk/gtkstyle.c : Remove duplicate fwd decl for
3407         gtk_default_draw_shadow.
3408
3409 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
3410
3411         * gdk/gdkimage.c (gdk_image_new): Remove excess 
3412         warning, make warnings more verbose, treat a error
3413         in shmat as permanent, and don't try again.
3414         (#51163, Ed Randall.)
3415
3416 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
3417
3418         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
3419         delay for the first click before starting to scroll.
3420         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
3421
3422         * gtk/gtktext.c: GtkText should have I-beam cursor. 
3423         (based on gtk-enf-990513-1.patch, Eric Fisher.)
3424
3425 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
3426
3427         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
3428         cleanup to remove some references to unused
3429         ->xoffset, ->yoffset.
3430
3431 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
3432
3433         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
3434         mask. (#51039, fix from Martin Maierhofer)
3435
3436 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
3437
3438         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
3439         for unshifted + and shifted = for non-us keyboards.
3440         Make <Control>+ and <Control>- work as well as 
3441         <Control>KP_Plus, <Control>KP_Minus for recursive
3442         open/close.  (#2682, René Seindal)
3443
3444 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
3445
3446         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
3447         the active menu item before deactivating the menu,
3448         so gtk_menu_popdown doesn't change the history. (#50964)
3449         
3450 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
3451
3452         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
3453         draw lines with text_gc rather than black_gc.
3454         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
3455
3456 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
3457
3458         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
3459         Move handling of buttons fully in gtktreeviewcolumn.  This code is
3460         less interrelated then it was, but it still requires the
3461         GtkTreeView to map it.
3462
3463         * test/testtreecolumn.c: Now I can add a column to one view,
3464         remove it, add it to the another view, remove it, then re-add it
3465         to the first.  Nifty.
3466
3467 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
3468
3469         * docs/tutorial/gtk-tut.sgml: Minor corrections
3470
3471 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
3472
3473         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
3474         GtkRowReference.
3475
3476 2001-02-28  Havoc Pennington  <hp@redhat.com>
3477
3478         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
3479         draw_default
3480         (gtk_widget_draw_focus): remove this function; we could instead
3481         make it just gtk_widget_draw(), but in most cases I think the
3482         result would be broken user code, so think it's better to have
3483         that code not compile and get fixed
3484         (gtk_widget_draw_default): ditto
3485
3486         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
3487         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
3488         
3489         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
3490         widgets lose/get the default, instead of calling draw_default
3491         
3492         * docs/Changes-2.0.txt: note about all this
3493
3494         Then fixed every widget in GTK, I won't list all the filenames.
3495
3496 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
3497
3498         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
3499         _gtk_tree_row_reference_deleted.
3500         (inserted_callback): Proxy out to
3501         _gtk_tree_row_reference_inserted.
3502         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
3503         get around signal emission ordering problem.
3504
3505         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
3506         fix to work with SINGLE 
3507         (_gtk_tree_selection_internal_select_node): Major sanitization on
3508         selections.  SINGLE now seems to work.
3509
3510         * tests/Makefile.am: add testtreecolumn.c:
3511
3512         * tests/testtreecolumn.c: New test.  Mostly points out selection
3513         bugs currently, but will test columns later.
3514
3515         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
3516         selection bug.  I hate touching this code -- it's scary.
3517
3518 2001-02-26  Havoc Pennington  <hp@redhat.com>
3519
3520         * gtk/testgtk.c: test the window state stuff
3521
3522         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
3523         window come to the user's attention as if it were just created
3524         (gtk_window_iconify): new function
3525         (gtk_window_deiconify): new function
3526         (gtk_window_stick): new function
3527         (gtk_window_unstick): new function
3528         (gtk_window_maximize): new function
3529         (gtk_window_unmaximize): new function
3530
3531         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
3532
3533         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
3534
3535         * gdk/x11/gdkevents-x11.c: create window state events when
3536         appropriate
3537         (gdk_wmspec_supported): new function
3538
3539         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
3540         iconification before showing the window
3541         (gdk_window_deiconify): new function
3542         (gdk_window_stick): new function
3543         (gdk_window_unstick): new function
3544         (gdk_window_maximize): new function
3545         (gdk_window_unmaximize): new function
3546
3547         * gdk/gdkwindow.c: store the window state in the window; 
3548         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
3549         window->mapped.
3550         (gdk_window_get_state): return the current window state
3551
3552         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
3553         (gdk_event_get_state): handle GDK_WINDOW_STATE
3554         (gdk_synthesize_window_state): function to create the window state
3555         events
3556
3557         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
3558         event, for changes to "window state" such as maximized, sticky, 
3559         etc.
3560         
3561         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
3562         focuses a window
3563
3564         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
3565         finds out if we support a given WM spec hint
3566
3567 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
3568
3569         * docs/faq/gtk-faq.sgml: New question re memory leaks.
3570
3571 2001-02-25  Hans Breuer  <hans@breuer.org>
3572
3573         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
3574         cause we want to loose those prototypes only in the latter case
3575
3576         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
3577         GdkPixmapImplWin32 because it itsn't derived from it. Use the
3578         impl member variable instead
3579
3580         * gtk/gtk.def : updated
3581
3582         * gtk/gtklist.c : 
3583         * gtk/gtkmenus.c : include <string.h> for memset ()
3584
3585         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
3586         for everthing built here, but for gtk-x.x.dll only. This solves
3587         problem of indifferent gtk type definitions
3588
3589 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
3590
3591         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
3592
3593 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
3594
3595         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
3596         column that is exposed.
3597
3598         (_gtk_tree_view_update_size): Changed name from set_size, and
3599         changed function to do more work, and not force people calling it
3600         to figure out the size.  Simplifies a lot of code elsewhere.
3601
3602 2001-02-23  Alexander Larsson  <alexl@redhat.com>
3603
3604         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
3605         return solid masks for xpms that have no transparent color.
3606         This makes the ..._create_from_xpm... API backwards
3607         compatible.
3608
3609 2001-02-23  Tor Lillqvist  <tml@iki.fi>
3610
3611         * README.win32: Update. Mention the gtk-1-3-win32-production
3612         branch.
3613
3614         * gdk/win32/bdfcursor.c: New file. A program that generates
3615         xcursors.h. Thanks to Stefan Ondrejicka.
3616
3617         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
3618         compact format.
3619
3620         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
3621
3622         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
3623         function, uses xcursors.h.
3624         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
3625         cursor from inline data instead of using LoadCursor() to generate
3626         it from a resource.
3627
3628         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
3629         event, must check the Windows message for mouse button state, as
3630         the GDK event state might not have been built if it is
3631         undelivered. Remove one goto.
3632
3633         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
3634         SetCursor() if the current cursor as returned by GetCursor() is
3635         the window's previous cursor. The ChildWindowFromPoint() test
3636         apparently didn't work correctly.
3637
3638         * gdk/win32/rc/*.cur: Remove.
3639
3640         * gdk/win32/rc/gdk.rc.in: Remove cursors.
3641
3642         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
3643
3644         * gtk/makefile.{mingw,msc}.in: Updates.
3645
3646 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
3647
3648         * gtk/gtktreemodel.h: add functions for signal emission.
3649
3650         * gtk/gtktreestore.c: move to use above functions instead of
3651         g_signal_emit.
3652
3653         * gtk/gtkliststore.c: ditto
3654
3655 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
3656
3657         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
3658         GObject instead of GtkObject.
3659
3660         * gtk/gtkliststore.c: ditto.
3661
3662         * gtk/gtktreemodelsort.c: ditto.
3663
3664         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
3665         GtkTreeModelIface, instead of in each model.
3666
3667 2001-02-21  Havoc Pennington  <hp@redhat.com>
3668
3669         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
3670         unbreak this function
3671
3672         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
3673         properties
3674
3675         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
3676         properties
3677
3678         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
3679         properties
3680
3681         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
3682         mean unset the max length
3683
3684 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
3685
3686         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
3687         Changed name to be set_cell_data_func to make it clear what
3688         the functino does.  Close bug #51069.
3689
3690 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
3691
3692         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
3693         have memory actually freed.  Keeps box running longer.
3694
3695 2001-02-21  Alexander Larsson  <alexl@redhat.com>
3696         
3697         * gtk/gtkseparatormenuitem.[ch]:
3698         Added new menu separator item. The drawing and size handling
3699         is still done in GtkMenuItem, but the API is a bit more sane.
3700         
3701         * gtk/Makefile.am:
3702         Add gtkseparatormenuitem.[ch].
3703
3704         * gtk/gtk.h:
3705         Add gtkseparatormenuitem.h.
3706         
3707         * gtk/gtkentry.c:
3708         * gtk/gtkmenufactory.c:
3709         * gtk/gtktextview.c:
3710         Use the new API for menu separators.
3711         
3712         * demos/gtk-demo/menus.c (create_menu):
3713         Add some GtkSeparatorMenuItem demo code.
3714
3715 2001-02-20  Havoc Pennington  <hp@redhat.com>
3716
3717         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
3718         Lee Mallabone
3719
3720         * gtk/gtkarrow.c: Convert to new property API, patch from 
3721         Lee Mallabone
3722
3723 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
3724
3725         * tests/testtreeview.c (toggled_callback): fix to reflect change
3726         in GtkTreeModelStore.
3727
3728 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
3729
3730         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
3731         function to create an icon set from a pixbuf.
3732
3733 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3734
3735         * gtk/gtkcellrenderertext.[ch]:
3736         Add a "markup" property.
3737
3738         * gtk/treestoretest.c:
3739         Use the markup property, remove some leftover stuff from
3740         GtkTreeModelMapping.
3741
3742 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3743
3744         * gtk/gtklabel.c (gtk_label_set_selectable):
3745         Queue a redraw if the selectable setting was changed.
3746
3747 2001-02-20  Alexander Larsson  <alexl@redhat.com>
3748
3749         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
3750         Actually copy the whole gc, not just the public parts.
3751         
3752         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
3753         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
3754         labels.
3755
3756 2001-02-19  Havoc Pennington  <hp@pobox.com>
3757
3758         * gdk/gdkwindow.c: docs
3759
3760         * gdk/gdkrgb.c: docs
3761
3762         * gdk/gdkregion-generic.c: docs
3763
3764         * gdk/gdkgc.c (gdk_gc_set_values): docs
3765
3766         * gdk/gdkdraw.c: docs
3767
3768         * gdk/gdkdrawable.h: deprecate drawable get/set data
3769
3770 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
3771
3772         * demos/gtk-demo/dialog.c: Add simple new demo.
3773
3774 2001-02-19  Havoc Pennington  <hp@redhat.com>
3775
3776         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
3777         insert_child_anchor signal, bug #50245
3778
3779         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
3780         from create_child_anchor, so the anchor is passed in
3781
3782         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
3783         (_gtk_widget_segment_new): have the child anchor object passed in, 
3784         instead of creating it.
3785
3786         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
3787         to gtk_text_buffer_get_modified
3788
3789 2001-02-19  Havoc Pennington  <hp@redhat.com>
3790
3791         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
3792         changed GLib without fixing GTK
3793
3794         * gtk/gtkrange.h: Rename all the stupid implementation detail 
3795         functions to have an underscore in front. Most of them should 
3796         probably just go away, but for starters don't export them.
3797         Bug #50482
3798
3799 2001-02-19  Havoc Pennington  <hp@redhat.com>
3800
3801         * gdk/gdkcolor.h: test was backward, so deprecated functions were
3802         excluded by default
3803
3804         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
3805         clean up the old code a bit
3806
3807         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
3808         inconsistent state
3809
3810         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
3811         draw inconsistent state
3812
3813         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
3814         (create_menu): add inconsistent test
3815
3816         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
3817         new function
3818         (gtk_check_menu_item_get_inconsistent): new function
3819         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
3820         state (using etched in for now)
3821
3822         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
3823         draw inconsistent state
3824
3825         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
3826         function, used when the user has selected a range of stuff in
3827         different states
3828         (gtk_toggle_button_get_inconsistent): accessor for that
3829         (gtk_toggle_button_paint): draw inconsistent state (etched in?
3830         don't know what else to do)
3831
3832 2001-02-19  Hans Breuer <hans@breuer.org>
3833
3834         * gtk/gtk.def : updated exported symbols
3835
3836         * gtk/makefile.msc.in : updated
3837
3838         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
3839         a colormap, when invoked from testgtk::entry. I'm not sure where
3840         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
3841         avoids immediate crashing ...
3842
3843         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
3844         any objections ?
3845
3846         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
3847         0 parameter. At least msvc doesn't like macros with var args. 
3848         I simply removed the extra 0, was it a feature or a typo ?
3849
3850         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
3851         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
3852         because the value assignment to the internal struct wasn't working.
3853         I'm not absolutely sure. The problem could have been resolved by
3854         changing the "func" declartion in the struct, but was the pointer
3855         to the function pointer intended ?
3856
3857         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
3858
3859         * gdk/gdk.def : updated exported symbols
3860
3861         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
3862         only use SetDIBitsToDevice if there is a palette at the drawable
3863         and the image is GDK_VISUAL_PSEUDO_COLOR
3864
3865         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
3866
3867         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
3868
3869         * gdk/*/makefile.msc : updated
3870
3871 2001-02-19  Havoc Pennington  <hp@redhat.com>
3872
3873         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
3874         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
3875
3876         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
3877         (gdk_key_repeat_restore): nuke
3878
3879         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
3880         (gdk_init_check): no atexit func
3881
3882         * gdk/gdkrgb.h: mark some stuff deprecated
3883
3884         * gdk/gdkcolor.h: mark some stuff deprecated
3885         
3886         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
3887
3888         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
3889
3890 2001-02-16  Havoc Pennington  <hp@redhat.com>
3891
3892         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
3893         scroll steps.
3894
3895         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
3896         steps, and add Ctrl-arrow shortcuts for paging visually as with
3897         HScale, since Page Up and Page Down move logically.
3898
3899         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
3900         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
3901         
3902         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
3903         steps
3904         (gtk_range_scroll): handle the visual steps
3905
3906         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
3907         scroll steps
3908
3909         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
3910         steps, not the logical ones.
3911
3912         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
3913         (scroll_vertical): handle up/down steps
3914
3915 2001-02-19 Alexander Larsson  <alexl@redhat.com>
3916
3917         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
3918         Copy data and free data with free().
3919
3920         * gdk-pixbuf/gdk-pixbuf.c:
3921         * gdk-pixbuf/io-jpeg.c:
3922         * gdk-pixbuf/io-png.c:
3923         Use g_try_malloc/g_free instead malloc/free.
3924         
3925         * gdk-pixbuf/test-gdk-pixbuf.c:
3926         Must... initialize... gobject...
3927         
3928         * gdk-pixbuf/pixops/timescale.c:
3929         * gtk/gtkcalendar.c:
3930         Use g_malloc instead of malloc.
3931         
3932 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
3933
3934         * gtk/testgtkrc:
3935         Comment out property assignments, these don't work yet.
3936
3937 2001-02-17  Havoc Pennington  <hp@pobox.com>
3938
3939         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
3940         bit.
3941
3942 2001-02-17  Havoc Pennington  <hp@pobox.com>
3943
3944         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
3945         shadowed variables that had broken size request in some cases,
3946         leading to bogus tooltips (#50996)
3947
3948 2001-02-06  Jon K Hellan  <hellan@acm.org>
3949
3950         Implement fast browsing of tooltips, bug #50619
3951         
3952         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
3953         and last_popdown
3954         
3955         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
3956         use_sticky_delay and last_popdown.
3957         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
3958         time of popdown.
3959         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
3960         is NULL.
3961         (gtk_tooltips_recently_shown): New static function.  Return true
3962         if < sticky_delay has elapsed since last popdown.
3963         (gtk_tooltips_event_handler): Display window after sticky_delay
3964         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
3965         since last popdown.
3966         
3967 2001-02-17  Havoc Pennington  <hp@pobox.com>
3968
3969         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
3970         instead of (). #6394
3971
3972         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
3973         G_CONST_RETURN, make it return by reference, #50473
3974         
3975 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
3976
3977         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
3978         generated ENTER_NOTIFY event with 0, otherwise not explicitely
3979         setup fields contain garbage (e.g. subwindow, breaking
3980         gdk_drawable_ref() upon event copy).
3981         (gtk_menu_stop_navigating_submenu_cb): same here.
3982
3983         * gtk/gtklist.c (gtk_list_vertical_timeout): 
3984         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
3985         * gtk/gtkclist.c (vertical_timeout): 
3986         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
3987         default-zero-intialization for unions to memset(,0,), as unions are
3988         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
3989         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
3990
3991         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
3992         g_closure_sink() warning.
3993
3994         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
3995         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
3996         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
3997         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
3998         
3999 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
4000
4001         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
4002         gtk_*_store_get, and moved to GtkTreeModel.
4003
4004         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
4005
4006         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
4007
4008         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
4009
4010         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
4011         set the func.
4012
4013         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4014         freeze/thaw notify between setting all the properties for a cell.
4015
4016         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
4017
4018 2001-02-15  Havoc Pennington  <hp@redhat.com>
4019
4020         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
4021         the X coordinates so they're with respect to the line, rather than 
4022         with respect to the layout.
4023
4024         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
4025         Mallabone
4026
4027         * gtk/testgtk.c (create_range_controls): add vscale tests, 
4028         and inverted test
4029
4030         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
4031         #50806
4032
4033         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
4034
4035         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
4036         gtk_text_iter_is_end
4037
4038         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
4039         rename gtk_text_buffer_get_end_iter
4040
4041         * gtk/testgtk.c (create_labels): Add test for selectable
4042
4043         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
4044         the selection stuff. This code is kind of broken since it doesn't 
4045         use the theme engine.
4046
4047         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
4048         fix infinite loop and y offset problem
4049         (gdk_draw_layout_line_with_colors): fix foreground color handling
4050
4051         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
4052         that makes the label selectable.
4053         
4054         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
4055         layout when the style is set, since fonts etc. could have changed.      
4056
4057 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
4058
4059         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
4060
4061         * gtk/gtktreemodelsimple.[ch]: removed.
4062
4063 2001-02-16  Alexander Larsson  <alexl@redhat.com>
4064
4065         * gtk/gtktreemodelmapping.[ch]:
4066         New files. Implement GtkTreeModelMapping.
4067         
4068         * gtk/Makefile.am:
4069         Add gtktreemodelmapping.[ch].
4070         
4071         * gtk/gtk.h:
4072         Add gtktreemodelmapping.h
4073
4074         * gtk/treestoretest.c:
4075         Test the GtkTreeModelMapping
4076
4077 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
4078
4079         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
4080         have a demo, we might as well pass in real values.  Thanks to
4081         clahey for pointing this out.
4082
4083 2001-02-14  Havoc Pennington  <hp@pobox.com>
4084
4085         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
4086         "static" to a private function
4087         (gtk_image_menu_item_class_init): remove destroy handler,
4088         add "image" object property
4089
4090 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
4091
4092         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
4093         Add a shortcut if the window and the current clip_region doesn't
4094         overlap. This is needed when there are a lot of windows in a
4095         window. The layout test in testgtk is a good test.
4096
4097         * gdk/linux-fb/gdkwindow-fb.c:
4098         Whitespace fix.
4099
4100 2001-02-13  Sven Neumann  <sven@convergence.de>
4101
4102         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
4103
4104 2001-02-13  Alexander Larsson  <alexl@redhat.com>
4105
4106         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
4107         Don't reference last_cursor if it is null. Fixes crash when rotating
4108         the screen before having moved the mouse.
4109
4110         * gdk/linux-fb/gdkcc-fb.c: Zapp!
4111
4112         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
4113
4114         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
4115         when using 90 or 270 degrees rotation.
4116
4117 2001-02-12  Havoc Pennington  <hp@pobox.com>
4118
4119         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
4120         it always set the foreground, even if we were only using
4121         a stipple.
4122         (gdk_draw_layout_line_with_colors): new function, allow
4123         override colors
4124         (gdk_draw_layout_with_colors): new function, allow override
4125         colors
4126         (gdk_pango_layout_line_get_clip_region): function to get the clip
4127         region for a logical text range
4128         (gdk_pango_layout_get_clip_region): get the clip region for a
4129         logical text range
4130
4131         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
4132         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
4133         the right number of arguments.
4134
4135         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
4136         enhance the function to check that node data corresponds to a 
4137         view still belonging to the tree.
4138
4139         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
4140         GtkTreePath
4141         (gtk_tree_view_inserted): ditto
4142         (gtk_tree_view_child_toggled): ditto
4143
4144         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
4145         simplify this code.
4146
4147         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
4148         a PangoAttrList
4149
4150         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
4151
4152         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
4153
4154         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
4155         size in the size request 
4156         (gtk_menu_bar_size_allocate): consider toggle size here
4157
4158         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
4159         that displays a widget in the toggle slot
4160
4161         * gtk/testgtk.c: test GtkImageMenuItem
4162
4163         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
4164         
4165         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
4166         request and allocation
4167
4168         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
4169
4170         * gtk/gtkcheckmenuitem.c
4171         (gtk_check_menu_item_toggle_size_request): ditto
4172         
4173 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
4174
4175         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
4176         reference.
4177
4178         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
4179         and refuse to initialize GTK+ if they fail.
4180
4181 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
4182
4183         * configure.in: Add check for gtk-doc version.
4184
4185 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4186
4187         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
4188         where the xpad/ypad was only being used on one side!
4189
4190 2001-02-11  Tor Lillqvist  <tml@iki.fi>
4191
4192         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
4193         function, copied from X11 version.
4194
4195         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
4196         DestroyCursor failures. The reason for the problem (despite the
4197         inconsistent messages from GetLastError()) was that
4198         DestroyCursor() cannot be called while a cursor is set in a
4199         window. Set the new cursor first and then destroy the old one.
4200         Thanks to jpe@archaeopteryx.com.
4201
4202         * gdk/win32/gdkcc-win32.c: Remove.
4203
4204         * gdk/win32/Makefile.am: Remove from here, too.
4205         
4206         * gdk/gdk.def
4207         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
4208
4209         * gtk/gtk.def
4210         * gtk/makefile.mingw.in: Updates.
4211
4212 2001-02-08  Havoc Pennington  <hp@redhat.com>
4213
4214         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
4215         add a widget to a bin that already has a child.
4216
4217         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
4218
4219         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
4220         
4221         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
4222
4223         * gdk/gdk.h: remove gdkcc.h
4224
4225         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
4226
4227         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
4228         GdkPixbuf, since the previous implementation was GdkColorContext
4229         dependent.
4230
4231         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
4232         
4233 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
4234
4235         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
4236         a sane value!
4237
4238 2001-02-08  Havoc Pennington  <hp@redhat.com>
4239
4240         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
4241         lighten them.
4242
4243 2001-02-08  Havoc Pennington  <hp@redhat.com>
4244
4245         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
4246         validation idle
4247
4248         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
4249         cell renderer
4250
4251         * demos/pixbuf-demo.c (timeout): remove deprecated
4252         gtk_widget_draw
4253
4254         * demos/testpixbuf-save.c (main): remove deprecated
4255         gtk_drawing_area_size
4256
4257         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
4258         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
4259         at the start of the allocation.
4260         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
4261         unsetup or NULL model.
4262
4263         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
4264         even/odd/sorted cells in the tree view.
4265
4266         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
4267         bugfixes
4268
4269         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
4270         backgrounds with draw_flat_box using different detail for even/odd
4271         rows.
4272
4273         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
4274         row, so we can draw the alternating colors thing
4275
4276         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
4277         property from a synonym property, notify for the synonym.
4278         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
4279         (gtk_text_tag_get_property): Always return the font, even if
4280         all its fields aren't set
4281
4282         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
4283         store the attr list; it leaves us with no way to change attributes
4284         in _render according to the render flags, and no way to implement
4285         get_property. Instead store all the specific text attributes. 
4286         Separate whether an attribute is enabled from its value. Sync all
4287         properties with GtkTextTag, make them all consistent, etc.
4288
4289         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
4290         renderers can highlight the sort row/column     
4291
4292         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
4293         accessor functions to get values; this has the side effect of
4294         showing up which accessor functions were missing. Added those.
4295
4296         * gtk/gtktreeviewcolumn.h: Replace set_justification with
4297         set_alignment, to be consistent with GtkLabel, GtkMisc
4298
4299         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
4300         arrow.
4301
4302         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
4303
4304         * gtk/gtktreesortable.h: updates in here
4305
4306 2001-02-07  Sven Neumann  <sven@convergence.de>
4307
4308         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
4309         pango dimensions after painting the background. We used to draw
4310         gigantic flat boxes here.
4311
4312 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
4313
4314         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
4315         error introduced with earlier commit) (pointed out by
4316         Ollie Lho)
4317
4318 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
4319
4320         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
4321         which are no longer necessary.
4322
4323 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
4324
4325         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
4326
4327 2001-02-04  Tor Lillqvist  <tml@iki.fi>
4328
4329         * gdk/gdk.def
4330         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
4331         Provide dummy implementations.
4332
4333 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
4334
4335         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
4336
4337         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
4338         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
4339         deprecated this function.
4340
4341         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
4342         argument.
4343
4344 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
4345
4346         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
4347
4348 2001-02-03  Havoc Pennington  <hp@pobox.com>
4349
4350         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
4351         Mikael Hermansson with patch from Mikael (if there was a toggle
4352         start one after the first character in the range, this function
4353         was broken). Bug #50380
4354
4355 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
4356
4357         * configure.in: Remove confusing comment about X11.
4358
4359 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
4360
4361         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
4362         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
4363         
4364 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
4365
4366         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
4367         it breaks things on BSD. If you want to compile GTK+ with
4368         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
4369         when configuring, since GTK+ simply can't be "pure ANSI" 
4370         in the header files it uses. (#8170, Greg Hudson)
4371
4372 2001-02-02  Havoc Pennington  <hp@redhat.com>
4373
4374         * gtk/gtkwindow.c: docs
4375
4376         * gtk/gtkwidget.c: docs
4377         (gtk_widget_set_colormap): add a reference to the colormap
4378         (gtk_widget_get_default_colormap): add a reference to the colormap
4379
4380         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
4381
4382         * gtk/gtktextiter.c: docs
4383
4384         * gtk/gtkmain.c (gtk_propagate_event): docs
4385
4386         * gtk/gtkpaned.c (gtk_paned_get_position): docs
4387         (gtk_paned_set_position): docs
4388
4389         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
4390         sort interface, no implementation yet.
4391
4392         * demos/testpixbuf.c (new_testrgb_window): replace
4393         gtk_drawing_area_size() with gtk_widget_set_usize()
4394
4395         * demos/testpixbuf-drawable.c (main): ditto
4396         
4397         * gtk/testgtk.c: remove use of GtkStatusbarMsg
4398
4399         * gtk/gtktextbuffer.c: docs
4400
4401         * gtk/gtkstock.c: docs
4402
4403         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
4404
4405         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
4406
4407         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
4408         
4409         * gtk/gtkimage.c: add some docs in here
4410         (gtk_image_size_request): change name of
4411         gtk_widget_render_stock_icon
4412         (gtk_image_get_icon_set): don't dup returned string
4413         (gtk_image_get_icon_set): don't dup returned string
4414
4415         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
4416         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
4417         and gtkiconfactory.h functions
4418
4419         * gtk/gtkiconfactory.c: add some docs in here
4420
4421         * gtk/gtkmain.c (gtk_get_default_language): document
4422         (gtk_get_current_event): document
4423         (gtk_get_current_event_state): document
4424         (gtk_get_event_widget): document
4425
4426         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
4427
4428         * gtk/gtkcontainer.c: Add some documentation
4429         (gtk_container_add): give a more explanatory warning on adding an
4430         already-parented widget, this is kind of a FAQ and also a common
4431         typo that's easier to debug with a nice warning 
4432
4433         * gtk/gtkcellrenderertoggle.c
4434         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
4435         adding this, it's useless
4436         (gtk_cell_renderer_toggle_set_active): remove
4437         (gtk_cell_renderer_toggle_get_radio): add
4438
4439         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
4440         the NULL cell renderer, that doesn't make any sense to me. 
4441
4442         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
4443         demo code should never use deprecated features.
4444
4445         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
4446         code should never use deprecated features.
4447
4448         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
4449         gtk_widget_queue_clear_area deprecated
4450
4451         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
4452         deprecated
4453
4454         * gtk/gtklabel.h: mark gtk_label_get() deprecated
4455
4456         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
4457         a GdkImage deprecated, replaced by new consistently-named
4458         functions       
4459
4460         * gtk/gtkmain.h: Mark gtk_exit() deprecated
4461
4462         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
4463
4464         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
4465         deprecated
4466
4467         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
4468         so it won't appear in docs and confuse people.
4469
4470         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
4471
4472         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
4473         macros deprecated. (can't mark the type itself deprecated, since
4474         GtkProgressBar is not deprecated and we need the type decl to use
4475         GtkProgressBar)
4476
4477         * gtk/gtkpixmap.h: Mark deprecated
4478
4479         * gtk/gtkoldeditable.h: Mark deprecated
4480
4481         * gtk/gtklist.h: Mark deprecated
4482
4483         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
4484         for anything anymore.
4485
4486         * gtk/gtkctree.h: Mark deprecated
4487
4488         * gtk/gtkclist.h: Mark deprecated
4489
4490         * gtk/gtkpreview.h: Mark deprecated
4491
4492         * gtk/gtkpacker.h: Mark deprecated
4493
4494         * gtk/gtktipsquery.h: Mark deprecated
4495
4496         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
4497
4498         * gtk/gtkvruler.h: Add comment that it will move out of GTK
4499
4500         * gtk/gtkhruler.h: Add comment that it will move out of GTK
4501
4502         * gtk/gtkruler.h: Add comment that it will move out of GTK
4503
4504         * gtk/gtkgamma.h: Add comment that it will move out of GTK
4505
4506         * gtk/gtkcurve.h: Add comment that it will move out of GTK
4507
4508 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
4509
4510         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
4511         gdk_colormap_sync private since it was never exported
4512         in a header file.
4513
4514         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
4515         colormap->colors[] for StaticGray, StaticColor colormaps.
4516
4517         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
4518         was being used as if it was image->bits_per_pixel.
4519
4520         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
4521         for the image in the GdkImage structure since it isn't
4522         reconstructable, and we need it to handle packed types
4523
4524         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
4525         the assumption that on Win32 image->bits_per_pixel == image->depth,
4526         always.
4527
4528         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
4529
4530         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
4531         warning message if no converter can be found. 
4532
4533 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
4534
4535         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
4536         chars to isupper() / tolower(). (#567)
4537
4538         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
4539         to clear up 64-bit warnings. (#567)
4540
4541 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
4542
4543         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
4544         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
4545
4546         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
4547         since some people set $(libdir) separately. (#1290, David Kaelbling)
4548
4549 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
4550
4551         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
4552         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
4553         MAXPATHLEN, but the code here depends on a fixed value.)
4554         (#4524)
4555
4556 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
4557
4558         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
4559         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
4560
4561 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
4562
4563         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
4564         viewable there is no way that moving the node will cause the 
4565         focus row to become not viewable, so omit check on the visibility
4566         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
4567
4568 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
4569
4570         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
4571         selection before inserting new text.
4572
4573 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
4574
4575         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
4576         Make the sensitivity of the reparented child track that of
4577         the original parent menu item. (#34218, David Hodson)
4578
4579         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
4580         the case where the current item is destroyed properly.
4581
4582         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
4583         some edge cases with child-less menuitems.
4584         
4585 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
4586
4587         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
4588         key pop down window. (#12074, Jon K Hellan)
4589
4590 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
4591
4592         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
4593         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
4594         The solution here isn't perfect - you get an extraneous
4595         emission of "toggle", which could conceivably confuse an app,
4596         but better than the current situation. LXR search seems to
4597         indicate that no apps in GNOME CVS connect to "toggle".
4598
4599 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
4600
4601         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
4602         gtk_public_h_sources to directly here to avoid warning when
4603         building srcdir != builddir. (#9656)
4604
4605 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
4606
4607         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
4608         handlers in gtkrange.c return the proper values (TRUE == handled)
4609         (#10316).
4610
4611         This is just the tip of the iceberg, but gtkrange.c is the
4612         most common place where the propagation is problematical,
4613         and also a place where it is almost certainly safe to change
4614         this in the stable branch.
4615
4616         (You don't want right click popups on a range control or anything...)
4617
4618 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
4619
4620         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
4621         area on focus out, even if a background pixmap isn't set.
4622         (#13941)
4623         
4624 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
4625
4626         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
4627         to deal with setting the shape properly when scrolling arrows are
4628         turned on, but not visible because there is sufficient space.
4629         (#13432)
4630
4631 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
4632
4633         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
4634         items with submenus, destroy the item along with the submenu.
4635         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
4636         properly.
4637
4638         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
4639         later.
4640
4641 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
4642
4643         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
4644         the focus widget sometimes wasn't drawn with the default if there
4645         was no default widget.
4646
4647         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
4648         unreference pixmaps. 
4649
4650         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
4651         for some extra safety.
4652
4653 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
4654
4655         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
4656         the text of a cell to the old pointer value better, by
4657         copying the new text before freeing the old text. Some code
4658         cleanup. (#8079, Karl Nelson)
4659
4660 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
4661
4662         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
4663         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
4664
4665 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
4666
4667         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
4668         item from a menu, check to see if it matches 
4669         menu->old_active_menu_item, and if so, unref and clear
4670         old_active_menu_item (Patch from Pavel Cisler)
4671
4672         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
4673         menu_shell->active_menu_item, if it is the child being
4674         removed. (Patch based on that of Gene Ragan, #50337)
4675
4676 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
4677
4678         * gdk/linux-fb/gdkselection-fb.c: 
4679         * gdk/linux-fb/gdkcolor-fb.c: 
4680         * gdk/linux-fb/gdkdrawable-fb2.c: 
4681         * gdk/linux-fb/gdkfont-fb.c: 
4682         * gdk/linux-fb/gdkim-fb.c: 
4683         * gdk/linux-fb/gdkinput.c: 
4684         * gdk/linux-fb/gdkkeyboard-fb.c: 
4685         * gdk/linux-fb/gdkmain-fb.c: 
4686         * gdk/linux-fb/gdkrender-fb.c: 
4687         A bunch of whitespace cleanup.
4688         
4689 2001-01-30  Havoc Pennington  <hp@pobox.com>
4690
4691         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
4692         #ifdef GTK_ENABLE_BROKEN.
4693
4694         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
4695         GTK_ENABLE_BROKEN just before including the broken headers.
4696         
4697         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
4698         deprecated types registered.
4699
4700         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
4701         we have to test the broken stuff.
4702
4703         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
4704         
4705 2001-01-30  Havoc Pennington  <hp@redhat.com>
4706
4707         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
4708         here where prev pointer was set to the wrong thing
4709
4710         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
4711         (gtk_tree_path_is_descendant): new function
4712
4713         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
4714         cached length
4715         (gtk_list_store_get_iter): don't modify iter if we can't get the
4716         path.
4717
4718         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
4719         
4720         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
4721         GtkTreeDragDest
4722
4723         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
4724         was causing segfault
4725
4726         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
4727         pointer to NULL
4728
4729         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
4730
4731         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
4732         on returning FALSE
4733         (gtk_list_store_iter_children): ditto
4734         (gtk_list_store_iter_nth_child): ditto
4735         (gtk_list_store_iter_nth_child): ditto
4736         (gtk_list_store_iter_parent): ditto
4737
4738         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
4739         on iter->user_data != NULL instead of silently accepting it.
4740         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
4741         we are returning TRUE.
4742         (gtk_tree_store_iter_children): ditto
4743         (gtk_tree_store_iter_nth_child): ditto
4744         (gtk_tree_store_iter_parent): ditto
4745         (gtk_tree_store_insert): remove handling of parent->user_data ==
4746         NULL, replace with parent == NULL       
4747
4748         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
4749         and a comment explaining things
4750
4751         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
4752         interface support to GtkTreeStore.
4753
4754         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
4755         FALSE if no prev, fix
4756
4757         * gtk/gtktreeview.c (set_source_row): use a row reference
4758         (set_dest_row): use a row reference
4759
4760 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
4761
4762         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
4763         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
4764         (gtk_tree_selection_select_iter): The same as above.
4765
4766 2001-01-26  Havoc Pennington  <hp@redhat.com>
4767
4768         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
4769         which holds a handle to a specific row (particular set of values
4770         in the model, i.e. pointer-identity row).
4771
4772         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
4773         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
4774         Still need to use it for the src/dest row saved on the drag context.
4775
4776 2001-01-26  Havoc Pennington  <hp@redhat.com>
4777
4778         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
4779
4780         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
4781         not offset by TREE_VIEW_HEADER_HEIGHT
4782         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
4783         TREE_VIEW_HEADER_HEIGHT
4784
4785         * configure.in (included_loaders): for me, --with-included-loaders
4786         generates the error "the specified loader yes does not exist",
4787         i.e. the arg defaults to "yes", so change test for value ""
4788         to test for value "yes", and include all loaders in that case.
4789
4790         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
4791
4792         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
4793         handle TREE_VIEW_VERTICAL_SEPARATOR
4794         (gtk_tree_view_bin_expose): fix to consider the row offset as
4795         pointing halfway into vertical separator.       
4796         (gtk_tree_view_draw_node_focus_rect): ditto
4797
4798         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
4799         --gtk-debug=updates, which causes gdk_window_set_debug_updates
4800         (TRUE) to be called.
4801
4802         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
4803         debug mode where the invalid region is colored in on invalidate,
4804         so you can see the flicker and know whether your redraw code is 
4805         doing a good job.
4806
4807         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
4808         tree window coordinates (clip rect is in tree window coords)
4809
4810         * gtk/Makefile.am: add gtktreednd.[hc]
4811
4812         * gtk/gtkliststore.c: implement gtktreednd interfaces.
4813
4814         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
4815         drag-and-drop data operations on a model (so we can set up tree
4816         drag-and-drop automatically)
4817
4818         * gtk/testgtk.c: Add a window to change sensitivity in the
4819         GtkLabel test; add a way to change the entry frame in GtkEntry
4820         test
4821
4822         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
4823         (gtk_entry_get_has_frame): new functions to remove the frame
4824         around an entry
4825         (gtk_entry_size_request): shrink requisition if no frame
4826         (gtk_entry_draw_focus): don't draw frame if no frame
4827
4828         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
4829         checks inside a cell renderer
4830         (gtk_default_draw_option): ditto for options
4831
4832         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
4833         children from the alignment, not the button
4834         (gtk_tree_view_column_init): ref/sink the column, to emulate
4835         GObject refcounting.
4836
4837         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
4838         
4839         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
4840         Use theme functions to draw the toggles 
4841
4842         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
4843
4844         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
4845         GdkPangoAttrEmbossed to use in rendering insensitive text
4846
4847         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
4848
4849         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
4850         using new GDK features
4851         
4852 2001-01-24  Alexander Larsson  <alexl@redhat.com>
4853
4854         * gtk/gtkimage.c:
4855         Splitted gtk_image_clear into gtk_image_clear() and
4856         gtk_image_reset(). Call gtk_image_clear() in ::destroy
4857         to avoid leaks.
4858
4859         * gtk/gtklabel.c (set_markup):
4860         Don't leak text.
4861
4862         * gtk/gtktextlayout.c:
4863         Always free display->shaped_objects.
4864
4865         * gtk/testgtk.c (create_clist):
4866         Don't leak custom style.
4867
4868 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4869
4870         * gtk/gtkcolorsel.c (grab_color_at_mouse):
4871         Don't leak image. Simplify using gdk_colormap_query_color().
4872         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
4873
4874         * linux-fb/gdkcolor-fb.c:
4875         Implemented gdk_colormap_query_color.
4876
4877 2001-01-23  Alexander Larsson  <alexl@redhat.com>
4878
4879         * linux-fb/gdkcursor-fb.c:
4880         Don't leak built-in cursors.
4881
4882         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
4883         Don't leak tmp_points.
4884
4885         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
4886         Don't modify desc. Don't leak font if the PangoFont
4887         isn't found.
4888         
4889         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
4890         Free dash_list.
4891
4892         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
4893         Don't leak string.
4894         
4895 2001-01-20  Havoc Pennington  <hp@pobox.com>
4896
4897         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
4898         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
4899         me, matches Pango
4900
4901 2001-01-22  Havoc Pennington  <hp@redhat.com>
4902
4903         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
4904
4905         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
4906
4907         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
4908         Remove, move back to gdk-pixbuf
4909
4910         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
4911         to all the word functions
4912
4913         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
4914         before doing anything on NULL layout or if we don't have the focus
4915
4916         * gtk/testtext.c (fill_example_buffer): "justification"
4917
4918         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
4919         to be called "justification" not "justify"
4920
4921         * demos/gtk-demo/textview.c (create_tags): "justification"
4922         
4923         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
4924
4925 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4926
4927         * gdk/gdkwindow.c (gdk_window_invalidate_region):
4928         Don't leak visible_region. Use visible_region instead of region.
4929         
4930         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
4931         Don't do extra gdk_drawable_ref(). This is not X.
4932         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
4933         gdk_fb_focused_window is ref:ed.
4934         (gdk_fb_window_send_crossing_events): Watch out for destroyed
4935         windows.
4936
4937 2001-01-22  Alexander Larsson  <alexl@redhat.com>
4938
4939         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
4940         Don't leak the PangoFontDescriptor.
4941
4942 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
4943
4944         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
4945         when not realized.
4946         (gtk_tree_view_scroll_to_cell): Make work when not realized.
4947         (gtk_tree_view_realize): add scroll_to support
4948         (gtk_tree_view_finalize): add a finalize method.  Populate.
4949         (gtk_tree_view_insert_column): ref and sink the column.
4950         (gtk_tree_view_append_column): ref and sink the column.
4951         (gtk_tree_view_queue_draw_node): New function to handle redrawing
4952         individual nodes.  Should make the code much more efficient, if
4953         actually used.
4954
4955 2001-01-19  Havoc Pennington  <hp@redhat.com>
4956
4957         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
4958         byte_offset variable was being used to mean both "offset into
4959         layout" and "offset into buffer line" which was no longer true
4960         with addition of preedit string; fix
4961
4962 2001-01-19  Havoc Pennington  <hp@redhat.com>
4963
4964         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
4965
4966         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
4967         function
4968
4969         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
4970         implement
4971
4972         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
4973         scroll_to_cell, matches TextView scroll functions better
4974         (gtk_tree_view_tree_to_widget_coords): new function
4975         (gtk_tree_view_widget_to_tree_coords): new function
4976         (gtk_tree_view_get_visible_rect): new function
4977         (gtk_tree_view_get_path_at_pos): accept negative coordinates
4978         (gtk_tree_view_draw_node_focus_rect): new function moved from
4979         draw_focus, also, use width of bin_window as width of the focus
4980         rect
4981         (gtk_tree_view_expand_row): fix bug where it didn't recognize
4982         already-expanded rows
4983         (gtk_tree_view_get_cell_rect): new function
4984         (gtk_tree_view_get_path_at_pos): return the click position
4985         relative to the passed-in cell
4986         (gtk_tree_view_set_expander_column): new function
4987
4988         * configure.in: remove gtk-config-2.0 chmod
4989
4990         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
4991         and properly handle drags with targets we don't understand
4992         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
4993         scrolling anyway
4994         (gtk_text_view_drag_drop): stop scrolling here though, and set the
4995         mark invisible
4996
4997         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
4998         function
4999         (gtk_drag_dest_get_target_list): new function
5000         (gtk_drag_dest_set_target_list): new function
5001         
5002         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
5003
5004         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
5005         related to drag-and-drop
5006
5007 2001-01-19  Alexander Larsson  <alexl@redhat.com>
5008
5009         * gdk/linux-fb/gdkprivate-fb.h:
5010         Define EMULATE_GDKFONT.
5011         Add extra pango_font stuff to GfkFontPrivate.
5012         
5013         * gdk/linux-fb/gdkdrawable-fb2.c:
5014         * gdk/linux-fb/gdkfont-fb.c:
5015         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
5016         emulation using PangoFont.
5017
5018 2001-01-17  Havoc Pennington  <hp@pobox.com>
5019
5020         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
5021         all the non-deprecated set_foo functions. Added missing object
5022         properties, and added g_object_notify() to setters. 
5023         Wrote docs.
5024         
5025 2001-01-18  Tor Lillqvist  <tml@iki.fi>
5026
5027         * gtk/gtkmain.c
5028         * gtk/gtkrc.c: (Win32) Use the new
5029         g_win32_get_package_installation_(sub)directory() functions.
5030
5031         * config.h.win32.in: New file.
5032         
5033         * config.h.win32: Removed.
5034
5035         * configure.in: Output config.h.win32.
5036
5037         * Makefile.am: Add it to EXTRA_DIST.
5038
5039         * gtk/gtk.def: Update.
5040
5041 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
5042
5043         * gtk/gtklabel.c (gtk_label_size_request): Set the
5044         attributes onto the PangoLayout even if they are newly
5045         created from label->pattern.
5046
5047 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
5048
5049         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
5050
5051         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
5052         structures in functions. Fixes bug where gtk_dataset_*
5053         was accidentally still being used in one place, causing
5054         every dest side event to be treated independently.
5055
5056         * gtk/gtkdnd.c: Remove last vestages of handling
5057         ::draw (fixes warning)
5058         
5059         * gtk/gtkentry.[ch]: Add drag and drop support.
5060
5061         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
5062         new function gtk_check_drag_threshhold() for checking
5063         to check if (dx,dy) has exceeded the threshhold for starting
5064         a drag and use it everywhere.
5065
5066 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
5067
5068         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
5069         add -I{includedir}/gtk-2.0.
5070
5071         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
5072         gdk/gdk-pixbuf.h: Doc fixups.
5073         
5074         * gtk/gtkobject.h: Remove trailing , from enum
5075
5076 2001-01-17 Alexander Larsson <alexl@redhat.com> 
5077
5078         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
5079         Doh! Mixed up x and y.
5080
5081         * gdk/linux-fb/gdkglobals-fb.c:
5082         Removed gdk_fb_pointer_grab_window_events,
5083         added _gdk_fb_pointer_grab_owner_events and
5084         _gdk_fb_keyboard_grab_owner_events.
5085
5086         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
5087         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
5088         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
5089         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
5090         Send crossing events after ungrab finished.
5091         (gdk_keyboard_grab): Set ..._owner_events
5092         (type_masks): Move out of function.
5093         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
5094         gdk_fb_keyboard_event_window): New functions, return the
5095         window an event should be targeted at. Handles grabs and
5096         event propagation. Can return NULL.
5097         (gdk_event_make): Remove event_mask checking. Now always
5098         returns an event.
5099                 
5100         * gdk/linux-fb/gdkkeyboard-fb.c:
5101         * gdk/linux-fb/gdkproperty-fb.c:
5102         * gdk/linux-fb/gdkselection-fb.c:
5103         Use new event_window/gdk_event_make() behaviour.
5104         
5105         * gdk/linux-fb/gdkmouse-fb.c:
5106         Use new event_window/gdk_event_make() behaviour.
5107         Only send motion events if in the same window.
5108         If grabbed, use cursor from window if sibling of grabbed
5109         window, and cursor from grabbed window otherwise.
5110
5111         * gdk/linux-fb/gdkprivate-fb.h:
5112         Update gdk_fb_window_send_crossing_events, gdk_event_make
5113         and grab varaible declarations. Add gdk_fb_*_event_window().
5114
5115         * gdk/linux-fb/gdkwindow-fb.c:
5116         Use new event_window/gdk_event_make() behaviour.
5117         Keep correct track of focus window.
5118         (gdk_window_set_events): Set all specific button motion masks
5119         if GDK_BUTTON_MOTION_MASK set.
5120
5121         * gtk/gtkdnd.c (gtk_drag_update):
5122         Free info->last_event if gdk_drag_motion returned FALSE.
5123
5124 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5125
5126         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
5127         Eliminate redraws when input-only windows are shown or
5128         hidden. Thanks to jpe@archaeopteryx.com.
5129
5130 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
5131
5132         * docs/faq/gtk-faq.sgml: FAQ update:
5133           - Update to bugzilla
5134           - Add GTK+ and security/SUID/SGID
5135           - Add DnD question
5136
5137 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
5138
5139         * gdk/linux-fb/gdkdnd-fb.c:
5140         Some cleanups.
5141         
5142 2001-01-15  Havoc Pennington  <hp@pobox.com>
5143
5144         * tests/testtreeview.c: add test stuff for CellRendererToggle
5145
5146         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
5147         accessor
5148
5149         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
5150         only toggle on button press (would do release like GtkButton, but
5151         we'd need implicit grab code for treeview cells)
5152
5153 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5154
5155         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
5156
5157         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
5158         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
5159
5160         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
5161         to g_{locale,filename}_{to,from}_utf8 to match current API.
5162
5163         * gtk/makefile.msc.in (gtk_OBJECTS)
5164         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
5165
5166         * gtk/gtk.def: Update.
5167
5168 2001-01-15  Tor Lillqvist  <tml@iki.fi>
5169
5170         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
5171         implementaion that more closely mimics the events that an X server
5172         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
5173         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
5174         with nested preview widgets, for instance, more responsive when
5175         you move the mouse quickly into them.
5176         (find_window_for_pointer_event): Make it actually compile.
5177         (gdk_event_translate): Set send_event to the value of
5178         InSendMessage (). This doesn't really mean the same as X11's
5179         send_event flag, but is close enough, says jpe@archaeopteryx.com
5180
5181 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5182
5183         * gdk/linux-fb/gdkdnd-fb.c:
5184         Implemented drag and drop.
5185         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
5186         when it tries to free and then copy the same event (info->last_event).
5187         I am not sure about why this happens, but will continue looking.
5188
5189 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5190
5191         * gdk/linux-fb/gdkwindow-fb.c:
5192         Use gdk_window_invalidate_rect instead of
5193         gdk_window_invalidate_rect_clear to minimise flashing.
5194         When hiding windows you need to clear the root window though.
5195
5196 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5197
5198         * gdk/linux-fb/gdkdrawable-fb2.c:
5199         For optization, add an full_shapes argument to gdk_fb_clip_region.
5200         If this is false, only the cliprects of the shapes are used.
5201
5202         * gdk/linux-fb/gdkprivate-fb.h:
5203         Export gdk_fb_window_peek_shape.
5204         Add full_shapes to gdk_fb_clip_region.
5205
5206         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
5207         When moving a window, don't clear everything under the it, just the
5208         root window. Makes stuff faster and flash less.
5209         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
5210         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
5211         offset of the shape.
5212         
5213
5214 2001-01-12  Havoc Pennington  <hp@redhat.com>
5215
5216         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
5217         current invalid region, fixes redraw bug while scrolling the 
5218         text widget
5219
5220         * gtk/gtktextview.c, gtk/gtktextview.h:
5221         Rearrange the scrolling/validation/etc. code in a major way, 
5222         so it seems to make sense to me. Probably isn't genuinely that
5223         much better, but...
5224
5225         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
5226         notifies
5227
5228         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
5229
5230 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
5231
5232         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
5233         Hide mouse pointer while rotation. Show it afterwards.
5234
5235 2001-01-12  Alexander Larsson  <alexl@redhat.com>
5236
5237         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
5238         windows in consideration when generating clip region.
5239
5240         * gdk/linux-fb/gdkfb.h:
5241         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
5242
5243         * gdk/linux-fb/gdkprivate-fb.h:
5244         Add shape to GdkWindowFBDatat.
5245         exported gdk_fb_window_get_abs_shape().
5246         removed gdk_fb_draw_lines declaration.
5247
5248         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
5249         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
5250         send focus changes when there is a grabbed window.
5251         (gdk_window_get_pointer): Handle shaped windows.
5252         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
5253         (gdk_fb_window_peek_shape): Returns the shape for a window,
5254         handles GDK_FB_USE_CHILD_SHAPE.
5255         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
5256         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
5257         (gdk_window_shape_combine_mask): Implement.
5258
5259         * gtk/gtkwindow-decorate.c:
5260         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
5261         setting the shape of a window makes the window transparent.
5262
5263 2001-01-11  Havoc Pennington  <hp@redhat.com>
5264
5265         * gtk/gtktreemodelsimple.h: Oops, broke some macros
5266
5267 2001-01-10  Havoc Pennington  <hp@redhat.com>
5268
5269         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
5270         add this function, bug 40251
5271
5272         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
5273         of type macro   
5274
5275 2001-01-11  Alexander Larsson  <alexl@redhat.com>
5276
5277         * acconfig.h:
5278         Added ENABLE_SHADOW_FB
5279
5280         * configure.in:
5281         Added --disable-shadowfb
5282
5283         * gdk/linux-fb/gdkcursor-fb.c:
5284         Update shadowfb when updating cursor
5285
5286         * gdk/linux-fb/gdkdrawable-fb2.c:
5287         Added wrappers for shadowfb that calls  the normal drawable
5288         methods, but calls gdk_shadow_fb_update(bounding box) when
5289         GdkWindows are drawed to.
5290         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
5291         which also returns the bounding box.
5292
5293         * gdk/linux-fb/gdkfb.h:
5294         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
5295
5296         * gdk/linux-fb/gdkgeometry-fb.c:
5297         Update shadowfb when scrolling window.
5298
5299         * gdk/linux-fb/gdkglobals-fb.c:
5300         Add _gdk_fb_screen_angle.
5301         
5302         * gdk/linux-fb/gdkkeyboard-fb.c:
5303         Test code for screen rotation. Shift-F2 in the xlate driver
5304         rotates the screen.
5305
5306         * gdk/linux-fb/gdkmain-fb.c:
5307         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
5308
5309         * gdk/linux-fb/gdkmouse-fb.c:
5310         Use fb_width/height instead of modeinfo.xres/yres.
5311
5312         * gdk/linux-fb/gdkprivate-fb.h:
5313         Added fb_men, fb_width, fb_height & fb_stride. When using
5314         shadow fb these can differ from the framebuffer stuff.
5315         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
5316         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
5317         _gdk_fb_screen_angle. Removed CM, RP.
5318
5319         * gdk/linux-fb/gdkrender-fb.c:
5320         Added code for shadowfb handling and screen rotation using
5321         shadowfb.
5322
5323         * gdk/linux-fb/gdkwindow-fb.c:
5324         Use fb_mem, fb_stride, fb_width, fb_height.
5325         Added recompute_rowstride to reset the rowstride of all windows.
5326         Added gdk_fb_recompute_all() which recomputes rootwindow size,
5327         window abs positions and window rowstrides. Usefull when the
5328         rotation has changed.
5329
5330 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
5331
5332         * docs/faq/gtk-faq.sgml: update to make web site updating easier
5333
5334 2001-01-10  Havoc Pennington  <hp@redhat.com>
5335
5336         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
5337         where sibling == iter
5338         (gtk_tree_store_insert_after): handle sibling == iter
5339         (gtk_tree_store_prepend): remove stamp checks
5340         (gtk_tree_store_insert_before): ditto
5341         (gtk_tree_store_append): ditto
5342         (gtk_tree_store_get_path): ditto
5343         (gtk_tree_store_get_value): ditto
5344         (gtk_tree_store_iter_has_child): ditto
5345         (gtk_tree_store_iter_n_children): ditto
5346         (gtk_tree_store_iter_nth_child): ditto
5347         (gtk_tree_store_insert_after): ditto
5348         (gtk_tree_store_is_ancestor): ditto
5349         (gtk_tree_store_iter_depth): ditto
5350         (gtk_tree_store_insert_before): assert that sibling's parent is
5351         the same as the passed-in parent
5352         (gtk_tree_store_insert_after): assert that sibling's parent is
5353         the same as the passed-in parent
5354
5355         
5356         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
5357         function to get the first iterator in a model
5358         
5359         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
5360         conventionally the "root" in this sense is just NULL afaict.
5361
5362         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
5363         where sibling == iter
5364         (gtk_list_store_insert_after): handle case where sibling == iter
5365
5366         * tests/testtreeview.c (run_automated_tests): fairly lame basic
5367         automated tests for ListStore, TreeStore
5368
5369         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
5370         (gtk_list_store_insert): update tail pointer, and fix it to work
5371         (gtk_list_store_insert_before): update tail pointer, and fix it to work
5372         (gtk_list_store_append): use tail to be faster
5373         (gtk_list_store_prepend): fix it, update tail pointer
5374         (gtk_list_store_insert_after): fix it, update tail pointer
5375
5376         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
5377         the list
5378
5379 2001-01-09  Havoc Pennington  <hp@redhat.com>
5380
5381         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
5382         is NULL due to a pending resize
5383
5384         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
5385         column width to values less than 1
5386
5387         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
5388         width to be between min/max width, and still set the width 
5389         even if autosize is turned on, so the tree view can use this 
5390         function in order to autosize.
5391         (gtk_tree_view_column_init): set initial width to 1 not 0
5392
5393         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
5394         setter function to modify column width, so we get notification
5395         (gtk_tree_view_insert_iter_height): ditto
5396         (gtk_tree_view_calc_size): ditto
5397         (gtk_tree_view_check_dirty): ditto
5398
5399         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
5400         properties to change all the interesting attributes of the tree
5401         view column.
5402         (gtk_tree_view_column_set_header_clickable): rename set_clickable
5403         (gtk_tree_view_column_get_clickable): add
5404         (gtk_tree_view_column_set_cell_renderer): don't unset the current
5405         attributes; assume a cell renderer with equivalent object
5406         properties has been swapped in. Do g_object_notify().
5407         (gtk_tree_view_column_set_visible): g_object_notify
5408         (gtk_tree_view_column_get_sizing): rename from get_col_type
5409         (gtk_tree_view_column_set_sizing): g_object_notify
5410         (gtk_tree_view_column_set_width): add g_object_notify
5411         (gtk_tree_view_column_set_min_width): ditto
5412         (gtk_tree_view_column_set_max_width): ditto
5413         (gtk_tree_view_column_set_title): ditto
5414         (gtk_tree_view_column_set_clickable): ditto
5415         (gtk_tree_view_column_set_widget): ditto
5416         (gtk_tree_view_column_set_justification): ditto
5417
5418 2001-01-09  Havoc Pennington  <hp@redhat.com>
5419
5420         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
5421         there are no rows in the model
5422
5423         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
5424         NULL, then return the start of the list
5425
5426         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
5427         if we can't get any rows from an empty model 
5428
5429         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
5430         extraneous * after function pointer typedef usage
5431
5432         * Makefile.am: don't specify full path to cp and rm
5433
5434         * gtk/gtkcellrenderertextpixbuf.c
5435         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
5436         NULL before dereferencing, fixes a segfault that happened from
5437         time to time
5438
5439         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
5440         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
5441         and reindent the function
5442         (gtk_cell_renderer_pixbuf_get_size): indentation
5443
5444         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
5445         we quit it
5446         (gtk_dialog_add_buttons_valist): add g_return_if_fail
5447         (gtk_dialog_set_default_response): New function, to set default
5448         button
5449         (gtk_dialog_set_response_sensitive): New function, to set 
5450         sensitivity of buttons
5451
5452         * gtk/gtkcellrendererpixbuf.c
5453         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
5454         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
5455
5456         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
5457         handle any G_TYPE_OBJECT subclass, not just the base class, and 
5458         also boxed types.
5459         (_gtk_tree_data_list_value_to_node): ditto
5460
5461         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
5462         --gtk-debug=tree
5463
5464         * gtk/gtkmain.c: add GTK_DEBUG_TREE
5465
5466         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
5467
5468 2001-01-09  Tor Lillqvist  <tml@iki.fi>
5469
5470         * gdk/win32/gdkevents-win32.c: Implement better mouse
5471         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
5472         (find_window_for_pointer_event): New function.
5473         (gdk_event_translate): Use it when handling mouse events.
5474
5475 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
5476
5477         * configure.in:
5478         Added --with-included-loaders option
5479
5480         * gdk-pixbuf/Makefile.am:
5481         * gdk-pixbuf/gdk-pixbuf-io.c:
5482         Add support for including selected gdk-pixbuf loaders only.
5483
5484         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
5485         gtk_window_set_has_frame):
5486         Added inline documentation.
5487
5488         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
5489         * docs/reference/gdk/tmpl/windows.sgml:
5490         Added inline documentation.
5491
5492 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
5493
5494         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
5495         realizing buttons that have already been realized.
5496
5497 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
5498
5499         * tests/testtreeview.c (main): Show menu items before adding to
5500         option menu.
5501
5502         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
5503         around if we kill them.
5504
5505         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
5506         Return if we pass in a NULL model.
5507
5508 2001-01-08  Havoc Pennington  <hp@redhat.com>
5509
5510         * tests/testtreeview.c: hack on this some
5511
5512         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
5513         gtk_tree_store_set_valist, v is for arrays, valist for varargs
5514         list
5515         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
5516
5517         * gtk/gtkliststore.h: Add varargs set() and get() convenience
5518         functions
5519
5520 2001-01-08  Alexander Larsson  <alexl@redhat.com>
5521
5522         * gtk/gtkwindow-decorate.[hc]:
5523         * gtk/Makefile.am:
5524         New files. Contains an implementation of a minimal WM for
5525         linux-fb.
5526
5527         * gtk/gtkwindow.h:
5528         Add the possibility for GtkWindows to specify a frame. This
5529         is used for the window decoration code, but could concievably
5530         be used for X programs too (xmms style windows).
5531         GtkWindow->frame is the toplevel window if the window is framed.
5532         The signal frame_event gets all events that are targeted to
5533         GtkWindow->frame.
5534         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
5535         
5536         * gtk/gtkwindow.c:
5537         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
5538         Call out to gtkwindow-decorate.c for WM support in linx-fb.
5539
5540 2001-01-08  Alexander Larsson  <alexl@redhat.com>
5541
5542         * docs/README.linux-fb:
5543         Correct filename ~/.pangoft2_aliases
5544
5545         * gdk/gdkwindow.h:
5546         Added new function gdk_window_get_decorations.
5547
5548         * gdk/linux-fb/gdkfb.h:
5549         Removed _gdk_window_get_decorations declaration.
5550         Renamed _gdk_window_set_child_handler to
5551         gdk_fb_window_set_child_handler.
5552
5553         * gdk/linux-fb/gdkwindow-fb.c:
5554         Renamed _gdk_window_set_child_handler to
5555         gdk_fb_window_set_child_handler.
5556
5557         * gdk/x11/gdkwindow-x11.c:
5558         New function gdk_window_get_mwm_hints().
5559         Implemented gdk_window_get_decorations.
5560
5561         * docs/reference/gdk/tmpl/windows.sgml:
5562         * docs/reference/gdk/gdk-sections.txt:
5563         Added gdk_window_get_decorations docs.
5564         
5565 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
5566
5567         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
5568         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
5569         gdk_fb_window_send_crossing_events):
5570         Possibly send focus events when the mouse moves from one
5571         window to another.
5572
5573 2001-01-07  Tor Lillqvist  <tml@iki.fi>
5574
5575         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
5576         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
5577         to match current API.
5578
5579         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
5580         environment variable is set, don't call g_error when on a
5581         palettized (PseudoColor) display. Some people want to use GTK+ 
5582         in 256-colour mode even though works only partially.
5583
5584         * gdk/gdk.def
5585         * gtk/gtk.def
5586         * gtk/makefile.mingw.in: Update.
5587
5588 2001-01-05  Havoc Pennington  <hp@redhat.com>
5589
5590         * tests/testtreeview.c: hack on this a bit
5591
5592         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
5593         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
5594
5595         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
5596         was spelled incorrectly
5597         (GTK_IS_TREE_MODEL_SIMPLE): ditto
5598
5599         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
5600         from gtk_tree_view_set_headers_active   
5601
5602         * gtk/gtktexttag.c:
5603         (gtk_text_tag_get_property): handle PROP_DIRECTION
5604         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
5605         properties, bug 40235
5606
5607         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
5608         forward_to_line_end
5609
5610 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
5611
5612         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
5613         modules/input/gtkimcontextxim.c: Adapt to new prototypes
5614         for unicode,locale,filename conversion functions.
5615
5616 2001-01-05  Havoc Pennington  <hp@redhat.com>
5617
5618         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
5619         broken if called on the first position in the buffer.
5620
5621         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
5622         forward_to_delimiters to be called only if we aren't already at
5623         the delimiters.
5624
5625 2001-01-05  Havoc Pennington  <hp@redhat.com>
5626
5627         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
5628
5629 2001-01-05  Alexander Larsson  <alexl@redhat.com>
5630
5631         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
5632         colormap in here. Sync from X port.
5633         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
5634         Sync from X port.
5635         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
5636         This happens now and then, and i don't think it is a bug.
5637         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
5638         != endpoint.
5639         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
5640         GDK_LINE_SOLID.
5641
5642         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
5643         some of the fields filled in at least.
5644
5645         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
5646         miLineArcD is no more, remove it from the function definition.
5647
5648 2001-01-04  Havoc Pennington  <hp@redhat.com>
5649
5650         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
5651         this
5652
5653         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
5654         user_data instead of tree_node
5655
5656         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
5657         TREE_VIEW_COLUMN_SIZE
5658
5659         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
5660         "size" field to "width" finishes bug 40061
5661
5662         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
5663         for bitfields, bug 40268
5664
5665 2001-01-04  Havoc Pennington  <hp@redhat.com>
5666
5667         Rename some stuff:
5668         
5669         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
5670
5671         s/GtkModelSimple/GtkTreeModelSimple/g;
5672         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
5673         s/gtk_model_simple/gtk_tree_model_simple/g;
5674         s/gtkmodelsimple/gtktreemodelsimple/g;
5675
5676         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
5677
5678         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
5679         s/column_set_col_type/column_set_sizing/g;
5680
5681         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
5682         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
5683
5684         s/GtkCellRendererType/GtkCellRendererState/g;
5685         
5686         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
5687         (gtk_cell_renderer_toggle_class_init): change "state" property to
5688         "active", to match GtkToggleButton
5689         (gtk_cell_renderer_toggle_get_active): new function, bug
5690         40269
5691         (gtk_cell_renderer_toggle_set_active): new function
5692         (gtk_cell_renderer_toggle_set_property): route changes to toggle
5693         state through gtk_cell_renderer_set_active
5694
5695 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
5696
5697         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
5698         temporarily until they work again.  Brought up to date with
5699         changes in the model.
5700         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
5701         model.
5702
5703 2001-01-04  Havoc Pennington  <hp@redhat.com>
5704
5705         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
5706         equal to the line length, then position iterator before paragraph 
5707         separators. Fixes crash reported by Mikael Hermansson when
5708         pressing left arrow from the start of a line.   
5709
5710         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
5711         about byte indexes off the end
5712         (iter_set_from_char_offset): add g_error about char offsets
5713         off the end
5714
5715 2001-01-03  Havoc Pennington  <hp@redhat.com>
5716
5717         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
5718
5719         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
5720         of private functions; remove inclusion of private headers.
5721
5722         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
5723         function, so we don't need private functions in gtktextdisplay.c
5724
5725         * gtk/gtktextiterprivate.h: underscore-ification
5726
5727         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
5728         to instead say "only useful to implement widgets"
5729
5730         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
5731         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
5732         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
5733
5734         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
5735         This function was completely broken
5736
5737         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
5738
5739         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
5740
5741         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
5742
5743         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
5744
5745         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
5746
5747         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
5748
5749         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
5750         gtk_paint_layout
5751
5752         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
5753         gtk_paint_layout
5754
5755         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
5756         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
5757         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
5758         which were not implemented.     
5759
5760         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
5761         insert_pixbuf signal. Rename delete_text to delete_range since it
5762         also deletes pixbufs and child anchors. This almost closes bug
5763         40245 (still need to deal with child anchors)
5764
5765         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
5766         insert_pixbuf, change signal names as appropriate, change types of
5767         signals taking marks/tags to have the specific type, not just
5768         G_TYPE_OBJECT
5769         
5770         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
5771         closes bug 40051
5772
5773         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
5774         unnecessary remove_contents() call
5775         (gtk_option_menu_class_init): add a "changed" signal, closes
5776         bug 40039
5777         (gtk_option_menu_update_contents): emit "changed" if the 
5778         active menu item changes
5779
5780         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
5781         cast to GtkObject, reported by Jonas Borgstrom
5782         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
5783         we can't do stuff with side effects in finalize. Instead, spew a
5784         warning if the loader isn't closed.
5785
5786         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
5787         colormap in here, non-X ports probably need to sync to this change
5788
5789         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
5790         assertion that colormap != NULL, you can set the colormap to NULL
5791         if you like.
5792         
5793         * Makefile.am: remove gtk-config-2.0
5794
5795         * configure.in: Use pkg-config to locate GLib. Remove
5796         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
5797         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
5798         Use pkg-config to locate Pango. Output correct Pango libs to
5799         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
5800
5801         * Makefile.am (pkgconfig_DATA): install only target-specific pc
5802         files
5803         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
5804         X11 pc files
5805
5806         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
5807         unref from here
5808
5809 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
5810
5811         * configure.in:
5812         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
5813
5814 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
5815
5816         * gtk/gtktextlayout.c
5817         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
5818         variable when moving back onto a single line.
5819
5820 2001-01-01  Havoc Pennington  <hp@redhat.com>
5821
5822         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5823
5824         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
5825
5826         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
5827         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
5828
5829 2001-01-01  Havoc Pennington  <hp@redhat.com>
5830
5831         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
5832
5833         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
5834         GtkTextAttributes
5835
5836         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
5837         #40246
5838         (gtk_text_attributes_copy_values): rename from 
5839         gtk_text_attributes_copy
5840         (gtk_text_attributes_copy): a more standard GTK copy function, 
5841         which returns a new object
5842
5843 2001-01-01  Havoc Pennington  <hp@redhat.com>
5844
5845         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
5846         
5847         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
5848         don't fill in tree_view->priv->selection, kind of an unexpected
5849         side effect
5850
5851         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
5852         gtkintl.h
5853         
5854         * gtk/gtkcellrenderer.c: Remove definition of _ and include
5855         gtkintl.h
5856         (gtk_cell_renderer_get_property): remove calls to g_value_init
5857
5858         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
5859         gtkintl.h
5860
5861         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
5862         and include gtkintl.h
5863         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
5864         property names
5865
5866         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
5867         GtkTreeSelection
5868         (_gtk_tree_selection_new_from_with_view): rename, return
5869         GtkTreeSelection
5870         (_gtk_tree_selection_set_tree_view): rename with uscore
5871         (gtk_tree_selection_get_selected): fill in the "model" out param
5872         first, so it gets filled in even if we return at the top of the 
5873         function
5874         (gtk_tree_selection_real_select_all): add a comment and an else{}
5875         to clarify this a bit
5876         (gtk_tree_selection_real_unselect_all): add the same else{}
5877
5878         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
5879         set_tree_view to have underscore prefixes, move them to the
5880         private header, fix return type of new_with_tree_view
5881         (struct _GtkTreeSelection): mark struct
5882         fields private  
5883
5884         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
5885         GtkTreeModelFlags, not a guint
5886         (gtk_tree_path_prev): return gboolean not gint
5887         (gtk_tree_path_up): return gboolean not gint
5888
5889         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
5890         return GtkTreeModelFlags, not a guint
5891
5892         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
5893         that child model is non-null before unrefing it
5894         (g_value_int_compare_func): make this a qsort compare func, not 
5895         a boolean predicate
5896
5897         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
5898         (add -umn to the end), and mark it unimplemented
5899         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
5900         I don't see what it's for - doesn't the model always sort itself?
5901         (gtk_tree_model_sort_set_compare): this had the wrong signature
5902
5903         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
5904         Fix the docs to say that it destructively replaces existing
5905         attributes (previously said that it added attributes).
5906         (gtk_tree_view_column_set_visible): canonicalize bool before
5907         equality testing. Also, check for realization before
5908         hiding/showing the tree_column->window; if this window could exist
5909         before realization, then it's busted and needs fixing, we can't 
5910         create GDK resources pre-realization. Also, remove
5911         superfluous queue_resize(), since set_size() does that for us.
5912         (gtk_tree_view_column_set_col_type): check realization before 
5913         using tree_column->window
5914
5915         * gtk/gtktreedatalist.c: fix filename in copyright notice
5916
5917 2000-12-31  Havoc Pennington  <hp@pobox.com>
5918
5919         * gtk/gtktextview.c: Rearrange all the
5920         scroll-while-dragging-or-selecting code to be different, not
5921         necessarily better. ;-)
5922         (gtk_text_view_scroll_to_mark): Change this
5923         function to take within_margin as a fraction instead of a pixel
5924         value, and to take alignment arguments (indicating where to align 
5925         the mark inside the visible area)
5926         
5927         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
5928         to GtkObject
5929
5930         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
5931         behavior so that offsets past the end of the line are not 
5932         allowed, and an offset equal to the line length moves the iterator
5933         to the next line
5934         (gtk_text_iter_set_line_index): make parallel change
5935         (gtk_text_iter_get_bytes_in_line): add this function
5936         
5937         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
5938         of byte indexes off the end of the line; byte index at the end of
5939         the line now returns FALSE and doesn't fill in the requested
5940         values, byte index past the end of the line is an error.  Also,
5941         don't allow -1 offset anymore, since its meaning is unclear.
5942
5943         This change exposes some bug in visual cursor motion, where we
5944         end up with a huge invalid byte index; needs fixing. Symptom of 
5945         bug is a crash when you hit up arrow.
5946         
5947         (_gtk_text_line_char_locate): match the change to byte_locate
5948
5949         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
5950         from start of line properly. fixes bug reported by Mikael
5951         Hermansson where backspace would delete all text before the
5952         cursor.
5953
5954 2000-12-30  Tor Lillqvist  <tml@iki.fi>
5955
5956         * gdk/win32/gdkwindow-win32.c
5957         (gdk_window_impl_win32_get_visible_region): New function, as in
5958         the X11 backend.
5959         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
5960         instead of duplicating the same code here.
5961
5962         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
5963         GDK_COLORMAP macro.
5964
5965         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
5966         destroy function.
5967         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
5968         access that.
5969
5970         * gtk/gtk.def: Update.
5971
5972         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
5973
5974 2000-12-30  Havoc Pennington  <hp@pobox.com>
5975
5976         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
5977         colormap on input only windows, to avoid special cases all over
5978         the code for these windows.
5979
5980 2000-12-26  Tor Lillqvist  <tml@iki.fi>
5981
5982         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
5983         we are on a palettized display ("PseudoColor" in X11), as the code
5984         for that doesn't work anyway, and never has.
5985
5986 2000-12-22  Alexander Larsson  <alexl@redhat.com>
5987
5988         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
5989         Don't use isprint() for chars > 255.
5990
5991 2000-12-21  Havoc Pennington  <hp@redhat.com>
5992
5993         * tests/testtreeview.c: more work
5994
5995 2000-12-21  Alexander Larsson  <alexl@redhat.com>
5996
5997         * docs/README.linux-fb:
5998         Update the docs to the new pangoft2 way.
5999
6000 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6001
6002         * configure.in:
6003         For linux-fb get the pangoft2 cflags and libs. This needs a recent
6004         pango version.
6005         Remove modules/linux-fb/Makefile.
6006
6007         * gdk/linux-fb/gdkdrawable-fb2.c:
6008         Render glyphs using freetype.
6009
6010         * gdk/linux-fb/gdkfb.h:
6011         Add new fb-specific functions needed for managing windows.
6012
6013         * gdk/linux-fb/gdkmain-fb.c:
6014         Remove gdk_font_init/fini() calls.
6015
6016         * gdk/linux-fb/gdkpango-fb.c:
6017         Remove old implementation. Use pangoft2 instead.
6018
6019         * gdk/linux-fb/gdkprivate-fb.h:
6020         Remove PangoFBFont and related stuff.
6021
6022         * gdk/linux-fb/gdkwindow-fb.c:
6023         Implement drawable->get_visible_region.
6024         Implement support for _gdk_window_set_child_handler () and
6025         _gdk_window_get_decorations().
6026
6027         * modules/Makefile.am:
6028         Remove linux-fb subdir.
6029
6030         * modules/linux-fb/*:
6031         Removed all.
6032         
6033 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
6034
6035         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
6036         calls, as they are no longer needed.
6037
6038         * gtk/gtktreemodelsort.c: Fix up the comparison code.
6039         
6040         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
6041         figure out how to emit a signal on an interface.
6042
6043 2000-12-20  Havoc Pennington  <hp@redhat.com>
6044
6045         * tests: new directory to contain tests, gtk/test* should move
6046         here sometime (with appropriate on-cvs-server hackery)
6047
6048         * tests/testtreeview.c, tests/Makefile.am: a test
6049         
6050         * configure.in (AC_OUTPUT): add tests/Makefile
6051
6052         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
6053         and "invisible_set" which were missing
6054
6055         * gtk/gtkrbtree.h: some cheesy indentation fix
6056         
6057 2000-12-20  Alexander Larsson  <alexl@redhat.com>
6058
6059         * gtk/gtkinvisible.c (gtk_invisible_realize):
6060         Attach the style to the window so that the style it is not
6061         leaked when unrealizing the window.
6062
6063 2000-12-18  Havoc Pennington  <hp@redhat.com>
6064
6065         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
6066         begin/end user action where appropriate
6067         (gtk_text_view_commit_handler): add begin/end user action
6068
6069         * gtk/gtktextbuffer.c: add begin/end user action signals, and
6070         bracket interactive operations with begin/end user action pair.
6071         
6072         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
6073         "interactive" arg from insert_text and delete_text signals.
6074         Add begin_user_action, end_user_action signals
6075         (gtk_text_buffer_begin_user_action): 
6076         (gtk_text_buffer_end_user_action): New functions to delimit 
6077         a user-visible action
6078
6079         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
6080         signals.
6081         
6082 2000-12-18  Havoc Pennington  <hp@redhat.com>
6083
6084         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
6085         was pretty non-working.
6086
6087         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
6088         by passing the length to g_utf8_validate().
6089
6090 2000-12-16  Havoc Pennington  <hp@pobox.com>
6091
6092         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
6093         Port to GObject, can go back in gdk-pixbuf after setting up 
6094         a gdk-pixbuf-marshal.h header over there.
6095
6096         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
6097         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
6098         args
6099         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
6100         set
6101         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
6102         here, do it when we create the buttons later
6103         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
6104         (gtk_tree_view_map): paranoia checks that column->button is shown 
6105         and unmapped
6106         (gtk_tree_view_size_request): only request visible children.
6107         Move header size calculation in here, for cleanliness, and 
6108         to maintain invariants for child widgets if we eventually 
6109         let users set different children inside the buttons
6110         (gtk_tree_view_map_buttons): factor out code to map buttons,
6111         since it was being called several times
6112         (gtk_tree_view_size_allocate_buttons): move_resize the drag
6113         windows instead of just moving them; their height may change 
6114         if we allow random widgets in there, or the theme changes.
6115         (gtk_tree_view_size_allocate): move button size allocation 
6116         above emitting the scroll signals, to ensure a sane state when we
6117         hit user code
6118         (gtk_tree_view_button_release): remove queue_resize after
6119         tree_view_set_size(), set_size() will handle any resize queuing
6120         that's needed
6121         (gtk_tree_view_focus_in): just queue a draw, don't fool with
6122         draw_focus goo
6123         (gtk_tree_view_focus): use gtk_get_current_event() and
6124         gdk_event_get_state()
6125         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
6126         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
6127         semicolon
6128         (gtk_tree_view_create_button): show the button here
6129         (gtk_tree_view_button_clicked): actually emit the clicked signal
6130         on the column
6131         (_gtk_tree_view_set_size): return right away if the size is
6132         unchanged, as a cheesy optimization
6133         (gtk_tree_view_setup_model): rename set_model_realized to 
6134         setup_model to match the flag that indicates whether we've 
6135         called it
6136         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
6137         exist, because set_scroll_adjustment does that and it shouldn't
6138         matter what order you call these in
6139         (gtk_tree_view_get_vadjustment): ditto
6140         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
6141         for paranoia
6142         (gtk_tree_view_set_headers_visible): call
6143         gtk_tree_view_map_buttons() instead of using cut-and-paste code
6144         (gtk_tree_view_append_column): clarify whether the return value
6145         is the count of columns before or after, and do the increment 
6146         separately from the return statement so you can tell from the code.
6147         (gtk_tree_view_remove_column): ditto
6148         (gtk_tree_view_insert_column): ditto
6149         (gtk_tree_view_get_column): remove g_return_if_fail for columns
6150         outside the existing range, the docs say that outside-range
6151         columns are allowed, so we handle them as documented. (Presumably
6152         this allows a nice loop with column != NULL as test.)
6153         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
6154         mean (left/right/center etc.).
6155         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
6156         (gtk_tree_view_expand_row): add docs
6157         (gtk_tree_view_collapse_row): add docs
6158
6159         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
6160         function to emit the clicked signal on a column
6161         
6162         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
6163         state of an event
6164         (gdk_event_get_time): don't treat GDK_SCROLL 
6165         as a button event, remove default case from switch so gcc 
6166         will whine if we don't explicitly handle all event types
6167
6168         * gtk/gtktreeselection.h: added some FIXME 
6169         
6170         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
6171         "columns" to "n_columns" and "column" to "columns" for clarity
6172
6173 2000-12-16  Havoc Pennington  <hp@pobox.com>
6174         
6175         * gtk/gtktextiter.c: General cleanup of the log attr iteration
6176         stuff. This should make e.g. the delete key work again in the
6177         text widget...
6178         (gtk_text_iter_forward_cursor_positions): handle negative count
6179         (gtk_text_iter_backward_cursor_positions): handle negative count
6180         (gtk_text_iter_forward_word_ends): handle negative count
6181         (gtk_text_iter_backward_word_starts): handle negative count
6182
6183         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
6184         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
6185         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
6186         GObject. No doubt will cause breakage.
6187
6188         * demos/gtk-demo/textview.c: remove hacks around
6189         non-GObject-ification of the text objects
6190
6191         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
6192         the text tag
6193         
6194 2000-12-14  Havoc Pennington  <hp@pobox.com>
6195
6196         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
6197         that we have Xrender
6198
6199 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
6200
6201         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
6202         Add two virtualized functions gdk_drawable_get_clip_region - to
6203         get the clip region when drawing.
6204         
6205         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
6206         use invalidate_region.
6207
6208         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
6209         region.
6210
6211         * acconfig.h configure.in: Check for Xft. For now, assume
6212         that if Xft is found, Pango was compiled with Xft support
6213         as well.
6214
6215         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
6216         gdk_colormap_query_color().
6217         
6218         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
6219         with Xft if appropriate.
6220
6221         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
6222         a pangoxft context if we have XFT and the environment
6223         variable GD_USE_XFT is set.
6224         
6225         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
6226         and also possibly an XftDraw structure.
6227
6228         * gtk/gtkfontsel.c: Handle the case where the font from the
6229         style doesn't match any of the fonts a bit better.
6230         
6231         * gtk/testgtk.c: Add tabs between directional segments for
6232         hebrew/arabic test. (Not really necessary, just a little
6233         prettier.)
6234
6235 2000-12-14  Havoc Pennington  <hp@redhat.com>
6236
6237         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
6238         reading a file
6239
6240 2000-12-14  Havoc Pennington  <hp@redhat.com>
6241
6242         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
6243         unused call to get_last_line()
6244
6245         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
6246         here until boxed is working (and maybe after that - we should
6247         really not gratuitously break old code)
6248
6249         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
6250         specific types for font_desc and tabs args, move them to
6251         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
6252         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
6253
6254         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
6255         use GTK_TYPE_POINTER for signal signatures as a hack-around
6256
6257         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
6258         PangoTabArray
6259
6260         * gtk/gtktextlayout.c (line_display_iter_to_index): 
6261         make static
6262         (line_display_index_to_iter): make static
6263
6264         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
6265         to marshal a string not a boxed
6266
6267         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
6268
6269         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
6270         since the UTF-8 isn't validated yet
6271
6272         * gtk/gtktextsegment.c (char_segment_check_func): don't require
6273         lines to end in '\n'
6274         
6275         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
6276         forward_to_delimiters, and grapheme boundaries
6277         (gtk_text_view_delete_from_cursor): properly handle non-newline
6278         delimiters, and grapheme boundaries
6279
6280         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
6281         to gtk_text_iter_forward_to_delimiters, and make it work properly
6282         if empty lines end with a character other than '\n'
6283
6284         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
6285         position
6286
6287 2000-12-15  Tor Lillqvist  <tml@iki.fi>
6288
6289         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
6290
6291         * gtk/gtk.def
6292         * gdk/gdk.def: Update.
6293
6294         * gdk/win32/gdkmain-win32.c
6295         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
6296         gdkmain-win32.c here.
6297
6298         * gdk/win32/makefile.mingw.in (all): No need to make
6299         gdk-win32res.o here, the makefile one step up will call us to make
6300         it.
6301
6302         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
6303         gdkkeys-win32.
6304
6305         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
6306
6307         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
6308         call to g_source_add().
6309
6310         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
6311         leak. Thanks to Andreas Kemnade.
6312
6313 2000-12-13  Havoc Pennington  <hp@pobox.com>
6314
6315         * gtk/gtktextbtree.h: Remove double _ in front of some functions
6316
6317         * gtk/gtktext*.[hc]: update accordingly
6318         
6319 2000-12-13  Havoc Pennington  <hp@pobox.com>
6320
6321         * gtk/gtktextbtree.h: Put _ in front of every function in this 
6322         header file
6323
6324         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
6325
6326 2000-12-13  Alex Larsson  <alexl@redhat.com>
6327
6328         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
6329         Add support for ps2 intellimouse.
6330
6331         * gdkkeyboard-fb.c:
6332         Move shift-F1 repaint handling to xlate handler only.
6333         
6334         * docs/README.linux-fb:
6335         Add imps2 to docs.
6336         Document the new refresh keys.
6337         
6338 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
6339
6340         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
6341
6342         * gtk/gtkbox.c: change property types from (u)long to (u)int for
6343         ::position and ::padding.
6344
6345         * gtk/gtkcontainer.c: make ::border_width an INT property.
6346
6347         * gtk/gtkpacker.c: make ::position an INT property.
6348
6349         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
6350         guard against NULL h/v scrollbars, since this is used at construction
6351         time.
6352
6353         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
6354         internal gtk_clist_constructor().
6355
6356         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
6357         gtk_ctree_constructor().
6358
6359         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
6360         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
6361
6362         * docs/reference/Makefile.am: fun stuff, disabled docs generation
6363         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
6364
6365         * gtk/gtkwidget.[hc]:
6366         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
6367         and gtk_widget_get().
6368         (gtk_widget_new): use g_object_new_valist().
6369         (gtk_widget_set): use g_object_set_valist().
6370
6371         * gtk/gtkobject.[hc]:
6372         removed gtk_object_arg_get_info(), gtk_object_getv(),
6373         gtk_object_query_args(), gtk_object_newv(),
6374         gtk_object_class_add_signals(),
6375         gtk_object_class_user_signal_new(),
6376         gtk_object_class_user_signal_newv(),
6377         gtk_object_arg_set(), gtk_object_arg_get(),
6378         gtk_object_args_collect(),
6379         gtk_object_default_construct(),
6380         gtk_object_constructed(),
6381         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
6382         removed nsignals, signals and n_args members from GtkObjectClass.
6383         (gtk_object_new): use g_object_new_valist().
6384         (gtk_object_set): use g_object_set_valist().
6385         (gtk_object_get): use g_object_get_valist().
6386         
6387         * gtk/gtkcompat.h: define gtk_object_default_construct().
6388         
6389         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
6390         g_object_new().
6391
6392         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
6393         fucntions, cleaned up method assignments (make sure your structures
6394         are setup properly before calling out). removed all GTK_CONSTRUCTED
6395         hacks ;)
6396
6397 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
6398
6399         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
6400         off-by-one error in checks. (Dave Lambert)
6401
6402 2000-12-12  Alexander Larsson  <alexl@redhat.com>
6403
6404         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
6405         Don't free gdk_fb_keyboard twice.
6406
6407 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
6408
6409         * gtk/testgtk.c:
6410         (create_tooltips): 
6411         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
6412         use GObject swapped_signal:: properties instead.
6413
6414         * gtk/gtkcellrenderertoggle.c: 
6415         * gtk/gtkcellrenderertextpixbuf.c: 
6416         * gtk/gtkcellrenderertext.c: 
6417         * gtk/gtkcellrendererpixbuf.c: 
6418         * gtk/gtkcellrenderer.c:
6419         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
6420         missing warnings for invalid property ids, install properties
6421         with g_object_class_install_property() now.
6422         
6423         * gtk/gtksignal.c:
6424         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
6425         
6426 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
6427         
6428         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
6429         to determine if a window is the focus widget within
6430         its toplevel.
6431
6432         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
6433         to be boolean.
6434
6435         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
6436         of the case where the container CAN_FOCUS to here instead
6437         of having it in each individual move-the-focus place.
6438
6439         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
6440         focusing to be geometric in a much more obvious sense. Arrowing
6441         around is still non-intuitive because it isn't perfect and
6442         because entries, etc, grab the arrow keys, but it at least
6443         usually will do what you expect now.
6444         
6445         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
6446         file.
6447
6448         * gtk/gtknotebook.c: Change tabs to be a single item in
6449         the focus chain. Make movement of focus on tabs with arrow
6450         keys wrap around.
6451         
6452         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
6453         CHECK_FIND_CHILD macro to give informative error messages
6454         instead of silent returns.
6455
6456         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
6457         flag since we handle GdkReturn on the tabs.
6458
6459         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
6460         windows rather than sending expose events directly.
6461
6462         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
6463         definition for GtkNotebookPage into .c file, since it is private.
6464
6465         * gtk/testgtk.c (create_notebook): Add option for 
6466         testing borderless notebook.
6467
6468         * gtk/testgtk.c (page_switch): Removed egregious poking
6469         around in GTK+ internals.
6470
6471         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
6472
6473         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
6474         properly through gtk_clist_focus. Make the title headers a
6475         single item in the tab-focus chain, and make left-right wrap
6476         around.
6477
6478         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
6479         focus method so that wrapping around works properly.
6480
6481         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
6482         that is handled for the widget now. 
6483
6484 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
6485
6486         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
6487         widgets as TOPLEVEL.
6488
6489         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
6490         TOPLEVEL widgets are containers.
6491
6492         * gtk/gtkinvisible.h: Remove useless include.
6493
6494 2000-12-11  Havoc Pennington  <hp@redhat.com>
6495
6496         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
6497         Handle chopping off \r\n and 0x2029 in addition to \n before
6498         passing to PangoLayout
6499
6500         * gtk/gtkimcontextsimple.c
6501         (gtk_im_context_simple_get_preedit_string): 
6502         return an empty string if no match is pending
6503
6504         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
6505         assertion that the returned preedit string was sane
6506
6507         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
6508         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
6509         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
6510
6511 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
6512
6513         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
6514         Fix up finalizer to chain to its parent.
6515
6516 2000-12-11  Alexander Larsson  <alexl@redhat.com>
6517
6518         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
6519         Clearified the difference between the keyboard types. Wrote a note
6520         about the magic sysrq key to get out of raw mode.
6521
6522 2000-12-09  James Henstridge  <james@daa.com.au>
6523
6524         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
6525         member to hold masks for detecting the start of a protocol packet.
6526         (mouse_devs): add packet start masks for ps2 and ms device types.
6527         Left the mask for fidmour blank, as I have no idea what it should
6528         be.
6529         (handle_mouse_io): skip bytes until we get to the start of a
6530         packet.  My Logitech mouse seems to be passing an extra NULL pad
6531         byte, and GPM does a similar thing here.
6532         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
6533         this is the ms mouse driver.
6534         (gdk_fb_mouse_ms_packet): fix up button handling, which was
6535         completely broken except for button1.  It was checking the wrong
6536         bit in the packet for the status of the right mouse button, and
6537         wrongly assuming right == button2 rather than 3.  I fixed that and
6538         also added support for middle button (button2).
6539
6540 2000-12-08  Havoc Pennington  <hp@redhat.com>
6541
6542         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
6543         that cause a segfault on text insertion
6544
6545         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
6546         warning
6547
6548         * gtk/gtktextiter.c (test_log_attrs): use
6549         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
6550
6551         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
6552         Get log attrs for a line, using a cache stored on the buffer
6553         
6554         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
6555         reported by Jeff Franks
6556
6557 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6558
6559         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
6560         /dev/ttyS0 -> /dev/mouse
6561
6562 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6563
6564         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
6565         Added dummy gdk_fontset_load.
6566
6567 2000-12-08  Alexander Larsson  <alexl@redhat.com>
6568
6569         * docs/README.linux-fb:
6570         * docs/Makefile.am:
6571         Initial GtkFB docs.
6572         
6573         * gdk/linux-fb/Makefile.am:
6574         Define GDK_DATA_PREFIX.
6575
6576         * gdk/linux-fb/gdkmain-fb.c:
6577         Fix typo.
6578         Change default display to /dev/fb0.
6579
6580         * gdk/linux-fb/gdkpango-fb.c:
6581         Add $(prefix)/share/fonts/ to font path.
6582         
6583 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
6584
6585         * gdk/linux-fb/gdkkeyboard-fb.c:
6586         New file containing the abstracted keyboard driver. Most code
6587         taken from gdkinput-ps2.c
6588
6589         * gdk/linux-fb/gdkinput-ps2.c:
6590         Removed file.
6591         
6592         * gdk/linux-fb/Makefile.am:
6593         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
6594
6595         * gdk/linux-fb/gdkcolor-fb.c:
6596         display->fb was renamed to display->fb_fd.
6597
6598         * gdk/linux-fb/gdkcursor-fb.c:
6599         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6600
6601         * gdk/linux-fb/gdkinput.c:
6602         Moved gdk_input_init here from gdkinput-ps2.c
6603
6604         * gdk/linux-fb/gdkmain-fb.c:
6605         display->fb was renamed to display->fb_fd.
6606         Now the tty and the console is opened here instead
6607         of in the keyboard driver. Also check GDK_VT to see what
6608         tty to open.
6609         Move gdk_beep () here from gdkinput-ps2.c
6610         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6611
6612         * gdk/linux-fb/gdkmouse-fb.c:
6613         Add header.
6614         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6615         Return correct keyboard modifiers.
6616         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
6617
6618         * gdk/linux-fb/gdkprivate-fb.h:
6619         Add tty and vt info to display.
6620         Add orignal modeinfo storage to display
6621         Update global functions
6622
6623         * gdk/linux-fb/gdkwindow-fb.c:
6624         Added gdk_fb_window_find_focus().
6625         gdk_mouse_get_info -> gdk_fb_mouse_get_info
6626
6627 2000-12-07  Havoc Pennington  <hp@pobox.com>
6628
6629         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
6630         function, noticed by Alex
6631
6632 2000-12-06  Elliot Lee  <sopwith@redhat.com>
6633
6634         * configure.in: Detect freetype properly
6635
6636         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
6637         above.
6638
6639 2000-12-06  Alexander Larsson  <alexl@redhat.com>
6640
6641         * gdk/linux-fb/Makefile.am:
6642         Add gdkmouse-fb.c
6643         
6644         * gdk/linux-fb/gdkmouse-fb.c:
6645         New file. Abstracted the mouse drivers a bit.
6646
6647         * gdk/linux-fb/gdkcursor-fb.c:
6648         The cursor hide/show functions was moved here from gdkinput-ps2.c.
6649
6650         * gdk/linux-fb/gdkinput-ps2.c:
6651         Removed old mouse handling code. Moved cursor handling code
6652         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
6653         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
6654         gdk_mouse_get_info.
6655
6656         * gdk/linux-fb/gdkmain-fb.c:
6657         Pass NULL pointers for x,y in gdk_mouse_get_info call.
6658
6659         * gdk/linux-fb/gdkprivate-fb.h:
6660         Removed public gdk_fb_find_common_ancestor, added and renamed
6661         functions for the new mouse handling code.
6662
6663         * gdk/linux-fb/gdkwindow-fb.c:
6664         Moved gdk_fb_window_send_crossing_events here. added global
6665         variable gdk_fb_window_containing_pointer. made
6666         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
6667         renamed to gdk_mouse_get_info.
6668
6669 2000-12-06  Alexander Larsson  <alexl@redhat.com>
6670
6671         * gdk/linux-fb/gdkevents-fb.c:
6672         Update to match latest gmain/gsource changes.
6673
6674         * gdk/linux-fb/gdkinput-ps2.c:
6675         Bogus gdk_keymap_get_entries_for_keycode implementation so that
6676         it links. Will be implemented later.
6677
6678 2000-12-03  Havoc Pennington  <hp@pobox.com>
6679
6680         * gdk/Makefile.am: add gdkkeys.[hc]
6681
6682         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
6683         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
6684
6685         * acconfig.h, configure.in: add checks and command line options
6686         for XKB
6687
6688         * gdk/x11/gdkkeys-x11.c: Implement the above functions
6689         
6690         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
6691         and group in the key event
6692
6693         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
6694         field with the low-level hardware key code, and a group
6695         field with the keyboard group
6696
6697         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
6698         and declare a couple globals used for keymap handling
6699         
6700         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
6701         hold down Shift-Control and type a hex number to get a Unicode 
6702         character corresponding to the hex number
6703         (gtk_im_context_simple_get_preedit_string): Fix cursor position
6704         (return bytes not chars)
6705
6706 2000-12-05  Elliot Lee  <sopwith@redhat.com>
6707
6708         * gdk/gdkcolor.h: Make GdkColor specify element sizes
6709         to avoid waste on 64-bit platforms.
6710
6711 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
6712
6713         * INSTALL: Fix link to PNG home, remove reference
6714         to fribidi.
6715
6716         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
6717         
6718         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
6719         tested.)
6720
6721         * gtk/gtkcheckmenuitem.c: Permanently turn on
6722         always_show_toggle.
6723
6724         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
6725         be NULL. (Vladimir Klebanov, #26545)
6726
6727         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
6728         some signed/unsigned comparison problems. (#6510,
6729         David Kaelbling)
6730
6731         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
6732         return type to boolean (Oskar Liljeblad, #18648)
6733
6734 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6735
6736         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
6737         Remove bogus colormap setting.
6738
6739 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6740
6741         * gdk/linux-fb/gdkcolor-fb.c:
6742         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
6743
6744         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
6745         Must set colormap.
6746         
6747 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
6748
6749         * docs/tutorial/gtk-tut.sgml: DND updates
6750
6751 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
6752
6753         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
6754         Remove old debug g_warning().
6755         (gdk_fb_draw_drawable): The src argument can be either a wrapper
6756         or an implementation, just pass the implementation to draw_drawable_2.
6757         
6758         * gdk/linux-fb/gdkprivate-fb.h:
6759         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
6760
6761         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
6762         clear and invalidate area when window is destroyed.
6763         (send_map_events): Remove old commented out code.
6764
6765 2000-12-05  Alexander Larsson  <alexl@redhat.com>
6766
6767         * gdk/linux-fb/gdkpango-fb.c:
6768         Use italic instead of oblique in font aliases.
6769         
6770         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
6771         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
6772         other unsupported functions.
6773
6774 2000-12-04  Havoc Pennington  <hp@redhat.com>
6775
6776         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
6777
6778         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
6779
6780         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
6781
6782         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
6783         hack to avoid infinite loops (synthetic expose event) - 
6784         Owen has more appropriate fixes in a branch he'll check in later.
6785
6786         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
6787         separator, CR, and CRLF as line ends
6788
6789         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
6790         into lines using pango_find_paragraph_boundary(); other bits of
6791         the widget are still going to be broken if the boundary isn't '\n'
6792         though
6793
6794 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6795
6796         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
6797         multiply.
6798
6799         * gdk/linux-fb/gdkpango-fb.c:
6800         Copied some 26.6 scaling macros from pango to clean up the rounding.
6801         (pango_fb_font_get_glyph_info): Correct sign on x value.
6802
6803         * gdk/linux-fb/gdkprivate-fb.h:
6804         Removed unreferenced external functions.
6805
6806         * modules/linux-fb/Makefile.am: Use ` instead of '.
6807
6808         * modules/linux-fb/basic.c:
6809         Remove dead code. In particular the dummy lang engine which broke all
6810         pango layouts in GtkFB. Don't include tables-big.i anymore.
6811
6812         * modules/linux-fb/tables-big.i:
6813         Upgrade to latest version from pango. Left for reference, basic_ranges
6814         moved to basic.c.
6815         
6816 2000-12-04  Havoc Pennington  <hp@redhat.com>
6817
6818         Fix bugs Alex found:
6819         
6820         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
6821         to "draw"
6822
6823         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
6824
6825         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
6826
6827         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
6828         implementation in here, apparently the expose() implementation was
6829         dead code.
6830
6831 2000-12-04  Alexander Larsson  <alexl@redhat.com>
6832
6833         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
6834         Return positive descent.
6835
6836 2000-12-02  Havoc Pennington  <hp@pobox.com>
6837
6838         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
6839         method and signal
6840         
6841         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
6842         calls gdk_window_process_updates() to push the exposes through
6843         (gtk_widget_class_init): No more draw signal, no
6844         gtk_widget_real_draw()  
6845         
6846         * gtk/gtkbin.c (gtk_bin_draw): remove
6847
6848         * gtk/gtkbox.c (gtk_box_draw): remove
6849
6850         * gtk/gtkbutton.c (gtk_button_draw): remove
6851
6852         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
6853
6854         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
6855
6856         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
6857
6858         * gtk/gtkclist.c (gtk_clist_draw): remove
6859
6860         * gtk/gtkentry.c (gtk_entry_draw): remove
6861
6862         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
6863
6864         * gtk/gtkfixed.c (gtk_fixed_draw): remove
6865
6866         * gtk/gtkframe.c (gtk_frame_draw): remove
6867
6868         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
6869
6870         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
6871
6872         * gtk/gtklayout.c (gtk_layout_draw): remove
6873
6874         * gtk/gtklist.c (gtk_list_draw): remove
6875
6876         * gtk/gtklistitem.c (gtk_list_item_draw): remove
6877
6878         * gtk/gtkmenu.c (gtk_menu_draw): remove
6879
6880         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
6881
6882         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
6883
6884         * gtk/gtknotebook.c (gtk_notebook_draw): remove
6885
6886         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
6887
6888         * gtk/gtkpacker.c (gtk_packer_draw): remove
6889
6890         * gtk/gtkrange.c (gtk_range_draw): remove
6891
6892         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
6893
6894         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
6895
6896         * gtk/gtktable.c (gtk_table_draw): remove
6897
6898         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
6899
6900         * gtk/gtktext.c (gtk_text_draw): remove
6901
6902         * gtk/gtktextview.c (gtk_text_view_draw): remove
6903
6904         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
6905
6906         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
6907
6908         * gtk/gtktree.c (gtk_tree_draw): remove
6909
6910         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
6911
6912         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
6913
6914         * gtk/gtkviewport.c (gtk_viewport_draw): remove
6915
6916         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
6917
6918         * gtk/gtkvscale.c (gtk_vscale_draw): remove
6919
6920         * gtk/gtkwindow.c (gtk_window_draw): remove
6921
6922 2000-20-01  Anders Carlsson  <andersca@gnu.org>
6923
6924         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
6925         a GtkToggleButton is both insensitive and active, it was being
6926         drawn by the GtkButton draw handler which doesn't check the
6927         state. Now it's calling gtk_toggle_button_paint instead.
6928         
6929 2000-12-01  Havoc Pennington  <hp@redhat.com>
6930
6931         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
6932         dangling pointers to the appearance attributes from the 
6933         line display
6934
6935         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
6936         width/height to mean "full width/height of drawable"
6937
6938         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
6939         click to select word/line
6940         
6941         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
6942         when getting log attrs. Get a slice, so that pixmaps and stuff
6943         are properly handled.
6944
6945         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
6946         paste into the selection (replaces selection now, previously
6947         crashed or added to selection). Reveals longstanding btree bug -
6948         select multiple lines, middle-click on the selection, boom. This
6949         isn't related to my changes though.
6950
6951         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
6952         PangoLogAttrs changes
6953         (gtk_entry_move_backward_word): ditto
6954
6955         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
6956         functions return bool whether the iter moved onto a
6957         dereferenceable position.
6958  
6959         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
6960         functions for motion in terms of display lines.
6961
6962         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
6963         get the buffer a mark is inside
6964         
6965 2000-12-01  Alexander Larsson  <alexl@redhat.com>
6966
6967         * gdk/linux-fb/Makefile.am:
6968         * modules/linux-fb/Makefile.am:
6969         Freetype 2 final uses freetype-config
6970
6971         * gdk/linux-fb/gdkpango-fb.c:
6972         Upgrade to use Freetype 2 final.
6973         More flexible support for font aliases, this also fixes a bug with
6974         GtkFontSelector, as the aliases must be visible in the font/family list,
6975         or GtkFontSelector reads uninitialized memory.
6976
6977 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
6978
6979         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
6980         XGetIMValues to properly terminate variable argument list, and do
6981         NULL return check for ic_values and xim_styles.
6982
6983         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
6984         Restore preedit state after XmbResetIC().
6985         
6986         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
6987         XvaCreateNestedList() should take XvaNestedList, but not
6988         XvaNestedList*.
6989
6990         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
6991         preedit_draw_callback, preedit_caret_callback): Match
6992         "preedit-changed" signal name to "preedit_changed" to be
6993         consistent to the spec.
6994
6995         * gtk/gtkimcontextsimple.c (check_table):
6996         Match "preedit-changed" to "preedit_changed" to be consistent
6997         to the spec.
6998
6999 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
7000
7001         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
7002         gc->clip_region == NULL>
7003
7004 2000-11-30  Tor Lillqvist  <tml@iki.fi>
7005
7006         Changes by Hans Breuer:
7007         
7008         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7009         Dont't use negative width and height as max_hints. This fixes
7010         Owen's recent testgtk changes for win32.
7011
7012         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
7013         gdk_win32_hdc_release): These are exported and may be called with
7014         other drawable types than our GdkDrawableImplWin32 (?).
7015
7016         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
7017         so always #define USE_BACKING_STORE.
7018
7019         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
7020         of printf for debugging output.
7021
7022         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
7023         
7024         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
7025
7026         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
7027         declaration.
7028
7029         * gtk/gtktexttypes.h: Ditto.
7030
7031         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
7032         (GDK_VoidSymbol) also if in case of arg check failure.
7033
7034         * gtk/gtkimcontextsimple.c
7035         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
7036         position to the pointer, but to the variable it points to.
7037
7038         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
7039
7040         * gtk/gtk.def: Updates.
7041
7042 2000-11-29  Elliot Lee  <sopwith@redhat.com>
7043
7044         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
7045         GTK_TYPE_TREE_MODEL.
7046
7047 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7048
7049         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
7050         Set the size of the font from the description.
7051         (gdk_text_width): Gross hack that calculates the width
7052         of text by text_length * size/2. This is necessary because
7053         GtkLabel does some ugly gtk_string_width call to calculate
7054         an good size.
7055         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
7056
7057 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
7058
7059         * docs/tutorial/gtk-tut.sgml: DND updates
7060
7061 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7062
7063         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7064         If you pass width or height == 0 to gdk_window_clear_area they
7065         should be calculated from the window size.
7066
7067 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7068
7069         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
7070         a grab, but no grab-cursor, use the cursor from the grabbed
7071         window. (gdk_fb_window_send_crossing_events): Send normal
7072         enter/leave notifications if grab and owner_events == TRUE.
7073
7074 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7075
7076         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7077         Do implicit button grabs, even if the window doesn't
7078         want the event.
7079         (gdk_fb_window_send_crossing_events): If there is a
7080         grab, only the grabbed window gets normal enter/leave
7081         notifications. On ungrab go from grabbed window to current.
7082         Don't send any notification to b when propagating from c -> b.
7083         If setting a grab on window, don't set prev_window.
7084         (handle_mouse_input): Send enter/leave events to the window the
7085         mouse is over, not the grabbed one.
7086         
7087 2000-11-28  Elliot Lee  <sopwith@redhat.com>
7088
7089         * gdk/gdkregion-generic.c: Zap warning.
7090         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
7091         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
7092
7093 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
7094
7095         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
7096         The cursor should be hidden if it is part of either the
7097         source or destination region. Not only if it is in both.
7098         (gdk_window_set_transient_for): Silence warnings.
7099
7100 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7101
7102         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
7103         The default mode in X is Pie Arcs, therefore that is
7104         what Gtk+ uses.
7105
7106 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7107
7108         * gdk/linux-fb/gdkinput-ps2.c:
7109         Implement correct EnterNotify/LeaveNotify:
7110         (gdk_fb_window_send_crossing_events): New function that sends
7111         all GdkCrossingEvents from the last mouse-window to the specified
7112         destination.
7113         (gdk_fb_window_visibility_crossing): Removed function.
7114         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
7115         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
7116         instead of gdk_window_get_pointer() for better readability.
7117
7118         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
7119         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
7120
7121         * gdk/linux-fb/gdkprivate-fb.h:
7122         removed gdk_fb_window_visibility_crossing, added
7123         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
7124
7125         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
7126         New function that finds the least common ancestor of two windows.
7127         (gdk_window_show, gdk_window_hide):
7128         Use gdk_fb_window_send_crossing_events.
7129         (gdk_fb_window_move_resize): Send configure events to toplevel
7130         windows. Use gdk_fb_window_send_crossing_events.
7131
7132 2000-11-27  Havoc Pennington  <hp@redhat.com>
7133
7134         * gtk/gtkprivate.h (enum): Remove a trailing comma
7135
7136 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
7137
7138         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
7139         the "changed" callback of the adjustment.  We need to redraw the
7140         spin button's arrows when the adjustment's range changes.
7141         (adjustment_changed_cb): Draw the arrows.
7142         (gtk_spin_button_value_changed): Draw the arrows.
7143
7144 2000-11-23  Alexander Larsson  <alexl@redhat.com>
7145
7146         * gdk/linux-fb/gdkselection-fb.c:
7147         Initial selection implementation.
7148
7149         * gtk/gtkselection.c:
7150         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
7151         requestor in gtk_selection_request.
7152         
7153         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
7154         Added gdk_selection_property atom.
7155
7156         * gdk/linux-fb/gdkprivate-fb.h:
7157         Export _gdk_selection_window_destroyed.
7158         Removed mask_off_x/y from GdkCursorPrivateFB.
7159         Removed hbearing, added top, left to PangoFBGlyphInfo.
7160
7161         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
7162         Call _gdk_selection_window_destroyed
7163         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
7164         the root window has been created.
7165         (static_dx_hack, static_dy_hack, compare_draw_rects,
7166         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
7167         in region. They are already sorted. Instead just traverse them in
7168         reverse if draw_direction < 0.
7169         
7170         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7171         Double-clicks must be sent after the normal button_press.
7172         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
7173         
7174         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
7175         Pass _gdk_fb_screen_gc instead of NULL.
7176
7177         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7178         Initialize gdk_selection_property.
7179         (gdk_event_make): Remove unused code.
7180
7181         * gdk/linux-fb/gdkcursor-fb.c:
7182         Make the pixmap for the cursor the same size as the mask. Also remove
7183         the mask_off_x/y fields in GdkCursorPrivateFB and combine
7184         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
7185         Now the whole cursor is visible.
7186
7187         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
7188         Fix bug where xdest+height instead of ydest+height was used
7189         to calculate if the source and dest overlapped. This fixes the
7190         redraw bug when the main window in testgtk was scrolled when
7191         partially covered by a tall window.
7192         Copy rectangles in region in order depending on draw_direction.
7193         Also moved the draw_direction flipping of start_y and end_y into
7194         the gc functions, as this might not be what all of them want.
7195         (gdk_fb_draw_lines): Support dashed lines.
7196         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
7197         so that the text is positioned correctly (was 1 pixel high).
7198
7199         gdk/linux-fb/gdkgc-fb.c:
7200         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
7201         all lines were drawn a pixel to short. Also checked the default of
7202         the rest of the values, and they're the same as X now.
7203
7204         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
7205         Clean up pixel positioning of the glyphs. Just use bgy->top and
7206         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
7207         to all divisions to get correct rounding behaviour.
7208
7209         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
7210         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
7211         Moved start_y/end_y flip into draw_drawable implementations.
7212         Flip also x rendering when draw_direction < 0.
7213         Remove unneccesary multiply with draw_direction.
7214
7215 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
7216
7217         * docs/tutorial/gtk-tut.sgml:
7218           - get rid of gtk_toggle_button_toggled FUD
7219           - start DND section - needs work - based on:
7220                 http://wolfpack.twu.net/docs/gtkdnd/
7221
7222 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7223
7224         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
7225         Correct calculation of font metrics. Now GtkEntrys have sane
7226         size.
7227
7228 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7229
7230         * gdk/gdktypes.h:
7231         Add new type GdkSpan
7232         
7233         * docs/reference/gdk/gdk-sections.txt,
7234         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
7235         gdk/gdkregion.h:
7236         Implement and document gdk_region_spans_intersect_foreach.
7237
7238         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
7239         Add new file gdkrender-fb.c which contains all core
7240         rendering code.
7241         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
7242         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
7243         (optimized rectangle fillers).
7244
7245         * gdk/linux-fb/gdkdrawable-fb2.c:
7246         Move all rendering code to gdkrender-fb.c.
7247         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
7248         Use the new span intersection functions in gdk_fb_fill_spans.
7249         gdk_fb_draw_rectangle() clips filled rectangles and calls
7250         gc->fill_rectangle with the result.
7251         gdk_fb_fill_spans() gets extra argument "sorted".
7252
7253         * gdk/linux-fb/gdkevents-fb.c:
7254         Remove unused includes and defines.
7255         New function gdk_fb_get_time() to get correct time for events.
7256
7257         * gdk/linux-fb/gdkinput-ps2.c:
7258         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
7259         Make sure to set the time of all events.
7260
7261         * gdk/linux-fb/gdkmain-fb.c:
7262         Use gdk_fb_get_time ().
7263
7264         * gdk/linux-fb/gdkprivate-fb.h:
7265         New virtual GC calls: fill_span & fill_rectangle.
7266         Export gdk_fb_get_time().
7267         gdk_fb_fill_spans() gets extra argument "sorted".
7268
7269         * gdk/linux-fb/mi*.c:
7270         Use GdkSpan instead of GdkRectangle.
7271         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
7272         from XFree 4 source)
7273         
7274 2000-11-22    <jrb@redhat.com>
7275
7276         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
7277         reversing the order in an if statement will do.  Doing so managed
7278         to make the treemodelsort half work.  Other half will follow after
7279         I get the insert function fully fixed.
7280
7281 2000-11-21  Elliot Lee  <sopwith@redhat.com>
7282         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
7283         more than 2 bits. Besides, I need to implement an evil hack. :)
7284
7285 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
7286
7287         * docs/tutorial/gtk-tut.sgml: minor corrections
7288
7289 2000-11-20  Jonathan Blandford <jrb@redhat.com>
7290         * gtk/gtktreemodelsort.h: Add convertion functions to let you
7291           convert to and from relative path's and iters.
7292
7293         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
7294           testing sorting functions a bit better.  Currently broken -- will
7295           fix in morning.
7296
7297 2000-11-20  Havoc Pennington  <hp@redhat.com>
7298
7299         * gtk/gtkwidget.c: Documented a bunch of functions in here
7300         (gtk_widget_realize): Warn if you try to realize
7301         a widget with no parent that isn't a toplevel
7302         (gtk_widget_intersect): return a gboolean
7303
7304 2000-11-20  Havoc Pennington  <hp@redhat.com>
7305
7306         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
7307         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
7308         scrolling to be implemented in GDK to finish. Also, right now
7309         we just size_allocate all children on every layout change,
7310         which is pretty lame. Test commented out of testtext.c, 
7311         until it works better.
7312
7313 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
7314
7315         * gdk/linux-fb/gdkdrawable-fb2.c:
7316         Removed unused arguments from gdk_fb_drawable_get_pixel().
7317
7318         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
7319         Renamed fidur specific mouse packet data in MouseDevice to
7320         generic. Used it in ps2 mouse handling code to avoid blocking
7321         reads.
7322
7323 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
7324
7325         * demos/gtk-demo/main.c: Changed to have the list become
7326         non-italic when the demo window is destroyed through an external
7327         event (like a close button).  Doing so found three bugs in the
7328         widget.
7329
7330         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
7331
7332         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
7333         we actually set the cell.
7334
7335         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
7336
7337         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7338         free a leaked path.  Thanks memprof.
7339
7340 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
7341
7342         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
7343         off-by-one error when destroying allocated segments
7344         on failure. (Elliot)
7345
7346 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
7347
7348         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
7349         memleaks found by Evan Martin.
7350
7351 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
7352
7353         * Released 1.3.2
7354         
7355         * NEWS: Updates for 1.3.2
7356
7357 2000-11-17  Tor Lillqvist  <tml@iki.fi>
7358
7359         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
7360         but in general for window system specific events.
7361
7362         * gtk/gtk.def
7363         * gtk/makefile.mingw.in
7364         * gtk/makefile.msc.in: Update.
7365         
7366         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
7367
7368 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
7369
7370         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
7371         distribute gtk.immodules.
7372
7373         * gtk/Makefile.am (install-data-local): Don't install the
7374         gtk.immodules file created for the uninstalled modules;
7375         instead run gtk-query-immodules after install
7376
7377 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
7378
7379         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
7380         -rpath to the right install location.
7381
7382         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
7383         -export-dynamic.
7384
7385         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
7386         properly.
7387
7388 2000-11-15  Havoc Pennington  <hp@pobox.com>
7389
7390         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
7391         patch from Mikael Hermansson to temporarily stop blinking while
7392         the user is using the keyboard to type or navigate. 
7393
7394         Also, when blinking, stay on for longer than we stay off. Also,
7395         return from start_cursor_blink if !cursor_visible, to save
7396         checking that flag all over the place before we call
7397         start_cursor_blink.
7398
7399 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
7400
7401         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
7402         only contain a "fontset" line, which is now ignored.
7403
7404         * gtk/gtkentry.c (gtk_entry_button_release): Make 
7405         double-click-to-select-word work.
7406         
7407 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
7408
7409         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
7410         Don't move back one char when we are actually at the end of the 
7411         paragraph.
7412
7413 2000-11-15  Robert Brady  <robert@suse.co.uk>
7414
7415         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
7416         'o' < 'p'.
7417         
7418         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
7419         bind_textdomain_codeset.
7420
7421         (gtk_init_check): Make the warning about translating default:LTR
7422         sterner.
7423         
7424 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
7425
7426         * **/Makefile.am : remove unecessary rules for win32-specific
7427         config-substituted targets. If you want these rules, use
7428         --enable-maintainer-mode (called automatically by autogen.sh).
7429         Stops a lot of unneccessary make-time warnings.
7430
7431         * gtk/gtktext{layout,display}.c: Factor in total width as
7432         well as screen when figuring alignment for word-wrap as well as
7433         no wrap; this is necessary to handle lines that cannot be wrapped
7434         at all.
7435
7436 2000-11-15  Havoc Pennington  <hp@redhat.com>
7437
7438         * gtk/testtext.c: Implement essential color cycling feature
7439
7440 2000-11-15  Havoc Pennington  <hp@redhat.com>
7441
7442         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
7443         when we invalidate the main window.
7444
7445         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
7446         GtkTextView will now invalidate the side windows for us when text
7447         changes.
7448
7449 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
7450
7451         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
7452         unconditionally, since we may need to update the horizontal
7453         scrollbars even if the height didn't change.
7454
7455         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
7456         the extra attrs, since some of them affect size.
7457
7458         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
7459         x_offset correctly.
7460
7461 2000-11-15  Havoc Pennington  <hp@redhat.com>
7462
7463         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
7464         don't move the first line out into the margin, instead move the
7465         whole paragraph in order to make space for the first line within 
7466         the margin
7467
7468 2000-11-15  Havoc Pennington  <hp@redhat.com>
7469
7470         * gtk/gtktextview.c (changed_handler): offset redraw rect by
7471         xoffset in addition to yoffset, so horizontal scrolling doesn't
7472         break redraws
7473
7474 2000-11-15  Havoc Pennington  <hp@redhat.com>
7475
7476         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
7477         from the cursor
7478         (render_layout_line): fix reversed test that caused weird
7479         underlines to get drawn
7480
7481 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
7482
7483         * gdk/linux-fb/gdkprivate-fb.h:
7484         Fix debug macros.
7485         
7486 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
7487
7488         * gdk/linux-fb/gdkprivate-fb.h:
7489         Added virtual functions set_pixel, get_color,
7490         fill_span and draw_drawable to the GC.
7491         Added global _gdk_fb_screen_gc to use instead of
7492         NULL when drawing to the screen.
7493         Added _gdk_fb_gc_calc_state() prototype.
7494
7495         * gdk/linux-fb/gdkgc-fb.c:
7496         Call _gdk_fb_gc_calc_state() on any gc state change.
7497
7498         * gdk/linux-fb/gdkglobals-fb.c:
7499         Add _gdk_fb_screen_gc
7500                 
7501         * gdk/linux-fb/gdkdrawable-fb2.c:
7502         _gdk_fb_gc_calc_state() calculates best functions
7503         for the GC state and depth.
7504         Moved bpp specialized code to separate functions.
7505         Added optimized 24 bpp AA draw_drawable.
7506
7507         * gdk/linux-fb/gdkevents-fb.c:
7508         Silence gcc warning.
7509
7510         * gdk/linux-fb/gdkimage-fb.c:
7511         Use _gdk_fb_screen_gc
7512
7513         * gdk/linux-fb/gdkwindow-fb.c:
7514         Init and use _gdk_fb_screen_gc
7515
7516         * gdk/linux-fb/mitypes.h:
7517         Remove unused types.
7518
7519 2000-11-14  Havoc Pennington  <hp@pobox.com>
7520
7521         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
7522         to pixels
7523
7524 2000-11-14  Havoc Pennington  <hp@pobox.com>
7525
7526         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
7527
7528         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
7529         unknown char, no real reason we were using a variable. 
7530         Remove gtk_text_unknown_char variable. Fix all the text widget
7531         files accordingly.
7532
7533         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
7534         since the Unicode spec seems to prefer that character for our
7535         purposes.
7536
7537 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
7538
7539         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
7540         value of g_getenv() isn't freeable, so g_strdup it.
7541
7542         * modules/input/inuktitut.c: Inuktitut input method.
7543
7544         * modules/input/Makefile.am: Build this.
7545         
7546 2000-11-14  Elliot Lee  <sopwith@redhat.com>
7547
7548         * gtk/Makefile.am: Install gtk.immodules, needed for operation
7549         of gtk programs.
7550
7551 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
7552
7553         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
7554         reversed > that was causing Home to go to end of previous line.
7555
7556         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
7557         modified-keypresses (leave for bindings.)
7558
7559         * modules/input/Makefile.am: Remove useless -export-dynamic
7560         from module LDFLAGS.
7561
7562 2000-11-14  Havoc Pennington  <hp@redhat.com>
7563
7564         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
7565         higher.
7566
7567         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
7568         account. Also, render rise, underline, background, etc. for
7569         pixbufs as well as text. Also, draw underlines one pixel higher.
7570
7571         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
7572         PangoAttribute for the rise, so it gets drawn properly. Also,
7573         add the GtkTextAppearance attribute for pixbuf/widget segments
7574         as well; we should go ahead and have rise, underline, background,
7575         stipple work for those
7576
7577         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
7578         Pango
7579
7580 2000-11-15  Tor Lillqvist  <tml@iki.fi>
7581
7582         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
7583
7584         * gtk/gtk.def: Update.
7585
7586         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
7587         included.
7588         (gtk_rc_get_im_module_file): Use run-time installation directory
7589         on Win32.
7590
7591         * gdk/win32/rc/gdk.rc: Remove.
7592         * gdk/win32/rc/gdk.rc.in: New file.
7593         * gdk/win32/rc/Makefile.am: New file
7594         * gdk/win32/Makefile.am: Corresponding changes.
7595
7596         * gtk/gtk.rc: Remove.
7597         * gtk/gtk-win32.rc.in: New file.
7598         * gtk/Makefile.am: Corresponding changes.
7599
7600         * configure.in: Corresponding changes.
7601
7602         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
7603         has a built gtkcompat.h. Developers using CVS code on Win32 can
7604         hand-edit it from gtkcompat.h.in.
7605
7606         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
7607         gtkcompat.h from gtkcompat.h.win32.
7608
7609 2000-11-14  Havoc Pennington  <hp@redhat.com>
7610
7611         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
7612         to default to GDK_ACTION_MOVE if the drag is within a single
7613         widget. Defaults to GDK_ACTION_COPY between widgets.
7614
7615 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
7616
7617         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
7618
7619         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
7620
7621         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
7622         srcdir != builddir
7623
7624         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
7625
7626         * configure.in (GTK_VERSION): Up to 1.3.2
7627
7628         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
7629         gtkimcontextxim.h
7630
7631         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
7632         missing doc comment.
7633
7634 2000-11-14  Alexander Larsson  <alexl@redhat.com>
7635
7636         * modules/linux-fb/basic.c:
7637         Use the glib iconv wrappers.
7638
7639 2000-11-13  Havoc Pennington  <hp@pobox.com>
7640
7641         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
7642         still more bugs.
7643
7644         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
7645         scroll the GdkWindows before realization.
7646
7647 2000-11-13  Havoc Pennington  <hp@redhat.com>
7648
7649         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
7650         where GC didn't always get updated properly
7651
7652         * demos/gtk-demo/textview.c (create_tags): Use subattributes
7653         of fonts instead of setting the entire font
7654
7655         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
7656         setting entire font
7657
7658         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
7659
7660         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
7661         a bunch of individually-settable font attributes. You can still 
7662         use the "font" and "font_desc" args, they just set all the font
7663         attributes at once.
7664
7665 2000-11-13 Elliot Lee <sopwith@redhat.com>
7666
7667         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
7668
7669 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
7670
7671         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
7672         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
7673
7674         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
7675         work better.
7676
7677 2000-11-13  Havoc Pennington  <hp@redhat.com>
7678
7679         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
7680         the module file.
7681
7682         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
7683         dest->language
7684
7685         * gtk/testtext.c: Test pixels above/below/inside paragraphs
7686         settings
7687
7688         * gtk/gtktextview.c: Implement object args and setters/getters for
7689         all the aspects of the GtkTextAttributes that are not set from
7690         GtkWidget attributes. This is spacing, justification, margins,
7691         etc.
7692
7693         (gtk_text_view_set_arg)
7694         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
7695         args
7696         (gtk_text_view_class_init): Add args for justify, left_margin,
7697         right_margin, indent, and tabs
7698         
7699
7700         * gtk/gtktextlayout.c (set_para_values): fix to display indent
7701         attribute properly
7702
7703         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
7704         replace with indent attribute
7705
7706         * gtk/gtktextlayout.c (set_para_values): multiply indent by
7707         PANGO_SCALE
7708
7709         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
7710         rearranging code to do that
7711         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
7712         i.e. don't subtract the top_margin first, just to keep
7713         all margin-futzing in one place.
7714
7715         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
7716
7717         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
7718         special case of last line, Pango now handles this itself.
7719         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
7720         Y coordinate
7721         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
7722         (find_display_line_above): wasn't moving the byte index as it
7723         iterated over lines, so always returned byte 0. Also, port to use
7724         PangoLayoutIter.
7725         (find_display_line_below): same problem as
7726         find_display_line_above. Also, port to use PangoLayoutIter.
7727
7728 2000-11-13  Alexander Larsson  <alexl@redhat.com>
7729
7730         * gdk/linux-fb/*.[ch]:
7731         Massive reindent to gtk+ standard. My hands hurt.
7732
7733         * gdk/linux-fb/gdkcolor-fb.c:
7734         Move GdkColorPrivateFB from inherited to windowing_data
7735
7736         * gdk/linux-fb/gdkcursor-fb.c:
7737         _gdk_cursor_new_from_pixmap made static
7738
7739         * gdk/linux-fb/gdkdnd-fb.c:
7740         GdkDragContextPrivate moved to windowing_data
7741
7742         * gdk/linux-fb/gdkdrawable-fb2.c:
7743         Removed endian.h, use glib endianness macros instead
7744         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
7745         and GDK_DRAWABLE_IMPL_FBDATA
7746
7747         * gdk/linux-fb/gdkfont-fb.c:
7748         Add empty gdk_font_load(). Needed for linking of Gtk+.
7749
7750         * gdk/linux-fb/gdkimage-fb.c:
7751         Removed endian.h, use glib endianness macros instead
7752         Moved GdkImagePrivateFB to windowing_data
7753         gdk_image_new_bitmap didn't always allocate enough
7754         memory.
7755
7756         * gdk/linux-fb/gdkinput-ps2.c:
7757         Added semi-working support for MS serial mice.
7758
7759         * gdk/linux-fb/gdkprivate-fb.h:
7760         s/GdkWindowPrivate/GdkWindowObject/
7761         Removed GdkWindowPrivate typedef
7762         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
7763         Removed GDK_DRAWABLE_P
7764         Move GdkColorPrivateFB from inherited to windowing_data
7765         Moved GdkImagePrivateFB to windowing_data
7766
7767         * gdk/linux-fb/gdkvisual-fb.c:
7768         Removed some unused debug code.
7769
7770         * gdk/linux-fb/gdkwindow-fb.c:
7771         Use stock cursors instead of including X headers.
7772         s/GdkWindowPrivate/GdkWindowObject/
7773
7774         * gdk/linux-fb/mitypes.h:
7775         Removed unused types.
7776
7777         * modules/linux-fb/basic.c:
7778         Use the pango fribidi wrappers.
7779
7780 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7781
7782         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
7783         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
7784         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
7785         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
7786         GEqualFunc where applicable.
7787         
7788         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
7789         pango_font_description_equal as changed in pango.
7790         
7791         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
7792
7793         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
7794
7795         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
7796
7797         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
7798
7799         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
7800
7801         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
7802
7803         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
7804         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
7805
7806         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
7807         gtk_rc_styles_compare -> gtk_rc_styles_equal.
7808
7809 2000-11-12  Havoc Pennington  <hp@pobox.com>
7810
7811         * demos/gtk-demo/Makefile.am (democodedir): change demo install
7812         dir to datadir/gtk+-2.0/demo
7813
7814         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
7815         sorts of text widget and Pango font bugs. Urgh.
7816
7817         * demos/gtk-demo/Makefile.am (demos): Add textview.c
7818
7819         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
7820         tree that you should double click to see the demo. Fix 
7821         types of variables to reflect changed return values from 
7822         GtkTreeStore and GtkTreeViewColumn constructors.
7823
7824         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
7825         newly-created buffer to prepare for GObject semantics
7826
7827         * gtk/testtext.c: don't leak the buffer with GObject semantics
7828
7829         * gtk/testtextbuffer.c: ditto
7830         
7831 2000-11-12  Havoc Pennington  <hp@pobox.com>
7832
7833         Rename this testgtk to gtk-demo to avoid confusion, and 
7834         install it so people can use it as a supplement to 
7835         the documentation.
7836         
7837         * demos/gtk-demo: Moved from demos/testgtk
7838
7839         * demos/testgtk: Removed
7840
7841         * configure.in: make Makefile in gtk-demo
7842         
7843         * demos/gtk-demo/Makefile.am: Install sample source to 
7844         datadir/gtk-demo (maybe there's a better place?), and 
7845         rename the binary to gtk-demo
7846         
7847         * demos/gtk-demo/main.c (load_file): Load installed sample
7848         source if source isn't found in pwd.
7849
7850 2000-11-09  Havoc Pennington  <hp@pobox.com>
7851
7852         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
7853         argument to set the char displayed when visibility == FALSE
7854         (gtk_entry_create_layout): If !entry->visible, replace 
7855         all chars with the "invisible char"
7856
7857         * gtk/testgtk.c: Test the invisible_char deal
7858         
7859 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
7860
7861         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
7862         can't get a native font in the right encoding.
7863
7864 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
7865
7866         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
7867         respectively.
7868
7869 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
7870
7871         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
7872         Fix warning when moving between paragraphs.
7873
7874         * gtk/gtkentry.[ch]: Change move => move_cursor, 
7875         delete => delete_from_cursor, insert => insert_at_cursor
7876
7877 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
7878
7879         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
7880
7881         * modules/input/imthai-broken.c: A Thai input method for use if
7882         Thai keys are really generating Latin1 keysyms.
7883
7884         * modules/input/Makefile.am: Build these.
7885
7886 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
7887
7888         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
7889         g_filename_{to,from}_utf8 now takes an extra parameter.
7890
7891         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
7892         strftime into UTF-8.
7893
7894         (column_from_x, gtk_calendar_paint_day_names): Support RTL
7895         calendars.
7896
7897         (gtk_calendar_paint_day_names): Draw day names in the right 
7898         place.
7899         
7900 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
7901
7902         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
7903         problem with using result of g_get_charset() backwards -
7904         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
7905
7906         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
7907         negative min_width/height and max_width/height to
7908         mean "requisition"; this allows setting a window
7909         to be user-resizable in only one direction easily.
7910
7911         * gtk/testgtk.c (create_main_window): Remove hard-coded
7912         usize - set a default size in the vertical direction.
7913
7914 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
7915
7916         * gtk/gtkrange.c: Add some missing casts. Support 
7917         2 and 3 button clicks on the arrows to mean 
7918         "move by pages" and "jump to end". (Like gtkspinbutton)
7919
7920 2000-11-12 Hans Breuer <Hans@Breuer.Org>
7921
7922         * gdk/win32/makefile.msc : reflect build module changes
7923
7924         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
7925         from GdkPixmap*, cast implementation member instead.
7926
7927         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
7928         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
7929         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
7930         more Gdi functions return value checking. 
7931         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
7932         GdkImagePrivateWin32 *.
7933
7934         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
7935         menus useable again. Add #pragma message to keep reminded on this issue.
7936         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
7937         windows. This allows to enable backing store on Win32!
7938
7939         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
7940         in drawable is of impl type. Correct specific type checks appropriate.
7941  
7942         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
7943         GDK_WINDOW_DESTROYED before allocating new resources.
7944
7945         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
7946
7947         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
7948         (gdk_window_foreign_new) initialize parent handle.
7949         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
7950
7951         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
7952         Let the GDI invalidate the window on MoveWindow call to fix scrolling
7953         problems (e.g. main buttons in testgtk). 
7954
7955 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
7956
7957         * gtk/gtkentry.c (gtk_entry_key_press): Call 
7958         gtk_widget_activate for GDK_Return.
7959
7960         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
7961         of preedit cursor position.
7962
7963 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
7964
7965         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
7966         static.
7967
7968 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
7969
7970         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
7971         out support for multiple locales; that simple doesn't
7972         work reliably with current Xlib
7973
7974         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
7975         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
7976         Add support for positioning the cursor within the preedit string.
7977
7978 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
7979
7980         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
7981         at XIM input method module.
7982
7983         * gtk/gtktextview.c: Check for bindings after passing
7984         events to im context filter.
7985
7986 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
7987
7988         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
7989         empty attribute lists properly.
7990
7991 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
7992
7993         * gtk/queryimmodules.c (main): Return non-zero exit
7994         status if errors were encountered querying any
7995         modules.
7996
7997         * modules/input/Makefile.am (moduledir): remove
7998         leftover bin program target.
7999
8000         * docs/make-todo: Fix typo in error message.
8001
8002 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
8003
8004         * configure.in: Add modules/input/Makefile
8005
8006 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
8007
8008         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
8009         don't include gtkthemes.h.
8010
8011         * gtk/testgtk.c gtk/testtext.c: Set environment variables
8012         to point
8013
8014         * gtk/Makefile.am: Add new .c and .h files, build 
8015         gtk-query-immodules and use it to create a gtk.immodules
8016         file for use of test programs.
8017
8018         * gtk/gtkpreview.c: remove extra blank line.
8019
8020 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
8021
8022         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
8023         Add the ability to add extra tables beyond the default
8024         one, and also the ability to have compose sequences 
8025         that are prefixes of other compose sequences. 
8026
8027         * gtk/gtkimcontextsimple.c: Export a preedit string which
8028         consists of possible candidates for keystrokes that have
8029         been entered but not yet committed.
8030
8031         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
8032         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
8033
8034         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
8035         Add a function to add input-method switching menu items
8036         to a menu.
8037
8038         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
8039         when switching input methods.
8040
8041         * gtk/gtkimcontextsimple.[ch]: Change the format of
8042         the compose table to allow compose tables of different
8043         lengths / sequence.
8044
8045 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
8046
8047         * gtk/gtkimmodule.[ch]: Support routines for loading
8048         GtkIMContext implementations dynamically at runtime.
8049
8050         * modules/input/imcyrillic-translit.c: A sample input
8051         method (based on GtkIMContextSimple with an extra table),
8052         which demonstrates preedit strings and the module
8053         system for input modules
8054
8055         * gtk/queryimmodules.c: Program to query the available
8056         input modules and write the results into a file.
8057          
8058         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
8059         extra config options "im_module_file" (cache file for
8060         input method modules), and "im_module_path" - path
8061         to look for modules when generating cache file.
8062
8063         This doesn't scale.
8064
8065 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
8066
8067         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
8068         generic code from gtkthemes into a new abstraction
8069         GtkModule which has the logic for implementing
8070         a loadable module which implements a number of 
8071         GObject types.
8072
8073 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
8074
8075         * gtk/gtkeditable.[ch]: Convert GtkEditable from
8076         a class into an interface  
8077         
8078         * gtk/gtkoldeditable.[ch]: Move the old editable
8079         implementation into here, so legacy widgets can
8080         still rely on the implemenation. GtkOldEditable
8081         exports GtkEditable. Make selection handling
8082         code use new text conversion functions (and
8083         handle UTF-8 as a side-effect). Use GtkClipboard
8084         for CLIPBOARD.
8085
8086         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
8087         Adopt to match above changes.
8088
8089         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
8090         avoid GtkOldEditable implementation. Restructure
8091         to reduce number of places that modify state directly.
8092         Move to GtkBindingSet. Display the preedit string.
8093         Queue recomputation of PangoLayout and scroll position
8094         to improve effiency of doing complex changes naively.
8095         Add a menu with cut/copy/paste and input method selection.
8096
8097 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
8098
8099         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
8100         to set preedit string and attributes; display preedit string by
8101         inserting string and attributes at cursor when creating the
8102         GtkTextLineDisplay.
8103
8104         * gtk/gtktextlayout.c: Move all conversions between byte
8105         positions in PangoLayout and GtkTextIter into new functions
8106         line_display_iter_to_index/index_to_iter that properly
8107         handle the preedit string.
8108
8109         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
8110         it to return const char * (eventually will end up
8111         as GCONST char *, most likely.)
8112
8113         * gtk/gtktextview.[ch]: Handle the preedit string, call
8114         gtk_im_context_reset() as necessary, add a menu to switch
8115         input methods.
8116         
8117         * gtk/gtktextlayout.[ch]: Remove useless
8118         gtk_text_layout_get_log_attrs() function.
8119
8120 2000-11-11  Tor Lillqvist  <tml@iki.fi>
8121
8122         * gdk/gdk.def
8123         * gtk/gtk.def: Update.
8124
8125         * gdk/win32/*.c: Add last argument to g_type_register_static()
8126         calls.
8127
8128         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
8129
8130         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
8131         generated by older wheel mouse drivers. Get the correct y
8132         coordinate from WM_MOUSEWHEEL messages.
8133
8134         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
8135         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
8136         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
8137         Debugging functions.
8138
8139         * gdk/win32/gdkprivate-win32.h: Declare them.
8140
8141         * gdk/win32/gdkinput-win32.h: Add declaration for
8142         gdk_input_window_destroy().
8143
8144         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
8145
8146 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
8147
8148         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
8149         function to help handle keeping things in sync.
8150
8151 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
8152
8153         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
8154         BOXED marshallers.
8155
8156         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
8157         (gtk_list_store_class_init): use the new BOXED marshallers.
8158
8159         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
8160         new_with_values to new_with_types.
8161         (gtk_tree_store_get_column_type): add this.
8162         (gtk_tree_store_class_init): use the new BOXED marshallers.
8163
8164         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
8165         mirror some POINTER marshallers.
8166
8167 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
8168
8169         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
8170         allow more interesting iterators.  Also, made the lifecycle of
8171         iterators more explicit.
8172
8173         * gtk/gtktreemodelsort.[ch]: New model for sorting.
8174
8175         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
8176         types.
8177
8178 2000-11-09  Alexander Larsson  <alexl@redhat.com>
8179
8180         * demos/testgtk/menus.c:
8181         Changes to make the new testgtk compile after
8182         gtk_menu_append was removed.
8183
8184         * gdk/linux-fb/gdkdrawable-fb2.c
8185         (gdk_fb_get_depth, gdk_fb_get_visual,
8186         gdk_drawable_impl_fb_class_init): Implement
8187         these drawable functions. Now GtkImages work again.
8188
8189         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
8190
8191         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
8192         
8193         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
8194         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
8195         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
8196         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
8197
8198 2000-11-08  Havoc Pennington  <hp@pobox.com>
8199
8200         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
8201         visible_set args, don't know where these had gone, I thought they
8202         used to be there
8203
8204         * gtk/testtext.c: Add a menu item to apply invisibility tag;
8205         now we can test the feature and see that it's totally broken.
8206
8207 2000-11-08  Havoc Pennington  <hp@pobox.com>
8208
8209         Make DND copy pixbufs and tags when source and target share a 
8210         tag table.
8211         
8212         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
8213         in-process GTK_TEXT_BUFFER_CONTENTS target
8214         (gtk_text_view_drag_data_received): Paste from
8215         GTK_TEXT_BUFFER_CONTENTS if we receive it.
8216
8217 2000-11-08  Alexander Larsson  <alexl@redhat.com>
8218
8219         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
8220         API changes.
8221
8222         * gtk/gtkmenu.c: Add support for scrolling menus.
8223         Remove gtk_menu_append/prepend/insert, these have been moved to
8224         gtkcompat.h as #defines.
8225
8226         * gtk/gtkcompat.h.in:
8227         Add compatibility #defines for gtk_menu_append/prepend/insert
8228
8229         * gtk/gtkmenu.h: Add data needed for scrolling menus.
8230         GtkMenuPositionFunc gets an extra argument push_in.
8231         gtk_menu_append/prepend/insert removed.
8232         
8233         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
8234         positioning behaviour to fit to scrolling menus.
8235
8236         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
8237         into menuitem->submeny. That is wrong, and broke torn
8238         off submenus of torn off menus, since they were unrealized
8239         when the first menu was unrealized.
8240
8241         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
8242         gtk_menu_shell_select_item() since these need to be overridden in
8243         GtkMenu.
8244
8245         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
8246         positioning behaviour to fit to scrolling menus.
8247         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
8248         the current item so that it is prelighted when the menu pops up.
8249         This is a workaround to the fact that the menu doesn't get the
8250         initial enter event (due to grabs).
8251
8252         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
8253         s/gtk_menu_append/gtk_menu_shell_append/
8254
8255         * gtk/gtknotebook.c:
8256         s/gtk_menu_insert/gtk_menu_shell_insert/
8257
8258         * gtk/testgtk.c (create_menu, create_menus):
8259         Create the first menu with 50 items so that menu scrolling
8260         can be tested.
8261         
8262         
8263         Patch from Jonathan Blandford  <jrb@redhat.com>
8264
8265         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
8266         system to handle size requests.  First, we ask what the size of
8267         the toggle is.  Then, when allocating the size, we allocate the
8268         toggle_size first.  This way we can have multiple menu-item
8269         classes w/o needing a seperate class for each.
8270
8271         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
8272         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
8273
8274         * gtk/gtkcheckmenuitem.c
8275         (gtk_check_menu_item_toggle_size_request): New function to handle
8276         the toggle size-request.
8277
8278 2000-11-07  Havoc Pennington  <hp@redhat.com>
8279
8280         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
8281         Half-ass somewhat fix this function, so that scrolling to the
8282         insertion point works. Pango hacking is in the future to really
8283         fix it.
8284
8285         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
8286         length of data, no longer used.
8287
8288         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
8289         method contents in here, get rid of destroy method
8290         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
8291         that were backward. Remove debug spew.
8292         (cut_or_copy): Make the clipboard work with insert_range to
8293         preserve tags and pixbufs, not just the primary selection.
8294
8295 2000-11-07  Havoc Pennington  <hp@redhat.com>
8296
8297         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
8298         to gtk_text_mark_get_visible
8299
8300         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
8301         bug that was generating an invalid iterator
8302
8303         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
8304         ensure_char_offsets() in front of code placing the iter in an
8305         invalid state.
8306
8307         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
8308         make override_location arg const
8309         (paste): Replace the selection if we paste into the 
8310         current selection
8311
8312         * gtk/gtkselection.h: Remove "GtkSelectioData"
8313         (struct _GtkSelectionData): move the definition here.
8314
8315         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
8316         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
8317
8318         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
8319
8320         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
8321         (gtk_text_buffer_insert_range_interactive): implement
8322         (gtk_text_buffer_get_tags): Remove, replaced by
8323         gtk_text_iter_get_tags()
8324
8325         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
8326         limit parameter, to avoid infinite linear scan.
8327         (gtk_text_iter_backward_search): Add search limit
8328         (gtk_text_iter_forward_find_char): Add search limit
8329         (gtk_text_iter_backward_find_char): Add search limit
8330
8331 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
8332
8333         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
8334         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
8335         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
8336         gdk/linux-fb/gdkwindow-fb.c:
8337         use g_object_new() instead of g_type_create_instance() which
8338         is a private function for fundamental type implementations.
8339
8340         * gdk/linux-fb/gdkinput-ps2.c:
8341         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
8342         instead just store the current modifier state. Add a (somewhat broken)
8343         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
8344         Rename exported function gdk_input_ps2_get_mouseinfo to
8345         gdk_input_get_mouseinfo.
8346
8347         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
8348         gdk/linux-fb/gdkwindow-fb.c:
8349         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
8350         
8351
8352 2000-11-02  Havoc Pennington  <hp@redhat.com>
8353
8354         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
8355         use stock buttons. Should be 100% source compatible, appropriate
8356         filesel fields now point to dialog->vbox and dialog->action_area.
8357         On the bizarre side, dialog->action_area and filesel->action_area
8358         are not the same widget.
8359         (gtk_file_selection_init): Put some padding around the selection
8360         entry, so it isn't touching the GtkDialog separator.    
8361
8362         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
8363         use stock buttons, etc. Should also be source compatible.
8364         Set the dialog default title in _init not _new().
8365         
8366         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
8367         Use stock buttons; don't put a button box inside the existing
8368         dialog button box. Don't bother with push/pop colormap anymore.
8369
8370         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
8371         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
8372         for message dialog, and necessary for the font selection and color
8373         selection with help and apply buttons.
8374         
8375         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
8376         to the created button widget. Set GTK_CAN_DEFAULT on the button.
8377         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
8378         between buttons, put less padding around the action area.
8379         (gtk_dialog_run): Exit on unmap rather than on destroy. 
8380         This will also exit the loop if the widget is hidden.
8381         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
8382         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
8383         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
8384         special-case delete event.
8385
8386         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
8387         formatting
8388         
8389 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
8390
8391         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
8392         button to temporarily disable position recording in the
8393         "saved position" test.
8394
8395 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
8396
8397         * gtk/gtkthemes.c: added compat code that temporarily implements
8398         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
8399         going to be revamped by owen's upcoming GtkModule patches, but
8400         untill then people want gtk to build, right? ;)
8401
8402 2000-11-04  Havoc Pennington  <hp@pobox.com>
8403
8404         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
8405         list
8406
8407         * docs/Changes-2.0.txt: Add note about
8408         gtk_container_get_toplevels()
8409
8410         * gtk/gtktextview.h: formatting
8411         
8412         * gtk/gtktextview.c: don't start descriptions with "Returns",
8413         confuses gtk-doc
8414
8415 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
8416
8417         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
8418         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
8419
8420 2000-11-03  Havoc Pennington  <hp@redhat.com>
8421
8422         * gtk/gtktexttagtable.c: Docs
8423         (gtk_text_tag_table_size): return a signed int
8424
8425         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
8426         (gtk_text_tag_event): make the event_object a GObject
8427
8428         * gtk/gtktextview.c: Write API docs for all functions.
8429
8430         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
8431         for gtk_text_view_get_window_type() called on one of the private
8432         windows.
8433
8434         * gtk/gtktextview.c: Instead of accessing text_view->buffer
8435         directly, call get_buffer() which demand-creates a default
8436         buffer. So gtk_text_view_new() can be used to create a view with a
8437         default buffer in it, if you just want an empty text box users can
8438         put data in. Useful for GUI builders also.
8439
8440 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
8441
8442         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
8443         the charset encodign portion MUST be in lowercase.
8444         * gtk/gtkrc.az: added file for Azeri language
8445
8446 2000-11-03  Havoc Pennington  <hp@redhat.com>
8447
8448         Get widgets working on the btree/buffer side. Display of them 
8449         still doesn't work.
8450         
8451         * gtk/gtktextview.c: start implementing child widget stuff
8452
8453         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
8454
8455         * gtk/gtktextlayout.c: handle embedded widgets
8456
8457         * gtk/gtktextdisplay.c: handle embedded widgets
8458
8459         * gtk/gtktextchild.c: Implement all the child anchor goo
8460
8461         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
8462         function
8463
8464         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
8465         (insert_pixbuf_or_widget_segment): abstract out common portions of 
8466         creating a child anchor or a pixbuf segment.
8467         (gtk_text_btree_create_child_anchor): new function
8468         (gtk_text_btree_unregister_child_anchor): new function
8469
8470         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
8471         allocate_child signal on GtkTextLayout
8472
8473         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
8474         values
8475         (gtk_text_iter_get_child_anchor): new function
8476
8477         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
8478         default handler for the changed signal, which calls
8479         gtk_text_buffer_set_modified(), instead of just always emitting
8480         changed then calling set_modified() manually. I guess this is
8481         maybe more flexible. It seems logical.
8482
8483 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
8484
8485         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
8486         now.
8487
8488         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
8489
8490 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
8491
8492         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
8493         been marked static.
8494
8495 2000-11-02  Havoc Pennington  <hp@redhat.com>
8496
8497         * gtk/testgtk.c (create_labels): had a test backward
8498
8499         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
8500         fields, so the dest GC ends up with the correct clip origin, 
8501         etc. Fixes a bug where colored labels didn't redraw 
8502         properly.
8503
8504 2000-11-02  Alexander Larsson  <alexl@redhat.com>
8505
8506         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
8507         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
8508         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
8509         Add last argument to t_type_register_static call.
8510         
8511         * gdk/linux-fb/gdkdrawable-fb2.c:
8512         Add last argument to t_type_register_static call.
8513         export the get_image drawable virtual function.
8514
8515         * gdk/linux-fb/gdkimage-fb.c:
8516         Add last argument to t_type_register_static call.
8517         rename gtk_image_get to _gdk_fb_get_image and
8518         export it for use by gdkdrawable-fb2.
8519
8520         * gdk/linux-fb/gdkprivate-fb.h:
8521         export _gdk_fb_get_image.
8522
8523         * gdk/linux-fb/gdkselection-fb.c:
8524         Add new api call stubs.
8525
8526         * gtk/Makefile.am:
8527         Missing ( in linux-fb part.
8528
8529         * modules/linux-fb/Makefile.am:
8530         Must link with gdk_pixbuf or get unresolved symbol.
8531
8532 2000-11-01  Havoc Pennington  <hp@pobox.com>
8533
8534         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
8535         GTK_TYPE_TEXT_ITER and BOXED marshallers
8536
8537         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
8538
8539         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
8540         
8541         * gtk/gtk-boxed.defs: add GtkTextIter
8542
8543         * gtk/gtkmarshal.list: Add marshallers for text widget that 
8544         properly use OBJECT and BOXED
8545
8546 2000-11-01  Havoc Pennington  <hp@redhat.com>
8547
8548         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
8549
8550         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
8551         before returning it. 
8552         
8553 2000-11-01  Havoc Pennington  <hp@redhat.com>
8554
8555         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8556         Clip the rectangle to be rendered to the drawable, since
8557         get_from_drawable() requires a region within the drawable
8558
8559 2000-11-01  Havoc Pennington  <hp@redhat.com>
8560
8561         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
8562         from coordinates.
8563
8564 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
8565
8566         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
8567         it isn't NULL.
8568
8569 2000-11-01  Havoc Pennington  <hp@pobox.com>
8570
8571         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
8572         on a label
8573         (gtk_label_finalize): unref the attr list if any.
8574
8575         * gtk/testgtk.c (create_get_image): close test on second click
8576         (make_message_dialog): close dialog if it exists
8577
8578         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
8579
8580         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
8581         gdk-pixbuf
8582
8583         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
8584         from Pango markup format
8585         (gtk_label_set_markup_with_accel): ditto but with accelerator
8586         parsing
8587
8588         * gtk/gtkimage.c (gtk_image_expose): reformatting.
8589
8590         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
8591         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
8592         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
8593         call gdk_window_get_origin().
8594
8595         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
8596         implement GDK_PIXBUF_ALPHA_FULL
8597         
8598 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
8599
8600         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
8601         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
8602         g_signal_handlers_disconnect_matched to block/unblock and disconnect
8603         multiple handlers respectively, instead of only treating the
8604         first handler found (bug reported by owen).
8605
8606 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
8607
8608         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
8609
8610         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
8611
8612         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
8613         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
8614         gtk/gtktreeviewcolumn.h: Fixed inline docs.
8615
8616         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
8617         widget.  Needs writing someday.
8618
8619         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
8620         the docs.
8621
8622 2000-10-30  Havoc Pennington  <hp@redhat.com>
8623
8624         * gtk/gtktextview.h, gtk/gtktextview.c:
8625         Rename delete_at_cursor delete_from_cursor, and 
8626         move to move_cursor.
8627
8628 2000-10-30  Havoc Pennington  <hp@redhat.com>
8629
8630         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
8631         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
8632         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
8633         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
8634         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
8635         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
8636         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
8637         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
8638         gtktexttypes.h, gtktextview.c, gtktextview.h:
8639
8640         Massive reindentation and reformatting. Arg alignment and comments
8641         still need fixing in various places.
8642
8643 2000-10-30  Havoc Pennington  <hp@redhat.com>
8644
8645         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
8646         to be named insert_at_cursor and delete_at_cursor so C++ can
8647         handle them.
8648
8649 2000-10-28  Tor Lillqvist  <tml@iki.fi>
8650
8651         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
8652         to get a double directory separator in case the home directory
8653         ends with one. This would cause trouble especially on Windows,
8654         where the path will be confused with the syntax for an an UNC
8655         (network share) path \\server\share\path.
8656         (gtk_rc_add_initial_default_files): Ditto.
8657
8658 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
8659
8660         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
8661
8662         * gtk/gtktextview.c: Use correct marshallers.
8663
8664 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
8665
8666         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
8667         use new iter stuff, and added all the appropriate signals et al.
8668
8669         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
8670         code is internal to gtk only.
8671
8672 2000-10-28  Tor Lillqvist  <tml@iki.fi>
8673
8674         * gtk/gtk.def
8675         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
8676         glib-genmarshal etc.
8677
8678 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
8679
8680         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
8681         parallel builds.
8682
8683 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
8684
8685         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
8686
8687 2000-10-27  Robert Brady  <robert@suse.co.uk>
8688
8689         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
8690         en_GB (British), ia (Interlingua).
8691
8692 2000-10-26  Havoc Pennington  <hp@redhat.com>
8693
8694         * gtk/gtktextiter.c (my_strrstr): fix constness warning
8695
8696         Fixed output of:
8697         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
8698         
8699         * gtk/gtktextsegment.c (char_segment_new): rename
8700         (_char_segment_new_from_two_strings): rename
8701         (_toggle_segment_new): rename
8702         
8703         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
8704         (make_clipboard_widget): make it static
8705         (text_get_func): static
8706         (text_clear_func): static
8707
8708         * gtk/gtkcolorsel.c (adjustment_changed): make this function
8709         static
8710         (hex_changed): make it static
8711         (hsv_changed): make it static
8712         (opacity_entry_changed): make it static
8713
8714         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
8715         (toggle_segment_check_func): rename with _gtk
8716
8717         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
8718         (_widget_segment_new): rename
8719         (_widget_segment_add): rename
8720         (_widget_segment_remove): rename
8721         (_widget_segment_ref): rename
8722         (_widget_segment_unref): rename
8723
8724         * gtk/gtktextmark.c (_mark_segment_new): Rename
8725         _gtk_mark_segment_new   
8726
8727 2000-10-26  Havoc Pennington  <hp@redhat.com>
8728
8729         * gtk/gtkmarshal.list: add new marshallers used by the text widget
8730         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
8731         types
8732
8733         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
8734         marshaller types
8735
8736         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
8737         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
8738         license on these files.
8739
8740         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
8741         work.
8742
8743         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
8744         runtime random number different for each tree, instead of 
8745         a constant I made up.
8746
8747 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
8748
8749         * gtk/Makefile.am: buncha cleanups, kludged build sources
8750         dependencies with a Makefile: oldest-source-stamp dependancy
8751         for the moment. automake is really fighting us here, with
8752         intentionally not allowing user-defined rules or dependancies
8753         prior to it's -include $(DEP_FILES) statement. sucks rocks!
8754
8755         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
8756         to public headers. tehy have a comment stating that they are
8757         "semi-public" aren't included by gtk.h and if enums popup there,
8758         they can be /*< skip >*/-ed.
8759
8760         * gtk/gtktextlayout.h: 
8761         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
8762         added LGPL... <SIGH>
8763
8764 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
8765
8766         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
8767         GtkTreeIter.  Added iterators everywhere.
8768
8769         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
8770
8771         * gtk/gtktreeviewselection.c: Changed to use the iterators.
8772
8773         * gtk/gtktreestore.c: Changed to use the iterators.
8774
8775         * gtk/gtkliststore.c: Commented out the code.  Will convert to
8776         iterators tomorrow.
8777
8778         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
8779         iterators tomorrow.
8780
8781         * gtk/treestoretest.c: Changed to use iterators.
8782
8783         * demos/testgtk/main.c: Moved to use the new iterator system.
8784
8785 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
8786
8787         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
8788         localization misbehaviour.
8789
8790         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
8791         a useless type without copy/free.
8792
8793         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
8794         of GTK_TYPE_CTREE_NODE.
8795
8796 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
8797
8798         * gtk/gtksignal.c:
8799         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
8800         applicable.
8801
8802         * gtk/gtk-boxed.defs (GtkSelectionData): specify
8803         gtk_selection_data_copy and gtk_selection_data_free
8804         do GtkSelectionData work as params in signals.
8805
8806 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
8807
8808         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
8809         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
8810         couldn't they at least give it a non-standard name?
8811         
8812         * gtk/gtktextlayout.c: arg! yet another implementation of
8813         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
8814
8815         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
8816         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
8817         home. now i know this _is_ a conspiracy.
8818
8819         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
8820         ::state-changed.
8821
8822         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
8823         (gtk_accel_group_create_add): marshaller signature fixups.
8824
8825         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
8826         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
8827
8828         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
8829         anymore.
8830
8831 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
8832
8833         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
8834         due to the signal system changes, it wouldn't build currently. to
8835         be fixed soon.
8836
8837         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
8838
8839         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
8840         so it needs gtk_marshal_VOID__ENUM() instead of
8841         gtk_marshal_NONE__UINT().
8842
8843         * gdk/gdk*.c: adapted type registration functions.
8844
8845         * gtk/gtkbindings.c:
8846         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
8847         gone.
8848
8849         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
8850
8851         * gtk/gtkobject.c:
8852         (gtk_object_destroy):
8853         (gtk_object_shutdown): fixed recursion guards. basically we have to
8854         catch the case where any of GObject.shutdown() or gtk_object_destroy()
8855         is called during ::destroy, and avoid recursion there.
8856
8857         * gtk/gtktypeutils.c:
8858         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
8859         boxed_copy/boxed_free. this needs a more general solution based on a
8860         publically installed code-generator utility.
8861
8862         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
8863         glib's gobject has support for that now.
8864         define GtkSignalMarshaller in terms of GSignalCMarshaller.
8865
8866 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
8867
8868         * gtk/gtksignal.[hc]:
8869         * gtk/gtkmarshal.[hc]:
8870         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
8871         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
8872         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
8873         care of that.
8874
8875         * *.c: marshaller name fixups.
8876
8877         * gtk/gtkmarshal.list: added a comment briefing the format.
8878
8879 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
8880
8881         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
8882         compatibility macros here now. more specifically, most of
8883         the API is preserved (yes, _most_, nonwithstanding the
8884         following exceptions listed, the API is stil lHUGE ;)
8885         things that got removed completely:
8886         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
8887         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
8888         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
8889         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
8890         gtk_signal_remove_emission_hook().
8891         non-functional functions variants:
8892         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
8893         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
8894         not supported anymore.
8895         (gtk_signal_compat_matched): new internal function to aid
8896         implementation of the compatibility macros, it  provides
8897         functionality to block/unblock/disconnect handlers based
8898         on func/data.
8899
8900         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
8901
8902         * *.c: adaptions to new type registration API signatures.
8903
8904 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
8905
8906         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
8907
8908 2000-10-25  Robert Brady  <robert@suse.co.uk>
8909
8910         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
8911         gdk_property_delete): If window == NULL, assume the root window.
8912         (restoring the behaviour that was in 1.2).
8913         
8914         * gtk/testtext.c (save_buffer): Allow creation of new files when
8915         saving.
8916
8917         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
8918         calls to read().
8919
8920 2000-10-25  Tor Lillqvist  <tml@iki.fi>
8921
8922         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
8923
8924         * gdk/win32/gdkdrawable-win32.c
8925         * gdk/win32/gdkimage-win32.c
8926         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
8927         X11 backend.
8928
8929         * gdk/win32/gdkcc-win32.c
8930         * gdk/win32/gdkcolor-win32.c
8931         * gdk/win32/gdkfont-win32.c
8932         * gdk/win32/gdkinput-win32.c
8933         * gdk/win32/gdkmain-win32.c
8934         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
8935
8936 2000-10-24  Havoc Pennington  <hp@redhat.com>
8937
8938         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
8939         it a static function
8940
8941         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
8942         redraw text when a tag is applied to it.
8943
8944         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
8945         (gtk_text_tag_affects_nonsize_appearance): private functions to
8946         see if a tag requires various kinds of redraw/layout to be queued
8947         up.
8948
8949         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
8950
8951         * gtk/testtext.c (fill_example_buffer): Put the cursor 
8952         at the start of the buffer, so search works by default
8953
8954         * gtk/gtktextiter.c (lines_match): init match_start always
8955
8956         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
8957         function, get iter at a line + a byte index
8958
8959         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
8960         to set byte position within a line
8961         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
8962
8963 2000-10-23  Havoc Pennington  <hp@redhat.com>
8964
8965         * gtk/testtext.c: Re-enable the "find" dialog
8966
8967         * gtk/testgtk.c: Add test for gdk_drawable_get_image
8968         
8969         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
8970         the arguments to gdk_draw_drawable were in the wrong order
8971         (gdk_window_paint_init_bg): This function was ignoring the
8972         init_region, instead of clipping to it, so the entire backing
8973         pixmap was cleared on every begin_paint()
8974         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
8975         was in here again, the loop kept using the same GtkWindowPaint
8976         over and over.
8977         (gdk_window_begin_paint_region): Fix a bug where we had two
8978         x_offset instead of x_offset and y_offset
8979
8980         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
8981         before we get the image.
8982         (gdk_draw_drawable): get the composite before we draw the drawable.
8983         (gdk_drawable_real_get_composite_drawable): default
8984         get_composite_drawable implementation that returns the drawable 
8985         itself
8986
8987         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
8988         get_composite_drawable virtual function
8989
8990         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
8991         list-walking bug
8992
8993         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
8994         make this work if the source drawable is a GdkDrawableImplX11
8995         instead of a public drawable type. This is really broken; the
8996         problem is that GdkDrawable needs a virtual method get_xid(), but
8997         of course that doesn't work in practice. Enter RTTI.
8998
8999         Also, improve mismatched depth message.
9000
9001         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
9002         GdkPixmap
9003
9004         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
9005         install _gdk_x11_get_image as our implementation of get_image
9006         
9007         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
9008         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
9009
9010         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
9011         gdk_drawable_get_image
9012
9013         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
9014
9015         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
9016         get_image
9017
9018         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
9019         trailing semicolon after for loop
9020
9021 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
9022
9023         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
9024         where font_desc for widget's context lagged widget's font_desc by
9025         one step.
9026
9027 2000-10-22  Tor Lillqvist  <tml@iki.fi>
9028
9029         * gdk/win32/gdkgc-win32.c
9030         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
9031
9032         * gtk/makefile.mingw.in
9033         * gtk/gtk.def: Updates.
9034
9035         * gtk/testgtk.c: sleep() is called _sleep in MS's C
9036         library.
9037
9038         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
9039
9040         * gtk/makefile.msc: Remove
9041
9042         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
9043
9044         * gtk/Makefile.am: Add it.
9045
9046         * configure.in: Generate it.
9047
9048         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
9049         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
9050         something even if not implemented, to satisfy picky MSVC.
9051
9052         Patches by Hans Breuer:
9053         
9054         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
9055         SetBkMode() and SetTextAlign() before calling
9056         pango_win32_render().
9057
9058         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
9059         Set hcliprgn to NULL after destroying it.
9060         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
9061
9062         * gdk/win32/gdkgeometry-win32.c
9063         (_gdk_windowing_window_queue_antiexpose): More effective
9064         implementation.
9065
9066         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
9067         depth as default, not the visual's.
9068
9069         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
9070         against empty title.
9071
9072         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
9073         IMAGE_PRIVATE_DATA.
9074
9075         * gdk/win32/gdkimage-win32.c: Use it.
9076
9077 2000-10-22  Robert Brady  <robert@suse.co.uk>
9078
9079         * configure.in: Check for bind_textdomain_codeset
9080
9081         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
9082         present, make use of it.
9083
9084         Add a translatable string "default:LTR" which, if translated
9085         to "default:RTL", will cause the default direction to be
9086         Right-to-Left.
9087
9088         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
9089         direction if marked as flippable.
9090
9091         * gtk/gtkhscale.c: Mark widget as flippable.
9092         
9093 2000-10-04  Havoc Pennington  <hp@redhat.com>
9094
9095         * gtk/testgtk.c (create_buttons): create some stock buttons
9096         with the default accel group
9097         (create_image): test some new GtkImage features
9098         (make_message_dialog): test GtkMessageDialog
9099         (create_modal_window): fix someone's bizzarro indentation
9100
9101         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
9102         GTK_WIN_POS_CENTER_ON_PARENT. 
9103         Add "destroy with parent" setting, which means the window goes
9104         away with its transient parent.
9105         (gtk_window_get_default_accel_group): get the default accel group
9106         for the window.
9107         (gtk_window_set_destroy_with_parent): set/unset destroy with
9108         parent flag
9109         (gtk_window_read_rcfiles): invalidate icon set caches
9110         after reloading rcfiles 
9111
9112         * gtk/gtkenums.h (GtkWindowPosition): add
9113         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
9114         on its parent window when the dialog is mapped for the first time.
9115
9116         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
9117         a simple message dialog class
9118         
9119         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
9120         handler to emit response signal, and maybe later it would
9121         honor a hide_on_delete flag - though that isn't there yet.
9122         Set border width on the vbox to 2, so we get some padding.      
9123         Use a button box for the action area.
9124         (gtk_dialog_key_press): synthesize a delete event if Esc
9125         is pressed and the GtkWidget key press handler didn't 
9126         handle the escape key.
9127         (gtk_dialog_new_with_buttons): new function creates a dialog
9128         with some default buttons in it.
9129         (gtk_dialog_add_action_widget): add an activatable widget
9130         as a button in the dialog - you can also add a non-activatable
9131         widget by accessing the action area directly.
9132         (gtk_dialog_add_button): add a simple button - stock ID or 
9133         label - to the action area
9134         (gtk_dialog_response): emit response signal
9135         (gtk_dialog_run): block waiting for the dialog, return 
9136         the response. Override normal delete_event behavior, so that 
9137         delete_event does nothing inside gtk_dialog_run().
9138
9139         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
9140         emitted when an action widget is clicked or the dialog gets
9141         delete_event
9142
9143         * gtk/gtk.h: add gtkmessagedialog.h
9144
9145         * gtk/Makefile.am: add gtkmessagedialog.[hc]
9146
9147 2000-10-18  Havoc Pennington  <hp@redhat.com>
9148
9149         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
9150         where any number of empty lines would get skipped
9151
9152         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
9153         edge.
9154
9155         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
9156         warning about invalid iterators (explain more thoroughly)
9157         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
9158
9159         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
9160         big
9161
9162         * demos/*.c: Add error handling
9163
9164         * gtk/gtktextbuffer.c: don't modify const iterators
9165
9166         * gtk/gdk-pixbuf-loader.c: Add full error handling here
9167
9168         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
9169         on file load
9170
9171         * gtk/gtkiconfactory.c: Update to reflect addition of error
9172         handling to gdk-pixbuf loaders
9173
9174 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
9175
9176         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
9177         move to new modularized testgtk.
9178
9179 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
9180
9181         * gtk/gtktreeview.c: Draw the arrows correctly.
9182
9183         * gtk/gtktreemodel.c: Added user docs.
9184
9185         * gtk/gtk.h: remove gtktreedatalist.h.
9186
9187         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
9188         parent when generating my type.
9189
9190         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
9191         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
9192
9193 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9194
9195         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
9196         GtkTreeModel from object to interface.
9197
9198 2000-10-16  Havoc Pennington  <hp@redhat.com>
9199
9200         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
9201         compilation
9202
9203 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9204
9205         * gtk/gtktreeselection.c: Add API documentation to all public
9206         functions.
9207
9208         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
9209         functions.
9210
9211 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
9212
9213         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
9214         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
9215         docs to all public functions.
9216
9217         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
9218         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
9219         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
9220         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
9221         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
9222         issue.
9223
9224 2000-10-14  Robert Brady  <robert@suse.co.uk>
9225
9226         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
9227
9228 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
9229
9230         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
9231         values other then G_TYPE_STRING.
9232         * gtk/gtktreeselection.c: Minor commenting updates.
9233         * gtk/gtktreeview.c: Format updates.
9234
9235 2000-10-09  Tor Lillqvist  <tml@iki.fi>
9236
9237         * README.win32: Update.
9238
9239         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
9240         lines that had been deleted by mistake (?).
9241
9242         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
9243         also the case fg==white and bg==black (but still not randomly
9244         coloured cursors). Thanks to Wolfgang Sourdeau.
9245
9246         * gdk/win32/*.c: Silence gcc -Wall.
9247
9248         * gtk/gtk.def: Add missing entry points.
9249
9250         Fixes by Hans Breuer:
9251
9252         * gdk/makefile.msc
9253         * gdk/win32/makefile.msc: Update.
9254
9255         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
9256         some MSVC thing, presumably), cause breakpoint on failures. Add
9257         GDK_NOR case. Call g_log_set_always_fatal.
9258
9259         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
9260         should be pased by reference.
9261         
9262         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
9263         
9264         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
9265
9266         * gdk/win32/gdkevents-win32.c
9267         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
9268
9269         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
9270         implementation object.
9271
9272         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
9273         not just windows.
9274         
9275         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
9276         Use the wrapper object.
9277         
9278 2000-10-06  Havoc Pennington  <hp@redhat.com>
9279
9280         * Makefile.am (SRC_SUBDIRS): contrib subdir
9281
9282         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
9283         so it can be used in Xlib version
9284
9285         * demos/testpixbuf.c (update_timeout): error checking from 1.0
9286         tree
9287
9288         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
9289         change from 1.0 tree that returns first frame of animation
9290         if the loaded file is an animation.
9291
9292         * contrib: add new directory to hold stuff that comes with GTK+
9293         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
9294         
9295         * configure.in: add contrib/*
9296
9297 2000-10-05  Havoc Pennington  <hp@redhat.com>
9298
9299         * demos/testpixbuf-save.c: add pixbuf save test
9300
9301         * demos/Makefile.am: add testpixbuf-save.c
9302
9303 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
9304
9305         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
9306         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
9307         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
9308         * gtk/gtktreeselection.[ch]: Replaced
9309         "node_selected"/"node_unselected" signal with "selection_changed"
9310         signal.
9311
9312 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9313
9314         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
9315         tree widget.
9316
9317 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9318
9319         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
9320         drawing.
9321
9322 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
9323
9324         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
9325         Move list pointer forwards before removing item from
9326         list. (Crash reported by Salmaso Raffaele)
9327
9328         * gdk/gdkwindow.h: Remove spurious trailing ,
9329
9330         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
9331         dependencies on uninstalled libraries, sorry folks.
9332
9333 2000-10-04  Havoc Pennington  <hp@redhat.com>
9334
9335         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
9336         gtk/gtkiconfactory.c: Fix copyrights    
9337
9338         * demos/testpixbuf.c: add inline pixbuf test
9339         
9340 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
9341
9342         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
9343         Add gdk_window_iconify.
9344
9345         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
9346         (gdk_window_set_geometry_hints): Add win_gravity
9347         to geometry structure.
9348
9349         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9350         Implement _NET_WM_PING.
9351
9352         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
9353         Set _NET_WM_PID on the client leader.
9354
9355         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
9356         Handle UTF-8 better.
9357
9358         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
9359         UTF-8 better, set _NET_WM_NAME as well. Only set
9360         icon name if it hasn't previously been explicitely 
9361         set.
9362
9363 2000-10-03  Havoc Pennington  <hp@redhat.com>
9364
9365         * gtk/testtextbuffer.c: clean up trailing whitespace,
9366         add extensive tests for tag toggle iteration.
9367         
9368         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
9369         distance
9370
9371         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
9372         optimize case where the tag root is on level 1
9373         (gtk_text_line_previous_could_contain_tag): attempt to implement
9374         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
9375         functionality
9376
9377         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
9378         Implement this, though not very efficiently.
9379
9380         * gtk/gtktextiterprivate.h: reformat
9381
9382         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
9383         iterator
9384
9385         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
9386         this to properly revalidate the iterators.
9387
9388         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
9389         properly at the end of the line (and therefore on empty lines)
9390
9391         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
9392         maybe we should return a value...
9393
9394 2000-10-03  Tor Lillqvist  <tml@iki.fi>
9395
9396         * config.h.win32: Guard definition of alloca(). glib.h now handles
9397         that.
9398
9399         * gdk/gdk.def
9400         * gtk/gtk.def: Add new entry points.
9401
9402         Changes just to make GTK+ build without errors on Win32. No hope
9403         of it working in its current state, though...:
9404         
9405         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
9406         some functions from the X11 backend, just to make GTK+ build.
9407
9408         * gdk/makefile.mingw.in
9409         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
9410         number. Add new object files.
9411
9412         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
9413         GetMessageTime to get timestamp (where on X11 uses
9414         gdk_x11_get_server_time()).
9415
9416 2000-10-02  Havoc Pennington  <hp@pobox.com>
9417
9418         * gtk/gtktextview.c: text_window_* weren't static and should have
9419         been.
9420         Start work on child widgets; not yet complete, syncing to 
9421         office computer.
9422
9423         * gtk/gtktextchild.h: change this to contain a public interface,
9424         starting work on child interfaces.
9425         * gtk/gtktextchildprivate.h: move private interfaces here
9426
9427         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
9428
9429         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
9430         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
9431         gtk/gtktextmark.c: copyright notices
9432
9433         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
9434         internal functions      
9435
9436         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
9437         internal function
9438
9439         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
9440         Reformatting    
9441
9442 2000-09-30  Havoc Pennington  <hp@pobox.com>
9443
9444         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
9445         NULL start/end pointers
9446
9447         * gtk/gtktextbuffer.c: Write some docs
9448         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
9449         NULL, so you can just check whether there's a selection.        
9450
9451         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
9452         cleanup_line or segments_changed ourselves, it gets done 
9453         in unlink_segment
9454
9455         * gtk/gtktextmark.h:
9456         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
9457         
9458         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
9459
9460         * gtk/gtktextmark.c: delete some more old Tk cruft
9461
9462         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
9463         mark before removing it, so we can emit MARK_DELETED with a valid
9464         pointer.
9465         (gtk_text_buffer_mark_set): hold ref across signal emission
9466
9467         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
9468         whining about attempts to delete special marks
9469
9470         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
9471         underscore, since it's internal.
9472
9473         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
9474         now implemented in terms of iterators in gtktextiter.h
9475
9476         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
9477         New function, destructively sets contents of buffer. Also 
9478         a convenient way to clear the buffer by setting text to ""
9479
9480         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
9481         multiline string literal
9482
9483         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
9484         text changes.
9485
9486         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
9487         is not dereferenceable
9488         (gtk_text_iter_forward_lines): fix return value
9489
9490 2000-09-29  Havoc Pennington  <hp@redhat.com>
9491
9492         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
9493
9494         * gtk/gtktextview.c: Implement drag thresholding; change functions 
9495         that set border window size to have nicer name
9496         (gtk_text_view_mark_set_handler):  Fix this to have the 
9497         right signature.
9498
9499         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
9500
9501         * gtk/testtext.c: Update with API changes, put line numbers on 
9502         both sides.
9503         
9504         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
9505         with this
9506
9507         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
9508         pixbuf; delete a big block of #if 0 Tk code
9509
9510         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
9511         insert_pixmap with insert_pixbuf
9512
9513 2000-09-29  Martin Baulig  <baulig@suse.de>
9514
9515         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
9516         confusion with the GdkPixbuf of the GNOME 1.x platform.
9517
9518 2000-09-29  Havoc Pennington  <hp@pobox.com>
9519
9520         * gtk/gtktextview.c: Implement the side windows.
9521
9522         * gtk/testtext.c: Implement simple line numbering in the 
9523         left side window; seems to make scrolling sloooow. Oops.
9524         Also, cursor blink is for some reason causing redraws
9525         of the line numbers. Should investigate...
9526
9527 2000-09-28  Havoc Pennington  <hp@redhat.com>
9528
9529         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
9530         scrolling child windows, and draw focus rectangle properly.
9531         
9532         (gtk_text_view_buffer_to_window_coords):
9533         Coordinate transformation to deal with all these freaking windows
9534         and offsets
9535         (gtk_text_view_window_to_buffer_coords): transform the other way
9536
9537         * gtk/testtext.c (create_buffer): Update to match Pango API change
9538
9539         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
9540         anonymous tags
9541         (foreach_unref): don't emit remove signal from finalize, just
9542         set tag's parent to NULL
9543
9544 2000-09-26  Havoc Pennington  <hp@redhat.com>
9545
9546         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
9547         Fix some warnings       
9548
9549 2000-09-26  Havoc Pennington  <hp@redhat.com>
9550
9551         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
9552         headers into the private header list
9553
9554         * Makefile.am (pkgconfig_DATA): install pkg-config files
9555
9556         * configure.in: add pkg-config files
9557
9558         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
9559
9560         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
9561         outstanding icon caches on theme change.
9562
9563         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
9564         important types:
9565
9566         (GtkIconSource): Specification for creating a pixbuf 
9567         appropriate for a direction/state/size triplet from 
9568         a source pixbuf or filename
9569
9570         (GtkIconSet): List of GtkIconSource objects that are used to
9571         create the "same" icon (e.g. an OK button icon), and cache for
9572         rendered icons
9573
9574         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
9575         up the icon set for a given stock ID.  GTK maintains a stack of
9576         GtkIconFactory to search, and applications or libraries can add
9577         additional icon factories on top of the stack
9578         
9579         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
9580         the set of GtkIconSource specified for a given stock ID into 
9581         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
9582         RcStyle, under the specified stock ID.
9583
9584         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
9585         render_icon used to derive a GdkPixbuf from a GtkIconSource.
9586         This allows people to theme how prelight, insensitive, etc. are
9587         done.
9588
9589         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
9590         icon factories for a style, and return the resulting 
9591         icon set if any.
9592
9593         (gtk_style_render_icon): Render an icon using the render_icon 
9594         method in the GtkStyleClass.
9595
9596         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
9597         Use the style for a given widget to look up a stock ID, get the
9598         icon set, and render an icon using the render_icon method 
9599         of the style
9600
9601         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
9602         (contains information about a stock item), the built-in stock item
9603         IDs, and functions to add/lookup stock items.
9604
9605         * gtk/stock-icons/*: Stock icons that come with GTK
9606
9607         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
9608         a button based on a GtkStockItem
9609         (gtk_button_new_accel): Takes a uline string and accel group, and
9610         installs the accelerator.
9611
9612         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
9613         image-display widget.
9614
9615 2000-09-25  Havoc Pennington  <hp@redhat.com>
9616
9617         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
9618
9619         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
9620         Fix a bug when removing node data, we didn't properly 
9621         re-splice the linked list after removing the data.
9622
9623         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
9624         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
9625
9626         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
9627
9628         * gtk/gtktextlayout.c (set_para_values): Set tab array 
9629         for the layout from the GtkTextTag.
9630
9631         * gtk/gtktexttypes.h: delete tab and search cruft, 
9632         remove g_convert() in favor of GLib version
9633
9634         * gtk/gtktexttypes.c: remove tab implementation from here,
9635         move to Pango
9636
9637         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
9638         tab stuff using new PangoTabArray from Pango
9639
9640         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
9641         unused border_width stuff
9642
9643 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
9644
9645         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
9646         glib) and now useless utf_to_latin1() latin1_to_utf()
9647
9648         * gtk/gtktextview.[ch]: Change ::move_insert and
9649         ::delete_text action signals to ::move and ::delete;
9650         create the signals with the right enumeration type,
9651         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
9652         C-v bindings, change Home, End to move to beginning/end
9653         of line, Add C-Home C-End to move to beginning/end
9654         of buffer. Change ::cut_text to ::cut_clipboard, etc;
9655         combine ::scroll_text into ::move; use new GtkSelectionData
9656         functions to simplify DND text handling.
9657         
9658         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
9659         deletion enumerations here, rename enumeration values to 
9660         be consistently plural.
9661
9662         * gtk/gtktextbuffer.c: Use new clipboard interfaces
9663         for cut/copy/paste and primary selection.
9664
9665         * gtk/gtktextbuffer.[ch]: Remove excess time and
9666         'interactive' arguments from cut/copy/paste;
9667         rename cut to cut_clipboard, etc; remove
9668         gtk_text_buffer_get_clipboard_contents().
9669
9670         * gtk/gtktextlayout.[ch]: Add 
9671         gtk_text_layout_move_iter_to_line_end() to move the iter to 
9672         line ends.
9673
9674         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
9675         Functions to set or get a UTF-8 string on the selection
9676         data.
9677
9678         * gtk/gtkclipboard.[ch]: New, simplified selection handling
9679         interfaces.
9680
9681         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
9682         created widgets - one of these is useless if we don't.
9683
9684         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
9685         a public function clear all targets registered for the
9686         widget.
9687
9688         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
9689         Never call gtk_widget_realize() - that was just asking
9690         for bizarre side-effects.
9691
9692         * gtk/gtkselection.c (gtk_selection_owner_set): Call
9693         gdk_selection_owner_set even if the widget is the
9694         same so that we reliably update the timestamp on
9695         the server.
9696
9697         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
9698         gdk_x11_get_server_time() function.
9699         
9700         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
9701         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
9702         Add some tricky filtering on serial numbers for
9703         selection clear events to fix up long-standard
9704         race condition FIXME's in gtkselection.c.
9705
9706         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
9707         routines to convert from utf8 to compound text or
9708         STRING and from a text property to UTF-8.
9709
9710         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
9711         a convenience function gdk_get_current_event_time().
9712
9713         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
9714         and free selection_data->data properly
9715
9716 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
9717
9718         * gtk/gtkthemes.c: Remove some unecessary includes.
9719
9720 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
9721
9722         * gtk/gtktextdisplay.c
9723         * gtk/gtktextlayout.c
9724         * gtk/gtktexttag.c
9725         * gtk/gtktexttag.h
9726         * gtk/testtext.c: Change the overstrike property to strikethrough,
9727         to closer match pango.
9728
9729 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
9730
9731         * gtk/gtktextview.c: Fix up visibility so that focus,
9732         cursor_visible and blink interact properly.  Reenable cursor blink
9733         which had been roughly disabled. Make blink and focus
9734         properly per-view.
9735
9736         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
9737         Add a flag for whether to display insertion cursor and
9738         a function to set the flag.
9739
9740         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
9741         get_line_y() to get_line_yrange(), to be a bit more generally
9742         useful.
9743
9744 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
9745
9746         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
9747           do stop_navigating_submenu, to clear last timeout properly.
9748           Also in gtk_menu_motion_notify move ignore_enter above
9749           the conditional to make it always happen as suggested by Owen
9750
9751 2000-09-07  Tor Lillqvist  <tml@iki.fi>
9752
9753         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
9754
9755         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
9756         w32api headers.
9757
9758         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
9759         declarations.
9760
9761         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
9762         (gdk_win32_get_colormap): A line had been deleted by mistake.
9763
9764         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
9765         (gdk_event_translate): Handle more virtual keycodes to be able to
9766         generate GDK events for Control-comma, Control-period, etc.
9767
9768         * gtk/gtk.def: Add some missing entry points.
9769
9770 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
9771
9772         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
9773         Doc comment fixing. (Mostly non-matching parameter names.)
9774
9775         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
9776         comments a little to avoid looking like a doc comment.
9777
9778         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
9779         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
9780         conversions be changed to GError?)
9781
9782         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
9783         Move private #defines into .c file.
9784
9785         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
9786         order of argument addition, remove duplicates.
9787
9788         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
9789         parent class is FrameClass, not BinClass.
9790
9791         * gtk/gtk.h: Add gtkinvisible, which was missing.
9792         (It's occasionalyl useful for client apps, if seldom.)
9793
9794         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
9795         #define.
9796
9797 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
9798
9799         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
9800         coordinates when creating window, instead of GDK-space
9801         coordinates. (Avoid BadValue on too large windows.)
9802
9803 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
9804
9805         * configure.in (use_mmx_asm): Remove conftest* after use along the
9806         lines of AC_TRY_COMPILE.        
9807         
9808         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
9809         of g_dirname, which is deprecated.
9810         (gtk_rc_parse_any): Removed calls to
9811         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
9812
9813         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
9814         Removed calls to g_hash_table_{freeze,thaw}, as they are
9815         deprecated now.
9816
9817         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
9818         instead of g_basename.
9819         
9820 2000-09-04 Elliot Lee <sopwith@redhat.com>
9821         
9822         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
9823         ANSI warning.
9824
9825 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
9826
9827         * gtk/gtkwidget.h:  Add some documenting comments about 
9828           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
9829           just as owen said on irc.
9830
9831         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
9832           set HAS_DEFAULT.  Only set it if there isn't another window
9833           holding it (a focus window which RECEIVES_DEFAULT) and only unset
9834           it if the widget is not the focused window with RECEIVES_DEFAULT.
9835           This fixes weird double default bugs in dialogs which has things
9836           call gtk_window_set_default at times.
9837
9838 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
9839
9840         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
9841         Nils Barth and David Santiago to improve submenu
9842         navigation. The patch does this by creating a triangular
9843         region from the point where the pointer leaves the
9844         menu to the submenu.  While the pointer is in
9845         that region and a timeout has not expired, events 
9846         that would cause the active submenu to change are
9847         ignored.
9848
9849 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
9850
9851         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
9852         moving a toplevel window immediately after sizing it would
9853         result in it being sized back to the old size since 
9854         impl->width, impl->height aren't updated until we hear
9855         back from the server. There is still a (longstanding) bug
9856         here that gdk_window_get_size() will give the wrong size
9857         until we do hear back.
9858
9859 2000-08-31  Havoc Pennington  <hp@redhat.com>
9860
9861         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
9862         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
9863         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
9864         Rename GtkTextStyleValues to GtkTextAttributes
9865
9866 2000-08-31  Havoc Pennington  <hp@pobox.com>
9867
9868         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
9869         for rapid testing whether an iterator is the end iterator
9870         (gtk_text_btree_new): init end line cache
9871         (gtk_text_line_is_last): use fast cached line to 
9872         see if we're the last line.
9873         (get_last_line): use cached line here too, should 
9874         speed up some random unrelated code.
9875         
9876 2000-08-30  Havoc Pennington  <hp@pobox.com>
9877
9878         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
9879         signals.
9880
9881         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
9882         delete_text signals. This allows the signals to be used for
9883         implementing undo.
9884
9885         * gtk/gtktextbuffer.c: Change signal handler signatures; 
9886         provide "interactive" argument when emitting insert_text or
9887         delete_text signal.
9888         
9889 2000-08-30  Havoc Pennington  <hp@pobox.com>
9890
9891         * gtk/gtktextbuffer.c: Docs
9892
9893 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
9894
9895         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
9896         from switch statements, since Tor removed the enumeration
9897         value.
9898         
9899         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
9900         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
9901
9902 2000-08-29 Elliot Lee <sopwith@redhat.com>
9903         * */*.h: Use G_GNUC_CONST.
9904
9905 2000-08-27  Havoc Pennington  <hp@pobox.com>
9906
9907         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
9908         minor indentation fixes, inserted some FIXME about stuff I
9909         realized was broken while documenting it.
9910         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
9911         GTK convention  
9912
9913 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
9914
9915         * gtk/testgtk.c (create_styles): Fix double free of
9916         font desc.
9917
9918 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
9919
9920         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
9921         
9922         * gtk/testgtk.c (create_styles): Add a test for modifying
9923         the style through gtk_widget_modify_*.
9924
9925         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
9926         a function to get the current modifier style.
9927
9928         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
9929         of the passed in GtkRcStyle instead of ref'ing it.
9930
9931         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
9932
9933 2000-08-20  Tor Lillqvist  <tml@iki.fi>
9934
9935         * gdk/gdkimage.h
9936         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
9937         shared memory image+pixmap GdkImage type, or
9938         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
9939         I am dropping that.
9940
9941         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
9942         actually call gtk_init_abi_check(), passing also
9943         sizeof(GtkWindow). Ditto for gtk_init_check(). 
9944
9945         * gtk/gtk.def
9946         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
9947         New functions, used to check that the GTK+-using code has been
9948         compiled using the correct compiler and switches. In particular,
9949         with gcc one has to use the -fnative-struct switch as GTK+ is
9950         compiled with that.
9951
9952 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
9953
9954         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
9955         ->prev fields when merging lists. (Found simultaneously
9956         by Pawel Salek and Jakub Jelinek)
9957
9958 2000-08-12  Tor Lillqvist  <tml@iki.fi>
9959
9960         * gdk/gdk.def
9961         * gtk/gtk.def: Add missing entries.
9962
9963         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
9964         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
9965
9966         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
9967         function. Dummy implementation at this point.
9968
9969         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
9970         rules. Undefine GTK_COMPILATION when compiling the test programs.
9971         
9972         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
9973
9974 2000-08-11  Tor Lillqvist  <tml@iki.fi>
9975
9976         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
9977         to convert back and forth from UTF-8 and the "system" (or "current
9978         locale") charset when necessary. Indentation/spacing cleanup.
9979
9980 2000-08-10  Havoc Pennington  <hp@redhat.com>
9981
9982         * Makefile.am (snapshot): Change the format of the snapshot
9983         version to match glib
9984
9985         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
9986         from EXTRA_DIST since it doesn't seem to exist
9987
9988 2000-08-10  Tor Lillqvist  <tml@iki.fi>
9989
9990         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
9991         version of the directory name (not the UTF-8 one) when building
9992         the path name to stat().
9993
9994 2000-08-03  Elliot Lee  <sopwith@redhat.com>
9995
9996         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
9997         PANGO_ATTR_SHAPE set.
9998
9999 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
10000
10001         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
10002         Peter Osterlund to simplify the code while keeping the
10003         functionality the same.
10004
10005 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
10006
10007         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
10008         is_viewable() test further inside the function, since removing the 
10009         window from the redraw list without clearing ->update_area
10010         was also very broken.
10011
10012 2000-08-02  Tor Lillqvist  <tml@iki.fi>
10013
10014         * configure.in: Check for <unistd.h>.
10015
10016 2000-08-01  Martin Baulig  <baulig@suse.de>
10017
10018         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
10019         to display the message that this is a development version of GTK+.
10020
10021 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
10022
10023         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
10024         was depending on widget->allocation instead of the width of text_area,
10025         which was incorrect for subclasses like GtkSpinButton.
10026
10027         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
10028         with width == 1 tests that should be width == -1.
10029
10030 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
10031
10032         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
10033         (broken, Elliot, every single window blank on X) custom code with call
10034         to gdk_window_is_viewable() which a) prevents code duplicate and
10035         b) works. 
10036
10037 2000-07-31  Elliot Lee  <sopwith@redhat.com>
10038
10039         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
10040         to get the GDK_PARENT_ROOT() macro to work.
10041         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
10042         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
10043         of, windows that aren't shown.
10044         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
10045         pointer grab stuff.
10046
10047 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
10048
10049         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
10050           s/gtk_main_iteration/g_main_iteration/
10051
10052           Did this already in change:
10053                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
10054           don't know how it got reverted.
10055
10056 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
10057
10058         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
10059         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
10060
10061         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
10062         not gdk_pixbuf.
10063
10064 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
10065
10066         * configure.in,po/{sp,sr}.po: Added Serbian files
10067
10068 2000-07-30  Tor Lillqvist  <tml@iki.fi>
10069
10070         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
10071
10072         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
10073         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
10074         GIOChannel implementation.
10075
10076         * gdk/win32/gdkinput.c
10077         * gdk/win32/gdkpango-win32.c: Update license name here, too.
10078
10079         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
10080         definition to match prototype.
10081
10082         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
10083
10084 2000-07-27  Elliot Lee  <sopwith@redhat.com>
10085
10086         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
10087         function, to allow handling image formats that cannot be detected
10088         by looking at content alone.
10089
10090 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
10091
10092         * docs/tutorial/*.gif *.jpg *.eps
10093           Update these to the same look-n-feel.
10094           Why does including images in DocBook suck so badly?
10095
10096 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
10097
10098         * gtk/gtktable.c: applied patch from Phil Thompson
10099         <phil@river-bank.demon.co.uk> that enables space settings for
10100         the last row/columns as well.
10101
10102 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
10103
10104         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
10105         updates the license headers to the GNU Lesser General Public License,
10106         as well as updating the copyright year to 2000.
10107
10108 2000-07-26  Robert Brady  <rwb197@zepler.org>
10109
10110         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
10111           and po/Makefile, was installing and looking for them under gtk20
10112           and gtk2 respectively.
10113
10114 2000-07-25  Havoc Pennington  <hp@redhat.com>
10115
10116         * gtk/testtext.c: Comment out some stuff that depends on the rest
10117         of my patches.
10118
10119 2000-07-25  Havoc Pennington  <hp@redhat.com>
10120
10121         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
10122         buffer
10123
10124 2000-07-25  Havoc Pennington  <hp@redhat.com>
10125
10126         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
10127         widget changes.
10128
10129         * gtk/gtktextview.h: To be consistent with usage of "line"
10130         throughout the API to mean "newline-terminated thingy", change
10131         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
10132         to MOVEMENT_LINE.
10133
10134         (GtkTextView): Add flags for default editability, and whether to
10135         show the cursor. Add functions to get/set that. Add 
10136
10137         (gtk_text_view_get_iter_location): new function
10138
10139         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
10140         gtktextlayout.h
10141         (g_convert): Add g_convert temporarily, will go in glib in a bit
10142         
10143         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
10144         GtkTextTagTableForeach instead of brokenly using GHFunc.
10145         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
10146
10147         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
10148         moved to public header.
10149
10150         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
10151         "invisible", since "elide" was a bad name.
10152         (gtk_text_tag_get_priority): Added
10153
10154         (GtkTextStyleValues): put this in public header, along with
10155         functions to use it.
10156
10157         * gtk/gtktextmarkprivate.h: Include more headers, since we no
10158         longer include gtktextbtree.h.
10159
10160         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
10161         gtk_text_mark_deleted
10162
10163         * gtk/gtktextlayout.h: Don't include the "really private" headers,
10164         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
10165         to make this possible. Now we only need to install
10166         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
10167         (However the Makefile.am isn't changed yet because of the
10168         logistics of merging gtk-hp-patches piecemeal)
10169
10170         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
10171         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
10172         gtk_text_iter_get_line is now used in the public API for a
10173         different purpose.
10174
10175         * gtk/gtktextiter.h: Clean up function names to be more
10176         consistent. Always call char offset "offset" and byte index
10177         "index". A "line" is always a line number. 
10178
10179         (gtk_text_iter_is_last): new function, more efficient than 
10180         the existing way to check
10181         (gtk_text_iter_is_first): new function, also more efficient
10182
10183         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
10184
10185         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
10186         gtk_text_iter_forward_char, etc.
10187
10188         (gtk_text_iter_forward_to_tag_toggle): Renamed from
10189         forward_find_tag_toggle, since this isn't a linear search
10190
10191         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
10192
10193         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
10194         New functions, search for a buffer substring.
10195
10196         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
10197         interactive and default editable (since we need to store that info
10198         until we receive the selection data).
10199
10200         Remove all the _at_char and at_line etc. versions of functions;
10201         only have iterator versions.
10202
10203         Add _interactive() versions of functions, that consider the
10204         editability of text. (FIXME add interactive flag to the 
10205         insert/delete signals per Darin's suggestion)
10206
10207         (gtk_text_buffer_get_tag_table): new function, demand-creates the
10208         tag table if necessary
10209
10210         Remove declaration of gtk_text_buffer_get_iter_from_string
10211
10212         (_gtk_text_buffer_get_btree): private/internal function, added.
10213         
10214
10215         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
10216         (gtk_text_line_is_last): new function
10217
10218 2000-07-25  Havoc Pennington  <hp@redhat.com>
10219
10220         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
10221         using GtkProgressBar. See Changes-2.0.txt for details.
10222
10223         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
10224         "pulse_step" which are the equivalent of
10225         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
10226         Implement new API.
10227         
10228         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
10229         (use_text_format) to mark whether text set on the progress bar is
10230         a format string. Deprecate entire GtkProgress interface.
10231
10232         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
10233         (gtk_progress_build_string): make this a no-op if use_text_format
10234         is FALSE
10235
10236         * docs/Changes-2.0.txt: Describe progress bar changes.
10237
10238 2000-07-25  Tor Lillqvist  <tml@iki.fi>
10239
10240         * Makefile.am: Include the build directory.
10241
10242         * configure.in: Generate build/Makefile, build/win32/Makefile,
10243         gdk/, gdk/win32/, and gtk/makefile.mingw.
10244
10245         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
10246         Add GETTEXT_PACKAGE.
10247         
10248         * gdk/gdk.def
10249         * gtk/gtk.def: Updates.
10250
10251         * gdk/gdkfont.h
10252         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
10253         need them any longer.
10254
10255         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
10256
10257         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
10258         PANGOWIN32_LIBS and gdk_pixbuf.
10259
10260         * gdk/win32: Compiles, but no doubt doesn't work at all.
10261
10262         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
10263
10264         * gdk/win32/gdkinput.c: New file, temporarily.
10265         
10266         * gdk/win32/gdkinput-win32.h: New file
10267
10268         * gdk/win32/gdkinputprivate.h: Remove.
10269
10270         * gdk/win32/gdkpango-win32.c: New file.
10271
10272         * gtk/makefile.mingw.in: New file
10273
10274         * gtk/makefile.cygwin: Removed
10275         
10276         * gtk/Makefile.am: Update accordingly.
10277
10278         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
10279         made externally visible.
10280
10281         * gtk/gtkmain.c: Use it.
10282         
10283         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
10284         is enough.
10285
10286         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
10287
10288 2000-07-24 Elliot Lee <sopwith@redhat.com>
10289         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
10290         individual backends already.
10291         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
10292         again. Yes, there really is a good reason for this, if you are using the gdkregion
10293         internals, and if you're not, why do you care?
10294         * gdk/gdkwindow.c: Fix inverted condition
10295         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
10296         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
10297         * gtk/gtkrange.c: Redraw trough when moving.
10298         * gtk/gtktypeutils.c: Fix warning by adding const cast.
10299         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
10300
10301 2000-07-23  Tor Lillqvist  <tml@iki.fi>
10302
10303         * configure.in: Check for mkstemp and sigsetjmp. Output
10304         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
10305
10306         More work on GDK for Win32. Still in an intermediate state.
10307
10308         * gdk/makefile.cygwin
10309         * gdk/win32/makefile.cygwin: Removed.
10310         
10311         * gdk/makefile.mingw.in
10312         * gdk/win32/makefile.mingw.in: New files.
10313
10314         * gdk/Makefile.am
10315         * gdk/win32/Makefile.am: Generate and distribute them.
10316
10317         * gdk/win32/gdkwindow-win32.h
10318         * gdk/win32/gdkdrawable-win32.h
10319         * gdk/win32/gdkpixmap-win32.h: New files.
10320
10321         * gdk/win32/gdkcolor-win32.c
10322         * gdk/win32/gdkcursor-win32.c
10323         * gdk/win32/gdkdrawable-win32.c
10324         * gdk/win32/gdkgc-win32.c
10325         * gdk/win32/gdkimage-win32.c
10326         * gdk/win32/gdkprivate-win32.h
10327         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
10328         Rename fields and variables called xcursor, xid, etc (these names
10329         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
10330
10331 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
10332
10333         * gtk/gtkentry.[ch]: Fix some problems with vertical
10334         alignment.
10335
10336         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
10337         char/byte confusion.
10338
10339 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
10340
10341         * gtk/gtktextview.c (changed_handler): Fix bug where
10342         redraw wasn't being done properly when height of
10343         dirty region changed.
10344
10345         * demos/Makefile.am: Remove various references to
10346         -lgmodule
10347
10348 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
10349
10350         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
10351         PangoAttrShape to reserve space for pixmaps, add 
10352         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
10353         in the display functions.
10354         
10355         * gtk/testgtk.c (create_layout): Set some more exotic
10356         scrolled window options
10357
10358         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
10359         Add function to set the shadow type of a window, to allow
10360         putting a shadow around widgets such as GtkLayout or GnomeCanvas
10361         which don't draw their own frame.
10362
10363 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
10364
10365         * docs/tutorial/package-db-tutorial.sh: New file for
10366           packaging DocBook format tutorial
10367
10368 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
10369
10370         * docs/tutorial/gtk-tut.sgml: Minor updates
10371
10372         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
10373
10374 2000-07-19  Tor Lillqvist  <tml@iki.fi>
10375
10376         * gtk/gtksignal.c: Fix C++ comment.
10377
10378         * gtk/gtkimmulticontext.c
10379         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
10380         don't return value from void functions.
10381
10382         * gtk/gtk.def: Add gtk_rc_style_unref.
10383
10384 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10385
10386         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
10387         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
10388         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
10389         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
10390         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
10391         gtk/gtktypeutils.h: Include files outside of the extern "C"
10392         block. Makes some C++ compiler happy. Reported by Denis Vakatov
10393         <vakatov@peony.nlm.nih.gov>.
10394
10395 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
10396
10397         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
10398           Completes first pass. Hurrah!
10399
10400 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
10401
10402         * docs/tutorial/gtk-tut.sgml: More clean ups.
10403
10404 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
10405
10406         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
10407         paint the background of the text area which was accidentally
10408         removed at some point.
10409
10410         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
10411           
10412          - Move most of the functionality from the theme vtable
10413            into GtkRcStyleClass and GtkStyleClass. The moved
10414            vtable functions were changed a bit in the move to
10415            work better in their new home.
10416
10417          - Get rid of the engine and engine_data fields from
10418            GtkRcStyle and GtkStyle; instead the theme
10419            engine derives theme-specific subclasses of GtkRcStyle
10420            and GtkStyle
10421
10422          - Add extra dlsym() found entry point to themes,
10423            theme_create_rc_style().
10424
10425         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
10426         in gtk_style_real_copy.
10427
10428         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
10429         to register a type associated with an engine. (The engine
10430         won't be unloaded as there is an instance of the type.)
10431
10432
10433 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
10434
10435         * docs/tutorial/gtk-tut.sgml: Clean ups.
10436
10437 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
10438
10439         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
10440           of cleaning up to do.
10441
10442 2000-07-15  Tor Lillqvist  <tml@iki.fi>
10443
10444         * gdk/testgdk.c: New file, quick hack to test backends for
10445         pixel-by-pixel correctness of the most simple graphic operations.
10446
10447 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
10448
10449         * Really release 1.3.1
10450         
10451         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
10452         include structure.
10453
10454 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
10455
10456         * Released 1.3.1
10457
10458 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
10459
10460         * gtk/gtktextlayout.c: use FALSE for size_only most
10461         of the time when calling gtk_text_layout_get_line_display()
10462         to avoid causing double reshapes when a redraw follows
10463         immediately after.
10464
10465 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
10466
10467         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
10468         appropriate region and gdk_window_process_updates() so trough
10469         updating doesn't lag behind the window being scrolled.
10470
10471         * gdk/gdkgc.c: Make parent_class pointer static.
10472          
10473 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
10474
10475         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
10476         include <string.h>.
10477          
10478         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
10479         cut-and-paste error in computing memory offset for 4 channels.
10480
10481 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
10482
10483         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
10484         gtk_rc_append_default_pixmap_path(), since it wasn't
10485         adding an interesting path and we don't have a meaningful
10486         default for this value.
10487
10488 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
10489
10490         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
10491         gtk-config to gtk-config-2.0 move gtk_.m4 to
10492         gtk-2.0.m4
10493
10494         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
10495         gdk/Makefile.am demos/Makefile.am: Change 
10496         library names to libgtk-1.3.la, etc, so that we
10497         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
10498
10499         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
10500         gdk/Makefile.am gdk/x11/Makfile.am
10501         Move include files into /usr/include/gtk-2.0, 
10502         /usr/lib/gtk-2.0/include/
10503          
10504         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
10505         gtk/gtkintl.h: Change package for gettext from 
10506         gtk+ to gtk20. Put hack in autogen.sh to modify
10507         po/Makefile.in.in after gettextize to make this
10508         possible.
10509
10510         * gtk+.spec: Some updates, not tested.
10511
10512         * gdk-pixbuf/Makefile.am: Move loaders into
10513         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
10514
10515         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
10516         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
10517         to THEMENAME/gtk-2.0/. Move engine directory  to
10518         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
10519         
10520 2000-07-12  Tor Lillqvist  <tml@iki.fi>
10521
10522         Win32 changes, still doesn't build though.
10523
10524         * gdk/makefile.cygwin
10525         * gdk/win32/makefile.cygwin
10526         * gtk/makefile.cygwin: Updates.
10527
10528         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
10529         default values for fg and bg pixel as X11 does (0 and 1), not
10530         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
10531         Use 0 for pen width by default (treated as 1 anyway later, but for
10532         apps that might check the value in the GdkGC).
10533         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
10534         interface to gdk_gc_predraw and _postdraw.
10535
10536         * gdk/win32/gdkwin32.h
10537         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
10538
10539         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
10540         extraneous semicolon.
10541
10542         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
10543
10544         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
10545         not the Win32 bitspixel value.
10546
10547         * gdk/win32/gdkcc-win32.c:
10548         * gdk/win32/gdkcolor-win32.c 
10549         * gdk/win32/gdkprivate-win32.h
10550         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
10551         GDK object structure.
10552
10553 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
10554
10555         * docs/tutorial/gtk_tut_12.es.sgml (name): 
10556         * docs/tutorial/gtk_tut_it.sgml (name): 
10557         * docs/tutorial/gtk_tut_fr.sgml (name): 
10558         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
10559         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
10560
10561 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
10562
10563         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
10564           small changes.
10565
10566 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
10567
10568         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
10569         a bug here, never been here and never fixed anything ;(
10570         (don't segfault if tree->root_tree is NULL, which happens prior
10571         to widget realization, but puke instead).
10572
10573 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
10574
10575         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
10576         add the necessary tokens.
10577
10578         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
10579         (gtk_rc_style_to_style): copy thicknesses.
10580         (gtk_rc_init_style): apply thicknesses.
10581         (gtk_rc_parse_style): parse xthickness and ythickness.
10582
10583         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
10584
10585         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
10586         (gdk_window_new): 
10587         (_gdk_windowing_window_init): 
10588         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
10589         (gdk_pixmap_create_from_data): 
10590         (gdk_bitmap_create_from_data): 
10591         (gdk_pixmap_new): 
10592         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
10593         (gdk_image_new): 
10594         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
10595         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
10596         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
10597         (gdk_colormap_get_system): 
10598         (gdk_colormap_new): 
10599         * gdk/gdkwindow.c (gdk_window_init): 
10600         * gtk/gtkstyle.c (gtk_style_new):
10601         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
10602         * gdk/gdkpixmap.c (gdk_pixmap_init): 
10603         * gtk/gtkrc.c (gtk_rc_style_new):
10604         use g_object_new() instead of g_type_create_instance() which
10605         is a private function for fundamental type implementations.
10606
10607 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
10608
10609         * configure.in: Add check for db2html
10610
10611 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
10612
10613         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
10614         hack to set glib_debug_objects based on gtk_debug_flags.
10615
10616 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
10617
10618         * INSTALL.in: Update the Prerequisites section.
10619
10620         * Makefile.am demos/Makefile.am docs/Makefile.am
10621         docs/tutorial/Makefile.am gdk/x11/Makefile.am
10622         gdk/linux-fb/Makefile.am: Dist fixes
10623
10624 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
10625
10626         * NEWS: 10,000 foot view of 1.3.1 changes.
10627
10628 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
10629
10630         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
10631         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
10632         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
10633         gdk/x11/gdkmain-x11.c: 
10634
10635         Patch from George Lebl to add a GdkGrabStatus enumeration to use
10636         as a return value of gdk_*_grab(). Previously, we just
10637         returned the X11 values directly.
10638
10639 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
10640
10641         * gdk/x11/Makefile.am: Patch from George Lebl to 
10642         install all the headers in the right place.
10643
10644 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
10645
10646         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
10647           initial conversion to DocBook.
10648
10649 2000-07-04  Tor Lillqvist  <tml@iki.fi>
10650
10651         * README.win32: Improve a bit.
10652
10653         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
10654         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
10655         Alt+0nnn on the numpad (used to enter characters by numeric code
10656         from current DOS or ANSI codepage) working correctly, as in other
10657         Windows apps.
10658
10659         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
10660         same argument validity tests as in X11 version.
10661         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
10662
10663         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
10664         definitions in case missing from headers.
10665
10666         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
10667         destroy the window-specific cursor.
10668         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
10669         calling GetModuleHandle(NULL).
10670         (gdk_window_set_cursor): Reworked to always copy the passed cursor
10671         with CopyCursor before setting it as the window-specific
10672         cursor. It is OK for the caller to destroy the GdkCursor (and thus
10673         also its Windows cursor) after calling this function. Destroy any
10674         previous window-specific cursor.
10675
10676 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
10677
10678         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
10679         font charset is iso8859-1, not iso-8859-1.
10680
10681 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
10682
10683         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
10684         Use g_get_charset() instead of g_get_codeset().
10685
10686         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
10687         Comment out some strdup'ing functions to keep timj
10688         happy until we finish fighting this out.
10689
10690 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
10691
10692         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
10693         <= width or height.
10694
10695         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
10696         from 1.2 for parent/child states.
10697
10698         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
10699         of typos.
10700
10701         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
10702         event structures, replace with a generic axes field. Replace 
10703         deviceid/sourec with GdkDevice *device.
10704
10705         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
10706         to extract particular axis use value from event. (Also
10707         can be used for normal X/Y.)
10708
10709         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
10710         allow for arbitrary number of axes, namespace everything
10711         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
10712         everywhere.
10713
10714         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
10715         Get rid of the gdk_input_vtable setup if favor of simply
10716         defining the functions in gdkinput-none/gxi/xfree.c in
10717         a similar fashion to the way that the port structure is 
10718         done.
10719
10720         * gtk/gtkdnd.c: Fix fields of synthesized button press event
10721         for new event structures. 
10722
10723         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
10724         new device interfaces.
10725
10726 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
10727
10728         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
10729         set the initial text.
10730
10731         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
10732         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
10733         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
10734         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
10735
10736         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10737         pango_layout_set_font_description to simplify.
10738
10739 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
10740
10741         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
10742         pango_layout_set_font_description to simplify.
10743
10744 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
10745
10746         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
10747         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
10748         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
10749
10750         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
10751         PANGO_PIXELS() macro.
10752
10753 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
10754
10755         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
10756         that returns a PangoContext owned by the widget and updated to
10757         match future changes in the widget. Also, make 
10758         gtk_widget_create_pango_layout() use this context. If we ever
10759         add a ::changed signal to PangoContext, this will make things
10760         much more convenient. 
10761
10762         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
10763         in the appropriate places instead of destroying the layouts and
10764         creating new ones.
10765
10766         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
10767         in a few strategic places.
10768
10769 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
10770
10771         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
10772         gtk_widget_size_request() on reparented child, if one. Otherwise,
10773         queue_resize() on the child never results in it getting size-requested
10774         at all.
10775
10776         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
10777         in option menus, so that (with luck) people won't copy it into
10778         their apps in the future.
10779
10780         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
10781         to gtk_option_menu_calc_size. This isn't perfect, but should fix
10782         a lot of problems with changing the size of the menu's menu
10783         items after adding it to the option menu.
10784
10785         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
10786
10787         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
10788         the text direction for a widget changes.
10789
10790         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
10791         ::direction_changed to get rid of various hacks.
10792
10793 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
10794
10795         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
10796         name.
10797
10798 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
10799
10800         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
10801         flag to the structure. Do not call XFreePixmap on pixmaps created
10802         by gdk_pixmap_foreign_new().
10803
10804 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
10805
10806         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
10807         value using GdkRGB functionality given GdkColormap and GdkColor.
10808         (name not final, waiting for inspiration.)
10809         
10810         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
10811         set the foreground/background of a GC using the GC's colormap
10812         and GdkRGB. (name not final, waiting for inspiration.)
10813
10814         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
10815         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
10816
10817         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
10818         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
10819         purely a function of the corresponding colormap. Make
10820         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
10821
10822         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
10823         gdk_pixbuf_*create_from_xpm_* in terms of
10824         gdk_pixbuf_new_from_xpm_data(), move into platform independent
10825         code.
10826
10827         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
10828         advantage of the new draw_rgb_32_image_dithalign.
10829
10830         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
10831
10832         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
10833         on each created GC.
10834
10835         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
10836
10837         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
10838         which we initialize from the drawable when the GC is created,
10839         if the drawable has a colormap.
10840
10841         * gdk/x11/gdkgc-x11.c: include string.h for memset.
10842
10843         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
10844
10845         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
10846
10847 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
10848
10849         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
10850         actually returning expose events, make sure to set
10851         the count field properly.
10852
10853         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
10854         accidentally reintroced bug which always cleared
10855         the graphics_exposures value. 
10856
10857 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
10858
10859         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
10860
10861 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
10862
10863         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
10864
10865 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
10866
10867         * docs/faq/gtk-faq.sgml: Start of Section 6.
10868
10869 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
10870
10871         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
10872         
10873         (Fixes problem with drawing childless frames. Pointed out
10874         by and a first patch from Anders)
10875         
10876         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
10877         compute a child_allocation, even if we don't have a child.
10878
10879         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
10880         Always chain to the parent's impl, even if we don't have a child.
10881
10882 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
10883
10884         * gdk/gdkrgb.c: If possible, create only a single shm segment and
10885         use multiple parts of it instead of creating a bunch of separate
10886         segments, since the maximum number of segments per system is not
10887         large. (This might be worth backporting to GTK+-1.2.x if we make a
10888         new release )
10889
10890         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
10891         structure in preparation for per-colormap GdkRGB.
10892
10893         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
10894         to False when we get EINVAL from shmget so that the caller of
10895         gdk_image_new can retry with a smaller segment size.
10896
10897 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
10898
10899         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
10900
10901 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
10902
10903         * configure.in: make the current version number 1.3.1 (binary age 0,
10904         interface age 0).
10905         
10906         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
10907         gtkcompat.h is all we want.
10908
10909         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
10910         GLib primitive types. fixed g_type_register_fundamental() argument
10911         ordering.
10912
10913         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
10914         compiles.
10915
10916         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
10917         object code cleanup, comment trigraph fixes, etc...
10918
10919 2000-06-23  Havoc Pennington  <hp@redhat.com>
10920
10921         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
10922         instead of making up a bogus name for first_para_mark
10923
10924         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
10925         0 as a context ID
10926
10927 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
10928
10929         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
10930
10931 2000-06-21  Havoc Pennington  <hp@pobox.com>
10932
10933         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
10934         we didn't check window->bg_pixmap != GDK_NO_BG.
10935
10936         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
10937         gdk-pixbuf
10938
10939 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
10940
10941         * docs/faq/gtk-faq.sgm: Move file to here.
10942           TODO: Update Makfile.am 
10943
10944 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
10945
10946         * docs/gtk-faq.sgm: Add Section 2
10947
10948 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
10949
10950         * docs/gtk-faq.sgm: New file. Start of DocBook
10951           version of the FAQ.
10952
10953 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
10954
10955         * configure.in (GDK_PIXBUF_MAJOR): Define version
10956         numbers for GDK_PIXBUF_*, as they get substituted
10957         into a header file. Need to consider versioning
10958         for gdk-pixbuf more carefully later.
10959
10960 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
10961
10962         Work with srcdir != builddir.   
10963         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
10964         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
10965         * demos/testpixbuf.c: Likewise.
10966         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
10967         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
10968         <gdk/x11/gdkx.h>.
10969         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
10970         "gdk-pixbuf.h".
10971         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
10972
10973 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
10974
10975         * TODO.xml: Change 1.4 version numbers to 2.0.
10976
10977 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
10978
10979         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
10980         fixups to GTK+ standard.
10981
10982 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
10983
10984         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
10985         gdk-pixbuf.
10986
10987         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
10988         fixups for GObject.
10989
10990         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
10991         gdk-pixbuf with GDK dependencies moved into GDK.
10992         
10993         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
10994         move gdk-pixbuf-loader here until GObject has signals.
10995
10996         * demos/: New directory of demos. Move demos from
10997         gdk-pixbuf here.
10998
10999         * demos/pixbuf-init.c: Small bit of code to check for
11000         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
11001         set GDK_PIXBUF_MODULEDIR appropriately.
11002
11003         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
11004         define which no longer makes sense.
11005
11006 2000-06-21  Havoc Pennington  <hp@redhat.com>
11007
11008         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
11009         gtk_get_default_language
11010
11011         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
11012         new function to get the default language
11013
11014         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
11015         s/gtk_text_view_style_values/gtk_text_style_values/
11016
11017         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
11018         Add a "language" field to tags.
11019
11020         (gtk_text_tag_set_arg): Fix bug in setting
11021         "bg_full_height_set" tag.
11022
11023 2000-06-21  Havoc Pennington  <hp@redhat.com>
11024
11025         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
11026         in the interfaces
11027
11028         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
11029         stuff instead when possible.
11030
11031         * gtk/gtktexttypes.h: Delete some unused constants
11032
11033         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
11034         testtextbuffer.c: use glib instead of custom unicode routines
11035
11036 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
11037
11038         * docs/es/: Removed mistakenly added generated sgml
11039
11040         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
11041         Remove outdated info files.
11042
11043         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
11044         Moved tutorial files into subdir
11045
11046         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
11047         subdir.
11048
11049         * docs/man/gtk_button.pod: Remove. (contents will be
11050         integrated into gtk-reference button page.)
11051
11052         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
11053         docs/faq/Makefile.am: Adjust for new organization
11054
11055 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
11056
11057         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
11058         not $(MKINSTALLDIRS)
11059
11060 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
11061
11062         * gtk/testgtk.c (create_text): Finish the job Elliot started
11063         of removing font setting test for text widget. (Since text widget
11064         and GdkFont are not deprecated, and cause portability problems.)
11065
11066 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
11067
11068         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
11069         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
11070         Remove use of libunicode in favor of new GLib functions.
11071
11072         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
11073         nano-x, framebuffer. The X11 include is just a hack until we get
11074         the necessary functions in gdkcolor.h, so there is no reason to
11075         add other includes of platforms.
11076
11077         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
11078         window bigger than the screen change.
11079
11080         * gtk/testgtk.c: Revert some random changes from Elliot
11081         that had no particular point and were causing testgtkrc
11082         not to function correctly.
11083         
11084         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
11085         because GdkSegment and GdkRegionBox have the same fields,
11086         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
11087         results in clearer code.
11088
11089         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
11090         gdk_input_translate_coordinates): Fix missed GdkObjectification
11091
11092 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11093
11094         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
11095         * gtk/gtk{plug,socket}.h: Missed commits from previous.
11096
11097 2000-06-20  Havoc Pennington  <hp@redhat.com>
11098
11099         * modules/linux-fb/Makefile.am: Make this compile
11100         without framebuffer enabled
11101
11102         * gdk/linux-fb/Makefile.am: Add conditional to not build
11103         framebuffer unless specified in configure
11104
11105         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
11106         the size of the target instead of source if -1 was passed for
11107         width/height
11108
11109         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
11110         width/height confusion.
11111
11112 2000-06-19  Havoc Pennington  <hp@redhat.com>
11113
11114         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
11115         GDK_DRAWABLE_XID. In the future, we probably want to make it
11116         faster with G_DISABLE_CHECKS turned on.
11117
11118 2000-06-14  Havoc Pennington  <hp@redhat.com>
11119
11120         * gdk/Makefile.am: add gdkpixmap.c
11121
11122         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
11123         s/gdk_image_init/_gdk_windowing_image_init
11124
11125         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
11126         ref/unref
11127
11128         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
11129
11130         * gdk/gdkcompat.h: remove GdkWindowType compat, since
11131         GdkWindowType is now non-deprecated; 
11132         change gdk_window_get_type() compat to be
11133         gdk_window_get_window_type().
11134
11135         * gdk/gdkdnd.h: make GdkDragContext a GObject.
11136
11137         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
11138         virtual GObject. Make all functions call into the vtable.
11139         Move gdk_image_put() guts in here. Remove GdkDrawableType
11140         and gdk_drawable_get_type(), these are now GdkWindow-specific.
11141         draw_image, get_depth, get_size, set_colormap, get_colormap,
11142         get_visual added to the vtable.
11143         
11144         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
11145         GObject. Virtualize everything. 
11146         (gdk_gc_new_with_values): remove check for destroyed window,
11147         because now GdkWindow::create_gc will check this.
11148         (gdk_gc_set_values): New function to set GC values, this 
11149         was already implemented but wasn't in the header
11150
11151         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
11152
11153         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
11154         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
11155         remove _gdk_window_class; add _gdk_window_impl_get_type() and
11156         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
11157         _gdk_windowing_window_init, rename gdk_image_init to
11158         _gdk_windowing_image_init.
11159         
11160         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
11161         (gdk_draw_layout): Remove check for destroyed window, 
11162         because all the drawable methods already check it.
11163         
11164         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
11165         Add gdkpixmap.c which contains implementation of GdkDrawable
11166         virtual table (by chaining to a platform-specific implementation
11167         object).
11168         
11169         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
11170         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
11171         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
11172         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
11173         GdkColormapPrivate. 
11174
11175         * gdk/gdktypes.h: #include <glib-object.h>
11176
11177         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
11178         Move most functionality to platform-specific implementation
11179         object. GdkWindow itself now handles the backing store, then
11180         chains to the platform-specific implementation.
11181         (gdk_window_get_window_type): return GdkWindowType of the window.
11182         (gdk_window_peek_children): New routine, returns the children of 
11183         a GdkWindow
11184         (gdk_window_get_children): Was in X11-specific code and did 
11185         XQueryTree. Changed to simply return a copy of window->children; 
11186         so it can go in cross-platform code.
11187         
11188         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
11189
11190         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
11191         GdkColormap; just changed to use the new private data instead
11192         of casting to GdkColormapPrivate.
11193
11194         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
11195         gdk_cursor_new().
11196
11197         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
11198         (private data member in the GObject). 
11199         (xdnd_manager_source_filter): Function had broken 
11200         error handling, fix it (use gdk_error_trap_push).
11201
11202         * gdk/x11/gdkdrawable-x11.c: This file now implements
11203         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
11204         base class is purely for the convenience of the X port,
11205         and not part of the interface to cross-platform GDK.
11206
11207         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
11208         
11209         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
11210         specific to X, and returned by the create_gc virtual method
11211         of GdkDrawableImplX11. 
11212         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
11213         rather than gchar, this was also changed in the GdkGC vtable.
11214         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
11215         mask is 0, return immediately, instead of checking every flag.
11216         This is faster, and keeps us from segfaulting if values is NULL
11217         and the mask contains some nonzero flags.
11218
11219         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
11220         GdkWindow.
11221
11222         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
11223         GdkWindowPrivate is gone.
11224
11225         * gdk/x11/gdkim-x11.c: rename things that got renamed.
11226
11227         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
11228         remove the image_put stuff that got transferred to GdkDrawable.
11229         
11230         * gdk/x11/gdkinput.c: renamings
11231
11232         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
11233
11234         * gdk/x11/gdkpixmap-x11.c: GObject conversion
11235
11236         * gdk/x11/gdkprivate-x11.h: indentation fixes
11237
11238         * gdk/x11/gdkproperty-x11.c: renamings
11239
11240         * gdk/x11/gdkselection-x11.c: renamings
11241
11242         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
11243         implements the platform-specific "impl" object.
11244         Moved gdk_window_get_children to gdk/gdkwindow.c
11245
11246         * gdk/x11/gdkx.h: Remove all the private structs and private datas
11247         that no longer exist. Add declaration of GdkGCX11 object here.
11248         Fix all the macros to still work. 
11249
11250         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
11251         GdkDragContext from the boxed types since they are now GObjects.
11252
11253         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
11254         moved xthickness/ythickness into the instance. GtkStyleClass
11255         functions are now in the standard vtable for GtkStyle, so you have
11256         to create a GObject subclass to write a theme engine.
11257         (gtk_style_copy): fixed a leaked PangoFontDescription
11258         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
11259         can be the standard GObject function.
11260         
11261         * Throughout GTK:
11262         s/style->klass->[xy]thickness/style->[xy]thickness
11263         s/pango_layout_unref/g_object_unref/
11264
11265         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
11266         
11267         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
11268         accessing GDK internals.
11269
11270         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
11271         accessing GDK internals.
11272
11273 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11274
11275         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
11276
11277         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
11278         problem by calculating event position relative to the trough
11279         rather than the slider.
11280         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
11281
11282         * gdk/gdkgc.h: Add GDK_NOR.
11283
11284         * configure.in, Makefile.am: Add modules top level dir
11285         * configure.in: Only use pangox library if building x11 target.
11286         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
11287
11288 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11289
11290         * gtk/gtkcolorsel.c: Change private class member to be named
11291         private_data throughout the file.
11292
11293         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
11294         private_data to avoid clashing with keyword.
11295
11296 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11297
11298         * gdk/gdkdnd.h: Add comment to remove warning.
11299
11300 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
11301
11302         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
11303         Byelorussian language; changed the Makefile and file names 
11304         to reflect that.
11305
11306 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
11307
11308         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
11309         rather than gdk_window_hide; this makes things work
11310         correctly if the window is programmatically hidden while
11311         iconified.
11312
11313 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
11314
11315         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
11316         cut and paste typo where wrong pixmap was being
11317         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
11318
11319 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
11320
11321         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
11322         Add helper function to compute format / bytes 
11323         relationship. Use in a couple places to fix up
11324         errors which assume 8 * format.
11325
11326         * gtk/gtkselection.c (gtk_selection_request): Use 32
11327         rather than 8 * sizeof (GdkAtom), to work correctly
11328         on Alpha.
11329
11330 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
11331
11332         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
11333         libgtk.la
11334         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
11335         versions
11336
11337         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
11338         checking macros return NULL since the function has a return value.
11339
11340 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
11341
11342         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
11343         GTK+ from building at all.
11344
11345         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
11346
11347 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
11348
11349         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
11350         gtk/Makefile.am: make it possible to configure gtk for different
11351         targets on the same platform. The library name is now 
11352         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
11353         flag. Only the x11 target compiles right now.
11354         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
11355         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
11356         * gdk/nanox/gdk*generic*: delete generic region code.
11357         * gdk/linux-fb/gdk*generic*: delete generic region code.
11358         * README.nanox: update information.
11359         
11360 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
11361
11362         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
11363         prepend not append. (Pointed out by Brett Hall.)
11364
11365 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
11366
11367         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
11368
11369 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
11370
11371         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
11372         need this later, and this makes sure that the atexit for
11373         glib gets called after that for GDK, so atexits are
11374         properly ordered for object leak checking.
11375
11376         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
11377
11378         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
11379         pango_x_shutdown_display()
11380
11381         * gtk/simple.c (main): Close window on destroy.
11382
11383 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
11384
11385         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
11386         to treat initial creation different from setting with 
11387         regards to the graphics-exposures parameter, so add a parameter
11388         indicating whether this is initial or not.
11389
11390 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
11391
11392         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
11393         to sort of work by adding an extra return_exposes arg
11394         to gdk_event_translate() - it might be better to simply
11395         deprecate the function altogether and force people to rewrite
11396         without it. gdk_window_scroll() handles most of it, and where
11397         gdk_window_scroll() doesn't work, simply redrawing more does.
11398
11399         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
11400         assertion.
11401
11402         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
11403
11404         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
11405         bunch of pretty much useless /* Print debugging info */ comments 
11406         which had drifted away from the code they were commenting.
11407
11408 2000-06-02  Havoc Pennington  <hp@pobox.com>
11409
11410         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
11411         is in working order.
11412         
11413         * gtk/testtext.c: Change to reflect anonymous mark API
11414
11415         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
11416
11417         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
11418         field, which was unused.
11419
11420         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
11421         saves some typing.
11422
11423         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
11424
11425         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
11426         flag on the insertion point and selection bound
11427
11428         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
11429         make mark-manipulation functions take a GtkTextMark* instead of a
11430         mark name.
11431         
11432         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
11433         GtkTextMarkBody; will be used to detect attempts to delete
11434         the permanent marks (insert and selection bound)
11435
11436         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
11437
11438 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
11439
11440         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
11441         flag to on.
11442
11443         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
11444         Honor DOUBLE_BUFFRED_FLAG
11445
11446         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
11447         function to set the DOUBLE_BUFFERED flag.
11448
11449         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
11450         or not exposes done on the widget should be double-buffered.
11451
11452         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
11453         to be what would be expected. (Fixes problem with a
11454         g_return_if_fail() validating a TextDirection enumeration)
11455
11456 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
11457
11458         * gtk/gtkwidget.c: Remove all references to 
11459         offscreen flag which was no longer used.
11460
11461         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
11462
11463         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
11464         for non-null label_widget->parent.
11465
11466         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
11467         which no longer was used.
11468
11469         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
11470
11471         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
11472         for null arguments.
11473
11474         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
11475         check for destroyed windows.
11476
11477 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
11478
11479         * gtk/gtkimmulticontext.c: Add a finalize method and unref
11480         the slave context there.
11481
11482         * gtk/gtkinvisible.[ch]: Make reference counting behavior
11483         identical to GtkWindow.
11484
11485 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
11486
11487         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
11488         pangox to here, so we can write them independent of rendering
11489         system, using GDK primitives.
11490
11491         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
11492         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
11493         since we have a rendering-system independent implementation in
11494         terms of draw_glyphs().
11495         
11496         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
11497         function to render a single line.
11498
11499         * gdk/x11/gdkpango.c: Move the guts of this file mostly
11500         into ../gdkpango.c, which simplifies things, since we
11501         don't have to deal with raw X gc's.
11502
11503 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
11504
11505         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
11506         get the logical attributes for a given GtkTextLine.
11507
11508 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
11509
11510         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
11511         g_locale_get_codeset() to g_get_codeset() change.
11512
11513 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
11514
11515         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
11516         descriptions.
11517
11518         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
11519         the entry.
11520
11521         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
11522         redoing (vastly simplifying) for Pango. Still needs quite
11523         a bit of work. (Size selection is currently poor. List of 
11524         predefined sizes is not a good idea, since all of these
11525         sizes won't necessarily be distinct.)
11526
11527 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
11528
11529         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
11530         CODESET results for LANG=C.
11531
11532 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
11533
11534         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
11535         which takes a stringized pango font description;
11536         ignore the older 'font' and 'fontset' declarations.
11537
11538         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
11539         field with a GdkFont derived via gdk_font_from_description(),
11540         for compatibility. (Should we just remove it entirely?
11541         Probably too much compatibility breakage, but people
11542         should be migrating to the new Pango stuff as quickly
11543         as possible.)
11544
11545 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
11546
11547         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
11548
11549 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
11550
11551         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
11552         redoing; there are some bugs in size allocation right
11553         now, the semi-existant distinction between header / day
11554         fonts was removed, but, with Pango, could actually
11555         be made functional in a nice way.
11556         
11557         * gtk/testcalender: Move calender from examples into this
11558         directory as a test program. (We really need to restrcture
11559         testgtk into a whole directory full of tests for every
11560         widget or functionality group, separated into multiple .c
11561         files.)
11562
11563 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
11564
11565         * gtk/testgtk.c (file_exists): Fix stupid typo that
11566         was keeping RC file from being loaded.
11567
11568         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
11569         RC file font code.
11570
11571 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
11572
11573         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
11574         Add function to load a GdkFont from a PangoFontDescription.
11575
11576 2000-05-29  Tor Lillqvist  <tml@iki.fi>
11577
11578         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
11579         variable should be of type GdkEventPrivate.
11580
11581 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
11582
11583         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
11584         to have any widget for the label, use a GtkLabel widget
11585         to display the text. (Based partially on a patch from
11586         Anders Carlson.)
11587
11588         (Quite a bit of code reorganization - strip 90% of the
11589         guts out of gtkaspectframe and add a single virtual
11590         func to GtkFrameClass - compute_child_allocation.)
11591
11592 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
11593
11594         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
11595         (Removed clist->row_center_offset field because caching
11596         it wasn't saving time or code, added private function
11597         _gtk_clist_create_cell_layout()).
11598
11599 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
11600
11601         * gtk/gtkaccellabel.c: Pangoized.
11602
11603         * gtk/[hv]ruler.c: Pangoized
11604
11605 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
11606
11607         * gtk/gtkfilesel.c (gtk_file_selection_init):
11608         Use gtk_clist_set_column_auto_resize() to remove need
11609         need for manual column width computations.
11610
11611 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
11612
11613         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
11614         ensuring Pango correctness, and considerably simplifying the
11615         code.
11616         
11617         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
11618
11619         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
11620         getting of numbers of lines.
11621
11622         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
11623         to the actual requested width of the lable, not to the wrap
11624         width we set.
11625
11626         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
11627
11628         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
11629           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
11630
11631         * gtk/gtktextview.c: Fix structure inheritance.
11632
11633         * gtk/gtkprogressbar.c: Pangoize.
11634
11635 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
11636
11637         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
11638         in a function.
11639
11640         * gtk/gtktextlayout.c (find_display_line_above): Fixed
11641         bug with computing line tops.
11642
11643         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
11644
11645 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
11646
11647         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
11648         and y_offset coordinates to do what we need now. (The offset between
11649         buffer and layout coordinates has been reintroduced, but is a 
11650         bit different than before.)
11651
11652         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
11653         handle the adjustments ourselves, and scroll as necessary using
11654         the new gdk_window_scroll().
11655         
11656         The advantage of this is that when we are incrementally revalidating,
11657         we are essentially rearranging things around the visible portion
11658         of the screen. With the old setup, the visible portion of the
11659         screen was moved around in the layout, so scrolling and redrawing
11660         to track that caused jumping of the display. Since we now
11661         control the scrolling ourselves, we can suppress this and
11662         only redraw when things actually change.
11663
11664 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
11665
11666         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
11667         the region not just redisplay it after-all, since we store the
11668         cursors in the LineDisplay. (Ugly interactions here between
11669         GtkLayout and GtkTextBTree here.)
11670         
11671         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
11672
11673 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
11674
11675         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
11676         Added function to scroll contents of a window while keeping the
11677         window constant. Works by XCopyArea or guffaw-scrolling depending
11678         on the details of how the window is set up. (guffaw-scrolling
11679         still needs to be filled in.)
11680
11681 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
11682
11683         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
11684         move the debugging that was tied to a global variable
11685         to that.
11686
11687         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
11688
11689         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
11690         validated flag, in line data instead of setting height/width to
11691         -1. This allows us to perform operations with partially invalid
11692         buffer (using the old size for invalid lines) and thus to do
11693         incremental vaidation. Keep height/width aggregates up to date
11694         when deleting text and rebalancing the tree.
11695
11696         * gtk/gtktextbtree.[ch]: Add functions validate a line
11697         (gtk_text_btree_validate_line), and to validate up
11698         to a number of pixels (gtk_text_btree_validate).
11699
11700         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
11701         that indicates that something is changed and a revalidation
11702         pass is needed. Change ::need_repaint to ::changed, and
11703         make it take old and new yranges instead of a rectangle.
11704
11705         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
11706         the line_data_destroy() function from 
11707         gtk_text_btree_add_view() to a virtual function in 
11708         GtkTextLayout
11709
11710         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
11711         since we are handling partial repaints in a different fashion
11712         now.
11713
11714         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
11715         of the selection instead of queueing a repaint on the
11716         entire widget.
11717
11718         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
11719         get_selection_bounds() down to btree, make the function
11720         in buffer a wrapper around the btree function.
11721
11722         * gtk/gtktextlayout.[ch]: Add functions to check if the
11723         layout is valid and to recompute either a range of pixels
11724         aroudn a line or a certain total number of pixels.
11725
11726         * gtk/gtktextlayout.[ch]: Cache a single line display;
11727         now that we only redraw the needed portions, the hit rate
11728         for this cache is quite high.
11729         
11730         * gtk/gtktextview.[ch]: Keep track of the first paragraph
11731         on the screen so that when re-laying-out the buffer, we can
11732         keep the same place. This requires connecting to ::value_changed
11733         on the adjustments
11734
11735         * gtk/gtktextview.[ch]: Add idle functions to revalidate
11736         the buffer after we receive an ::invalidated signal.
11737         
11738 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
11739
11740         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
11741         to max of allocation and layout size, not just to the
11742         layout size.
11743
11744         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
11745         Invalidate window so it gets redrawn properly.
11746
11747         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
11748         to mean the entire window.
11749
11750         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
11751         into public header.
11752
11753 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
11754
11755         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
11756         to get the name of a mark.
11757
11758         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
11759         to find the paragraph from a y position.
11760
11761 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
11762
11763         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
11764         nodes have width/height >= 0, not > 0.
11765
11766 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
11767
11768         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
11769         Add a size_only flag, so when we only need the size, we don't create
11770         useless appearance attributes.
11771
11772         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
11773         duplicate setting of font description.
11774
11775         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
11776
11777 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
11778
11779         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
11780         EXTRA_DIST. It does not work well when the file that
11781         everything depends on is not in the tarball.
11782
11783 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
11784
11785         * gtk/testgtk.c: Some hacks and fixes so that it basically
11786         works when not sitting in the GTK+ build tree.
11787
11788 2000-05-03  Havoc Pennington  <hp@redhat.com>
11789
11790         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
11791         Properly determine the ordering of the tag root and the current
11792         line within the tree. Previous algorithm only worked if the tag
11793         root's immediate parent was the common root of both the current
11794         line and the tag root.
11795
11796 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
11797
11798         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
11799         alignment.
11800
11801         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
11802         the widget text directional dynamically.
11803
11804         * gtk/gtktextview.[ch]: Added functions to get and set default
11805         wrap mode.
11806
11807 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
11808
11809         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
11810         in cursor location computation.
11811
11812 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
11813
11814         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
11815         vadjusment values properly when layout gets smaller.
11816
11817         * gtk/gtktextview.c (need_repaint_handler): Areas being
11818         passed in are far completely inaccurate, and sometimes
11819         too small, so, for now, just queue a redraw on the
11820         whole visible region.
11821
11822 2000-04-25  Havoc Pennington  <hp@redhat.com>
11823
11824         * gtk/gtktextbtree.c (summary_destroy): new function to 
11825         destroy tag summary nodes
11826         (gtk_text_line_next_could_contain_tag): this function was 
11827         totally broken if the line passed in wasn't below the tag
11828         root. Fix it.
11829         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
11830         "wildcard" case, we have to do a linear scan. Blah.
11831         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
11832         we have to do the linear scan
11833         (tag_removed_cb): When a tag is removed from the tag table, 
11834         remove the GtkTextTagInfo node from the btree.
11835         (gtk_text_btree_spew): Implement the spew function, for 
11836         our debugging pleasure.
11837
11838 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
11839
11840         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
11841         a problem with referring to the wrong buffer.
11842
11843         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
11844
11845         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
11846         font description to gtk_style_new() - otherwise things
11847         don't work without a .gtkrc file.
11848
11849         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
11850         tags table if we create it ourself, too.
11851
11852         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
11853         it was conflicting with XKB modifiers.
11854
11855         * gtk/gtktextview.[ch]: Add simple support for 
11856         GtkIMContext.
11857
11858 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
11859
11860         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
11861         with deletion from last commit.
11862
11863 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
11864
11865         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
11866         in the context from the current locale.
11867         
11868         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
11869         context, not hardcoded value.
11870
11871         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
11872         not logical.
11873
11874 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
11875
11876         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
11877         attributes - that doesn't handle partial-glyph selection
11878         properly. Instead use new pango_layout_line_get_x_ranges()
11879         functionality to draw the selection.
11880
11881         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
11882         now properly handles out-of-range coordinates.
11883
11884         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
11885
11886         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
11887         public.
11888
11889         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
11890         for paragraphs opposite to the base direction of the widget.
11891
11892         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
11893
11894         * gtk/gtktextlayout.c: Don't split segments on marks, since that
11895         causes Arabic words to reshape as you cursor through.
11896
11897         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
11898         cursor position when moving vertically with the arrow keys and
11899         scrolling with page-up/page-down. (Arrow keys save only the X,
11900         scrolling saves both X and Y.)
11901
11902         This means you can line-up / line-down or page-up / page-down
11903         without losing your place, and also that moving vertically
11904         with the cursor keys keeps the same X position, not the same
11905         character count:
11906
11907         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
11908         arrow keys move by display lines, not paragraphs.
11909
11910 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
11911
11912         * gtk/gtklayout.c: Make sure that the bin window is at least
11913         as big as the allocation. (Should we also make sure that the
11914         bin window is big enough to completely cover widget->window?)
11915
11916         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
11917         function to get the onscreen rectangle.
11918
11919         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
11920         for offsets in window coordinates.
11921
11922 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
11923
11924         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
11925         confusion.
11926
11927         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
11928         from the widget direction.
11929
11930         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
11931         Add a "direction" attribute.
11932
11933         * gtk/gtktextview.c: global s/tkxt/text_view/.
11934
11935         * gtk/testtext.c: Added long block of text in Arabic, to test out
11936         the direction attributes. (Some problems with the shaping system
11937         for arabic become obvious - like the fact the cursor splits words
11938         into unjoined pieces.)
11939
11940 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
11941
11942         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
11943
11944         * gtk/gtktextlayout.c: Fix up alignment.
11945
11946         * gtk/testtext.c: Add some tests for centering, wrapping.
11947
11948 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
11949
11950         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
11951         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
11952         If we wrote GTK+-specific layout-render function this could just replace
11953         the draw_layout() operation in the vtable.
11954
11955         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
11956         pango_layout_get_cursor_pos() and use that function.
11957
11958         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
11959         is a non-static symbol.
11960
11961         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
11962         with gtk_text_btree_find_line_by_y()
11963
11964         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
11965         renderer that handles GtkTextAppearance attributes.
11966
11967         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
11968
11969           - Move the values in the style that don't affect geometry into a
11970             GtkTextAppearance structure.
11971           - Change underline to take a PangoUnderline and "font" a string
11972             representation of a font description
11973           - Add a "font_desc" attribute which takes a FontDescription structure.
11974
11975         * gtk/gtktextlayout.[ch]:
11976
11977           - Get rid of the display-line list per each line. Instead, we
11978             generate, on demand, a GtkTextLineDisplay structure which]
11979             contains a PangoLayout * and other necesary information
11980             (offsets, cursor locations) for displaying a paragraph.
11981           - Get rid of the code to wrap lines, create display chunks,
11982             etc. Instead, we just go through a paragraph and convert
11983             it into the necessary inputs to a PangoLayout.
11984           - Implement a new attribute type, GtkTextAttrAppearance. This
11985             holds a GtkTextAppearance, and is used to pass colors, 
11986             stipple, etc, through from the layout to the display without
11987             having to use lots and lots of individual attributes.
11988           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
11989             in terms of PangoLayout functions.
11990         
11991         * gtk/gtktextview.c: 
11992          
11993           - Handle passing the necessary PangoContext to the layout
11994           - Some fixups in painting to deal with the automatic backing store
11995             and offsetting of GTK+-1.4
11996           - Add a style_set handler so that the default style reacts
11997             properly to theme changes.
11998         
11999         * gtk/gtktext?*.[ch]: Random code-style fixes.
12000
12001         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
12002
12003 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
12004
12005         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
12006         in original form preparatory to Pango-ization and gdkimcontext-ization.
12007
12008 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
12009
12010         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
12011         so that we can derive from gtkimcontext in language bindings properly.
12012
12013 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
12014
12015         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
12016         Add a compose table including (almost) all the compose combinations
12017         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
12018         data in the XIM implementation.
12019
12020         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
12021         Moved functions to convert keyvalues from and to unicode here from
12022         the win32 port and made them public.
12023
12024 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12025
12026         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
12027
12028 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
12029
12030         * gtk/gtkimcontext.[ch]: Base class for new input context system
12031
12032         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
12033         the real input context implementation to be loaded from modules
12034         and switched on the fly.
12035
12036         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
12037         context that just does direct keysymbol => unicode translation.
12038
12039         * gtk/gtkentry.[ch]: Start switching editing over to using
12040         GtkInputContext. (No handling of preedit yet.)
12041
12042 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
12043
12044         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
12045         many substitutions. (klass should not be subsituted.)
12046
12047 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
12048
12049         * configure.in: Add checks for Pango
12050
12051         * configure.in docs/Makefile.am: Add test for sgml2html
12052         and allow 'make dist' without building html, but print out
12053         warnings in that case. (For making snapshots)
12054
12055         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
12056         Add Pango libraries and C flags
12057
12058         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12059         Add function (gdk_draw_layout) to draw a pango layout.
12060
12061         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
12062         for getting Pango contexts for GDK.
12063
12064         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
12065
12066         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
12067         editing.
12068
12069         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
12070         keysym => unicode translations. More languages can be added
12071         here, but real input-method support is needed.
12072
12073         * docs/Changes-1.4.txt: Added note about entry behavior.
12074         
12075         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
12076         to set the reading direction for a widget and the global direction.
12077         Add test which allows toggling the global direction. Two private
12078         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
12079
12080         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
12081           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
12082
12083         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
12084
12085         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
12086         underlining now handled by Pango.
12087
12088         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
12089         to RCStyle and Style. (Having both this and the old font name and GdkFont 
12090         is temporary.)
12091
12092         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
12093         convenience functions for creating contexts and layouts for widgets.
12094
12095         * gtk/testgtk.c: Enhance label tests with multilingual labels.
12096
12097 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
12098
12099         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
12100         titles to be active, even if they aren't visible.
12101         (gtk_clist_column_titles_passive):  Ditto.
12102
12103 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
12104
12105         * gtkmenu.c:
12106         * gtkmenu.h:
12107         * gtktypeutils.h: Spelling/grammar fixes in comments.
12108
12109 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
12110
12111         * gdk/nanox/*.h: add missing header files.
12112
12113 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
12114
12115         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
12116         send_event to TRUE.
12117         (gtk_drawing_area_size): queue a resize.
12118
12119 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
12120
12121         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
12122         the handlers, also invalidate them. bug nailed down by Karl Nelson
12123         <kenelson@ece.ucdavis.edu>.
12124
12125 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
12126
12127         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
12128         "(nil)" foundries, patch from Grigorios Magklis.
12129
12130         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
12131         on non-available fonts, based on a patch by Grigorios Magklis
12132         <maglis@cs.rochester.edu>.
12133
12134 2000-05-18  Elliot Lee  <sopwith@redhat.com>
12135
12136         * gdk/x11/gdkregion-generic.c: If a region does not have any
12137         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
12138         instead of GDK_OVERLAP_RECTANGLE_IN.
12139
12140 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
12141
12142         * gtk/gtklayout.c (gtk_layout_map): Remove references to
12143         OFFSCREEN, as it is no longer necessary.
12144
12145 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
12146
12147         * gtk/gtkcolorsel.c: Patch from David Santiago
12148         <mrcooger@cyberverse.com> to change things so that the 
12149         indicator of the active palette entry is done independently,
12150         not via the focus, since it should always be visible.
12151
12152 2000-05-17  Tor Lillqvist  <tml@iki.fi>
12153
12154         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
12155         refcount leaks as in the X11 backend.
12156
12157         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
12158         cosmetics.
12159
12160         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
12161         backend. Add _gdk_windowing_window_destroy().
12162
12163         * gtk/gtkcolorsel.c: Include correct backend-specific header.
12164         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
12165         either, but these probably do exist on nanox?)
12166         
12167         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
12168         which isn't necessarily defined by <math.h>.
12169
12170         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
12171         ancestry past GtkObject.
12172
12173         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
12174         from DLL on Win32.
12175
12176         * gtk/gtk.def: Update corresponding to recent changes.
12177
12178         * gtk/makefile.{cygwin,msc}: Updates.
12179
12180 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
12181
12182         * docs/Changes-1.4.txt: A bit of editing.
12183
12184         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
12185         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
12186         to clear the update area for the window, and clear it
12187         when hiding a window.
12188
12189         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
12190         if window destroyed.
12191
12192         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
12193
12194         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
12195         gdk_window_destroy() to the generic code, since there was a lot of 
12196         window-system-independent logic it in. Add a function:
12197         
12198          _gdk_window_destroy() 
12199
12200         to the internal API to destroy a window without unreferencing it.
12201         Add a function:
12202
12203          _gdk_windowing_window_destroy()
12204
12205         That does the windowing-system-dependent part of destroying 
12206         the window.
12207
12208 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
12209
12210         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
12211
12212 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
12213
12214         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
12215         Make gtk_widget_shape_combine_mask() keep a reference count on
12216         the pixmap since it keeps it around.
12217
12218 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
12219
12220         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
12221         leak.
12222
12223         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
12224         leak with event filters.
12225
12226 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
12227
12228         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
12229         signal handlers with the right data arguments. (Fixes
12230         some warnings when a widget was repeatedly set as a drag
12231         destination.)
12232
12233         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
12234         window so we can avoid avoid setting the DND properties on the
12235         toplevel window repeatedly.
12236
12237 2000-05-13  Tor Lillqvist  <tml@iki.fi>
12238
12239         * gdk/win32/gdkwin32.h: Define more message types missing from
12240         mingw headers.
12241
12242         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
12243         call gdk_window_destroy_notify(). It was never called. This
12244         probably meant that the GdkWindow was never freed. Thanks Owen for
12245         noticing (!).
12246
12247         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
12248         window as destroyed before calling DestroyWindow(). DestroyWindow()
12249         causes a call to the window procedure (gdk_WindowProc), which
12250         calls gdk_event_translate(), which calls
12251         gdk_window_destroy_notify(), which gets confused unless the window
12252         is set as destroyed.
12253
12254         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
12255         this function to indicate it's win32 only. Put inside #ifdef
12256         G_ENABLE_DEBUG.
12257
12258         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
12259         debugging function. (gdk_event_translate:) Add a default branch
12260         that uses the above function to print debug messages with all
12261         Windows messages symbolically.
12262
12263         * gdk/win32/gdkprivate-win32.h: Declare it, and
12264         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
12265
12266 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
12267
12268         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
12269         public header file.
12270
12271 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
12272
12273         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
12274
12275         * gtk/gtktext.c: made the adjustments no-construct args, simply
12276         provide default adjustments.
12277         (gtk_text_destroy): release adjustments.
12278
12279         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
12280         adjustment argument non-construct.
12281
12282         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
12283         instead of in finalize.
12284         (gtk_progress_get_text_from_value): 
12285         (gtk_progress_get_current_text): 
12286         (gtk_progress_set_value): 
12287         (gtk_progress_get_percentage_from_value): 
12288         (gtk_progress_get_current_percentage): 
12289         (gtk_progress_set_percentage): 
12290         (gtk_progress_configure): ensure an adjustment is present.
12291
12292 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
12293
12294         * gtk/gtkcolorsel.[hc]:
12295         * gtk/gtkcolorseldialog.[hc]:
12296         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
12297         their parent implementation, use bit fields for boolean values, don't
12298         create unused widgets, usage of glib types, braces go on their own
12299         lines, function argument alignment, #include directives etc. etc. etc..
12300
12301         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
12302
12303 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
12304
12305         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
12306
12307         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
12308         of NULL.
12309
12310         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
12311         to freed data.
12312         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
12313
12314         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
12315         to NULL when the toplevel is getting destroyed.
12316         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
12317         (gtk_menu_destroy): 
12318         (gtk_menu_init): store the information of whether we have to
12319         readd the initial child ref_count during destruction in a new
12320         GtkMenu field needs_destruction_ref_count.
12321
12322         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
12323         here, those reading: learn from my mistake! ;)
12324         in order for set_?adjustment to support a default adjustemnt if
12325         invoked with an adjustment pointer of NULL, the code read (pseudo):
12326         if (v->adjustment) unref (v->adjustment);
12327         if (!adjustment) adjustment = adjustment_new ();
12328         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
12329         now imagine the first unref to actually free the old adjustment and
12330         adjustment_new() creating a new adjustment from the very same memory
12331         portion. here, the latter comparision will unintendedly fail, and
12332         all hell breaks loose.
12333         (gtk_viewport_set_hadjustment):
12334         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
12335         after unreferencing it.
12336
12337         * gtk/gtkcontainer.[hc]: removed toplevel registration
12338         functions: gtk_container_register_toplevel(),
12339         gtk_container_unregister_toplevel() and
12340         gtk_container_get_toplevels() which had wrong semantics
12341         anyways: it didn't reference and copy the list.
12342
12343         * gtk/gtkwindow.c: we take over the container toplevel registration
12344         bussiness now. windows are registered across multiple destructions,
12345         untill they are finalized. the initial implicit reference count
12346         users are holding on windows is removed with the first destruction
12347         though.
12348         (gtk_window_init): ref & sink and set has_user_ref_count, got
12349         rid of gtk_container_register_toplevel() call. add window to
12350         toplevel_list.
12351         (gtk_window_destroy): unref the window if has_user_ref_count
12352         is still set, got rid of call to
12353         gtk_container_unregister_toplevel().
12354         (gtk_window_finalize): remove window from toplevel list.
12355         (gtk_window_list_toplevels): new function to return a newly
12356         created list with referenced toplevels.
12357         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
12358
12359         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
12360         adjustment a non-construct arg.
12361         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
12362         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
12363         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
12364
12365         * gtk/gtkrange.c: added some realized checks.
12366         (gtk_range_destroy): get rid of the h/v adjustments in the
12367         destroy handler instead of finalize. remove timer.
12368         (gtk_range_get_adjustment): demand create adjustment.
12369
12370         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
12371         we simply create them on demand now and get rid of them in
12372         the destroy handler.
12373         (gtk_viewport_destroy): get rid of the h/v adjustments in the
12374         destroy handler instead of finalize.
12375         (gtk_viewport_get_hadjustment): 
12376         (gtk_viewport_get_vadjustment): 
12377         (gtk_viewport_size_allocate): demand create h/v adjustment
12378         if required.
12379
12380         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
12381         gtk_widget_real_destroy () functionality.
12382         (gtk_widget_real_destroy): reinitialize with a new style, instead
12383         of setting widget->style to NULL.
12384
12385 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
12386
12387         * gtk/gtkcalendar.c:
12388         * gtk/gtkbutton.c: ported _get_type() implementation over to
12389         GType, either to preserve memchunks allocation facilities,
12390         or because Gtk+ 1.0 GtkTypeInfo was still being used.
12391
12392         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
12393         over. prepare for ::destroy to be emitted multiple times.
12394         removed reference tracer magic. chain into GObjectClass.shutdown()
12395         to emit ::destroy signal.
12396
12397         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
12398         fundamental.
12399
12400         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
12401         cludge.
12402
12403         * gtk/gtksocket.c:
12404         * gtk/gtkplug.c:
12405         * gtk/gtklayout.c:
12406         * gtk/gtklabel.c:
12407         * gtk/gtkargcollector.c:
12408         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
12409         not being a fundamental anymore, and to work with the new
12410         type system (nuked fundamental type varargs clutter).
12411
12412         * gtk/*.c: install finalize handlers in the GObjectClass
12413         part of the class structure.
12414         changed direct GTK_OBJECT()->klass accesses to
12415         GTK_*_GET_CLASS().
12416         changed direct object_class->type accesses to GTK_CLASS_TYPE().
12417
12418         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
12419         GType. made most of the GTK_*() type macros and Gtk* typedefs
12420         simple wrappers around macros and types provided by GType.
12421         most notably, a significant portion of the old API vanished:
12422         GTK_TYPE_MAKE(),
12423         GTK_TYPE_SEQNO(),
12424         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
12425         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
12426         GTK_TYPE_ARGS,
12427         GTK_TYPE_CALLBACK,
12428         GTK_TYPE_C_CALLBACK,
12429         GTK_TYPE_FOREIGN,
12430         GtkTypeQuery,
12431         gtk_type_query(),
12432         gtk_type_set_varargs_type(),
12433         gtk_type_get_varargs_type(),
12434         gtk_type_check_object_cast(),
12435         gtk_type_check_class_cast(),
12436         gtk_type_describe_tree(),
12437         gtk_type_describe_heritage(),
12438         gtk_type_free(),
12439         gtk_type_children_types(),
12440         gtk_type_set_chunk_alloc(),
12441         gtk_type_register_enum(),
12442         gtk_type_register_flags(),
12443         gtk_type_parent_class().
12444         replacements, where available are described in ../docs/Changes-1.4.txt.
12445         implemented compatibility functions for the remaining API.
12446
12447         * configure.in: depend on glib 1.3.1, use gobject module.
12448
12449 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
12450
12451         * TODO.xml: Various updates to current status.
12452
12453 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
12454
12455         * gtk.m4: Print out version when test succeeds.
12456
12457 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
12458
12459         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
12460         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
12461         
12462         (Original triangle color selector from Simon Budig
12463         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
12464         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
12465         Santiago <mrcooger@cyberverse.com>)
12466
12467         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
12468         out into a separate widget.
12469
12470         * gtk/testgtk.c: Add some checkbuttons for toggling palette
12471         and opacity controls.
12472
12473 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
12474
12475         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
12476         snuck in prematurely.
12477
12478 2000-05-07  Tor Lillqvist  <tml@iki.fi>
12479
12480         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
12481         had deleted a ! operator by mistake, which caused
12482         GDK_SELECTION_CLEAR events never to be generated, which caused
12483         only the first copy to the clipboard from an gtkeditable to
12484         actually cause a copy to the Windows clipboard.
12485
12486 2000-05-06  Tor Lillqvist  <tml@iki.fi>
12487
12488         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
12489         compilation, too. Current mingw gcc distributions include the
12490         necessary headers. Also the necessary IIDs are now in mingw
12491         headers/libraries, and own definitions unnecessary.
12492
12493         More hacking on OLE2 DND, still doesn't work though, and thus
12494         ifdeffed out.
12495
12496         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
12497         here, too.
12498
12499 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
12500
12501         * gdk/nanox/*: nano-X port work in progress.
12502         * gdk/simple.c: simple test for Gdk.
12503         * README.nanox: notes about the port: read this first!
12504         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
12505         with nano-X.
12506
12507 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
12508
12509         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
12510         gdk_window_clear() into common code, implement in terms of
12511         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
12512         not redirected to the backing rectangle.
12513
12514 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
12515
12516         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
12517         EXTRA_DIST. It does not work well when the file that
12518         everything depends on is not in the tarball.
12519
12520 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
12521
12522         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
12523         with recursion where process_updates() is called from
12524         an expose handler. (GtkTextView is highly broken in
12525         doing this, but it should work, so it is a nice test
12526         case.)
12527
12528 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
12529
12530         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
12531         handle the case where updates are queued during processing of
12532         updates.
12533
12534 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
12535
12536         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
12537         window is on gdk_display - use that instead of segfaulting.
12538
12539 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
12540
12541         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
12542         broken and require an empty arg, give it to them.
12543
12544 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
12545
12546         * gtk/gtklabel.h: indentation fixes.
12547
12548 2000-05-02  Tor Lillqvist  <tml@iki.fi>
12549
12550         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
12551         draw too narrow or too low arcs, they seem to fail, at least with
12552         some display drivers.
12553
12554         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
12555
12556         Large changes to the Win32 backend, partially made necessary by
12557         the changes to the backend-independent internal
12558         structures. Attempts to implement similar backing store stuff as
12559         on X11. The current (CVS) version of the Win32 backend is *not* as
12560         stable as it was before the no-flicker branch was merged. A
12561         zipfile with that version is available from
12562         http://www.gimp.org/win32/. That should be use by "production"
12563         code until this CVS version is usable. (But note, the Win32
12564         backend has never been claimed to be "production quality".)
12565
12566         * README.win32: Add the above comment about versions.
12567
12568         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
12569
12570         * gdk/gdk.def: Update.
12571
12572         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
12573         presumably be replaced by some more better mechanism as 1.4 gets
12574         closer to release shape.
12575
12576         * gdk/makefile.{cygwin,msc}: Update.
12577
12578         * gdk/win32/*.c: Correct inclusions of the backend-specific and
12579         internal headers. Change code according to changes in these. Use
12580         gdk_drawable_*, not gdk_window_* where necessary.
12581
12582         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
12583         our old DND.
12584
12585         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
12586         to interpret single characters as UTF-8. Thanks to Hans Breuer.
12587         Use correct function name in warning messages.
12588
12589         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
12590         GSourceFuncs gdk_event_prepare and gdk_event_check.
12591         (gdk_event_get_graphics_expose): Do implement, use
12592         PeekMessage. Thanks to Hans Breuer.
12593         (event_mask_string): Debugging function to print an GdkEventMask.
12594         (gdk_pointer_grab): Use it.
12595
12596         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
12597         (old) book I used claimed was Hangul actually is CJK Unified
12598         Ideographs Extension A. Also, Hangul Syllables were missing.
12599         Improve logging.
12600
12601         * gdk/win32/gdkgc-win32.c: Largish changes.
12602
12603         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
12604         g_win32_getlocale() from GLib, and not setlocale() to get current
12605         locale name.
12606
12607         * gdk/win32/gdkprivate-win32.h
12608         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
12609         gdkwin32.h, similarily as in the X11 backend.
12610
12611         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
12612         assignment was used instead of equals in if test. Thanks to Hans
12613         Breuer.
12614
12615         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
12616         the X11 version.
12617
12618         * gdk/win32/makefile.{cygwin,msc}
12619         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
12620         path to the Win32 headers that works also with the mingw compiler.
12621
12622         * gtk/gtkstyle.c: Include <string.h>.
12623
12624 2000-04-26  Havoc Pennington  <hp@redhat.com>
12625
12626         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
12627         replacing the broken gtk_label_get ()
12628
12629 2000-04-15  Havoc Pennington  <hp@pobox.com>
12630
12631         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
12632         this keeps scanner scripts from getting confused.
12633
12634         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
12635         data, rather than void
12636
12637 2000-04-15  Tor Lillqvist  <tml@iki.fi>
12638
12639         * gtk/gtkclist.c (gtk_clist_motion)
12640         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
12641         with is_hint FALSE, get x and y from the event. They used to be
12642         used uninitialised. The Win32 backend never sends motion events
12643         marked as hints. This for instance fixes the annoying file and
12644         font selector behaviour in the Win32 version.
12645
12646 2000-04-14  Tor Lillqvist  <tml@iki.fi>
12647
12648         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
12649         gtk_private_n_signals variables, they are used by some software,
12650         sigh.
12651
12652         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
12653         installation directory from the Registry, where the installer
12654         should have put it.
12655
12656 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
12657
12658         * gdk/x11/Makefile.am: Fix problem with installation directory for
12659         gdkx.h
12660
12661         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
12662         <mrcooger@cyberverse.com> so that when selecting menus with the
12663         mouse, the first item will not be selected, but when selecting
12664         with an accelerator, or navigating left-right on a menubar with
12665         the menus popped up, the first item will be selected.
12666
12667 2000-04-05  Dan Damian  <dand@dnttm.ro>
12668
12669         * configure.in: Added "ro" to ALL_LINGUAS.
12670
12671 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
12672
12673         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
12674         indentation.
12675
12676         * Makefile.am (EXTRA_DIST): Fix typo.
12677
12678         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
12679         to catch gdkconfig.h
12680
12681         * gtk/gtkitemfactory.c: Added FIXME.
12682
12683 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
12684
12685         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
12686         s/return_if_fail/return_val_if_fail/g and add a return value.
12687
12688 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
12689
12690         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
12691         merge slipup.
12692
12693         * gdk/gdkinput.h: Fix missing line from merge.
12694
12695 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
12696
12697         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
12698         instead of gdkprivate.h.
12699
12700 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
12701
12702         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
12703         parent class to correctly be GtkDialogClass.
12704
12705 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
12706
12707         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
12708         toplevel windows and their immediate children by their parents,
12709         since the size of toplevel windows is out of our immediate
12710         control and we don't get any real benefit from trying to track
12711         this size for clipping.
12712
12713         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
12714         for input_only windows.
12715
12716         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
12717         to fix some hacks and make sure that we don't try to set the
12718         background of input only windows.
12719
12720 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
12721
12722         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
12723         the _really_ internal stuff, and leave gdkprivate.h for the fake private
12724         stuff that we've traditionally exposed.
12725
12726         * gdk/**.c: Use gdkinternals.h where appropriate.
12727
12728         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
12729         not include gdkprivate-x11.h, move all stuff of conceivable public
12730         interest into gdkx.h; keep all really private stuff in
12731         uninstalled header gdkprivate-x11.h.
12732
12733         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
12734         image->image_put on windows through a new function _gdk_window_draw_image()
12735         to allow us to do backing store for images. (Sort of ugly)
12736
12737         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
12738         contexts locally so that we can offset them properly when drawing 
12739         onto backing pixmaps.
12740
12741         * gdk/gdkinput.h: Reindented
12742
12743         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
12744         pixmap or color for the window, so we can properly initialize
12745         our double-buffer pixmaps, and also so that we temporarily set
12746         a background of None while scrolling.
12747
12748         * gdk/gdkregion.h: Revise region boolean operators to have an
12749         interface that is actually convenient - switch from creating new
12750         regions on every op, to "methods" that modify existing regions
12751         (A = A OP B). 3 argument forms which allow dest == src, would also
12752         be possible, but the current interfaces seem to map nicely
12753         onto what needs to be done. (There is quite a lot of region
12754         code in GDK now.)
12755
12756         * gdk/gdkregion.h: Add constructor from rectangle and a copy
12757         operator.
12758
12759         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
12760         gdkpoly-generic.h: Copy region code from Xlib, switch it over
12761         to 32 bit coordinates, modify it to be mostly GTK+ style
12762         and to have interfaces that match gdkregion.h.
12763
12764         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
12765         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
12766         create a backing pixmap and redirect all drawing to
12767         that backing pixmap until a matching gdk_window_end_paint().
12768
12769         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
12770         Create a special drawable class for GtkWindow's that 
12771         redirects the drawing to the backing pixmap as necessary
12772         and then calls the real operations in _gdk_windowing_window_class.
12773
12774         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
12775         Store invalid region for each window. Generate expose events for invalid
12776         region in an idle. This replaces both the expose compression
12777         and the redrawing queuing in GTK+. It is both more efficient and
12778         simpler than either one individually and far more so then the
12779         combination.
12780
12781         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
12782         Emulate 32 bit coordinates for windows with 16 bit coordinates
12783         by offsetting drawing, guffaw scrolling techniques and
12784         mapping/unmapping child windows as necessary.
12785
12786         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
12787         where, when invalid regions are processed, the region is stored,
12788         and if expose events come in that are detectably duplicate
12789         the processed exposes (by comparison of event serial numbers),
12790         the stored region is subtracted out of those exposes.
12791
12792         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
12793         regions newly exposed when scrolling or resizing windows.
12794         This, combined with forcing processesing of queued invalidated
12795         regions, gives nice flicker-free scrolling.
12796
12797         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
12798         invalidated regions after every scroll.
12799
12800         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
12801         emulation in GDK. Its, for all practical purposes just a
12802         GtkViewport/GtkFixed hybrid now.
12803
12804         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
12805         (16-bit) structures as necessary instead of just casting.
12806
12807         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
12808         in terms of the structures from gdkregion-generic.c, using appropriate
12809         offsets from GDK to X11 coordinates. Cache clip mask and
12810         origin and ts origin locally and only flush to the server
12811         when drawing, to avoid constantly setting and resetting these
12812         values when offsetting GC's for scrolling and backing pixmaps.
12813
12814         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
12815
12816         * gtk/gtkcontainer.c: Call process_all_updates at end
12817         of resizing to reduce flicker. (Avoids having redraw
12818         lag arbitrarily behind resize under some circumstances)
12819
12820         * gtk/gtkentry.c: Remove old backing store code, and simply take
12821         advantage of the new backing store capabilities of GDK.
12822
12823         * gtk/gtkmain.c: Simple implementation of widget backing
12824         store - simply push a paint while handling each expose.
12825         (Should really be configurable widget for widget.)
12826         
12827         * gtk/gtkwidget.c: Remove all the old complicated redraw
12828         code, and simply invalidate the GDK windows from
12829         gdk_window_queue_clear(), etc. (Sigh, so much carefully
12830         debugged complexity ... gone to the winds.)
12831
12832         Remove all the code for suppressing expose events while
12833         resizes are pending; this isn't needed since the invalid
12834         areas won't be processed until after the resizes are
12835         processed, since they are in a lower priority idle.
12836
12837 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
12838
12839         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
12840         and height of dest rectangle for non-intersecting rectangles.
12841
12842 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
12843
12844         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
12845         for GdkRectangle.
12846
12847 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
12848
12849         * gdk/gdk{events,image,private,types,window}.h
12850          gdk/x11/gdkinputprivate.h: Change all coordinates
12851          from int16 to int. Also, Change width and height from
12852          unsigned to signed to avoid all the stupid C 
12853          signedness bugs.
12854
12855 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
12856
12857         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
12858         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
12859         Add some more detailed checking.
12860
12861         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
12862         New function to retrieve the depth of a drawable.
12863
12864         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
12865         field, reorder fields to save memory. 
12866
12867 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
12868
12869         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
12870         of the background image instead of scaling the background down to
12871         a line.
12872
12873         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
12874         which temporarily set slider to wrong size.
12875
12876         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
12877         queue_clear().
12878
12879 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
12880
12881 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
12882
12883         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
12884
12885 2000-03-17  Tor Lillqvist  <tml@iki.fi>
12886
12887         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
12888         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
12889
12890         * gdk/win32/gdkfont-win32.c
12891         * gdk/win32/gdkproperty-win32.c
12892         * gdk/win32/gdkselection-win32.c
12893         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
12894         now declared such.
12895
12896 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
12897
12898         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
12899
12900 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
12901
12902         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
12903         is called without trapping X errors.
12904
12905 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
12906
12907         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
12908         way into the fontset lists.
12909
12910 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
12911
12912         * gtk/gtkthemes.h: add extern "C" scope.
12913
12914 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
12915
12916         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
12917         to make appends to the list constant. (gtk-guy-990901-0.patch)
12918
12919 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
12920
12921         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
12922         for the typename hash table.
12923
12924 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
12925
12926         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
12927         to make sure we never divide by zero. 
12928         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
12929
12930 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
12931
12932         * gtk/gtkfontsel.c: Apply patch from
12933         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
12934         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
12935
12936         Also, some cleanups in atom handling.
12937
12938 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
12939
12940         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
12941         not GtkWidget.
12942
12943 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
12944
12945         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
12946         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
12947         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
12948         more guint wrap-around bugs before going to bed.
12949
12950 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
12951
12952         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
12953         guint wrap arounds in allocation.width.
12954
12955         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
12956         process untill we fit the allocation given.
12957
12958 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
12959
12960         * gtk/gtkwidget.c:
12961         (gtk_widget_unrealize): guard widget access with ref/unref
12962         around signal emission.
12963         (gtk_widget_hide): same here, but also check its destroyed
12964         state before queueing a resize.
12965
12966 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
12967
12968         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
12969         of gtk_default_insensitive_bg as insensitive base color.
12970
12971         * gtk/gtktext.c (gtk_text_style_set): set the background color according
12972         to the widget's state.
12973         (gtk_text_realize): same here.
12974         (gtk_text_state_changed): same here.
12975         (draw_bg_rect): compare background color against base[] from
12976         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
12977
12978 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
12979
12980         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
12981         grabs are active, unless a delete event is send to the toplevel
12982         of the currently grab holding widget.
12983
12984 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
12985
12986         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
12987         debugging g_print's.
12988
12989 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
12990
12991         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
12992         ever make the scrolled-window requisition ever depend on the 
12993         visibility state of the scrollbars for the AUTOMATIC policy. 
12994         This breaks the GTK+ requisition model, and causes loops.
12995
12996 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
12997
12998         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
12999         the default font to avoid problems with XFree86-4.0 where the
13000         default charset is iso10646-1, not iso8859-1.
13001
13002 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
13003
13004         * acinclude.m4
13005         * config.guess
13006         * config.sub
13007         * ltconfig
13008         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
13009
13010         * gtk/Makefile.am: minor cosmetic consistency tweak
13011
13012 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
13013
13014         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
13015         the activate_time to 0, so that we handle a quick
13016         press/release press/release properly and don't suppress
13017         the second release. (Red Hat bug #7545)
13018
13019 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
13020
13021         * gtk/gtkctree.c (row_delete):
13022         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
13023         bugs with destruction notifier, *always* update internal
13024         structures *before* calling user code.
13025
13026 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
13027
13028         A few more fixes for bug #5487, #2051, #2677.
13029         * gtk/gtkclist.c : 
13030         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
13031         not GDK_BUTTON_PRESS.
13032         (resync_selection): resync only if selection_mode is
13033         GTK_SELECTION_EXTENDED
13034         * gtk/gtkctree.c (resync_selection): same here
13035
13036 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
13037
13038         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
13039         gdk_drag_get_selection() and gtk_menu_detach().
13040
13041         [ From Jeroen Ruigrok/Asmodai ]
13042
13043 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
13044
13045         * gtk/gtknotebook.c (gtk_notebook_size_request): 
13046         page->tab_label can be NULL.
13047
13048 2000-01-25  Havoc Pennington  <hp@pobox.com>
13049         
13050         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
13051         arg is boolean
13052
13053         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
13054
13055         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
13056
13057         * gdk/gdkproperty.c (gdk_property_get): return boolean
13058
13059         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
13060
13061         * gdk/gdkim.c (gdk_im_ready): return boolean
13062
13063         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
13064
13065         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
13066         glib clash, should fix glib)
13067
13068         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
13069         (gdk_get_show_events): return gboolean, and canonicalize 
13070         to TRUE/FALSE
13071
13072         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
13073         colormap is private
13074         (gdk_colors_alloc): gboolean whether to be contiguous
13075         (gdk_color_equal): return gboolean since we are a predicate
13076         and not a qsort() (this looks semi-wrong due to glib breakage,
13077         IMO glib should be fixed)
13078         
13079         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
13080         (gdk_get_use_xshm): return gboolean
13081         (gdk_pointer_is_grabbed): return gboolean
13082
13083         * gdk/gdk.h: Change prototypes to match all the above changes,
13084         and re-run egtk-format-protos as required.
13085
13086 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
13087
13088         * gtk/gtkctree.c (resync_selection): 
13089         * gtk/gtkclist.c (resync_selection):
13090
13091         Return immediately if clist->drag_pos < 0. This is a workaround
13092         for the corrupt state that the clist gets into when a
13093         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
13094
13095         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
13096         
13097         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
13098         variable from recent commit.
13099
13100 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
13101
13102         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
13103
13104 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
13105
13106         * gtk/Makefile.am: prefix all autogenerated source that get build in
13107         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
13108         in builddir. since we subsequently cd into srcdir for autogeneration,
13109         the paths have to be stripped from the target file names, thusly we
13110         use $(@F) as target names now.
13111         put a comment about configure.in's --disable-rebuilds option,
13112         which can be used for non-writable source directories, for development
13113         setups though, srcdir has to be *writable*.
13114
13115 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
13116
13117         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
13118           Finish the job of allowing event to be NULL.
13119           (Fixes bug #4283, reported by Chris Blizzard)
13120
13121         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
13122           things so that the cursor appears on screen, properly
13123           take into account INNER_BORDER.
13124           (Fixes bug #4754, reported by Antonio Campos)
13125
13126 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
13127
13128         * gtk/gtknotebook.c (gtk_notebook_map): Don't
13129           show the tab_label unless it itself is visible.
13130
13131           gtk/gtknotebook.c (gtk_notebook_size_request):
13132           Do a better job of making sure that the visibility
13133           of the tab label corresponds to whether it should
13134           be mapped or not.
13135
13136 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
13137
13138         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
13139           Use the requisition, not the allocation, since the
13140           allocation has not necessarily been computed yet.
13141           (Pointed out by Eugene Osintsev)
13142
13143 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
13144
13145         * gtk/gtkstyle.c (gtk_style_new): Dont' set
13146           style/base[GTK_STATE_INSENSITIVE] both to
13147           gtk_default_insensitive_bg!
13148           (Bug #2187, reported by Jonathan Blandford)
13149
13150         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
13151           Add Alt_L, Alt_R to list of invalid accelerators.
13152           (Bug #3736, reported by Vlad Harchev)
13153
13154 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
13155
13156         * gtk/gtkfilesel.c (open_ref_dir): Fix several
13157         bugs which occured after an attempt to open 
13158         invalid home directory left cmpl_state->reference_dir == NULL.
13159
13160          - completion on files in home directory didn't work
13161          - completion on an empty string caused  segfault
13162
13163          (Bug #3678, reported by Steve Ratcliffe)
13164
13165         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
13166         cut and paste error that was causing scales to
13167         be incorrectly positioned.
13168         (Bug #2956,
13169          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
13170
13171 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
13172
13173         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
13174         when checking for dcgettext, if we've found we needed
13175         it for dgettext.
13176 +
13177 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
13178
13179         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
13180         queue_clear on NO_WINDOW widgets during a reparent,
13181         since at that point the window and widget heirarchies
13182         are out of sync. This stops crashing in some cases
13183         (the scrolled window reparent test, for instance), and
13184         _probably_ won't cause drawing errors.
13185
13186         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
13187         test do what it was supposed to do and be robust against
13188         window closings, etc. (Bug #2443)
13189
13190 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
13191
13192         * gtk/gtkentry.c: Fix return values on mouse events.
13193         (Bug #2686, Sky <seb_sky@yahoo.com>)
13194
13195         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
13196         (pointed out by George Lebl)
13197
13198         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
13199         (From Ettore Perazzoli  <ettore@helixcode.com>)
13200  
13201 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
13202
13203         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
13204         clicks between rows or outside calender area correctly.
13205         (Patch from Damon Chaplin)
13206
13207         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
13208         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
13209           Call destroy function when overwriting existing data. 
13210           (Pointed out by Damon Chaplin)
13211
13212 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
13213
13214         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
13215           which was causing problems on various systems with Xmu.
13216           This hasn't been needed for a very long time.
13217           (Fixes #1185 3167)
13218
13219 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
13220
13221         * gdk/gdki18n.h: Include <ctype.h> when defining
13222           gdk_isw* in terms of is* as a fallback.
13223           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
13224
13225 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
13226
13227         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
13228           realize the widget when it is size allocated!
13229           (old, old bug)
13230
13231         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
13232           Removed unused call to gdk_window_get_size() that
13233           showed up when the above was fixed.
13234
13235 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
13236
13237         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
13238           fix up widget->window when the widget is a
13239           NO_WINDOW container widget.
13240
13241 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
13242
13243         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
13244           to account for the fact that feof() does _not_ 
13245           return TRUE on errors, and thus avoid infinite loops
13246           when trying to use gdk_pixmap_create_from_xpm()
13247           on unreadable values.
13248
13249 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
13250
13251         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
13252
13253 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
13254
13255         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
13256           gdk_gc_set_dashes to take gint8 instead of gchar to
13257           make it clearer that it is _not_ a NULL terminated string.
13258
13259         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
13260           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
13261           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
13262           arguments.
13263
13264 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
13265
13266         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
13267         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
13268         background size relative to our allocation, guard against small
13269         allocations, we may have not yet been size allocated.
13270
13271 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
13272
13273         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
13274         not just version == 3. We implement all 3 + most of 4 - 
13275         (we don't support matching text/plain;charset=iso-8859-1
13276         to a dest that expects text/plain). We'll still advertise
13277         3 to be safe, but any client implementing version >= 3
13278         must interoperate with 3.
13279         
13280 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
13281
13282         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
13283         background and gc members, add a warning in gtk_tooltips_set_color()
13284         indicating that this function is deprecated.
13285
13286 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
13287
13288         * docs/gtkfaq.sgml: FAQ Update:
13289           - Minor cleanups (Emmanuel, me)
13290           - New questions:
13291                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
13292                 How can I retrieve the text from a GtkMenuItem? (timj)
13293                 How do I validate/limit/filter the input to a GtkEntry? (me)
13294                 Memory does not seem to be released when I free the list
13295                         nodes I've allocated (timj)
13296
13297 2000-03-07  Tor Lillqvist  <tml@iki.fi>
13298
13299         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
13300         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
13301         for which it is no use to call GetLastError onWin9x.
13302         (gdk_other_api_failed) New function, for general error
13303         reporting without calling GetLastError.
13304         (gdk_win32_api_failed) OTOH, this function always calls
13305         GetLastError. (gdk_win32_last_error_string) Remove this function,
13306         GLib has the equivalent now.
13307
13308         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
13309         call them with function name, file name and line number in the
13310         arguments.
13311
13312         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
13313         functions.
13314         
13315         * gtk/gtk.def: Add some missing entry points.
13316
13317         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13318         gtk_paned_set_gutter_size, which don't exist any longer, as void.
13319         
13320         Fixes by Hans Breuer:
13321
13322         * gdk/makefile.msc: Update for debugging.
13323
13324         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
13325         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
13326         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
13327         in the dash_list.
13328
13329         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
13330         the x11 backend.
13331
13332         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
13333
13334         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
13335
13336 2000-03-04  Tor Lillqvist  <tml@iki.fi>
13337
13338         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
13339         just pixel value of background colour.
13340
13341         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
13342         containing code snippet previously duplicated in a couple of
13343         places.
13344         
13345         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
13346         gdk_colormap_color.
13347
13348         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
13349         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
13350         events for autorepeated Shift, Control and Alt keys. Use
13351         gdk_colormap_color.
13352
13353         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
13354         pointer is inside the window the cursor of which we are setting,
13355         call SetCursor immediately.
13356
13357         * gdk/win32/makefile.cygwin
13358         * gtk/makefile.cygwin: If we don't have the build number stamp
13359         file, use zero.
13360
13361         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13362         gtk_paned_set_gutter_size as empty.
13363
13364         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
13365         
13366 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
13367
13368         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
13369           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
13370           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
13371           docs/gtk_tut.sgml docs/gtk.texi TODO:
13372
13373           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
13374
13375 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
13376
13377         * gtk/gtkcalendar.c: Implement num_marked_dates,
13378           and don't emit mutiple day_selected signals on
13379           month_prev.
13380
13381 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
13382
13383         * docs/make-todo (lineno): let title and logo be configurable so
13384         that GNOME can use this script too.
13385
13386         * TODO.xml: added logourl and a title
13387
13388 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
13389
13390         * TODO.xml: Added some UI items, and an explanatory
13391         comment at the top of the file.
13392
13393 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
13394
13395         * TODO.xml: some updates, added abunch of new entries.
13396         a note for those fiddeling with this file, when done
13397         with it, invoke:
13398         $ ./docs/make-todo TODO.xml >/dev/null
13399         and correct output errors before comitting changes.
13400
13401 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
13402
13403         * TODO.xml: Added XML-structured TODO file.
13404         * docs/make-todo: python script to turn TODO.xml into
13405           pretty XML output. 
13406
13407 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
13408
13409         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
13410         the function to let it draw the seven dots, instead of the old,
13411         much maligned, method.
13412         (draw_dot): New function to draw a dot.
13413
13414         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
13415         to draw the handle inside the border width as opposed to outside.
13416         Use paint function instead of gdk_draw_point.
13417
13418         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
13419         to draw the handle inside the border width as opposed to outside.
13420         Use paint function instead of gdk_draw_point.
13421
13422         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
13423         Change indenting to be more GTK like.
13424
13425 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
13426
13427         * docs/gtk_tut.sgml: New section on GtkCalendar
13428         * examples/calendar: Update example code
13429
13430 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
13431
13432         * docs/gtkfaq.sgml: FAQ Update
13433
13434 2000-02-19  Anders Carlsson  <andersca@gnu.org>
13435
13436         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
13437         to prevent the scroll event to be propagated upwards.
13438
13439 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
13440
13441         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
13442         OwnerGrabButtonMask from button entries for
13443         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
13444
13445         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
13446         to the event mask (which will result in button/press release
13447         being added to the event mask on Unix) so scrolling works
13448         for layouts in scroll windows.
13449
13450         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
13451
13452         Patch from Anders Carlsson  <andersca@gnu.org> to add
13453         a scroll event.
13454
13455         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
13456         scrolling to the "Test Scrolling" part of testgtk.
13457  
13458         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
13459  
13460         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
13461         it against GDK_SCROLL.
13462  
13463         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
13464         way of mouse wheel scrolling.
13465  
13466         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
13467  
13468         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
13469  
13470         * gtk/gtkmain.c: Removed previous mouse wheel hack.
13471  
13472         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
13473         gdk_event_mask_table.
13474  
13475         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
13476         GdkEventScroll handler.
13477  
13478         * gdk/gdkevents.h: Added GdkEventScroll structure.
13479  
13480 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
13481
13482         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
13483         and Anders Carlsson to change the Paned widgets so that they
13484         can be dragged from anywhere along the length. Also change
13485         the way that this is drawn to make this apparent.
13486
13487         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
13488         from George Lebl to check that option_menu->menu is present
13489         before getting history.
13490
13491 2000-02-14  Tor Lillqvist  <tml@iki.fi>
13492
13493         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
13494         before the assertion for non-NULL segment list.
13495
13496         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
13497         Seems that pattern brushes *must* be 8x8 pixels! At least on my
13498         machine, but it might be display driver dependent. Sigh, so make
13499         sure the stipple is that size. Does Windows suck or what?
13500
13501         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
13502         places.
13503
13504 2000-02-13  Havoc Pennington  <hp@pobox.com>
13505
13506         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
13507         refcount to 1
13508         (gdk_cursor_new): init refcount to 1
13509
13510         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
13511
13512 2000-02-13  Tor Lillqvist  <tml@iki.fi>
13513
13514         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
13515         so that we don't have to do unnecessary settings to the HDC.
13516
13517         * gdk/win32/gdkdrawable-win32.c
13518         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
13519         gdk_gc_predraw.
13520
13521         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
13522         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
13523         GDI paths, call WidenPath to get the outline of the stroken path,
13524         and then fill the outline (with the brush that was built from the
13525         stipple).
13526
13527         * gdk/win32/gdkgc-win32.c: Factor out common code from
13528         _gdk_win32_gc_new and gdk_win32_gc_set_values into
13529         gdk_win32_gc_values_to_win32values. Use correct colour for
13530         SetBkColor() (Until now the code actually used a random colour in
13531         the call to SetBkColor()... but that didn't show up as not many
13532         GDI APIs use the background colour. Pattern (opaque stippled)
13533         brushes do.)
13534
13535         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
13536         gdk_win32_api_failed): New functions for error logging.
13537
13538         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
13539         WIN32_API_FAILED to call them, passing function or file name and
13540         line number.
13541
13542         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
13543
13544         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
13545         GdkColor for foreground and background in GdkGCWin32Data.
13546
13547         * gdk/makefile.cygwin: Link in the resource object separately.
13548
13549         * gdk/win32/rc/gdk.rc
13550         * gtk/gtk.rc (New file)
13551         * gdk/win32/makefile.cygwin
13552         * gtk/makefile.cygwin: Update build number in DLLs automatically,
13553         as in GLib.
13554
13555 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
13556
13557         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
13558         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
13559         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
13560         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
13561         parameters given and cursor->ref_count. coding style fixups.
13562
13563         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
13564         not GtkWidget.
13565         
13566         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
13567         fix up widget macros and add _GET_CLASS() variant.
13568         
13569         * gtk/*.c: some GtkType fixups.
13570
13571 2000-02-09  Tor Lillqvist  <tml@iki.fi>
13572
13573         * gdk/win32/gdkproperty-win32.c
13574         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
13575         were reversed.
13576
13577 2000-02-04  Tor Lillqvist  <tml@iki.fi>
13578
13579         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
13580         g_filename_to_utf8 to convert the font names Windows gives us from
13581         whatever is the default codepage to UTF-8.
13582         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
13583         in the other direction.
13584
13585         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
13586         error in debugging output.
13587
13588 2000-02-02  Tor Lillqvist  <tml@iki.fi>
13589
13590         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
13591         and height parameters to gdk_window_clear_area(). Not minus one.
13592
13593 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
13594
13595         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
13596         checks if the widget passed to gtk_drag_get_data() was not the
13597         dest widget.
13598
13599 2000-02-01  Tor Lillqvist  <tml@iki.fi>
13600
13601         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
13602         g_filename_from_utf8 functions (which were added a moment ago to
13603         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
13604         size buffers.
13605
13606         gtk_file_selection_get_filename returns the filename in the C
13607         runtime encoding. It calls g_filename_from_utf8, but copies the
13608         returned string to a static buffer, which is returned. I think
13609         this is better than returning the result from g_filename_from_utf8
13610         directly, which would mean all apps that use it would have to free
13611         the return value. Or should this function care about this issue at
13612         all? Maybe a new function with clearly defined semantics.
13613
13614         * gtk/gtkfilesel.h: Add comment about
13615         gtk_file_selection_get_filename returning the filename in the C
13616         runtime's encoding.
13617
13618         * README.win32
13619         * gdk/gdk.def
13620         * gdk/makefile.{cygwin,msc}
13621         * gtk/gtk.def: Updates.
13622
13623         * gdk/gdkcursor-win32.c: Initialise refcount.
13624
13625 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
13626
13627         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
13628
13629 2000-01-30  Havoc Pennington  <hp@pobox.com>
13630
13631         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
13632         destroy
13633
13634         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
13635
13636         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
13637         implemented in platform-specific code
13638
13639         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
13640
13641         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
13642         underscore in front
13643
13644         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
13645         put an underscore in front
13646
13647         * gdk/gdkcursor.c: new file, implements
13648         gdk_cursor_ref/gdk_cursor_unref
13649
13650         * gdk/gdkcursor.h: Refcount GdkCursor
13651
13652         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
13653
13654 2000-01-29  Tor Lillqvist  <tml@iki.fi>
13655
13656         * gdk/gdkwindow.h
13657         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
13658
13659 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
13660
13661         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
13662         structures to properly inherit from GtkWidget not GtkBin.
13663
13664 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
13665
13666         * gtk+.spec.in: Added lib/gtk+/include/* to %files
13667         (bug #5178 - Peter Wainright)
13668         
13669         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
13670         so that it will be installed.
13671         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
13672
13673 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
13674
13675         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
13676         for the GtkStyleClass vtable const.
13677
13678         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
13679         take a const string argument like GtkTranslateFunc. This will
13680         require changes in use code.
13681
13682 2000-01-19  Tor Lillqvist  <tml@iki.fi>
13683
13684         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
13685         semantics (to mimic the X11 backend, which just calls XClearArea)
13686         is to check for zero width (and height), and in that case use the
13687         window's width minus x (height minus y). This fixes for instance
13688         some redraw problems with gtkclist, which were easily noticeable
13689         in the gtk file selection widget.
13690
13691         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
13692         windows.
13693
13694 2000-01-13  Tor Lillqvist  <tml@iki.fi>
13695
13696         * configure.in
13697         * gdk/Makefile.am
13698         * gdk/x11/Makefile.am
13699         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
13700         (bug #5177).
13701         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
13702         out later.
13703
13704 2000-01-09  Tor Lillqvist  <tml@iki.fi>
13705
13706         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
13707         WM_MOVE for iconified or invisible windows. This fixes various
13708         problems when minimising windows. Thanks to Bernd Herd.
13709
13710 2000-01-05  Tor Lillqvist  <tml@iki.fi>
13711
13712         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
13713         backend's draw_lines method, not draw_points.
13714
13715 2000-01-02  Tor Lillqvist  <tml@iki.fi>
13716
13717         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
13718         before Owen's reorganisation: Don't have queued_events and
13719         queued_tail statics in this file, but use gdk_queued_events and
13720         gdk_queued_tail. This makes exposure event compression work again.
13721
13722         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
13723         seem to be needed?
13724
13725 1999-12-30  Tor Lillqvist  <tml@iki.fi>
13726
13727         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
13728         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
13729         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
13730         doesn't do anything.
13731
13732         * gdk/gdk.def: Add gdk_xid_table_insert.
13733
13734         * gdk/win32/gdkprivate-win32.h
13735         * gdk/win32/gdkevents-win32.c
13736         * gdk/win32/gdkinput-win32.c
13737         
13738         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
13739         extension_events field in the GdkWindowWin32Data struct. Use only
13740         the extension_events field in GdkWindowPrivate. Previously one was
13741         set, and the other one tested, which broke tablet
13742         functionality. Thanks to Keishi Suenaga for pointing this out.
13743
13744 1999-12-18  Tor Lillqvist  <tml@iki.fi>
13745
13746         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
13747         When handling a single character (text length == 1), don't handle
13748         it as if it was UTF-8.
13749
13750 1999-12-11  Tor Lillqvist  <tml@iki.fi>
13751
13752         * Makefile.am: Distribute README.win32.
13753         
13754         * gdk/Makefile.am
13755         * gdk/win32/Makefile.am: Distribute Win32 files.
13756
13757         * gdk/makefile.msc: New file.
13758
13759         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
13760         after label).
13761
13762         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
13763         gdk_error_code as GDKVAR, as they are referred outside GDK.
13764
13765         * gdk/win32/makefile.msc: Update.
13766
13767         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
13768         tweaks. Check only if at least one of those Unicode subrange bits
13769         we care for is set. If no code page bits are set, guess (wildly)
13770         based on the charset.
13771
13772         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
13773
13774         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
13775         non-NULL.
13776
13777         * gtk/gtkdnd.c
13778         * gtk/gtklayout.c
13779         * gtk/gtkplug.c
13780         * gtk/gtkselection.c
13781         * gtk/gtksocket.c
13782         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
13783         appropriate. There must be a cleaner way to handle this?
13784
13785         * gtk/gtkrc.c: Must include windows.h on Win32.
13786
13787         * gtk/testgtk.c: No need to include gdkx.h.
13788
13789         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
13790
13791 1999-12-07  Tor Lillqvist  <tml@iki.fi>
13792
13793         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
13794         the rbearing is set to the same as the width, but this should be
13795         fixed.
13796
13797 1999-12-06  Tor Lillqvist  <tml@iki.fi>
13798
13799         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
13800         function. If Windows doesn't tell us what Unicode subranges a font
13801         covers, guesstimate based on the codepages it covers. This will
13802         hopefully help those Windows versions or fonts that don't give us
13803         any useful Unicode subrange information with GetTextCharsetInfo.
13804         Call this function in gdk_font_load_internal.
13805
13806         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
13807         minor changes.
13808
13809 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
13810
13811         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
13812         New function, long needed.
13813
13814 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
13815
13816         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
13817         only_if_exists argument of gdk_atom_intern to
13818         bool.
13819
13820 1999-11-25  Tor Lillqvist  <tml@iki.fi>
13821
13822         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
13823         Fix two copy&paste errors.
13824
13825         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
13826         win32 has changed.
13827
13828         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
13829         GdkWin32SingleFont struct.
13830
13831         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
13832         subranges of loaded fonts. Clear font signature first, in case
13833         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
13834         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
13835
13836         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
13837         Unoffset clip region.
13838
13839 1999-11-23  Tor Lillqvist  <tml@iki.fi>
13840
13841         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
13842         event->any.window before calling filter functions.
13843
13844 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
13845
13846         * gtk/gtkgamma.h: Adapt cast macros to standard.
13847
13848 [ Merges from 1.2 ]
13849
13850 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
13851
13852         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
13853         If translation does not include a '/', use entire
13854         translation instead of crashing.
13855
13856 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
13857
13858         * docs/gtk_tut.sgml:
13859         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
13860
13861 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
13862
13863         * gtk/gtkselection.c (gtk_target_list_remove): Use
13864         g_list_remove_link, not g_list_remove.
13865
13866         [ From Geert Bevin <gbevin@thunderstorms.org> ]
13867         
13868 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
13869
13870         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
13871         statement upon unselection (how the heck did that slip in?).
13872
13873 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
13874
13875         * gtk/gtktext.c (gtk_text_freeze): 
13876         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
13877         in frozen state (and aparently crashes). patch provided by Anders
13878         Melchiorsen <and@kampsax.dtu.dk>.
13879
13880 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
13881
13882         * fix insensitive default/focus widget activation,
13883         reported by Matt Goodall <mgg@isotek.co.uk>.
13884
13885         * gtk/gtkwindow.c (gtk_window_key_press_event): 
13886         (gtk_window_activate_default):
13887         (gtk_window_activate_focus):
13888         return handled=FALSE for actiavtion of insensitive default
13889         widgets. return handled=TRUE for activation of insensitive
13890         focus widgets. don't activate in either case.
13891
13892 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
13893
13894         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
13895         and $glib_cflags to match library order and in the
13896         theory that an old version of GLib is more likely to
13897         be in the include directory for X then vice-versa.
13898         (Bug #2776)
13899
13900 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
13901
13902         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
13903         to determine the locale for fontsets, not LC_MESSAGES;
13904         the user may want English messages with a handling
13905         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
13906         will still be broken) (Bug #2891)
13907
13908 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13909
13910         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
13911
13912 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
13913
13914         * gtk/gtkrc.ko: Changed the Korean default fontset.
13915
13916 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
13917
13918         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
13919         where when scrolling to the left or top double exposes
13920         were done, causing major slowdowns.
13921
13922 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
13923
13924         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
13925         names to lowercase and alphanumeric, before looking
13926         them up.
13927
13928         * gtk/Makefile.am: Install codeset variant gtkrc files
13929         with normalized names.
13930
13931 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
13932
13933         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
13934         popup menus when the menu is already visible, but its parent
13935         is still hidden, (happens after tornoff window got hidden).
13936
13937 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
13938
13939         * gtk/Makefile.am (install-data-local): Fix
13940         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
13941         deleted, causing error messages on install.
13942
13943 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
13944
13945         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
13946         the handle as well, since we now sometimes ignore
13947         exposes on the handle while resizing.
13948
13949 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
13950
13951         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
13952         extra g_free introduced in one of the last one or two 
13953         commits.
13954
13955 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
13956
13957         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
13958         consistent, put each style that a gtkrc.* file creates
13959         in a unique namespace, remove old files before installing.
13960
13961 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
13962
13963         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
13964         gtk_rc_init is called multiple times. (Yes, people who
13965         do that have bugs in their code.)
13966
13967 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
13968
13969         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
13970         Remove it since it's generated by the Makefile anyway
13971
13972 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
13973
13974         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
13975         device->info.axes for core pointer.
13976
13977 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
13978
13979         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
13980         idle_id, to deal with obsolete, broken C libraries.
13981
13982 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
13983
13984         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
13985         allocation->x/y twice!
13986
13987         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
13988         consistent with gtk_vscale_pos_trough().
13989
13990 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
13991
13992         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
13993         be queueing a resize on a toplevel container between
13994         the time we show it and when we map it. So, we need
13995         to test GTK_WIDGET_VISIBLE() for toplevels, and only
13996         use GTK_WIDGET_DRAWABLE() for child windows.
13997
13998 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
13999
14000         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
14001         (fixes bug #2144)
14002
14003 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
14004
14005         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
14006         container DRAWABLE (instead of VISIBLE), so we don't queue
14007         resizes on non-toplevel containers.
14008
14009 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
14010
14011         * gtk/gtkselection.[ch]: Make the data argument
14012         const guchar *.
14013
14014 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
14015
14016         * gtk/gtkwindow.c: Try to behave sensibly if 
14017         the focus widget is the window itself. (Should
14018         we allow this at all?)
14019
14020 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
14021
14022         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
14023         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
14024         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
14025         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
14026         in prototypes and implementations consistent (Tomas Ogren).
14027
14028         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
14029         before the widget is unparented (reported by damon).
14030
14031         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
14032         since we provide unsigned data anyways.
14033
14034 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
14035
14036         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
14037         the call to gtk_tooltips_layout_text() until later.
14038
14039         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
14040         Call gtk_widget_ensure_style() before using the style.
14041
14042 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
14043
14044         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
14045         for old widgets that don't propagate draws to all
14046         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
14047
14048 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
14049
14050         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
14051         for a redraw but just the widget that requested the resize.
14052
14053 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
14054
14055         * gtk/gtkcontainer.c: added new widget level method
14056         gtk_container_set_reallocate_redraws() and a GtkContainer flag
14057         reallocate_redraws : 1 to reflect the setting, exported this through
14058         the argument system as a boolean ::reallocate_redraws.
14059
14060         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
14061         on the widget because the allocation changes, do so as well for
14062         widget->parent if the parent has reallocate_redraws set to TRUE.
14063         with that containers requesting reallocation redraws get automatically
14064         redrawn if their children changed allocation (this unfortunately
14065         affects also other children that didn't change allocation, but we
14066         cannot work around that before 1.3).
14067
14068 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
14069
14070         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
14071         _and_ height are >0 (not _or_).
14072
14073         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
14074         instead of gtk_container_queue_resize(), which is a core gtk internal
14075         function (must have been on crack when i queued that).
14076
14077         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
14078         we can check more reliably if we want to discard expose events.
14079         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
14080         flag.
14081         
14082         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
14083         we simply trust these events. for deciding whether to discard exposes,
14084         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
14085         
14086 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
14087
14088         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
14089         queues of areas that are completely off screen.
14090
14091         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
14092         logic for handleboxes.
14093
14094         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
14095         check on width/height.
14096
14097 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
14098
14099         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
14100         we are fine with using $@ the way we do (if we actually encounter
14101         brokeness with $@ in VPATH builds because of additional path prefixes,
14102         we need to use $(@F) actually).
14103
14104 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
14105
14106         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
14107         short lived bugs, that would allow language bindings to do surgeries
14108         to our guts.
14109
14110 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
14111
14112         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
14113         where comparison was being done against an uninitialized
14114         value causing intermittant results depending on
14115         compiler flags. Also make it clearer that we aren't
14116         ever initializing the child as 0x0 (though this will
14117         be caught in gtk_widget_size_allocate())
14118
14119 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
14120
14121         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
14122         gtk_window_unset_transient_for() call after we do checks
14123         involving the old transient parent.
14124         [ From Lance Capser <lmc@cyberhighway.net> ]
14125
14126 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
14127
14128         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
14129         an empty file.
14130
14131 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
14132
14133         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
14134         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
14135
14136 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
14137
14138         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
14139         `$@' is valid only in the build dir, not after we've done 
14140         `cd $srcdir'.  Also use `test -f' instead of less portable
14141         `test -e'.
14142
14143 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
14144
14145         * gtk/gtktext.c (correct_cache_insert): Rewrite
14146          for simplicity, and hopefully correctness.
14147          (Fixes bug #1322, which was a segfault when
14148           on some insertions with the properties around
14149           the insertion set up just wrong.)
14150
14151         * gtk/gtktext.c (gtk_text_adjustment): When we receive
14152          a "changed" signal, clamp the new value to the adjustment
14153          bounds to avoid segfaulting if someone tries to change
14154          the adjustment to a bogus value. (Bug #1795)
14155
14156 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
14157
14158         * gtk/gtkmain.c: Ignore unexpected destroy notifies
14159         for children, for toplevel windows handle them
14160         like delete_event.
14161
14162         * gtk/gtkplug.c: Add an unrealize handler so that
14163         we unref plug->socket_window when we are done
14164         with it.
14165
14166 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
14167
14168         * gtk/gtktext.c (clear_area): Fix stupid signedness
14169          problem that was causing background to sometimes
14170          be misaligned.
14171
14172 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
14173
14174         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
14175         
14176         * gtk/gtkmenu.c (gtk_menu_position): Make
14177          sure we never position menus with negative x, y,
14178          since gtk_widget_set_uposition() can't handle that.
14179
14180         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
14181          Modify the positioning code a bit so that we always
14182          put the top-left corner onscreen. (This is for
14183          UI reasons, gtk_menu_position() now takes care of
14184          gtk_widet_set_uposition() brokeness.)
14185
14186 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
14187
14188         * gtk/Makefile.am: fixed up things for -jx, x > 1.
14189
14190 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
14191
14192         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
14193           RC style that is passed in. The lack of the ref
14194           before was a bug. If people worked around this
14195           bug, this will introduce a slight memory leak
14196           in their code. The code should typically look like:
14197
14198             rc_style = gtk_rc_style_new ();
14199             [...]
14200             gtk_widget_modify_style (widget, rc_style);
14201             gtk_rc_style_unref (rc_style);
14202
14203         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
14204           the style if it was already set.
14205
14206         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
14207           style if it was set before.
14208
14209 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14210
14211         * gtk/testgtk.c (main): Add a check to see if we
14212           are being run from the correct directory and
14213           to quit nicely if we are not.
14214
14215         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
14216           static.
14217
14218 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
14219
14220         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
14221
14222         * gtk/gtkwindow.c:
14223         queue resizes unconditionally (gtk_widget_queue_resize will figure
14224         what to do if the window is not realized).
14225         (gtk_window_move_resize): only recenter the window
14226         for GTK_WIN_POS_CENTER_ALWAYS.
14227         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
14228         the same way as GTK_WIN_POS_CENTER.
14229
14230 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
14231
14232         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
14233         with (!(info->last_flags & GDK_HINT_POS)) instead of
14234         (!info->last_flags & GDK_HINT_POS).
14235
14236         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
14237         new_height unconditionally, because we use these values even if
14238         !default_size_changed && !hints_changed.
14239         comented the (default_size_changed || hints_changed) case with
14240         respect to resize rejects from the window manager.
14241
14242         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
14243         in the zvt condition hack, since this includes the window hints, set
14244         the hints after the handling_resize case.
14245
14246         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
14247         window is initially shown with to the geometry.
14248
14249 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
14250
14251         * gtk/gtkwindow.c (gtk_window_move_resize):
14252         s/size_changed/default_size_changed/g so i know what's
14253         really going on (frying brain on smaller flame now).
14254
14255 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
14256
14257         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
14258         we have size_changed upon handling_resize. this is a gross
14259         workaround for the broken zvt widget and should be removed in
14260         1.3 again (search for FIXME).
14261         Owen provided an accurate comment for this:
14262
14263         /* We could be here for two reasons
14264          *  1) We coincidentally got a resize while handling
14265          *     another resize.
14266          *  2) Our computation of size_changed was completely
14267          *     screwed up, probably because one of our children
14268          *     is broken. It's probably a zvt widget.
14269          *
14270          * For 1), we could just go ahead and ask for the
14271          * new size right now, but doing that for 2)
14272          * might well be fighting the user (and can even
14273          * trigger a loop). Since we really don't want to
14274          * do that, we requeue a resize in hopes that
14275          * by the time it gets handled, the child has seen
14276          * the light and is willing to go along with the
14277          * new size. (this happens for the zvt widget, since
14278          * the size_allocate() above will have stored the
14279          * requisition corresponding to the new size in the
14280          * zvt widget)
14281          *
14282          * This doesn't buy us anything for 1), but it shouldn't
14283          * hurt us too badly, since it is what would have
14284          * happened if we had gotten the configure event before
14285          * the new size had been set.
14286          */
14287
14288 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
14289
14290         * gtk/gtkrc.c: deal properly with the fact that RC
14291           style lists may include rc styles more than once.
14292
14293         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
14294           unused static function.
14295
14296         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
14297           stack of directories of RC files currently being
14298           parsed and implicitely add them to pixmap path.
14299           
14300           This fixes a bug where the directory would get
14301           appended then overwritten by pixmap_path declarations.
14302
14303           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
14304
14305         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
14306           theme's exit function. (Patch from Peter Wainwright,
14307           bug #1454)
14308
14309         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
14310           Add a destroy() handler to take care of removing
14311           group for menu item. (Fixes bug #1197)
14312
14313         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
14314           in warning message.
14315
14316 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
14317
14318         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
14319         roundtrip to figure window's width and height, since we know that
14320         anyways from widget->allocation.
14321
14322 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
14323
14324         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
14325           the hints after we request the new size.
14326
14327 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
14328
14329         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
14330           GTK_WIDGET_REALIZED() assertion - we can compute the
14331           hints before we are realized.
14332
14333         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
14334           hint changing so that we have a value of hints_changed
14335           when we decide whether to constrain the window size.
14336
14337         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
14338
14339         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
14340         change back to G_MAXINT.
14341
14342 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
14343
14344         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
14345         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
14346         contain uncluttered values.
14347         (gtk_window_compute_hints): simply assert that window is realized
14348         and that geometry_info is valid, since we rely on this anyways.
14349         (gtk_window_constrain_size): major cleanups to the code.
14350         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
14351         for the base size, instead of the minimums. use 32767 as max width
14352         and height (like in gtkwindow.c) instead of G_MAXINT.
14353
14354 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
14355
14356         * cleaned up the GtkContainer.need_resize flag handling mess, we
14357         only need to force resize requests when we were prematurely
14358         realized, or our widget tree was modified when we were temporarily
14359         hidden. handling these cases directly upon showing the window (i.e.
14360         while the GdkWindow is still unmapped) avoids the need to wait for
14361         a configure event response and therefore makes the GUI more snappier
14362         and avoids blank windows during the roundtrip.
14363
14364         * gtk/gtkwidget.c:
14365         (gtk_widget_hide): 
14366         (gtk_widget_show): don't queue resizes on toplevels, they know how
14367         to deal with matters.
14368
14369         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
14370         flag directly for not visible resize containers and spare us unecessary
14371         signal emissions.
14372
14373         * gtk/gtkwindow.c:
14374         (gtk_window_realize): if we need to enforce premature size allocation,
14375         queue a container resize so we are correctly resized later on.
14376         (gtk_window_init):
14377         (gtk_window_size_request):
14378         don't freak around with the ->need_resize flag,
14379         gtk_container_queue_resize() will care about that.
14380         (gtk_window_show):
14381         handle initial resizing issues here, we can handle matters better in
14382         this place, especially since we know that our GdkWindow is still
14383         unmapped.
14384         (gtk_window_move_resize):
14385         don't care about ->need_resize at all.
14386         handle size changes properly that occoured while we waited for a
14387         configure event.
14388
14389 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
14390
14391         * gtk/gtkwidget.c (gtk_widget_set_uposition):
14392         * gtk/gtkwindow.[hc] (gtk_window_reposition):
14393         Move the hint setting code from gtk_widget_set_uposition
14394         to here; set the hints so that we respect any previously
14395         set geometry hints.
14396
14397         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
14398         change the window hints here or move the window here,
14399         let that happen in gtk_window_move_resize().
14400
14401 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
14402
14403         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
14404         to already queued resizes (and therefore redraws) on a widget, check
14405         its anchestry as well.
14406
14407         * gtk/gtkcontainer.c:
14408         (gtk_container_queue_resize): clear resize widgets for resize
14409         containers before aborting prematurely. this is especially important
14410         for toplevels which may need imemdiate processing or their resize
14411         handler to be queued.
14412         (gtk_container_dequeue_resize_handler): added new internal function for
14413         gtkwindow.c.
14414
14415         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
14416         configure event, take possible changes in window position into account
14417         as well.
14418         if we request a new window size, queue up a resize handler that will
14419         last until the configure event response arrives.
14420         combined the ->need_resize case (initial show) with the general size
14421         (hints) changed case and added even more comments.
14422         if !auto_shrink, only revert to the old allocation if the new size
14423         is smaller than the current allocation.
14424
14425 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
14426
14427         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
14428                            gtk_window_set_geometry_hints
14429                            gtk_window_set_default_size):
14430         When hints are set, queue a resize so that the hints will
14431         be eventually reset on the toplevel.
14432
14433         * gtk/gtkwindow.c (gtk_window_show): Use
14434         gtk_window_compute_default_size(). Clear the need_resize flag
14435         on the initail map so that we don't unnecessarily trigger the
14436         resize code.
14437
14438         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
14439         into separate functions. Compare the hints we are setting
14440         with what we set last time so that we can accurately
14441         tell when we need to reset the hints.
14442
14443         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
14444         function to figure out the size from requisition
14445         and default_size.
14446
14447         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
14448         from fvwm to constrain a size to the geometry hints.
14449
14450         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
14451         to compare two sets of geometry hints.
14452
14453         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
14454         from gtk_window_set_hints(), just compute the hints,
14455         don't set them.
14456
14457         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
14458         code from gtk_window_move_resize() to separate function,
14459         rationalize a bit.
14460
14461 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
14462
14463         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
14464         structure into a new private structure.
14465
14466         * gtkrc.c: Split GtkRcStyle into public/private.
14467         In the private part, add a list of pointers to the
14468         RcStyle lists this RcStyle participates in.
14469
14470         * gtkrc.c: When a RcStyle is free, remove all
14471         lists referencing it from the 
14472         realized_style_ht hash, and free those lists.
14473         
14474         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
14475         gtk_rc_init(), since that adds the default styles
14476         to the list of parsed RC files again.
14477
14478         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
14479         
14480 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
14481
14482         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
14483         checks that ensure that a widget's allocation is at least 1 in width
14484         and height. (GNOME note: this doesn't affect old panel code anymore,
14485         because GtkSocket will request width and height of at least 1 since
14486         Fri Jul 23).
14487
14488         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
14489         allocated yet (happens if the user realizes the window prematurely),
14490         size request and allocate it.
14491         (gtk_window_size_allocate): guard against guint underflows.
14492
14493 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
14494
14495         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
14496         in gtk_built_sources, so gtk.defs gets built prior to all other
14497         sources.
14498
14499 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
14500
14501         * gtk/Makefile.am:
14502         invoke indent on gtkmarshal.*. 
14503         rewrote source generation rules, use COPYING as oldest source tag for
14504         a piggyback rule to generate all sources from (don't touch it ;).
14505         major cleanups, strip spaces on build rules for GNU Make.
14506
14507         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
14508         source and target files from commandline arguments. don't invoke indent.
14509
14510 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
14511
14512         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
14513         notebook after switch to avoid drawing problems.
14514         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
14515         
14516         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
14517         show them instead. 
14518         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
14519
14520 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
14521
14522         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
14523         notebook after switch to avoid drawing problems.
14524         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
14525         
14526         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
14527         show them instead. 
14528         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
14529
14530 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
14531
14532         * gtk/gtkwindow.c:
14533         we use window->need_resize from configure_event now, to indicate that
14534         the gtkwindow should keep its allocation (e.g. because the user resized
14535         the window through window manager handles). resize_count is now reliably
14536         used to figure whether we got the allocation we requested from the
14537         window manager.
14538         configure events get queued as resizes now, the real stuff (size
14539         computation and allocation) now only goes on in gtk_window_move_resize().
14540         GtkWindow's requisition now contains its *real* requisition (like all
14541         other widgets), *not* taking usize into account.
14542         geometry_info->last_{width|height} is now updated from set_hints() only
14543         so it always contains the last hints we set for the window manager.
14544         made some event handlers return TRUE instead of FALSE.
14545         the overall code should be much more straight forward now, and the
14546         significant code portions are accompanied by comments now.
14547         (gtk_window_set_hints):
14548         removed requisition argument and made it
14549         fetch the requisition through gtk_widget_get_child_requisition.
14550         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
14551         does that now.
14552         (gtk_window_show):
14553         ensure that the widget is realized before calling 
14554         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
14555         ensure that we got properly size requested and allocated before
14556         realization.
14557         (gtk_window_configure_event):
14558         ignore plain window moves, or reallocate the widget tree through the
14559         resize queue otherwise.
14560         (gtk_window_move_resize):
14561         mostly rewrote this function to figure window manager hints more
14562         reliably, coalesce window moves and resizes to reduce configure events
14563         and do actuall size allocations.
14564
14565 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
14566
14567         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
14568         that have a resize pending, because a redraw is already queued for them.
14569
14570         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
14571         hack to clear resize_widgets.
14572
14573         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
14574         for resize containers prior to size allocation. (this is also a bit
14575         ugly, but avoids side effects for stopped emissions and is thus more
14576         reliable).
14577         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
14578
14579         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
14580         function from gtk_tooltips_expose, as we connect to ::expose_event
14581         *and* ::draw now.
14582
14583 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
14584
14585         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
14586         checks.
14587         (gtk_target_list_unref): Likewise.
14588
14589         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
14590
14591 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
14592
14593         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
14594         guard against division by zero. (Fixes bug #1339)
14595
14596 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
14597
14598         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
14599         Prevent the trivial leak of information of allowing
14600         word motion when the entry is not visible.
14601
14602 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
14603
14604         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
14605         modality to error dialog as well as confirmation dialogs.
14606         (Bug #1803, reported by Rosanna Wing Sze Yuen)
14607
14608 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
14609
14610         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
14611         tree->view_lines.
14612         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
14613
14614         * gtk/Makefile.am (install-data-local): Solaris apparently
14615         has various troubles with ln -f; use rm first instead.
14616         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
14617
14618 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
14619
14620         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
14621         use `cp' followed by `rm' (the `rm' was already there).
14622
14623 July 30, 1999 Elliot Lee <sopwith@redhat.com>
14624         
14625         * configure.in: Fix autoconf warnings about cross compilation by
14626         trying to provide sane defaults for AC_TRY_RUN.
14627         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
14628         put them into $(srcdir) when generated. Also add a dependency of
14629         gtksignal.h on gtkmarshal.h for -j builds. 
14630         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
14631
14632 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
14633
14634         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
14635         GDK_THREADS_{LEAVE,ENTER} pair.
14636         (From Paul Fisher <pnfisher@redhat.com>)
14637
14638 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
14639
14640         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
14641         width and height are always >0 (owen).
14642
14643 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
14644
14645         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
14646         change that assured that a widget's allocated with and height are
14647         always >1, since this breaks *buggy* panel code. unfortunately this
14648         back-breaks the gimp's color selector.
14649
14650         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
14651         allocation is always >0 in width and height, before sending the
14652         configure event; this is a *gross* hack to get the gimp back to work.
14653         
14654         * marked both cases with TODO-1.3
14655
14656 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
14657
14658         * gtk/gtktext.c: Don't display wrap indicators when
14659         text is not editable and word wrap is on.
14660
14661 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
14662
14663         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
14664         option menus here as they are not derived from menu shell, assure that
14665         the option menu has a menu we can add items to.
14666
14667 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
14668
14669         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
14670         width/height to (gint) before calculations and check against < 0 to
14671         avoid guint wraparounds.
14672
14673 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
14674
14675         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
14676         width and height is never zero. sanity check both dimensions against
14677         32767 and issue a warning if the allocation is greater than that.
14678
14679 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
14680
14681         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
14682         to g_main_pending() as well.
14683
14684 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
14685
14686         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
14687         call to g_main_iteration() - since that will regrab
14688         GTK+ lock to process events.
14689
14690 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
14691
14692         * gtk/gtkwindow.c
14693         - Regularize with the rest of GTK+ by making widget->requisition
14694           not reflect the set_usize()
14695         - Always recompute geometry hints, then check if they
14696           changed before sending them to the X server. The
14697           previous checks for changes would fail in a number
14698           of circumstances. 
14699
14700 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
14701
14702         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
14703
14704 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
14705
14706         * gtk/gtkdnd.c:
14707         - Code cleanups
14708         - Instantaneously update on modifier key presses
14709         - Allow cancellation of the drag with Escape.
14710
14711 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
14712
14713         * gtk/testgtk.c (create_handle_box): Set the policy
14714         to auto_shrink - otherwise the appearance is rather
14715         strange when flipping between horizontal and vertical.
14716
14717 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
14718
14719         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
14720         (gtk_window_set_default_size): don't change a value if it's < 0.
14721         queue a resize.
14722
14723 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
14724
14725         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
14726
14727 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
14728
14729         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
14730         add an extra "/" when concating "/" + filename.
14731         (From Matt Grossman <mattg@oz.net>)
14732
14733 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
14734
14735         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
14736         for fg_gc if we set it for drawing pixmap.
14737
14738 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
14739
14740         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
14741         
14742         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
14743         already set, call old engine's destroy function and
14744         unref the old engine.
14745
14746 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
14747
14748         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
14749
14750 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
14751
14752         * gtk/gtkaccelgroup.h: mark certain functions as internal.
14753
14754 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
14755
14756         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
14757         expand behaviour changed.
14758
14759         * gtk/gtklabel.c (gtk_label_set_pattern):
14760         (gtk_label_set_justify):
14761         (gtk_label_set_line_wrap):
14762         don't bother invoking queue_clear, the reallocation does
14763         that for us, always free_words so the upcoming resize will
14764         relayout the label's contents.
14765
14766 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
14767
14768         * applied argument implementation patches from Elena Devdariani
14769         <elena@cogent.ca>.
14770
14771         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
14772         ::space_style, ::relief
14773         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
14774         * gtk/gtkpreview.c: ::expand
14775         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
14776         * gtk/gtknotebook.c: ::homogeneous
14777         * gtk/gtklabel.c: ::wrap
14778         * gtk/gtklist.c: ::selection_mode
14779         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
14780         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
14781         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
14782         * gtk/gtkclist.c: ::sort_type
14783         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
14784         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
14785
14786 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
14787
14788         * gtk/gtkstyle.c: Removed ill-thought-out part of last
14789         comment.
14790
14791 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
14792
14793         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
14794         counting right when we have to attach a new style
14795         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
14796
14797         * gtk/gtkstyle.c: Documented the refcounting
14798         peculularities of gtk_style_attach.
14799
14800 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14801
14802         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
14803         window types.
14804
14805         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
14806         of GTK_TOPLEVEL for creating the window.
14807
14808 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
14809
14810         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
14811         the last argument (reported by Per Winkvist).
14812         
14813 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
14814
14815         Fixes for invisible XOR lines (Frank Loemker
14816         <floemker@TechFak.Uni-Bielefeld.DE>)
14817         
14818         * gtk/gtkclist.c (gtk_clist_realize): Always use
14819         a non-zero pixel for GDK_XOR.
14820
14821         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
14822         Use GDK_INVERT instead of GDK_XOR.
14823
14824 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
14825
14826         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
14827         signals if h/voffsets differ from adjustment values.
14828         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
14829
14830 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
14831
14832         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
14833         ::selection-done emissions up to the topmost menu shell.
14834
14835 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
14836
14837         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
14838         the user data on the window before destroying it.
14839
14840         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
14841         unrealize handler to take care of destroying 
14842         notebook->panel properly. 
14843         (Bug #1198 - Morten Welinder <terra@diku.dk>)
14844
14845         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
14846         of g_new and g_realloc to stop memory leak. (Actually,
14847         we could just use g_realloc(), but I'm not 100% sure
14848         that is portable).
14849         (Bug #1196 - Morten Welinder <terra@diku.dk>)
14850
14851 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
14852
14853         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
14854
14855         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
14856         for fontsets.
14857
14858         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
14859         with bin/button confusion.
14860
14861 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
14862
14863         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
14864         and show how preselection of radio items is done.
14865
14866 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
14867
14868         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
14869         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
14870         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
14871         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
14872         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
14873         * gtk/gtktable.c (gtk_table_attach): 
14874         * gtk/gtklist.c (gtk_list_insert_items): 
14875         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
14876         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
14877         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
14878         * gtk/gtkbin.c (gtk_bin_add): 
14879         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
14880         * gtk/gtkfixed.c (gtk_fixed_put): 
14881         * gtk/gtklayout.c (gtk_layout_put):
14882         general fixups to container_add logic. always realize child if
14883         child->parent is realized, only map the child and queue a resize
14884         if child and child->parent are both visible.
14885
14886 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
14887
14888         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
14889         instead of gtk_container_foreach to walk and unrealize children, so
14890         composite children get also unrealized.
14891         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
14892         (gtk_widget_map): assert that the widget is visible (basic constrain).
14893         (gtk_widget_real_map): assert that the widget is realized (basic
14894         constrain).
14895
14896 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
14897
14898         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
14899
14900 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
14901
14902         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
14903         file for iso-8859-2 locales.
14904
14905         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
14906
14907 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
14908
14909         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
14910          (Pointed out by andy@rz.uni-karlsruhe.de and others).
14911          Remove some suspicious and useless lines. 
14912
14913 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
14914
14915         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
14916         width,height = 0, 0 to mean - here to edge of window,
14917         instead of -1, -1, since the former is all we support.
14918
14919 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
14920
14921         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
14922         when removing from quit_functions list.
14923
14924 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
14925
14926         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
14927
14928 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
14929
14930         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
14931          When redrawing characters on non-visible entry, use appropriate
14932          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
14933
14934 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
14935
14936         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
14937         from drag coordinates.
14938         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
14939         use drag_dest_cell.
14940
14941         * gtk/gtktree (drag_dest_cell)
14942         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
14943         (Bug #1129)
14944
14945 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
14946
14947         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
14948         translate_* fields.
14949         (gtk_item_factory_finalize): invoke translate_notify independant from
14950         translate_data.
14951         (gtk_item_factory_set_translate_func): likewise.
14952         (gtk_item_factory_destroy): only remove ifactory pointer from those
14953         widgets that belong to us (stupid me).
14954
14955 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
14956
14957         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
14958         rc_style list when lookup succeeeds.
14959
14960 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
14961
14962         * gtk/gtkctree.c (resync_selection): 
14963         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
14964         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
14965         bug.
14966
14967 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
14968
14969         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
14970         Add some missing GDK_THREADS_ENTER()/LEAVE around
14971         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
14972
14973 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
14974
14975         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
14976         rather than emit_by_name.
14977
14978         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
14979         on the widget across multiple signal emissions.
14980         (gtk_editable_delete_text): same here.
14981         (gtk_editable_class_init): set widget_class->activate_signal after
14982         editable_signals[ACTIVATE] has been created.
14983
14984 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
14985
14986         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
14987         position here prematurely -- we might not have the
14988         right ->min_position and ->max_position yet.
14989
14990 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
14991
14992         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
14993         Add error traps so if the other end of the connection
14994         dies, we survive.
14995
14996         * gtk/gtkselection.c (gtk_selection_notify): Clean
14997         up properly when selection property retrieval fails.
14998         
14999         * gtk/gtkselection.c (gtk_selection_request): Correctly
15000         reject SelectionRequest notifies where the handler
15001         returns no data.
15002
15003 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15004
15005         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
15006         when we've previously highlighted.
15007
15008         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
15009         emit two "drag_leave" signals for Motif drops.
15010
15011         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
15012         back the correct status messages when dropping from
15013         Motif onto a proxy window that is rejecting the
15014         drop.
15015
15016 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
15017
15018         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
15019         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
15020         to compare two argument values. added gtk_arg_to_valueloc() to set a
15021         variable from an arg through its location (pointer).
15022
15023         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
15024         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
15025         as gfloat*, uchars are collected as guchar*, ints are collected as
15026         gint*, etc...
15027
15028 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
15029
15030         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
15031         Include <string.h> instead of <strings.h>.
15032
15033         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
15034         (actually, a lot more duplicate includes occur if
15035          you trace through the sequence of #include's)
15036         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
15037         
15038 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
15039
15040         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
15041         gtk-a-higuti-990322-[0-3]
15042
15043         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
15044         that was causing -DX_LOCALE not to work.
15045
15046         * gtk/gtkrc.c (gtk_rc_init):
15047         X_LOCALE will never have LC_MESSAGES defined
15048
15049 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
15050
15051         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
15052         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
15053
15054         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
15055         left/right as well (gtk-michael-980726-0.patch.gz).
15056
15057         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
15058         for pointer values, use gchar instead of char. fixed uline allocation
15059         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
15060         chunks instead of G_ALLOC_ONLY.
15061         (gtk_label_size_request): always alter requisition as passed and leave
15062         widget->requisition alone.
15063         (gtk_label_set_text): allow NULL strings.
15064         (gtk_label_new): likewise.
15065
15066 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
15067
15068         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
15069
15070 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
15071
15072         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
15073         *and* mapped (i.e. drawable).
15074         (gtk_bin_expose): only send exposes to drawable children.
15075
15076         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
15077         (gtk_box_expose): only send exposes to drawable children.
15078
15079         * gtk/gtkhscale.c (gtk_hscale_draw): 
15080         * gtk/gtkvscale.c (gtk_vscale_draw):
15081         hm, this is an ugly one. we first compute the size of our trough area
15082         here (window relative) and then check intersection with the draw_area
15083         which is parent relative because we're a NO_WINDOW widget, so we need
15084         to offset the trough area by allocation.x and allocation.y before the
15085         check. (this must not be done for the background area though, since
15086         that's already computed parent relative).
15087
15088 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
15089
15090         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
15091         unrealize title buttons.
15092
15093 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
15094
15095         * gtk/gtkclist.c (gtk_clist_column_title_passive)
15096         (gtk_clist_column_title_active): 
15097         only connect/disconnect to GtkWidgetClass::event to block mouse events.
15098
15099         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
15100         zero initialize event, removed superfluous gdk_window_get_pointer call
15101
15102         * gtk/gtklist.c (gtk_list_vertical_timeout)
15103         (gtk_list_horizontal_timeout): removed superfluous
15104         gdk_window_get_pointer call
15105
15106 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
15107
15108         * plugging problems reported by "Bruce Mitchener, Jr."
15109         <bruce@puremagic.com> due to a purify session.
15110
15111         * gtk/gtkstyle.c:
15112         (gtk_style_ref): 
15113         (gtk_style_unref): assert ref_count to be > 0.
15114
15115         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
15116         the requisition.
15117         (gtk_clist_set_shift): likewise.
15118
15119         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
15120         adjustments.
15121
15122         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
15123         event before sending it and set send_event to TRUE (which needs to
15124         be done for *all* synthesized events).
15125         (gtk_list_vertical_timeout): likewise.
15126
15127         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
15128         leaks.
15129
15130         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
15131         to TRUE when synthesizing events.
15132
15133 [ *** end of merges from 1.2 *** ]      
15134         
15135 1999-11-21  Tor Lillqvist  <tml@iki.fi>
15136
15137         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
15138         (or copied from gdkconfig.h.win32 on Win32, sigh).
15139
15140         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
15141
15142         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
15143
15144         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
15145
15146         * gdk/gdkconfig.h.win32: New file.
15147
15148         * gdk/win32/makefile.cygwin: Build just a static archive here.
15149
15150         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
15151         for the DLL from the static archive built above.
15152
15153         * gdk/gdk.def: Moved here from the win32 subdirectory.
15154
15155         * gdk/win32/*: Adapt for the changed private struct organisation.
15156
15157         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
15158
15159 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
15160
15161         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
15162         for wheel mice (buttons 4 and 5).
15163
15164 1999-11-18  Tor Lillqvist  <tml@iki.fi>
15165
15166         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
15167         drawables use just the pixel field in the foreground and
15168         background GdkColor of the GdkGC.
15169
15170         gdk_gc_set_{fore,back}ground() are called in the GIMP with
15171         GdkColors containing uninitialized (red,green,blue) fields, and
15172         just the pixel field filled in, and furthermore in the
15173         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
15174         It thus turns out that we really don't need to have the full
15175         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
15176         it later to have just the pixel values.
15177
15178 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
15179
15180         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
15181
15182 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
15183
15184         * docs/gtkfaq.sgml: threads example from Erik Mouw.
15185         New question on GtkLabel background colors.
15186
15187         * docs/gtk_tut.sgml:
15188           - Correct the example code callback
15189             function definitions.
15190           - Update the gtkdial example code, from Frans van Schaik.
15191           - Update setselection.c to current API.
15192
15193         * examples/Makefile examples/*/*.c: Update to code
15194         listed in tutorial.
15195
15196 1999-11-10  Tor Lillqvist  <tml@iki.fi>
15197
15198         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
15199         subrange table (from the "Developing International Software for
15200         WIndows 95 and Windows NT" book) was missing the Hangul syllable
15201         block... Get the loaded font's charset correctly.
15202
15203         (Note that this, and the other *-win32.c files, still really are
15204         the old ones, the win32 subdirectory is not ready for compilation
15205         yet after the reorg.)
15206
15207 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
15208
15209         * gtk/gtkclist.c: Fix off-by-one bug in parameter
15210         check.
15211
15212 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
15213
15214         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
15215         on results of XQueryDeviceState().
15216
15217 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
15218
15219         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
15220         we need to accesss only ->children. We need an accessor
15221         for the children.
15222
15223         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
15224         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
15225         to get rid of gdkx.h include.
15226         
15227         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
15228         and random references to 'None'.
15229
15230         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
15231         Get rid of unused #include <gdk/gdkx.h>
15232
15233         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
15234         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
15235         gdkconfig.h.
15236
15237 1999-11-08  Tor Lillqvist  <tml@iki.fi>
15238
15239         * gdk/win32/gdkdraw.c
15240         * gdk/win32/gdkfont.c
15241         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
15242         following yesterday's changes. (Unrelated to Owen's reorg.)
15243
15244 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
15245
15246         * gdk/x11/gdkinput-gxi.c: Add missing include,
15247           fix GdkWindowPrivate => GdkDrawablePrivate.
15248
15249         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
15250
15251         * gdk/x11/Makefile.am (xinput_sources): Add missing
15252         backslash to fix building with --with-xinput=none
15253
15254 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
15255
15256         Move all X specific code into the x11/ directory.
15257         Aside from shuffling things around, did the following:
15258
15259        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
15260          gdk_arg_context_* - a simple argument parsing system
15261          in the style of popt.
15262
15263        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
15264          gdk/x11/gdkprivate-x11.h:
15265          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
15266          add ->klass and ->klass_data fields. The klass_data
15267          field points to an auxilliary structure that is
15268          windowing system dependent.
15269
15270        * gdk/gdkfont.c: Make most of the measurement functions
15271          simply wrappers around gdk_text_extents().
15272
15273        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
15274          _gdk_font_strlen() function that hides the weird
15275          behavior in gtk+-1.[02] where a string is interpreted
15276          differently for 8-bit and 16-bit fonts.
15277
15278        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
15279          to store common code for synthesizing double/triple
15280          press events.
15281         
15282        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
15283          Make all the function that modify an existing GC
15284          simply wrappers around gdk_gc_set_values().
15285          
15286        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
15287          for throwing out later.
15288
15289        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
15290          GdkImagePrivate and GdkColormapPrivate to have a
15291          windowing system dependent part (GdkFontPrivateX etc.)
15292          that "derives" from the system-independent part.
15293
15294        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
15295          Got rid of the included-source-files for XInput in
15296          favor of automake conditionals. (Which didn't exist
15297          when XInput support was originally added.)
15298
15299        * gdk/gdkrgb.c: Remove the visual id from the debugging
15300          statements since that is X11 specific; print out
15301          type/depth info instead.
15302          
15303
15304 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
15305
15306         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
15307         loading duplicates of hashed fonts.
15308
15309         * gdk/gdk.c (gdk_keysym_convert_case): rename
15310         gdk_XConvertCase to gdk_keysym_convert_case, allow
15311         results to be NULL in the GTK+ style.
15312
15313         * gdk/gdkcompat.h: Started compatibility header
15314         for renames.
15315
15316 1999-11-07  Tor Lillqvist  <tml@iki.fi>
15317
15318         * gdk/win32/gdkprivate.h: New font private structures, related to
15319         fontsets.
15320
15321         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
15322         gdk_font_list_free(). On X11, will just be wrappers to
15323         XListFonts() and XFreeFontNames(). On Win32, the code previously
15324         in gtkfontsel.c is now here.
15325
15326         New function gdk_font_xlfd_create(). On X11 will get the FONT
15327         property of the font (for GDK_FONT_FONTs), or call
15328         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
15329         builds a XLFD style name from the font information in the LOGFONT
15330         struct(s).
15331
15332         New function gdk_font_xlfd_free(), which correspondingly frees the
15333         string returned by gdk_font_xlfd_create().
15334
15335         Implement fontsets on Win32. Add a function that iterates over a
15336         wide char string and calls a callback function for each substring
15337         of wide chars from the same Unicode subrange (and thus probably
15338         available in the same real font).
15339
15340         Improve the XLFD emulation a bit.
15341
15342         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
15343
15344         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
15345         Beta3, WM_IME_CHAR messages don't seem to contain the composed
15346         multi-byte char as with the Active IMM on Win9x. Oh well, handle
15347         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
15348         ImmGetCompositionStringW() to get the composed Unicode chars.
15349
15350         * gdk/win32/gdkgc.c
15351         * gdk/win32/gdkdraw.c: Changes needed because of the font private
15352         struct changes.
15353
15354         * gdk/win32/gdk.def: Add the new functions.
15355
15356 1999-11-04  Tor Lillqvist  <tml@iki.fi>
15357
15358         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
15359         get the Platform SDK to get <dimm.h>.
15360
15361         * gdk/win32/gdkevents.c: More event handling fixes and
15362         simplification. Never generate motion events with is_hint true. We
15363         used to do that on bogus grounds earlier. Windows sends
15364         WM_MOUSEMOVE messages on button events even if the mouse hasn't
15365         moved, ignore these.
15366
15367         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
15368
15369         * gdk/win32/gdkglobals.c
15370         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
15371         the TrackMouseEvent function, and use it.
15372
15373         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
15374         char before calling WideCharToMultiByte in order to get a string
15375         for the window title.
15376
15377         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
15378
15379         * gdk/win32/gdk.def: Remove obsolete functions.
15380
15381         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
15382         /nodefaultlib and /defaultlib switches.
15383
15384         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
15385
15386 1999-10-31  Tor Lillqvist  <tml@iki.fi>
15387
15388         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
15389         EuroSign).
15390
15391         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
15392         same type as GdkWChar, especially on Win32.
15393
15394         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
15395
15396         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
15397         before passing to Windows GDI for drawing etc. Convert to the
15398         system default codepage before passing to Windows as window
15399         titles.
15400
15401         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
15402         support changing input locale on the fly.
15403
15404         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
15405         on-the-fly changes. Convert incoming characters from the current
15406         codepage to Unicode (and then to a UTF-8 multi-byte string) based
15407         on the current input language. Use keysym<->Unicode mapping tables
15408         and functions borrowed from xterm sources.
15409
15410         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
15411         editions of Win9x, use the ActiveX-based Active IMM (Input Method
15412         Manager) if available. IMEs and the Active IMM are available under
15413         the disguise of Chinese, Korean and Japanese support for IE and
15414         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
15415         support is present in all editions (as long as you install it).
15416
15417         Call DispatchMessage from gdk_events_queue() (and thus
15418         gdk_WindowProc()), instead of duplicating the code in
15419         gdk_WindowProc().
15420
15421         Reworked the grab handling and propagation code, factored out
15422         duplicated code snippets into separate functions. Other cleanups,
15423         too.
15424
15425         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
15426         the <dimm.h> header describing the Active IMM.
15427
15428         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
15429         just do the same as for "single" fonts.
15430
15431         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
15432         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
15433         the new keysyms from gdkkeysyms.h.
15434
15435         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
15436         fontset, so that gtkentry uses wide characters.
15437
15438         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
15439         GTk+'s system directory "gtk+", not "gtk".
15440
15441 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
15442
15443         * docs/gtkfaq.sgml: FAQ update
15444
15445 1999-10-21  Tor Lillqvist  <tml@iki.fi>
15446
15447         * gdk/win32/gdkprivate.h: Add more font private data.
15448
15449         * gdk/win32/gdkfont.c
15450         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
15451         fonts and strings. Now works much better. You still have to
15452         have a correct font selected, though. No fontset emulation yet.
15453
15454 1999-10-19  Tor Lillqvist  <tml@iki.fi>
15455
15456         * gtk/maketypes.awk: Use G_OS_WIN32.
15457
15458         * gtk/gtk.def: Add some missing entry points. Also some non-public
15459         ones, but PyGTK porter claims to need them.
15460
15461         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
15462         built-in type generation.
15463
15464 1999-10-14  Tor Lillqvist  <tml@iki.fi>
15465
15466         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
15467         GDK_FONT_FONT fonts (which is all we have for now, we don't
15468         emulate fontsets). The X11 version uses plain XDrawString in that
15469         case, too. The string passed to gdk_draw_text_wc seems to be in
15470         fact (at least, when used by gtkentry and gtktext) either in a
15471         single-byte charset, or a DBCS. Not Unicode.
15472
15473         This fixes the problem in gtkfontsel, where even if you had
15474         selected a font with a non-Latin1 charset (windows-greek, for
15475         instance), the preview still used Latin-1 glyphs.
15476
15477         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
15478         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
15479         (gdk_font_load): Recognize the demibold etc weights, even if we
15480         don't have the corresponding constants in the headers.
15481         (gdk_font_hash_insert): Use same hash mechanism as in the X11
15482         version. Should save font resources a bit, when we don't have
15483         multiple HFONTs for the same font.
15484
15485         * gdk/win32/gdkprivate.h: Add the names field as in the X11
15486         version.
15487
15488 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
15489
15490         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
15491         X values
15492
15493 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
15494
15495         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
15496         layout support (as mentioned on
15497         http://www.jcinteractive.com/gnome-ui/software/widgets/)
15498
15499 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
15500
15501         * gtk/fnmatch.c
15502         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
15503
15504 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
15505
15506         * configure.in (ALL_LINGUAS): Added Galician (gl)
15507
15508 1999-10-05  Tor Lillqvist  <tml@iki.fi>
15509
15510         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
15511
15512         * gdk/win32/gdkcompat.c: New file, actually provide an
15513         implementation for the deprecated functions. (Just temporarily.)
15514
15515         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
15516
15517         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
15518
15519         * gdk/win32/gdk.def gtk/gtk.def: Updates.
15520
15521 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
15522
15523         * configure.in: Added "uk" to ALL_LINGUAS.
15524         
15525 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
15526
15527         * configure.in: correct checking for BeOS check
15528
15529         * gdk/gdktypes.h
15530         * gtk/fnmatch.c
15531         * gtk/gtkfilesel.c
15532         * gtk/gtkitemfactory.c
15533         * gtk/gtkmain.[ch]
15534         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
15535
15536 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
15537
15538         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
15539         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
15540         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
15541         by Bulgarian). 
15542
15543 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
15544
15545         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
15546         Fix a reference to window_private->destroyed.   
15547
15548         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
15549         (ugly) setting of an internal GdkWindow member to use
15550         a _slightly_ cleaner macro.
15551
15552         * gdk/gdkprivate.h: Split GdkWindowPrivate into
15553         GdkDrawablePrivate and GdkWindowPrivate.
15554         Add extra macros for accessing GDK_DRAWABLE_ components.
15555
15556         * *.[ch]: Massive adjustments for the above, use the
15557         new macros in a lot of places.
15558
15559 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
15560
15561         * gdk/gdktypes.h: Make GdkDrawable the base type,
15562         not GdkWindow.
15563
15564 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
15565
15566         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
15567
15568 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
15569
15570         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
15571
15572 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
15573
15574         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
15575         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
15576
15577         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
15578
15579         * docs/gtk-config.1: Now autogenerated.
15580         * docs/Changes-1.4.txt: started
15581         
15582 1999-10-03  Tor Lillqvist  <tml@iki.fi>
15583
15584         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
15585         to #ifdef also here.
15586
15587         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
15588         Owen did to the X11 backend.
15589
15590         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
15591         ScrollWindowEx when blitting inside a window, it can't be correct
15592         in the general case.
15593
15594         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
15595         WM_GETMINMAXINFO is easier.
15596
15597         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
15598         depth equal to the bitspixel value, not the visual's depth.
15599
15600         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
15601         to 24 even if the bitspixel value is 32.
15602
15603         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
15604         need to check for depth==32 when bpp==32, depth will always be 24.
15605
15606 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
15607
15608         * docs/Changes-1.4.txt: Started
15609         
15610         * gtk/Makefile.am (gdk_headers): Include all the new headers.
15611
15612         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
15613         
15614         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
15615         into C file.
15616         
15617         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
15618         header to gdkinputprivate.h.
15619
15620         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
15621         unused since before 1.2.
15622
15623 1999-09-30  Tor Lillqvist  <tml@iki.fi>
15624
15625         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
15626         expand possible hex escapes in the font family (put there by
15627         logfont_to_xlfd if the font name isn't a legal XLFD font family,
15628         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
15629         On Win32, add hex escapes here, too.
15630
15631 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
15632
15633         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
15634         to #ifdef GDK_WINDOWING_X11.
15635
15636 [ Merges from gtk-1-2 ]
15637
15638 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
15639
15640         * configure.in: fixed "GNU Make" check to pass with new make version
15641         3.77.95.
15642
15643 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
15644
15645         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
15646         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
15647         AM_PATH_GTK() macros don't get confused by the -pre1.
15648
15649 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15650
15651         * configure.in (REBUILD): Change check for perl5
15652           to check explicitely for v >= 5.002. (5.001
15653           does not work with our scripts.)
15654
15655 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
15656
15657         * configure.in: evaluate $PERL for the perl version check. added
15658         --disable-rebuilds to give the user an option to completely disable
15659         any source autogeneration rules.
15660
15661 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
15662
15663         * configure.in: evaluate $ac_make when checking for GNU Make.
15664
15665 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15666
15667         * docs/Makefile.am: added generation.txt.
15668
15669         * Makefile.am: require automake 1.4, build README from README.in and
15670         INSTALL from INSTALL.in in dist-hook.
15671         
15672         * README.in:
15673         * INSTALL.in: new files to autogenerate README and INSTALL from.
15674
15675         * configure.in: figure whether we have GNU Make
15676
15677         * docs/generation.txt: minor additions/corrections.
15678
15679 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
15680
15681         * docs/gtkfaq.sgml: FAQ Update
15682
15683 July 30, 1999 Elliot Lee <sopwith@redhat.com>
15684         
15685         * configure.in: Fix autoconf warnings about cross compilation by
15686         trying to provide sane defaults for AC_TRY_RUN.
15687
15688 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
15689
15690         * ltconfig
15691         * ltmain.sh: upgrade to libtool 1.3.3
15692
15693 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
15694
15695         * INSTALL: Indicate that the --with-glib= configure
15696         time flag is unsupported.
15697
15698 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
15699
15700         * docs/generation.txt: Added a file that gives
15701         documenation about the autogeneration process for
15702         various autogenerated files.
15703         
15704 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15705
15706         * configure.in (LIBS): Look for libgmodule in the
15707         right location.
15708
15709 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
15710
15711         * docs/gtk_tut.sgml: Removed references to
15712         code examples in my directory on gtk.org as
15713         they should all be in the tutorial now.
15714
15715         * docs/gtk_tut.sgml: Added sources for dial-test
15716         and scribble-xinput programs that were previously
15717         missing.
15718
15719 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
15720
15721         * TODO: Added entry about menu keyboard navigation, removed
15722         some finished items.
15723
15724 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
15725
15726         * acinclude.m4: Standardize on func_dgettext
15727         not func_gettext, so that the checks for dgettext
15728         actually are paid attention to.
15729
15730 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
15731
15732         * configure.in (LIBS): Add $INTLLIBS into $LIBS
15733         directly, rather than repeating the checks for
15734         gettext.
15735
15736         * INSTALL: Added information about gettext and
15737         NLS support.
15738
15739         * acinclude.m4 (LIBM): Check for dgettext, not
15740         just gettext. This should hopefully fix things wrt
15741         systems with old versions of GNU gettext installed.
15742
15743 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
15744
15745         * configure.in (LIBS): Look for libgmodule in the
15746         right location.
15747
15748 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
15749
15750         * autogen.sh: add --enable-maintainer-mode
15751
15752         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
15753
15754 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
15755
15756         * docs/gtk-config.1.in:
15757           docs/Makefile.am:
15758           configure.in: gtk-config is now generated.
15759
15760         * docs/gtk-config.1: Removed, now generated.
15761
15762 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
15763
15764         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
15765         handle CreateNotify itself, still put out a debuging message for
15766         --gdk-debug=events. made the ReparentNotify debugging message more
15767         verbose.
15768         wrap xcoords translation for ConfigureEvents into an error trap,
15769         a destroy event may already be pending, and in that case, the
15770         actuall coordinate values are not at all critical.
15771
15772 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
15773
15774         * gdk/gdkcc.c: Stop leaking the color_hash all over
15775         the place. Simplify and improve the logic.
15776
15777 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
15778
15779         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
15780         for prototypes and function implementations consistent (reported
15781         by Tomas Ogren).
15782
15783 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
15784
15785         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
15786         send_event set in debugging output.
15787         (gdk_compress_exposures): default initialize the event so we don't
15788         operate on bogus values (namely send_event).
15789
15790 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
15791
15792         * gdk/gdkwindow.c: When we receive an unexpected
15793         destroy notify on one of our windows, don't just
15794         warn about it, also mark our windows as destroyed.
15795
15796 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
15797
15798         * gdk/gdkfont.c (gdk_font_hash_insert): Add
15799           name => font and name => fontset hashes. The 
15800           name => fontset hash is a _big_ win since we
15801           weren't previously caching fontsets at all and loading
15802           fontsets is expensive. The name => font hash
15803           is less of a win, but it does save us from doing
15804           repeated XQueryFont calls on the same font.
15805
15806         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
15807           list so we can remove font/fontset from hash.
15808
15809 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
15810
15811         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
15812           and slightly confusing test. [ XInternAtom (,,TRUE)
15813           will never return None ].
15814
15815 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
15816
15817         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
15818           gdk/gdkwindow.c (gdk_window_set_hints):
15819
15820         Don't omit setting the properties if flags == 0 -
15821         there may be an existing set of properties there
15822         already. (Very old bug. Would it be better to
15823         delete the property instead?)
15824
15825         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
15826           spelling error in comment.
15827
15828 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
15829
15830         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
15831           to avoid stomping over gdk_error_warnings.
15832
15833         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
15834           as (bits_per_pixel + 7) / 8. This gives the same
15835           result as before for multiples of 8, but actually
15836           a "reasonable" value for 1bit or 4bit displays.
15837
15838 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15839
15840         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
15841         GNU Make.
15842
15843 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
15844
15845         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
15846         discarding configure events.
15847
15848 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
15849
15850         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
15851         refcount is greater than zero.
15852
15853         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
15854
15855         * gdk/gdkfont.c (gdk_font_unref): Likewise.
15856
15857         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
15858
15859         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
15860
15861 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
15862
15863         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
15864         that format 32 => sizeof(item) == 4. It really is
15865         sizeof(long).
15866
15867 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
15868
15869         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
15870         core dump at all on X IO errors, only core dump
15871         if --enable-debug for X errors.
15872
15873 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
15874
15875         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
15876         unknown window:" message. disabled ConfigureNotify discarding code,
15877         because it led to events being processed out of order.
15878
15879 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
15880
15881         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
15882
15883         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
15884         we export this function, supress error warnings and don't reset the
15885         error code in the first half of this function.
15886
15887         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
15888         code (instead of just -1) so gdk_error_trap_pop() reveals something
15889         actually informative about the error that happened.
15890
15891         * gdk/*.c:
15892         don't rely on gdk_error_code being -1 if an error occoured, but just
15893         gdk_error_code != 0.
15894
15895 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
15896
15897         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
15898         pointer *before* invoking the filter function, so we at least don't
15899         crash if a filter is removed that is currently executed. window filters
15900         *really* need to be made truely reentrant at some point.
15901
15902 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
15903
15904         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
15905         PropertyNotify debug messages.
15906
15907 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
15908         
15909         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
15910         
15911         * gdk/gdkim.c: Fix cut-and-paste errors for 
15912         x/y and PreeditAttributes/StatusAttributes.
15913
15914 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15915
15916         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
15917         G_MAXINT to 2^16 to alleviate overflow problems in
15918         various window managers.
15919
15920 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
15921
15922         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
15923         for fontsets.
15924
15925 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
15926
15927         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
15928         Initialize size_hints.x and size_hints.y because kwm
15929         brokenly pays attention to them.
15930         (Bug #1181 -  Lars Heete <hel@admin.de>)
15931
15932 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
15933
15934         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
15935         return value of gdk_list_visuals(). 
15936         (Bug #1193 - Morten Welinder <terra@diku.dk>)
15937
15938 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
15939
15940         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
15941         XSetIMValues to (void *) when comparing to NULL, to workaround
15942         the problem of some compilers barfing since older X headers don't
15943         have the prototype for it.
15944
15945 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
15946
15947         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
15948         for pseudocolor where colormap->colors was double
15949         allocated.
15950
15951         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
15952         color value in the hash table with the pixel filled
15953         in so when we do later hash table lookups, the color
15954         value is correct.
15955         
15956 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
15957
15958         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
15959         making the call
15960
15961 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
15962
15963         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
15964         pointed out by Morten Welinder <terra@diku.dk>.
15965
15966 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15967
15968         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15969           default filter from the list
15970
15971 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
15972
15973         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
15974           default filter from the list
15975
15976 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
15977
15978         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
15979
15980         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
15981         g_strdup_printf instead of calcing the length separately
15982
15983 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
15984
15985         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
15986         that we don't do in many other places. (Fixing duplicate 
15987         #include of config.h)
15988
15989         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
15990         Otherwise, #ifndef XINPUT_NONE check in the latter
15991         doesn't work. (Bug #546)
15992
15993 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
15994
15995         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
15996         "None" case insensitive.
15997
15998 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
15999
16000         * gdk/gdkselection.c: 
16001         Add error traps so if the other end of the connection
16002         dies, we survive.
16003
16004 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
16005
16006         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
16007         dest_xid field into two fields - one for the window
16008         to send in messages, one to indicate the last looked
16009         up window for caching purposes. This is needed, so
16010         that Leave messages get the correct window.
16011
16012 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
16013
16014         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
16015         Fix warning created by people mucking around
16016         with the gsource API.
16017
16018         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
16019         Change mapping between GIOCondition and GdkInputCondition
16020         to match the way the Linux kernel does it. This should
16021         fix problems where closed pipes were no longer signalling
16022         GDK_INPUT_READ on systems with a native poll().
16023
16024 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
16025
16026         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
16027         explicitly for the string "None" - it is in the XPM
16028         spec and some servers treat unknown colors in odd ways
16029         (like asking the user!)
16030
16031 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
16032
16033         * gdk/gdkevents.c: made "->" into a "." of previous change so
16034         it compiles
16035
16036 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
16037
16038         * gdk/gdkevents.c (gdk_compress_exposures): Set the
16039         window field of the event structure before calling
16040         user filters.
16041
16042 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16043
16044         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
16045         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
16046
16047 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
16048
16049         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
16050         intermediate text property - prevents major memory
16051         leak when gdk_use_mb.
16052         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
16053
16054 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
16055
16056         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
16057         gtk-a-higuti-990322-[0-3]
16058
16059         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
16060         sizeof(wchar_t) != sizeof (GdkWChar)
16061
16062         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
16063         that was causing -DX_LOCALE not to work.
16064
16065         * gtk/gtkrc.c (gtk_rc_init):
16066         X_LOCALE will never have LC_MESSAGES defined
16067
16068         * gdk/gdk.c (gdk_init_check):
16069         Remove --xim-preedit and --xim-status from argv properly.
16070
16071         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
16072         that the client window is present on the X server
16073         before we pass it to the input method.
16074
16075 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
16076
16077         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
16078         if --display is specified on the command line, than
16079         the drag window will not be created on that display.
16080         
16081 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
16082
16083         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
16084         lookups with only_if_exists == TRUE were inserting
16085         bogus values into the atom cache.
16086
16087 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
16088
16089         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
16090         then reset it to NULL.
16091
16092         * gdk/gdkcolor.c:
16093         (gdk_colors_free): 
16094         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
16095         key for g_hash_table_remove() in both functions, this prevents us
16096         from accessing possibly uninitialized portions of a GdkColor structure
16097         where we are only interested in its pixel value.
16098
16099 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16100
16101         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16102         font hash table, if we have a GdkFontPrivate entry for this font
16103         already, simply increment its reference count, provided by Olaf Dietsche
16104         <olaf.dietsche+list.gtk@netcologne.de>.
16105
16106 1999-09-21  Tor Lillqvist  <tml@iki.fi>
16107
16108         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
16109         just to be sure.
16110
16111         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
16112         unused variables, leftovers from the X11 version.
16113
16114         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
16115
16116         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
16117         downcase fields on X11.
16118
16119 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
16120         
16121         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
16122         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
16123
16124 1999-09-17  Tor Lillqvist  <tml@iki.fi>
16125
16126         * gdk/win32/gdk.def: Add gdk_threads_mutex.
16127
16128         * gtk/makefile.msc: Correct path to libintl.
16129
16130         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
16131         use of gint vs. int, and gint vs. gboolean in headers and
16132         definitions. Use GtkType for the *_get_type functions. Note that
16133         these changes preserve binary compatibility.
16134
16135         * gdk/gdk.c
16136         * gdk/win32/gdk.c
16137         * gdk/gdk.h: Fix inconsistencies: gint vs int.
16138
16139         * gtk/gtkmain.c
16140         * gtk/gtkclist.c
16141         * gtk/gtkmenufactory.c
16142         * gtk/gtknotebook.c
16143         * gtk/gtkwidget.c: Fix inconsistencies, also gint
16144         vs. gboolean.
16145
16146         * gtk/gtkcolorsel.[ch]
16147         * gtk/gtkcombo.[ch]
16148         * gtk/gtkdrawingarea.[ch]
16149         * gtk/gtkgamma.[ch]
16150         * gtk/gtkhandlebox.[ch]
16151         * gtk/gtkhpaned.[ch]
16152         * gtk/gtkhruler.[ch]
16153         * gtk/gtkplug.[ch]
16154         * gtk/gtkpreview.[ch]
16155         * gtk/gtkruler.[ch]
16156         * gtk/gtksocket.[ch]
16157         * gtk/gtkstatusbar.[ch]
16158         * gtk/gtktoolbar.[ch]
16159         * gtk/gtkvbbox.[ch]
16160         * gtk/gtkvpaned.[ch]
16161         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
16162         functions.
16163
16164         * gtk/gtkgamma.h: Fix bug, missing () in call of
16165         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
16166
16167 1999-09-14  Tor Lillqvist  <tml@iki.fi>
16168
16169         * gdk/gdkcolor.c (gdk_colormap_new)
16170         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
16171         colormap->colors was allocated twice.
16172
16173         * gdk/win32/gdk.c: Remove some unused stuff.
16174
16175         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
16176         colormap.
16177
16178         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
16179         * gtk/gtklabel.h (gtk_label_get_type)
16180         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
16181         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
16182         in a couple of places, not guint.
16183
16184 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16185
16186         * configure.in,po/et.po: added Estonian language file
16187
16188 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16189
16190         * configure.in,po/da.po: added Danish file
16191
16192 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
16193
16194         * docs/gtkfaq.sgml: Minor FAQ Update
16195
16196 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
16197
16198         * docs/gtkfaq.sgml: FAQ update
16199
16200 1999-08-27  Tor Lillqvist  <tml@iki.fi>
16201
16202         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
16203         way to get window contents continually refreshed while resizing. I
16204         didn't like the effects myself, so it's not on by default.
16205
16206         * gdk/win32/gdkprivate.h: New flag variable
16207         gdk_event_func_from_window_proc, FALSE by default.
16208
16209         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
16210         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
16211         are passed --gdk-event-func-from-window-proc.
16212
16213         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
16214         and we have am event_func, call it instead of enqueing the event.
16215
16216 1999-08-23  Tor Lillqvist  <tml@iki.fi>
16217
16218         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
16219         Kelley: Set expose_count in GdkEventExposes correctly.
16220
16221         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
16222         MULTIPLE_WINDOW_CLASSES).
16223
16224         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
16225         for bug in NT, apparently NT *does* draw the end pixel, too, in
16226         LineTo with a one-pixel pen, so we don't have to do it ourselves.
16227
16228 1999-08-21  Tor Lillqvist  <tml@iki.fi>
16229
16230         Improvements by Hans Breuer: 
16231
16232         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
16233
16234         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
16235         CS_?REDRAW flags as they cause lots of (late) redraws when "show
16236         window contents while dragging" is turned on. Allocate at least
16237         one unique class for every GdkWindowType. If support for single
16238         window-specific icons is ever needed (eg. Dialog specific), every
16239         such window should get its own class.
16240
16241 1999-08-19  Tor Lillqvist  <tml@iki.fi>
16242
16243         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
16244         error that caused crashes.
16245
16246 1999-08-17  Tor Lillqvist  <tml@iki.fi>
16247
16248         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
16249         window, use ScrollWindowEx, and call UpdateWindow. This prevents
16250         bugs when for instance part of the window was outside the
16251         display. Thanks to Philippe Colantoni for finding and fixing this.
16252
16253 1999-08-16  Tor Lillqvist  <tml@iki.fi>
16254
16255         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
16256         endpoint calculations which were totally wrong. (A little RTFMing
16257         helps a lot ;-)
16258
16259         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
16260         from a separate directory, not from gettext, because of licensing
16261         issues (we want to use the LGPL version).
16262
16263         * README.win32: Mention the intl from glibc vs from gettext issue.
16264
16265 1999-08-13  Tor Lillqvist  <tml@iki.fi>
16266
16267         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
16268         in the key event handling: Now AltGr chars work again. Also,
16269         now Alt-digits are passed up as well as Control-digits.
16270         Pass keypad plus and minus as normal plus and minus.
16271
16272 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
16273
16274         * docs/gtkfaq.sgml: FAQ Update
16275
16276 1999-07-25  Tor Lillqvist  <tml@iki.fi>
16277
16278         * README.win32
16279         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
16280         the Wintab SDK.
16281
16282         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
16283         OK, but getting closer. Guard against bogus tilt data from Wacom
16284         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
16285         enable easier building without Wintab.
16286
16287         * gdk/win32/gdkinput.h
16288         * gdk/win32/gdkevents.c 
16289         * gdk/win32/gdkwindow.c: Minor changes related related to above.
16290         
16291         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
16292         code. As we have just one visual on Win32, no sense to have it in a
16293         table, and no need for the hash table.
16294
16295         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
16296         better on white background.
16297
16298 1999-07-21  Tor Lillqvist  <tml@iki.fi>
16299
16300         * README.win32: Update gcc build instructions. Mention gettext is
16301         GPL.
16302
16303         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
16304         supported cursor size with GetSystemMetrics.
16305
16306         * gdk/win32/gdkfont.c
16307         * gtk/gtkfontsel.c: Guard against some font weight and charset
16308         symbols being undefined (in mingw32 headers).
16309
16310         * gdk/win32/makefile.cygwin
16311         * gtk/makefile.cygwin
16312         * gtk/gtkthemes.c: No longer need to have differently named
16313         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
16314
16315 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
16316
16317         * docs/gtkfaq.sgml: Long awaited FAQ update.
16318
16319 1999-07-15  Tor Lillqvist  <tml@iki.fi>
16320
16321         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
16322         it. Obscure bit manipulation needed.
16323
16324         * gdk/win32/gdkevents.c: Logging.
16325         
16326         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
16327         style (file name include compiler name) for theme engines.
16328
16329 1999-07-13  Tor Lillqvist  <tml@iki.fi>
16330
16331         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
16332
16333         * gdk/win32/gdkevents.c: Fix long-standing bug in key
16334         events. The key.string wasn't zero-terminated, still we strdup'ed
16335         it in gdk_event_copy(). Synthesize crossing events for button
16336         events before possible propagation.
16337
16338         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
16339
16340         * gdk/win32/makefile.cygwin
16341         * gtk/makefile.cygwin: Use new DLL naming style for the
16342         GCC-compiled ones.
16343
16344         * gdk/win32/makefile.msc
16345         * gtk/makefile.msc: Cosmetics mostly.
16346
16347         * gtk/gtk.def: Add missing entry points.
16348
16349         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
16350
16351 1999-07-09  Tor Lillqvist  <tml@iki.fi>
16352
16353         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
16354         or height is zero. Don't print a warning if Pie or Arc fails, they
16355         always fail (?) for very narrow ellipses.
16356
16357         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
16358         the part or the destination window corresponding to source area
16359         outside of the source drawable's boundary.
16360
16361         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
16362         anything if less than two points.
16363
16364         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
16365         return NULL. Gtk cut-and-paste inside a single program works
16366         better this way. (It always gets the clipboard contents from
16367         Windows, not from its own copy, which is cleared anyway. I can't
16368         say I fully understand what happens... Emulating the X selection
16369         and property stuff is a bit of a mess.)
16370
16371         * gdk/win32/gdkevents.c
16372         * gdk/win32/gdkproperty.c: A bit more verbose logging.
16373
16374         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
16375         that never got deleted). Revamp gdk_region_shrink.
16376
16377         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
16378         after use.
16379
16380         * gtk/gtk.def: Add some missing entry points.
16381
16382         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
16383         component.
16384
16385 1999-07-04  Tor Lillqvist  <tml@iki.fi>
16386
16387         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
16388         Control-digits specially.
16389
16390 1999-07-03  Tor Lillqvist  <tml@iki.fi>
16391
16392         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
16393
16394 1999-06-28  Tor Lillqvist  <tml@iki.fi>
16395
16396         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
16397         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
16398         finding this.)
16399
16400 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
16401
16402         * gtk+.spec.in: Corrected some typos in files section.
16403         
16404 1999-06-15  Tor Lillqvist  <tml@iki.fi>
16405
16406         * README.win32: Mention using GNU gettext.
16407         * config.h.win32: Enable NLS stuff.
16408         * gtk/makefile.msc: Use GNU gettext.
16409         * gdk/win32/gdkdnd.c: Minor header reorg.
16410         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
16411         cosmetics.
16412         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
16413         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
16414
16415 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
16416
16417         * acinclude.m4
16418         * config.guess
16419         * config.status
16420         * ltconfig
16421         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
16422
16423 1999-05-30  Tor Lillqvist  <tml@iki.fi>
16424
16425         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
16426         SafeAdjustWindowRectEx. Don't override all calls to
16427         AdjustWindowRectEx by it, but use it only in two places: When
16428         creating a new top-level window and when moving a top-level
16429         window.
16430
16431         Use screen coordinate rectangle, not client rectangle, in
16432         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
16433         when we try to place a window so that the decoration (mainly,
16434         title bar) isn't visible.
16435
16436         These changes fix the bug that showed up for instance as the
16437         GIMP's saved top-level windows moving right and down (by an amount
16438         equal to the window decoration) for each session. This bug showed
16439         up also in testgtk's "Saved Position".
16440
16441         gdk_window_resize also redone a bit.
16442
16443 1999-05-25  Tor Lillqvist  <tml@iki.fi>
16444
16445         * gtk/testgtkrc: Add (commented out) Windows-style theme
16446         include line.
16447
16448         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
16449
16450 1999-05-18  Tor Lillqvist  <tml@iki.fi>
16451
16452         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
16453         gdkx.h to a gdk subdirectory, so that applications can include
16454         these with <gdk/*.h> without trouble.
16455
16456         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
16457         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
16458         have their bitmap destroyed.
16459
16460         * gdk/win32/gdk.def: Add gdk_root_parent.
16461
16462 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
16463
16464         * configure.in
16465           gtk-config.in
16466           ltconfig
16467           ltmain.sh     
16468           gtk/Makefile.am: changes to compile nicely (with xlib) 
16469           on BeOS
16470
16471 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
16472
16473         * acinclude.m4
16474         * config.guess
16475         * config.sub
16476         * ltconfig
16477         * ltmain.sh: upgrade to libtool 1.3
16478
16479 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
16480
16481         * gtk/gtkclist.c:
16482         * gtk/gtkctree.c: merges from gtk-1-2
16483
16484 1999-04-25  Tor Lillqvist  <tml@iki.fi>
16485
16486         Support added for building using a GNU toolchain on Win32,
16487         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
16488
16489         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
16490         * config.h.win32: Changes for gcc.
16491         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
16492         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
16493         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
16494         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
16495         Protect shl stuff unavaiilable with mingw32 headers.
16496         * gdk/win32/gdkevents.c: Fix typo.
16497         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
16498         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
16499         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
16500         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
16501         the mingw32 headers.
16502         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
16503         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
16504         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
16505         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
16506         Test for NATIVE_WIN32, not _MSC_VER.
16507         * gtk/gtkmain.c: No use warning about developer version on Win32,
16508         there aren't any non-developer versions anyhow.
16509         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
16510         * gtk/makefile.msc: Use pthread from another directory. Minor other
16511         changes. 
16512
16513 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16514
16515         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16516           default filter from the list
16517
16518 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
16519
16520         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
16521          when gtk_widget_grab_default() is called for a widget that
16522          is not within a GtkWindow.
16523
16524 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
16525
16526         * docs/gtk_tut.sgml, examples/clist.c: use a
16527           scrolled window in the clist example. Minor
16528           tutorial fixes.
16529
16530 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
16531
16532         * docs/gtk_tut.sgml: Style check from David King
16533           <dking@youvegotmail.net>
16534
16535 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
16536
16537         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
16538         compile with unknown value of GDK_WINDOWING
16539
16540 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
16541
16542         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
16543         after the rule is fired.
16544         (install-exec-local): Install gdkconfig.h only if the contents are
16545         different from the currently installed gdkconfig.h.
16546
16547 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
16548
16549         * gdk/Makefile.am (configexecincludedir): Rename from 
16550         configincludedir so that gdkconfig.h will be installed 
16551         as part of `make install-exec'. 
16552
16553 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
16554
16555         * acinclude.m4
16556         * config.guess
16557         * config.sub
16558         * ltconfig
16559         * ltmain.sh: upgrade to libtool 1.2f
16560
16561         * autogen.sh: libtool is not required to autogen gtk+
16562
16563         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
16564         needed)
16565
16566 1999-03-18  Tor Lillqvist  <tml@iki.fi>
16567
16568         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
16569         declaring gdk variables exported/imported from the DLL. New image
16570         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
16571         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
16572         GDK_DRAG_PROTO_OLE2.
16573
16574         * gdk/gdk.h: Merge in Win32 version: Two new functions,
16575         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
16576         declared only for the Win32 version, but could be in the X11
16577         version as well. (Needed for a Xlib-less gdk_imlib.)
16578         gdk_color_hash should have only one parameter. Declare
16579         gdk_threads_mutex with GDKVAR.
16580         
16581         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
16582         just one parameter.
16583
16584         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
16585         per pixel, not bits.
16586
16587         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
16588         Fetch bpp (which means bits-per-pixel here) from another place on
16589         Win32. Accept also depth==32 (which we might get on Win32) with
16590         bpp==32.
16591
16592         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
16593         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
16594         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
16595         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
16596         in the backend-dependent directory, not in the common gdk
16597         directory.
16598
16599         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
16600         headers.
16601
16602 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
16603
16604         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
16605         want to use the Gtk+ devel version (which is true, and yes - even i am
16606         currently working with the 1.2.x branch). so everyone reading this, you
16607         probably want to issue
16608         cvs checkout -r glib-1-2 glib
16609         and
16610         cvs checkout -r gtk-1-2 gtk+
16611         as your next two comands.
16612
16613 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
16614
16615         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
16616         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
16617
16618         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
16619         file. strongly deprecated the GTK_HAVE_* macros, we provide
16620         GTK_CHECK_VERSION() for people that need to check for certain
16621         Gtk+ versions.
16622
16623         * gtk/gtkcompat.h: removed this from CVS.
16624         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
16625         idea right from the start, it just didn't seem like that back then.
16626
16627 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
16628
16629         * merges from gtk-1-2:
16630
16631 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
16632
16633         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
16634         item factory class has been created.
16635         (gtk_item_factory_parse_rc): likewise.
16636
16637         * gtk/gtkmenu.c:
16638         keep proper references for old_active_menu_item.
16639         (gtk_menu_reparent): unset the usize of the new parent,
16640         so the menu can sanely be size requested and we don't get nasty screen
16641         artefacts upon next reparentation.
16642         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
16643         enter notify. only synthesize enter notifies if the pointer really is
16644         inside the event window.
16645         (gtk_menu_popdown): use gtk_menu_shell_deselect().
16646         (gtk_menu_popup): move the background setting stuff into
16647         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
16648
16649         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
16650         gtk_menu_shell_select_item() to select the new item.
16651         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
16652         do the right thing for deselection as well.
16653
16654 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
16655
16656         * gtk/gtkwidget.[hc]:
16657         (gtk_widget_accelerators_locked): return whether a widget's accelerators
16658         are locked.
16659
16660         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
16661         existing accelerators if the widget's accelerators are locked.
16662
16663 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
16664
16665         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
16666
16667         * gtk/gtkmenu.c: truely forward key press and key release events to
16668         the menu widget from the toplevel or tearoff window. we can't simply
16669         connect to that, we need to stop further processing of the events as
16670         well.
16671
16672 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
16673
16674         * gtk/gtkmenu.c:
16675         (gtk_menu_key_press): pass event->keyval, event->state to
16676         gtk_accelerator_valid, instead of event->keyval twice.
16677         refuse to install single letter accelerators for menus that use
16678         single letter shortcuts.
16679
16680         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
16681         gtk_menu_ensure_uline_accel_group().
16682
16683         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
16684         which will always return an uline accel group, made
16685         gtk_menu_get_uline_accel_group() return NULL if the group isn't
16686         yet created.
16687
16688 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
16689
16690         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
16691
16692         * gtk/gtkclist.c (gtk_clist_column_title_passive):
16693         Leave button sensitive, trap  button_press, button_release,
16694         motion_notify, enter_notify and leave_notify events instead.
16695         (gtk_clist_column_title_active): disconnect event handler.
16696         (gtk_clist_drag_data_get): fixed memory leak. Reported by
16697         Guillaume Laurent <glaurent@worldnet.fr>
16698
16699 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
16700
16701         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
16702         width/height mixups.
16703
16704         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
16705         if needed.
16706
16707 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
16708
16709         * gtk/testgtk.c (create_item_factory): unref the item factory after
16710         window's destruction.
16711
16712         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
16713         count on the menu shell around the menu item's activation, since the
16714         signal emission may cause menu shell destruction.
16715
16716         * gtk/gtkitemfactory.c:
16717         the previous code leaked one accel group per menu. we use
16718         gtk_menu_get_uline_accel_group() now to fix that, and with that
16719         also create the underline accelerator group of the menus only if
16720         required (i.e. an underline accelerator has been specified).
16721         (gtk_item_factory_construct):
16722         (gtk_item_factory_create_item): removed code that would create an
16723         extra accel group for the menu (and leak references).
16724         (gtk_item_factory_create_item): adapted the underline accelerator
16725         installation code to properly feature gtk_menu_get_uline_accel_group().
16726
16727         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
16728         menu->accel_group, this may return NULL if the accelerator group
16729         hasn't been set yet.
16730         added gtk_menu_get_uline_accel_group() to retrive the underline
16731         accelerator group of the menu, this will be created on demand
16732         and proper care is taken about its reference count.
16733
16734         * gtk/gtkitemfactory.h:
16735         * gtk/gtkitemfactory.c:
16736         dumped the approach of keeping a widgets by action list on the
16737         factory since the factory<->widget destroy negotiation didn't work
16738         and would be hard to get going at all. instead we keep a list of
16739         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
16740         persistant throughout a program's life time).
16741         also, i removed the static const gchar *key_* variables, and made
16742         them inline strings (they weren't actually used anyways).
16743         (gtk_item_factory_add_item): update ifactory->items.
16744         (gtk_item_factory_destroy): destroy ifactory->items (and remove
16745         the item factory pointer from the remaining ifactory widgets).
16746         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
16747         list to find the widget.
16748         (gtk_item_factory_get_item): new function that works around
16749         gtk_item_factory_get_widget() limitations, this function will only
16750         return menu items, even for <Branch> entries.
16751
16752 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16753
16754         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16755         font hash table, if we have a GdkFontPrivate entry for this font
16756         already, simply increment its reference count, provided by Olaf Dietsche
16757         <olaf.dietsche+list.gtk@netcologne.de>.
16758
16759         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16760         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16761
16762 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
16763
16764         * gtk/gtkcontainer.c:
16765         (gtk_container_add_with_args):
16766         (gtk_container_addv):
16767         (gtk_container_add): before adding a child to a conatiner, make sure
16768         it is (default) constructed, this is neccessary because under certain
16769         circumstances the child will get relized and mapped immediatedly, in
16770         which case it has to be constructed already.
16771
16772 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
16773
16774         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
16775         values > 1 as TRUE also.
16776
16777 1999-03-16  Tor Lillqvist  <tml@iki.fi>
16778
16779         * README.win32: New file.
16780                 
16781         * configure.in: Check for lstat.
16782
16783         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
16784         completeness.
16785
16786         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
16787
16788         * gtk/gtk.def: Removed CRs.
16789
16790         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
16791         ..\gdk\win32).
16792
16793         * gdk/win32/makefile.msc: Correct upwards relative paths.
16794         
16795 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
16796
16797         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
16798           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
16799           it was connecting a void function to expose_event and the int
16800           returning function to the draw signal
16801
16802 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
16803
16804         * configure.in:
16805         Use correct path to libgmodule.la when ref'ing uninstalled copy
16806         of glib.  (Already in stable branch, Bug #417)
16807
16808 1999-03-15  Tor Lillqvist  <tml@iki.fi>
16809
16810         Win32 merge and general portability stuff:
16811                 
16812         * acconfig.h,configure.in: Check for <sys/time.h>.
16813
16814         * gdk/win32: New directory (actually, been there for a while).
16815         
16816         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
16817         NATIVE_WIN32, and use these. Always case fold on Win32. No
16818         backslashed escapes on native Win32.
16819
16820         * gtk/{gtk.def,makefile.msc}: New files.
16821
16822         * gtk/Makefile.am: Add above new files.
16823         
16824         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
16825         instead of <strings.h>.
16826
16827         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
16828         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
16829         <unistd.h> appropriately.
16830
16831         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
16832         Use ABS() (from <glib.h>) instead of abs().
16833         
16834         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
16835         of gtk (and thus glib) headers, so that WIN32 will be
16836         defined. With MS C, include <direct.h> for mkdir prototype.
16837
16838         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
16839         some casts, needed by MS C.
16840
16841         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
16842         implemented).
16843
16844         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
16845         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
16846         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
16847
16848         * gtk/gtkmain.h: Mark variables for export/import on Win32.
16849                 
16850         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
16851         the event is not a hint, or its window is not the slider. Needed
16852         on Win32, at least.
16853
16854         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
16855         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
16856         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
16857         a subdirectory of the Windows directory as gtk system
16858         configuration directory.
16859
16860         * gtk/gtkselection.c: No chunks on Win32.
16861
16862         * gtk/gtksocket.c: Not implemented on Win32.
16863
16864         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
16865
16866         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
16867
16868         * gtk/maketypes.awk: Declare variables with a macro that expands to
16869         necessary export/import magic in the case of Win32.
16870                 
16871         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
16872
16873 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
16874
16875         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
16876         since those were meant only for gdki18n.h.  
16877         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
16878         for widechar tests.
16879         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
16880
16881 1999-03-13  Tor Lillqvist  <tml@iki.fi>
16882
16883         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
16884         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
16885
16886         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
16887         installed) to CFLAGS.
16888
16889         * gdk/Makefile.am: Add rules for gdkconfig.h.
16890
16891         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
16892         APIs.
16893
16894         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
16895         gdkx.h anyway when compiling for X11.
16896         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
16897         general): Merge in Win32 version.
16898         
16899         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
16900         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
16901         expansion (if we don't have HAVE_PWD_H), allow for drive
16902         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
16903         included code from Craig Setera's port to Win32 (the one that uses
16904         X11, and the cygwin dll), even if it probably will be abandoned.
16905
16906         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
16907         the user entered one herself.  This way one can complete *.h and
16908         don't get matches on any .help files, for instance.
16909         
16910 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16911
16912         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16913         font hash table, if we have a GdkFontPrivate entry for this font
16914         already, simply increment its reference count, provided by Olaf Dietsche
16915         <olaf.dietsche+list.gtk@netcologne.de>.
16916
16917         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
16918         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
16919
16920 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16921
16922         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
16923         the number of calls to gdk_draw_point() (and thus to X) by
16924         clipping the points by hand.
16925
16926         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
16927         the clip parameter.
16928         (gtk_handle_box_paint): Only paint the handle if the expose area
16929         intersects it.
16930
16931 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16932
16933         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
16934
16935 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
16936
16937         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
16938         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
16939
16940 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
16941
16942         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
16943          textmode (O_TEXT) for OS/2 version.
16944
16945 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
16946
16947         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
16948         GtkSpinButton, "input" and "output", to make the output more flexible.
16949         The user has to provide a mapping between adjustment->value and the
16950         output string (and vice versa, if the spin button is editable). 
16951         See testgtk for examples.
16952
16953 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
16954
16955         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
16956         new one.
16957         
16958         * configure.in: set gtk+ version to 1.3.0.