]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-8
Add missing NULL on valist.
[~andy/gtk] / ChangeLog.pre-2-8
1 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/testtext.c (create_buffer): Add missing NULL on
4         valist.
5
6         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
7         c-n-p problem with INCONSISTENT property.
8
9         [ Patch from Havoc Pennington  <hp@redhat.com> ]
10
11         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
12         hook.
13
14         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
15         signal as a hook for extending the default popup menu
16
17         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
18         use radio menu items for the input method menuitems
19
20         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
21         inserted unicode from Ctrl-Shift-hex input method
22
23         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
24         validatation here, already done at GtkTextBuffer level.
25
26         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
27         popup_menu run action signal and Shift+F10 and Menu keybindings.
28
29         * gtk/gtkentry.c: implement a default handler for popup_menu
30
31         * gtk/gtktextview.c: implement a default handler for popup_menu
32
33         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
34         from a key event
35         
36         * gtk/gtklabel.c: remove "trailer" cruft
37
38 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
39
40         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
41         handle reordering of trees.  Seems to mostly work w/ the exception
42         of the parity flag.
43
44         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
45         signal.
46
47 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
48
49         * gtk/gtkwidget.h: c++ fixes.
50
51 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
52
53         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
54         memory.
55
56 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
57
58         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
59         Nils Barth fixing event return values. (#51041)
60
61         * gtk/gtkwidget.c: Fix some return values for default
62         functions.
63
64         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
65         return values for trough_keys functions.
66
67         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
68         value for add_accelerator (shoudl have been a void
69         return.)
70
71         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
72         Fix return type of EVENT.
73
74         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
75         signal return a boolean.
76
77 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@webwynk.net>
78
79         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
80         reordered signal.
81
82         * tests/testtreesort.c (main): fix spelling.
83
84 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
85
86         * gtk/gtkliststore.c: More work on implementing sortable
87         interface.
88
89 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
90
91         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
92         reference the widgets in the resulting list. (#11821)
93         This makes this consistent with gtk_container_children.
94
95         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
96         uses of gtk_window_list_toplevels.
97
98 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
99
100         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
101         a virtual function to set whether the IM context should use 
102         the preedit string. (#51922)
103         
104 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
105
106         * gdk/gdkpango.h: Remove stale FIXME comment.
107
108 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
109
110         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
111         Fixed bug that returned NULL if a filename was selected.
112
113 2001-03-24  Havoc Pennington  <hp@pobox.com>
114
115         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
116         to contain the word "theme"
117
118 2001-03-24  Havoc Pennington  <hp@pobox.com>
119
120         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
121         slower but finer-grained
122         (gtk_hsv_focus): get initial focus on the ring or triangle 
123         according to tab direction
124
125         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
126
127 2001-03-23  Havoc Pennington  <hp@pobox.com>
128
129         * gtk/gtkhsv.c: make this somewhat key-navigable
130
131         * gtk/gtkfontsel.c: mnemonics
132
133         * gtk/gtkgamma.c: mnemonics
134
135         * gtk/gtkcolorsel.c: add mnemonics to labels
136
137 2001-03-22  Havoc Pennington  <hp@pobox.com>
138
139         Applied big patch from Seth Lytle to fix event handler return
140         values, slightly modified.
141
142         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
143         handled.
144         (gtk_calendar_key_press): return TRUE for GDK_space triggers
145         select_day
146
147         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
148         (gtk_clist_button_release): return TRUE if handled
149
150         * gtk/gtkcolorsel.c (mouse_release):
151         (palette_activate): 
152         (palette_press): 
153         (palette_new): 
154         (mouse_press): 
155         (get_screen_color): 
156         fixed return type (void to gboolean), return TRUE,
157         added GTK_SIGNAL_FUNC cast
158
159         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
160         (void to gboolean), and return TRUE
161         (gtk_combo_button_release): changed return value to TRUE after
162         gtk_grab_add on combo->popwin
163
164         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
165         collapse or expand
166
167         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
168         button/motion
169
170         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
171         press/release and motion that trigger act
172
173         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
174
175         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
176         for GDK_Return
177         
178         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
179         (gtk_list_button_release): return TRUE if selection
180
181         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
182         press
183
184         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
185         (gtk_menu_shell_button_release): chain parent_menu_shell retval
186
187         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
188         nothing triggered
189         (gtk_notebook_button_release): return TRUE if we do anything
190
191         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
192         (gtk_spin_button_button_release): return TRUE or chained retval
193
194         * gtk/gtktext.c (gtk_text_button_press): 
195         (gtk_text_button_release): return TRUE
196         (gtk_text_key_press): remove redundant retval code
197         
198         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
199         and sensitive
200         (gtk_tree_item_subtree_button_click): changed type to gint, and return
201         TRUE if sensitive
202
203         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
204         return TRUE
205
206 2001-03-23  Havoc Pennington  <hp@redhat.com>
207
208         * gtk/testgtk.c: fix warnings
209
210         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
211
212         * gtk/gtktextview.c: fix warnings
213
214         * gtk/gtktext.c (find_cursor_at_line): fix warning
215
216         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
217
218         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
219         of this function
220
221         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
222         fix warning
223
224         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
225
226         * gtk/gtkfontsel.c: fix warning
227
228         * gtk/gtkcolorsel.c: fix warnings
229
230 2001-03-23  Havoc Pennington  <hp@redhat.com>
231
232         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
233
234         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
235
236         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
237         and deprecated gtk_check_menu_item_set_show_toggle().
238         
239         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
240
241         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
242
243         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
244
245 2001-03-23  Havoc Pennington  <hp@redhat.com>
246
247         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
248         some docs
249
250 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
251
252         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
253         this.
254
255         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
256         set_cell to set_value
257
258         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
259         set_cell to set_value
260
261 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
262
263         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
264         fix braino.
265         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
266         support.
267
268         * gtk/gtktreeview.c: Addition of initial sortable support.
269
270         * gtk/gtktreestore.c: Addition of initial sortable support.
271
272         * gtk/gtkliststore.c: Addition of initial sortable support.
273
274         * gtk/gtkmarshal.list: yet another marshaller.
275
276         * gtk/gtktreedatallist.[ch]: shared code between the store models
277         for handling sorting headers.
278
279 2001-03-22  Havoc Pennington  <hp@redhat.com>
280
281         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
282         (gtk_container_unset_focus_chain): Add ability to override the 
283         focus chain for a container explicitly
284
285 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
286
287         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
288         added PROP_MNEMONIC_WIDGET.
289
290         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
291         (gtk_window_remove_mnemonic): 
292         (gtk_window_add_mnemonic): fixed assertions.
293         (gtk_window_activate_mnemonic): constrain modifier checks to those
294         permitted by gtk_accelerator_get_default_mod_mask().
295         got rid of gtk_window_get_default_accel_group().
296
297         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
298         activatable widgets either by focussing or a warning.
299         added a signal accumulator to ::activate_mnemonic which stops the
300         emission once a handler returned TRUE.
301
302 2001-03-22  Havoc Pennington  <hp@pobox.com>
303
304         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
305         the stock item label
306
307         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
308
309         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
310
311         * demos/gtk-demo/*.c: Add mnemonics all over the place
312
313         * gtk/gtklabel.h: mark parse_uline deprecated
314
315 2001-03-21  Alexander Larsson  <alexl@redhat.com>
316
317         * gtk/gtkitemfactory.[ch]:
318         Add support for stock and normal imagemenuitems.
319         
320         * gtk/testgtk.c:
321         Add some tests for mnemonics, stock toolbars, stock
322         and image menuitems in itemfactory and gdk_window_scroll.
323
324 2001-03-21  Alexander Larsson  <alexl@redhat.com>
325
326         * gtk/gtkbutton.[ch]:
327         * gtk/gtkdialog.c:
328         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
329         removed accel_group argument. Renamed gtk_button_new_accel() to
330         gtk_button_new_with_mnemonic() and removed accel_group argument.
331
332         * gtk/gtkcheckbutton.[ch]:
333         New function gtk_check_button_new_with_mnemonic().
334
335         * gtk/gtkentry.c:
336         Override activate_mnemonic and just grab focus.
337
338         * gtk/gtkitemfactory.c:
339         Don't add menu uline accel group, instead use mnemonics support.
340
341         * gtk/gtklabel.[ch]:
342         New support for mnemonics.
343
344         * gtk/gtkmarshal.list:
345         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
346
347         * gtk/gtkmenu.[c]:
348         * gtkmenushell.c:
349         Use mnemonics instead of accel groups for uline
350         support in menu items.
351         Removed gtk_menu_get_uline_accel_group() and
352         gtk_menu_ensure_uline_accel_group().
353
354         * gtk/gtkmenuitem.c:
355         Override activate_mnemonic to handle switching between
356         menu items if there are collisions.
357         
358         * gtk/gtknotebook.c:
359         Connect to activate_mnemonic on the tab_label, so that
360         activating it switches to that notebook page.
361
362         * gtk/gtkwidget.[ch]:
363         Add activate_mnemonic signal. New function
364         gtk_widget_activate_mnemonic() to emit it.
365         Default implementation does activate/grab_focus.
366
367         * gtk/gtkwindow.[ch]:
368         Add support for mnemonics in windows.
369         New functions:
370         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
371         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
372
373         * gtk/testgtk.c:
374         Update to function name changes.
375         
376 2001-03-21  Alexander Larsson  <alexl@redhat.com>
377
378         * gtk/gtkimagemenuitem.[c]:
379         Add gtk_image_menu_item_new_from_stock()
380
381 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@webwynk.net>
382
383         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
384         Fix buglet in meeting.
385
386 2001-03-19  Havoc Pennington  <hp@redhat.com>
387
388         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
389         add a bunch of accessor functions. This is because we have
390         reasonable expectations of extending what fields it contains in
391         the future.
392
393         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
394         changes
395
396         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
397         GtkIconSource   
398
399 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
400
401         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
402         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
403
404         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
405           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
406           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
407           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
408         Change float to double everywhere with the exception of 0<->1.0 alignment
409         and GtkCurve.
410
411 2001-03-19  Tor Lillqvist  <tml@iki.fi>
412
413         * gdk/win32/gdkdrawable-win32.c
414         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
415         output.
416
417         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
418         gdkwin32.h.
419
420 2001-03-18  Tor Lillqvist  <tml@iki.fi>
421
422         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
423         print_event_state, print_event): Use preprocessor macro to make
424         code more compact. Print also GDK_WINDOW_STATE events.
425         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
426         
427         * gtk/gtk.def
428         * gtk/makefile.mingw.in: Update.
429
430         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
431         to catch also Cygwin.
432
433 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
434
435         * gtk/gtkspinbutton.[hc]: added rc-style argument
436         GtkSpinButton::shadow_type.
437         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
438         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
439         rc-style settings.
440
441         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
442
443         * gtk/gtkwidget.c: quark cleanups.
444
445         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
446         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
447         to create_rc_style() (we don't do cloning in standard OO sense).
448         added per rc style properties.
449         
450         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
451         property values and for caching those. some cleanups.
452         
453         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
454         
455         * gtk/gtksettings.[hc]: new file for global rc-file properties
456         (at least currently, should get extended to support X properties
457         and other communication mechanisms).
458         
459         * gtk/gtkwidget.[hc]: added style property support:
460         (gtk_widget_class_install_style_property_parser): install style
461         property pspec with parser function for rc-file values other
462         than LONG, DOUBLE or STRING.
463         (gtk_widget_class_install_style_property): same as above without
464         parser (parsers are going to be needed quite infrequently).
465         (gtk_widget_style_get_property): retrive style property value.
466         (gtk_widget_style_get_valist): same as above with varargs support,
467         has NOCOPY semantics.
468         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
469
470 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
471
472         * demos/gtk-demo/main.c (row_activated_cb): modified to use
473         "row_activated" signal.
474
475         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
476         stupidity.  Lets actually pass in the row with this signal...
477
478 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
479
480         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
481
482         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
483
484         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
485         everything into the ::destroy function, and freed a lot more.
486
487 2001-03-16  Havoc Pennington  <hp@redhat.com>
488
489         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
490         instead of gint16, to avoid overflow issues, since sizes > 16-bit
491         are now allowed.
492
493 2001-03-16  Havoc Pennington  <hp@redhat.com>
494
495         * Applied patch from Nils Barth (bug # 51041) to 
496         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
497         in various places.
498
499 2001-03-15  Havoc Pennington  <hp@redhat.com>
500         
501         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
502         for properties to set on the tag.
503
504         * gtk/testtext.c: fixups to reflect create_tag change
505         
506         * gtk/gtktexttag.c (gtk_text_tag_set_property):
507         background/foreground stipple are objects, not boxed.
508
509         * demos/gtk-demo/textview.c: intellihancing
510
511 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
512
513         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
514         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
515
516 2001-03-16  Alexander Larsson  <alexl@redhat.com>
517
518         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
519         Fix sign error with queued region translations.
520
521 2001-03-15  HideToshi Tajima  <tajima@happy>
522
523         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
524         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
525         * gtk/gtkentry.c (update_im_cursor_location): 
526         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
527         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
528         set_cursor_pos to set_cursor_location in GtkInputContext class
529
530 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
531
532         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
533         the location of the cell relative to its area.
534         * gtk/gtkcell*: modified for above change
535         * gtk/gtktreeview.c: modified for above change.
536
537 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
538
539         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
540          (gtk_tree_view_finalize): actually unref the model.  Thanks to
541         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
542
543 2001-03-14  Havoc Pennington  <hp@redhat.com>
544
545         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
546         
547         * gtk/gtk.h: remove gtkdata.h
548
549         * gtk/Makefile.am: remove gtkdata
550         
551         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
552         not "disconnect" on the adjustments.
553         
554         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
555         GtkData
556
557         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
558         not GtkData
559
560         * configure.in: handle case where X render exists, but Pango lacks
561         Xft support.
562
563 2001-03-15 Alexander Larsson  <alexl@redhat.com>
564
565         * gtk/gtktoolbar.[ch]:
566         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
567         to add stock items to toolbars.
568
569         * gtk/Makefile.am:
570         Remove ../gdk/gdkim.h from gdk_headers.
571
572 2001-03-15  Sven Neumann  <sven@gimp.org>
573
574         * gdk/gdkim.h: removed
575         
576         * gdk/gdkprivate.h
577         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
578
579 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
580
581         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
582         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
583         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
584         set_cursor_pos() virtual method
585
586         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
587         (gtk_im_context_xim_set_cursor_pos): add implementation for
588         set_cursor_pos() method
589
590         * gtk/gtkentry.c (recompute_idle_func): set current cursor
591         position to input methods
592
593 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
594
595         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
596         code a lot.
597
598         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
599         g_mem_chunk.
600         (_gtk_tree_data_list_alloc): use g_mem_chunk.
601         (_gtk_tree_data_list_node_to_value): Fix to switch on
602         G_TYPE_FUNDAMENTAL.
603         (_gtk_tree_data_list_value_to_node): Fix to switch on
604         G_TYPE_FUNDAMENTAL.
605         (_gtk_tree_data_list_node_copy): Fix to switch on
606         G_TYPE_FUNDAMENTAL.
607
608 2001-03-12  Havoc Pennington  <hp@redhat.com>
609
610         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
611         to convert to new property API. Also, change default_width and
612         default_height get_property to return 0 as the flag value for
613         "unset"; -1 is not a valid value for these fields.
614
615 2001-03-12  Havoc Pennington  <hp@redhat.com>
616
617         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
618         enum with registration for icon sizes, instead of strings.
619
620         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
621         gtkwidget.c: Fix to reflect GtkIconSize
622         
623 2001-03-12  Alexander Larsson  <alexl@redhat.com>
624
625         Make GtkFB compile and link.
626         
627         * gdk/linux-fb/gdkdrawable-fb2.c:
628         window->mapped to GDK_WINDOW_IS_MAPPED(). 
629         
630         * gdk/linux-fb/gdkwindow-fb.c:
631         window->mapped to GDK_WINDOW_IS_MAPPED(). 
632         Added gdk_window_shape_combine_region.
633         Added assorted placeholders for unimplemented new GdkWindow API calls.
634
635 2001-03-12  Alexander Larsson  <alexl@redhat.com>
636
637         * gtk/gtkfilesel.c:
638         Add more test when converting filenames from/to utf-8.
639         Don't allow entering text in the filename entry which isn't allowed in
640         a filename. Just beep instead.
641
642 2001-03-12  Alexander Larsson  <alexl@redhat.com>
643
644         * gtk/gtkclist.c:
645         Scroll using gdk_window_scroll(). Don't wait for exposes.
646         Move the column headers in an order that makes them flash less.
647
648 2001-03-10  Hans Breuer  <hans@breuer.org>
649
650         * gdk/gdk.def : updated
651
652         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
653         to offseting the clip_mask at the right place
654
655         * gdk/win32/gdkwindow-win32.c : don't create background brushes
656         for all the gdkClasses, especially not for the input_only case.
657         Otherwise flickering wont be avoidable, because we don't get
658         WM_ERASEBKGND message for these windows.
659
660         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
661         and fixed massive redraw problems apparently triggered by Alexanders 
662         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
663         but it seems to work quite well :-)
664
665         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
666         prototype
667
668 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
669
670         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
671         (gtk_list_store_set_cell): Fix a stupid typo.
672
673 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
674
675         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
676         select_all not work if you're in SINGLE mode (it doesn't make that
677         much sense, anyway.)
678
679         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
680         handle types more sanely.
681         (_gtk_tree_data_list_value_to_node): handle types more sanely.
682         (_gtk_tree_data_list_node_copy): handle types more sanely.
683
684         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
685         GValue better. Converts the type as well.
686
687         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
688         GValue better. Converts the type as well.
689
690 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
691
692         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
693         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
694         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
695         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
696
697         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
698         gdk_im/gdk_ic.
699
700 2001-03-09  Hans Breuer  <hans@breuer.org>
701
702         * gdk/gdk.def : updated
703
704         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
705         for their palette
706
707         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
708         removing
709
710         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
711         removing and implemented Havoc's GdkWindow state functions; 
712         stick/unstick only as no-op, cause I don't know how to emulate 
713         on win32 ...
714
715         * gtk/gtk.def : updated
716
717         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
718
719         * gtk/gtktypeutils.c : #include <string.h>
720
721         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
722
723 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
724
725         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
726         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
727         not a boxed.
728
729 2001-03-09  Alexander Larsson  <alexl@redhat.com>
730
731         * docs/Changes-2.0.txt:
732         Document expose event->region change and that gtk_widget_event
733         doesn't allow passing expose events.
734
735         * gdk/gdkevents.h:
736         Add region to expose event.
737         
738         * gdk/gdkevents.c:
739         Handle event->region in gdk_event_copy() and gdk_event_free().
740
741         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
742         Generate expose_event->region when creating expose events.
743
744         * gdk/x11/gdkevents-x11.c:
745         Generate expose events with regions when translating X events.
746
747         * gtk/gtkcontainer.[ch]:
748         Default expose handler that propagates expose events to NO_WINDOW
749         children. New function gtk_container_propagate_expose()
750
751         * gtk/gtkwidget.[ch]:
752         Moved gtk_widget_event implementation to gtk_widget_event_internal.
753         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
754         expose events. New function gtk_widget_send_expose() to send expose
755         events. New function gtk_widget_region_intersect() to calculate
756         window/region intersections.
757         
758         * gtk/gtkmain.c (gtk_main_do_event):
759         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
760         Use gtk_widget_send_expose() to send expose events.
761         
762         * gtk/gtkbin.c:
763         * gtk/gtkbox.c:
764         * gtk/gtkfixed.c:
765         * gtk/gtkimagemenuitem.c:
766         * gtk/gtklist.c:
767         * gtk/gtkpacker.c:
768         * gtk/gtktable.c:
769         * gtk/gtktree.c:
770         Remove expose handler, using the default container implementation
771         instead.
772         
773         * gtk/gtkbutton.c:
774         * gtk/gtkcheckbutton.c:
775         * gtk/gtkeventbox.c:
776         * gtk/gtkfixed.c:
777         * gtk/gtkhandlebox.c:
778         * gtk/gtklayout.c:
779         * gtk/gtklistitem.c:
780         * gtk/gtkmenu.c:
781         * gtk/gtkmenubar.c:
782         * gtk/gtkmenuitem.c:
783         * gtk/gtknotebook.c:
784         * gtk/gtkoptionmenu.c:
785         * gtk/gtkpaned.c:
786         * gtk/gtkscrolledwindow.c:
787         * gtk/gtktogglebutton.c:
788         * gtk/gtktoolbar.c:
789         * gtk/gtktreeitem.c:
790         * gtk/gtkviewport.c:
791         Chain expose handler to parent class handler. Use
792         gtk_container_propagate_expose() to propagate exposes.
793
794         * gtk/gtkclist.c (check_exposures):
795         * gtk/gtktext.c (process_exposes):
796         Use gtk_widget_send_expose instead of gtk_widget_event.
797
798 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
799
800         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
801
802 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
803
804         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
805         unref the nodes.   Fixes bug #50058.
806
807         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
808         "::ref_iter" to "::ref_node".
809         (gtk_tree_model_unref_node): change "::unref_iter" to
810         "::unref_node". Fixes bug #50064.
811
812 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
813
814         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
815         support for invisible cells.
816          (gtk_tree_view_bin_expose): ditto
817
818 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
819
820         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
821         on gobjects.
822
823         * tests/testtreefocus.c (main): New test file.
824
825         * tests/testtreeview.c: update to latest glib changes.
826
827         * tests/testtreecolumns.c: update to latest glib changes.
828
829 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
830
831         * gtk/testgtk.c: re-enabled event watcher emission hooks.
832
833 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
834
835         * *.c: added accumulator data argument to g_signal_newc()
836         functions.
837
838         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
839         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
840         * gtk/treestoretest.c (make_window):
841         s/g_signal_connect/g_signal_connectc/.
842
843         * gtk/gtktextbuffer.c: completed signal arg fixups,
844         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
845
846 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
847
848         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
849         G_CONST_RETURN.
850
851         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
852         ::hierarchy-changed signal when a widget changes
853         from anchored to unanchored or vice versa.
854         (anchored means 
855          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
856         Use a private flag to keep track of this efficiently.
857
858 2001-03-07  Havoc Pennington  <hp@redhat.com>
859
860         * gtk/testgtk.c (create_spins): uglify so that size request gets
861         tested.
862
863         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
864         request on values for upper/lower, completes #6152
865
866 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
867
868         * Makefile.am: Remove gtk-config-2.0 again.
869         (Grrrr, pkg-config. And stops make loops.)
870
871 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
872
873         * gtk/gtksignal.[hc]: removed old emission hook API.
874         
875         * docs/Changes-2.0.txt: fixed sections.
876         
877         * gtk/gtktextbuffer.c: signal arg fixups.
878
879 2001-03-07  Havoc Pennington  <hp@redhat.com>
880
881         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
882
883         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
884         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
885         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
886         validation and the redraw which is higher priority than the
887         validation.
888
889 2001-03-07  Havoc Pennington  <hp@redhat.com>
890
891         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
892         (gtk_entry_set_property): remove trailer
893
894         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
895         (gtk_entry_get_width_chars): new functions, to set size request to 
896         a given number of characters
897
898         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
899
900         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
901         (gtk_dialog_get_has_separator): new function
902         (run_delete_handler): fix to not emit "response" signal
903         because we already did in the delete event handler installed
904         at dialog creation time.
905         
906         * gtk/gtkdialog.h: add a has_separator property,
907         add GTK_DIALOG_NO_SEPARATOR flag
908
909 2001-03-07  Havoc Pennington  <hp@redhat.com>
910
911         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
912         off decorations for a window.
913
914         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
915         changes
916
917         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
918         to get location of PangoLayout inside the label, closes #51198
919
920         * gtk/testgtk.c (create_bbox): fix up button box usage
921
922         * gtk/testcalendar.c (create_calendar): fix up button box usage
923
924         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
925
926         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
927
928         * gtk/gtkhbbox.h: deprecations
929
930         * gtk/gtkvbbox.h: deprecations
931
932         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
933         emulate deprecated gtk_button_box_get_spacing
934
935         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
936         the "set global default" functions
937         (struct _GtkButtonBox): remove "spacing" field, use the one from 
938         GtkBox base class
939
940         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
941
942         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
943         render the icon, return the missing image icon.
944
945         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
946         image icon if the load fails.   
947
948         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
949         when no image is found; should be the Netscape "missing image"
950         icon eventually but for now is a random image
951
952         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
953         role for the session manager
954
955         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
956
957         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
958         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
959
960         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
961
962 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
963
964         * gtk/*.c: marshaller fixes.
965         
966         * gtk/gtkmarshal.list: extreme cleanup.
967
968         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
969         param spec for now.
970
971         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
972         where appliable.
973
974         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
975         special cased autogenerated boxed types from gtktypebuiltins_ids.c
976         which are not reference counted:
977         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
978         PangoFontDescription, GtkTreeIter and GtkTreePath.
979
980 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
981
982         * gtk/gtktreeselection.h: 
983         * gtk/gtktreemodel.c:
984         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
985         file should be included directly, and gobject/gmarshal.h
986         as well as gtk/gtkmarshal.h even can't be included directly.
987
988         * Makefile.am: grr, install gtk-config-2.0.
989
990         * gtk/testgtk.c:
991         * gtk/simple.c:
992         * gtk/gtkmenu.c:
993         * gtk/gtkitemfactory.c: use g_object_connect() instead of
994         passing "*signal*::*" args to gtk_widget_set().
995         
996         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
997         
998         * gtk/*.c: removed trailer arg from property setters and getters.
999         macro fixups.
1000
1001 2001-03-07  Alexander Larsson  <alexl@redhat.com>
1002
1003         * gtk/gtklabel.c (set_markup): Removed warning
1004
1005 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
1006
1007         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
1008         field to allow you to hide cell renderers.
1009
1010         * gtk/gtkcellrenderer.c: Add support for invisible cells.
1011
1012         * gtk/gtktreeview.c: Add support for invisible cells.
1013
1014 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
1015
1016         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
1017         Add "clicked" signal back to columns.
1018
1019         * ChangeLog: remove conflict markers.
1020
1021 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
1022
1023         * gtk/gtkbutton.c: Add animation of activation by, on 
1024         activate, pressing the button, and adding a timeout that 
1025         releases the button after 250ms or on key release and
1026         emits ::clicked. (#51501)
1027
1028         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
1029         action area, we connect to ::clicked instead of ::activate
1030         so the dialog stays up through the animation.
1031
1032 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
1033
1034         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
1035         check the ignore_enter flag for the menu shell that
1036         the item is actually a child of, not for attached
1037         submenus. (#51536)
1038
1039 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
1040
1041         * gtk/gtkmain.c (gtk_propagate_event): Only do special
1042         special key-press grab handling for widgets within
1043         GtkWindows. Otherwise, fall through to normal case.
1044
1045         This prevents key events being sent twice to GtkInvisible
1046         widgets, which can cause all sorts of mischief.
1047
1048 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
1049
1050         * gtk/gtkmain.c (gtk_propagate_event): When a grab
1051         widget is in effect, give the grab widget a first
1052         crack at KEY_PRESS/RELEASE events. (#424)
1053
1054 2001-03-06  James Henstridge  <james@daa.com.au>
1055
1056         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
1057         offset for the window_state_event to point at window_state_event
1058         rather than no_expose_event.
1059
1060 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
1061
1062         * gtk/gtkimmodule.h: fix busted /* comment */
1063
1064 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
1065
1066         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
1067         object properties.
1068
1069 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
1070
1071         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
1072         add object properties.
1073
1074         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
1075         to add object properties.
1076
1077         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
1078         object properties.
1079
1080         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
1081         add object properties.
1082
1083         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
1084         object properties.
1085
1086 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
1087
1088         * gtk/gtktreemodel.c: renamed "child_toggled" to
1089         "has_child_toggled".
1090
1091         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
1092         handle new signal name.
1093
1094         * gtk/gtktreestore.c: Updated to handle new signal name.
1095         * gtk/gtklisttore.c: Updated to handle new signal name.
1096         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
1097
1098 2001-03-05  Alexander Larsson  <alexl@redhat.com>
1099
1100         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
1101         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
1102
1103 2001-03-05  Michael Natterer  <mitch@gimp.org>
1104
1105         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
1106         pixbuf-engine coincidentially also failed to make one of it's
1107         parent_class pointers static, causing overwriting of GtkLabel's
1108         parent_class pointer in pixbuf_style_class_init().
1109         (Will commit the fix to the pixbuf-engine too).
1110
1111 2001-03-05  Alexander Larsson  <alexl@redhat.com>
1112
1113         * gdk/gdkwindow.h:
1114         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
1115         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
1116         gdk_window_set_icon_list for net wmspec functionality.
1117
1118         * gdk/x11/gdkwindow-x11.c:
1119         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
1120         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
1121         gdk_window_set_icon_list.
1122         Added gdk_wmspec_change_state helper function and used it in the code.
1123         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
1124
1125         * gtk/gtkdialog.c (gtk_dialog_init):
1126         Set GDK_WINDOW_TYPE_HINT_DIALOG.
1127
1128         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
1129         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
1130
1131         * gtk/gtkwindow.c:
1132         new function gtk_window_set_type_hint.
1133         On realize, set type hint and modal hint.
1134
1135         * gtk/gtkwindow.h:
1136         Added type_hint field and gtk_window_set_type_hint.
1137
1138 2001-03-05  Alexander Larsson  <alexl@redhat.com>
1139
1140         * gtk/gtklabel.[ch]:
1141         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
1142         New function gtk_label_get_accel_keyval () to get the underline accelerator
1143         of the label. Setting the label pattern overrides other attributes.
1144
1145 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
1146
1147         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
1148         Added missing initializers to gtk_rc_style_init().
1149
1150 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
1151
1152         * gtk/gtktextview.c: fixed bug #51097 about setting 
1153         gtk_text_view_set_border_window_size() if the widget is 
1154         already realized.
1155
1156 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
1157
1158         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
1159
1160         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
1161         comment. Won't do to have duplicated doc comments between
1162         the platform subdirs.
1163
1164 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
1165
1166         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
1167           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
1168
1169         Detectable auto-repeat - make a repeating key generate
1170         press/press/press/release instead of press/release pairs.
1171
1172         If we have Xkb and XkbSetDectableAutoRepeat supports
1173         that, we do it that way. Otherwise, when we get
1174         a release event, we check ahead with XPending to see
1175         if the next key is a KeyPress with the same keycode
1176         and timestamp. (Not 100% reliable, but pretty close.)
1177           
1178 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
1179         
1180         * gtk/gtkmain.c (gtk_propagate_event): Only do special
1181         special key-press grab handling for widgets within
1182         GtkWindows. Otherwise, fall through to normal case.
1183  
1184         This prevents key events being sent twice to GtkInvisible
1185         widgets, which can cause all sorts of mischief.
1186  
1187 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
1188  
1189         * gtk/gtkmain.c (gtk_propagate_event): When a grab
1190         widget is in effect, give the grab widget a first
1191         crack at KEY_PRESS/RELEASE events. (#424)
1192  
1193 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
1194
1195         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
1196         to extend the selection. (Roughly based on patch
1197         from Jay Cox, #50939)
1198
1199         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
1200         to properly handle previous GDK_BUTTON_PRESS. 
1201         (Patch from Jay Cox, #50938)
1202
1203         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
1204         '\0' back along with the deleted text. (#51148)
1205
1206 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
1207
1208         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
1209         the group when extracting it from the X keyboard event.
1210
1211         * modules/input/Makefile.am modules/input/imipa.c: 
1212         Simple module for entering IPA. (Do we need a 
1213         gtk-stupid-input-tricks CVS module?)
1214
1215 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
1216
1217         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
1218         const.
1219
1220         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
1221
1222         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
1223         is no focus widget for the dialog currently, grab the focus as well
1224         as the default.
1225
1226         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
1227         the action area's children to iterate through, not the
1228         dialog's children.
1229
1230 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
1231
1232         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
1233         Add plug-socket tests. (Won't work worth a darn until I commit
1234         the rest of the plug-socket changes, but no reason these
1235         can't go into CVS now.)
1236
1237 2001-03-02  Havoc Pennington  <hp@redhat.com>
1238
1239         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
1240         _gdk_region_get_xrectangles()
1241
1242         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
1243
1244         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
1245
1246         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
1247         function, contributed by Ron Steinke    
1248
1249         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
1250         gdk_net_wm_supports
1251
1252         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
1253         New function, contributed by Ron Steinke
1254
1255         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
1256         used to line up the text in the entry when using the entry for
1257         editable sheet cell hacks
1258
1259         * gtk/testgtk.c (create_entry): test the activate_default setting
1260         on GtkEntry
1261
1262         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
1263         cause the entry to activate the default button for a dialog when 
1264         activated
1265         (gtk_entry_get_activates_default): new function
1266
1267 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
1268
1269         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
1270         Hwang to move call to sync_selection() up a few lines
1271         to before the row list is modified, to fix crash when
1272         removing rows in the undo_selection list.
1273
1274         (Test case provided by Daniel Elstner:
1275
1276         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
1277
1278 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
1279
1280         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
1281         of tree->root_tree in parent_set rather than _map(), 
1282         fixing #50892 in a bit better manner.
1283
1284 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
1285
1286         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
1287
1288 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
1289
1290         * gtk/gtkstyle.c : Remove duplicate fwd decl for
1291         gtk_default_draw_shadow.
1292
1293 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
1294
1295         * gdk/gdkimage.c (gdk_image_new): Remove excess 
1296         warning, make warnings more verbose, treat a error
1297         in shmat as permanent, and don't try again.
1298         (#51163, Ed Randall.)
1299
1300 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
1301
1302         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
1303         delay for the first click before starting to scroll.
1304         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
1305
1306         * gtk/gtktext.c: GtkText should have I-beam cursor. 
1307         (based on gtk-enf-990513-1.patch, Eric Fisher.)
1308
1309 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
1310
1311         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
1312         cleanup to remove some references to unused
1313         ->xoffset, ->yoffset.
1314
1315 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
1316
1317         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
1318         mask. (#51039, fix from Martin Maierhofer)
1319
1320 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
1321
1322         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
1323         for unshifted + and shifted = for non-us keyboards.
1324         Make <Control>+ and <Control>- work as well as 
1325         <Control>KP_Plus, <Control>KP_Minus for recursive
1326         open/close.  (#2682, René Seindal)
1327
1328 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
1329
1330         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
1331         the active menu item before deactivating the menu,
1332         so gtk_menu_popdown doesn't change the history. (#50964)
1333         
1334 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
1335
1336         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
1337         draw lines with text_gc rather than black_gc.
1338         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
1339
1340 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
1341
1342         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
1343         Move handling of buttons fully in gtktreeviewcolumn.  This code is
1344         less interrelated then it was, but it still requires the
1345         GtkTreeView to map it.
1346
1347         * test/testtreecolumn.c: Now I can add a column to one view,
1348         remove it, add it to the another view, remove it, then re-add it
1349         to the first.  Nifty.
1350
1351 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
1352
1353         * docs/tutorial/gtk-tut.sgml: Minor corrections
1354
1355 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
1356
1357         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
1358         GtkRowReference.
1359
1360 2001-02-28  Havoc Pennington  <hp@redhat.com>
1361
1362         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
1363         draw_default
1364         (gtk_widget_draw_focus): remove this function; we could instead
1365         make it just gtk_widget_draw(), but in most cases I think the
1366         result would be broken user code, so think it's better to have
1367         that code not compile and get fixed
1368         (gtk_widget_draw_default): ditto
1369
1370         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
1371         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
1372         
1373         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
1374         widgets lose/get the default, instead of calling draw_default
1375         
1376         * docs/Changes-2.0.txt: note about all this
1377
1378         Then fixed every widget in GTK, I won't list all the filenames.
1379
1380 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
1381
1382         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
1383         _gtk_tree_row_reference_deleted.
1384         (inserted_callback): Proxy out to
1385         _gtk_tree_row_reference_inserted.
1386         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
1387         get around signal emission ordering problem.
1388
1389         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
1390         fix to work with SINGLE 
1391         (_gtk_tree_selection_internal_select_node): Major sanitization on
1392         selections.  SINGLE now seems to work.
1393
1394         * tests/Makefile.am: add testtreecolumn.c:
1395
1396         * tests/testtreecolumn.c: New test.  Mostly points out selection
1397         bugs currently, but will test columns later.
1398
1399         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
1400         selection bug.  I hate touching this code -- it's scary.
1401
1402 2001-02-26  Havoc Pennington  <hp@redhat.com>
1403
1404         * gtk/testgtk.c: test the window state stuff
1405
1406         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
1407         window come to the user's attention as if it were just created
1408         (gtk_window_iconify): new function
1409         (gtk_window_deiconify): new function
1410         (gtk_window_stick): new function
1411         (gtk_window_unstick): new function
1412         (gtk_window_maximize): new function
1413         (gtk_window_unmaximize): new function
1414
1415         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
1416
1417         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
1418
1419         * gdk/x11/gdkevents-x11.c: create window state events when
1420         appropriate
1421         (gdk_wmspec_supported): new function
1422
1423         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
1424         iconification before showing the window
1425         (gdk_window_deiconify): new function
1426         (gdk_window_stick): new function
1427         (gdk_window_unstick): new function
1428         (gdk_window_maximize): new function
1429         (gdk_window_unmaximize): new function
1430
1431         * gdk/gdkwindow.c: store the window state in the window; 
1432         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
1433         window->mapped.
1434         (gdk_window_get_state): return the current window state
1435
1436         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
1437         (gdk_event_get_state): handle GDK_WINDOW_STATE
1438         (gdk_synthesize_window_state): function to create the window state
1439         events
1440
1441         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
1442         event, for changes to "window state" such as maximized, sticky, 
1443         etc.
1444         
1445         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
1446         focuses a window
1447
1448         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
1449         finds out if we support a given WM spec hint
1450
1451 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
1452
1453         * docs/faq/gtk-faq.sgml: New question re memory leaks.
1454
1455 2001-02-25  Hans Breuer  <hans@breuer.org>
1456
1457         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
1458         cause we want to loose those prototypes only in the latter case
1459
1460         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
1461         GdkPixmapImplWin32 because it itsn't derived from it. Use the
1462         impl member variable instead
1463
1464         * gtk/gtk.def : updated
1465
1466         * gtk/gtklist.c : 
1467         * gtk/gtkmenus.c : include <string.h> for memset ()
1468
1469         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
1470         for everthing built here, but for gtk-x.x.dll only. This solves
1471         problem of indifferent gtk type definitions
1472
1473 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@webwynk.net>
1474
1475         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
1476
1477 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
1478
1479         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
1480         column that is exposed.
1481
1482         (_gtk_tree_view_update_size): Changed name from set_size, and
1483         changed function to do more work, and not force people calling it
1484         to figure out the size.  Simplifies a lot of code elsewhere.
1485
1486 2001-02-23  Alexander Larsson  <alexl@redhat.com>
1487
1488         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
1489         return solid masks for xpms that have no transparent color.
1490         This makes the ..._create_from_xpm... API backwards
1491         compatible.
1492
1493 2001-02-23  Tor Lillqvist  <tml@iki.fi>
1494
1495         * README.win32: Update. Mention the gtk-1-3-win32-production
1496         branch.
1497
1498         * gdk/win32/bdfcursor.c: New file. A program that generates
1499         xcursors.h. Thanks to Stefan Ondrejicka.
1500
1501         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
1502         compact format.
1503
1504         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
1505
1506         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
1507         function, uses xcursors.h.
1508         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
1509         cursor from inline data instead of using LoadCursor() to generate
1510         it from a resource.
1511
1512         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
1513         event, must check the Windows message for mouse button state, as
1514         the GDK event state might not have been built if it is
1515         undelivered. Remove one goto.
1516
1517         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
1518         SetCursor() if the current cursor as returned by GetCursor() is
1519         the window's previous cursor. The ChildWindowFromPoint() test
1520         apparently didn't work correctly.
1521
1522         * gdk/win32/rc/*.cur: Remove.
1523
1524         * gdk/win32/rc/gdk.rc.in: Remove cursors.
1525
1526         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
1527
1528         * gtk/makefile.{mingw,msc}.in: Updates.
1529
1530 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
1531
1532         * gtk/gtktreemodel.h: add functions for signal emission.
1533
1534         * gtk/gtktreestore.c: move to use above functions instead of
1535         g_signal_emit.
1536
1537         * gtk/gtkliststore.c: ditto
1538
1539 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
1540
1541         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
1542         GObject instead of GtkObject.
1543
1544         * gtk/gtkliststore.c: ditto.
1545
1546         * gtk/gtktreemodelsort.c: ditto.
1547
1548         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
1549         GtkTreeModelIface, instead of in each model.
1550
1551 2001-02-21  Havoc Pennington  <hp@redhat.com>
1552
1553         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
1554         unbreak this function
1555
1556         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
1557         properties
1558
1559         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
1560         properties
1561
1562         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
1563         properties
1564
1565         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
1566         mean unset the max length
1567
1568 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
1569
1570         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
1571         Changed name to be set_cell_data_func to make it clear what
1572         the functino does.  Close bug #51069.
1573
1574 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
1575
1576         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
1577         have memory actually freed.  Keeps box running longer.
1578
1579 2001-02-21  Alexander Larsson  <alexl@redhat.com>
1580         
1581         * gtk/gtkseparatormenuitem.[ch]:
1582         Added new menu separator item. The drawing and size handling
1583         is still done in GtkMenuItem, but the API is a bit more sane.
1584         
1585         * gtk/Makefile.am:
1586         Add gtkseparatormenuitem.[ch].
1587
1588         * gtk/gtk.h:
1589         Add gtkseparatormenuitem.h.
1590         
1591         * gtk/gtkentry.c:
1592         * gtk/gtkmenufactory.c:
1593         * gtk/gtktextview.c:
1594         Use the new API for menu separators.
1595         
1596         * demos/gtk-demo/menus.c (create_menu):
1597         Add some GtkSeparatorMenuItem demo code.
1598
1599 2001-02-20  Havoc Pennington  <hp@redhat.com>
1600
1601         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
1602         Lee Mallabone
1603
1604         * gtk/gtkarrow.c: Convert to new property API, patch from 
1605         Lee Mallabone
1606
1607 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
1608
1609         * tests/testtreeview.c (toggled_callback): fix to reflect change
1610         in GtkTreeModelStore.
1611
1612 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
1613
1614         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
1615         function to create an icon set from a pixbuf.
1616
1617 2001-02-20  Alexander Larsson  <alexl@redhat.com>
1618
1619         * gtk/gtkcellrenderertext.[ch]:
1620         Add a "markup" property.
1621
1622         * gtk/treestoretest.c:
1623         Use the markup property, remove some leftover stuff from
1624         GtkTreeModelMapping.
1625
1626 2001-02-20  Alexander Larsson  <alexl@redhat.com>
1627
1628         * gtk/gtklabel.c (gtk_label_set_selectable):
1629         Queue a redraw if the selectable setting was changed.
1630
1631 2001-02-20  Alexander Larsson  <alexl@redhat.com>
1632
1633         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
1634         Actually copy the whole gc, not just the public parts.
1635         
1636         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
1637         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
1638         labels.
1639
1640 2001-02-19  Havoc Pennington  <hp@pobox.com>
1641
1642         * gdk/gdkwindow.c: docs
1643
1644         * gdk/gdkrgb.c: docs
1645
1646         * gdk/gdkregion-generic.c: docs
1647
1648         * gdk/gdkgc.c (gdk_gc_set_values): docs
1649
1650         * gdk/gdkdraw.c: docs
1651
1652         * gdk/gdkdrawable.h: deprecate drawable get/set data
1653
1654 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
1655
1656         * demos/gtk-demo/dialog.c: Add simple new demo.
1657
1658 2001-02-19  Havoc Pennington  <hp@redhat.com>
1659
1660         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
1661         insert_child_anchor signal, bug #50245
1662
1663         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
1664         from create_child_anchor, so the anchor is passed in
1665
1666         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
1667         (_gtk_widget_segment_new): have the child anchor object passed in, 
1668         instead of creating it.
1669
1670         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
1671         to gtk_text_buffer_get_modified
1672
1673 2001-02-19  Havoc Pennington  <hp@redhat.com>
1674
1675         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
1676         changed GLib without fixing GTK
1677
1678         * gtk/gtkrange.h: Rename all the stupid implementation detail 
1679         functions to have an underscore in front. Most of them should 
1680         probably just go away, but for starters don't export them.
1681         Bug #50482
1682
1683 2001-02-19  Havoc Pennington  <hp@redhat.com>
1684
1685         * gdk/gdkcolor.h: test was backward, so deprecated functions were
1686         excluded by default
1687
1688         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
1689         clean up the old code a bit
1690
1691         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
1692         inconsistent state
1693
1694         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
1695         draw inconsistent state
1696
1697         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
1698         (create_menu): add inconsistent test
1699
1700         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
1701         new function
1702         (gtk_check_menu_item_get_inconsistent): new function
1703         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
1704         state (using etched in for now)
1705
1706         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
1707         draw inconsistent state
1708
1709         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
1710         function, used when the user has selected a range of stuff in
1711         different states
1712         (gtk_toggle_button_get_inconsistent): accessor for that
1713         (gtk_toggle_button_paint): draw inconsistent state (etched in?
1714         don't know what else to do)
1715
1716 2001-02-19  Hans Breuer <hans@breuer.org>
1717
1718         * gtk/gtk.def : updated exported symbols
1719
1720         * gtk/makefile.msc.in : updated
1721
1722         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
1723         a colormap, when invoked from testgtk::entry. I'm not sure where
1724         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
1725         avoids immediate crashing ...
1726
1727         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
1728         any objections ?
1729
1730         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
1731         0 parameter. At least msvc doesn't like macros with var args. 
1732         I simply removed the extra 0, was it a feature or a typo ?
1733
1734         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
1735         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
1736         because the value assignment to the internal struct wasn't working.
1737         I'm not absolutely sure. The problem could have been resolved by
1738         changing the "func" declartion in the struct, but was the pointer
1739         to the function pointer intended ?
1740
1741         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
1742
1743         * gdk/gdk.def : updated exported symbols
1744
1745         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
1746         only use SetDIBitsToDevice if there is a palette at the drawable
1747         and the image is GDK_VISUAL_PSEUDO_COLOR
1748
1749         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
1750
1751         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
1752
1753         * gdk/*/makefile.msc : updated
1754
1755 2001-02-19  Havoc Pennington  <hp@redhat.com>
1756
1757         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
1758         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
1759
1760         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
1761         (gdk_key_repeat_restore): nuke
1762
1763         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
1764         (gdk_init_check): no atexit func
1765
1766         * gdk/gdkrgb.h: mark some stuff deprecated
1767
1768         * gdk/gdkcolor.h: mark some stuff deprecated
1769         
1770         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
1771
1772         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
1773
1774 2001-02-16  Havoc Pennington  <hp@redhat.com>
1775
1776         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
1777         scroll steps.
1778
1779         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
1780         steps, and add Ctrl-arrow shortcuts for paging visually as with
1781         HScale, since Page Up and Page Down move logically.
1782
1783         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
1784         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
1785         
1786         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
1787         steps
1788         (gtk_range_scroll): handle the visual steps
1789
1790         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
1791         scroll steps
1792
1793         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
1794         steps, not the logical ones.
1795
1796         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
1797         (scroll_vertical): handle up/down steps
1798
1799 2001-02-19 Alexander Larsson  <alexl@redhat.com>
1800
1801         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
1802         Copy data and free data with free().
1803
1804         * gdk-pixbuf/gdk-pixbuf.c:
1805         * gdk-pixbuf/io-jpeg.c:
1806         * gdk-pixbuf/io-png.c:
1807         Use g_try_malloc/g_free instead malloc/free.
1808         
1809         * gdk-pixbuf/test-gdk-pixbuf.c:
1810         Must... initialize... gobject...
1811         
1812         * gdk-pixbuf/pixops/timescale.c:
1813         * gtk/gtkcalendar.c:
1814         Use g_malloc instead of malloc.
1815         
1816 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
1817
1818         * gtk/testgtkrc:
1819         Comment out property assignments, these don't work yet.
1820
1821 2001-02-17  Havoc Pennington  <hp@pobox.com>
1822
1823         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
1824         bit.
1825
1826 2001-02-17  Havoc Pennington  <hp@pobox.com>
1827
1828         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
1829         shadowed variables that had broken size request in some cases,
1830         leading to bogus tooltips (#50996)
1831
1832 2001-02-06  Jon K Hellan  <hellan@acm.org>
1833
1834         Implement fast browsing of tooltips, bug #50619
1835         
1836         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
1837         and last_popdown
1838         
1839         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
1840         use_sticky_delay and last_popdown.
1841         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
1842         time of popdown.
1843         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
1844         is NULL.
1845         (gtk_tooltips_recently_shown): New static function.  Return true
1846         if < sticky_delay has elapsed since last popdown.
1847         (gtk_tooltips_event_handler): Display window after sticky_delay
1848         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
1849         since last popdown.
1850         
1851 2001-02-17  Havoc Pennington  <hp@pobox.com>
1852
1853         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
1854         instead of (). #6394
1855
1856         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
1857         G_CONST_RETURN, make it return by reference, #50473
1858         
1859 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
1860
1861         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
1862         generated ENTER_NOTIFY event with 0, otherwise not explicitely
1863         setup fields contain garbage (e.g. subwindow, breaking
1864         gdk_drawable_ref() upon event copy).
1865         (gtk_menu_stop_navigating_submenu_cb): same here.
1866
1867         * gtk/gtklist.c (gtk_list_vertical_timeout): 
1868         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
1869         * gtk/gtkclist.c (vertical_timeout): 
1870         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
1871         default-zero-intialization for unions to memset(,0,), as unions are
1872         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
1873         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
1874
1875         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
1876         g_closure_sink() warning.
1877
1878         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
1879         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
1880         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
1881         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
1882         
1883 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
1884
1885         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
1886         gtk_*_store_get, and moved to GtkTreeModel.
1887
1888         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
1889
1890         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
1891
1892         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
1893
1894         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
1895         set the func.
1896
1897         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
1898         freeze/thaw notify between setting all the properties for a cell.
1899
1900         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
1901
1902 2001-02-15  Havoc Pennington  <hp@redhat.com>
1903
1904         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
1905         the X coordinates so they're with respect to the line, rather than 
1906         with respect to the layout.
1907
1908         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
1909         Mallabone
1910
1911         * gtk/testgtk.c (create_range_controls): add vscale tests, 
1912         and inverted test
1913
1914         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
1915         #50806
1916
1917         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
1918
1919         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
1920         gtk_text_iter_is_end
1921
1922         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
1923         rename gtk_text_buffer_get_end_iter
1924
1925         * gtk/testgtk.c (create_labels): Add test for selectable
1926
1927         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
1928         the selection stuff. This code is kind of broken since it doesn't 
1929         use the theme engine.
1930
1931         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
1932         fix infinite loop and y offset problem
1933         (gdk_draw_layout_line_with_colors): fix foreground color handling
1934
1935         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
1936         that makes the label selectable.
1937         
1938         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
1939         layout when the style is set, since fonts etc. could have changed.      
1940
1941 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
1942
1943         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
1944
1945         * gtk/gtktreemodelsimple.[ch]: removed.
1946
1947 2001-02-16  Alexander Larsson  <alexl@redhat.com>
1948
1949         * gtk/gtktreemodelmapping.[ch]:
1950         New files. Implement GtkTreeModelMapping.
1951         
1952         * gtk/Makefile.am:
1953         Add gtktreemodelmapping.[ch].
1954         
1955         * gtk/gtk.h:
1956         Add gtktreemodelmapping.h
1957
1958         * gtk/treestoretest.c:
1959         Test the GtkTreeModelMapping
1960
1961 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
1962
1963         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
1964         have a demo, we might as well pass in real values.  Thanks to
1965         clahey for pointing this out.
1966
1967 2001-02-14  Havoc Pennington  <hp@pobox.com>
1968
1969         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
1970         "static" to a private function
1971         (gtk_image_menu_item_class_init): remove destroy handler,
1972         add "image" object property
1973
1974 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
1975
1976         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
1977         Add a shortcut if the window and the current clip_region doesn't
1978         overlap. This is needed when there are a lot of windows in a
1979         window. The layout test in testgtk is a good test.
1980
1981         * gdk/linux-fb/gdkwindow-fb.c:
1982         Whitespace fix.
1983
1984 2001-02-13  Sven Neumann  <sven@convergence.de>
1985
1986         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
1987
1988 2001-02-13  Alexander Larsson  <alexl@redhat.com>
1989
1990         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
1991         Don't reference last_cursor if it is null. Fixes crash when rotating
1992         the screen before having moved the mouse.
1993
1994         * gdk/linux-fb/gdkcc-fb.c: Zapp!
1995
1996         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
1997
1998         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
1999         when using 90 or 270 degrees rotation.
2000
2001 2001-02-12  Havoc Pennington  <hp@pobox.com>
2002
2003         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
2004         it always set the foreground, even if we were only using
2005         a stipple.
2006         (gdk_draw_layout_line_with_colors): new function, allow
2007         override colors
2008         (gdk_draw_layout_with_colors): new function, allow override
2009         colors
2010         (gdk_pango_layout_line_get_clip_region): function to get the clip
2011         region for a logical text range
2012         (gdk_pango_layout_get_clip_region): get the clip region for a
2013         logical text range
2014
2015         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
2016         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
2017         the right number of arguments.
2018
2019         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
2020         enhance the function to check that node data corresponds to a 
2021         view still belonging to the tree.
2022
2023         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
2024         GtkTreePath
2025         (gtk_tree_view_inserted): ditto
2026         (gtk_tree_view_child_toggled): ditto
2027
2028         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
2029         simplify this code.
2030
2031         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
2032         a PangoAttrList
2033
2034         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
2035
2036         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
2037
2038         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
2039         size in the size request 
2040         (gtk_menu_bar_size_allocate): consider toggle size here
2041
2042         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
2043         that displays a widget in the toggle slot
2044
2045         * gtk/testgtk.c: test GtkImageMenuItem
2046
2047         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
2048         
2049         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
2050         request and allocation
2051
2052         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
2053
2054         * gtk/gtkcheckmenuitem.c
2055         (gtk_check_menu_item_toggle_size_request): ditto
2056         
2057 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
2058
2059         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
2060         reference.
2061
2062         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
2063         and refuse to initialize GTK+ if they fail.
2064
2065 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
2066
2067         * configure.in: Add check for gtk-doc version.
2068
2069 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
2070
2071         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
2072         where the xpad/ypad was only being used on one side!
2073
2074 2001-02-11  Tor Lillqvist  <tml@iki.fi>
2075
2076         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
2077         function, copied from X11 version.
2078
2079         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
2080         DestroyCursor failures. The reason for the problem (despite the
2081         inconsistent messages from GetLastError()) was that
2082         DestroyCursor() cannot be called while a cursor is set in a
2083         window. Set the new cursor first and then destroy the old one.
2084         Thanks to jpe@archaeopteryx.com.
2085
2086         * gdk/win32/gdkcc-win32.c: Remove.
2087
2088         * gdk/win32/Makefile.am: Remove from here, too.
2089         
2090         * gdk/gdk.def
2091         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
2092
2093         * gtk/gtk.def
2094         * gtk/makefile.mingw.in: Updates.
2095
2096 2001-02-08  Havoc Pennington  <hp@redhat.com>
2097
2098         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
2099         add a widget to a bin that already has a child.
2100
2101         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
2102
2103         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
2104         
2105         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
2106
2107         * gdk/gdk.h: remove gdkcc.h
2108
2109         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
2110
2111         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
2112         GdkPixbuf, since the previous implementation was GdkColorContext
2113         dependent.
2114
2115         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
2116         
2117 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
2118
2119         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
2120         a sane value!
2121
2122 2001-02-08  Havoc Pennington  <hp@redhat.com>
2123
2124         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
2125         lighten them.
2126
2127 2001-02-08  Havoc Pennington  <hp@redhat.com>
2128
2129         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
2130         validation idle
2131
2132         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
2133         cell renderer
2134
2135         * demos/pixbuf-demo.c (timeout): remove deprecated
2136         gtk_widget_draw
2137
2138         * demos/testpixbuf-save.c (main): remove deprecated
2139         gtk_drawing_area_size
2140
2141         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
2142         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
2143         at the start of the allocation.
2144         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
2145         unsetup or NULL model.
2146
2147         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
2148         even/odd/sorted cells in the tree view.
2149
2150         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
2151         bugfixes
2152
2153         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
2154         backgrounds with draw_flat_box using different detail for even/odd
2155         rows.
2156
2157         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
2158         row, so we can draw the alternating colors thing
2159
2160         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
2161         property from a synonym property, notify for the synonym.
2162         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
2163         (gtk_text_tag_get_property): Always return the font, even if
2164         all its fields aren't set
2165
2166         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
2167         store the attr list; it leaves us with no way to change attributes
2168         in _render according to the render flags, and no way to implement
2169         get_property. Instead store all the specific text attributes. 
2170         Separate whether an attribute is enabled from its value. Sync all
2171         properties with GtkTextTag, make them all consistent, etc.
2172
2173         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
2174         renderers can highlight the sort row/column     
2175
2176         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
2177         accessor functions to get values; this has the side effect of
2178         showing up which accessor functions were missing. Added those.
2179
2180         * gtk/gtktreeviewcolumn.h: Replace set_justification with
2181         set_alignment, to be consistent with GtkLabel, GtkMisc
2182
2183         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
2184         arrow.
2185
2186         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
2187
2188         * gtk/gtktreesortable.h: updates in here
2189
2190 2001-02-07  Sven Neumann  <sven@convergence.de>
2191
2192         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
2193         pango dimensions after painting the background. We used to draw
2194         gigantic flat boxes here.
2195
2196 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
2197
2198         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
2199         error introduced with earlier commit) (pointed out by
2200         Ollie Lho)
2201
2202 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
2203
2204         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
2205         which are no longer necessary.
2206
2207 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
2208
2209         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
2210
2211 2001-02-04  Tor Lillqvist  <tml@iki.fi>
2212
2213         * gdk/gdk.def
2214         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
2215         Provide dummy implementations.
2216
2217 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
2218
2219         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
2220
2221         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
2222         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
2223         deprecated this function.
2224
2225         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
2226         argument.
2227
2228 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
2229
2230         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
2231
2232 2001-02-03  Havoc Pennington  <hp@pobox.com>
2233
2234         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
2235         Mikael Hermansson with patch from Mikael (if there was a toggle
2236         start one after the first character in the range, this function
2237         was broken). Bug #50380
2238
2239 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
2240
2241         * configure.in: Remove confusing comment about X11.
2242
2243 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
2244
2245         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
2246         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
2247         
2248 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
2249
2250         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
2251         it breaks things on BSD. If you want to compile GTK+ with
2252         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
2253         when configuring, since GTK+ simply can't be "pure ANSI" 
2254         in the header files it uses. (#8170, Greg Hudson)
2255
2256 2001-02-02  Havoc Pennington  <hp@redhat.com>
2257
2258         * gtk/gtkwindow.c: docs
2259
2260         * gtk/gtkwidget.c: docs
2261         (gtk_widget_set_colormap): add a reference to the colormap
2262         (gtk_widget_get_default_colormap): add a reference to the colormap
2263
2264         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
2265
2266         * gtk/gtktextiter.c: docs
2267
2268         * gtk/gtkmain.c (gtk_propagate_event): docs
2269
2270         * gtk/gtkpaned.c (gtk_paned_get_position): docs
2271         (gtk_paned_set_position): docs
2272
2273         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
2274         sort interface, no implementation yet.
2275
2276         * demos/testpixbuf.c (new_testrgb_window): replace
2277         gtk_drawing_area_size() with gtk_widget_set_usize()
2278
2279         * demos/testpixbuf-drawable.c (main): ditto
2280         
2281         * gtk/testgtk.c: remove use of GtkStatusbarMsg
2282
2283         * gtk/gtktextbuffer.c: docs
2284
2285         * gtk/gtkstock.c: docs
2286
2287         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
2288
2289         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
2290
2291         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
2292         
2293         * gtk/gtkimage.c: add some docs in here
2294         (gtk_image_size_request): change name of
2295         gtk_widget_render_stock_icon
2296         (gtk_image_get_icon_set): don't dup returned string
2297         (gtk_image_get_icon_set): don't dup returned string
2298
2299         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
2300         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
2301         and gtkiconfactory.h functions
2302
2303         * gtk/gtkiconfactory.c: add some docs in here
2304
2305         * gtk/gtkmain.c (gtk_get_default_language): document
2306         (gtk_get_current_event): document
2307         (gtk_get_current_event_state): document
2308         (gtk_get_event_widget): document
2309
2310         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
2311
2312         * gtk/gtkcontainer.c: Add some documentation
2313         (gtk_container_add): give a more explanatory warning on adding an
2314         already-parented widget, this is kind of a FAQ and also a common
2315         typo that's easier to debug with a nice warning 
2316
2317         * gtk/gtkcellrenderertoggle.c
2318         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
2319         adding this, it's useless
2320         (gtk_cell_renderer_toggle_set_active): remove
2321         (gtk_cell_renderer_toggle_get_radio): add
2322
2323         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
2324         the NULL cell renderer, that doesn't make any sense to me. 
2325
2326         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
2327         demo code should never use deprecated features.
2328
2329         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
2330         code should never use deprecated features.
2331
2332         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
2333         gtk_widget_queue_clear_area deprecated
2334
2335         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
2336         deprecated
2337
2338         * gtk/gtklabel.h: mark gtk_label_get() deprecated
2339
2340         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
2341         a GdkImage deprecated, replaced by new consistently-named
2342         functions       
2343
2344         * gtk/gtkmain.h: Mark gtk_exit() deprecated
2345
2346         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
2347
2348         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
2349         deprecated
2350
2351         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
2352         so it won't appear in docs and confuse people.
2353
2354         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
2355
2356         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
2357         macros deprecated. (can't mark the type itself deprecated, since
2358         GtkProgressBar is not deprecated and we need the type decl to use
2359         GtkProgressBar)
2360
2361         * gtk/gtkpixmap.h: Mark deprecated
2362
2363         * gtk/gtkoldeditable.h: Mark deprecated
2364
2365         * gtk/gtklist.h: Mark deprecated
2366
2367         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
2368         for anything anymore.
2369
2370         * gtk/gtkctree.h: Mark deprecated
2371
2372         * gtk/gtkclist.h: Mark deprecated
2373
2374         * gtk/gtkpreview.h: Mark deprecated
2375
2376         * gtk/gtkpacker.h: Mark deprecated
2377
2378         * gtk/gtktipsquery.h: Mark deprecated
2379
2380         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
2381
2382         * gtk/gtkvruler.h: Add comment that it will move out of GTK
2383
2384         * gtk/gtkhruler.h: Add comment that it will move out of GTK
2385
2386         * gtk/gtkruler.h: Add comment that it will move out of GTK
2387
2388         * gtk/gtkgamma.h: Add comment that it will move out of GTK
2389
2390         * gtk/gtkcurve.h: Add comment that it will move out of GTK
2391
2392 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
2393
2394         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
2395         gdk_colormap_sync private since it was never exported
2396         in a header file.
2397
2398         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
2399         colormap->colors[] for StaticGray, StaticColor colormaps.
2400
2401         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
2402         was being used as if it was image->bits_per_pixel.
2403
2404         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
2405         for the image in the GdkImage structure since it isn't
2406         reconstructable, and we need it to handle packed types
2407
2408         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
2409         the assumption that on Win32 image->bits_per_pixel == image->depth,
2410         always.
2411
2412         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
2413
2414         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
2415         warning message if no converter can be found. 
2416
2417 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
2418
2419         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
2420         chars to isupper() / tolower(). (#567)
2421
2422         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
2423         to clear up 64-bit warnings. (#567)
2424
2425 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
2426
2427         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
2428         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
2429
2430         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
2431         since some people set $(libdir) separately. (#1290, David Kaelbling)
2432
2433 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
2434
2435         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
2436         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
2437         MAXPATHLEN, but the code here depends on a fixed value.)
2438         (#4524)
2439
2440 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
2441
2442         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
2443         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
2444
2445 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
2446
2447         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
2448         viewable there is no way that moving the node will cause the 
2449         focus row to become not viewable, so omit check on the visibility
2450         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
2451
2452 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
2453
2454         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
2455         selection before inserting new text.
2456
2457 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
2458
2459         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
2460         Make the sensitivity of the reparented child track that of
2461         the original parent menu item. (#34218, David Hodson)
2462
2463         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
2464         the case where the current item is destroyed properly.
2465
2466         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
2467         some edge cases with child-less menuitems.
2468         
2469 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
2470
2471         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
2472         key pop down window. (#12074, Jon K Hellan)
2473
2474 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
2475
2476         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
2477         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
2478         The solution here isn't perfect - you get an extraneous
2479         emission of "toggle", which could conceivably confuse an app,
2480         but better than the current situation. LXR search seems to
2481         indicate that no apps in GNOME CVS connect to "toggle".
2482
2483 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
2484
2485         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
2486         gtk_public_h_sources to directly here to avoid warning when
2487         building srcdir != builddir. (#9656)
2488
2489 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
2490
2491         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
2492         handlers in gtkrange.c return the proper values (TRUE == handled)
2493         (#10316).
2494
2495         This is just the tip of the iceberg, but gtkrange.c is the
2496         most common place where the propagation is problematical,
2497         and also a place where it is almost certainly safe to change
2498         this in the stable branch.
2499
2500         (You don't want right click popups on a range control or anything...)
2501
2502 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
2503
2504         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
2505         area on focus out, even if a background pixmap isn't set.
2506         (#13941)
2507         
2508 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
2509
2510         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
2511         to deal with setting the shape properly when scrolling arrows are
2512         turned on, but not visible because there is sufficient space.
2513         (#13432)
2514
2515 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
2516
2517         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
2518         items with submenus, destroy the item along with the submenu.
2519         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
2520         properly.
2521
2522         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
2523         later.
2524
2525 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
2526
2527         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
2528         the focus widget sometimes wasn't drawn with the default if there
2529         was no default widget.
2530
2531         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
2532         unreference pixmaps. 
2533
2534         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
2535         for some extra safety.
2536
2537 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
2538
2539         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
2540         the text of a cell to the old pointer value better, by
2541         copying the new text before freeing the old text. Some code
2542         cleanup. (#8079, Karl Nelson)
2543
2544 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
2545
2546         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
2547         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
2548
2549 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
2550
2551         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
2552         item from a menu, check to see if it matches 
2553         menu->old_active_menu_item, and if so, unref and clear
2554         old_active_menu_item (Patch from Pavel Cisler)
2555
2556         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
2557         menu_shell->active_menu_item, if it is the child being
2558         removed. (Patch based on that of Gene Ragan, #50337)
2559
2560 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
2561
2562         * gdk/linux-fb/gdkselection-fb.c: 
2563         * gdk/linux-fb/gdkcolor-fb.c: 
2564         * gdk/linux-fb/gdkdrawable-fb2.c: 
2565         * gdk/linux-fb/gdkfont-fb.c: 
2566         * gdk/linux-fb/gdkim-fb.c: 
2567         * gdk/linux-fb/gdkinput.c: 
2568         * gdk/linux-fb/gdkkeyboard-fb.c: 
2569         * gdk/linux-fb/gdkmain-fb.c: 
2570         * gdk/linux-fb/gdkrender-fb.c: 
2571         A bunch of whitespace cleanup.
2572         
2573 2001-01-30  Havoc Pennington  <hp@pobox.com>
2574
2575         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
2576         #ifdef GTK_ENABLE_BROKEN.
2577
2578         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
2579         GTK_ENABLE_BROKEN just before including the broken headers.
2580         
2581         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
2582         deprecated types registered.
2583
2584         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
2585         we have to test the broken stuff.
2586
2587         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
2588         
2589 2001-01-30  Havoc Pennington  <hp@redhat.com>
2590
2591         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
2592         here where prev pointer was set to the wrong thing
2593
2594         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
2595         (gtk_tree_path_is_descendant): new function
2596
2597         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
2598         cached length
2599         (gtk_list_store_get_iter): don't modify iter if we can't get the
2600         path.
2601
2602         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
2603         
2604         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
2605         GtkTreeDragDest
2606
2607         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
2608         was causing segfault
2609
2610         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
2611         pointer to NULL
2612
2613         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
2614
2615         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
2616         on returning FALSE
2617         (gtk_list_store_iter_children): ditto
2618         (gtk_list_store_iter_nth_child): ditto
2619         (gtk_list_store_iter_nth_child): ditto
2620         (gtk_list_store_iter_parent): ditto
2621
2622         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
2623         on iter->user_data != NULL instead of silently accepting it.
2624         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
2625         we are returning TRUE.
2626         (gtk_tree_store_iter_children): ditto
2627         (gtk_tree_store_iter_nth_child): ditto
2628         (gtk_tree_store_iter_parent): ditto
2629         (gtk_tree_store_insert): remove handling of parent->user_data ==
2630         NULL, replace with parent == NULL       
2631
2632         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
2633         and a comment explaining things
2634
2635         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
2636         interface support to GtkTreeStore.
2637
2638         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
2639         FALSE if no prev, fix
2640
2641         * gtk/gtktreeview.c (set_source_row): use a row reference
2642         (set_dest_row): use a row reference
2643
2644 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
2645
2646         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
2647         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
2648         (gtk_tree_selection_select_iter): The same as above.
2649
2650 2001-01-26  Havoc Pennington  <hp@redhat.com>
2651
2652         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
2653         which holds a handle to a specific row (particular set of values
2654         in the model, i.e. pointer-identity row).
2655
2656         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
2657         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
2658         Still need to use it for the src/dest row saved on the drag context.
2659
2660 2001-01-26  Havoc Pennington  <hp@redhat.com>
2661
2662         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
2663
2664         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
2665         not offset by TREE_VIEW_HEADER_HEIGHT
2666         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
2667         TREE_VIEW_HEADER_HEIGHT
2668
2669         * configure.in (included_loaders): for me, --with-included-loaders
2670         generates the error "the specified loader yes does not exist",
2671         i.e. the arg defaults to "yes", so change test for value ""
2672         to test for value "yes", and include all loaders in that case.
2673
2674         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
2675
2676         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
2677         handle TREE_VIEW_VERTICAL_SEPARATOR
2678         (gtk_tree_view_bin_expose): fix to consider the row offset as
2679         pointing halfway into vertical separator.       
2680         (gtk_tree_view_draw_node_focus_rect): ditto
2681
2682         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
2683         --gtk-debug=updates, which causes gdk_window_set_debug_updates
2684         (TRUE) to be called.
2685
2686         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
2687         debug mode where the invalid region is colored in on invalidate,
2688         so you can see the flicker and know whether your redraw code is 
2689         doing a good job.
2690
2691         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
2692         tree window coordinates (clip rect is in tree window coords)
2693
2694         * gtk/Makefile.am: add gtktreednd.[hc]
2695
2696         * gtk/gtkliststore.c: implement gtktreednd interfaces.
2697
2698         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
2699         drag-and-drop data operations on a model (so we can set up tree
2700         drag-and-drop automatically)
2701
2702         * gtk/testgtk.c: Add a window to change sensitivity in the
2703         GtkLabel test; add a way to change the entry frame in GtkEntry
2704         test
2705
2706         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
2707         (gtk_entry_get_has_frame): new functions to remove the frame
2708         around an entry
2709         (gtk_entry_size_request): shrink requisition if no frame
2710         (gtk_entry_draw_focus): don't draw frame if no frame
2711
2712         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
2713         checks inside a cell renderer
2714         (gtk_default_draw_option): ditto for options
2715
2716         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
2717         children from the alignment, not the button
2718         (gtk_tree_view_column_init): ref/sink the column, to emulate
2719         GObject refcounting.
2720
2721         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
2722         
2723         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2724         Use theme functions to draw the toggles 
2725
2726         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
2727
2728         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
2729         GdkPangoAttrEmbossed to use in rendering insensitive text
2730
2731         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
2732
2733         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
2734         using new GDK features
2735         
2736 2001-01-24  Alexander Larsson  <alexl@redhat.com>
2737
2738         * gtk/gtkimage.c:
2739         Splitted gtk_image_clear into gtk_image_clear() and
2740         gtk_image_reset(). Call gtk_image_clear() in ::destroy
2741         to avoid leaks.
2742
2743         * gtk/gtklabel.c (set_markup):
2744         Don't leak text.
2745
2746         * gtk/gtktextlayout.c:
2747         Always free display->shaped_objects.
2748
2749         * gtk/testgtk.c (create_clist):
2750         Don't leak custom style.
2751
2752 2001-01-23  Alexander Larsson  <alexl@redhat.com>
2753
2754         * gtk/gtkcolorsel.c (grab_color_at_mouse):
2755         Don't leak image. Simplify using gdk_colormap_query_color().
2756         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
2757
2758         * linux-fb/gdkcolor-fb.c:
2759         Implemented gdk_colormap_query_color.
2760
2761 2001-01-23  Alexander Larsson  <alexl@redhat.com>
2762
2763         * linux-fb/gdkcursor-fb.c:
2764         Don't leak built-in cursors.
2765
2766         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
2767         Don't leak tmp_points.
2768
2769         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
2770         Don't modify desc. Don't leak font if the PangoFont
2771         isn't found.
2772         
2773         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
2774         Free dash_list.
2775
2776         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
2777         Don't leak string.
2778         
2779 2001-01-20  Havoc Pennington  <hp@pobox.com>
2780
2781         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
2782         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
2783         me, matches Pango
2784
2785 2001-01-22  Havoc Pennington  <hp@redhat.com>
2786
2787         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
2788
2789         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
2790
2791         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
2792         Remove, move back to gdk-pixbuf
2793
2794         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
2795         to all the word functions
2796
2797         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
2798         before doing anything on NULL layout or if we don't have the focus
2799
2800         * gtk/testtext.c (fill_example_buffer): "justification"
2801
2802         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
2803         to be called "justification" not "justify"
2804
2805         * demos/gtk-demo/textview.c (create_tags): "justification"
2806         
2807         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
2808
2809 2001-01-22  Alexander Larsson  <alexl@redhat.com>
2810
2811         * gdk/gdkwindow.c (gdk_window_invalidate_region):
2812         Don't leak visible_region. Use visible_region instead of region.
2813         
2814         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
2815         Don't do extra gdk_drawable_ref(). This is not X.
2816         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
2817         gdk_fb_focused_window is ref:ed.
2818         (gdk_fb_window_send_crossing_events): Watch out for destroyed
2819         windows.
2820
2821 2001-01-22  Alexander Larsson  <alexl@redhat.com>
2822
2823         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
2824         Don't leak the PangoFontDescriptor.
2825
2826 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
2827
2828         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
2829         when not realized.
2830         (gtk_tree_view_scroll_to_cell): Make work when not realized.
2831         (gtk_tree_view_realize): add scroll_to support
2832         (gtk_tree_view_finalize): add a finalize method.  Populate.
2833         (gtk_tree_view_insert_column): ref and sink the column.
2834         (gtk_tree_view_append_column): ref and sink the column.
2835         (gtk_tree_view_queue_draw_node): New function to handle redrawing
2836         individual nodes.  Should make the code much more efficient, if
2837         actually used.
2838
2839 2001-01-19  Havoc Pennington  <hp@redhat.com>
2840
2841         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
2842         byte_offset variable was being used to mean both "offset into
2843         layout" and "offset into buffer line" which was no longer true
2844         with addition of preedit string; fix
2845
2846 2001-01-19  Havoc Pennington  <hp@redhat.com>
2847
2848         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
2849
2850         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
2851         function
2852
2853         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
2854         implement
2855
2856         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
2857         scroll_to_cell, matches TextView scroll functions better
2858         (gtk_tree_view_tree_to_widget_coords): new function
2859         (gtk_tree_view_widget_to_tree_coords): new function
2860         (gtk_tree_view_get_visible_rect): new function
2861         (gtk_tree_view_get_path_at_pos): accept negative coordinates
2862         (gtk_tree_view_draw_node_focus_rect): new function moved from
2863         draw_focus, also, use width of bin_window as width of the focus
2864         rect
2865         (gtk_tree_view_expand_row): fix bug where it didn't recognize
2866         already-expanded rows
2867         (gtk_tree_view_get_cell_rect): new function
2868         (gtk_tree_view_get_path_at_pos): return the click position
2869         relative to the passed-in cell
2870         (gtk_tree_view_set_expander_column): new function
2871
2872         * configure.in: remove gtk-config-2.0 chmod
2873
2874         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
2875         and properly handle drags with targets we don't understand
2876         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
2877         scrolling anyway
2878         (gtk_text_view_drag_drop): stop scrolling here though, and set the
2879         mark invisible
2880
2881         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
2882         function
2883         (gtk_drag_dest_get_target_list): new function
2884         (gtk_drag_dest_set_target_list): new function
2885         
2886         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
2887
2888         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
2889         related to drag-and-drop
2890
2891 2001-01-19  Alexander Larsson  <alexl@redhat.com>
2892
2893         * gdk/linux-fb/gdkprivate-fb.h:
2894         Define EMULATE_GDKFONT.
2895         Add extra pango_font stuff to GfkFontPrivate.
2896         
2897         * gdk/linux-fb/gdkdrawable-fb2.c:
2898         * gdk/linux-fb/gdkfont-fb.c:
2899         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
2900         emulation using PangoFont.
2901
2902 2001-01-17  Havoc Pennington  <hp@pobox.com>
2903
2904         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
2905         all the non-deprecated set_foo functions. Added missing object
2906         properties, and added g_object_notify() to setters. 
2907         Wrote docs.
2908         
2909 2001-01-18  Tor Lillqvist  <tml@iki.fi>
2910
2911         * gtk/gtkmain.c
2912         * gtk/gtkrc.c: (Win32) Use the new
2913         g_win32_get_package_installation_(sub)directory() functions.
2914
2915         * config.h.win32.in: New file.
2916         
2917         * config.h.win32: Removed.
2918
2919         * configure.in: Output config.h.win32.
2920
2921         * Makefile.am: Add it to EXTRA_DIST.
2922
2923         * gtk/gtk.def: Update.
2924
2925 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
2926
2927         * gtk/gtklabel.c (gtk_label_size_request): Set the
2928         attributes onto the PangoLayout even if they are newly
2929         created from label->pattern.
2930
2931 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
2932
2933         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
2934
2935         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
2936         structures in functions. Fixes bug where gtk_dataset_*
2937         was accidentally still being used in one place, causing
2938         every dest side event to be treated independently.
2939
2940         * gtk/gtkdnd.c: Remove last vestages of handling
2941         ::draw (fixes warning)
2942         
2943         * gtk/gtkentry.[ch]: Add drag and drop support.
2944
2945         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
2946         new function gtk_check_drag_threshhold() for checking
2947         to check if (dx,dy) has exceeded the threshhold for starting
2948         a drag and use it everywhere.
2949
2950 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
2951
2952         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
2953         add -I{includedir}/gtk-2.0.
2954
2955         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
2956         gdk/gdk-pixbuf.h: Doc fixups.
2957         
2958         * gtk/gtkobject.h: Remove trailing , from enum
2959
2960 2001-01-17 Alexander Larsson <alexl@redhat.com> 
2961
2962         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
2963         Doh! Mixed up x and y.
2964
2965         * gdk/linux-fb/gdkglobals-fb.c:
2966         Removed gdk_fb_pointer_grab_window_events,
2967         added _gdk_fb_pointer_grab_owner_events and
2968         _gdk_fb_keyboard_grab_owner_events.
2969
2970         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
2971         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
2972         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
2973         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
2974         Send crossing events after ungrab finished.
2975         (gdk_keyboard_grab): Set ..._owner_events
2976         (type_masks): Move out of function.
2977         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
2978         gdk_fb_keyboard_event_window): New functions, return the
2979         window an event should be targeted at. Handles grabs and
2980         event propagation. Can return NULL.
2981         (gdk_event_make): Remove event_mask checking. Now always
2982         returns an event.
2983                 
2984         * gdk/linux-fb/gdkkeyboard-fb.c:
2985         * gdk/linux-fb/gdkproperty-fb.c:
2986         * gdk/linux-fb/gdkselection-fb.c:
2987         Use new event_window/gdk_event_make() behaviour.
2988         
2989         * gdk/linux-fb/gdkmouse-fb.c:
2990         Use new event_window/gdk_event_make() behaviour.
2991         Only send motion events if in the same window.
2992         If grabbed, use cursor from window if sibling of grabbed
2993         window, and cursor from grabbed window otherwise.
2994
2995         * gdk/linux-fb/gdkprivate-fb.h:
2996         Update gdk_fb_window_send_crossing_events, gdk_event_make
2997         and grab varaible declarations. Add gdk_fb_*_event_window().
2998
2999         * gdk/linux-fb/gdkwindow-fb.c:
3000         Use new event_window/gdk_event_make() behaviour.
3001         Keep correct track of focus window.
3002         (gdk_window_set_events): Set all specific button motion masks
3003         if GDK_BUTTON_MOTION_MASK set.
3004
3005         * gtk/gtkdnd.c (gtk_drag_update):
3006         Free info->last_event if gdk_drag_motion returned FALSE.
3007
3008 2001-01-16  Tor Lillqvist  <tml@iki.fi>
3009
3010         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
3011         Eliminate redraws when input-only windows are shown or
3012         hidden. Thanks to jpe@archaeopteryx.com.
3013
3014 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
3015
3016         * docs/faq/gtk-faq.sgml: FAQ update:
3017           - Update to bugzilla
3018           - Add GTK+ and security/SUID/SGID
3019           - Add DnD question
3020
3021 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
3022
3023         * gdk/linux-fb/gdkdnd-fb.c:
3024         Some cleanups.
3025         
3026 2001-01-15  Havoc Pennington  <hp@pobox.com>
3027
3028         * tests/testtreeview.c: add test stuff for CellRendererToggle
3029
3030         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
3031         accessor
3032
3033         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
3034         only toggle on button press (would do release like GtkButton, but
3035         we'd need implicit grab code for treeview cells)
3036
3037 2001-01-16  Tor Lillqvist  <tml@iki.fi>
3038
3039         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
3040
3041         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
3042         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
3043
3044         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
3045         to g_{locale,filename}_{to,from}_utf8 to match current API.
3046
3047         * gtk/makefile.msc.in (gtk_OBJECTS)
3048         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
3049
3050         * gtk/gtk.def: Update.
3051
3052 2001-01-15  Tor Lillqvist  <tml@iki.fi>
3053
3054         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
3055         implementaion that more closely mimics the events that an X server
3056         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
3057         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
3058         with nested preview widgets, for instance, more responsive when
3059         you move the mouse quickly into them.
3060         (find_window_for_pointer_event): Make it actually compile.
3061         (gdk_event_translate): Set send_event to the value of
3062         InSendMessage (). This doesn't really mean the same as X11's
3063         send_event flag, but is close enough, says jpe@archaeopteryx.com
3064
3065 2001-01-15  Alexander Larsson  <alexl@redhat.com>
3066
3067         * gdk/linux-fb/gdkdnd-fb.c:
3068         Implemented drag and drop.
3069         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
3070         when it tries to free and then copy the same event (info->last_event).
3071         I am not sure about why this happens, but will continue looking.
3072
3073 2001-01-15  Alexander Larsson  <alexl@redhat.com>
3074
3075         * gdk/linux-fb/gdkwindow-fb.c:
3076         Use gdk_window_invalidate_rect instead of
3077         gdk_window_invalidate_rect_clear to minimise flashing.
3078         When hiding windows you need to clear the root window though.
3079
3080 2001-01-15  Alexander Larsson  <alexl@redhat.com>
3081
3082         * gdk/linux-fb/gdkdrawable-fb2.c:
3083         For optization, add an full_shapes argument to gdk_fb_clip_region.
3084         If this is false, only the cliprects of the shapes are used.
3085
3086         * gdk/linux-fb/gdkprivate-fb.h:
3087         Export gdk_fb_window_peek_shape.
3088         Add full_shapes to gdk_fb_clip_region.
3089
3090         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
3091         When moving a window, don't clear everything under the it, just the
3092         root window. Makes stuff faster and flash less.
3093         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
3094         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
3095         offset of the shape.
3096         
3097
3098 2001-01-12  Havoc Pennington  <hp@redhat.com>
3099
3100         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
3101         current invalid region, fixes redraw bug while scrolling the 
3102         text widget
3103
3104         * gtk/gtktextview.c, gtk/gtktextview.h:
3105         Rearrange the scrolling/validation/etc. code in a major way, 
3106         so it seems to make sense to me. Probably isn't genuinely that
3107         much better, but...
3108
3109         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
3110         notifies
3111
3112         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
3113
3114 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
3115
3116         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
3117         Hide mouse pointer while rotation. Show it afterwards.
3118
3119 2001-01-12  Alexander Larsson  <alexl@redhat.com>
3120
3121         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
3122         windows in consideration when generating clip region.
3123
3124         * gdk/linux-fb/gdkfb.h:
3125         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
3126
3127         * gdk/linux-fb/gdkprivate-fb.h:
3128         Add shape to GdkWindowFBDatat.
3129         exported gdk_fb_window_get_abs_shape().
3130         removed gdk_fb_draw_lines declaration.
3131
3132         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
3133         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
3134         send focus changes when there is a grabbed window.
3135         (gdk_window_get_pointer): Handle shaped windows.
3136         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
3137         (gdk_fb_window_peek_shape): Returns the shape for a window,
3138         handles GDK_FB_USE_CHILD_SHAPE.
3139         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
3140         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
3141         (gdk_window_shape_combine_mask): Implement.
3142
3143         * gtk/gtkwindow-decorate.c:
3144         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
3145         setting the shape of a window makes the window transparent.
3146
3147 2001-01-11  Havoc Pennington  <hp@redhat.com>
3148
3149         * gtk/gtktreemodelsimple.h: Oops, broke some macros
3150
3151 2001-01-10  Havoc Pennington  <hp@redhat.com>
3152
3153         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
3154         add this function, bug 40251
3155
3156         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
3157         of type macro   
3158
3159 2001-01-11  Alexander Larsson  <alexl@redhat.com>
3160
3161         * acconfig.h:
3162         Added ENABLE_SHADOW_FB
3163
3164         * configure.in:
3165         Added --disable-shadowfb
3166
3167         * gdk/linux-fb/gdkcursor-fb.c:
3168         Update shadowfb when updating cursor
3169
3170         * gdk/linux-fb/gdkdrawable-fb2.c:
3171         Added wrappers for shadowfb that calls  the normal drawable
3172         methods, but calls gdk_shadow_fb_update(bounding box) when
3173         GdkWindows are drawed to.
3174         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
3175         which also returns the bounding box.
3176
3177         * gdk/linux-fb/gdkfb.h:
3178         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
3179
3180         * gdk/linux-fb/gdkgeometry-fb.c:
3181         Update shadowfb when scrolling window.
3182
3183         * gdk/linux-fb/gdkglobals-fb.c:
3184         Add _gdk_fb_screen_angle.
3185         
3186         * gdk/linux-fb/gdkkeyboard-fb.c:
3187         Test code for screen rotation. Shift-F2 in the xlate driver
3188         rotates the screen.
3189
3190         * gdk/linux-fb/gdkmain-fb.c:
3191         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
3192
3193         * gdk/linux-fb/gdkmouse-fb.c:
3194         Use fb_width/height instead of modeinfo.xres/yres.
3195
3196         * gdk/linux-fb/gdkprivate-fb.h:
3197         Added fb_men, fb_width, fb_height & fb_stride. When using
3198         shadow fb these can differ from the framebuffer stuff.
3199         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
3200         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
3201         _gdk_fb_screen_angle. Removed CM, RP.
3202
3203         * gdk/linux-fb/gdkrender-fb.c:
3204         Added code for shadowfb handling and screen rotation using
3205         shadowfb.
3206
3207         * gdk/linux-fb/gdkwindow-fb.c:
3208         Use fb_mem, fb_stride, fb_width, fb_height.
3209         Added recompute_rowstride to reset the rowstride of all windows.
3210         Added gdk_fb_recompute_all() which recomputes rootwindow size,
3211         window abs positions and window rowstrides. Usefull when the
3212         rotation has changed.
3213
3214 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
3215
3216         * docs/faq/gtk-faq.sgml: update to make web site updating easier
3217
3218 2001-01-10  Havoc Pennington  <hp@redhat.com>
3219
3220         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
3221         where sibling == iter
3222         (gtk_tree_store_insert_after): handle sibling == iter
3223         (gtk_tree_store_prepend): remove stamp checks
3224         (gtk_tree_store_insert_before): ditto
3225         (gtk_tree_store_append): ditto
3226         (gtk_tree_store_get_path): ditto
3227         (gtk_tree_store_get_value): ditto
3228         (gtk_tree_store_iter_has_child): ditto
3229         (gtk_tree_store_iter_n_children): ditto
3230         (gtk_tree_store_iter_nth_child): ditto
3231         (gtk_tree_store_insert_after): ditto
3232         (gtk_tree_store_is_ancestor): ditto
3233         (gtk_tree_store_iter_depth): ditto
3234         (gtk_tree_store_insert_before): assert that sibling's parent is
3235         the same as the passed-in parent
3236         (gtk_tree_store_insert_after): assert that sibling's parent is
3237         the same as the passed-in parent
3238
3239         
3240         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
3241         function to get the first iterator in a model
3242         
3243         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
3244         conventionally the "root" in this sense is just NULL afaict.
3245
3246         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
3247         where sibling == iter
3248         (gtk_list_store_insert_after): handle case where sibling == iter
3249
3250         * tests/testtreeview.c (run_automated_tests): fairly lame basic
3251         automated tests for ListStore, TreeStore
3252
3253         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
3254         (gtk_list_store_insert): update tail pointer, and fix it to work
3255         (gtk_list_store_insert_before): update tail pointer, and fix it to work
3256         (gtk_list_store_append): use tail to be faster
3257         (gtk_list_store_prepend): fix it, update tail pointer
3258         (gtk_list_store_insert_after): fix it, update tail pointer
3259
3260         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
3261         the list
3262
3263 2001-01-09  Havoc Pennington  <hp@redhat.com>
3264
3265         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
3266         is NULL due to a pending resize
3267
3268         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
3269         column width to values less than 1
3270
3271         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
3272         width to be between min/max width, and still set the width 
3273         even if autosize is turned on, so the tree view can use this 
3274         function in order to autosize.
3275         (gtk_tree_view_column_init): set initial width to 1 not 0
3276
3277         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
3278         setter function to modify column width, so we get notification
3279         (gtk_tree_view_insert_iter_height): ditto
3280         (gtk_tree_view_calc_size): ditto
3281         (gtk_tree_view_check_dirty): ditto
3282
3283         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
3284         properties to change all the interesting attributes of the tree
3285         view column.
3286         (gtk_tree_view_column_set_header_clickable): rename set_clickable
3287         (gtk_tree_view_column_get_clickable): add
3288         (gtk_tree_view_column_set_cell_renderer): don't unset the current
3289         attributes; assume a cell renderer with equivalent object
3290         properties has been swapped in. Do g_object_notify().
3291         (gtk_tree_view_column_set_visible): g_object_notify
3292         (gtk_tree_view_column_get_sizing): rename from get_col_type
3293         (gtk_tree_view_column_set_sizing): g_object_notify
3294         (gtk_tree_view_column_set_width): add g_object_notify
3295         (gtk_tree_view_column_set_min_width): ditto
3296         (gtk_tree_view_column_set_max_width): ditto
3297         (gtk_tree_view_column_set_title): ditto
3298         (gtk_tree_view_column_set_clickable): ditto
3299         (gtk_tree_view_column_set_widget): ditto
3300         (gtk_tree_view_column_set_justification): ditto
3301
3302 2001-01-09  Havoc Pennington  <hp@redhat.com>
3303
3304         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
3305         there are no rows in the model
3306
3307         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
3308         NULL, then return the start of the list
3309
3310         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
3311         if we can't get any rows from an empty model 
3312
3313         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
3314         extraneous * after function pointer typedef usage
3315
3316         * Makefile.am: don't specify full path to cp and rm
3317
3318         * gtk/gtkcellrenderertextpixbuf.c
3319         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
3320         NULL before dereferencing, fixes a segfault that happened from
3321         time to time
3322
3323         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
3324         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
3325         and reindent the function
3326         (gtk_cell_renderer_pixbuf_get_size): indentation
3327
3328         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
3329         we quit it
3330         (gtk_dialog_add_buttons_valist): add g_return_if_fail
3331         (gtk_dialog_set_default_response): New function, to set default
3332         button
3333         (gtk_dialog_set_response_sensitive): New function, to set 
3334         sensitivity of buttons
3335
3336         * gtk/gtkcellrendererpixbuf.c
3337         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
3338         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
3339
3340         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
3341         handle any G_TYPE_OBJECT subclass, not just the base class, and 
3342         also boxed types.
3343         (_gtk_tree_data_list_value_to_node): ditto
3344
3345         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
3346         --gtk-debug=tree
3347
3348         * gtk/gtkmain.c: add GTK_DEBUG_TREE
3349
3350         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
3351
3352 2001-01-09  Tor Lillqvist  <tml@iki.fi>
3353
3354         * gdk/win32/gdkevents-win32.c: Implement better mouse
3355         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
3356         (find_window_for_pointer_event): New function.
3357         (gdk_event_translate): Use it when handling mouse events.
3358
3359 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
3360
3361         * configure.in:
3362         Added --with-included-loaders option
3363
3364         * gdk-pixbuf/Makefile.am:
3365         * gdk-pixbuf/gdk-pixbuf-io.c:
3366         Add support for including selected gdk-pixbuf loaders only.
3367
3368         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
3369         gtk_window_set_has_frame):
3370         Added inline documentation.
3371
3372         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
3373         * docs/reference/gdk/tmpl/windows.sgml:
3374         Added inline documentation.
3375
3376 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
3377
3378         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
3379         realizing buttons that have already been realized.
3380
3381 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
3382
3383         * tests/testtreeview.c (main): Show menu items before adding to
3384         option menu.
3385
3386         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
3387         around if we kill them.
3388
3389         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
3390         Return if we pass in a NULL model.
3391
3392 2001-01-08  Havoc Pennington  <hp@redhat.com>
3393
3394         * tests/testtreeview.c: hack on this some
3395
3396         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
3397         gtk_tree_store_set_valist, v is for arrays, valist for varargs
3398         list
3399         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
3400
3401         * gtk/gtkliststore.h: Add varargs set() and get() convenience
3402         functions
3403
3404 2001-01-08  Alexander Larsson  <alexl@redhat.com>
3405
3406         * gtk/gtkwindow-decorate.[hc]:
3407         * gtk/Makefile.am:
3408         New files. Contains an implementation of a minimal WM for
3409         linux-fb.
3410
3411         * gtk/gtkwindow.h:
3412         Add the possibility for GtkWindows to specify a frame. This
3413         is used for the window decoration code, but could concievably
3414         be used for X programs too (xmms style windows).
3415         GtkWindow->frame is the toplevel window if the window is framed.
3416         The signal frame_event gets all events that are targeted to
3417         GtkWindow->frame.
3418         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
3419         
3420         * gtk/gtkwindow.c:
3421         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
3422         Call out to gtkwindow-decorate.c for WM support in linx-fb.
3423
3424 2001-01-08  Alexander Larsson  <alexl@redhat.com>
3425
3426         * docs/README.linux-fb:
3427         Correct filename ~/.pangoft2_aliases
3428
3429         * gdk/gdkwindow.h:
3430         Added new function gdk_window_get_decorations.
3431
3432         * gdk/linux-fb/gdkfb.h:
3433         Removed _gdk_window_get_decorations declaration.
3434         Renamed _gdk_window_set_child_handler to
3435         gdk_fb_window_set_child_handler.
3436
3437         * gdk/linux-fb/gdkwindow-fb.c:
3438         Renamed _gdk_window_set_child_handler to
3439         gdk_fb_window_set_child_handler.
3440
3441         * gdk/x11/gdkwindow-x11.c:
3442         New function gdk_window_get_mwm_hints().
3443         Implemented gdk_window_get_decorations.
3444
3445         * docs/reference/gdk/tmpl/windows.sgml:
3446         * docs/reference/gdk/gdk-sections.txt:
3447         Added gdk_window_get_decorations docs.
3448         
3449 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
3450
3451         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
3452         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
3453         gdk_fb_window_send_crossing_events):
3454         Possibly send focus events when the mouse moves from one
3455         window to another.
3456
3457 2001-01-07  Tor Lillqvist  <tml@iki.fi>
3458
3459         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
3460         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
3461         to match current API.
3462
3463         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
3464         environment variable is set, don't call g_error when on a
3465         palettized (PseudoColor) display. Some people want to use GTK+ 
3466         in 256-colour mode even though works only partially.
3467
3468         * gdk/gdk.def
3469         * gtk/gtk.def
3470         * gtk/makefile.mingw.in: Update.
3471
3472 2001-01-05  Havoc Pennington  <hp@redhat.com>
3473
3474         * tests/testtreeview.c: hack on this a bit
3475
3476         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
3477         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
3478
3479         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
3480         was spelled incorrectly
3481         (GTK_IS_TREE_MODEL_SIMPLE): ditto
3482
3483         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
3484         from gtk_tree_view_set_headers_active   
3485
3486         * gtk/gtktexttag.c:
3487         (gtk_text_tag_get_property): handle PROP_DIRECTION
3488         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
3489         properties, bug 40235
3490
3491         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
3492         forward_to_line_end
3493
3494 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
3495
3496         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
3497         modules/input/gtkimcontextxim.c: Adapt to new prototypes
3498         for unicode,locale,filename conversion functions.
3499
3500 2001-01-05  Havoc Pennington  <hp@redhat.com>
3501
3502         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
3503         broken if called on the first position in the buffer.
3504
3505         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
3506         forward_to_delimiters to be called only if we aren't already at
3507         the delimiters.
3508
3509 2001-01-05  Havoc Pennington  <hp@redhat.com>
3510
3511         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
3512
3513 2001-01-05  Alexander Larsson  <alexl@redhat.com>
3514
3515         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
3516         colormap in here. Sync from X port.
3517         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
3518         Sync from X port.
3519         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
3520         This happens now and then, and i don't think it is a bug.
3521         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
3522         != endpoint.
3523         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
3524         GDK_LINE_SOLID.
3525
3526         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
3527         some of the fields filled in at least.
3528
3529         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
3530         miLineArcD is no more, remove it from the function definition.
3531
3532 2001-01-04  Havoc Pennington  <hp@redhat.com>
3533
3534         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
3535         this
3536
3537         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
3538         user_data instead of tree_node
3539
3540         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
3541         TREE_VIEW_COLUMN_SIZE
3542
3543         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
3544         "size" field to "width" finishes bug 40061
3545
3546         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
3547         for bitfields, bug 40268
3548
3549 2001-01-04  Havoc Pennington  <hp@redhat.com>
3550
3551         Rename some stuff:
3552         
3553         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
3554
3555         s/GtkModelSimple/GtkTreeModelSimple/g;
3556         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
3557         s/gtk_model_simple/gtk_tree_model_simple/g;
3558         s/gtkmodelsimple/gtktreemodelsimple/g;
3559
3560         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
3561
3562         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
3563         s/column_set_col_type/column_set_sizing/g;
3564
3565         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
3566         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
3567
3568         s/GtkCellRendererType/GtkCellRendererState/g;
3569         
3570         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
3571         (gtk_cell_renderer_toggle_class_init): change "state" property to
3572         "active", to match GtkToggleButton
3573         (gtk_cell_renderer_toggle_get_active): new function, bug
3574         40269
3575         (gtk_cell_renderer_toggle_set_active): new function
3576         (gtk_cell_renderer_toggle_set_property): route changes to toggle
3577         state through gtk_cell_renderer_set_active
3578
3579 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
3580
3581         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
3582         temporarily until they work again.  Brought up to date with
3583         changes in the model.
3584         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
3585         model.
3586
3587 2001-01-04  Havoc Pennington  <hp@redhat.com>
3588
3589         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
3590         equal to the line length, then position iterator before paragraph 
3591         separators. Fixes crash reported by Mikael Hermansson when
3592         pressing left arrow from the start of a line.   
3593
3594         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
3595         about byte indexes off the end
3596         (iter_set_from_char_offset): add g_error about char offsets
3597         off the end
3598
3599 2001-01-03  Havoc Pennington  <hp@redhat.com>
3600
3601         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
3602
3603         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
3604         of private functions; remove inclusion of private headers.
3605
3606         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
3607         function, so we don't need private functions in gtktextdisplay.c
3608
3609         * gtk/gtktextiterprivate.h: underscore-ification
3610
3611         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
3612         to instead say "only useful to implement widgets"
3613
3614         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
3615         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
3616         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
3617
3618         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
3619         This function was completely broken
3620
3621         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
3622
3623         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
3624
3625         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
3626
3627         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
3628
3629         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
3630
3631         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
3632
3633         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
3634         gtk_paint_layout
3635
3636         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
3637         gtk_paint_layout
3638
3639         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
3640         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
3641         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
3642         which were not implemented.     
3643
3644         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
3645         insert_pixbuf signal. Rename delete_text to delete_range since it
3646         also deletes pixbufs and child anchors. This almost closes bug
3647         40245 (still need to deal with child anchors)
3648
3649         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
3650         insert_pixbuf, change signal names as appropriate, change types of
3651         signals taking marks/tags to have the specific type, not just
3652         G_TYPE_OBJECT
3653         
3654         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
3655         closes bug 40051
3656
3657         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
3658         unnecessary remove_contents() call
3659         (gtk_option_menu_class_init): add a "changed" signal, closes
3660         bug 40039
3661         (gtk_option_menu_update_contents): emit "changed" if the 
3662         active menu item changes
3663
3664         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
3665         cast to GtkObject, reported by Jonas Borgstrom
3666         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
3667         we can't do stuff with side effects in finalize. Instead, spew a
3668         warning if the loader isn't closed.
3669
3670         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
3671         colormap in here, non-X ports probably need to sync to this change
3672
3673         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
3674         assertion that colormap != NULL, you can set the colormap to NULL
3675         if you like.
3676         
3677         * Makefile.am: remove gtk-config-2.0
3678
3679         * configure.in: Use pkg-config to locate GLib. Remove
3680         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
3681         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
3682         Use pkg-config to locate Pango. Output correct Pango libs to
3683         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
3684
3685         * Makefile.am (pkgconfig_DATA): install only target-specific pc
3686         files
3687         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
3688         X11 pc files
3689
3690         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
3691         unref from here
3692
3693 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
3694
3695         * configure.in:
3696         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
3697
3698 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
3699
3700         * gtk/gtktextlayout.c
3701         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
3702         variable when moving back onto a single line.
3703
3704 2001-01-01  Havoc Pennington  <hp@redhat.com>
3705
3706         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
3707
3708         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
3709
3710         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
3711         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
3712
3713 2001-01-01  Havoc Pennington  <hp@redhat.com>
3714
3715         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
3716
3717         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
3718         GtkTextAttributes
3719
3720         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
3721         #40246
3722         (gtk_text_attributes_copy_values): rename from 
3723         gtk_text_attributes_copy
3724         (gtk_text_attributes_copy): a more standard GTK copy function, 
3725         which returns a new object
3726
3727 2001-01-01  Havoc Pennington  <hp@redhat.com>
3728
3729         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
3730         
3731         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
3732         don't fill in tree_view->priv->selection, kind of an unexpected
3733         side effect
3734
3735         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
3736         gtkintl.h
3737         
3738         * gtk/gtkcellrenderer.c: Remove definition of _ and include
3739         gtkintl.h
3740         (gtk_cell_renderer_get_property): remove calls to g_value_init
3741
3742         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
3743         gtkintl.h
3744
3745         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
3746         and include gtkintl.h
3747         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
3748         property names
3749
3750         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
3751         GtkTreeSelection
3752         (_gtk_tree_selection_new_from_with_view): rename, return
3753         GtkTreeSelection
3754         (_gtk_tree_selection_set_tree_view): rename with uscore
3755         (gtk_tree_selection_get_selected): fill in the "model" out param
3756         first, so it gets filled in even if we return at the top of the 
3757         function
3758         (gtk_tree_selection_real_select_all): add a comment and an else{}
3759         to clarify this a bit
3760         (gtk_tree_selection_real_unselect_all): add the same else{}
3761
3762         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
3763         set_tree_view to have underscore prefixes, move them to the
3764         private header, fix return type of new_with_tree_view
3765         (struct _GtkTreeSelection): mark struct
3766         fields private  
3767
3768         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
3769         GtkTreeModelFlags, not a guint
3770         (gtk_tree_path_prev): return gboolean not gint
3771         (gtk_tree_path_up): return gboolean not gint
3772
3773         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
3774         return GtkTreeModelFlags, not a guint
3775
3776         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
3777         that child model is non-null before unrefing it
3778         (g_value_int_compare_func): make this a qsort compare func, not 
3779         a boolean predicate
3780
3781         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
3782         (add -umn to the end), and mark it unimplemented
3783         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
3784         I don't see what it's for - doesn't the model always sort itself?
3785         (gtk_tree_model_sort_set_compare): this had the wrong signature
3786
3787         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
3788         Fix the docs to say that it destructively replaces existing
3789         attributes (previously said that it added attributes).
3790         (gtk_tree_view_column_set_visible): canonicalize bool before
3791         equality testing. Also, check for realization before
3792         hiding/showing the tree_column->window; if this window could exist
3793         before realization, then it's busted and needs fixing, we can't 
3794         create GDK resources pre-realization. Also, remove
3795         superfluous queue_resize(), since set_size() does that for us.
3796         (gtk_tree_view_column_set_col_type): check realization before 
3797         using tree_column->window
3798
3799         * gtk/gtktreedatalist.c: fix filename in copyright notice
3800
3801 2000-12-31  Havoc Pennington  <hp@pobox.com>
3802
3803         * gtk/gtktextview.c: Rearrange all the
3804         scroll-while-dragging-or-selecting code to be different, not
3805         necessarily better. ;-)
3806         (gtk_text_view_scroll_to_mark): Change this
3807         function to take within_margin as a fraction instead of a pixel
3808         value, and to take alignment arguments (indicating where to align 
3809         the mark inside the visible area)
3810         
3811         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
3812         to GtkObject
3813
3814         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
3815         behavior so that offsets past the end of the line are not 
3816         allowed, and an offset equal to the line length moves the iterator
3817         to the next line
3818         (gtk_text_iter_set_line_index): make parallel change
3819         (gtk_text_iter_get_bytes_in_line): add this function
3820         
3821         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
3822         of byte indexes off the end of the line; byte index at the end of
3823         the line now returns FALSE and doesn't fill in the requested
3824         values, byte index past the end of the line is an error.  Also,
3825         don't allow -1 offset anymore, since its meaning is unclear.
3826
3827         This change exposes some bug in visual cursor motion, where we
3828         end up with a huge invalid byte index; needs fixing. Symptom of 
3829         bug is a crash when you hit up arrow.
3830         
3831         (_gtk_text_line_char_locate): match the change to byte_locate
3832
3833         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
3834         from start of line properly. fixes bug reported by Mikael
3835         Hermansson where backspace would delete all text before the
3836         cursor.
3837
3838 2000-12-30  Tor Lillqvist  <tml@iki.fi>
3839
3840         * gdk/win32/gdkwindow-win32.c
3841         (gdk_window_impl_win32_get_visible_region): New function, as in
3842         the X11 backend.
3843         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
3844         instead of duplicating the same code here.
3845
3846         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
3847         GDK_COLORMAP macro.
3848
3849         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
3850         destroy function.
3851         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
3852         access that.
3853
3854         * gtk/gtk.def: Update.
3855
3856         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
3857
3858 2000-12-30  Havoc Pennington  <hp@pobox.com>
3859
3860         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
3861         colormap on input only windows, to avoid special cases all over
3862         the code for these windows.
3863
3864 2000-12-26  Tor Lillqvist  <tml@iki.fi>
3865
3866         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
3867         we are on a palettized display ("PseudoColor" in X11), as the code
3868         for that doesn't work anyway, and never has.
3869
3870 2000-12-22  Alexander Larsson  <alexl@redhat.com>
3871
3872         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
3873         Don't use isprint() for chars > 255.
3874
3875 2000-12-21  Havoc Pennington  <hp@redhat.com>
3876
3877         * tests/testtreeview.c: more work
3878
3879 2000-12-21  Alexander Larsson  <alexl@redhat.com>
3880
3881         * docs/README.linux-fb:
3882         Update the docs to the new pangoft2 way.
3883
3884 2000-12-21  Alexander Larsson  <alexl@redhat.com>
3885
3886         * configure.in:
3887         For linux-fb get the pangoft2 cflags and libs. This needs a recent
3888         pango version.
3889         Remove modules/linux-fb/Makefile.
3890
3891         * gdk/linux-fb/gdkdrawable-fb2.c:
3892         Render glyphs using freetype.
3893
3894         * gdk/linux-fb/gdkfb.h:
3895         Add new fb-specific functions needed for managing windows.
3896
3897         * gdk/linux-fb/gdkmain-fb.c:
3898         Remove gdk_font_init/fini() calls.
3899
3900         * gdk/linux-fb/gdkpango-fb.c:
3901         Remove old implementation. Use pangoft2 instead.
3902
3903         * gdk/linux-fb/gdkprivate-fb.h:
3904         Remove PangoFBFont and related stuff.
3905
3906         * gdk/linux-fb/gdkwindow-fb.c:
3907         Implement drawable->get_visible_region.
3908         Implement support for _gdk_window_set_child_handler () and
3909         _gdk_window_get_decorations().
3910
3911         * modules/Makefile.am:
3912         Remove linux-fb subdir.
3913
3914         * modules/linux-fb/*:
3915         Removed all.
3916         
3917 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
3918
3919         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
3920         calls, as they are no longer needed.
3921
3922         * gtk/gtktreemodelsort.c: Fix up the comparison code.
3923         
3924         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
3925         figure out how to emit a signal on an interface.
3926
3927 2000-12-20  Havoc Pennington  <hp@redhat.com>
3928
3929         * tests: new directory to contain tests, gtk/test* should move
3930         here sometime (with appropriate on-cvs-server hackery)
3931
3932         * tests/testtreeview.c, tests/Makefile.am: a test
3933         
3934         * configure.in (AC_OUTPUT): add tests/Makefile
3935
3936         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
3937         and "invisible_set" which were missing
3938
3939         * gtk/gtkrbtree.h: some cheesy indentation fix
3940         
3941 2000-12-20  Alexander Larsson  <alexl@redhat.com>
3942
3943         * gtk/gtkinvisible.c (gtk_invisible_realize):
3944         Attach the style to the window so that the style it is not
3945         leaked when unrealizing the window.
3946
3947 2000-12-18  Havoc Pennington  <hp@redhat.com>
3948
3949         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
3950         begin/end user action where appropriate
3951         (gtk_text_view_commit_handler): add begin/end user action
3952
3953         * gtk/gtktextbuffer.c: add begin/end user action signals, and
3954         bracket interactive operations with begin/end user action pair.
3955         
3956         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
3957         "interactive" arg from insert_text and delete_text signals.
3958         Add begin_user_action, end_user_action signals
3959         (gtk_text_buffer_begin_user_action): 
3960         (gtk_text_buffer_end_user_action): New functions to delimit 
3961         a user-visible action
3962
3963         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
3964         signals.
3965         
3966 2000-12-18  Havoc Pennington  <hp@redhat.com>
3967
3968         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
3969         was pretty non-working.
3970
3971         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
3972         by passing the length to g_utf8_validate().
3973
3974 2000-12-16  Havoc Pennington  <hp@pobox.com>
3975
3976         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
3977         Port to GObject, can go back in gdk-pixbuf after setting up 
3978         a gdk-pixbuf-marshal.h header over there.
3979
3980         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
3981         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
3982         args
3983         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
3984         set
3985         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
3986         here, do it when we create the buttons later
3987         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
3988         (gtk_tree_view_map): paranoia checks that column->button is shown 
3989         and unmapped
3990         (gtk_tree_view_size_request): only request visible children.
3991         Move header size calculation in here, for cleanliness, and 
3992         to maintain invariants for child widgets if we eventually 
3993         let users set different children inside the buttons
3994         (gtk_tree_view_map_buttons): factor out code to map buttons,
3995         since it was being called several times
3996         (gtk_tree_view_size_allocate_buttons): move_resize the drag
3997         windows instead of just moving them; their height may change 
3998         if we allow random widgets in there, or the theme changes.
3999         (gtk_tree_view_size_allocate): move button size allocation 
4000         above emitting the scroll signals, to ensure a sane state when we
4001         hit user code
4002         (gtk_tree_view_button_release): remove queue_resize after
4003         tree_view_set_size(), set_size() will handle any resize queuing
4004         that's needed
4005         (gtk_tree_view_focus_in): just queue a draw, don't fool with
4006         draw_focus goo
4007         (gtk_tree_view_focus): use gtk_get_current_event() and
4008         gdk_event_get_state()
4009         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
4010         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
4011         semicolon
4012         (gtk_tree_view_create_button): show the button here
4013         (gtk_tree_view_button_clicked): actually emit the clicked signal
4014         on the column
4015         (_gtk_tree_view_set_size): return right away if the size is
4016         unchanged, as a cheesy optimization
4017         (gtk_tree_view_setup_model): rename set_model_realized to 
4018         setup_model to match the flag that indicates whether we've 
4019         called it
4020         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
4021         exist, because set_scroll_adjustment does that and it shouldn't
4022         matter what order you call these in
4023         (gtk_tree_view_get_vadjustment): ditto
4024         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
4025         for paranoia
4026         (gtk_tree_view_set_headers_visible): call
4027         gtk_tree_view_map_buttons() instead of using cut-and-paste code
4028         (gtk_tree_view_append_column): clarify whether the return value
4029         is the count of columns before or after, and do the increment 
4030         separately from the return statement so you can tell from the code.
4031         (gtk_tree_view_remove_column): ditto
4032         (gtk_tree_view_insert_column): ditto
4033         (gtk_tree_view_get_column): remove g_return_if_fail for columns
4034         outside the existing range, the docs say that outside-range
4035         columns are allowed, so we handle them as documented. (Presumably
4036         this allows a nice loop with column != NULL as test.)
4037         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
4038         mean (left/right/center etc.).
4039         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
4040         (gtk_tree_view_expand_row): add docs
4041         (gtk_tree_view_collapse_row): add docs
4042
4043         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
4044         function to emit the clicked signal on a column
4045         
4046         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
4047         state of an event
4048         (gdk_event_get_time): don't treat GDK_SCROLL 
4049         as a button event, remove default case from switch so gcc 
4050         will whine if we don't explicitly handle all event types
4051
4052         * gtk/gtktreeselection.h: added some FIXME 
4053         
4054         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
4055         "columns" to "n_columns" and "column" to "columns" for clarity
4056
4057 2000-12-16  Havoc Pennington  <hp@pobox.com>
4058         
4059         * gtk/gtktextiter.c: General cleanup of the log attr iteration
4060         stuff. This should make e.g. the delete key work again in the
4061         text widget...
4062         (gtk_text_iter_forward_cursor_positions): handle negative count
4063         (gtk_text_iter_backward_cursor_positions): handle negative count
4064         (gtk_text_iter_forward_word_ends): handle negative count
4065         (gtk_text_iter_backward_word_starts): handle negative count
4066
4067         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
4068         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
4069         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
4070         GObject. No doubt will cause breakage.
4071
4072         * demos/gtk-demo/textview.c: remove hacks around
4073         non-GObject-ification of the text objects
4074
4075         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
4076         the text tag
4077         
4078 2000-12-14  Havoc Pennington  <hp@pobox.com>
4079
4080         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
4081         that we have Xrender
4082
4083 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
4084
4085         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
4086         Add two virtualized functions gdk_drawable_get_clip_region - to
4087         get the clip region when drawing.
4088         
4089         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
4090         use invalidate_region.
4091
4092         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
4093         region.
4094
4095         * acconfig.h configure.in: Check for Xft. For now, assume
4096         that if Xft is found, Pango was compiled with Xft support
4097         as well.
4098
4099         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
4100         gdk_colormap_query_color().
4101         
4102         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
4103         with Xft if appropriate.
4104
4105         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
4106         a pangoxft context if we have XFT and the environment
4107         variable GD_USE_XFT is set.
4108         
4109         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
4110         and also possibly an XftDraw structure.
4111
4112         * gtk/gtkfontsel.c: Handle the case where the font from the
4113         style doesn't match any of the fonts a bit better.
4114         
4115         * gtk/testgtk.c: Add tabs between directional segments for
4116         hebrew/arabic test. (Not really necessary, just a little
4117         prettier.)
4118
4119 2000-12-14  Havoc Pennington  <hp@redhat.com>
4120
4121         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
4122         reading a file
4123
4124 2000-12-14  Havoc Pennington  <hp@redhat.com>
4125
4126         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
4127         unused call to get_last_line()
4128
4129         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
4130         here until boxed is working (and maybe after that - we should
4131         really not gratuitously break old code)
4132
4133         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
4134         specific types for font_desc and tabs args, move them to
4135         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
4136         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
4137
4138         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
4139         use GTK_TYPE_POINTER for signal signatures as a hack-around
4140
4141         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
4142         PangoTabArray
4143
4144         * gtk/gtktextlayout.c (line_display_iter_to_index): 
4145         make static
4146         (line_display_index_to_iter): make static
4147
4148         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
4149         to marshal a string not a boxed
4150
4151         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
4152
4153         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
4154         since the UTF-8 isn't validated yet
4155
4156         * gtk/gtktextsegment.c (char_segment_check_func): don't require
4157         lines to end in '\n'
4158         
4159         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
4160         forward_to_delimiters, and grapheme boundaries
4161         (gtk_text_view_delete_from_cursor): properly handle non-newline
4162         delimiters, and grapheme boundaries
4163
4164         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
4165         to gtk_text_iter_forward_to_delimiters, and make it work properly
4166         if empty lines end with a character other than '\n'
4167
4168         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
4169         position
4170
4171 2000-12-15  Tor Lillqvist  <tml@iki.fi>
4172
4173         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
4174
4175         * gtk/gtk.def
4176         * gdk/gdk.def: Update.
4177
4178         * gdk/win32/gdkmain-win32.c
4179         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
4180         gdkmain-win32.c here.
4181
4182         * gdk/win32/makefile.mingw.in (all): No need to make
4183         gdk-win32res.o here, the makefile one step up will call us to make
4184         it.
4185
4186         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
4187         gdkkeys-win32.
4188
4189         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
4190
4191         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
4192         call to g_source_add().
4193
4194         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
4195         leak. Thanks to Andreas Kemnade.
4196
4197 2000-12-13  Havoc Pennington  <hp@pobox.com>
4198
4199         * gtk/gtktextbtree.h: Remove double _ in front of some functions
4200
4201         * gtk/gtktext*.[hc]: update accordingly
4202         
4203 2000-12-13  Havoc Pennington  <hp@pobox.com>
4204
4205         * gtk/gtktextbtree.h: Put _ in front of every function in this 
4206         header file
4207
4208         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
4209
4210 2000-12-13  Alex Larsson  <alexl@redhat.com>
4211
4212         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
4213         Add support for ps2 intellimouse.
4214
4215         * gdkkeyboard-fb.c:
4216         Move shift-F1 repaint handling to xlate handler only.
4217         
4218         * docs/README.linux-fb:
4219         Add imps2 to docs.
4220         Document the new refresh keys.
4221         
4222 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
4223
4224         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
4225
4226         * gtk/gtkbox.c: change property types from (u)long to (u)int for
4227         ::position and ::padding.
4228
4229         * gtk/gtkcontainer.c: make ::border_width an INT property.
4230
4231         * gtk/gtkpacker.c: make ::position an INT property.
4232
4233         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
4234         guard against NULL h/v scrollbars, since this is used at construction
4235         time.
4236
4237         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
4238         internal gtk_clist_constructor().
4239
4240         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
4241         gtk_ctree_constructor().
4242
4243         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
4244         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
4245
4246         * docs/reference/Makefile.am: fun stuff, disabled docs generation
4247         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
4248
4249         * gtk/gtkwidget.[hc]:
4250         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
4251         and gtk_widget_get().
4252         (gtk_widget_new): use g_object_new_valist().
4253         (gtk_widget_set): use g_object_set_valist().
4254
4255         * gtk/gtkobject.[hc]:
4256         removed gtk_object_arg_get_info(), gtk_object_getv(),
4257         gtk_object_query_args(), gtk_object_newv(),
4258         gtk_object_class_add_signals(),
4259         gtk_object_class_user_signal_new(),
4260         gtk_object_class_user_signal_newv(),
4261         gtk_object_arg_set(), gtk_object_arg_get(),
4262         gtk_object_args_collect(),
4263         gtk_object_default_construct(),
4264         gtk_object_constructed(),
4265         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
4266         removed nsignals, signals and n_args members from GtkObjectClass.
4267         (gtk_object_new): use g_object_new_valist().
4268         (gtk_object_set): use g_object_set_valist().
4269         (gtk_object_get): use g_object_get_valist().
4270         
4271         * gtk/gtkcompat.h: define gtk_object_default_construct().
4272         
4273         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
4274         g_object_new().
4275
4276         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
4277         fucntions, cleaned up method assignments (make sure your structures
4278         are setup properly before calling out). removed all GTK_CONSTRUCTED
4279         hacks ;)
4280
4281 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
4282
4283         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
4284         off-by-one error in checks. (Dave Lambert)
4285
4286 2000-12-12  Alexander Larsson  <alexl@redhat.com>
4287
4288         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
4289         Don't free gdk_fb_keyboard twice.
4290
4291 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
4292
4293         * gtk/testgtk.c:
4294         (create_tooltips): 
4295         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
4296         use GObject swapped_signal:: properties instead.
4297
4298         * gtk/gtkcellrenderertoggle.c: 
4299         * gtk/gtkcellrenderertextpixbuf.c: 
4300         * gtk/gtkcellrenderertext.c: 
4301         * gtk/gtkcellrendererpixbuf.c: 
4302         * gtk/gtkcellrenderer.c:
4303         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
4304         missing warnings for invalid property ids, install properties
4305         with g_object_class_install_property() now.
4306         
4307         * gtk/gtksignal.c:
4308         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
4309         
4310 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
4311         
4312         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
4313         to determine if a window is the focus widget within
4314         its toplevel.
4315
4316         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
4317         to be boolean.
4318
4319         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
4320         of the case where the container CAN_FOCUS to here instead
4321         of having it in each individual move-the-focus place.
4322
4323         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
4324         focusing to be geometric in a much more obvious sense. Arrowing
4325         around is still non-intuitive because it isn't perfect and
4326         because entries, etc, grab the arrow keys, but it at least
4327         usually will do what you expect now.
4328         
4329         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
4330         file.
4331
4332         * gtk/gtknotebook.c: Change tabs to be a single item in
4333         the focus chain. Make movement of focus on tabs with arrow
4334         keys wrap around.
4335         
4336         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
4337         CHECK_FIND_CHILD macro to give informative error messages
4338         instead of silent returns.
4339
4340         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
4341         flag since we handle GdkReturn on the tabs.
4342
4343         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
4344         windows rather than sending expose events directly.
4345
4346         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
4347         definition for GtkNotebookPage into .c file, since it is private.
4348
4349         * gtk/testgtk.c (create_notebook): Add option for 
4350         testing borderless notebook.
4351
4352         * gtk/testgtk.c (page_switch): Removed egregious poking
4353         around in GTK+ internals.
4354
4355         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
4356
4357         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
4358         properly through gtk_clist_focus. Make the title headers a
4359         single item in the tab-focus chain, and make left-right wrap
4360         around.
4361
4362         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
4363         focus method so that wrapping around works properly.
4364
4365         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
4366         that is handled for the widget now. 
4367
4368 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
4369
4370         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
4371         widgets as TOPLEVEL.
4372
4373         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
4374         TOPLEVEL widgets are containers.
4375
4376         * gtk/gtkinvisible.h: Remove useless include.
4377
4378 2000-12-11  Havoc Pennington  <hp@redhat.com>
4379
4380         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
4381         Handle chopping off \r\n and 0x2029 in addition to \n before
4382         passing to PangoLayout
4383
4384         * gtk/gtkimcontextsimple.c
4385         (gtk_im_context_simple_get_preedit_string): 
4386         return an empty string if no match is pending
4387
4388         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
4389         assertion that the returned preedit string was sane
4390
4391         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
4392         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
4393         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
4394
4395 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
4396
4397         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
4398         Fix up finalizer to chain to its parent.
4399
4400 2000-12-11  Alexander Larsson  <alexl@redhat.com>
4401
4402         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
4403         Clearified the difference between the keyboard types. Wrote a note
4404         about the magic sysrq key to get out of raw mode.
4405
4406 2000-12-09  James Henstridge  <james@daa.com.au>
4407
4408         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
4409         member to hold masks for detecting the start of a protocol packet.
4410         (mouse_devs): add packet start masks for ps2 and ms device types.
4411         Left the mask for fidmour blank, as I have no idea what it should
4412         be.
4413         (handle_mouse_io): skip bytes until we get to the start of a
4414         packet.  My Logitech mouse seems to be passing an extra NULL pad
4415         byte, and GPM does a similar thing here.
4416         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
4417         this is the ms mouse driver.
4418         (gdk_fb_mouse_ms_packet): fix up button handling, which was
4419         completely broken except for button1.  It was checking the wrong
4420         bit in the packet for the status of the right mouse button, and
4421         wrongly assuming right == button2 rather than 3.  I fixed that and
4422         also added support for middle button (button2).
4423
4424 2000-12-08  Havoc Pennington  <hp@redhat.com>
4425
4426         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
4427         that cause a segfault on text insertion
4428
4429         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
4430         warning
4431
4432         * gtk/gtktextiter.c (test_log_attrs): use
4433         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
4434
4435         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
4436         Get log attrs for a line, using a cache stored on the buffer
4437         
4438         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
4439         reported by Jeff Franks
4440
4441 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
4442
4443         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
4444         /dev/ttyS0 -> /dev/mouse
4445
4446 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
4447
4448         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
4449         Added dummy gdk_fontset_load.
4450
4451 2000-12-08  Alexander Larsson  <alexl@redhat.com>
4452
4453         * docs/README.linux-fb:
4454         * docs/Makefile.am:
4455         Initial GtkFB docs.
4456         
4457         * gdk/linux-fb/Makefile.am:
4458         Define GDK_DATA_PREFIX.
4459
4460         * gdk/linux-fb/gdkmain-fb.c:
4461         Fix typo.
4462         Change default display to /dev/fb0.
4463
4464         * gdk/linux-fb/gdkpango-fb.c:
4465         Add $(prefix)/share/fonts/ to font path.
4466         
4467 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
4468
4469         * gdk/linux-fb/gdkkeyboard-fb.c:
4470         New file containing the abstracted keyboard driver. Most code
4471         taken from gdkinput-ps2.c
4472
4473         * gdk/linux-fb/gdkinput-ps2.c:
4474         Removed file.
4475         
4476         * gdk/linux-fb/Makefile.am:
4477         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
4478
4479         * gdk/linux-fb/gdkcolor-fb.c:
4480         display->fb was renamed to display->fb_fd.
4481
4482         * gdk/linux-fb/gdkcursor-fb.c:
4483         gdk_mouse_get_info -> gdk_fb_mouse_get_info
4484
4485         * gdk/linux-fb/gdkinput.c:
4486         Moved gdk_input_init here from gdkinput-ps2.c
4487
4488         * gdk/linux-fb/gdkmain-fb.c:
4489         display->fb was renamed to display->fb_fd.
4490         Now the tty and the console is opened here instead
4491         of in the keyboard driver. Also check GDK_VT to see what
4492         tty to open.
4493         Move gdk_beep () here from gdkinput-ps2.c
4494         gdk_mouse_get_info -> gdk_fb_mouse_get_info
4495
4496         * gdk/linux-fb/gdkmouse-fb.c:
4497         Add header.
4498         gdk_mouse_get_info -> gdk_fb_mouse_get_info
4499         Return correct keyboard modifiers.
4500         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
4501
4502         * gdk/linux-fb/gdkprivate-fb.h:
4503         Add tty and vt info to display.
4504         Add orignal modeinfo storage to display
4505         Update global functions
4506
4507         * gdk/linux-fb/gdkwindow-fb.c:
4508         Added gdk_fb_window_find_focus().
4509         gdk_mouse_get_info -> gdk_fb_mouse_get_info
4510
4511 2000-12-07  Havoc Pennington  <hp@pobox.com>
4512
4513         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
4514         function, noticed by Alex
4515
4516 2000-12-06  Elliot Lee  <sopwith@redhat.com>
4517
4518         * configure.in: Detect freetype properly
4519
4520         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
4521         above.
4522
4523 2000-12-06  Alexander Larsson  <alexl@redhat.com>
4524
4525         * gdk/linux-fb/Makefile.am:
4526         Add gdkmouse-fb.c
4527         
4528         * gdk/linux-fb/gdkmouse-fb.c:
4529         New file. Abstracted the mouse drivers a bit.
4530
4531         * gdk/linux-fb/gdkcursor-fb.c:
4532         The cursor hide/show functions was moved here from gdkinput-ps2.c.
4533
4534         * gdk/linux-fb/gdkinput-ps2.c:
4535         Removed old mouse handling code. Moved cursor handling code
4536         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
4537         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
4538         gdk_mouse_get_info.
4539
4540         * gdk/linux-fb/gdkmain-fb.c:
4541         Pass NULL pointers for x,y in gdk_mouse_get_info call.
4542
4543         * gdk/linux-fb/gdkprivate-fb.h:
4544         Removed public gdk_fb_find_common_ancestor, added and renamed
4545         functions for the new mouse handling code.
4546
4547         * gdk/linux-fb/gdkwindow-fb.c:
4548         Moved gdk_fb_window_send_crossing_events here. added global
4549         variable gdk_fb_window_containing_pointer. made
4550         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
4551         renamed to gdk_mouse_get_info.
4552
4553 2000-12-06  Alexander Larsson  <alexl@redhat.com>
4554
4555         * gdk/linux-fb/gdkevents-fb.c:
4556         Update to match latest gmain/gsource changes.
4557
4558         * gdk/linux-fb/gdkinput-ps2.c:
4559         Bogus gdk_keymap_get_entries_for_keycode implementation so that
4560         it links. Will be implemented later.
4561
4562 2000-12-03  Havoc Pennington  <hp@pobox.com>
4563
4564         * gdk/Makefile.am: add gdkkeys.[hc]
4565
4566         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
4567         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
4568
4569         * acconfig.h, configure.in: add checks and command line options
4570         for XKB
4571
4572         * gdk/x11/gdkkeys-x11.c: Implement the above functions
4573         
4574         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
4575         and group in the key event
4576
4577         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
4578         field with the low-level hardware key code, and a group
4579         field with the keyboard group
4580
4581         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
4582         and declare a couple globals used for keymap handling
4583         
4584         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
4585         hold down Shift-Control and type a hex number to get a Unicode 
4586         character corresponding to the hex number
4587         (gtk_im_context_simple_get_preedit_string): Fix cursor position
4588         (return bytes not chars)
4589
4590 2000-12-05  Elliot Lee  <sopwith@redhat.com>
4591
4592         * gdk/gdkcolor.h: Make GdkColor specify element sizes
4593         to avoid waste on 64-bit platforms.
4594
4595 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
4596
4597         * INSTALL: Fix link to PNG home, remove reference
4598         to fribidi.
4599
4600         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
4601         
4602         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
4603         tested.)
4604
4605         * gtk/gtkcheckmenuitem.c: Permanently turn on
4606         always_show_toggle.
4607
4608         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
4609         be NULL. (Vladimir Klebanov, #26545)
4610
4611         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
4612         some signed/unsigned comparison problems. (#6510,
4613         David Kaelbling)
4614
4615         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
4616         return type to boolean (Oskar Liljeblad, #18648)
4617
4618 2000-12-05  Alexander Larsson  <alexl@redhat.com>
4619
4620         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
4621         Remove bogus colormap setting.
4622
4623 2000-12-05  Alexander Larsson  <alexl@redhat.com>
4624
4625         * gdk/linux-fb/gdkcolor-fb.c:
4626         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
4627
4628         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
4629         Must set colormap.
4630         
4631 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
4632
4633         * docs/tutorial/gtk-tut.sgml: DND updates
4634
4635 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
4636
4637         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
4638         Remove old debug g_warning().
4639         (gdk_fb_draw_drawable): The src argument can be either a wrapper
4640         or an implementation, just pass the implementation to draw_drawable_2.
4641         
4642         * gdk/linux-fb/gdkprivate-fb.h:
4643         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
4644
4645         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
4646         clear and invalidate area when window is destroyed.
4647         (send_map_events): Remove old commented out code.
4648
4649 2000-12-05  Alexander Larsson  <alexl@redhat.com>
4650
4651         * gdk/linux-fb/gdkpango-fb.c:
4652         Use italic instead of oblique in font aliases.
4653         
4654         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
4655         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
4656         other unsupported functions.
4657
4658 2000-12-04  Havoc Pennington  <hp@redhat.com>
4659
4660         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
4661
4662         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
4663
4664         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
4665
4666         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
4667         hack to avoid infinite loops (synthetic expose event) - 
4668         Owen has more appropriate fixes in a branch he'll check in later.
4669
4670         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
4671         separator, CR, and CRLF as line ends
4672
4673         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
4674         into lines using pango_find_paragraph_boundary(); other bits of
4675         the widget are still going to be broken if the boundary isn't '\n'
4676         though
4677
4678 2000-12-04  Alexander Larsson  <alexl@redhat.com>
4679
4680         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
4681         multiply.
4682
4683         * gdk/linux-fb/gdkpango-fb.c:
4684         Copied some 26.6 scaling macros from pango to clean up the rounding.
4685         (pango_fb_font_get_glyph_info): Correct sign on x value.
4686
4687         * gdk/linux-fb/gdkprivate-fb.h:
4688         Removed unreferenced external functions.
4689
4690         * modules/linux-fb/Makefile.am: Use ` instead of '.
4691
4692         * modules/linux-fb/basic.c:
4693         Remove dead code. In particular the dummy lang engine which broke all
4694         pango layouts in GtkFB. Don't include tables-big.i anymore.
4695
4696         * modules/linux-fb/tables-big.i:
4697         Upgrade to latest version from pango. Left for reference, basic_ranges
4698         moved to basic.c.
4699         
4700 2000-12-04  Havoc Pennington  <hp@redhat.com>
4701
4702         Fix bugs Alex found:
4703         
4704         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
4705         to "draw"
4706
4707         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
4708
4709         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
4710
4711         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
4712         implementation in here, apparently the expose() implementation was
4713         dead code.
4714
4715 2000-12-04  Alexander Larsson  <alexl@redhat.com>
4716
4717         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
4718         Return positive descent.
4719
4720 2000-12-02  Havoc Pennington  <hp@pobox.com>
4721
4722         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
4723         method and signal
4724         
4725         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
4726         calls gdk_window_process_updates() to push the exposes through
4727         (gtk_widget_class_init): No more draw signal, no
4728         gtk_widget_real_draw()  
4729         
4730         * gtk/gtkbin.c (gtk_bin_draw): remove
4731
4732         * gtk/gtkbox.c (gtk_box_draw): remove
4733
4734         * gtk/gtkbutton.c (gtk_button_draw): remove
4735
4736         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
4737
4738         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
4739
4740         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
4741
4742         * gtk/gtkclist.c (gtk_clist_draw): remove
4743
4744         * gtk/gtkentry.c (gtk_entry_draw): remove
4745
4746         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
4747
4748         * gtk/gtkfixed.c (gtk_fixed_draw): remove
4749
4750         * gtk/gtkframe.c (gtk_frame_draw): remove
4751
4752         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
4753
4754         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
4755
4756         * gtk/gtklayout.c (gtk_layout_draw): remove
4757
4758         * gtk/gtklist.c (gtk_list_draw): remove
4759
4760         * gtk/gtklistitem.c (gtk_list_item_draw): remove
4761
4762         * gtk/gtkmenu.c (gtk_menu_draw): remove
4763
4764         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
4765
4766         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
4767
4768         * gtk/gtknotebook.c (gtk_notebook_draw): remove
4769
4770         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
4771
4772         * gtk/gtkpacker.c (gtk_packer_draw): remove
4773
4774         * gtk/gtkrange.c (gtk_range_draw): remove
4775
4776         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
4777
4778         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
4779
4780         * gtk/gtktable.c (gtk_table_draw): remove
4781
4782         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
4783
4784         * gtk/gtktext.c (gtk_text_draw): remove
4785
4786         * gtk/gtktextview.c (gtk_text_view_draw): remove
4787
4788         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
4789
4790         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
4791
4792         * gtk/gtktree.c (gtk_tree_draw): remove
4793
4794         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
4795
4796         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
4797
4798         * gtk/gtkviewport.c (gtk_viewport_draw): remove
4799
4800         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
4801
4802         * gtk/gtkvscale.c (gtk_vscale_draw): remove
4803
4804         * gtk/gtkwindow.c (gtk_window_draw): remove
4805
4806 2000-20-01  Anders Carlsson  <andersca@gnu.org>
4807
4808         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
4809         a GtkToggleButton is both insensitive and active, it was being
4810         drawn by the GtkButton draw handler which doesn't check the
4811         state. Now it's calling gtk_toggle_button_paint instead.
4812         
4813 2000-12-01  Havoc Pennington  <hp@redhat.com>
4814
4815         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
4816         dangling pointers to the appearance attributes from the 
4817         line display
4818
4819         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
4820         width/height to mean "full width/height of drawable"
4821
4822         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
4823         click to select word/line
4824         
4825         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
4826         when getting log attrs. Get a slice, so that pixmaps and stuff
4827         are properly handled.
4828
4829         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
4830         paste into the selection (replaces selection now, previously
4831         crashed or added to selection). Reveals longstanding btree bug -
4832         select multiple lines, middle-click on the selection, boom. This
4833         isn't related to my changes though.
4834
4835         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
4836         PangoLogAttrs changes
4837         (gtk_entry_move_backward_word): ditto
4838
4839         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
4840         functions return bool whether the iter moved onto a
4841         dereferenceable position.
4842  
4843         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
4844         functions for motion in terms of display lines.
4845
4846         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
4847         get the buffer a mark is inside
4848         
4849 2000-12-01  Alexander Larsson  <alexl@redhat.com>
4850
4851         * gdk/linux-fb/Makefile.am:
4852         * modules/linux-fb/Makefile.am:
4853         Freetype 2 final uses freetype-config
4854
4855         * gdk/linux-fb/gdkpango-fb.c:
4856         Upgrade to use Freetype 2 final.
4857         More flexible support for font aliases, this also fixes a bug with
4858         GtkFontSelector, as the aliases must be visible in the font/family list,
4859         or GtkFontSelector reads uninitialized memory.
4860
4861 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
4862
4863         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
4864         XGetIMValues to properly terminate variable argument list, and do
4865         NULL return check for ic_values and xim_styles.
4866
4867         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
4868         Restore preedit state after XmbResetIC().
4869         
4870         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
4871         XvaCreateNestedList() should take XvaNestedList, but not
4872         XvaNestedList*.
4873
4874         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
4875         preedit_draw_callback, preedit_caret_callback): Match
4876         "preedit-changed" signal name to "preedit_changed" to be
4877         consistent to the spec.
4878
4879         * gtk/gtkimcontextsimple.c (check_table):
4880         Match "preedit-changed" to "preedit_changed" to be consistent
4881         to the spec.
4882
4883 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
4884
4885         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
4886         gc->clip_region == NULL>
4887
4888 2000-11-30  Tor Lillqvist  <tml@iki.fi>
4889
4890         Changes by Hans Breuer:
4891         
4892         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
4893         Dont't use negative width and height as max_hints. This fixes
4894         Owen's recent testgtk changes for win32.
4895
4896         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
4897         gdk_win32_hdc_release): These are exported and may be called with
4898         other drawable types than our GdkDrawableImplWin32 (?).
4899
4900         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
4901         so always #define USE_BACKING_STORE.
4902
4903         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
4904         of printf for debugging output.
4905
4906         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
4907         
4908         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
4909
4910         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
4911         declaration.
4912
4913         * gtk/gtktexttypes.h: Ditto.
4914
4915         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
4916         (GDK_VoidSymbol) also if in case of arg check failure.
4917
4918         * gtk/gtkimcontextsimple.c
4919         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
4920         position to the pointer, but to the variable it points to.
4921
4922         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
4923
4924         * gtk/gtk.def: Updates.
4925
4926 2000-11-29  Elliot Lee  <sopwith@redhat.com>
4927
4928         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
4929         GTK_TYPE_TREE_MODEL.
4930
4931 2000-11-29  Alexander Larsson  <alexl@redhat.com>
4932
4933         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
4934         Set the size of the font from the description.
4935         (gdk_text_width): Gross hack that calculates the width
4936         of text by text_length * size/2. This is necessary because
4937         GtkLabel does some ugly gtk_string_width call to calculate
4938         an good size.
4939         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
4940
4941 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
4942
4943         * docs/tutorial/gtk-tut.sgml: DND updates
4944
4945 2000-11-29  Alexander Larsson  <alexl@redhat.com>
4946
4947         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
4948         If you pass width or height == 0 to gdk_window_clear_area they
4949         should be calculated from the window size.
4950
4951 2000-11-29  Alexander Larsson  <alexl@redhat.com>
4952
4953         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
4954         a grab, but no grab-cursor, use the cursor from the grabbed
4955         window. (gdk_fb_window_send_crossing_events): Send normal
4956         enter/leave notifications if grab and owner_events == TRUE.
4957
4958 2000-11-29  Alexander Larsson  <alexl@redhat.com>
4959
4960         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
4961         Do implicit button grabs, even if the window doesn't
4962         want the event.
4963         (gdk_fb_window_send_crossing_events): If there is a
4964         grab, only the grabbed window gets normal enter/leave
4965         notifications. On ungrab go from grabbed window to current.
4966         Don't send any notification to b when propagating from c -> b.
4967         If setting a grab on window, don't set prev_window.
4968         (handle_mouse_input): Send enter/leave events to the window the
4969         mouse is over, not the grabbed one.
4970         
4971 2000-11-28  Elliot Lee  <sopwith@redhat.com>
4972
4973         * gdk/gdkregion-generic.c: Zap warning.
4974         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
4975         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
4976
4977 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
4978
4979         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
4980         The cursor should be hidden if it is part of either the
4981         source or destination region. Not only if it is in both.
4982         (gdk_window_set_transient_for): Silence warnings.
4983
4984 2000-11-28  Alexander Larsson  <alexl@redhat.com>
4985
4986         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
4987         The default mode in X is Pie Arcs, therefore that is
4988         what Gtk+ uses.
4989
4990 2000-11-28  Alexander Larsson  <alexl@redhat.com>
4991
4992         * gdk/linux-fb/gdkinput-ps2.c:
4993         Implement correct EnterNotify/LeaveNotify:
4994         (gdk_fb_window_send_crossing_events): New function that sends
4995         all GdkCrossingEvents from the last mouse-window to the specified
4996         destination.
4997         (gdk_fb_window_visibility_crossing): Removed function.
4998         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
4999         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
5000         instead of gdk_window_get_pointer() for better readability.
5001
5002         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
5003         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
5004
5005         * gdk/linux-fb/gdkprivate-fb.h:
5006         removed gdk_fb_window_visibility_crossing, added
5007         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
5008
5009         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
5010         New function that finds the least common ancestor of two windows.
5011         (gdk_window_show, gdk_window_hide):
5012         Use gdk_fb_window_send_crossing_events.
5013         (gdk_fb_window_move_resize): Send configure events to toplevel
5014         windows. Use gdk_fb_window_send_crossing_events.
5015
5016 2000-11-27  Havoc Pennington  <hp@redhat.com>
5017
5018         * gtk/gtkprivate.h (enum): Remove a trailing comma
5019
5020 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
5021
5022         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
5023         the "changed" callback of the adjustment.  We need to redraw the
5024         spin button's arrows when the adjustment's range changes.
5025         (adjustment_changed_cb): Draw the arrows.
5026         (gtk_spin_button_value_changed): Draw the arrows.
5027
5028 2000-11-23  Alexander Larsson  <alexl@redhat.com>
5029
5030         * gdk/linux-fb/gdkselection-fb.c:
5031         Initial selection implementation.
5032
5033         * gtk/gtkselection.c:
5034         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
5035         requestor in gtk_selection_request.
5036         
5037         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
5038         Added gdk_selection_property atom.
5039
5040         * gdk/linux-fb/gdkprivate-fb.h:
5041         Export _gdk_selection_window_destroyed.
5042         Removed mask_off_x/y from GdkCursorPrivateFB.
5043         Removed hbearing, added top, left to PangoFBGlyphInfo.
5044
5045         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
5046         Call _gdk_selection_window_destroyed
5047         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
5048         the root window has been created.
5049         (static_dx_hack, static_dy_hack, compare_draw_rects,
5050         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
5051         in region. They are already sorted. Instead just traverse them in
5052         reverse if draw_direction < 0.
5053         
5054         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
5055         Double-clicks must be sent after the normal button_press.
5056         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
5057         
5058         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
5059         Pass _gdk_fb_screen_gc instead of NULL.
5060
5061         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
5062         Initialize gdk_selection_property.
5063         (gdk_event_make): Remove unused code.
5064
5065         * gdk/linux-fb/gdkcursor-fb.c:
5066         Make the pixmap for the cursor the same size as the mask. Also remove
5067         the mask_off_x/y fields in GdkCursorPrivateFB and combine
5068         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
5069         Now the whole cursor is visible.
5070
5071         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
5072         Fix bug where xdest+height instead of ydest+height was used
5073         to calculate if the source and dest overlapped. This fixes the
5074         redraw bug when the main window in testgtk was scrolled when
5075         partially covered by a tall window.
5076         Copy rectangles in region in order depending on draw_direction.
5077         Also moved the draw_direction flipping of start_y and end_y into
5078         the gc functions, as this might not be what all of them want.
5079         (gdk_fb_draw_lines): Support dashed lines.
5080         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
5081         so that the text is positioned correctly (was 1 pixel high).
5082
5083         gdk/linux-fb/gdkgc-fb.c:
5084         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
5085         all lines were drawn a pixel to short. Also checked the default of
5086         the rest of the values, and they're the same as X now.
5087
5088         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
5089         Clean up pixel positioning of the glyphs. Just use bgy->top and
5090         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
5091         to all divisions to get correct rounding behaviour.
5092
5093         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
5094         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
5095         Moved start_y/end_y flip into draw_drawable implementations.
5096         Flip also x rendering when draw_direction < 0.
5097         Remove unneccesary multiply with draw_direction.
5098
5099 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
5100
5101         * docs/tutorial/gtk-tut.sgml:
5102           - get rid of gtk_toggle_button_toggled FUD
5103           - start DND section - needs work - based on:
5104                 http://wolfpack.twu.net/docs/gtkdnd/
5105
5106 2000-11-22  Alexander Larsson  <alexl@redhat.com>
5107
5108         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
5109         Correct calculation of font metrics. Now GtkEntrys have sane
5110         size.
5111
5112 2000-11-22  Alexander Larsson  <alexl@redhat.com>
5113
5114         * gdk/gdktypes.h:
5115         Add new type GdkSpan
5116         
5117         * docs/reference/gdk/gdk-sections.txt,
5118         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
5119         gdk/gdkregion.h:
5120         Implement and document gdk_region_spans_intersect_foreach.
5121
5122         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
5123         Add new file gdkrender-fb.c which contains all core
5124         rendering code.
5125         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
5126         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
5127         (optimized rectangle fillers).
5128
5129         * gdk/linux-fb/gdkdrawable-fb2.c:
5130         Move all rendering code to gdkrender-fb.c.
5131         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
5132         Use the new span intersection functions in gdk_fb_fill_spans.
5133         gdk_fb_draw_rectangle() clips filled rectangles and calls
5134         gc->fill_rectangle with the result.
5135         gdk_fb_fill_spans() gets extra argument "sorted".
5136
5137         * gdk/linux-fb/gdkevents-fb.c:
5138         Remove unused includes and defines.
5139         New function gdk_fb_get_time() to get correct time for events.
5140
5141         * gdk/linux-fb/gdkinput-ps2.c:
5142         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
5143         Make sure to set the time of all events.
5144
5145         * gdk/linux-fb/gdkmain-fb.c:
5146         Use gdk_fb_get_time ().
5147
5148         * gdk/linux-fb/gdkprivate-fb.h:
5149         New virtual GC calls: fill_span & fill_rectangle.
5150         Export gdk_fb_get_time().
5151         gdk_fb_fill_spans() gets extra argument "sorted".
5152
5153         * gdk/linux-fb/mi*.c:
5154         Use GdkSpan instead of GdkRectangle.
5155         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
5156         from XFree 4 source)
5157         
5158 2000-11-22    <jrb@redhat.com>
5159
5160         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
5161         reversing the order in an if statement will do.  Doing so managed
5162         to make the treemodelsort half work.  Other half will follow after
5163         I get the insert function fully fixed.
5164
5165 2000-11-21  Elliot Lee  <sopwith@redhat.com>
5166         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
5167         more than 2 bits. Besides, I need to implement an evil hack. :)
5168
5169 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
5170
5171         * docs/tutorial/gtk-tut.sgml: minor corrections
5172
5173 2000-11-20  Jonathan Blandford <jrb@redhat.com>
5174         * gtk/gtktreemodelsort.h: Add convertion functions to let you
5175           convert to and from relative path's and iters.
5176
5177         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
5178           testing sorting functions a bit better.  Currently broken -- will
5179           fix in morning.
5180
5181 2000-11-20  Havoc Pennington  <hp@redhat.com>
5182
5183         * gtk/gtkwidget.c: Documented a bunch of functions in here
5184         (gtk_widget_realize): Warn if you try to realize
5185         a widget with no parent that isn't a toplevel
5186         (gtk_widget_intersect): return a gboolean
5187
5188 2000-11-20  Havoc Pennington  <hp@redhat.com>
5189
5190         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
5191         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
5192         scrolling to be implemented in GDK to finish. Also, right now
5193         we just size_allocate all children on every layout change,
5194         which is pretty lame. Test commented out of testtext.c, 
5195         until it works better.
5196
5197 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
5198
5199         * gdk/linux-fb/gdkdrawable-fb2.c:
5200         Removed unused arguments from gdk_fb_drawable_get_pixel().
5201
5202         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
5203         Renamed fidur specific mouse packet data in MouseDevice to
5204         generic. Used it in ps2 mouse handling code to avoid blocking
5205         reads.
5206
5207 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
5208
5209         * demos/gtk-demo/main.c: Changed to have the list become
5210         non-italic when the demo window is destroyed through an external
5211         event (like a close button).  Doing so found three bugs in the
5212         widget.
5213
5214         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
5215
5216         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
5217         we actually set the cell.
5218
5219         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
5220
5221         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
5222         free a leaked path.  Thanks memprof.
5223
5224 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
5225
5226         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
5227         off-by-one error when destroying allocated segments
5228         on failure. (Elliot)
5229
5230 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
5231
5232         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
5233         memleaks found by Evan Martin.
5234
5235 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
5236
5237         * Released 1.3.2
5238         
5239         * NEWS: Updates for 1.3.2
5240
5241 2000-11-17  Tor Lillqvist  <tml@iki.fi>
5242
5243         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
5244         but in general for window system specific events.
5245
5246         * gtk/gtk.def
5247         * gtk/makefile.mingw.in
5248         * gtk/makefile.msc.in: Update.
5249         
5250         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
5251
5252 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
5253
5254         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
5255         distribute gtk.immodules.
5256
5257         * gtk/Makefile.am (install-data-local): Don't install the
5258         gtk.immodules file created for the uninstalled modules;
5259         instead run gtk-query-immodules after install
5260
5261 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
5262
5263         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
5264         -rpath to the right install location.
5265
5266         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
5267         -export-dynamic.
5268
5269         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
5270         properly.
5271
5272 2000-11-15  Havoc Pennington  <hp@pobox.com>
5273
5274         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
5275         patch from Mikael Hermansson to temporarily stop blinking while
5276         the user is using the keyboard to type or navigate. 
5277
5278         Also, when blinking, stay on for longer than we stay off. Also,
5279         return from start_cursor_blink if !cursor_visible, to save
5280         checking that flag all over the place before we call
5281         start_cursor_blink.
5282
5283 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
5284
5285         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
5286         only contain a "fontset" line, which is now ignored.
5287
5288         * gtk/gtkentry.c (gtk_entry_button_release): Make 
5289         double-click-to-select-word work.
5290         
5291 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
5292
5293         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
5294         Don't move back one char when we are actually at the end of the 
5295         paragraph.
5296
5297 2000-11-15  Robert Brady  <robert@suse.co.uk>
5298
5299         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
5300         'o' < 'p'.
5301         
5302         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
5303         bind_textdomain_codeset.
5304
5305         (gtk_init_check): Make the warning about translating default:LTR
5306         sterner.
5307         
5308 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
5309
5310         * **/Makefile.am : remove unecessary rules for win32-specific
5311         config-substituted targets. If you want these rules, use
5312         --enable-maintainer-mode (called automatically by autogen.sh).
5313         Stops a lot of unneccessary make-time warnings.
5314
5315         * gtk/gtktext{layout,display}.c: Factor in total width as
5316         well as screen when figuring alignment for word-wrap as well as
5317         no wrap; this is necessary to handle lines that cannot be wrapped
5318         at all.
5319
5320 2000-11-15  Havoc Pennington  <hp@redhat.com>
5321
5322         * gtk/testtext.c: Implement essential color cycling feature
5323
5324 2000-11-15  Havoc Pennington  <hp@redhat.com>
5325
5326         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
5327         when we invalidate the main window.
5328
5329         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
5330         GtkTextView will now invalidate the side windows for us when text
5331         changes.
5332
5333 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
5334
5335         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
5336         unconditionally, since we may need to update the horizontal
5337         scrollbars even if the height didn't change.
5338
5339         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
5340         the extra attrs, since some of them affect size.
5341
5342         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
5343         x_offset correctly.
5344
5345 2000-11-15  Havoc Pennington  <hp@redhat.com>
5346
5347         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
5348         don't move the first line out into the margin, instead move the
5349         whole paragraph in order to make space for the first line within 
5350         the margin
5351
5352 2000-11-15  Havoc Pennington  <hp@redhat.com>
5353
5354         * gtk/gtktextview.c (changed_handler): offset redraw rect by
5355         xoffset in addition to yoffset, so horizontal scrolling doesn't
5356         break redraws
5357
5358 2000-11-15  Havoc Pennington  <hp@redhat.com>
5359
5360         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
5361         from the cursor
5362         (render_layout_line): fix reversed test that caused weird
5363         underlines to get drawn
5364
5365 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
5366
5367         * gdk/linux-fb/gdkprivate-fb.h:
5368         Fix debug macros.
5369         
5370 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
5371
5372         * gdk/linux-fb/gdkprivate-fb.h:
5373         Added virtual functions set_pixel, get_color,
5374         fill_span and draw_drawable to the GC.
5375         Added global _gdk_fb_screen_gc to use instead of
5376         NULL when drawing to the screen.
5377         Added _gdk_fb_gc_calc_state() prototype.
5378
5379         * gdk/linux-fb/gdkgc-fb.c:
5380         Call _gdk_fb_gc_calc_state() on any gc state change.
5381
5382         * gdk/linux-fb/gdkglobals-fb.c:
5383         Add _gdk_fb_screen_gc
5384                 
5385         * gdk/linux-fb/gdkdrawable-fb2.c:
5386         _gdk_fb_gc_calc_state() calculates best functions
5387         for the GC state and depth.
5388         Moved bpp specialized code to separate functions.
5389         Added optimized 24 bpp AA draw_drawable.
5390
5391         * gdk/linux-fb/gdkevents-fb.c:
5392         Silence gcc warning.
5393
5394         * gdk/linux-fb/gdkimage-fb.c:
5395         Use _gdk_fb_screen_gc
5396
5397         * gdk/linux-fb/gdkwindow-fb.c:
5398         Init and use _gdk_fb_screen_gc
5399
5400         * gdk/linux-fb/mitypes.h:
5401         Remove unused types.
5402
5403 2000-11-14  Havoc Pennington  <hp@pobox.com>
5404
5405         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
5406         to pixels
5407
5408 2000-11-14  Havoc Pennington  <hp@pobox.com>
5409
5410         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
5411
5412         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
5413         unknown char, no real reason we were using a variable. 
5414         Remove gtk_text_unknown_char variable. Fix all the text widget
5415         files accordingly.
5416
5417         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
5418         since the Unicode spec seems to prefer that character for our
5419         purposes.
5420
5421 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
5422
5423         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
5424         value of g_getenv() isn't freeable, so g_strdup it.
5425
5426         * modules/input/inuktitut.c: Inuktitut input method.
5427
5428         * modules/input/Makefile.am: Build this.
5429         
5430 2000-11-14  Elliot Lee  <sopwith@redhat.com>
5431
5432         * gtk/Makefile.am: Install gtk.immodules, needed for operation
5433         of gtk programs.
5434
5435 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
5436
5437         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
5438         reversed > that was causing Home to go to end of previous line.
5439
5440         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
5441         modified-keypresses (leave for bindings.)
5442
5443         * modules/input/Makefile.am: Remove useless -export-dynamic
5444         from module LDFLAGS.
5445
5446 2000-11-14  Havoc Pennington  <hp@redhat.com>
5447
5448         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
5449         higher.
5450
5451         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
5452         account. Also, render rise, underline, background, etc. for
5453         pixbufs as well as text. Also, draw underlines one pixel higher.
5454
5455         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
5456         PangoAttribute for the rise, so it gets drawn properly. Also,
5457         add the GtkTextAppearance attribute for pixbuf/widget segments
5458         as well; we should go ahead and have rise, underline, background,
5459         stipple work for those
5460
5461         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
5462         Pango
5463
5464 2000-11-15  Tor Lillqvist  <tml@iki.fi>
5465
5466         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
5467
5468         * gtk/gtk.def: Update.
5469
5470         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
5471         included.
5472         (gtk_rc_get_im_module_file): Use run-time installation directory
5473         on Win32.
5474
5475         * gdk/win32/rc/gdk.rc: Remove.
5476         * gdk/win32/rc/gdk.rc.in: New file.
5477         * gdk/win32/rc/Makefile.am: New file
5478         * gdk/win32/Makefile.am: Corresponding changes.
5479
5480         * gtk/gtk.rc: Remove.
5481         * gtk/gtk-win32.rc.in: New file.
5482         * gtk/Makefile.am: Corresponding changes.
5483
5484         * configure.in: Corresponding changes.
5485
5486         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
5487         has a built gtkcompat.h. Developers using CVS code on Win32 can
5488         hand-edit it from gtkcompat.h.in.
5489
5490         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
5491         gtkcompat.h from gtkcompat.h.win32.
5492
5493 2000-11-14  Havoc Pennington  <hp@redhat.com>
5494
5495         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
5496         to default to GDK_ACTION_MOVE if the drag is within a single
5497         widget. Defaults to GDK_ACTION_COPY between widgets.
5498
5499 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
5500
5501         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
5502
5503         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
5504
5505         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
5506         srcdir != builddir
5507
5508         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
5509
5510         * configure.in (GTK_VERSION): Up to 1.3.2
5511
5512         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
5513         gtkimcontextxim.h
5514
5515         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
5516         missing doc comment.
5517
5518 2000-11-14  Alexander Larsson  <alexl@redhat.com>
5519
5520         * modules/linux-fb/basic.c:
5521         Use the glib iconv wrappers.
5522
5523 2000-11-13  Havoc Pennington  <hp@pobox.com>
5524
5525         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
5526         still more bugs.
5527
5528         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
5529         scroll the GdkWindows before realization.
5530
5531 2000-11-13  Havoc Pennington  <hp@redhat.com>
5532
5533         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
5534         where GC didn't always get updated properly
5535
5536         * demos/gtk-demo/textview.c (create_tags): Use subattributes
5537         of fonts instead of setting the entire font
5538
5539         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
5540         setting entire font
5541
5542         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
5543
5544         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
5545         a bunch of individually-settable font attributes. You can still 
5546         use the "font" and "font_desc" args, they just set all the font
5547         attributes at once.
5548
5549 2000-11-13 Elliot Lee <sopwith@redhat.com>
5550
5551         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
5552
5553 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
5554
5555         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
5556         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
5557
5558         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
5559         work better.
5560
5561 2000-11-13  Havoc Pennington  <hp@redhat.com>
5562
5563         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
5564         the module file.
5565
5566         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
5567         dest->language
5568
5569         * gtk/testtext.c: Test pixels above/below/inside paragraphs
5570         settings
5571
5572         * gtk/gtktextview.c: Implement object args and setters/getters for
5573         all the aspects of the GtkTextAttributes that are not set from
5574         GtkWidget attributes. This is spacing, justification, margins,
5575         etc.
5576
5577         (gtk_text_view_set_arg)
5578         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
5579         args
5580         (gtk_text_view_class_init): Add args for justify, left_margin,
5581         right_margin, indent, and tabs
5582         
5583
5584         * gtk/gtktextlayout.c (set_para_values): fix to display indent
5585         attribute properly
5586
5587         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
5588         replace with indent attribute
5589
5590         * gtk/gtktextlayout.c (set_para_values): multiply indent by
5591         PANGO_SCALE
5592
5593         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
5594         rearranging code to do that
5595         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
5596         i.e. don't subtract the top_margin first, just to keep
5597         all margin-futzing in one place.
5598
5599         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
5600
5601         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
5602         special case of last line, Pango now handles this itself.
5603         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
5604         Y coordinate
5605         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
5606         (find_display_line_above): wasn't moving the byte index as it
5607         iterated over lines, so always returned byte 0. Also, port to use
5608         PangoLayoutIter.
5609         (find_display_line_below): same problem as
5610         find_display_line_above. Also, port to use PangoLayoutIter.
5611
5612 2000-11-13  Alexander Larsson  <alexl@redhat.com>
5613
5614         * gdk/linux-fb/*.[ch]:
5615         Massive reindent to gtk+ standard. My hands hurt.
5616
5617         * gdk/linux-fb/gdkcolor-fb.c:
5618         Move GdkColorPrivateFB from inherited to windowing_data
5619
5620         * gdk/linux-fb/gdkcursor-fb.c:
5621         _gdk_cursor_new_from_pixmap made static
5622
5623         * gdk/linux-fb/gdkdnd-fb.c:
5624         GdkDragContextPrivate moved to windowing_data
5625
5626         * gdk/linux-fb/gdkdrawable-fb2.c:
5627         Removed endian.h, use glib endianness macros instead
5628         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
5629         and GDK_DRAWABLE_IMPL_FBDATA
5630
5631         * gdk/linux-fb/gdkfont-fb.c:
5632         Add empty gdk_font_load(). Needed for linking of Gtk+.
5633
5634         * gdk/linux-fb/gdkimage-fb.c:
5635         Removed endian.h, use glib endianness macros instead
5636         Moved GdkImagePrivateFB to windowing_data
5637         gdk_image_new_bitmap didn't always allocate enough
5638         memory.
5639
5640         * gdk/linux-fb/gdkinput-ps2.c:
5641         Added semi-working support for MS serial mice.
5642
5643         * gdk/linux-fb/gdkprivate-fb.h:
5644         s/GdkWindowPrivate/GdkWindowObject/
5645         Removed GdkWindowPrivate typedef
5646         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
5647         Removed GDK_DRAWABLE_P
5648         Move GdkColorPrivateFB from inherited to windowing_data
5649         Moved GdkImagePrivateFB to windowing_data
5650
5651         * gdk/linux-fb/gdkvisual-fb.c:
5652         Removed some unused debug code.
5653
5654         * gdk/linux-fb/gdkwindow-fb.c:
5655         Use stock cursors instead of including X headers.
5656         s/GdkWindowPrivate/GdkWindowObject/
5657
5658         * gdk/linux-fb/mitypes.h:
5659         Removed unused types.
5660
5661         * modules/linux-fb/basic.c:
5662         Use the pango fribidi wrappers.
5663
5664 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
5665
5666         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
5667         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
5668         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
5669         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
5670         GEqualFunc where applicable.
5671         
5672         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
5673         pango_font_description_equal as changed in pango.
5674         
5675         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
5676
5677         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
5678
5679         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
5680
5681         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
5682
5683         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
5684
5685         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
5686
5687         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
5688         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
5689
5690         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
5691         gtk_rc_styles_compare -> gtk_rc_styles_equal.
5692
5693 2000-11-12  Havoc Pennington  <hp@pobox.com>
5694
5695         * demos/gtk-demo/Makefile.am (democodedir): change demo install
5696         dir to datadir/gtk+-2.0/demo
5697
5698         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
5699         sorts of text widget and Pango font bugs. Urgh.
5700
5701         * demos/gtk-demo/Makefile.am (demos): Add textview.c
5702
5703         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
5704         tree that you should double click to see the demo. Fix 
5705         types of variables to reflect changed return values from 
5706         GtkTreeStore and GtkTreeViewColumn constructors.
5707
5708         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
5709         newly-created buffer to prepare for GObject semantics
5710
5711         * gtk/testtext.c: don't leak the buffer with GObject semantics
5712
5713         * gtk/testtextbuffer.c: ditto
5714         
5715 2000-11-12  Havoc Pennington  <hp@pobox.com>
5716
5717         Rename this testgtk to gtk-demo to avoid confusion, and 
5718         install it so people can use it as a supplement to 
5719         the documentation.
5720         
5721         * demos/gtk-demo: Moved from demos/testgtk
5722
5723         * demos/testgtk: Removed
5724
5725         * configure.in: make Makefile in gtk-demo
5726         
5727         * demos/gtk-demo/Makefile.am: Install sample source to 
5728         datadir/gtk-demo (maybe there's a better place?), and 
5729         rename the binary to gtk-demo
5730         
5731         * demos/gtk-demo/main.c (load_file): Load installed sample
5732         source if source isn't found in pwd.
5733
5734 2000-11-09  Havoc Pennington  <hp@pobox.com>
5735
5736         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
5737         argument to set the char displayed when visibility == FALSE
5738         (gtk_entry_create_layout): If !entry->visible, replace 
5739         all chars with the "invisible char"
5740
5741         * gtk/testgtk.c: Test the invisible_char deal
5742         
5743 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
5744
5745         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
5746         can't get a native font in the right encoding.
5747
5748 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
5749
5750         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
5751         respectively.
5752
5753 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
5754
5755         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
5756         Fix warning when moving between paragraphs.
5757
5758         * gtk/gtkentry.[ch]: Change move => move_cursor, 
5759         delete => delete_from_cursor, insert => insert_at_cursor
5760
5761 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
5762
5763         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
5764
5765         * modules/input/imthai-broken.c: A Thai input method for use if
5766         Thai keys are really generating Latin1 keysyms.
5767
5768         * modules/input/Makefile.am: Build these.
5769
5770 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
5771
5772         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
5773         g_filename_{to,from}_utf8 now takes an extra parameter.
5774
5775         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
5776         strftime into UTF-8.
5777
5778         (column_from_x, gtk_calendar_paint_day_names): Support RTL
5779         calendars.
5780
5781         (gtk_calendar_paint_day_names): Draw day names in the right 
5782         place.
5783         
5784 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
5785
5786         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
5787         problem with using result of g_get_charset() backwards -
5788         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
5789
5790         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
5791         negative min_width/height and max_width/height to
5792         mean "requisition"; this allows setting a window
5793         to be user-resizable in only one direction easily.
5794
5795         * gtk/testgtk.c (create_main_window): Remove hard-coded
5796         usize - set a default size in the vertical direction.
5797
5798 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
5799
5800         * gtk/gtkrange.c: Add some missing casts. Support 
5801         2 and 3 button clicks on the arrows to mean 
5802         "move by pages" and "jump to end". (Like gtkspinbutton)
5803
5804 2000-11-12 Hans Breuer <Hans@Breuer.Org>
5805
5806         * gdk/win32/makefile.msc : reflect build module changes
5807
5808         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
5809         from GdkPixmap*, cast implementation member instead.
5810
5811         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
5812         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
5813         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
5814         more Gdi functions return value checking. 
5815         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
5816         GdkImagePrivateWin32 *.
5817
5818         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
5819         menus useable again. Add #pragma message to keep reminded on this issue.
5820         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
5821         windows. This allows to enable backing store on Win32!
5822
5823         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
5824         in drawable is of impl type. Correct specific type checks appropriate.
5825  
5826         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
5827         GDK_WINDOW_DESTROYED before allocating new resources.
5828
5829         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
5830
5831         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
5832         (gdk_window_foreign_new) initialize parent handle.
5833         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
5834
5835         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
5836         Let the GDI invalidate the window on MoveWindow call to fix scrolling
5837         problems (e.g. main buttons in testgtk). 
5838
5839 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
5840
5841         * gtk/gtkentry.c (gtk_entry_key_press): Call 
5842         gtk_widget_activate for GDK_Return.
5843
5844         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
5845         of preedit cursor position.
5846
5847 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
5848
5849         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
5850         static.
5851
5852 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
5853
5854         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
5855         out support for multiple locales; that simple doesn't
5856         work reliably with current Xlib
5857
5858         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
5859         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
5860         Add support for positioning the cursor within the preedit string.
5861
5862 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
5863
5864         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
5865         at XIM input method module.
5866
5867         * gtk/gtktextview.c: Check for bindings after passing
5868         events to im context filter.
5869
5870 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
5871
5872         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
5873         empty attribute lists properly.
5874
5875 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
5876
5877         * gtk/queryimmodules.c (main): Return non-zero exit
5878         status if errors were encountered querying any
5879         modules.
5880
5881         * modules/input/Makefile.am (moduledir): remove
5882         leftover bin program target.
5883
5884         * docs/make-todo: Fix typo in error message.
5885
5886 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
5887
5888         * configure.in: Add modules/input/Makefile
5889
5890 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
5891
5892         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
5893         don't include gtkthemes.h.
5894
5895         * gtk/testgtk.c gtk/testtext.c: Set environment variables
5896         to point
5897
5898         * gtk/Makefile.am: Add new .c and .h files, build 
5899         gtk-query-immodules and use it to create a gtk.immodules
5900         file for use of test programs.
5901
5902         * gtk/gtkpreview.c: remove extra blank line.
5903
5904 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
5905
5906         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
5907         Add the ability to add extra tables beyond the default
5908         one, and also the ability to have compose sequences 
5909         that are prefixes of other compose sequences. 
5910
5911         * gtk/gtkimcontextsimple.c: Export a preedit string which
5912         consists of possible candidates for keystrokes that have
5913         been entered but not yet committed.
5914
5915         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
5916         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
5917
5918         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
5919         Add a function to add input-method switching menu items
5920         to a menu.
5921
5922         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
5923         when switching input methods.
5924
5925         * gtk/gtkimcontextsimple.[ch]: Change the format of
5926         the compose table to allow compose tables of different
5927         lengths / sequence.
5928
5929 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
5930
5931         * gtk/gtkimmodule.[ch]: Support routines for loading
5932         GtkIMContext implementations dynamically at runtime.
5933
5934         * modules/input/imcyrillic-translit.c: A sample input
5935         method (based on GtkIMContextSimple with an extra table),
5936         which demonstrates preedit strings and the module
5937         system for input modules
5938
5939         * gtk/queryimmodules.c: Program to query the available
5940         input modules and write the results into a file.
5941          
5942         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
5943         extra config options "im_module_file" (cache file for
5944         input method modules), and "im_module_path" - path
5945         to look for modules when generating cache file.
5946
5947         This doesn't scale.
5948
5949 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
5950
5951         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
5952         generic code from gtkthemes into a new abstraction
5953         GtkModule which has the logic for implementing
5954         a loadable module which implements a number of 
5955         GObject types.
5956
5957 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
5958
5959         * gtk/gtkeditable.[ch]: Convert GtkEditable from
5960         a class into an interface  
5961         
5962         * gtk/gtkoldeditable.[ch]: Move the old editable
5963         implementation into here, so legacy widgets can
5964         still rely on the implemenation. GtkOldEditable
5965         exports GtkEditable. Make selection handling
5966         code use new text conversion functions (and
5967         handle UTF-8 as a side-effect). Use GtkClipboard
5968         for CLIPBOARD.
5969
5970         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
5971         Adopt to match above changes.
5972
5973         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
5974         avoid GtkOldEditable implementation. Restructure
5975         to reduce number of places that modify state directly.
5976         Move to GtkBindingSet. Display the preedit string.
5977         Queue recomputation of PangoLayout and scroll position
5978         to improve effiency of doing complex changes naively.
5979         Add a menu with cut/copy/paste and input method selection.
5980
5981 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
5982
5983         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
5984         to set preedit string and attributes; display preedit string by
5985         inserting string and attributes at cursor when creating the
5986         GtkTextLineDisplay.
5987
5988         * gtk/gtktextlayout.c: Move all conversions between byte
5989         positions in PangoLayout and GtkTextIter into new functions
5990         line_display_iter_to_index/index_to_iter that properly
5991         handle the preedit string.
5992
5993         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
5994         it to return const char * (eventually will end up
5995         as GCONST char *, most likely.)
5996
5997         * gtk/gtktextview.[ch]: Handle the preedit string, call
5998         gtk_im_context_reset() as necessary, add a menu to switch
5999         input methods.
6000         
6001         * gtk/gtktextlayout.[ch]: Remove useless
6002         gtk_text_layout_get_log_attrs() function.
6003
6004 2000-11-11  Tor Lillqvist  <tml@iki.fi>
6005
6006         * gdk/gdk.def
6007         * gtk/gtk.def: Update.
6008
6009         * gdk/win32/*.c: Add last argument to g_type_register_static()
6010         calls.
6011
6012         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
6013
6014         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
6015         generated by older wheel mouse drivers. Get the correct y
6016         coordinate from WM_MOUSEWHEEL messages.
6017
6018         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
6019         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
6020         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
6021         Debugging functions.
6022
6023         * gdk/win32/gdkprivate-win32.h: Declare them.
6024
6025         * gdk/win32/gdkinput-win32.h: Add declaration for
6026         gdk_input_window_destroy().
6027
6028         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
6029
6030 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
6031
6032         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
6033         function to help handle keeping things in sync.
6034
6035 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
6036
6037         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
6038         BOXED marshallers.
6039
6040         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
6041         (gtk_list_store_class_init): use the new BOXED marshallers.
6042
6043         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
6044         new_with_values to new_with_types.
6045         (gtk_tree_store_get_column_type): add this.
6046         (gtk_tree_store_class_init): use the new BOXED marshallers.
6047
6048         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
6049         mirror some POINTER marshallers.
6050
6051 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
6052
6053         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
6054         allow more interesting iterators.  Also, made the lifecycle of
6055         iterators more explicit.
6056
6057         * gtk/gtktreemodelsort.[ch]: New model for sorting.
6058
6059         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
6060         types.
6061
6062 2000-11-09  Alexander Larsson  <alexl@redhat.com>
6063
6064         * demos/testgtk/menus.c:
6065         Changes to make the new testgtk compile after
6066         gtk_menu_append was removed.
6067
6068         * gdk/linux-fb/gdkdrawable-fb2.c
6069         (gdk_fb_get_depth, gdk_fb_get_visual,
6070         gdk_drawable_impl_fb_class_init): Implement
6071         these drawable functions. Now GtkImages work again.
6072
6073         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
6074
6075         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
6076         
6077         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
6078         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
6079         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
6080         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
6081
6082 2000-11-08  Havoc Pennington  <hp@pobox.com>
6083
6084         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
6085         visible_set args, don't know where these had gone, I thought they
6086         used to be there
6087
6088         * gtk/testtext.c: Add a menu item to apply invisibility tag;
6089         now we can test the feature and see that it's totally broken.
6090
6091 2000-11-08  Havoc Pennington  <hp@pobox.com>
6092
6093         Make DND copy pixbufs and tags when source and target share a 
6094         tag table.
6095         
6096         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
6097         in-process GTK_TEXT_BUFFER_CONTENTS target
6098         (gtk_text_view_drag_data_received): Paste from
6099         GTK_TEXT_BUFFER_CONTENTS if we receive it.
6100
6101 2000-11-08  Alexander Larsson  <alexl@redhat.com>
6102
6103         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
6104         API changes.
6105
6106         * gtk/gtkmenu.c: Add support for scrolling menus.
6107         Remove gtk_menu_append/prepend/insert, these have been moved to
6108         gtkcompat.h as #defines.
6109
6110         * gtk/gtkcompat.h.in:
6111         Add compatibility #defines for gtk_menu_append/prepend/insert
6112
6113         * gtk/gtkmenu.h: Add data needed for scrolling menus.
6114         GtkMenuPositionFunc gets an extra argument push_in.
6115         gtk_menu_append/prepend/insert removed.
6116         
6117         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
6118         positioning behaviour to fit to scrolling menus.
6119
6120         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
6121         into menuitem->submeny. That is wrong, and broke torn
6122         off submenus of torn off menus, since they were unrealized
6123         when the first menu was unrealized.
6124
6125         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
6126         gtk_menu_shell_select_item() since these need to be overridden in
6127         GtkMenu.
6128
6129         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
6130         positioning behaviour to fit to scrolling menus.
6131         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
6132         the current item so that it is prelighted when the menu pops up.
6133         This is a workaround to the fact that the menu doesn't get the
6134         initial enter event (due to grabs).
6135
6136         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
6137         s/gtk_menu_append/gtk_menu_shell_append/
6138
6139         * gtk/gtknotebook.c:
6140         s/gtk_menu_insert/gtk_menu_shell_insert/
6141
6142         * gtk/testgtk.c (create_menu, create_menus):
6143         Create the first menu with 50 items so that menu scrolling
6144         can be tested.
6145         
6146         
6147         Patch from Jonathan Blandford  <jrb@redhat.com>
6148
6149         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
6150         system to handle size requests.  First, we ask what the size of
6151         the toggle is.  Then, when allocating the size, we allocate the
6152         toggle_size first.  This way we can have multiple menu-item
6153         classes w/o needing a seperate class for each.
6154
6155         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
6156         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
6157
6158         * gtk/gtkcheckmenuitem.c
6159         (gtk_check_menu_item_toggle_size_request): New function to handle
6160         the toggle size-request.
6161
6162 2000-11-07  Havoc Pennington  <hp@redhat.com>
6163
6164         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
6165         Half-ass somewhat fix this function, so that scrolling to the
6166         insertion point works. Pango hacking is in the future to really
6167         fix it.
6168
6169         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
6170         length of data, no longer used.
6171
6172         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
6173         method contents in here, get rid of destroy method
6174         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
6175         that were backward. Remove debug spew.
6176         (cut_or_copy): Make the clipboard work with insert_range to
6177         preserve tags and pixbufs, not just the primary selection.
6178
6179 2000-11-07  Havoc Pennington  <hp@redhat.com>
6180
6181         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
6182         to gtk_text_mark_get_visible
6183
6184         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
6185         bug that was generating an invalid iterator
6186
6187         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
6188         ensure_char_offsets() in front of code placing the iter in an
6189         invalid state.
6190
6191         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
6192         make override_location arg const
6193         (paste): Replace the selection if we paste into the 
6194         current selection
6195
6196         * gtk/gtkselection.h: Remove "GtkSelectioData"
6197         (struct _GtkSelectionData): move the definition here.
6198
6199         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
6200         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
6201
6202         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
6203
6204         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
6205         (gtk_text_buffer_insert_range_interactive): implement
6206         (gtk_text_buffer_get_tags): Remove, replaced by
6207         gtk_text_iter_get_tags()
6208
6209         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
6210         limit parameter, to avoid infinite linear scan.
6211         (gtk_text_iter_backward_search): Add search limit
6212         (gtk_text_iter_forward_find_char): Add search limit
6213         (gtk_text_iter_backward_find_char): Add search limit
6214
6215 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
6216
6217         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
6218         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
6219         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
6220         gdk/linux-fb/gdkwindow-fb.c:
6221         use g_object_new() instead of g_type_create_instance() which
6222         is a private function for fundamental type implementations.
6223
6224         * gdk/linux-fb/gdkinput-ps2.c:
6225         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
6226         instead just store the current modifier state. Add a (somewhat broken)
6227         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
6228         Rename exported function gdk_input_ps2_get_mouseinfo to
6229         gdk_input_get_mouseinfo.
6230
6231         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
6232         gdk/linux-fb/gdkwindow-fb.c:
6233         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
6234         
6235
6236 2000-11-02  Havoc Pennington  <hp@redhat.com>
6237
6238         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
6239         use stock buttons. Should be 100% source compatible, appropriate
6240         filesel fields now point to dialog->vbox and dialog->action_area.
6241         On the bizarre side, dialog->action_area and filesel->action_area
6242         are not the same widget.
6243         (gtk_file_selection_init): Put some padding around the selection
6244         entry, so it isn't touching the GtkDialog separator.    
6245
6246         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
6247         use stock buttons, etc. Should also be source compatible.
6248         Set the dialog default title in _init not _new().
6249         
6250         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
6251         Use stock buttons; don't put a button box inside the existing
6252         dialog button box. Don't bother with push/pop colormap anymore.
6253
6254         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
6255         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
6256         for message dialog, and necessary for the font selection and color
6257         selection with help and apply buttons.
6258         
6259         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
6260         to the created button widget. Set GTK_CAN_DEFAULT on the button.
6261         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
6262         between buttons, put less padding around the action area.
6263         (gtk_dialog_run): Exit on unmap rather than on destroy. 
6264         This will also exit the loop if the widget is hidden.
6265         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
6266         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
6267         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
6268         special-case delete event.
6269
6270         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
6271         formatting
6272         
6273 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
6274
6275         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
6276         button to temporarily disable position recording in the
6277         "saved position" test.
6278
6279 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
6280
6281         * gtk/gtkthemes.c: added compat code that temporarily implements
6282         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
6283         going to be revamped by owen's upcoming GtkModule patches, but
6284         untill then people want gtk to build, right? ;)
6285
6286 2000-11-04  Havoc Pennington  <hp@pobox.com>
6287
6288         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
6289         list
6290
6291         * docs/Changes-2.0.txt: Add note about
6292         gtk_container_get_toplevels()
6293
6294         * gtk/gtktextview.h: formatting
6295         
6296         * gtk/gtktextview.c: don't start descriptions with "Returns",
6297         confuses gtk-doc
6298
6299 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
6300
6301         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
6302         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
6303
6304 2000-11-03  Havoc Pennington  <hp@redhat.com>
6305
6306         * gtk/gtktexttagtable.c: Docs
6307         (gtk_text_tag_table_size): return a signed int
6308
6309         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
6310         (gtk_text_tag_event): make the event_object a GObject
6311
6312         * gtk/gtktextview.c: Write API docs for all functions.
6313
6314         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
6315         for gtk_text_view_get_window_type() called on one of the private
6316         windows.
6317
6318         * gtk/gtktextview.c: Instead of accessing text_view->buffer
6319         directly, call get_buffer() which demand-creates a default
6320         buffer. So gtk_text_view_new() can be used to create a view with a
6321         default buffer in it, if you just want an empty text box users can
6322         put data in. Useful for GUI builders also.
6323
6324 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
6325
6326         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
6327         the charset encodign portion MUST be in lowercase.
6328         * gtk/gtkrc.az: added file for Azeri language
6329
6330 2000-11-03  Havoc Pennington  <hp@redhat.com>
6331
6332         Get widgets working on the btree/buffer side. Display of them 
6333         still doesn't work.
6334         
6335         * gtk/gtktextview.c: start implementing child widget stuff
6336
6337         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
6338
6339         * gtk/gtktextlayout.c: handle embedded widgets
6340
6341         * gtk/gtktextdisplay.c: handle embedded widgets
6342
6343         * gtk/gtktextchild.c: Implement all the child anchor goo
6344
6345         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
6346         function
6347
6348         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
6349         (insert_pixbuf_or_widget_segment): abstract out common portions of 
6350         creating a child anchor or a pixbuf segment.
6351         (gtk_text_btree_create_child_anchor): new function
6352         (gtk_text_btree_unregister_child_anchor): new function
6353
6354         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
6355         allocate_child signal on GtkTextLayout
6356
6357         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
6358         values
6359         (gtk_text_iter_get_child_anchor): new function
6360
6361         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
6362         default handler for the changed signal, which calls
6363         gtk_text_buffer_set_modified(), instead of just always emitting
6364         changed then calling set_modified() manually. I guess this is
6365         maybe more flexible. It seems logical.
6366
6367 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
6368
6369         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
6370         now.
6371
6372         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
6373
6374 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
6375
6376         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
6377         been marked static.
6378
6379 2000-11-02  Havoc Pennington  <hp@redhat.com>
6380
6381         * gtk/testgtk.c (create_labels): had a test backward
6382
6383         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
6384         fields, so the dest GC ends up with the correct clip origin, 
6385         etc. Fixes a bug where colored labels didn't redraw 
6386         properly.
6387
6388 2000-11-02  Alexander Larsson  <alexl@redhat.com>
6389
6390         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
6391         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
6392         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
6393         Add last argument to t_type_register_static call.
6394         
6395         * gdk/linux-fb/gdkdrawable-fb2.c:
6396         Add last argument to t_type_register_static call.
6397         export the get_image drawable virtual function.
6398
6399         * gdk/linux-fb/gdkimage-fb.c:
6400         Add last argument to t_type_register_static call.
6401         rename gtk_image_get to _gdk_fb_get_image and
6402         export it for use by gdkdrawable-fb2.
6403
6404         * gdk/linux-fb/gdkprivate-fb.h:
6405         export _gdk_fb_get_image.
6406
6407         * gdk/linux-fb/gdkselection-fb.c:
6408         Add new api call stubs.
6409
6410         * gtk/Makefile.am:
6411         Missing ( in linux-fb part.
6412
6413         * modules/linux-fb/Makefile.am:
6414         Must link with gdk_pixbuf or get unresolved symbol.
6415
6416 2000-11-01  Havoc Pennington  <hp@pobox.com>
6417
6418         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
6419         GTK_TYPE_TEXT_ITER and BOXED marshallers
6420
6421         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
6422
6423         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
6424         
6425         * gtk/gtk-boxed.defs: add GtkTextIter
6426
6427         * gtk/gtkmarshal.list: Add marshallers for text widget that 
6428         properly use OBJECT and BOXED
6429
6430 2000-11-01  Havoc Pennington  <hp@redhat.com>
6431
6432         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
6433
6434         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
6435         before returning it. 
6436         
6437 2000-11-01  Havoc Pennington  <hp@redhat.com>
6438
6439         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
6440         Clip the rectangle to be rendered to the drawable, since
6441         get_from_drawable() requires a region within the drawable
6442
6443 2000-11-01  Havoc Pennington  <hp@redhat.com>
6444
6445         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
6446         from coordinates.
6447
6448 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
6449
6450         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
6451         it isn't NULL.
6452
6453 2000-11-01  Havoc Pennington  <hp@pobox.com>
6454
6455         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
6456         on a label
6457         (gtk_label_finalize): unref the attr list if any.
6458
6459         * gtk/testgtk.c (create_get_image): close test on second click
6460         (make_message_dialog): close dialog if it exists
6461
6462         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
6463
6464         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
6465         gdk-pixbuf
6466
6467         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
6468         from Pango markup format
6469         (gtk_label_set_markup_with_accel): ditto but with accelerator
6470         parsing
6471
6472         * gtk/gtkimage.c (gtk_image_expose): reformatting.
6473
6474         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
6475         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
6476         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
6477         call gdk_window_get_origin().
6478
6479         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
6480         implement GDK_PIXBUF_ALPHA_FULL
6481         
6482 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
6483
6484         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
6485         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
6486         g_signal_handlers_disconnect_matched to block/unblock and disconnect
6487         multiple handlers respectively, instead of only treating the
6488         first handler found (bug reported by owen).
6489
6490 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
6491
6492         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
6493
6494         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
6495
6496         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
6497         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
6498         gtk/gtktreeviewcolumn.h: Fixed inline docs.
6499
6500         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
6501         widget.  Needs writing someday.
6502
6503         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
6504         the docs.
6505
6506 2000-10-30  Havoc Pennington  <hp@redhat.com>
6507
6508         * gtk/gtktextview.h, gtk/gtktextview.c:
6509         Rename delete_at_cursor delete_from_cursor, and 
6510         move to move_cursor.
6511
6512 2000-10-30  Havoc Pennington  <hp@redhat.com>
6513
6514         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
6515         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
6516         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
6517         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
6518         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
6519         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
6520         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
6521         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
6522         gtktexttypes.h, gtktextview.c, gtktextview.h:
6523
6524         Massive reindentation and reformatting. Arg alignment and comments
6525         still need fixing in various places.
6526
6527 2000-10-30  Havoc Pennington  <hp@redhat.com>
6528
6529         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
6530         to be named insert_at_cursor and delete_at_cursor so C++ can
6531         handle them.
6532
6533 2000-10-28  Tor Lillqvist  <tml@iki.fi>
6534
6535         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
6536         to get a double directory separator in case the home directory
6537         ends with one. This would cause trouble especially on Windows,
6538         where the path will be confused with the syntax for an an UNC
6539         (network share) path \\server\share\path.
6540         (gtk_rc_add_initial_default_files): Ditto.
6541
6542 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
6543
6544         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
6545
6546         * gtk/gtktextview.c: Use correct marshallers.
6547
6548 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
6549
6550         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
6551         use new iter stuff, and added all the appropriate signals et al.
6552
6553         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
6554         code is internal to gtk only.
6555
6556 2000-10-28  Tor Lillqvist  <tml@iki.fi>
6557
6558         * gtk/gtk.def
6559         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
6560         glib-genmarshal etc.
6561
6562 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
6563
6564         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
6565         parallel builds.
6566
6567 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
6568
6569         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
6570
6571 2000-10-27  Robert Brady  <robert@suse.co.uk>
6572
6573         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
6574         en_GB (British), ia (Interlingua).
6575
6576 2000-10-26  Havoc Pennington  <hp@redhat.com>
6577
6578         * gtk/gtktextiter.c (my_strrstr): fix constness warning
6579
6580         Fixed output of:
6581         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
6582         
6583         * gtk/gtktextsegment.c (char_segment_new): rename
6584         (_char_segment_new_from_two_strings): rename
6585         (_toggle_segment_new): rename
6586         
6587         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
6588         (make_clipboard_widget): make it static
6589         (text_get_func): static
6590         (text_clear_func): static
6591
6592         * gtk/gtkcolorsel.c (adjustment_changed): make this function
6593         static
6594         (hex_changed): make it static
6595         (hsv_changed): make it static
6596         (opacity_entry_changed): make it static
6597
6598         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
6599         (toggle_segment_check_func): rename with _gtk
6600
6601         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
6602         (_widget_segment_new): rename
6603         (_widget_segment_add): rename
6604         (_widget_segment_remove): rename
6605         (_widget_segment_ref): rename
6606         (_widget_segment_unref): rename
6607
6608         * gtk/gtktextmark.c (_mark_segment_new): Rename
6609         _gtk_mark_segment_new   
6610
6611 2000-10-26  Havoc Pennington  <hp@redhat.com>
6612
6613         * gtk/gtkmarshal.list: add new marshallers used by the text widget
6614         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
6615         types
6616
6617         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
6618         marshaller types
6619
6620         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
6621         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
6622         license on these files.
6623
6624         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
6625         work.
6626
6627         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
6628         runtime random number different for each tree, instead of 
6629         a constant I made up.
6630
6631 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
6632
6633         * gtk/Makefile.am: buncha cleanups, kludged build sources
6634         dependencies with a Makefile: oldest-source-stamp dependancy
6635         for the moment. automake is really fighting us here, with
6636         intentionally not allowing user-defined rules or dependancies
6637         prior to it's -include $(DEP_FILES) statement. sucks rocks!
6638
6639         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
6640         to public headers. tehy have a comment stating that they are
6641         "semi-public" aren't included by gtk.h and if enums popup there,
6642         they can be /*< skip >*/-ed.
6643
6644         * gtk/gtktextlayout.h: 
6645         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
6646         added LGPL... <SIGH>
6647
6648 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
6649
6650         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
6651         GtkTreeIter.  Added iterators everywhere.
6652
6653         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
6654
6655         * gtk/gtktreeviewselection.c: Changed to use the iterators.
6656
6657         * gtk/gtktreestore.c: Changed to use the iterators.
6658
6659         * gtk/gtkliststore.c: Commented out the code.  Will convert to
6660         iterators tomorrow.
6661
6662         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
6663         iterators tomorrow.
6664
6665         * gtk/treestoretest.c: Changed to use iterators.
6666
6667         * demos/testgtk/main.c: Moved to use the new iterator system.
6668
6669 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
6670
6671         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
6672         localization misbehaviour.
6673
6674         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
6675         a useless type without copy/free.
6676
6677         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
6678         of GTK_TYPE_CTREE_NODE.
6679
6680 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
6681
6682         * gtk/gtksignal.c:
6683         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
6684         applicable.
6685
6686         * gtk/gtk-boxed.defs (GtkSelectionData): specify
6687         gtk_selection_data_copy and gtk_selection_data_free
6688         do GtkSelectionData work as params in signals.
6689
6690 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
6691
6692         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
6693         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
6694         couldn't they at least give it a non-standard name?
6695         
6696         * gtk/gtktextlayout.c: arg! yet another implementation of
6697         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
6698
6699         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
6700         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
6701         home. now i know this _is_ a conspiracy.
6702
6703         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
6704         ::state-changed.
6705
6706         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
6707         (gtk_accel_group_create_add): marshaller signature fixups.
6708
6709         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
6710         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
6711
6712         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
6713         anymore.
6714
6715 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
6716
6717         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
6718         due to the signal system changes, it wouldn't build currently. to
6719         be fixed soon.
6720
6721         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
6722
6723         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
6724         so it needs gtk_marshal_VOID__ENUM() instead of
6725         gtk_marshal_NONE__UINT().
6726
6727         * gdk/gdk*.c: adapted type registration functions.
6728
6729         * gtk/gtkbindings.c:
6730         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
6731         gone.
6732
6733         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
6734
6735         * gtk/gtkobject.c:
6736         (gtk_object_destroy):
6737         (gtk_object_shutdown): fixed recursion guards. basically we have to
6738         catch the case where any of GObject.shutdown() or gtk_object_destroy()
6739         is called during ::destroy, and avoid recursion there.
6740
6741         * gtk/gtktypeutils.c:
6742         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
6743         boxed_copy/boxed_free. this needs a more general solution based on a
6744         publically installed code-generator utility.
6745
6746         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
6747         glib's gobject has support for that now.
6748         define GtkSignalMarshaller in terms of GSignalCMarshaller.
6749
6750 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
6751
6752         * gtk/gtksignal.[hc]:
6753         * gtk/gtkmarshal.[hc]:
6754         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
6755         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
6756         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
6757         care of that.
6758
6759         * *.c: marshaller name fixups.
6760
6761         * gtk/gtkmarshal.list: added a comment briefing the format.
6762
6763 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
6764
6765         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
6766         compatibility macros here now. more specifically, most of
6767         the API is preserved (yes, _most_, nonwithstanding the
6768         following exceptions listed, the API is stil lHUGE ;)
6769         things that got removed completely:
6770         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
6771         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
6772         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
6773         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
6774         gtk_signal_remove_emission_hook().
6775         non-functional functions variants:
6776         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
6777         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
6778         not supported anymore.
6779         (gtk_signal_compat_matched): new internal function to aid
6780         implementation of the compatibility macros, it  provides
6781         functionality to block/unblock/disconnect handlers based
6782         on func/data.
6783
6784         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
6785
6786         * *.c: adaptions to new type registration API signatures.
6787
6788 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
6789
6790         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
6791
6792 2000-10-25  Robert Brady  <robert@suse.co.uk>
6793
6794         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
6795         gdk_property_delete): If window == NULL, assume the root window.
6796         (restoring the behaviour that was in 1.2).
6797         
6798         * gtk/testtext.c (save_buffer): Allow creation of new files when
6799         saving.
6800
6801         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
6802         calls to read().
6803
6804 2000-10-25  Tor Lillqvist  <tml@iki.fi>
6805
6806         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
6807
6808         * gdk/win32/gdkdrawable-win32.c
6809         * gdk/win32/gdkimage-win32.c
6810         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
6811         X11 backend.
6812
6813         * gdk/win32/gdkcc-win32.c
6814         * gdk/win32/gdkcolor-win32.c
6815         * gdk/win32/gdkfont-win32.c
6816         * gdk/win32/gdkinput-win32.c
6817         * gdk/win32/gdkmain-win32.c
6818         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
6819
6820 2000-10-24  Havoc Pennington  <hp@redhat.com>
6821
6822         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
6823         it a static function
6824
6825         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
6826         redraw text when a tag is applied to it.
6827
6828         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
6829         (gtk_text_tag_affects_nonsize_appearance): private functions to
6830         see if a tag requires various kinds of redraw/layout to be queued
6831         up.
6832
6833         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
6834
6835         * gtk/testtext.c (fill_example_buffer): Put the cursor 
6836         at the start of the buffer, so search works by default
6837
6838         * gtk/gtktextiter.c (lines_match): init match_start always
6839
6840         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
6841         function, get iter at a line + a byte index
6842
6843         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
6844         to set byte position within a line
6845         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
6846
6847 2000-10-23  Havoc Pennington  <hp@redhat.com>
6848
6849         * gtk/testtext.c: Re-enable the "find" dialog
6850
6851         * gtk/testgtk.c: Add test for gdk_drawable_get_image
6852         
6853         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
6854         the arguments to gdk_draw_drawable were in the wrong order
6855         (gdk_window_paint_init_bg): This function was ignoring the
6856         init_region, instead of clipping to it, so the entire backing
6857         pixmap was cleared on every begin_paint()
6858         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
6859         was in here again, the loop kept using the same GtkWindowPaint
6860         over and over.
6861         (gdk_window_begin_paint_region): Fix a bug where we had two
6862         x_offset instead of x_offset and y_offset
6863
6864         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
6865         before we get the image.
6866         (gdk_draw_drawable): get the composite before we draw the drawable.
6867         (gdk_drawable_real_get_composite_drawable): default
6868         get_composite_drawable implementation that returns the drawable 
6869         itself
6870
6871         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
6872         get_composite_drawable virtual function
6873
6874         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
6875         list-walking bug
6876
6877         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
6878         make this work if the source drawable is a GdkDrawableImplX11
6879         instead of a public drawable type. This is really broken; the
6880         problem is that GdkDrawable needs a virtual method get_xid(), but
6881         of course that doesn't work in practice. Enter RTTI.
6882
6883         Also, improve mismatched depth message.
6884
6885         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
6886         GdkPixmap
6887
6888         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
6889         install _gdk_x11_get_image as our implementation of get_image
6890         
6891         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
6892         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
6893
6894         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
6895         gdk_drawable_get_image
6896
6897         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
6898
6899         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
6900         get_image
6901
6902         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
6903         trailing semicolon after for loop
6904
6905 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
6906
6907         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
6908         where font_desc for widget's context lagged widget's font_desc by
6909         one step.
6910
6911 2000-10-22  Tor Lillqvist  <tml@iki.fi>
6912
6913         * gdk/win32/gdkgc-win32.c
6914         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
6915
6916         * gtk/makefile.mingw.in
6917         * gtk/gtk.def: Updates.
6918
6919         * gtk/testgtk.c: sleep() is called _sleep in MS's C
6920         library.
6921
6922         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
6923
6924         * gtk/makefile.msc: Remove
6925
6926         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
6927
6928         * gtk/Makefile.am: Add it.
6929
6930         * configure.in: Generate it.
6931
6932         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
6933         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
6934         something even if not implemented, to satisfy picky MSVC.
6935
6936         Patches by Hans Breuer:
6937         
6938         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
6939         SetBkMode() and SetTextAlign() before calling
6940         pango_win32_render().
6941
6942         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
6943         Set hcliprgn to NULL after destroying it.
6944         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
6945
6946         * gdk/win32/gdkgeometry-win32.c
6947         (_gdk_windowing_window_queue_antiexpose): More effective
6948         implementation.
6949
6950         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
6951         depth as default, not the visual's.
6952
6953         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
6954         against empty title.
6955
6956         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
6957         IMAGE_PRIVATE_DATA.
6958
6959         * gdk/win32/gdkimage-win32.c: Use it.
6960
6961 2000-10-22  Robert Brady  <robert@suse.co.uk>
6962
6963         * configure.in: Check for bind_textdomain_codeset
6964
6965         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
6966         present, make use of it.
6967
6968         Add a translatable string "default:LTR" which, if translated
6969         to "default:RTL", will cause the default direction to be
6970         Right-to-Left.
6971
6972         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
6973         direction if marked as flippable.
6974
6975         * gtk/gtkhscale.c: Mark widget as flippable.
6976         
6977 2000-10-04  Havoc Pennington  <hp@redhat.com>
6978
6979         * gtk/testgtk.c (create_buttons): create some stock buttons
6980         with the default accel group
6981         (create_image): test some new GtkImage features
6982         (make_message_dialog): test GtkMessageDialog
6983         (create_modal_window): fix someone's bizzarro indentation
6984
6985         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
6986         GTK_WIN_POS_CENTER_ON_PARENT. 
6987         Add "destroy with parent" setting, which means the window goes
6988         away with its transient parent.
6989         (gtk_window_get_default_accel_group): get the default accel group
6990         for the window.
6991         (gtk_window_set_destroy_with_parent): set/unset destroy with
6992         parent flag
6993         (gtk_window_read_rcfiles): invalidate icon set caches
6994         after reloading rcfiles 
6995
6996         * gtk/gtkenums.h (GtkWindowPosition): add
6997         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
6998         on its parent window when the dialog is mapped for the first time.
6999
7000         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
7001         a simple message dialog class
7002         
7003         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
7004         handler to emit response signal, and maybe later it would
7005         honor a hide_on_delete flag - though that isn't there yet.
7006         Set border width on the vbox to 2, so we get some padding.      
7007         Use a button box for the action area.
7008         (gtk_dialog_key_press): synthesize a delete event if Esc
7009         is pressed and the GtkWidget key press handler didn't 
7010         handle the escape key.
7011         (gtk_dialog_new_with_buttons): new function creates a dialog
7012         with some default buttons in it.
7013         (gtk_dialog_add_action_widget): add an activatable widget
7014         as a button in the dialog - you can also add a non-activatable
7015         widget by accessing the action area directly.
7016         (gtk_dialog_add_button): add a simple button - stock ID or 
7017         label - to the action area
7018         (gtk_dialog_response): emit response signal
7019         (gtk_dialog_run): block waiting for the dialog, return 
7020         the response. Override normal delete_event behavior, so that 
7021         delete_event does nothing inside gtk_dialog_run().
7022
7023         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
7024         emitted when an action widget is clicked or the dialog gets
7025         delete_event
7026
7027         * gtk/gtk.h: add gtkmessagedialog.h
7028
7029         * gtk/Makefile.am: add gtkmessagedialog.[hc]
7030
7031 2000-10-18  Havoc Pennington  <hp@redhat.com>
7032
7033         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
7034         where any number of empty lines would get skipped
7035
7036         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
7037         edge.
7038
7039         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
7040         warning about invalid iterators (explain more thoroughly)
7041         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
7042
7043         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
7044         big
7045
7046         * demos/*.c: Add error handling
7047
7048         * gtk/gtktextbuffer.c: don't modify const iterators
7049
7050         * gtk/gdk-pixbuf-loader.c: Add full error handling here
7051
7052         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
7053         on file load
7054
7055         * gtk/gtkiconfactory.c: Update to reflect addition of error
7056         handling to gdk-pixbuf loaders
7057
7058 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
7059
7060         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
7061         move to new modularized testgtk.
7062
7063 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
7064
7065         * gtk/gtktreeview.c: Draw the arrows correctly.
7066
7067         * gtk/gtktreemodel.c: Added user docs.
7068
7069         * gtk/gtk.h: remove gtktreedatalist.h.
7070
7071         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
7072         parent when generating my type.
7073
7074         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
7075         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
7076
7077 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
7078
7079         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
7080         GtkTreeModel from object to interface.
7081
7082 2000-10-16  Havoc Pennington  <hp@redhat.com>
7083
7084         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
7085         compilation
7086
7087 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
7088
7089         * gtk/gtktreeselection.c: Add API documentation to all public
7090         functions.
7091
7092         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
7093         functions.
7094
7095 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
7096
7097         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
7098         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
7099         docs to all public functions.
7100
7101         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
7102         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
7103         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
7104         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
7105         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
7106         issue.
7107
7108 2000-10-14  Robert Brady  <robert@suse.co.uk>
7109
7110         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
7111
7112 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
7113
7114         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
7115         values other then G_TYPE_STRING.
7116         * gtk/gtktreeselection.c: Minor commenting updates.
7117         * gtk/gtktreeview.c: Format updates.
7118
7119 2000-10-09  Tor Lillqvist  <tml@iki.fi>
7120
7121         * README.win32: Update.
7122
7123         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
7124         lines that had been deleted by mistake (?).
7125
7126         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
7127         also the case fg==white and bg==black (but still not randomly
7128         coloured cursors). Thanks to Wolfgang Sourdeau.
7129
7130         * gdk/win32/*.c: Silence gcc -Wall.
7131
7132         * gtk/gtk.def: Add missing entry points.
7133
7134         Fixes by Hans Breuer:
7135
7136         * gdk/makefile.msc
7137         * gdk/win32/makefile.msc: Update.
7138
7139         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
7140         some MSVC thing, presumably), cause breakpoint on failures. Add
7141         GDK_NOR case. Call g_log_set_always_fatal.
7142
7143         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
7144         should be pased by reference.
7145         
7146         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
7147         
7148         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
7149
7150         * gdk/win32/gdkevents-win32.c
7151         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
7152
7153         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
7154         implementation object.
7155
7156         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
7157         not just windows.
7158         
7159         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
7160         Use the wrapper object.
7161         
7162 2000-10-06  Havoc Pennington  <hp@redhat.com>
7163
7164         * Makefile.am (SRC_SUBDIRS): contrib subdir
7165
7166         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
7167         so it can be used in Xlib version
7168
7169         * demos/testpixbuf.c (update_timeout): error checking from 1.0
7170         tree
7171
7172         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
7173         change from 1.0 tree that returns first frame of animation
7174         if the loaded file is an animation.
7175
7176         * contrib: add new directory to hold stuff that comes with GTK+
7177         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
7178         
7179         * configure.in: add contrib/*
7180
7181 2000-10-05  Havoc Pennington  <hp@redhat.com>
7182
7183         * demos/testpixbuf-save.c: add pixbuf save test
7184
7185         * demos/Makefile.am: add testpixbuf-save.c
7186
7187 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
7188
7189         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
7190         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
7191         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
7192         * gtk/gtktreeselection.[ch]: Replaced
7193         "node_selected"/"node_unselected" signal with "selection_changed"
7194         signal.
7195
7196 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
7197
7198         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
7199         tree widget.
7200
7201 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
7202
7203         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
7204         drawing.
7205
7206 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
7207
7208         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
7209         Move list pointer forwards before removing item from
7210         list. (Crash reported by Salmaso Raffaele)
7211
7212         * gdk/gdkwindow.h: Remove spurious trailing ,
7213
7214         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
7215         dependencies on uninstalled libraries, sorry folks.
7216
7217 2000-10-04  Havoc Pennington  <hp@redhat.com>
7218
7219         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
7220         gtk/gtkiconfactory.c: Fix copyrights    
7221
7222         * demos/testpixbuf.c: add inline pixbuf test
7223         
7224 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
7225
7226         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
7227         Add gdk_window_iconify.
7228
7229         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
7230         (gdk_window_set_geometry_hints): Add win_gravity
7231         to geometry structure.
7232
7233         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
7234         Implement _NET_WM_PING.
7235
7236         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
7237         Set _NET_WM_PID on the client leader.
7238
7239         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
7240         Handle UTF-8 better.
7241
7242         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
7243         UTF-8 better, set _NET_WM_NAME as well. Only set
7244         icon name if it hasn't previously been explicitely 
7245         set.
7246
7247 2000-10-03  Havoc Pennington  <hp@redhat.com>
7248
7249         * gtk/testtextbuffer.c: clean up trailing whitespace,
7250         add extensive tests for tag toggle iteration.
7251         
7252         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
7253         distance
7254
7255         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
7256         optimize case where the tag root is on level 1
7257         (gtk_text_line_previous_could_contain_tag): attempt to implement
7258         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
7259         functionality
7260
7261         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
7262         Implement this, though not very efficiently.
7263
7264         * gtk/gtktextiterprivate.h: reformat
7265
7266         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
7267         iterator
7268
7269         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
7270         this to properly revalidate the iterators.
7271
7272         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
7273         properly at the end of the line (and therefore on empty lines)
7274
7275         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
7276         maybe we should return a value...
7277
7278 2000-10-03  Tor Lillqvist  <tml@iki.fi>
7279
7280         * config.h.win32: Guard definition of alloca(). glib.h now handles
7281         that.
7282
7283         * gdk/gdk.def
7284         * gtk/gtk.def: Add new entry points.
7285
7286         Changes just to make GTK+ build without errors on Win32. No hope
7287         of it working in its current state, though...:
7288         
7289         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
7290         some functions from the X11 backend, just to make GTK+ build.
7291
7292         * gdk/makefile.mingw.in
7293         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
7294         number. Add new object files.
7295
7296         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
7297         GetMessageTime to get timestamp (where on X11 uses
7298         gdk_x11_get_server_time()).
7299
7300 2000-10-02  Havoc Pennington  <hp@pobox.com>
7301
7302         * gtk/gtktextview.c: text_window_* weren't static and should have
7303         been.
7304         Start work on child widgets; not yet complete, syncing to 
7305         office computer.
7306
7307         * gtk/gtktextchild.h: change this to contain a public interface,
7308         starting work on child interfaces.
7309         * gtk/gtktextchildprivate.h: move private interfaces here
7310
7311         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
7312
7313         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
7314         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
7315         gtk/gtktextmark.c: copyright notices
7316
7317         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
7318         internal functions      
7319
7320         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
7321         internal function
7322
7323         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
7324         Reformatting    
7325
7326 2000-09-30  Havoc Pennington  <hp@pobox.com>
7327
7328         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
7329         NULL start/end pointers
7330
7331         * gtk/gtktextbuffer.c: Write some docs
7332         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
7333         NULL, so you can just check whether there's a selection.        
7334
7335         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
7336         cleanup_line or segments_changed ourselves, it gets done 
7337         in unlink_segment
7338
7339         * gtk/gtktextmark.h:
7340         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
7341         
7342         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
7343
7344         * gtk/gtktextmark.c: delete some more old Tk cruft
7345
7346         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
7347         mark before removing it, so we can emit MARK_DELETED with a valid
7348         pointer.
7349         (gtk_text_buffer_mark_set): hold ref across signal emission
7350
7351         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
7352         whining about attempts to delete special marks
7353
7354         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
7355         underscore, since it's internal.
7356
7357         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
7358         now implemented in terms of iterators in gtktextiter.h
7359
7360         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
7361         New function, destructively sets contents of buffer. Also 
7362         a convenient way to clear the buffer by setting text to ""
7363
7364         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
7365         multiline string literal
7366
7367         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
7368         text changes.
7369
7370         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
7371         is not dereferenceable
7372         (gtk_text_iter_forward_lines): fix return value
7373
7374 2000-09-29  Havoc Pennington  <hp@redhat.com>
7375
7376         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
7377
7378         * gtk/gtktextview.c: Implement drag thresholding; change functions 
7379         that set border window size to have nicer name
7380         (gtk_text_view_mark_set_handler):  Fix this to have the 
7381         right signature.
7382
7383         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
7384
7385         * gtk/testtext.c: Update with API changes, put line numbers on 
7386         both sides.
7387         
7388         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
7389         with this
7390
7391         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
7392         pixbuf; delete a big block of #if 0 Tk code
7393
7394         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
7395         insert_pixmap with insert_pixbuf
7396
7397 2000-09-29  Martin Baulig  <baulig@suse.de>
7398
7399         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
7400         confusion with the GdkPixbuf of the GNOME 1.x platform.
7401
7402 2000-09-29  Havoc Pennington  <hp@pobox.com>
7403
7404         * gtk/gtktextview.c: Implement the side windows.
7405
7406         * gtk/testtext.c: Implement simple line numbering in the 
7407         left side window; seems to make scrolling sloooow. Oops.
7408         Also, cursor blink is for some reason causing redraws
7409         of the line numbers. Should investigate...
7410
7411 2000-09-28  Havoc Pennington  <hp@redhat.com>
7412
7413         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
7414         scrolling child windows, and draw focus rectangle properly.
7415         
7416         (gtk_text_view_buffer_to_window_coords):
7417         Coordinate transformation to deal with all these freaking windows
7418         and offsets
7419         (gtk_text_view_window_to_buffer_coords): transform the other way
7420
7421         * gtk/testtext.c (create_buffer): Update to match Pango API change
7422
7423         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
7424         anonymous tags
7425         (foreach_unref): don't emit remove signal from finalize, just
7426         set tag's parent to NULL
7427
7428 2000-09-26  Havoc Pennington  <hp@redhat.com>
7429
7430         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
7431         Fix some warnings       
7432
7433 2000-09-26  Havoc Pennington  <hp@redhat.com>
7434
7435         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
7436         headers into the private header list
7437
7438         * Makefile.am (pkgconfig_DATA): install pkg-config files
7439
7440         * configure.in: add pkg-config files
7441
7442         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
7443
7444         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
7445         outstanding icon caches on theme change.
7446
7447         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
7448         important types:
7449
7450         (GtkIconSource): Specification for creating a pixbuf 
7451         appropriate for a direction/state/size triplet from 
7452         a source pixbuf or filename
7453
7454         (GtkIconSet): List of GtkIconSource objects that are used to
7455         create the "same" icon (e.g. an OK button icon), and cache for
7456         rendered icons
7457
7458         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
7459         up the icon set for a given stock ID.  GTK maintains a stack of
7460         GtkIconFactory to search, and applications or libraries can add
7461         additional icon factories on top of the stack
7462         
7463         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
7464         the set of GtkIconSource specified for a given stock ID into 
7465         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
7466         RcStyle, under the specified stock ID.
7467
7468         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
7469         render_icon used to derive a GdkPixbuf from a GtkIconSource.
7470         This allows people to theme how prelight, insensitive, etc. are
7471         done.
7472
7473         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
7474         icon factories for a style, and return the resulting 
7475         icon set if any.
7476
7477         (gtk_style_render_icon): Render an icon using the render_icon 
7478         method in the GtkStyleClass.
7479
7480         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
7481         Use the style for a given widget to look up a stock ID, get the
7482         icon set, and render an icon using the render_icon method 
7483         of the style
7484
7485         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
7486         (contains information about a stock item), the built-in stock item
7487         IDs, and functions to add/lookup stock items.
7488
7489         * gtk/stock-icons/*: Stock icons that come with GTK
7490
7491         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
7492         a button based on a GtkStockItem
7493         (gtk_button_new_accel): Takes a uline string and accel group, and
7494         installs the accelerator.
7495
7496         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
7497         image-display widget.
7498
7499 2000-09-25  Havoc Pennington  <hp@redhat.com>
7500
7501         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
7502
7503         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
7504         Fix a bug when removing node data, we didn't properly 
7505         re-splice the linked list after removing the data.
7506
7507         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
7508         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
7509
7510         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
7511
7512         * gtk/gtktextlayout.c (set_para_values): Set tab array 
7513         for the layout from the GtkTextTag.
7514
7515         * gtk/gtktexttypes.h: delete tab and search cruft, 
7516         remove g_convert() in favor of GLib version
7517
7518         * gtk/gtktexttypes.c: remove tab implementation from here,
7519         move to Pango
7520
7521         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
7522         tab stuff using new PangoTabArray from Pango
7523
7524         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
7525         unused border_width stuff
7526
7527 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
7528
7529         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
7530         glib) and now useless utf_to_latin1() latin1_to_utf()
7531
7532         * gtk/gtktextview.[ch]: Change ::move_insert and
7533         ::delete_text action signals to ::move and ::delete;
7534         create the signals with the right enumeration type,
7535         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
7536         C-v bindings, change Home, End to move to beginning/end
7537         of line, Add C-Home C-End to move to beginning/end
7538         of buffer. Change ::cut_text to ::cut_clipboard, etc;
7539         combine ::scroll_text into ::move; use new GtkSelectionData
7540         functions to simplify DND text handling.
7541         
7542         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
7543         deletion enumerations here, rename enumeration values to 
7544         be consistently plural.
7545
7546         * gtk/gtktextbuffer.c: Use new clipboard interfaces
7547         for cut/copy/paste and primary selection.
7548
7549         * gtk/gtktextbuffer.[ch]: Remove excess time and
7550         'interactive' arguments from cut/copy/paste;
7551         rename cut to cut_clipboard, etc; remove
7552         gtk_text_buffer_get_clipboard_contents().
7553
7554         * gtk/gtktextlayout.[ch]: Add 
7555         gtk_text_layout_move_iter_to_line_end() to move the iter to 
7556         line ends.
7557
7558         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
7559         Functions to set or get a UTF-8 string on the selection
7560         data.
7561
7562         * gtk/gtkclipboard.[ch]: New, simplified selection handling
7563         interfaces.
7564
7565         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
7566         created widgets - one of these is useless if we don't.
7567
7568         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
7569         a public function clear all targets registered for the
7570         widget.
7571
7572         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
7573         Never call gtk_widget_realize() - that was just asking
7574         for bizarre side-effects.
7575
7576         * gtk/gtkselection.c (gtk_selection_owner_set): Call
7577         gdk_selection_owner_set even if the widget is the
7578         same so that we reliably update the timestamp on
7579         the server.
7580
7581         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
7582         gdk_x11_get_server_time() function.
7583         
7584         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
7585         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
7586         Add some tricky filtering on serial numbers for
7587         selection clear events to fix up long-standard
7588         race condition FIXME's in gtkselection.c.
7589
7590         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
7591         routines to convert from utf8 to compound text or
7592         STRING and from a text property to UTF-8.
7593
7594         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
7595         a convenience function gdk_get_current_event_time().
7596
7597         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
7598         and free selection_data->data properly
7599
7600 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
7601
7602         * gtk/gtkthemes.c: Remove some unecessary includes.
7603
7604 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
7605
7606         * gtk/gtktextdisplay.c
7607         * gtk/gtktextlayout.c
7608         * gtk/gtktexttag.c
7609         * gtk/gtktexttag.h
7610         * gtk/testtext.c: Change the overstrike property to strikethrough,
7611         to closer match pango.
7612
7613 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
7614
7615         * gtk/gtktextview.c: Fix up visibility so that focus,
7616         cursor_visible and blink interact properly.  Reenable cursor blink
7617         which had been roughly disabled. Make blink and focus
7618         properly per-view.
7619
7620         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
7621         Add a flag for whether to display insertion cursor and
7622         a function to set the flag.
7623
7624         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
7625         get_line_y() to get_line_yrange(), to be a bit more generally
7626         useful.
7627
7628 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
7629
7630         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
7631           do stop_navigating_submenu, to clear last timeout properly.
7632           Also in gtk_menu_motion_notify move ignore_enter above
7633           the conditional to make it always happen as suggested by Owen
7634
7635 2000-09-07  Tor Lillqvist  <tml@iki.fi>
7636
7637         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
7638
7639         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
7640         w32api headers.
7641
7642         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
7643         declarations.
7644
7645         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
7646         (gdk_win32_get_colormap): A line had been deleted by mistake.
7647
7648         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
7649         (gdk_event_translate): Handle more virtual keycodes to be able to
7650         generate GDK events for Control-comma, Control-period, etc.
7651
7652         * gtk/gtk.def: Add some missing entry points.
7653
7654 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
7655
7656         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
7657         Doc comment fixing. (Mostly non-matching parameter names.)
7658
7659         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
7660         comments a little to avoid looking like a doc comment.
7661
7662         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
7663         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
7664         conversions be changed to GError?)
7665
7666         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
7667         Move private #defines into .c file.
7668
7669         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
7670         order of argument addition, remove duplicates.
7671
7672         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
7673         parent class is FrameClass, not BinClass.
7674
7675         * gtk/gtk.h: Add gtkinvisible, which was missing.
7676         (It's occasionalyl useful for client apps, if seldom.)
7677
7678         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
7679         #define.
7680
7681 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
7682
7683         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
7684         coordinates when creating window, instead of GDK-space
7685         coordinates. (Avoid BadValue on too large windows.)
7686
7687 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
7688
7689         * configure.in (use_mmx_asm): Remove conftest* after use along the
7690         lines of AC_TRY_COMPILE.        
7691         
7692         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
7693         of g_dirname, which is deprecated.
7694         (gtk_rc_parse_any): Removed calls to
7695         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
7696
7697         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
7698         Removed calls to g_hash_table_{freeze,thaw}, as they are
7699         deprecated now.
7700
7701         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
7702         instead of g_basename.
7703         
7704 2000-09-04 Elliot Lee <sopwith@redhat.com>
7705         
7706         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
7707         ANSI warning.
7708
7709 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
7710
7711         * gtk/gtkwidget.h:  Add some documenting comments about 
7712           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
7713           just as owen said on irc.
7714
7715         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
7716           set HAS_DEFAULT.  Only set it if there isn't another window
7717           holding it (a focus window which RECEIVES_DEFAULT) and only unset
7718           it if the widget is not the focused window with RECEIVES_DEFAULT.
7719           This fixes weird double default bugs in dialogs which has things
7720           call gtk_window_set_default at times.
7721
7722 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
7723
7724         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
7725         Nils Barth and David Santiago to improve submenu
7726         navigation. The patch does this by creating a triangular
7727         region from the point where the pointer leaves the
7728         menu to the submenu.  While the pointer is in
7729         that region and a timeout has not expired, events 
7730         that would cause the active submenu to change are
7731         ignored.
7732
7733 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
7734
7735         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
7736         moving a toplevel window immediately after sizing it would
7737         result in it being sized back to the old size since 
7738         impl->width, impl->height aren't updated until we hear
7739         back from the server. There is still a (longstanding) bug
7740         here that gdk_window_get_size() will give the wrong size
7741         until we do hear back.
7742
7743 2000-08-31  Havoc Pennington  <hp@redhat.com>
7744
7745         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
7746         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
7747         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
7748         Rename GtkTextStyleValues to GtkTextAttributes
7749
7750 2000-08-31  Havoc Pennington  <hp@pobox.com>
7751
7752         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
7753         for rapid testing whether an iterator is the end iterator
7754         (gtk_text_btree_new): init end line cache
7755         (gtk_text_line_is_last): use fast cached line to 
7756         see if we're the last line.
7757         (get_last_line): use cached line here too, should 
7758         speed up some random unrelated code.
7759         
7760 2000-08-30  Havoc Pennington  <hp@pobox.com>
7761
7762         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
7763         signals.
7764
7765         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
7766         delete_text signals. This allows the signals to be used for
7767         implementing undo.
7768
7769         * gtk/gtktextbuffer.c: Change signal handler signatures; 
7770         provide "interactive" argument when emitting insert_text or
7771         delete_text signal.
7772         
7773 2000-08-30  Havoc Pennington  <hp@pobox.com>
7774
7775         * gtk/gtktextbuffer.c: Docs
7776
7777 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
7778
7779         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
7780         from switch statements, since Tor removed the enumeration
7781         value.
7782         
7783         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
7784         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
7785
7786 2000-08-29 Elliot Lee <sopwith@redhat.com>
7787         * */*.h: Use G_GNUC_CONST.
7788
7789 2000-08-27  Havoc Pennington  <hp@pobox.com>
7790
7791         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
7792         minor indentation fixes, inserted some FIXME about stuff I
7793         realized was broken while documenting it.
7794         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
7795         GTK convention  
7796
7797 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
7798
7799         * gtk/testgtk.c (create_styles): Fix double free of
7800         font desc.
7801
7802 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
7803
7804         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
7805         
7806         * gtk/testgtk.c (create_styles): Add a test for modifying
7807         the style through gtk_widget_modify_*.
7808
7809         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
7810         a function to get the current modifier style.
7811
7812         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
7813         of the passed in GtkRcStyle instead of ref'ing it.
7814
7815         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
7816
7817 2000-08-20  Tor Lillqvist  <tml@iki.fi>
7818
7819         * gdk/gdkimage.h
7820         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
7821         shared memory image+pixmap GdkImage type, or
7822         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
7823         I am dropping that.
7824
7825         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
7826         actually call gtk_init_abi_check(), passing also
7827         sizeof(GtkWindow). Ditto for gtk_init_check(). 
7828
7829         * gtk/gtk.def
7830         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
7831         New functions, used to check that the GTK+-using code has been
7832         compiled using the correct compiler and switches. In particular,
7833         with gcc one has to use the -fnative-struct switch as GTK+ is
7834         compiled with that.
7835
7836 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
7837
7838         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
7839         ->prev fields when merging lists. (Found simultaneously
7840         by Pawel Salek and Jakub Jelinek)
7841
7842 2000-08-12  Tor Lillqvist  <tml@iki.fi>
7843
7844         * gdk/gdk.def
7845         * gtk/gtk.def: Add missing entries.
7846
7847         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
7848         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
7849
7850         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
7851         function. Dummy implementation at this point.
7852
7853         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
7854         rules. Undefine GTK_COMPILATION when compiling the test programs.
7855         
7856         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
7857
7858 2000-08-11  Tor Lillqvist  <tml@iki.fi>
7859
7860         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
7861         to convert back and forth from UTF-8 and the "system" (or "current
7862         locale") charset when necessary. Indentation/spacing cleanup.
7863
7864 2000-08-10  Havoc Pennington  <hp@redhat.com>
7865
7866         * Makefile.am (snapshot): Change the format of the snapshot
7867         version to match glib
7868
7869         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
7870         from EXTRA_DIST since it doesn't seem to exist
7871
7872 2000-08-10  Tor Lillqvist  <tml@iki.fi>
7873
7874         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
7875         version of the directory name (not the UTF-8 one) when building
7876         the path name to stat().
7877
7878 2000-08-03  Elliot Lee  <sopwith@redhat.com>
7879
7880         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
7881         PANGO_ATTR_SHAPE set.
7882
7883 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
7884
7885         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
7886         Peter Osterlund to simplify the code while keeping the
7887         functionality the same.
7888
7889 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
7890
7891         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
7892         is_viewable() test further inside the function, since removing the 
7893         window from the redraw list without clearing ->update_area
7894         was also very broken.
7895
7896 2000-08-02  Tor Lillqvist  <tml@iki.fi>
7897
7898         * configure.in: Check for <unistd.h>.
7899
7900 2000-08-01  Martin Baulig  <baulig@suse.de>
7901
7902         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
7903         to display the message that this is a development version of GTK+.
7904
7905 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
7906
7907         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
7908         was depending on widget->allocation instead of the width of text_area,
7909         which was incorrect for subclasses like GtkSpinButton.
7910
7911         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
7912         with width == 1 tests that should be width == -1.
7913
7914 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
7915
7916         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
7917         (broken, Elliot, every single window blank on X) custom code with call
7918         to gdk_window_is_viewable() which a) prevents code duplicate and
7919         b) works. 
7920
7921 2000-07-31  Elliot Lee  <sopwith@redhat.com>
7922
7923         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
7924         to get the GDK_PARENT_ROOT() macro to work.
7925         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
7926         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
7927         of, windows that aren't shown.
7928         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
7929         pointer grab stuff.
7930
7931 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
7932
7933         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
7934           s/gtk_main_iteration/g_main_iteration/
7935
7936           Did this already in change:
7937                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
7938           don't know how it got reverted.
7939
7940 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
7941
7942         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
7943         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
7944
7945         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
7946         not gdk_pixbuf.
7947
7948 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
7949
7950         * configure.in,po/{sp,sr}.po: Added Serbian files
7951
7952 2000-07-30  Tor Lillqvist  <tml@iki.fi>
7953
7954         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
7955
7956         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
7957         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
7958         GIOChannel implementation.
7959
7960         * gdk/win32/gdkinput.c
7961         * gdk/win32/gdkpango-win32.c: Update license name here, too.
7962
7963         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
7964         definition to match prototype.
7965
7966         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
7967
7968 2000-07-27  Elliot Lee  <sopwith@redhat.com>
7969
7970         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
7971         function, to allow handling image formats that cannot be detected
7972         by looking at content alone.
7973
7974 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
7975
7976         * docs/tutorial/*.gif *.jpg *.eps
7977           Update these to the same look-n-feel.
7978           Why does including images in DocBook suck so badly?
7979
7980 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
7981
7982         * gtk/gtktable.c: applied patch from Phil Thompson
7983         <phil@river-bank.demon.co.uk> that enables space settings for
7984         the last row/columns as well.
7985
7986 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
7987
7988         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
7989         updates the license headers to the GNU Lesser General Public License,
7990         as well as updating the copyright year to 2000.
7991
7992 2000-07-26  Robert Brady  <rwb197@zepler.org>
7993
7994         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
7995           and po/Makefile, was installing and looking for them under gtk20
7996           and gtk2 respectively.
7997
7998 2000-07-25  Havoc Pennington  <hp@redhat.com>
7999
8000         * gtk/testtext.c: Comment out some stuff that depends on the rest
8001         of my patches.
8002
8003 2000-07-25  Havoc Pennington  <hp@redhat.com>
8004
8005         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
8006         buffer
8007
8008 2000-07-25  Havoc Pennington  <hp@redhat.com>
8009
8010         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
8011         widget changes.
8012
8013         * gtk/gtktextview.h: To be consistent with usage of "line"
8014         throughout the API to mean "newline-terminated thingy", change
8015         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
8016         to MOVEMENT_LINE.
8017
8018         (GtkTextView): Add flags for default editability, and whether to
8019         show the cursor. Add functions to get/set that. Add 
8020
8021         (gtk_text_view_get_iter_location): new function
8022
8023         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
8024         gtktextlayout.h
8025         (g_convert): Add g_convert temporarily, will go in glib in a bit
8026         
8027         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
8028         GtkTextTagTableForeach instead of brokenly using GHFunc.
8029         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
8030
8031         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
8032         moved to public header.
8033
8034         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
8035         "invisible", since "elide" was a bad name.
8036         (gtk_text_tag_get_priority): Added
8037
8038         (GtkTextStyleValues): put this in public header, along with
8039         functions to use it.
8040
8041         * gtk/gtktextmarkprivate.h: Include more headers, since we no
8042         longer include gtktextbtree.h.
8043
8044         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
8045         gtk_text_mark_deleted
8046
8047         * gtk/gtktextlayout.h: Don't include the "really private" headers,
8048         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
8049         to make this possible. Now we only need to install
8050         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
8051         (However the Makefile.am isn't changed yet because of the
8052         logistics of merging gtk-hp-patches piecemeal)
8053
8054         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
8055         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
8056         gtk_text_iter_get_line is now used in the public API for a
8057         different purpose.
8058
8059         * gtk/gtktextiter.h: Clean up function names to be more
8060         consistent. Always call char offset "offset" and byte index
8061         "index". A "line" is always a line number. 
8062
8063         (gtk_text_iter_is_last): new function, more efficient than 
8064         the existing way to check
8065         (gtk_text_iter_is_first): new function, also more efficient
8066
8067         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
8068
8069         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
8070         gtk_text_iter_forward_char, etc.
8071
8072         (gtk_text_iter_forward_to_tag_toggle): Renamed from
8073         forward_find_tag_toggle, since this isn't a linear search
8074
8075         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
8076
8077         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
8078         New functions, search for a buffer substring.
8079
8080         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
8081         interactive and default editable (since we need to store that info
8082         until we receive the selection data).
8083
8084         Remove all the _at_char and at_line etc. versions of functions;
8085         only have iterator versions.
8086
8087         Add _interactive() versions of functions, that consider the
8088         editability of text. (FIXME add interactive flag to the 
8089         insert/delete signals per Darin's suggestion)
8090
8091         (gtk_text_buffer_get_tag_table): new function, demand-creates the
8092         tag table if necessary
8093
8094         Remove declaration of gtk_text_buffer_get_iter_from_string
8095
8096         (_gtk_text_buffer_get_btree): private/internal function, added.
8097         
8098
8099         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
8100         (gtk_text_line_is_last): new function
8101
8102 2000-07-25  Havoc Pennington  <hp@redhat.com>
8103
8104         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
8105         using GtkProgressBar. See Changes-2.0.txt for details.
8106
8107         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
8108         "pulse_step" which are the equivalent of
8109         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
8110         Implement new API.
8111         
8112         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
8113         (use_text_format) to mark whether text set on the progress bar is
8114         a format string. Deprecate entire GtkProgress interface.
8115
8116         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
8117         (gtk_progress_build_string): make this a no-op if use_text_format
8118         is FALSE
8119
8120         * docs/Changes-2.0.txt: Describe progress bar changes.
8121
8122 2000-07-25  Tor Lillqvist  <tml@iki.fi>
8123
8124         * Makefile.am: Include the build directory.
8125
8126         * configure.in: Generate build/Makefile, build/win32/Makefile,
8127         gdk/, gdk/win32/, and gtk/makefile.mingw.
8128
8129         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
8130         Add GETTEXT_PACKAGE.
8131         
8132         * gdk/gdk.def
8133         * gtk/gtk.def: Updates.
8134
8135         * gdk/gdkfont.h
8136         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
8137         need them any longer.
8138
8139         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
8140
8141         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
8142         PANGOWIN32_LIBS and gdk_pixbuf.
8143
8144         * gdk/win32: Compiles, but no doubt doesn't work at all.
8145
8146         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
8147
8148         * gdk/win32/gdkinput.c: New file, temporarily.
8149         
8150         * gdk/win32/gdkinput-win32.h: New file
8151
8152         * gdk/win32/gdkinputprivate.h: Remove.
8153
8154         * gdk/win32/gdkpango-win32.c: New file.
8155
8156         * gtk/makefile.mingw.in: New file
8157
8158         * gtk/makefile.cygwin: Removed
8159         
8160         * gtk/Makefile.am: Update accordingly.
8161
8162         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
8163         made externally visible.
8164
8165         * gtk/gtkmain.c: Use it.
8166         
8167         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
8168         is enough.
8169
8170         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
8171
8172 2000-07-24 Elliot Lee <sopwith@redhat.com>
8173         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
8174         individual backends already.
8175         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
8176         again. Yes, there really is a good reason for this, if you are using the gdkregion
8177         internals, and if you're not, why do you care?
8178         * gdk/gdkwindow.c: Fix inverted condition
8179         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
8180         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
8181         * gtk/gtkrange.c: Redraw trough when moving.
8182         * gtk/gtktypeutils.c: Fix warning by adding const cast.
8183         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
8184
8185 2000-07-23  Tor Lillqvist  <tml@iki.fi>
8186
8187         * configure.in: Check for mkstemp and sigsetjmp. Output
8188         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
8189
8190         More work on GDK for Win32. Still in an intermediate state.
8191
8192         * gdk/makefile.cygwin
8193         * gdk/win32/makefile.cygwin: Removed.
8194         
8195         * gdk/makefile.mingw.in
8196         * gdk/win32/makefile.mingw.in: New files.
8197
8198         * gdk/Makefile.am
8199         * gdk/win32/Makefile.am: Generate and distribute them.
8200
8201         * gdk/win32/gdkwindow-win32.h
8202         * gdk/win32/gdkdrawable-win32.h
8203         * gdk/win32/gdkpixmap-win32.h: New files.
8204
8205         * gdk/win32/gdkcolor-win32.c
8206         * gdk/win32/gdkcursor-win32.c
8207         * gdk/win32/gdkdrawable-win32.c
8208         * gdk/win32/gdkgc-win32.c
8209         * gdk/win32/gdkimage-win32.c
8210         * gdk/win32/gdkprivate-win32.h
8211         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
8212         Rename fields and variables called xcursor, xid, etc (these names
8213         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
8214
8215 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
8216
8217         * gtk/gtkentry.[ch]: Fix some problems with vertical
8218         alignment.
8219
8220         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
8221         char/byte confusion.
8222
8223 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
8224
8225         * gtk/gtktextview.c (changed_handler): Fix bug where
8226         redraw wasn't being done properly when height of
8227         dirty region changed.
8228
8229         * demos/Makefile.am: Remove various references to
8230         -lgmodule
8231
8232 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
8233
8234         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
8235         PangoAttrShape to reserve space for pixmaps, add 
8236         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
8237         in the display functions.
8238         
8239         * gtk/testgtk.c (create_layout): Set some more exotic
8240         scrolled window options
8241
8242         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
8243         Add function to set the shadow type of a window, to allow
8244         putting a shadow around widgets such as GtkLayout or GnomeCanvas
8245         which don't draw their own frame.
8246
8247 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
8248
8249         * docs/tutorial/package-db-tutorial.sh: New file for
8250           packaging DocBook format tutorial
8251
8252 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
8253
8254         * docs/tutorial/gtk-tut.sgml: Minor updates
8255
8256         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
8257
8258 2000-07-19  Tor Lillqvist  <tml@iki.fi>
8259
8260         * gtk/gtksignal.c: Fix C++ comment.
8261
8262         * gtk/gtkimmulticontext.c
8263         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
8264         don't return value from void functions.
8265
8266         * gtk/gtk.def: Add gtk_rc_style_unref.
8267
8268 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
8269
8270         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
8271         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
8272         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
8273         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
8274         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
8275         gtk/gtktypeutils.h: Include files outside of the extern "C"
8276         block. Makes some C++ compiler happy. Reported by Denis Vakatov
8277         <vakatov@peony.nlm.nih.gov>.
8278
8279 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
8280
8281         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
8282           Completes first pass. Hurrah!
8283
8284 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
8285
8286         * docs/tutorial/gtk-tut.sgml: More clean ups.
8287
8288 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
8289
8290         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
8291         paint the background of the text area which was accidentally
8292         removed at some point.
8293
8294         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
8295           
8296          - Move most of the functionality from the theme vtable
8297            into GtkRcStyleClass and GtkStyleClass. The moved
8298            vtable functions were changed a bit in the move to
8299            work better in their new home.
8300
8301          - Get rid of the engine and engine_data fields from
8302            GtkRcStyle and GtkStyle; instead the theme
8303            engine derives theme-specific subclasses of GtkRcStyle
8304            and GtkStyle
8305
8306          - Add extra dlsym() found entry point to themes,
8307            theme_create_rc_style().
8308
8309         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
8310         in gtk_style_real_copy.
8311
8312         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
8313         to register a type associated with an engine. (The engine
8314         won't be unloaded as there is an instance of the type.)
8315
8316
8317 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
8318
8319         * docs/tutorial/gtk-tut.sgml: Clean ups.
8320
8321 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
8322
8323         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
8324           of cleaning up to do.
8325
8326 2000-07-15  Tor Lillqvist  <tml@iki.fi>
8327
8328         * gdk/testgdk.c: New file, quick hack to test backends for
8329         pixel-by-pixel correctness of the most simple graphic operations.
8330
8331 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
8332
8333         * Really release 1.3.1
8334         
8335         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
8336         include structure.
8337
8338 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
8339
8340         * Released 1.3.1
8341
8342 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
8343
8344         * gtk/gtktextlayout.c: use FALSE for size_only most
8345         of the time when calling gtk_text_layout_get_line_display()
8346         to avoid causing double reshapes when a redraw follows
8347         immediately after.
8348
8349 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
8350
8351         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
8352         appropriate region and gdk_window_process_updates() so trough
8353         updating doesn't lag behind the window being scrolled.
8354
8355         * gdk/gdkgc.c: Make parent_class pointer static.
8356          
8357 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
8358
8359         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
8360         include <string.h>.
8361          
8362         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
8363         cut-and-paste error in computing memory offset for 4 channels.
8364
8365 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
8366
8367         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
8368         gtk_rc_append_default_pixmap_path(), since it wasn't
8369         adding an interesting path and we don't have a meaningful
8370         default for this value.
8371
8372 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
8373
8374         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
8375         gtk-config to gtk-config-2.0 move gtk_.m4 to
8376         gtk-2.0.m4
8377
8378         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
8379         gdk/Makefile.am demos/Makefile.am: Change 
8380         library names to libgtk-1.3.la, etc, so that we
8381         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
8382
8383         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
8384         gdk/Makefile.am gdk/x11/Makfile.am
8385         Move include files into /usr/include/gtk-2.0, 
8386         /usr/lib/gtk-2.0/include/
8387          
8388         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
8389         gtk/gtkintl.h: Change package for gettext from 
8390         gtk+ to gtk20. Put hack in autogen.sh to modify
8391         po/Makefile.in.in after gettextize to make this
8392         possible.
8393
8394         * gtk+.spec: Some updates, not tested.
8395
8396         * gdk-pixbuf/Makefile.am: Move loaders into
8397         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
8398
8399         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
8400         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
8401         to THEMENAME/gtk-2.0/. Move engine directory  to
8402         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
8403         
8404 2000-07-12  Tor Lillqvist  <tml@iki.fi>
8405
8406         Win32 changes, still doesn't build though.
8407
8408         * gdk/makefile.cygwin
8409         * gdk/win32/makefile.cygwin
8410         * gtk/makefile.cygwin: Updates.
8411
8412         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
8413         default values for fg and bg pixel as X11 does (0 and 1), not
8414         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
8415         Use 0 for pen width by default (treated as 1 anyway later, but for
8416         apps that might check the value in the GdkGC).
8417         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
8418         interface to gdk_gc_predraw and _postdraw.
8419
8420         * gdk/win32/gdkwin32.h
8421         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
8422
8423         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
8424         extraneous semicolon.
8425
8426         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
8427
8428         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
8429         not the Win32 bitspixel value.
8430
8431         * gdk/win32/gdkcc-win32.c:
8432         * gdk/win32/gdkcolor-win32.c 
8433         * gdk/win32/gdkprivate-win32.h
8434         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
8435         GDK object structure.
8436
8437 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
8438
8439         * docs/tutorial/gtk_tut_12.es.sgml (name): 
8440         * docs/tutorial/gtk_tut_it.sgml (name): 
8441         * docs/tutorial/gtk_tut_fr.sgml (name): 
8442         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
8443         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
8444
8445 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
8446
8447         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
8448           small changes.
8449
8450 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
8451
8452         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
8453         a bug here, never been here and never fixed anything ;(
8454         (don't segfault if tree->root_tree is NULL, which happens prior
8455         to widget realization, but puke instead).
8456
8457 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
8458
8459         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
8460         add the necessary tokens.
8461
8462         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
8463         (gtk_rc_style_to_style): copy thicknesses.
8464         (gtk_rc_init_style): apply thicknesses.
8465         (gtk_rc_parse_style): parse xthickness and ythickness.
8466
8467         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
8468
8469         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
8470         (gdk_window_new): 
8471         (_gdk_windowing_window_init): 
8472         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
8473         (gdk_pixmap_create_from_data): 
8474         (gdk_bitmap_create_from_data): 
8475         (gdk_pixmap_new): 
8476         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
8477         (gdk_image_new): 
8478         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
8479         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
8480         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
8481         (gdk_colormap_get_system): 
8482         (gdk_colormap_new): 
8483         * gdk/gdkwindow.c (gdk_window_init): 
8484         * gtk/gtkstyle.c (gtk_style_new):
8485         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
8486         * gdk/gdkpixmap.c (gdk_pixmap_init): 
8487         * gtk/gtkrc.c (gtk_rc_style_new):
8488         use g_object_new() instead of g_type_create_instance() which
8489         is a private function for fundamental type implementations.
8490
8491 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
8492
8493         * configure.in: Add check for db2html
8494
8495 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
8496
8497         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
8498         hack to set glib_debug_objects based on gtk_debug_flags.
8499
8500 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
8501
8502         * INSTALL.in: Update the Prerequisites section.
8503
8504         * Makefile.am demos/Makefile.am docs/Makefile.am
8505         docs/tutorial/Makefile.am gdk/x11/Makefile.am
8506         gdk/linux-fb/Makefile.am: Dist fixes
8507
8508 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
8509
8510         * NEWS: 10,000 foot view of 1.3.1 changes.
8511
8512 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
8513
8514         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
8515         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
8516         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
8517         gdk/x11/gdkmain-x11.c: 
8518
8519         Patch from George Lebl to add a GdkGrabStatus enumeration to use
8520         as a return value of gdk_*_grab(). Previously, we just
8521         returned the X11 values directly.
8522
8523 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
8524
8525         * gdk/x11/Makefile.am: Patch from George Lebl to 
8526         install all the headers in the right place.
8527
8528 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
8529
8530         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
8531           initial conversion to DocBook.
8532
8533 2000-07-04  Tor Lillqvist  <tml@iki.fi>
8534
8535         * README.win32: Improve a bit.
8536
8537         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
8538         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
8539         Alt+0nnn on the numpad (used to enter characters by numeric code
8540         from current DOS or ANSI codepage) working correctly, as in other
8541         Windows apps.
8542
8543         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
8544         same argument validity tests as in X11 version.
8545         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
8546
8547         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
8548         definitions in case missing from headers.
8549
8550         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
8551         destroy the window-specific cursor.
8552         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
8553         calling GetModuleHandle(NULL).
8554         (gdk_window_set_cursor): Reworked to always copy the passed cursor
8555         with CopyCursor before setting it as the window-specific
8556         cursor. It is OK for the caller to destroy the GdkCursor (and thus
8557         also its Windows cursor) after calling this function. Destroy any
8558         previous window-specific cursor.
8559
8560 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
8561
8562         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
8563         font charset is iso8859-1, not iso-8859-1.
8564
8565 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
8566
8567         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
8568         Use g_get_charset() instead of g_get_codeset().
8569
8570         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
8571         Comment out some strdup'ing functions to keep timj
8572         happy until we finish fighting this out.
8573
8574 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
8575
8576         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
8577         <= width or height.
8578
8579         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
8580         from 1.2 for parent/child states.
8581
8582         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
8583         of typos.
8584
8585         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
8586         event structures, replace with a generic axes field. Replace 
8587         deviceid/sourec with GdkDevice *device.
8588
8589         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
8590         to extract particular axis use value from event. (Also
8591         can be used for normal X/Y.)
8592
8593         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
8594         allow for arbitrary number of axes, namespace everything
8595         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
8596         everywhere.
8597
8598         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
8599         Get rid of the gdk_input_vtable setup if favor of simply
8600         defining the functions in gdkinput-none/gxi/xfree.c in
8601         a similar fashion to the way that the port structure is 
8602         done.
8603
8604         * gtk/gtkdnd.c: Fix fields of synthesized button press event
8605         for new event structures. 
8606
8607         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
8608         new device interfaces.
8609
8610 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
8611
8612         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
8613         set the initial text.
8614
8615         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
8616         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
8617         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
8618         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
8619
8620         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
8621         pango_layout_set_font_description to simplify.
8622
8623 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
8624
8625         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
8626         pango_layout_set_font_description to simplify.
8627
8628 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
8629
8630         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
8631         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
8632         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
8633
8634         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
8635         PANGO_PIXELS() macro.
8636
8637 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
8638
8639         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
8640         that returns a PangoContext owned by the widget and updated to
8641         match future changes in the widget. Also, make 
8642         gtk_widget_create_pango_layout() use this context. If we ever
8643         add a ::changed signal to PangoContext, this will make things
8644         much more convenient. 
8645
8646         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
8647         in the appropriate places instead of destroying the layouts and
8648         creating new ones.
8649
8650         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
8651         in a few strategic places.
8652
8653 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
8654
8655         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
8656         gtk_widget_size_request() on reparented child, if one. Otherwise,
8657         queue_resize() on the child never results in it getting size-requested
8658         at all.
8659
8660         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
8661         in option menus, so that (with luck) people won't copy it into
8662         their apps in the future.
8663
8664         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
8665         to gtk_option_menu_calc_size. This isn't perfect, but should fix
8666         a lot of problems with changing the size of the menu's menu
8667         items after adding it to the option menu.
8668
8669         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
8670
8671         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
8672         the text direction for a widget changes.
8673
8674         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
8675         ::direction_changed to get rid of various hacks.
8676
8677 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
8678
8679         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
8680         name.
8681
8682 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
8683
8684         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
8685         flag to the structure. Do not call XFreePixmap on pixmaps created
8686         by gdk_pixmap_foreign_new().
8687
8688 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
8689
8690         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
8691         value using GdkRGB functionality given GdkColormap and GdkColor.
8692         (name not final, waiting for inspiration.)
8693         
8694         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
8695         set the foreground/background of a GC using the GC's colormap
8696         and GdkRGB. (name not final, waiting for inspiration.)
8697
8698         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
8699         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
8700
8701         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
8702         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
8703         purely a function of the corresponding colormap. Make
8704         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
8705
8706         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
8707         gdk_pixbuf_*create_from_xpm_* in terms of
8708         gdk_pixbuf_new_from_xpm_data(), move into platform independent
8709         code.
8710
8711         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
8712         advantage of the new draw_rgb_32_image_dithalign.
8713
8714         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
8715
8716         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
8717         on each created GC.
8718
8719         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
8720
8721         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
8722         which we initialize from the drawable when the GC is created,
8723         if the drawable has a colormap.
8724
8725         * gdk/x11/gdkgc-x11.c: include string.h for memset.
8726
8727         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
8728
8729         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
8730
8731 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
8732
8733         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
8734         actually returning expose events, make sure to set
8735         the count field properly.
8736
8737         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
8738         accidentally reintroced bug which always cleared
8739         the graphics_exposures value. 
8740
8741 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
8742
8743         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
8744
8745 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
8746
8747         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
8748
8749 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
8750
8751         * docs/faq/gtk-faq.sgml: Start of Section 6.
8752
8753 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
8754
8755         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
8756         
8757         (Fixes problem with drawing childless frames. Pointed out
8758         by and a first patch from Anders)
8759         
8760         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
8761         compute a child_allocation, even if we don't have a child.
8762
8763         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
8764         Always chain to the parent's impl, even if we don't have a child.
8765
8766 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
8767
8768         * gdk/gdkrgb.c: If possible, create only a single shm segment and
8769         use multiple parts of it instead of creating a bunch of separate
8770         segments, since the maximum number of segments per system is not
8771         large. (This might be worth backporting to GTK+-1.2.x if we make a
8772         new release )
8773
8774         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
8775         structure in preparation for per-colormap GdkRGB.
8776
8777         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
8778         to False when we get EINVAL from shmget so that the caller of
8779         gdk_image_new can retry with a smaller segment size.
8780
8781 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
8782
8783         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
8784
8785 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
8786
8787         * configure.in: make the current version number 1.3.1 (binary age 0,
8788         interface age 0).
8789         
8790         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
8791         gtkcompat.h is all we want.
8792
8793         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
8794         GLib primitive types. fixed g_type_register_fundamental() argument
8795         ordering.
8796
8797         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
8798         compiles.
8799
8800         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
8801         object code cleanup, comment trigraph fixes, etc...
8802
8803 2000-06-23  Havoc Pennington  <hp@redhat.com>
8804
8805         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
8806         instead of making up a bogus name for first_para_mark
8807
8808         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
8809         0 as a context ID
8810
8811 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
8812
8813         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
8814
8815 2000-06-21  Havoc Pennington  <hp@pobox.com>
8816
8817         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
8818         we didn't check window->bg_pixmap != GDK_NO_BG.
8819
8820         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
8821         gdk-pixbuf
8822
8823 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
8824
8825         * docs/faq/gtk-faq.sgm: Move file to here.
8826           TODO: Update Makfile.am 
8827
8828 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
8829
8830         * docs/gtk-faq.sgm: Add Section 2
8831
8832 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
8833
8834         * docs/gtk-faq.sgm: New file. Start of DocBook
8835           version of the FAQ.
8836
8837 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
8838
8839         * configure.in (GDK_PIXBUF_MAJOR): Define version
8840         numbers for GDK_PIXBUF_*, as they get substituted
8841         into a header file. Need to consider versioning
8842         for gdk-pixbuf more carefully later.
8843
8844 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
8845
8846         Work with srcdir != builddir.   
8847         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
8848         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
8849         * demos/testpixbuf.c: Likewise.
8850         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
8851         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
8852         <gdk/x11/gdkx.h>.
8853         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
8854         "gdk-pixbuf.h".
8855         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
8856
8857 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
8858
8859         * TODO.xml: Change 1.4 version numbers to 2.0.
8860
8861 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
8862
8863         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
8864         fixups to GTK+ standard.
8865
8866 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
8867
8868         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
8869         gdk-pixbuf.
8870
8871         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
8872         fixups for GObject.
8873
8874         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
8875         gdk-pixbuf with GDK dependencies moved into GDK.
8876         
8877         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
8878         move gdk-pixbuf-loader here until GObject has signals.
8879
8880         * demos/: New directory of demos. Move demos from
8881         gdk-pixbuf here.
8882
8883         * demos/pixbuf-init.c: Small bit of code to check for
8884         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
8885         set GDK_PIXBUF_MODULEDIR appropriately.
8886
8887         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
8888         define which no longer makes sense.
8889
8890 2000-06-21  Havoc Pennington  <hp@redhat.com>
8891
8892         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
8893         gtk_get_default_language
8894
8895         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
8896         new function to get the default language
8897
8898         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
8899         s/gtk_text_view_style_values/gtk_text_style_values/
8900
8901         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
8902         Add a "language" field to tags.
8903
8904         (gtk_text_tag_set_arg): Fix bug in setting
8905         "bg_full_height_set" tag.
8906
8907 2000-06-21  Havoc Pennington  <hp@redhat.com>
8908
8909         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
8910         in the interfaces
8911
8912         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
8913         stuff instead when possible.
8914
8915         * gtk/gtktexttypes.h: Delete some unused constants
8916
8917         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
8918         testtextbuffer.c: use glib instead of custom unicode routines
8919
8920 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
8921
8922         * docs/es/: Removed mistakenly added generated sgml
8923
8924         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
8925         Remove outdated info files.
8926
8927         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
8928         Moved tutorial files into subdir
8929
8930         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
8931         subdir.
8932
8933         * docs/man/gtk_button.pod: Remove. (contents will be
8934         integrated into gtk-reference button page.)
8935
8936         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
8937         docs/faq/Makefile.am: Adjust for new organization
8938
8939 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
8940
8941         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
8942         not $(MKINSTALLDIRS)
8943
8944 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
8945
8946         * gtk/testgtk.c (create_text): Finish the job Elliot started
8947         of removing font setting test for text widget. (Since text widget
8948         and GdkFont are not deprecated, and cause portability problems.)
8949
8950 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
8951
8952         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
8953         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
8954         Remove use of libunicode in favor of new GLib functions.
8955
8956         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
8957         nano-x, framebuffer. The X11 include is just a hack until we get
8958         the necessary functions in gdkcolor.h, so there is no reason to
8959         add other includes of platforms.
8960
8961         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
8962         window bigger than the screen change.
8963
8964         * gtk/testgtk.c: Revert some random changes from Elliot
8965         that had no particular point and were causing testgtkrc
8966         not to function correctly.
8967         
8968         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
8969         because GdkSegment and GdkRegionBox have the same fields,
8970         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
8971         results in clearer code.
8972
8973         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
8974         gdk_input_translate_coordinates): Fix missed GdkObjectification
8975
8976 2000-06-18  Elliot Lee  <sopwith@redhat.com>
8977
8978         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
8979         * gtk/gtk{plug,socket}.h: Missed commits from previous.
8980
8981 2000-06-20  Havoc Pennington  <hp@redhat.com>
8982
8983         * modules/linux-fb/Makefile.am: Make this compile
8984         without framebuffer enabled
8985
8986         * gdk/linux-fb/Makefile.am: Add conditional to not build
8987         framebuffer unless specified in configure
8988
8989         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
8990         the size of the target instead of source if -1 was passed for
8991         width/height
8992
8993         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
8994         width/height confusion.
8995
8996 2000-06-19  Havoc Pennington  <hp@redhat.com>
8997
8998         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
8999         GDK_DRAWABLE_XID. In the future, we probably want to make it
9000         faster with G_DISABLE_CHECKS turned on.
9001
9002 2000-06-14  Havoc Pennington  <hp@redhat.com>
9003
9004         * gdk/Makefile.am: add gdkpixmap.c
9005
9006         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
9007         s/gdk_image_init/_gdk_windowing_image_init
9008
9009         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
9010         ref/unref
9011
9012         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
9013
9014         * gdk/gdkcompat.h: remove GdkWindowType compat, since
9015         GdkWindowType is now non-deprecated; 
9016         change gdk_window_get_type() compat to be
9017         gdk_window_get_window_type().
9018
9019         * gdk/gdkdnd.h: make GdkDragContext a GObject.
9020
9021         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
9022         virtual GObject. Make all functions call into the vtable.
9023         Move gdk_image_put() guts in here. Remove GdkDrawableType
9024         and gdk_drawable_get_type(), these are now GdkWindow-specific.
9025         draw_image, get_depth, get_size, set_colormap, get_colormap,
9026         get_visual added to the vtable.
9027         
9028         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
9029         GObject. Virtualize everything. 
9030         (gdk_gc_new_with_values): remove check for destroyed window,
9031         because now GdkWindow::create_gc will check this.
9032         (gdk_gc_set_values): New function to set GC values, this 
9033         was already implemented but wasn't in the header
9034
9035         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
9036
9037         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
9038         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
9039         remove _gdk_window_class; add _gdk_window_impl_get_type() and
9040         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
9041         _gdk_windowing_window_init, rename gdk_image_init to
9042         _gdk_windowing_image_init.
9043         
9044         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
9045         (gdk_draw_layout): Remove check for destroyed window, 
9046         because all the drawable methods already check it.
9047         
9048         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
9049         Add gdkpixmap.c which contains implementation of GdkDrawable
9050         virtual table (by chaining to a platform-specific implementation
9051         object).
9052         
9053         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
9054         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
9055         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
9056         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
9057         GdkColormapPrivate. 
9058
9059         * gdk/gdktypes.h: #include <glib-object.h>
9060
9061         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
9062         Move most functionality to platform-specific implementation
9063         object. GdkWindow itself now handles the backing store, then
9064         chains to the platform-specific implementation.
9065         (gdk_window_get_window_type): return GdkWindowType of the window.
9066         (gdk_window_peek_children): New routine, returns the children of 
9067         a GdkWindow
9068         (gdk_window_get_children): Was in X11-specific code and did 
9069         XQueryTree. Changed to simply return a copy of window->children; 
9070         so it can go in cross-platform code.
9071         
9072         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
9073
9074         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
9075         GdkColormap; just changed to use the new private data instead
9076         of casting to GdkColormapPrivate.
9077
9078         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
9079         gdk_cursor_new().
9080
9081         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
9082         (private data member in the GObject). 
9083         (xdnd_manager_source_filter): Function had broken 
9084         error handling, fix it (use gdk_error_trap_push).
9085
9086         * gdk/x11/gdkdrawable-x11.c: This file now implements
9087         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
9088         base class is purely for the convenience of the X port,
9089         and not part of the interface to cross-platform GDK.
9090
9091         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
9092         
9093         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
9094         specific to X, and returned by the create_gc virtual method
9095         of GdkDrawableImplX11. 
9096         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
9097         rather than gchar, this was also changed in the GdkGC vtable.
9098         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
9099         mask is 0, return immediately, instead of checking every flag.
9100         This is faster, and keeps us from segfaulting if values is NULL
9101         and the mask contains some nonzero flags.
9102
9103         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
9104         GdkWindow.
9105
9106         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
9107         GdkWindowPrivate is gone.
9108
9109         * gdk/x11/gdkim-x11.c: rename things that got renamed.
9110
9111         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
9112         remove the image_put stuff that got transferred to GdkDrawable.
9113         
9114         * gdk/x11/gdkinput.c: renamings
9115
9116         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
9117
9118         * gdk/x11/gdkpixmap-x11.c: GObject conversion
9119
9120         * gdk/x11/gdkprivate-x11.h: indentation fixes
9121
9122         * gdk/x11/gdkproperty-x11.c: renamings
9123
9124         * gdk/x11/gdkselection-x11.c: renamings
9125
9126         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
9127         implements the platform-specific "impl" object.
9128         Moved gdk_window_get_children to gdk/gdkwindow.c
9129
9130         * gdk/x11/gdkx.h: Remove all the private structs and private datas
9131         that no longer exist. Add declaration of GdkGCX11 object here.
9132         Fix all the macros to still work. 
9133
9134         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
9135         GdkDragContext from the boxed types since they are now GObjects.
9136
9137         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
9138         moved xthickness/ythickness into the instance. GtkStyleClass
9139         functions are now in the standard vtable for GtkStyle, so you have
9140         to create a GObject subclass to write a theme engine.
9141         (gtk_style_copy): fixed a leaked PangoFontDescription
9142         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
9143         can be the standard GObject function.
9144         
9145         * Throughout GTK:
9146         s/style->klass->[xy]thickness/style->[xy]thickness
9147         s/pango_layout_unref/g_object_unref/
9148
9149         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
9150         
9151         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
9152         accessing GDK internals.
9153
9154         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
9155         accessing GDK internals.
9156
9157 2000-06-18  Elliot Lee  <sopwith@redhat.com>
9158
9159         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
9160
9161         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
9162         problem by calculating event position relative to the trough
9163         rather than the slider.
9164         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
9165
9166         * gdk/gdkgc.h: Add GDK_NOR.
9167
9168         * configure.in, Makefile.am: Add modules top level dir
9169         * configure.in: Only use pangox library if building x11 target.
9170         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
9171
9172 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
9173
9174         * gtk/gtkcolorsel.c: Change private class member to be named
9175         private_data throughout the file.
9176
9177         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
9178         private_data to avoid clashing with keyword.
9179
9180 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
9181
9182         * gdk/gdkdnd.h: Add comment to remove warning.
9183
9184 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
9185
9186         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
9187         Byelorussian language; changed the Makefile and file names 
9188         to reflect that.
9189
9190 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
9191
9192         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
9193         rather than gdk_window_hide; this makes things work
9194         correctly if the window is programmatically hidden while
9195         iconified.
9196
9197 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
9198
9199         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
9200         cut and paste typo where wrong pixmap was being
9201         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
9202
9203 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
9204
9205         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
9206         Add helper function to compute format / bytes 
9207         relationship. Use in a couple places to fix up
9208         errors which assume 8 * format.
9209
9210         * gtk/gtkselection.c (gtk_selection_request): Use 32
9211         rather than 8 * sizeof (GdkAtom), to work correctly
9212         on Alpha.
9213
9214 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
9215
9216         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
9217         libgtk.la
9218         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
9219         versions
9220
9221         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
9222         checking macros return NULL since the function has a return value.
9223
9224 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
9225
9226         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
9227         GTK+ from building at all.
9228
9229         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
9230
9231 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
9232
9233         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
9234         gtk/Makefile.am: make it possible to configure gtk for different
9235         targets on the same platform. The library name is now 
9236         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
9237         flag. Only the x11 target compiles right now.
9238         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
9239         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
9240         * gdk/nanox/gdk*generic*: delete generic region code.
9241         * gdk/linux-fb/gdk*generic*: delete generic region code.
9242         * README.nanox: update information.
9243         
9244 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
9245
9246         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
9247         prepend not append. (Pointed out by Brett Hall.)
9248
9249 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
9250
9251         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
9252
9253 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
9254
9255         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
9256         need this later, and this makes sure that the atexit for
9257         glib gets called after that for GDK, so atexits are
9258         properly ordered for object leak checking.
9259
9260         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
9261
9262         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
9263         pango_x_shutdown_display()
9264
9265         * gtk/simple.c (main): Close window on destroy.
9266
9267 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
9268
9269         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
9270         to treat initial creation different from setting with 
9271         regards to the graphics-exposures parameter, so add a parameter
9272         indicating whether this is initial or not.
9273
9274 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
9275
9276         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
9277         to sort of work by adding an extra return_exposes arg
9278         to gdk_event_translate() - it might be better to simply
9279         deprecate the function altogether and force people to rewrite
9280         without it. gdk_window_scroll() handles most of it, and where
9281         gdk_window_scroll() doesn't work, simply redrawing more does.
9282
9283         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
9284         assertion.
9285
9286         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
9287
9288         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
9289         bunch of pretty much useless /* Print debugging info */ comments 
9290         which had drifted away from the code they were commenting.
9291
9292 2000-06-02  Havoc Pennington  <hp@pobox.com>
9293
9294         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
9295         is in working order.
9296         
9297         * gtk/testtext.c: Change to reflect anonymous mark API
9298
9299         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
9300
9301         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
9302         field, which was unused.
9303
9304         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
9305         saves some typing.
9306
9307         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
9308
9309         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
9310         flag on the insertion point and selection bound
9311
9312         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
9313         make mark-manipulation functions take a GtkTextMark* instead of a
9314         mark name.
9315         
9316         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
9317         GtkTextMarkBody; will be used to detect attempts to delete
9318         the permanent marks (insert and selection bound)
9319
9320         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
9321
9322 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
9323
9324         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
9325         flag to on.
9326
9327         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
9328         Honor DOUBLE_BUFFRED_FLAG
9329
9330         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
9331         function to set the DOUBLE_BUFFERED flag.
9332
9333         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
9334         or not exposes done on the widget should be double-buffered.
9335
9336         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
9337         to be what would be expected. (Fixes problem with a
9338         g_return_if_fail() validating a TextDirection enumeration)
9339
9340 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
9341
9342         * gtk/gtkwidget.c: Remove all references to 
9343         offscreen flag which was no longer used.
9344
9345         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
9346
9347         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
9348         for non-null label_widget->parent.
9349
9350         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
9351         which no longer was used.
9352
9353         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
9354
9355         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
9356         for null arguments.
9357
9358         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
9359         check for destroyed windows.
9360
9361 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
9362
9363         * gtk/gtkimmulticontext.c: Add a finalize method and unref
9364         the slave context there.
9365
9366         * gtk/gtkinvisible.[ch]: Make reference counting behavior
9367         identical to GtkWindow.
9368
9369 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
9370
9371         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
9372         pangox to here, so we can write them independent of rendering
9373         system, using GDK primitives.
9374
9375         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
9376         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
9377         since we have a rendering-system independent implementation in
9378         terms of draw_glyphs().
9379         
9380         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
9381         function to render a single line.
9382
9383         * gdk/x11/gdkpango.c: Move the guts of this file mostly
9384         into ../gdkpango.c, which simplifies things, since we
9385         don't have to deal with raw X gc's.
9386
9387 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
9388
9389         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
9390         get the logical attributes for a given GtkTextLine.
9391
9392 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
9393
9394         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
9395         g_locale_get_codeset() to g_get_codeset() change.
9396
9397 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
9398
9399         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
9400         descriptions.
9401
9402         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
9403         the entry.
9404
9405         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
9406         redoing (vastly simplifying) for Pango. Still needs quite
9407         a bit of work. (Size selection is currently poor. List of 
9408         predefined sizes is not a good idea, since all of these
9409         sizes won't necessarily be distinct.)
9410
9411 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
9412
9413         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
9414         CODESET results for LANG=C.
9415
9416 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
9417
9418         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
9419         which takes a stringized pango font description;
9420         ignore the older 'font' and 'fontset' declarations.
9421
9422         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
9423         field with a GdkFont derived via gdk_font_from_description(),
9424         for compatibility. (Should we just remove it entirely?
9425         Probably too much compatibility breakage, but people
9426         should be migrating to the new Pango stuff as quickly
9427         as possible.)
9428
9429 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
9430
9431         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
9432
9433 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
9434
9435         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
9436         redoing; there are some bugs in size allocation right
9437         now, the semi-existant distinction between header / day
9438         fonts was removed, but, with Pango, could actually
9439         be made functional in a nice way.
9440         
9441         * gtk/testcalender: Move calender from examples into this
9442         directory as a test program. (We really need to restrcture
9443         testgtk into a whole directory full of tests for every
9444         widget or functionality group, separated into multiple .c
9445         files.)
9446
9447 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
9448
9449         * gtk/testgtk.c (file_exists): Fix stupid typo that
9450         was keeping RC file from being loaded.
9451
9452         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
9453         RC file font code.
9454
9455 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
9456
9457         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
9458         Add function to load a GdkFont from a PangoFontDescription.
9459
9460 2000-05-29  Tor Lillqvist  <tml@iki.fi>
9461
9462         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
9463         variable should be of type GdkEventPrivate.
9464
9465 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
9466
9467         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
9468         to have any widget for the label, use a GtkLabel widget
9469         to display the text. (Based partially on a patch from
9470         Anders Carlson.)
9471
9472         (Quite a bit of code reorganization - strip 90% of the
9473         guts out of gtkaspectframe and add a single virtual
9474         func to GtkFrameClass - compute_child_allocation.)
9475
9476 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
9477
9478         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
9479         (Removed clist->row_center_offset field because caching
9480         it wasn't saving time or code, added private function
9481         _gtk_clist_create_cell_layout()).
9482
9483 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
9484
9485         * gtk/gtkaccellabel.c: Pangoized.
9486
9487         * gtk/[hv]ruler.c: Pangoized
9488
9489 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
9490
9491         * gtk/gtkfilesel.c (gtk_file_selection_init):
9492         Use gtk_clist_set_column_auto_resize() to remove need
9493         need for manual column width computations.
9494
9495 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
9496
9497         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
9498         ensuring Pango correctness, and considerably simplifying the
9499         code.
9500         
9501         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
9502
9503         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
9504         getting of numbers of lines.
9505
9506         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
9507         to the actual requested width of the lable, not to the wrap
9508         width we set.
9509
9510         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
9511
9512         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
9513           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
9514
9515         * gtk/gtktextview.c: Fix structure inheritance.
9516
9517         * gtk/gtkprogressbar.c: Pangoize.
9518
9519 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
9520
9521         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
9522         in a function.
9523
9524         * gtk/gtktextlayout.c (find_display_line_above): Fixed
9525         bug with computing line tops.
9526
9527         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
9528
9529 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
9530
9531         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
9532         and y_offset coordinates to do what we need now. (The offset between
9533         buffer and layout coordinates has been reintroduced, but is a 
9534         bit different than before.)
9535
9536         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
9537         handle the adjustments ourselves, and scroll as necessary using
9538         the new gdk_window_scroll().
9539         
9540         The advantage of this is that when we are incrementally revalidating,
9541         we are essentially rearranging things around the visible portion
9542         of the screen. With the old setup, the visible portion of the
9543         screen was moved around in the layout, so scrolling and redrawing
9544         to track that caused jumping of the display. Since we now
9545         control the scrolling ourselves, we can suppress this and
9546         only redraw when things actually change.
9547
9548 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
9549
9550         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
9551         the region not just redisplay it after-all, since we store the
9552         cursors in the LineDisplay. (Ugly interactions here between
9553         GtkLayout and GtkTextBTree here.)
9554         
9555         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
9556
9557 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
9558
9559         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
9560         Added function to scroll contents of a window while keeping the
9561         window constant. Works by XCopyArea or guffaw-scrolling depending
9562         on the details of how the window is set up. (guffaw-scrolling
9563         still needs to be filled in.)
9564
9565 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
9566
9567         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
9568         move the debugging that was tied to a global variable
9569         to that.
9570
9571         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
9572
9573         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
9574         validated flag, in line data instead of setting height/width to
9575         -1. This allows us to perform operations with partially invalid
9576         buffer (using the old size for invalid lines) and thus to do
9577         incremental vaidation. Keep height/width aggregates up to date
9578         when deleting text and rebalancing the tree.
9579
9580         * gtk/gtktextbtree.[ch]: Add functions validate a line
9581         (gtk_text_btree_validate_line), and to validate up
9582         to a number of pixels (gtk_text_btree_validate).
9583
9584         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
9585         that indicates that something is changed and a revalidation
9586         pass is needed. Change ::need_repaint to ::changed, and
9587         make it take old and new yranges instead of a rectangle.
9588
9589         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
9590         the line_data_destroy() function from 
9591         gtk_text_btree_add_view() to a virtual function in 
9592         GtkTextLayout
9593
9594         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
9595         since we are handling partial repaints in a different fashion
9596         now.
9597
9598         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
9599         of the selection instead of queueing a repaint on the
9600         entire widget.
9601
9602         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
9603         get_selection_bounds() down to btree, make the function
9604         in buffer a wrapper around the btree function.
9605
9606         * gtk/gtktextlayout.[ch]: Add functions to check if the
9607         layout is valid and to recompute either a range of pixels
9608         aroudn a line or a certain total number of pixels.
9609
9610         * gtk/gtktextlayout.[ch]: Cache a single line display;
9611         now that we only redraw the needed portions, the hit rate
9612         for this cache is quite high.
9613         
9614         * gtk/gtktextview.[ch]: Keep track of the first paragraph
9615         on the screen so that when re-laying-out the buffer, we can
9616         keep the same place. This requires connecting to ::value_changed
9617         on the adjustments
9618
9619         * gtk/gtktextview.[ch]: Add idle functions to revalidate
9620         the buffer after we receive an ::invalidated signal.
9621         
9622 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
9623
9624         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
9625         to max of allocation and layout size, not just to the
9626         layout size.
9627
9628         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
9629         Invalidate window so it gets redrawn properly.
9630
9631         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
9632         to mean the entire window.
9633
9634         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
9635         into public header.
9636
9637 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
9638
9639         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
9640         to get the name of a mark.
9641
9642         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
9643         to find the paragraph from a y position.
9644
9645 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
9646
9647         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
9648         nodes have width/height >= 0, not > 0.
9649
9650 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
9651
9652         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
9653         Add a size_only flag, so when we only need the size, we don't create
9654         useless appearance attributes.
9655
9656         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
9657         duplicate setting of font description.
9658
9659         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
9660
9661 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
9662
9663         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
9664         EXTRA_DIST. It does not work well when the file that
9665         everything depends on is not in the tarball.
9666
9667 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
9668
9669         * gtk/testgtk.c: Some hacks and fixes so that it basically
9670         works when not sitting in the GTK+ build tree.
9671
9672 2000-05-03  Havoc Pennington  <hp@redhat.com>
9673
9674         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
9675         Properly determine the ordering of the tag root and the current
9676         line within the tree. Previous algorithm only worked if the tag
9677         root's immediate parent was the common root of both the current
9678         line and the tag root.
9679
9680 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
9681
9682         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
9683         alignment.
9684
9685         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
9686         the widget text directional dynamically.
9687
9688         * gtk/gtktextview.[ch]: Added functions to get and set default
9689         wrap mode.
9690
9691 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
9692
9693         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
9694         in cursor location computation.
9695
9696 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
9697
9698         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
9699         vadjusment values properly when layout gets smaller.
9700
9701         * gtk/gtktextview.c (need_repaint_handler): Areas being
9702         passed in are far completely inaccurate, and sometimes
9703         too small, so, for now, just queue a redraw on the
9704         whole visible region.
9705
9706 2000-04-25  Havoc Pennington  <hp@redhat.com>
9707
9708         * gtk/gtktextbtree.c (summary_destroy): new function to 
9709         destroy tag summary nodes
9710         (gtk_text_line_next_could_contain_tag): this function was 
9711         totally broken if the line passed in wasn't below the tag
9712         root. Fix it.
9713         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
9714         "wildcard" case, we have to do a linear scan. Blah.
9715         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
9716         we have to do the linear scan
9717         (tag_removed_cb): When a tag is removed from the tag table, 
9718         remove the GtkTextTagInfo node from the btree.
9719         (gtk_text_btree_spew): Implement the spew function, for 
9720         our debugging pleasure.
9721
9722 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
9723
9724         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
9725         a problem with referring to the wrong buffer.
9726
9727         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
9728
9729         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
9730         font description to gtk_style_new() - otherwise things
9731         don't work without a .gtkrc file.
9732
9733         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
9734         tags table if we create it ourself, too.
9735
9736         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
9737         it was conflicting with XKB modifiers.
9738
9739         * gtk/gtktextview.[ch]: Add simple support for 
9740         GtkIMContext.
9741
9742 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
9743
9744         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
9745         with deletion from last commit.
9746
9747 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
9748
9749         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
9750         in the context from the current locale.
9751         
9752         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
9753         context, not hardcoded value.
9754
9755         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
9756         not logical.
9757
9758 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
9759
9760         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
9761         attributes - that doesn't handle partial-glyph selection
9762         properly. Instead use new pango_layout_line_get_x_ranges()
9763         functionality to draw the selection.
9764
9765         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
9766         now properly handles out-of-range coordinates.
9767
9768         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
9769
9770         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
9771         public.
9772
9773         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
9774         for paragraphs opposite to the base direction of the widget.
9775
9776         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
9777
9778         * gtk/gtktextlayout.c: Don't split segments on marks, since that
9779         causes Arabic words to reshape as you cursor through.
9780
9781         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
9782         cursor position when moving vertically with the arrow keys and
9783         scrolling with page-up/page-down. (Arrow keys save only the X,
9784         scrolling saves both X and Y.)
9785
9786         This means you can line-up / line-down or page-up / page-down
9787         without losing your place, and also that moving vertically
9788         with the cursor keys keeps the same X position, not the same
9789         character count:
9790
9791         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
9792         arrow keys move by display lines, not paragraphs.
9793
9794 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
9795
9796         * gtk/gtklayout.c: Make sure that the bin window is at least
9797         as big as the allocation. (Should we also make sure that the
9798         bin window is big enough to completely cover widget->window?)
9799
9800         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
9801         function to get the onscreen rectangle.
9802
9803         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
9804         for offsets in window coordinates.
9805
9806 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
9807
9808         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
9809         confusion.
9810
9811         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
9812         from the widget direction.
9813
9814         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
9815         Add a "direction" attribute.
9816
9817         * gtk/gtktextview.c: global s/tkxt/text_view/.
9818
9819         * gtk/testtext.c: Added long block of text in Arabic, to test out
9820         the direction attributes. (Some problems with the shaping system
9821         for arabic become obvious - like the fact the cursor splits words
9822         into unjoined pieces.)
9823
9824 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
9825
9826         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
9827
9828         * gtk/gtktextlayout.c: Fix up alignment.
9829
9830         * gtk/testtext.c: Add some tests for centering, wrapping.
9831
9832 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
9833
9834         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
9835         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
9836         If we wrote GTK+-specific layout-render function this could just replace
9837         the draw_layout() operation in the vtable.
9838
9839         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
9840         pango_layout_get_cursor_pos() and use that function.
9841
9842         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
9843         is a non-static symbol.
9844
9845         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
9846         with gtk_text_btree_find_line_by_y()
9847
9848         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
9849         renderer that handles GtkTextAppearance attributes.
9850
9851         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
9852
9853           - Move the values in the style that don't affect geometry into a
9854             GtkTextAppearance structure.
9855           - Change underline to take a PangoUnderline and "font" a string
9856             representation of a font description
9857           - Add a "font_desc" attribute which takes a FontDescription structure.
9858
9859         * gtk/gtktextlayout.[ch]:
9860
9861           - Get rid of the display-line list per each line. Instead, we
9862             generate, on demand, a GtkTextLineDisplay structure which]
9863             contains a PangoLayout * and other necesary information
9864             (offsets, cursor locations) for displaying a paragraph.
9865           - Get rid of the code to wrap lines, create display chunks,
9866             etc. Instead, we just go through a paragraph and convert
9867             it into the necessary inputs to a PangoLayout.
9868           - Implement a new attribute type, GtkTextAttrAppearance. This
9869             holds a GtkTextAppearance, and is used to pass colors, 
9870             stipple, etc, through from the layout to the display without
9871             having to use lots and lots of individual attributes.
9872           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
9873             in terms of PangoLayout functions.
9874         
9875         * gtk/gtktextview.c: 
9876          
9877           - Handle passing the necessary PangoContext to the layout
9878           - Some fixups in painting to deal with the automatic backing store
9879             and offsetting of GTK+-1.4
9880           - Add a style_set handler so that the default style reacts
9881             properly to theme changes.
9882         
9883         * gtk/gtktext?*.[ch]: Random code-style fixes.
9884
9885         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
9886
9887 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
9888
9889         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
9890         in original form preparatory to Pango-ization and gdkimcontext-ization.
9891
9892 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
9893
9894         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
9895         so that we can derive from gtkimcontext in language bindings properly.
9896
9897 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
9898
9899         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
9900         Add a compose table including (almost) all the compose combinations
9901         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
9902         data in the XIM implementation.
9903
9904         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
9905         Moved functions to convert keyvalues from and to unicode here from
9906         the win32 port and made them public.
9907
9908 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
9909
9910         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
9911
9912 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
9913
9914         * gtk/gtkimcontext.[ch]: Base class for new input context system
9915
9916         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
9917         the real input context implementation to be loaded from modules
9918         and switched on the fly.
9919
9920         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
9921         context that just does direct keysymbol => unicode translation.
9922
9923         * gtk/gtkentry.[ch]: Start switching editing over to using
9924         GtkInputContext. (No handling of preedit yet.)
9925
9926 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
9927
9928         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
9929         many substitutions. (klass should not be subsituted.)
9930
9931 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
9932
9933         * configure.in: Add checks for Pango
9934
9935         * configure.in docs/Makefile.am: Add test for sgml2html
9936         and allow 'make dist' without building html, but print out
9937         warnings in that case. (For making snapshots)
9938
9939         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
9940         Add Pango libraries and C flags
9941
9942         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
9943         Add function (gdk_draw_layout) to draw a pango layout.
9944
9945         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
9946         for getting Pango contexts for GDK.
9947
9948         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
9949
9950         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
9951         editing.
9952
9953         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
9954         keysym => unicode translations. More languages can be added
9955         here, but real input-method support is needed.
9956
9957         * docs/Changes-1.4.txt: Added note about entry behavior.
9958         
9959         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
9960         to set the reading direction for a widget and the global direction.
9961         Add test which allows toggling the global direction. Two private
9962         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
9963
9964         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
9965           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
9966
9967         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
9968
9969         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
9970         underlining now handled by Pango.
9971
9972         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
9973         to RCStyle and Style. (Having both this and the old font name and GdkFont 
9974         is temporary.)
9975
9976         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
9977         convenience functions for creating contexts and layouts for widgets.
9978
9979         * gtk/testgtk.c: Enhance label tests with multilingual labels.
9980
9981 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
9982
9983         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
9984         titles to be active, even if they aren't visible.
9985         (gtk_clist_column_titles_passive):  Ditto.
9986
9987 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
9988
9989         * gtkmenu.c:
9990         * gtkmenu.h:
9991         * gtktypeutils.h: Spelling/grammar fixes in comments.
9992
9993 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
9994
9995         * gdk/nanox/*.h: add missing header files.
9996
9997 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
9998
9999         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
10000         send_event to TRUE.
10001         (gtk_drawing_area_size): queue a resize.
10002
10003 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
10004
10005         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
10006         the handlers, also invalidate them. bug nailed down by Karl Nelson
10007         <kenelson@ece.ucdavis.edu>.
10008
10009 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
10010
10011         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
10012         "(nil)" foundries, patch from Grigorios Magklis.
10013
10014         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
10015         on non-available fonts, based on a patch by Grigorios Magklis
10016         <maglis@cs.rochester.edu>.
10017
10018 2000-05-18  Elliot Lee  <sopwith@redhat.com>
10019
10020         * gdk/x11/gdkregion-generic.c: If a region does not have any
10021         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
10022         instead of GDK_OVERLAP_RECTANGLE_IN.
10023
10024 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
10025
10026         * gtk/gtklayout.c (gtk_layout_map): Remove references to
10027         OFFSCREEN, as it is no longer necessary.
10028
10029 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
10030
10031         * gtk/gtkcolorsel.c: Patch from David Santiago
10032         <mrcooger@cyberverse.com> to change things so that the 
10033         indicator of the active palette entry is done independently,
10034         not via the focus, since it should always be visible.
10035
10036 2000-05-17  Tor Lillqvist  <tml@iki.fi>
10037
10038         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
10039         refcount leaks as in the X11 backend.
10040
10041         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
10042         cosmetics.
10043
10044         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
10045         backend. Add _gdk_windowing_window_destroy().
10046
10047         * gtk/gtkcolorsel.c: Include correct backend-specific header.
10048         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
10049         either, but these probably do exist on nanox?)
10050         
10051         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
10052         which isn't necessarily defined by <math.h>.
10053
10054         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
10055         ancestry past GtkObject.
10056
10057         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
10058         from DLL on Win32.
10059
10060         * gtk/gtk.def: Update corresponding to recent changes.
10061
10062         * gtk/makefile.{cygwin,msc}: Updates.
10063
10064 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
10065
10066         * docs/Changes-1.4.txt: A bit of editing.
10067
10068         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
10069         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
10070         to clear the update area for the window, and clear it
10071         when hiding a window.
10072
10073         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
10074         if window destroyed.
10075
10076         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
10077
10078         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
10079         gdk_window_destroy() to the generic code, since there was a lot of 
10080         window-system-independent logic it in. Add a function:
10081         
10082          _gdk_window_destroy() 
10083
10084         to the internal API to destroy a window without unreferencing it.
10085         Add a function:
10086
10087          _gdk_windowing_window_destroy()
10088
10089         That does the windowing-system-dependent part of destroying 
10090         the window.
10091
10092 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
10093
10094         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
10095
10096 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
10097
10098         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
10099         Make gtk_widget_shape_combine_mask() keep a reference count on
10100         the pixmap since it keeps it around.
10101
10102 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
10103
10104         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
10105         leak.
10106
10107         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
10108         leak with event filters.
10109
10110 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
10111
10112         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
10113         signal handlers with the right data arguments. (Fixes
10114         some warnings when a widget was repeatedly set as a drag
10115         destination.)
10116
10117         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
10118         window so we can avoid avoid setting the DND properties on the
10119         toplevel window repeatedly.
10120
10121 2000-05-13  Tor Lillqvist  <tml@iki.fi>
10122
10123         * gdk/win32/gdkwin32.h: Define more message types missing from
10124         mingw headers.
10125
10126         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
10127         call gdk_window_destroy_notify(). It was never called. This
10128         probably meant that the GdkWindow was never freed. Thanks Owen for
10129         noticing (!).
10130
10131         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
10132         window as destroyed before calling DestroyWindow(). DestroyWindow()
10133         causes a call to the window procedure (gdk_WindowProc), which
10134         calls gdk_event_translate(), which calls
10135         gdk_window_destroy_notify(), which gets confused unless the window
10136         is set as destroyed.
10137
10138         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
10139         this function to indicate it's win32 only. Put inside #ifdef
10140         G_ENABLE_DEBUG.
10141
10142         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
10143         debugging function. (gdk_event_translate:) Add a default branch
10144         that uses the above function to print debug messages with all
10145         Windows messages symbolically.
10146
10147         * gdk/win32/gdkprivate-win32.h: Declare it, and
10148         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
10149
10150 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
10151
10152         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
10153         public header file.
10154
10155 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
10156
10157         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
10158
10159         * gtk/gtktext.c: made the adjustments no-construct args, simply
10160         provide default adjustments.
10161         (gtk_text_destroy): release adjustments.
10162
10163         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
10164         adjustment argument non-construct.
10165
10166         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
10167         instead of in finalize.
10168         (gtk_progress_get_text_from_value): 
10169         (gtk_progress_get_current_text): 
10170         (gtk_progress_set_value): 
10171         (gtk_progress_get_percentage_from_value): 
10172         (gtk_progress_get_current_percentage): 
10173         (gtk_progress_set_percentage): 
10174         (gtk_progress_configure): ensure an adjustment is present.
10175
10176 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
10177
10178         * gtk/gtkcolorsel.[hc]:
10179         * gtk/gtkcolorseldialog.[hc]:
10180         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
10181         their parent implementation, use bit fields for boolean values, don't
10182         create unused widgets, usage of glib types, braces go on their own
10183         lines, function argument alignment, #include directives etc. etc. etc..
10184
10185         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
10186
10187 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
10188
10189         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
10190
10191         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
10192         of NULL.
10193
10194         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
10195         to freed data.
10196         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
10197
10198         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
10199         to NULL when the toplevel is getting destroyed.
10200         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
10201         (gtk_menu_destroy): 
10202         (gtk_menu_init): store the information of whether we have to
10203         readd the initial child ref_count during destruction in a new
10204         GtkMenu field needs_destruction_ref_count.
10205
10206         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
10207         here, those reading: learn from my mistake! ;)
10208         in order for set_?adjustment to support a default adjustemnt if
10209         invoked with an adjustment pointer of NULL, the code read (pseudo):
10210         if (v->adjustment) unref (v->adjustment);
10211         if (!adjustment) adjustment = adjustment_new ();
10212         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
10213         now imagine the first unref to actually free the old adjustment and
10214         adjustment_new() creating a new adjustment from the very same memory
10215         portion. here, the latter comparision will unintendedly fail, and
10216         all hell breaks loose.
10217         (gtk_viewport_set_hadjustment):
10218         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
10219         after unreferencing it.
10220
10221         * gtk/gtkcontainer.[hc]: removed toplevel registration
10222         functions: gtk_container_register_toplevel(),
10223         gtk_container_unregister_toplevel() and
10224         gtk_container_get_toplevels() which had wrong semantics
10225         anyways: it didn't reference and copy the list.
10226
10227         * gtk/gtkwindow.c: we take over the container toplevel registration
10228         bussiness now. windows are registered across multiple destructions,
10229         untill they are finalized. the initial implicit reference count
10230         users are holding on windows is removed with the first destruction
10231         though.
10232         (gtk_window_init): ref & sink and set has_user_ref_count, got
10233         rid of gtk_container_register_toplevel() call. add window to
10234         toplevel_list.
10235         (gtk_window_destroy): unref the window if has_user_ref_count
10236         is still set, got rid of call to
10237         gtk_container_unregister_toplevel().
10238         (gtk_window_finalize): remove window from toplevel list.
10239         (gtk_window_list_toplevels): new function to return a newly
10240         created list with referenced toplevels.
10241         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
10242
10243         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
10244         adjustment a non-construct arg.
10245         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
10246         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
10247         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
10248
10249         * gtk/gtkrange.c: added some realized checks.
10250         (gtk_range_destroy): get rid of the h/v adjustments in the
10251         destroy handler instead of finalize. remove timer.
10252         (gtk_range_get_adjustment): demand create adjustment.
10253
10254         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
10255         we simply create them on demand now and get rid of them in
10256         the destroy handler.
10257         (gtk_viewport_destroy): get rid of the h/v adjustments in the
10258         destroy handler instead of finalize.
10259         (gtk_viewport_get_hadjustment): 
10260         (gtk_viewport_get_vadjustment): 
10261         (gtk_viewport_size_allocate): demand create h/v adjustment
10262         if required.
10263
10264         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
10265         gtk_widget_real_destroy () functionality.
10266         (gtk_widget_real_destroy): reinitialize with a new style, instead
10267         of setting widget->style to NULL.
10268
10269 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
10270
10271         * gtk/gtkcalendar.c:
10272         * gtk/gtkbutton.c: ported _get_type() implementation over to
10273         GType, either to preserve memchunks allocation facilities,
10274         or because Gtk+ 1.0 GtkTypeInfo was still being used.
10275
10276         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
10277         over. prepare for ::destroy to be emitted multiple times.
10278         removed reference tracer magic. chain into GObjectClass.shutdown()
10279         to emit ::destroy signal.
10280
10281         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
10282         fundamental.
10283
10284         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
10285         cludge.
10286
10287         * gtk/gtksocket.c:
10288         * gtk/gtkplug.c:
10289         * gtk/gtklayout.c:
10290         * gtk/gtklabel.c:
10291         * gtk/gtkargcollector.c:
10292         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
10293         not being a fundamental anymore, and to work with the new
10294         type system (nuked fundamental type varargs clutter).
10295
10296         * gtk/*.c: install finalize handlers in the GObjectClass
10297         part of the class structure.
10298         changed direct GTK_OBJECT()->klass accesses to
10299         GTK_*_GET_CLASS().
10300         changed direct object_class->type accesses to GTK_CLASS_TYPE().
10301
10302         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
10303         GType. made most of the GTK_*() type macros and Gtk* typedefs
10304         simple wrappers around macros and types provided by GType.
10305         most notably, a significant portion of the old API vanished:
10306         GTK_TYPE_MAKE(),
10307         GTK_TYPE_SEQNO(),
10308         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
10309         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
10310         GTK_TYPE_ARGS,
10311         GTK_TYPE_CALLBACK,
10312         GTK_TYPE_C_CALLBACK,
10313         GTK_TYPE_FOREIGN,
10314         GtkTypeQuery,
10315         gtk_type_query(),
10316         gtk_type_set_varargs_type(),
10317         gtk_type_get_varargs_type(),
10318         gtk_type_check_object_cast(),
10319         gtk_type_check_class_cast(),
10320         gtk_type_describe_tree(),
10321         gtk_type_describe_heritage(),
10322         gtk_type_free(),
10323         gtk_type_children_types(),
10324         gtk_type_set_chunk_alloc(),
10325         gtk_type_register_enum(),
10326         gtk_type_register_flags(),
10327         gtk_type_parent_class().
10328         replacements, where available are described in ../docs/Changes-1.4.txt.
10329         implemented compatibility functions for the remaining API.
10330
10331         * configure.in: depend on glib 1.3.1, use gobject module.
10332
10333 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
10334
10335         * TODO.xml: Various updates to current status.
10336
10337 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
10338
10339         * gtk.m4: Print out version when test succeeds.
10340
10341 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
10342
10343         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
10344         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
10345         
10346         (Original triangle color selector from Simon Budig
10347         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
10348         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
10349         Santiago <mrcooger@cyberverse.com>)
10350
10351         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
10352         out into a separate widget.
10353
10354         * gtk/testgtk.c: Add some checkbuttons for toggling palette
10355         and opacity controls.
10356
10357 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
10358
10359         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
10360         snuck in prematurely.
10361
10362 2000-05-07  Tor Lillqvist  <tml@iki.fi>
10363
10364         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
10365         had deleted a ! operator by mistake, which caused
10366         GDK_SELECTION_CLEAR events never to be generated, which caused
10367         only the first copy to the clipboard from an gtkeditable to
10368         actually cause a copy to the Windows clipboard.
10369
10370 2000-05-06  Tor Lillqvist  <tml@iki.fi>
10371
10372         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
10373         compilation, too. Current mingw gcc distributions include the
10374         necessary headers. Also the necessary IIDs are now in mingw
10375         headers/libraries, and own definitions unnecessary.
10376
10377         More hacking on OLE2 DND, still doesn't work though, and thus
10378         ifdeffed out.
10379
10380         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
10381         here, too.
10382
10383 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
10384
10385         * gdk/nanox/*: nano-X port work in progress.
10386         * gdk/simple.c: simple test for Gdk.
10387         * README.nanox: notes about the port: read this first!
10388         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
10389         with nano-X.
10390
10391 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
10392
10393         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
10394         gdk_window_clear() into common code, implement in terms of
10395         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
10396         not redirected to the backing rectangle.
10397
10398 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
10399
10400         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
10401         EXTRA_DIST. It does not work well when the file that
10402         everything depends on is not in the tarball.
10403
10404 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
10405
10406         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
10407         with recursion where process_updates() is called from
10408         an expose handler. (GtkTextView is highly broken in
10409         doing this, but it should work, so it is a nice test
10410         case.)
10411
10412 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
10413
10414         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
10415         handle the case where updates are queued during processing of
10416         updates.
10417
10418 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
10419
10420         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
10421         window is on gdk_display - use that instead of segfaulting.
10422
10423 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
10424
10425         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
10426         broken and require an empty arg, give it to them.
10427
10428 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
10429
10430         * gtk/gtklabel.h: indentation fixes.
10431
10432 2000-05-02  Tor Lillqvist  <tml@iki.fi>
10433
10434         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
10435         draw too narrow or too low arcs, they seem to fail, at least with
10436         some display drivers.
10437
10438         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
10439
10440         Large changes to the Win32 backend, partially made necessary by
10441         the changes to the backend-independent internal
10442         structures. Attempts to implement similar backing store stuff as
10443         on X11. The current (CVS) version of the Win32 backend is *not* as
10444         stable as it was before the no-flicker branch was merged. A
10445         zipfile with that version is available from
10446         http://www.gimp.org/win32/. That should be use by "production"
10447         code until this CVS version is usable. (But note, the Win32
10448         backend has never been claimed to be "production quality".)
10449
10450         * README.win32: Add the above comment about versions.
10451
10452         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
10453
10454         * gdk/gdk.def: Update.
10455
10456         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
10457         presumably be replaced by some more better mechanism as 1.4 gets
10458         closer to release shape.
10459
10460         * gdk/makefile.{cygwin,msc}: Update.
10461
10462         * gdk/win32/*.c: Correct inclusions of the backend-specific and
10463         internal headers. Change code according to changes in these. Use
10464         gdk_drawable_*, not gdk_window_* where necessary.
10465
10466         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
10467         our old DND.
10468
10469         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
10470         to interpret single characters as UTF-8. Thanks to Hans Breuer.
10471         Use correct function name in warning messages.
10472
10473         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
10474         GSourceFuncs gdk_event_prepare and gdk_event_check.
10475         (gdk_event_get_graphics_expose): Do implement, use
10476         PeekMessage. Thanks to Hans Breuer.
10477         (event_mask_string): Debugging function to print an GdkEventMask.
10478         (gdk_pointer_grab): Use it.
10479
10480         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
10481         (old) book I used claimed was Hangul actually is CJK Unified
10482         Ideographs Extension A. Also, Hangul Syllables were missing.
10483         Improve logging.
10484
10485         * gdk/win32/gdkgc-win32.c: Largish changes.
10486
10487         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
10488         g_win32_getlocale() from GLib, and not setlocale() to get current
10489         locale name.
10490
10491         * gdk/win32/gdkprivate-win32.h
10492         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
10493         gdkwin32.h, similarily as in the X11 backend.
10494
10495         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
10496         assignment was used instead of equals in if test. Thanks to Hans
10497         Breuer.
10498
10499         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
10500         the X11 version.
10501
10502         * gdk/win32/makefile.{cygwin,msc}
10503         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
10504         path to the Win32 headers that works also with the mingw compiler.
10505
10506         * gtk/gtkstyle.c: Include <string.h>.
10507
10508 2000-04-26  Havoc Pennington  <hp@redhat.com>
10509
10510         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
10511         replacing the broken gtk_label_get ()
10512
10513 2000-04-15  Havoc Pennington  <hp@pobox.com>
10514
10515         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
10516         this keeps scanner scripts from getting confused.
10517
10518         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
10519         data, rather than void
10520
10521 2000-04-15  Tor Lillqvist  <tml@iki.fi>
10522
10523         * gtk/gtkclist.c (gtk_clist_motion)
10524         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
10525         with is_hint FALSE, get x and y from the event. They used to be
10526         used uninitialised. The Win32 backend never sends motion events
10527         marked as hints. This for instance fixes the annoying file and
10528         font selector behaviour in the Win32 version.
10529
10530 2000-04-14  Tor Lillqvist  <tml@iki.fi>
10531
10532         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
10533         gtk_private_n_signals variables, they are used by some software,
10534         sigh.
10535
10536         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
10537         installation directory from the Registry, where the installer
10538         should have put it.
10539
10540 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
10541
10542         * gdk/x11/Makefile.am: Fix problem with installation directory for
10543         gdkx.h
10544
10545         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
10546         <mrcooger@cyberverse.com> so that when selecting menus with the
10547         mouse, the first item will not be selected, but when selecting
10548         with an accelerator, or navigating left-right on a menubar with
10549         the menus popped up, the first item will be selected.
10550
10551 2000-04-05  Dan Damian  <dand@dnttm.ro>
10552
10553         * configure.in: Added "ro" to ALL_LINGUAS.
10554
10555 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
10556
10557         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
10558         indentation.
10559
10560         * Makefile.am (EXTRA_DIST): Fix typo.
10561
10562         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
10563         to catch gdkconfig.h
10564
10565         * gtk/gtkitemfactory.c: Added FIXME.
10566
10567 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
10568
10569         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
10570         s/return_if_fail/return_val_if_fail/g and add a return value.
10571
10572 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
10573
10574         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
10575         merge slipup.
10576
10577         * gdk/gdkinput.h: Fix missing line from merge.
10578
10579 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
10580
10581         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
10582         instead of gdkprivate.h.
10583
10584 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
10585
10586         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
10587         parent class to correctly be GtkDialogClass.
10588
10589 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
10590
10591         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
10592         toplevel windows and their immediate children by their parents,
10593         since the size of toplevel windows is out of our immediate
10594         control and we don't get any real benefit from trying to track
10595         this size for clipping.
10596
10597         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
10598         for input_only windows.
10599
10600         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
10601         to fix some hacks and make sure that we don't try to set the
10602         background of input only windows.
10603
10604 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
10605
10606         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
10607         the _really_ internal stuff, and leave gdkprivate.h for the fake private
10608         stuff that we've traditionally exposed.
10609
10610         * gdk/**.c: Use gdkinternals.h where appropriate.
10611
10612         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
10613         not include gdkprivate-x11.h, move all stuff of conceivable public
10614         interest into gdkx.h; keep all really private stuff in
10615         uninstalled header gdkprivate-x11.h.
10616
10617         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
10618         image->image_put on windows through a new function _gdk_window_draw_image()
10619         to allow us to do backing store for images. (Sort of ugly)
10620
10621         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
10622         contexts locally so that we can offset them properly when drawing 
10623         onto backing pixmaps.
10624
10625         * gdk/gdkinput.h: Reindented
10626
10627         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
10628         pixmap or color for the window, so we can properly initialize
10629         our double-buffer pixmaps, and also so that we temporarily set
10630         a background of None while scrolling.
10631
10632         * gdk/gdkregion.h: Revise region boolean operators to have an
10633         interface that is actually convenient - switch from creating new
10634         regions on every op, to "methods" that modify existing regions
10635         (A = A OP B). 3 argument forms which allow dest == src, would also
10636         be possible, but the current interfaces seem to map nicely
10637         onto what needs to be done. (There is quite a lot of region
10638         code in GDK now.)
10639
10640         * gdk/gdkregion.h: Add constructor from rectangle and a copy
10641         operator.
10642
10643         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
10644         gdkpoly-generic.h: Copy region code from Xlib, switch it over
10645         to 32 bit coordinates, modify it to be mostly GTK+ style
10646         and to have interfaces that match gdkregion.h.
10647
10648         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
10649         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
10650         create a backing pixmap and redirect all drawing to
10651         that backing pixmap until a matching gdk_window_end_paint().
10652
10653         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
10654         Create a special drawable class for GtkWindow's that 
10655         redirects the drawing to the backing pixmap as necessary
10656         and then calls the real operations in _gdk_windowing_window_class.
10657
10658         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
10659         Store invalid region for each window. Generate expose events for invalid
10660         region in an idle. This replaces both the expose compression
10661         and the redrawing queuing in GTK+. It is both more efficient and
10662         simpler than either one individually and far more so then the
10663         combination.
10664
10665         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
10666         Emulate 32 bit coordinates for windows with 16 bit coordinates
10667         by offsetting drawing, guffaw scrolling techniques and
10668         mapping/unmapping child windows as necessary.
10669
10670         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
10671         where, when invalid regions are processed, the region is stored,
10672         and if expose events come in that are detectably duplicate
10673         the processed exposes (by comparison of event serial numbers),
10674         the stored region is subtracted out of those exposes.
10675
10676         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
10677         regions newly exposed when scrolling or resizing windows.
10678         This, combined with forcing processesing of queued invalidated
10679         regions, gives nice flicker-free scrolling.
10680
10681         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
10682         invalidated regions after every scroll.
10683
10684         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
10685         emulation in GDK. Its, for all practical purposes just a
10686         GtkViewport/GtkFixed hybrid now.
10687
10688         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
10689         (16-bit) structures as necessary instead of just casting.
10690
10691         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
10692         in terms of the structures from gdkregion-generic.c, using appropriate
10693         offsets from GDK to X11 coordinates. Cache clip mask and
10694         origin and ts origin locally and only flush to the server
10695         when drawing, to avoid constantly setting and resetting these
10696         values when offsetting GC's for scrolling and backing pixmaps.
10697
10698         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
10699
10700         * gtk/gtkcontainer.c: Call process_all_updates at end
10701         of resizing to reduce flicker. (Avoids having redraw
10702         lag arbitrarily behind resize under some circumstances)
10703
10704         * gtk/gtkentry.c: Remove old backing store code, and simply take
10705         advantage of the new backing store capabilities of GDK.
10706
10707         * gtk/gtkmain.c: Simple implementation of widget backing
10708         store - simply push a paint while handling each expose.
10709         (Should really be configurable widget for widget.)
10710         
10711         * gtk/gtkwidget.c: Remove all the old complicated redraw
10712         code, and simply invalidate the GDK windows from
10713         gdk_window_queue_clear(), etc. (Sigh, so much carefully
10714         debugged complexity ... gone to the winds.)
10715
10716         Remove all the code for suppressing expose events while
10717         resizes are pending; this isn't needed since the invalid
10718         areas won't be processed until after the resizes are
10719         processed, since they are in a lower priority idle.
10720
10721 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
10722
10723         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
10724         and height of dest rectangle for non-intersecting rectangles.
10725
10726 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
10727
10728         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
10729         for GdkRectangle.
10730
10731 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
10732
10733         * gdk/gdk{events,image,private,types,window}.h
10734          gdk/x11/gdkinputprivate.h: Change all coordinates
10735          from int16 to int. Also, Change width and height from
10736          unsigned to signed to avoid all the stupid C 
10737          signedness bugs.
10738
10739 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
10740
10741         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
10742         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
10743         Add some more detailed checking.
10744
10745         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
10746         New function to retrieve the depth of a drawable.
10747
10748         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
10749         field, reorder fields to save memory. 
10750
10751 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
10752
10753         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
10754         of the background image instead of scaling the background down to
10755         a line.
10756
10757         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
10758         which temporarily set slider to wrong size.
10759
10760         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
10761         queue_clear().
10762
10763 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
10764
10765 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
10766
10767         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
10768
10769 2000-03-17  Tor Lillqvist  <tml@iki.fi>
10770
10771         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
10772         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
10773
10774         * gdk/win32/gdkfont-win32.c
10775         * gdk/win32/gdkproperty-win32.c
10776         * gdk/win32/gdkselection-win32.c
10777         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
10778         now declared such.
10779
10780 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
10781
10782         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
10783
10784 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
10785
10786         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
10787         is called without trapping X errors.
10788
10789 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
10790
10791         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
10792         way into the fontset lists.
10793
10794 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
10795
10796         * gtk/gtkthemes.h: add extern "C" scope.
10797
10798 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
10799
10800         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
10801         to make appends to the list constant. (gtk-guy-990901-0.patch)
10802
10803 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
10804
10805         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
10806         for the typename hash table.
10807
10808 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
10809
10810         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
10811         to make sure we never divide by zero. 
10812         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
10813
10814 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
10815
10816         * gtk/gtkfontsel.c: Apply patch from
10817         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
10818         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
10819
10820         Also, some cleanups in atom handling.
10821
10822 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
10823
10824         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
10825         not GtkWidget.
10826
10827 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
10828
10829         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
10830         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
10831         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
10832         more guint wrap-around bugs before going to bed.
10833
10834 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
10835
10836         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
10837         guint wrap arounds in allocation.width.
10838
10839         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
10840         process untill we fit the allocation given.
10841
10842 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
10843
10844         * gtk/gtkwidget.c:
10845         (gtk_widget_unrealize): guard widget access with ref/unref
10846         around signal emission.
10847         (gtk_widget_hide): same here, but also check its destroyed
10848         state before queueing a resize.
10849
10850 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
10851
10852         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
10853         of gtk_default_insensitive_bg as insensitive base color.
10854
10855         * gtk/gtktext.c (gtk_text_style_set): set the background color according
10856         to the widget's state.
10857         (gtk_text_realize): same here.
10858         (gtk_text_state_changed): same here.
10859         (draw_bg_rect): compare background color against base[] from
10860         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
10861
10862 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
10863
10864         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
10865         grabs are active, unless a delete event is send to the toplevel
10866         of the currently grab holding widget.
10867
10868 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
10869
10870         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
10871         debugging g_print's.
10872
10873 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
10874
10875         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
10876         ever make the scrolled-window requisition ever depend on the 
10877         visibility state of the scrollbars for the AUTOMATIC policy. 
10878         This breaks the GTK+ requisition model, and causes loops.
10879
10880 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
10881
10882         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
10883         the default font to avoid problems with XFree86-4.0 where the
10884         default charset is iso10646-1, not iso8859-1.
10885
10886 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
10887
10888         * acinclude.m4
10889         * config.guess
10890         * config.sub
10891         * ltconfig
10892         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
10893
10894         * gtk/Makefile.am: minor cosmetic consistency tweak
10895
10896 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
10897
10898         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
10899         the activate_time to 0, so that we handle a quick
10900         press/release press/release properly and don't suppress
10901         the second release. (Red Hat bug #7545)
10902
10903 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
10904
10905         * gtk/gtkctree.c (row_delete):
10906         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
10907         bugs with destruction notifier, *always* update internal
10908         structures *before* calling user code.
10909
10910 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
10911
10912         A few more fixes for bug #5487, #2051, #2677.
10913         * gtk/gtkclist.c : 
10914         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
10915         not GDK_BUTTON_PRESS.
10916         (resync_selection): resync only if selection_mode is
10917         GTK_SELECTION_EXTENDED
10918         * gtk/gtkctree.c (resync_selection): same here
10919
10920 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
10921
10922         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
10923         gdk_drag_get_selection() and gtk_menu_detach().
10924
10925         [ From Jeroen Ruigrok/Asmodai ]
10926
10927 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
10928
10929         * gtk/gtknotebook.c (gtk_notebook_size_request): 
10930         page->tab_label can be NULL.
10931
10932 2000-01-25  Havoc Pennington  <hp@pobox.com>
10933         
10934         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
10935         arg is boolean
10936
10937         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
10938
10939         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
10940
10941         * gdk/gdkproperty.c (gdk_property_get): return boolean
10942
10943         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
10944
10945         * gdk/gdkim.c (gdk_im_ready): return boolean
10946
10947         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
10948
10949         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
10950         glib clash, should fix glib)
10951
10952         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
10953         (gdk_get_show_events): return gboolean, and canonicalize 
10954         to TRUE/FALSE
10955
10956         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
10957         colormap is private
10958         (gdk_colors_alloc): gboolean whether to be contiguous
10959         (gdk_color_equal): return gboolean since we are a predicate
10960         and not a qsort() (this looks semi-wrong due to glib breakage,
10961         IMO glib should be fixed)
10962         
10963         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
10964         (gdk_get_use_xshm): return gboolean
10965         (gdk_pointer_is_grabbed): return gboolean
10966
10967         * gdk/gdk.h: Change prototypes to match all the above changes,
10968         and re-run egtk-format-protos as required.
10969
10970 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
10971
10972         * gtk/gtkctree.c (resync_selection): 
10973         * gtk/gtkclist.c (resync_selection):
10974
10975         Return immediately if clist->drag_pos < 0. This is a workaround
10976         for the corrupt state that the clist gets into when a
10977         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
10978
10979         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
10980         
10981         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
10982         variable from recent commit.
10983
10984 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
10985
10986         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
10987
10988 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
10989
10990         * gtk/Makefile.am: prefix all autogenerated source that get build in
10991         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
10992         in builddir. since we subsequently cd into srcdir for autogeneration,
10993         the paths have to be stripped from the target file names, thusly we
10994         use $(@F) as target names now.
10995         put a comment about configure.in's --disable-rebuilds option,
10996         which can be used for non-writable source directories, for development
10997         setups though, srcdir has to be *writable*.
10998
10999 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
11000
11001         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
11002           Finish the job of allowing event to be NULL.
11003           (Fixes bug #4283, reported by Chris Blizzard)
11004
11005         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
11006           things so that the cursor appears on screen, properly
11007           take into account INNER_BORDER.
11008           (Fixes bug #4754, reported by Antonio Campos)
11009
11010 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
11011
11012         * gtk/gtknotebook.c (gtk_notebook_map): Don't
11013           show the tab_label unless it itself is visible.
11014
11015           gtk/gtknotebook.c (gtk_notebook_size_request):
11016           Do a better job of making sure that the visibility
11017           of the tab label corresponds to whether it should
11018           be mapped or not.
11019
11020 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
11021
11022         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
11023           Use the requisition, not the allocation, since the
11024           allocation has not necessarily been computed yet.
11025           (Pointed out by Eugene Osintsev)
11026
11027 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
11028
11029         * gtk/gtkstyle.c (gtk_style_new): Dont' set
11030           style/base[GTK_STATE_INSENSITIVE] both to
11031           gtk_default_insensitive_bg!
11032           (Bug #2187, reported by Jonathan Blandford)
11033
11034         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
11035           Add Alt_L, Alt_R to list of invalid accelerators.
11036           (Bug #3736, reported by Vlad Harchev)
11037
11038 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
11039
11040         * gtk/gtkfilesel.c (open_ref_dir): Fix several
11041         bugs which occured after an attempt to open 
11042         invalid home directory left cmpl_state->reference_dir == NULL.
11043
11044          - completion on files in home directory didn't work
11045          - completion on an empty string caused  segfault
11046
11047          (Bug #3678, reported by Steve Ratcliffe)
11048
11049         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
11050         cut and paste error that was causing scales to
11051         be incorrectly positioned.
11052         (Bug #2956,
11053          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
11054
11055 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
11056
11057         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
11058         when checking for dcgettext, if we've found we needed
11059         it for dgettext.
11060 +
11061 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
11062
11063         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
11064         queue_clear on NO_WINDOW widgets during a reparent,
11065         since at that point the window and widget heirarchies
11066         are out of sync. This stops crashing in some cases
11067         (the scrolled window reparent test, for instance), and
11068         _probably_ won't cause drawing errors.
11069
11070         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
11071         test do what it was supposed to do and be robust against
11072         window closings, etc. (Bug #2443)
11073
11074 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
11075
11076         * gtk/gtkentry.c: Fix return values on mouse events.
11077         (Bug #2686, Sky <seb_sky@yahoo.com>)
11078
11079         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
11080         (pointed out by George Lebl)
11081
11082         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
11083         (From Ettore Perazzoli  <ettore@helixcode.com>)
11084  
11085 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
11086
11087         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
11088         clicks between rows or outside calender area correctly.
11089         (Patch from Damon Chaplin)
11090
11091         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
11092         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
11093           Call destroy function when overwriting existing data. 
11094           (Pointed out by Damon Chaplin)
11095
11096 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
11097
11098         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
11099           which was causing problems on various systems with Xmu.
11100           This hasn't been needed for a very long time.
11101           (Fixes #1185 3167)
11102
11103 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
11104
11105         * gdk/gdki18n.h: Include <ctype.h> when defining
11106           gdk_isw* in terms of is* as a fallback.
11107           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
11108
11109 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
11110
11111         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
11112           realize the widget when it is size allocated!
11113           (old, old bug)
11114
11115         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
11116           Removed unused call to gdk_window_get_size() that
11117           showed up when the above was fixed.
11118
11119 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
11120
11121         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
11122           fix up widget->window when the widget is a
11123           NO_WINDOW container widget.
11124
11125 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
11126
11127         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
11128           to account for the fact that feof() does _not_ 
11129           return TRUE on errors, and thus avoid infinite loops
11130           when trying to use gdk_pixmap_create_from_xpm()
11131           on unreadable values.
11132
11133 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
11134
11135         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
11136
11137 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
11138
11139         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
11140           gdk_gc_set_dashes to take gint8 instead of gchar to
11141           make it clearer that it is _not_ a NULL terminated string.
11142
11143         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
11144           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
11145           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
11146           arguments.
11147
11148 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
11149
11150         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
11151         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
11152         background size relative to our allocation, guard against small
11153         allocations, we may have not yet been size allocated.
11154
11155 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
11156
11157         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
11158         not just version == 3. We implement all 3 + most of 4 - 
11159         (we don't support matching text/plain;charset=iso-8859-1
11160         to a dest that expects text/plain). We'll still advertise
11161         3 to be safe, but any client implementing version >= 3
11162         must interoperate with 3.
11163         
11164 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
11165
11166         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
11167         background and gc members, add a warning in gtk_tooltips_set_color()
11168         indicating that this function is deprecated.
11169
11170 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
11171
11172         * docs/gtkfaq.sgml: FAQ Update:
11173           - Minor cleanups (Emmanuel, me)
11174           - New questions:
11175                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
11176                 How can I retrieve the text from a GtkMenuItem? (timj)
11177                 How do I validate/limit/filter the input to a GtkEntry? (me)
11178                 Memory does not seem to be released when I free the list
11179                         nodes I've allocated (timj)
11180
11181 2000-03-07  Tor Lillqvist  <tml@iki.fi>
11182
11183         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
11184         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
11185         for which it is no use to call GetLastError onWin9x.
11186         (gdk_other_api_failed) New function, for general error
11187         reporting without calling GetLastError.
11188         (gdk_win32_api_failed) OTOH, this function always calls
11189         GetLastError. (gdk_win32_last_error_string) Remove this function,
11190         GLib has the equivalent now.
11191
11192         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
11193         call them with function name, file name and line number in the
11194         arguments.
11195
11196         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
11197         functions.
11198         
11199         * gtk/gtk.def: Add some missing entry points.
11200
11201         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
11202         gtk_paned_set_gutter_size, which don't exist any longer, as void.
11203         
11204         Fixes by Hans Breuer:
11205
11206         * gdk/makefile.msc: Update for debugging.
11207
11208         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
11209         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
11210         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
11211         in the dash_list.
11212
11213         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
11214         the x11 backend.
11215
11216         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
11217
11218         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
11219
11220 2000-03-04  Tor Lillqvist  <tml@iki.fi>
11221
11222         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
11223         just pixel value of background colour.
11224
11225         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
11226         containing code snippet previously duplicated in a couple of
11227         places.
11228         
11229         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
11230         gdk_colormap_color.
11231
11232         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
11233         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
11234         events for autorepeated Shift, Control and Alt keys. Use
11235         gdk_colormap_color.
11236
11237         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
11238         pointer is inside the window the cursor of which we are setting,
11239         call SetCursor immediately.
11240
11241         * gdk/win32/makefile.cygwin
11242         * gtk/makefile.cygwin: If we don't have the build number stamp
11243         file, use zero.
11244
11245         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
11246         gtk_paned_set_gutter_size as empty.
11247
11248         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
11249         
11250 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
11251
11252         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
11253           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
11254           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
11255           docs/gtk_tut.sgml docs/gtk.texi TODO:
11256
11257           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
11258
11259 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
11260
11261         * gtk/gtkcalendar.c: Implement num_marked_dates,
11262           and don't emit mutiple day_selected signals on
11263           month_prev.
11264
11265 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
11266
11267         * docs/make-todo (lineno): let title and logo be configurable so
11268         that GNOME can use this script too.
11269
11270         * TODO.xml: added logourl and a title
11271
11272 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
11273
11274         * TODO.xml: Added some UI items, and an explanatory
11275         comment at the top of the file.
11276
11277 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
11278
11279         * TODO.xml: some updates, added abunch of new entries.
11280         a note for those fiddeling with this file, when done
11281         with it, invoke:
11282         $ ./docs/make-todo TODO.xml >/dev/null
11283         and correct output errors before comitting changes.
11284
11285 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
11286
11287         * TODO.xml: Added XML-structured TODO file.
11288         * docs/make-todo: python script to turn TODO.xml into
11289           pretty XML output. 
11290
11291 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
11292
11293         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
11294         the function to let it draw the seven dots, instead of the old,
11295         much maligned, method.
11296         (draw_dot): New function to draw a dot.
11297
11298         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
11299         to draw the handle inside the border width as opposed to outside.
11300         Use paint function instead of gdk_draw_point.
11301
11302         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
11303         to draw the handle inside the border width as opposed to outside.
11304         Use paint function instead of gdk_draw_point.
11305
11306         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
11307         Change indenting to be more GTK like.
11308
11309 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
11310
11311         * docs/gtk_tut.sgml: New section on GtkCalendar
11312         * examples/calendar: Update example code
11313
11314 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
11315
11316         * docs/gtkfaq.sgml: FAQ Update
11317
11318 2000-02-19  Anders Carlsson  <andersca@gnu.org>
11319
11320         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
11321         to prevent the scroll event to be propagated upwards.
11322
11323 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
11324
11325         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
11326         OwnerGrabButtonMask from button entries for
11327         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
11328
11329         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
11330         to the event mask (which will result in button/press release
11331         being added to the event mask on Unix) so scrolling works
11332         for layouts in scroll windows.
11333
11334         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
11335
11336         Patch from Anders Carlsson  <andersca@gnu.org> to add
11337         a scroll event.
11338
11339         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
11340         scrolling to the "Test Scrolling" part of testgtk.
11341  
11342         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
11343  
11344         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
11345         it against GDK_SCROLL.
11346  
11347         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
11348         way of mouse wheel scrolling.
11349  
11350         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
11351  
11352         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
11353  
11354         * gtk/gtkmain.c: Removed previous mouse wheel hack.
11355  
11356         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
11357         gdk_event_mask_table.
11358  
11359         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
11360         GdkEventScroll handler.
11361  
11362         * gdk/gdkevents.h: Added GdkEventScroll structure.
11363  
11364 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
11365
11366         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
11367         and Anders Carlsson to change the Paned widgets so that they
11368         can be dragged from anywhere along the length. Also change
11369         the way that this is drawn to make this apparent.
11370
11371         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
11372         from George Lebl to check that option_menu->menu is present
11373         before getting history.
11374
11375 2000-02-14  Tor Lillqvist  <tml@iki.fi>
11376
11377         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
11378         before the assertion for non-NULL segment list.
11379
11380         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
11381         Seems that pattern brushes *must* be 8x8 pixels! At least on my
11382         machine, but it might be display driver dependent. Sigh, so make
11383         sure the stipple is that size. Does Windows suck or what?
11384
11385         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
11386         places.
11387
11388 2000-02-13  Havoc Pennington  <hp@pobox.com>
11389
11390         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
11391         refcount to 1
11392         (gdk_cursor_new): init refcount to 1
11393
11394         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
11395
11396 2000-02-13  Tor Lillqvist  <tml@iki.fi>
11397
11398         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
11399         so that we don't have to do unnecessary settings to the HDC.
11400
11401         * gdk/win32/gdkdrawable-win32.c
11402         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
11403         gdk_gc_predraw.
11404
11405         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
11406         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
11407         GDI paths, call WidenPath to get the outline of the stroken path,
11408         and then fill the outline (with the brush that was built from the
11409         stipple).
11410
11411         * gdk/win32/gdkgc-win32.c: Factor out common code from
11412         _gdk_win32_gc_new and gdk_win32_gc_set_values into
11413         gdk_win32_gc_values_to_win32values. Use correct colour for
11414         SetBkColor() (Until now the code actually used a random colour in
11415         the call to SetBkColor()... but that didn't show up as not many
11416         GDI APIs use the background colour. Pattern (opaque stippled)
11417         brushes do.)
11418
11419         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
11420         gdk_win32_api_failed): New functions for error logging.
11421
11422         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
11423         WIN32_API_FAILED to call them, passing function or file name and
11424         line number.
11425
11426         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
11427
11428         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
11429         GdkColor for foreground and background in GdkGCWin32Data.
11430
11431         * gdk/makefile.cygwin: Link in the resource object separately.
11432
11433         * gdk/win32/rc/gdk.rc
11434         * gtk/gtk.rc (New file)
11435         * gdk/win32/makefile.cygwin
11436         * gtk/makefile.cygwin: Update build number in DLLs automatically,
11437         as in GLib.
11438
11439 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
11440
11441         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
11442         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
11443         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
11444         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
11445         parameters given and cursor->ref_count. coding style fixups.
11446
11447         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
11448         not GtkWidget.
11449         
11450         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
11451         fix up widget macros and add _GET_CLASS() variant.
11452         
11453         * gtk/*.c: some GtkType fixups.
11454
11455 2000-02-09  Tor Lillqvist  <tml@iki.fi>
11456
11457         * gdk/win32/gdkproperty-win32.c
11458         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
11459         were reversed.
11460
11461 2000-02-04  Tor Lillqvist  <tml@iki.fi>
11462
11463         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
11464         g_filename_to_utf8 to convert the font names Windows gives us from
11465         whatever is the default codepage to UTF-8.
11466         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
11467         in the other direction.
11468
11469         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
11470         error in debugging output.
11471
11472 2000-02-02  Tor Lillqvist  <tml@iki.fi>
11473
11474         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
11475         and height parameters to gdk_window_clear_area(). Not minus one.
11476
11477 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
11478
11479         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
11480         checks if the widget passed to gtk_drag_get_data() was not the
11481         dest widget.
11482
11483 2000-02-01  Tor Lillqvist  <tml@iki.fi>
11484
11485         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
11486         g_filename_from_utf8 functions (which were added a moment ago to
11487         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
11488         size buffers.
11489
11490         gtk_file_selection_get_filename returns the filename in the C
11491         runtime encoding. It calls g_filename_from_utf8, but copies the
11492         returned string to a static buffer, which is returned. I think
11493         this is better than returning the result from g_filename_from_utf8
11494         directly, which would mean all apps that use it would have to free
11495         the return value. Or should this function care about this issue at
11496         all? Maybe a new function with clearly defined semantics.
11497
11498         * gtk/gtkfilesel.h: Add comment about
11499         gtk_file_selection_get_filename returning the filename in the C
11500         runtime's encoding.
11501
11502         * README.win32
11503         * gdk/gdk.def
11504         * gdk/makefile.{cygwin,msc}
11505         * gtk/gtk.def: Updates.
11506
11507         * gdk/gdkcursor-win32.c: Initialise refcount.
11508
11509 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
11510
11511         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
11512
11513 2000-01-30  Havoc Pennington  <hp@pobox.com>
11514
11515         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
11516         destroy
11517
11518         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
11519
11520         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
11521         implemented in platform-specific code
11522
11523         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
11524
11525         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
11526         underscore in front
11527
11528         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
11529         put an underscore in front
11530
11531         * gdk/gdkcursor.c: new file, implements
11532         gdk_cursor_ref/gdk_cursor_unref
11533
11534         * gdk/gdkcursor.h: Refcount GdkCursor
11535
11536         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
11537
11538 2000-01-29  Tor Lillqvist  <tml@iki.fi>
11539
11540         * gdk/gdkwindow.h
11541         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
11542
11543 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
11544
11545         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
11546         structures to properly inherit from GtkWidget not GtkBin.
11547
11548 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
11549
11550         * gtk+.spec.in: Added lib/gtk+/include/* to %files
11551         (bug #5178 - Peter Wainright)
11552         
11553         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
11554         so that it will be installed.
11555         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
11556
11557 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
11558
11559         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
11560         for the GtkStyleClass vtable const.
11561
11562         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
11563         take a const string argument like GtkTranslateFunc. This will
11564         require changes in use code.
11565
11566 2000-01-19  Tor Lillqvist  <tml@iki.fi>
11567
11568         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
11569         semantics (to mimic the X11 backend, which just calls XClearArea)
11570         is to check for zero width (and height), and in that case use the
11571         window's width minus x (height minus y). This fixes for instance
11572         some redraw problems with gtkclist, which were easily noticeable
11573         in the gtk file selection widget.
11574
11575         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
11576         windows.
11577
11578 2000-01-13  Tor Lillqvist  <tml@iki.fi>
11579
11580         * configure.in
11581         * gdk/Makefile.am
11582         * gdk/x11/Makefile.am
11583         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
11584         (bug #5177).
11585         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
11586         out later.
11587
11588 2000-01-09  Tor Lillqvist  <tml@iki.fi>
11589
11590         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
11591         WM_MOVE for iconified or invisible windows. This fixes various
11592         problems when minimising windows. Thanks to Bernd Herd.
11593
11594 2000-01-05  Tor Lillqvist  <tml@iki.fi>
11595
11596         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
11597         backend's draw_lines method, not draw_points.
11598
11599 2000-01-02  Tor Lillqvist  <tml@iki.fi>
11600
11601         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
11602         before Owen's reorganisation: Don't have queued_events and
11603         queued_tail statics in this file, but use gdk_queued_events and
11604         gdk_queued_tail. This makes exposure event compression work again.
11605
11606         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
11607         seem to be needed?
11608
11609 1999-12-30  Tor Lillqvist  <tml@iki.fi>
11610
11611         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
11612         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
11613         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
11614         doesn't do anything.
11615
11616         * gdk/gdk.def: Add gdk_xid_table_insert.
11617
11618         * gdk/win32/gdkprivate-win32.h
11619         * gdk/win32/gdkevents-win32.c
11620         * gdk/win32/gdkinput-win32.c
11621         
11622         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
11623         extension_events field in the GdkWindowWin32Data struct. Use only
11624         the extension_events field in GdkWindowPrivate. Previously one was
11625         set, and the other one tested, which broke tablet
11626         functionality. Thanks to Keishi Suenaga for pointing this out.
11627
11628 1999-12-18  Tor Lillqvist  <tml@iki.fi>
11629
11630         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
11631         When handling a single character (text length == 1), don't handle
11632         it as if it was UTF-8.
11633
11634 1999-12-11  Tor Lillqvist  <tml@iki.fi>
11635
11636         * Makefile.am: Distribute README.win32.
11637         
11638         * gdk/Makefile.am
11639         * gdk/win32/Makefile.am: Distribute Win32 files.
11640
11641         * gdk/makefile.msc: New file.
11642
11643         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
11644         after label).
11645
11646         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
11647         gdk_error_code as GDKVAR, as they are referred outside GDK.
11648
11649         * gdk/win32/makefile.msc: Update.
11650
11651         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
11652         tweaks. Check only if at least one of those Unicode subrange bits
11653         we care for is set. If no code page bits are set, guess (wildly)
11654         based on the charset.
11655
11656         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
11657
11658         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
11659         non-NULL.
11660
11661         * gtk/gtkdnd.c
11662         * gtk/gtklayout.c
11663         * gtk/gtkplug.c
11664         * gtk/gtkselection.c
11665         * gtk/gtksocket.c
11666         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
11667         appropriate. There must be a cleaner way to handle this?
11668
11669         * gtk/gtkrc.c: Must include windows.h on Win32.
11670
11671         * gtk/testgtk.c: No need to include gdkx.h.
11672
11673         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
11674
11675 1999-12-07  Tor Lillqvist  <tml@iki.fi>
11676
11677         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
11678         the rbearing is set to the same as the width, but this should be
11679         fixed.
11680
11681 1999-12-06  Tor Lillqvist  <tml@iki.fi>
11682
11683         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
11684         function. If Windows doesn't tell us what Unicode subranges a font
11685         covers, guesstimate based on the codepages it covers. This will
11686         hopefully help those Windows versions or fonts that don't give us
11687         any useful Unicode subrange information with GetTextCharsetInfo.
11688         Call this function in gdk_font_load_internal.
11689
11690         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
11691         minor changes.
11692
11693 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
11694
11695         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
11696         New function, long needed.
11697
11698 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
11699
11700         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
11701         only_if_exists argument of gdk_atom_intern to
11702         bool.
11703
11704 1999-11-25  Tor Lillqvist  <tml@iki.fi>
11705
11706         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
11707         Fix two copy&paste errors.
11708
11709         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
11710         win32 has changed.
11711
11712         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
11713         GdkWin32SingleFont struct.
11714
11715         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
11716         subranges of loaded fonts. Clear font signature first, in case
11717         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
11718         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
11719
11720         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
11721         Unoffset clip region.
11722
11723 1999-11-23  Tor Lillqvist  <tml@iki.fi>
11724
11725         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
11726         event->any.window before calling filter functions.
11727
11728 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
11729
11730         * gtk/gtkgamma.h: Adapt cast macros to standard.
11731
11732 [ Merges from 1.2 ]
11733
11734 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
11735
11736         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
11737         If translation does not include a '/', use entire
11738         translation instead of crashing.
11739
11740 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
11741
11742         * docs/gtk_tut.sgml:
11743         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
11744
11745 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
11746
11747         * gtk/gtkselection.c (gtk_target_list_remove): Use
11748         g_list_remove_link, not g_list_remove.
11749
11750         [ From Geert Bevin <gbevin@thunderstorms.org> ]
11751         
11752 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
11753
11754         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
11755         statement upon unselection (how the heck did that slip in?).
11756
11757 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
11758
11759         * gtk/gtktext.c (gtk_text_freeze): 
11760         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
11761         in frozen state (and aparently crashes). patch provided by Anders
11762         Melchiorsen <and@kampsax.dtu.dk>.
11763
11764 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
11765
11766         * fix insensitive default/focus widget activation,
11767         reported by Matt Goodall <mgg@isotek.co.uk>.
11768
11769         * gtk/gtkwindow.c (gtk_window_key_press_event): 
11770         (gtk_window_activate_default):
11771         (gtk_window_activate_focus):
11772         return handled=FALSE for actiavtion of insensitive default
11773         widgets. return handled=TRUE for activation of insensitive
11774         focus widgets. don't activate in either case.
11775
11776 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
11777
11778         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
11779         and $glib_cflags to match library order and in the
11780         theory that an old version of GLib is more likely to
11781         be in the include directory for X then vice-versa.
11782         (Bug #2776)
11783
11784 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
11785
11786         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
11787         to determine the locale for fontsets, not LC_MESSAGES;
11788         the user may want English messages with a handling
11789         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
11790         will still be broken) (Bug #2891)
11791
11792 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11793
11794         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
11795
11796 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
11797
11798         * gtk/gtkrc.ko: Changed the Korean default fontset.
11799
11800 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
11801
11802         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
11803         where when scrolling to the left or top double exposes
11804         were done, causing major slowdowns.
11805
11806 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
11807
11808         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
11809         names to lowercase and alphanumeric, before looking
11810         them up.
11811
11812         * gtk/Makefile.am: Install codeset variant gtkrc files
11813         with normalized names.
11814
11815 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
11816
11817         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
11818         popup menus when the menu is already visible, but its parent
11819         is still hidden, (happens after tornoff window got hidden).
11820
11821 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
11822
11823         * gtk/Makefile.am (install-data-local): Fix
11824         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
11825         deleted, causing error messages on install.
11826
11827 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
11828
11829         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
11830         the handle as well, since we now sometimes ignore
11831         exposes on the handle while resizing.
11832
11833 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
11834
11835         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
11836         extra g_free introduced in one of the last one or two 
11837         commits.
11838
11839 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
11840
11841         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
11842         consistent, put each style that a gtkrc.* file creates
11843         in a unique namespace, remove old files before installing.
11844
11845 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
11846
11847         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
11848         gtk_rc_init is called multiple times. (Yes, people who
11849         do that have bugs in their code.)
11850
11851 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
11852
11853         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
11854         Remove it since it's generated by the Makefile anyway
11855
11856 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
11857
11858         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
11859         device->info.axes for core pointer.
11860
11861 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
11862
11863         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
11864         idle_id, to deal with obsolete, broken C libraries.
11865
11866 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
11867
11868         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
11869         allocation->x/y twice!
11870
11871         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
11872         consistent with gtk_vscale_pos_trough().
11873
11874 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
11875
11876         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
11877         be queueing a resize on a toplevel container between
11878         the time we show it and when we map it. So, we need
11879         to test GTK_WIDGET_VISIBLE() for toplevels, and only
11880         use GTK_WIDGET_DRAWABLE() for child windows.
11881
11882 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
11883
11884         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
11885         (fixes bug #2144)
11886
11887 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
11888
11889         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
11890         container DRAWABLE (instead of VISIBLE), so we don't queue
11891         resizes on non-toplevel containers.
11892
11893 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
11894
11895         * gtk/gtkselection.[ch]: Make the data argument
11896         const guchar *.
11897
11898 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
11899
11900         * gtk/gtkwindow.c: Try to behave sensibly if 
11901         the focus widget is the window itself. (Should
11902         we allow this at all?)
11903
11904 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
11905
11906         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
11907         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
11908         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
11909         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
11910         in prototypes and implementations consistent (Tomas Ogren).
11911
11912         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
11913         before the widget is unparented (reported by damon).
11914
11915         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
11916         since we provide unsigned data anyways.
11917
11918 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
11919
11920         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
11921         the call to gtk_tooltips_layout_text() until later.
11922
11923         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
11924         Call gtk_widget_ensure_style() before using the style.
11925
11926 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
11927
11928         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
11929         for old widgets that don't propagate draws to all
11930         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
11931
11932 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
11933
11934         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
11935         for a redraw but just the widget that requested the resize.
11936
11937 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
11938
11939         * gtk/gtkcontainer.c: added new widget level method
11940         gtk_container_set_reallocate_redraws() and a GtkContainer flag
11941         reallocate_redraws : 1 to reflect the setting, exported this through
11942         the argument system as a boolean ::reallocate_redraws.
11943
11944         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
11945         on the widget because the allocation changes, do so as well for
11946         widget->parent if the parent has reallocate_redraws set to TRUE.
11947         with that containers requesting reallocation redraws get automatically
11948         redrawn if their children changed allocation (this unfortunately
11949         affects also other children that didn't change allocation, but we
11950         cannot work around that before 1.3).
11951
11952 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
11953
11954         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
11955         _and_ height are >0 (not _or_).
11956
11957         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
11958         instead of gtk_container_queue_resize(), which is a core gtk internal
11959         function (must have been on crack when i queued that).
11960
11961         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
11962         we can check more reliably if we want to discard expose events.
11963         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
11964         flag.
11965         
11966         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
11967         we simply trust these events. for deciding whether to discard exposes,
11968         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
11969         
11970 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
11971
11972         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
11973         queues of areas that are completely off screen.
11974
11975         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
11976         logic for handleboxes.
11977
11978         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
11979         check on width/height.
11980
11981 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
11982
11983         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
11984         we are fine with using $@ the way we do (if we actually encounter
11985         brokeness with $@ in VPATH builds because of additional path prefixes,
11986         we need to use $(@F) actually).
11987
11988 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
11989
11990         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
11991         short lived bugs, that would allow language bindings to do surgeries
11992         to our guts.
11993
11994 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
11995
11996         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
11997         where comparison was being done against an uninitialized
11998         value causing intermittant results depending on
11999         compiler flags. Also make it clearer that we aren't
12000         ever initializing the child as 0x0 (though this will
12001         be caught in gtk_widget_size_allocate())
12002
12003 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
12004
12005         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
12006         gtk_window_unset_transient_for() call after we do checks
12007         involving the old transient parent.
12008         [ From Lance Capser <lmc@cyberhighway.net> ]
12009
12010 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
12011
12012         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
12013         an empty file.
12014
12015 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
12016
12017         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
12018         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
12019
12020 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
12021
12022         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
12023         `$@' is valid only in the build dir, not after we've done 
12024         `cd $srcdir'.  Also use `test -f' instead of less portable
12025         `test -e'.
12026
12027 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
12028
12029         * gtk/gtktext.c (correct_cache_insert): Rewrite
12030          for simplicity, and hopefully correctness.
12031          (Fixes bug #1322, which was a segfault when
12032           on some insertions with the properties around
12033           the insertion set up just wrong.)
12034
12035         * gtk/gtktext.c (gtk_text_adjustment): When we receive
12036          a "changed" signal, clamp the new value to the adjustment
12037          bounds to avoid segfaulting if someone tries to change
12038          the adjustment to a bogus value. (Bug #1795)
12039
12040 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
12041
12042         * gtk/gtkmain.c: Ignore unexpected destroy notifies
12043         for children, for toplevel windows handle them
12044         like delete_event.
12045
12046         * gtk/gtkplug.c: Add an unrealize handler so that
12047         we unref plug->socket_window when we are done
12048         with it.
12049
12050 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
12051
12052         * gtk/gtktext.c (clear_area): Fix stupid signedness
12053          problem that was causing background to sometimes
12054          be misaligned.
12055
12056 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
12057
12058         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
12059         
12060         * gtk/gtkmenu.c (gtk_menu_position): Make
12061          sure we never position menus with negative x, y,
12062          since gtk_widget_set_uposition() can't handle that.
12063
12064         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
12065          Modify the positioning code a bit so that we always
12066          put the top-left corner onscreen. (This is for
12067          UI reasons, gtk_menu_position() now takes care of
12068          gtk_widet_set_uposition() brokeness.)
12069
12070 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
12071
12072         * gtk/Makefile.am: fixed up things for -jx, x > 1.
12073
12074 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
12075
12076         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
12077           RC style that is passed in. The lack of the ref
12078           before was a bug. If people worked around this
12079           bug, this will introduce a slight memory leak
12080           in their code. The code should typically look like:
12081
12082             rc_style = gtk_rc_style_new ();
12083             [...]
12084             gtk_widget_modify_style (widget, rc_style);
12085             gtk_rc_style_unref (rc_style);
12086
12087         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
12088           the style if it was already set.
12089
12090         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
12091           style if it was set before.
12092
12093 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
12094
12095         * gtk/testgtk.c (main): Add a check to see if we
12096           are being run from the correct directory and
12097           to quit nicely if we are not.
12098
12099         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
12100           static.
12101
12102 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
12103
12104         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
12105
12106         * gtk/gtkwindow.c:
12107         queue resizes unconditionally (gtk_widget_queue_resize will figure
12108         what to do if the window is not realized).
12109         (gtk_window_move_resize): only recenter the window
12110         for GTK_WIN_POS_CENTER_ALWAYS.
12111         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
12112         the same way as GTK_WIN_POS_CENTER.
12113
12114 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
12115
12116         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
12117         with (!(info->last_flags & GDK_HINT_POS)) instead of
12118         (!info->last_flags & GDK_HINT_POS).
12119
12120         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
12121         new_height unconditionally, because we use these values even if
12122         !default_size_changed && !hints_changed.
12123         comented the (default_size_changed || hints_changed) case with
12124         respect to resize rejects from the window manager.
12125
12126         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
12127         in the zvt condition hack, since this includes the window hints, set
12128         the hints after the handling_resize case.
12129
12130         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
12131         window is initially shown with to the geometry.
12132
12133 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
12134
12135         * gtk/gtkwindow.c (gtk_window_move_resize):
12136         s/size_changed/default_size_changed/g so i know what's
12137         really going on (frying brain on smaller flame now).
12138
12139 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
12140
12141         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
12142         we have size_changed upon handling_resize. this is a gross
12143         workaround for the broken zvt widget and should be removed in
12144         1.3 again (search for FIXME).
12145         Owen provided an accurate comment for this:
12146
12147         /* We could be here for two reasons
12148          *  1) We coincidentally got a resize while handling
12149          *     another resize.
12150          *  2) Our computation of size_changed was completely
12151          *     screwed up, probably because one of our children
12152          *     is broken. It's probably a zvt widget.
12153          *
12154          * For 1), we could just go ahead and ask for the
12155          * new size right now, but doing that for 2)
12156          * might well be fighting the user (and can even
12157          * trigger a loop). Since we really don't want to
12158          * do that, we requeue a resize in hopes that
12159          * by the time it gets handled, the child has seen
12160          * the light and is willing to go along with the
12161          * new size. (this happens for the zvt widget, since
12162          * the size_allocate() above will have stored the
12163          * requisition corresponding to the new size in the
12164          * zvt widget)
12165          *
12166          * This doesn't buy us anything for 1), but it shouldn't
12167          * hurt us too badly, since it is what would have
12168          * happened if we had gotten the configure event before
12169          * the new size had been set.
12170          */
12171
12172 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
12173
12174         * gtk/gtkrc.c: deal properly with the fact that RC
12175           style lists may include rc styles more than once.
12176
12177         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
12178           unused static function.
12179
12180         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
12181           stack of directories of RC files currently being
12182           parsed and implicitely add them to pixmap path.
12183           
12184           This fixes a bug where the directory would get
12185           appended then overwritten by pixmap_path declarations.
12186
12187           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
12188
12189         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
12190           theme's exit function. (Patch from Peter Wainwright,
12191           bug #1454)
12192
12193         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
12194           Add a destroy() handler to take care of removing
12195           group for menu item. (Fixes bug #1197)
12196
12197         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
12198           in warning message.
12199
12200 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
12201
12202         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
12203         roundtrip to figure window's width and height, since we know that
12204         anyways from widget->allocation.
12205
12206 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
12207
12208         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
12209           the hints after we request the new size.
12210
12211 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
12212
12213         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
12214           GTK_WIDGET_REALIZED() assertion - we can compute the
12215           hints before we are realized.
12216
12217         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
12218           hint changing so that we have a value of hints_changed
12219           when we decide whether to constrain the window size.
12220
12221         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
12222
12223         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
12224         change back to G_MAXINT.
12225
12226 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
12227
12228         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
12229         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
12230         contain uncluttered values.
12231         (gtk_window_compute_hints): simply assert that window is realized
12232         and that geometry_info is valid, since we rely on this anyways.
12233         (gtk_window_constrain_size): major cleanups to the code.
12234         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
12235         for the base size, instead of the minimums. use 32767 as max width
12236         and height (like in gtkwindow.c) instead of G_MAXINT.
12237
12238 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
12239
12240         * cleaned up the GtkContainer.need_resize flag handling mess, we
12241         only need to force resize requests when we were prematurely
12242         realized, or our widget tree was modified when we were temporarily
12243         hidden. handling these cases directly upon showing the window (i.e.
12244         while the GdkWindow is still unmapped) avoids the need to wait for
12245         a configure event response and therefore makes the GUI more snappier
12246         and avoids blank windows during the roundtrip.
12247
12248         * gtk/gtkwidget.c:
12249         (gtk_widget_hide): 
12250         (gtk_widget_show): don't queue resizes on toplevels, they know how
12251         to deal with matters.
12252
12253         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
12254         flag directly for not visible resize containers and spare us unecessary
12255         signal emissions.
12256
12257         * gtk/gtkwindow.c:
12258         (gtk_window_realize): if we need to enforce premature size allocation,
12259         queue a container resize so we are correctly resized later on.
12260         (gtk_window_init):
12261         (gtk_window_size_request):
12262         don't freak around with the ->need_resize flag,
12263         gtk_container_queue_resize() will care about that.
12264         (gtk_window_show):
12265         handle initial resizing issues here, we can handle matters better in
12266         this place, especially since we know that our GdkWindow is still
12267         unmapped.
12268         (gtk_window_move_resize):
12269         don't care about ->need_resize at all.
12270         handle size changes properly that occoured while we waited for a
12271         configure event.
12272
12273 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
12274
12275         * gtk/gtkwidget.c (gtk_widget_set_uposition):
12276         * gtk/gtkwindow.[hc] (gtk_window_reposition):
12277         Move the hint setting code from gtk_widget_set_uposition
12278         to here; set the hints so that we respect any previously
12279         set geometry hints.
12280
12281         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
12282         change the window hints here or move the window here,
12283         let that happen in gtk_window_move_resize().
12284
12285 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
12286
12287         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
12288         to already queued resizes (and therefore redraws) on a widget, check
12289         its anchestry as well.
12290
12291         * gtk/gtkcontainer.c:
12292         (gtk_container_queue_resize): clear resize widgets for resize
12293         containers before aborting prematurely. this is especially important
12294         for toplevels which may need imemdiate processing or their resize
12295         handler to be queued.
12296         (gtk_container_dequeue_resize_handler): added new internal function for
12297         gtkwindow.c.
12298
12299         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
12300         configure event, take possible changes in window position into account
12301         as well.
12302         if we request a new window size, queue up a resize handler that will
12303         last until the configure event response arrives.
12304         combined the ->need_resize case (initial show) with the general size
12305         (hints) changed case and added even more comments.
12306         if !auto_shrink, only revert to the old allocation if the new size
12307         is smaller than the current allocation.
12308
12309 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
12310
12311         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
12312                            gtk_window_set_geometry_hints
12313                            gtk_window_set_default_size):
12314         When hints are set, queue a resize so that the hints will
12315         be eventually reset on the toplevel.
12316
12317         * gtk/gtkwindow.c (gtk_window_show): Use
12318         gtk_window_compute_default_size(). Clear the need_resize flag
12319         on the initail map so that we don't unnecessarily trigger the
12320         resize code.
12321
12322         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
12323         into separate functions. Compare the hints we are setting
12324         with what we set last time so that we can accurately
12325         tell when we need to reset the hints.
12326
12327         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
12328         function to figure out the size from requisition
12329         and default_size.
12330
12331         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
12332         from fvwm to constrain a size to the geometry hints.
12333
12334         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
12335         to compare two sets of geometry hints.
12336
12337         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
12338         from gtk_window_set_hints(), just compute the hints,
12339         don't set them.
12340
12341         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
12342         code from gtk_window_move_resize() to separate function,
12343         rationalize a bit.
12344
12345 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
12346
12347         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
12348         structure into a new private structure.
12349
12350         * gtkrc.c: Split GtkRcStyle into public/private.
12351         In the private part, add a list of pointers to the
12352         RcStyle lists this RcStyle participates in.
12353
12354         * gtkrc.c: When a RcStyle is free, remove all
12355         lists referencing it from the 
12356         realized_style_ht hash, and free those lists.
12357         
12358         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
12359         gtk_rc_init(), since that adds the default styles
12360         to the list of parsed RC files again.
12361
12362         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
12363         
12364 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
12365
12366         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
12367         checks that ensure that a widget's allocation is at least 1 in width
12368         and height. (GNOME note: this doesn't affect old panel code anymore,
12369         because GtkSocket will request width and height of at least 1 since
12370         Fri Jul 23).
12371
12372         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
12373         allocated yet (happens if the user realizes the window prematurely),
12374         size request and allocate it.
12375         (gtk_window_size_allocate): guard against guint underflows.
12376
12377 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
12378
12379         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
12380         in gtk_built_sources, so gtk.defs gets built prior to all other
12381         sources.
12382
12383 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
12384
12385         * gtk/Makefile.am:
12386         invoke indent on gtkmarshal.*. 
12387         rewrote source generation rules, use COPYING as oldest source tag for
12388         a piggyback rule to generate all sources from (don't touch it ;).
12389         major cleanups, strip spaces on build rules for GNU Make.
12390
12391         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
12392         source and target files from commandline arguments. don't invoke indent.
12393
12394 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
12395
12396         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
12397         notebook after switch to avoid drawing problems.
12398         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
12399         
12400         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
12401         show them instead. 
12402         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
12403
12404 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
12405
12406         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
12407         notebook after switch to avoid drawing problems.
12408         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
12409         
12410         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
12411         show them instead. 
12412         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
12413
12414 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
12415
12416         * gtk/gtkwindow.c:
12417         we use window->need_resize from configure_event now, to indicate that
12418         the gtkwindow should keep its allocation (e.g. because the user resized
12419         the window through window manager handles). resize_count is now reliably
12420         used to figure whether we got the allocation we requested from the
12421         window manager.
12422         configure events get queued as resizes now, the real stuff (size
12423         computation and allocation) now only goes on in gtk_window_move_resize().
12424         GtkWindow's requisition now contains its *real* requisition (like all
12425         other widgets), *not* taking usize into account.
12426         geometry_info->last_{width|height} is now updated from set_hints() only
12427         so it always contains the last hints we set for the window manager.
12428         made some event handlers return TRUE instead of FALSE.
12429         the overall code should be much more straight forward now, and the
12430         significant code portions are accompanied by comments now.
12431         (gtk_window_set_hints):
12432         removed requisition argument and made it
12433         fetch the requisition through gtk_widget_get_child_requisition.
12434         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
12435         does that now.
12436         (gtk_window_show):
12437         ensure that the widget is realized before calling 
12438         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
12439         ensure that we got properly size requested and allocated before
12440         realization.
12441         (gtk_window_configure_event):
12442         ignore plain window moves, or reallocate the widget tree through the
12443         resize queue otherwise.
12444         (gtk_window_move_resize):
12445         mostly rewrote this function to figure window manager hints more
12446         reliably, coalesce window moves and resizes to reduce configure events
12447         and do actuall size allocations.
12448
12449 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
12450
12451         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
12452         that have a resize pending, because a redraw is already queued for them.
12453
12454         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
12455         hack to clear resize_widgets.
12456
12457         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
12458         for resize containers prior to size allocation. (this is also a bit
12459         ugly, but avoids side effects for stopped emissions and is thus more
12460         reliable).
12461         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
12462
12463         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
12464         function from gtk_tooltips_expose, as we connect to ::expose_event
12465         *and* ::draw now.
12466
12467 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
12468
12469         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
12470         checks.
12471         (gtk_target_list_unref): Likewise.
12472
12473         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
12474
12475 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
12476
12477         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
12478         guard against division by zero. (Fixes bug #1339)
12479
12480 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
12481
12482         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
12483         Prevent the trivial leak of information of allowing
12484         word motion when the entry is not visible.
12485
12486 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
12487
12488         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
12489         modality to error dialog as well as confirmation dialogs.
12490         (Bug #1803, reported by Rosanna Wing Sze Yuen)
12491
12492 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
12493
12494         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
12495         tree->view_lines.
12496         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
12497
12498         * gtk/Makefile.am (install-data-local): Solaris apparently
12499         has various troubles with ln -f; use rm first instead.
12500         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
12501
12502 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
12503
12504         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
12505         use `cp' followed by `rm' (the `rm' was already there).
12506
12507 July 30, 1999 Elliot Lee <sopwith@redhat.com>
12508         
12509         * configure.in: Fix autoconf warnings about cross compilation by
12510         trying to provide sane defaults for AC_TRY_RUN.
12511         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
12512         put them into $(srcdir) when generated. Also add a dependency of
12513         gtksignal.h on gtkmarshal.h for -j builds. 
12514         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
12515
12516 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
12517
12518         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
12519         GDK_THREADS_{LEAVE,ENTER} pair.
12520         (From Paul Fisher <pnfisher@redhat.com>)
12521
12522 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
12523
12524         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
12525         width and height are always >0 (owen).
12526
12527 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
12528
12529         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
12530         change that assured that a widget's allocated with and height are
12531         always >1, since this breaks *buggy* panel code. unfortunately this
12532         back-breaks the gimp's color selector.
12533
12534         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
12535         allocation is always >0 in width and height, before sending the
12536         configure event; this is a *gross* hack to get the gimp back to work.
12537         
12538         * marked both cases with TODO-1.3
12539
12540 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
12541
12542         * gtk/gtktext.c: Don't display wrap indicators when
12543         text is not editable and word wrap is on.
12544
12545 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
12546
12547         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
12548         option menus here as they are not derived from menu shell, assure that
12549         the option menu has a menu we can add items to.
12550
12551 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
12552
12553         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
12554         width/height to (gint) before calculations and check against < 0 to
12555         avoid guint wraparounds.
12556
12557 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
12558
12559         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
12560         width and height is never zero. sanity check both dimensions against
12561         32767 and issue a warning if the allocation is greater than that.
12562
12563 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
12564
12565         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
12566         to g_main_pending() as well.
12567
12568 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
12569
12570         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
12571         call to g_main_iteration() - since that will regrab
12572         GTK+ lock to process events.
12573
12574 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
12575
12576         * gtk/gtkwindow.c
12577         - Regularize with the rest of GTK+ by making widget->requisition
12578           not reflect the set_usize()
12579         - Always recompute geometry hints, then check if they
12580           changed before sending them to the X server. The
12581           previous checks for changes would fail in a number
12582           of circumstances. 
12583
12584 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
12585
12586         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
12587
12588 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
12589
12590         * gtk/gtkdnd.c:
12591         - Code cleanups
12592         - Instantaneously update on modifier key presses
12593         - Allow cancellation of the drag with Escape.
12594
12595 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
12596
12597         * gtk/testgtk.c (create_handle_box): Set the policy
12598         to auto_shrink - otherwise the appearance is rather
12599         strange when flipping between horizontal and vertical.
12600
12601 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
12602
12603         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
12604         (gtk_window_set_default_size): don't change a value if it's < 0.
12605         queue a resize.
12606
12607 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
12608
12609         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
12610
12611 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
12612
12613         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
12614         add an extra "/" when concating "/" + filename.
12615         (From Matt Grossman <mattg@oz.net>)
12616
12617 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
12618
12619         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
12620         for fg_gc if we set it for drawing pixmap.
12621
12622 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
12623
12624         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
12625         
12626         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
12627         already set, call old engine's destroy function and
12628         unref the old engine.
12629
12630 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
12631
12632         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
12633
12634 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
12635
12636         * gtk/gtkaccelgroup.h: mark certain functions as internal.
12637
12638 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
12639
12640         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
12641         expand behaviour changed.
12642
12643         * gtk/gtklabel.c (gtk_label_set_pattern):
12644         (gtk_label_set_justify):
12645         (gtk_label_set_line_wrap):
12646         don't bother invoking queue_clear, the reallocation does
12647         that for us, always free_words so the upcoming resize will
12648         relayout the label's contents.
12649
12650 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
12651
12652         * applied argument implementation patches from Elena Devdariani
12653         <elena@cogent.ca>.
12654
12655         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
12656         ::space_style, ::relief
12657         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
12658         * gtk/gtkpreview.c: ::expand
12659         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
12660         * gtk/gtknotebook.c: ::homogeneous
12661         * gtk/gtklabel.c: ::wrap
12662         * gtk/gtklist.c: ::selection_mode
12663         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
12664         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
12665         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
12666         * gtk/gtkclist.c: ::sort_type
12667         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
12668         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
12669
12670 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
12671
12672         * gtk/gtkstyle.c: Removed ill-thought-out part of last
12673         comment.
12674
12675 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
12676
12677         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
12678         counting right when we have to attach a new style
12679         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
12680
12681         * gtk/gtkstyle.c: Documented the refcounting
12682         peculularities of gtk_style_attach.
12683
12684 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
12685
12686         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
12687         window types.
12688
12689         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
12690         of GTK_TOPLEVEL for creating the window.
12691
12692 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
12693
12694         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
12695         the last argument (reported by Per Winkvist).
12696         
12697 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
12698
12699         Fixes for invisible XOR lines (Frank Loemker
12700         <floemker@TechFak.Uni-Bielefeld.DE>)
12701         
12702         * gtk/gtkclist.c (gtk_clist_realize): Always use
12703         a non-zero pixel for GDK_XOR.
12704
12705         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
12706         Use GDK_INVERT instead of GDK_XOR.
12707
12708 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
12709
12710         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
12711         signals if h/voffsets differ from adjustment values.
12712         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
12713
12714 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
12715
12716         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
12717         ::selection-done emissions up to the topmost menu shell.
12718
12719 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
12720
12721         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
12722         the user data on the window before destroying it.
12723
12724         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
12725         unrealize handler to take care of destroying 
12726         notebook->panel properly. 
12727         (Bug #1198 - Morten Welinder <terra@diku.dk>)
12728
12729         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
12730         of g_new and g_realloc to stop memory leak. (Actually,
12731         we could just use g_realloc(), but I'm not 100% sure
12732         that is portable).
12733         (Bug #1196 - Morten Welinder <terra@diku.dk>)
12734
12735 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
12736
12737         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
12738
12739         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
12740         for fontsets.
12741
12742         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
12743         with bin/button confusion.
12744
12745 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
12746
12747         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
12748         and show how preselection of radio items is done.
12749
12750 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
12751
12752         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
12753         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
12754         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
12755         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
12756         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
12757         * gtk/gtktable.c (gtk_table_attach): 
12758         * gtk/gtklist.c (gtk_list_insert_items): 
12759         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
12760         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
12761         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
12762         * gtk/gtkbin.c (gtk_bin_add): 
12763         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
12764         * gtk/gtkfixed.c (gtk_fixed_put): 
12765         * gtk/gtklayout.c (gtk_layout_put):
12766         general fixups to container_add logic. always realize child if
12767         child->parent is realized, only map the child and queue a resize
12768         if child and child->parent are both visible.
12769
12770 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
12771
12772         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
12773         instead of gtk_container_foreach to walk and unrealize children, so
12774         composite children get also unrealized.
12775         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
12776         (gtk_widget_map): assert that the widget is visible (basic constrain).
12777         (gtk_widget_real_map): assert that the widget is realized (basic
12778         constrain).
12779
12780 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
12781
12782         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
12783
12784 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
12785
12786         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
12787         file for iso-8859-2 locales.
12788
12789         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
12790
12791 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
12792
12793         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
12794          (Pointed out by andy@rz.uni-karlsruhe.de and others).
12795          Remove some suspicious and useless lines. 
12796
12797 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
12798
12799         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
12800         width,height = 0, 0 to mean - here to edge of window,
12801         instead of -1, -1, since the former is all we support.
12802
12803 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
12804
12805         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
12806         when removing from quit_functions list.
12807
12808 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
12809
12810         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
12811
12812 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
12813
12814         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
12815          When redrawing characters on non-visible entry, use appropriate
12816          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
12817
12818 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
12819
12820         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
12821         from drag coordinates.
12822         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
12823         use drag_dest_cell.
12824
12825         * gtk/gtktree (drag_dest_cell)
12826         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
12827         (Bug #1129)
12828
12829 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
12830
12831         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
12832         translate_* fields.
12833         (gtk_item_factory_finalize): invoke translate_notify independant from
12834         translate_data.
12835         (gtk_item_factory_set_translate_func): likewise.
12836         (gtk_item_factory_destroy): only remove ifactory pointer from those
12837         widgets that belong to us (stupid me).
12838
12839 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
12840
12841         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
12842         rc_style list when lookup succeeeds.
12843
12844 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
12845
12846         * gtk/gtkctree.c (resync_selection): 
12847         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
12848         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
12849         bug.
12850
12851 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
12852
12853         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
12854         Add some missing GDK_THREADS_ENTER()/LEAVE around
12855         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
12856
12857 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
12858
12859         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
12860         rather than emit_by_name.
12861
12862         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
12863         on the widget across multiple signal emissions.
12864         (gtk_editable_delete_text): same here.
12865         (gtk_editable_class_init): set widget_class->activate_signal after
12866         editable_signals[ACTIVATE] has been created.
12867
12868 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
12869
12870         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
12871         position here prematurely -- we might not have the
12872         right ->min_position and ->max_position yet.
12873
12874 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
12875
12876         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
12877         Add error traps so if the other end of the connection
12878         dies, we survive.
12879
12880         * gtk/gtkselection.c (gtk_selection_notify): Clean
12881         up properly when selection property retrieval fails.
12882         
12883         * gtk/gtkselection.c (gtk_selection_request): Correctly
12884         reject SelectionRequest notifies where the handler
12885         returns no data.
12886
12887 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
12888
12889         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
12890         when we've previously highlighted.
12891
12892         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
12893         emit two "drag_leave" signals for Motif drops.
12894
12895         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
12896         back the correct status messages when dropping from
12897         Motif onto a proxy window that is rejecting the
12898         drop.
12899
12900 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
12901
12902         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
12903         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
12904         to compare two argument values. added gtk_arg_to_valueloc() to set a
12905         variable from an arg through its location (pointer).
12906
12907         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
12908         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
12909         as gfloat*, uchars are collected as guchar*, ints are collected as
12910         gint*, etc...
12911
12912 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
12913
12914         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
12915         Include <string.h> instead of <strings.h>.
12916
12917         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
12918         (actually, a lot more duplicate includes occur if
12919          you trace through the sequence of #include's)
12920         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
12921         
12922 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
12923
12924         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
12925         gtk-a-higuti-990322-[0-3]
12926
12927         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
12928         that was causing -DX_LOCALE not to work.
12929
12930         * gtk/gtkrc.c (gtk_rc_init):
12931         X_LOCALE will never have LC_MESSAGES defined
12932
12933 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
12934
12935         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
12936         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
12937
12938         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
12939         left/right as well (gtk-michael-980726-0.patch.gz).
12940
12941         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
12942         for pointer values, use gchar instead of char. fixed uline allocation
12943         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
12944         chunks instead of G_ALLOC_ONLY.
12945         (gtk_label_size_request): always alter requisition as passed and leave
12946         widget->requisition alone.
12947         (gtk_label_set_text): allow NULL strings.
12948         (gtk_label_new): likewise.
12949
12950 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
12951
12952         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
12953
12954 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
12955
12956         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
12957         *and* mapped (i.e. drawable).
12958         (gtk_bin_expose): only send exposes to drawable children.
12959
12960         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
12961         (gtk_box_expose): only send exposes to drawable children.
12962
12963         * gtk/gtkhscale.c (gtk_hscale_draw): 
12964         * gtk/gtkvscale.c (gtk_vscale_draw):
12965         hm, this is an ugly one. we first compute the size of our trough area
12966         here (window relative) and then check intersection with the draw_area
12967         which is parent relative because we're a NO_WINDOW widget, so we need
12968         to offset the trough area by allocation.x and allocation.y before the
12969         check. (this must not be done for the background area though, since
12970         that's already computed parent relative).
12971
12972 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
12973
12974         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
12975         unrealize title buttons.
12976
12977 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
12978
12979         * gtk/gtkclist.c (gtk_clist_column_title_passive)
12980         (gtk_clist_column_title_active): 
12981         only connect/disconnect to GtkWidgetClass::event to block mouse events.
12982
12983         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
12984         zero initialize event, removed superfluous gdk_window_get_pointer call
12985
12986         * gtk/gtklist.c (gtk_list_vertical_timeout)
12987         (gtk_list_horizontal_timeout): removed superfluous
12988         gdk_window_get_pointer call
12989
12990 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
12991
12992         * plugging problems reported by "Bruce Mitchener, Jr."
12993         <bruce@puremagic.com> due to a purify session.
12994
12995         * gtk/gtkstyle.c:
12996         (gtk_style_ref): 
12997         (gtk_style_unref): assert ref_count to be > 0.
12998
12999         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
13000         the requisition.
13001         (gtk_clist_set_shift): likewise.
13002
13003         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
13004         adjustments.
13005
13006         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
13007         event before sending it and set send_event to TRUE (which needs to
13008         be done for *all* synthesized events).
13009         (gtk_list_vertical_timeout): likewise.
13010
13011         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
13012         leaks.
13013
13014         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
13015         to TRUE when synthesizing events.
13016
13017 [ *** end of merges from 1.2 *** ]      
13018         
13019 1999-11-21  Tor Lillqvist  <tml@iki.fi>
13020
13021         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
13022         (or copied from gdkconfig.h.win32 on Win32, sigh).
13023
13024         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
13025
13026         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
13027
13028         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
13029
13030         * gdk/gdkconfig.h.win32: New file.
13031
13032         * gdk/win32/makefile.cygwin: Build just a static archive here.
13033
13034         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
13035         for the DLL from the static archive built above.
13036
13037         * gdk/gdk.def: Moved here from the win32 subdirectory.
13038
13039         * gdk/win32/*: Adapt for the changed private struct organisation.
13040
13041         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
13042
13043 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
13044
13045         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
13046         for wheel mice (buttons 4 and 5).
13047
13048 1999-11-18  Tor Lillqvist  <tml@iki.fi>
13049
13050         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
13051         drawables use just the pixel field in the foreground and
13052         background GdkColor of the GdkGC.
13053
13054         gdk_gc_set_{fore,back}ground() are called in the GIMP with
13055         GdkColors containing uninitialized (red,green,blue) fields, and
13056         just the pixel field filled in, and furthermore in the
13057         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
13058         It thus turns out that we really don't need to have the full
13059         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
13060         it later to have just the pixel values.
13061
13062 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
13063
13064         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
13065
13066 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
13067
13068         * docs/gtkfaq.sgml: threads example from Erik Mouw.
13069         New question on GtkLabel background colors.
13070
13071         * docs/gtk_tut.sgml:
13072           - Correct the example code callback
13073             function definitions.
13074           - Update the gtkdial example code, from Frans van Schaik.
13075           - Update setselection.c to current API.
13076
13077         * examples/Makefile examples/*/*.c: Update to code
13078         listed in tutorial.
13079
13080 1999-11-10  Tor Lillqvist  <tml@iki.fi>
13081
13082         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
13083         subrange table (from the "Developing International Software for
13084         WIndows 95 and Windows NT" book) was missing the Hangul syllable
13085         block... Get the loaded font's charset correctly.
13086
13087         (Note that this, and the other *-win32.c files, still really are
13088         the old ones, the win32 subdirectory is not ready for compilation
13089         yet after the reorg.)
13090
13091 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
13092
13093         * gtk/gtkclist.c: Fix off-by-one bug in parameter
13094         check.
13095
13096 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
13097
13098         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
13099         on results of XQueryDeviceState().
13100
13101 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
13102
13103         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
13104         we need to accesss only ->children. We need an accessor
13105         for the children.
13106
13107         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
13108         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
13109         to get rid of gdkx.h include.
13110         
13111         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
13112         and random references to 'None'.
13113
13114         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
13115         Get rid of unused #include <gdk/gdkx.h>
13116
13117         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
13118         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
13119         gdkconfig.h.
13120
13121 1999-11-08  Tor Lillqvist  <tml@iki.fi>
13122
13123         * gdk/win32/gdkdraw.c
13124         * gdk/win32/gdkfont.c
13125         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
13126         following yesterday's changes. (Unrelated to Owen's reorg.)
13127
13128 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
13129
13130         * gdk/x11/gdkinput-gxi.c: Add missing include,
13131           fix GdkWindowPrivate => GdkDrawablePrivate.
13132
13133         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
13134
13135         * gdk/x11/Makefile.am (xinput_sources): Add missing
13136         backslash to fix building with --with-xinput=none
13137
13138 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
13139
13140         Move all X specific code into the x11/ directory.
13141         Aside from shuffling things around, did the following:
13142
13143        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
13144          gdk_arg_context_* - a simple argument parsing system
13145          in the style of popt.
13146
13147        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
13148          gdk/x11/gdkprivate-x11.h:
13149          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
13150          add ->klass and ->klass_data fields. The klass_data
13151          field points to an auxilliary structure that is
13152          windowing system dependent.
13153
13154        * gdk/gdkfont.c: Make most of the measurement functions
13155          simply wrappers around gdk_text_extents().
13156
13157        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
13158          _gdk_font_strlen() function that hides the weird
13159          behavior in gtk+-1.[02] where a string is interpreted
13160          differently for 8-bit and 16-bit fonts.
13161
13162        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
13163          to store common code for synthesizing double/triple
13164          press events.
13165         
13166        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
13167          Make all the function that modify an existing GC
13168          simply wrappers around gdk_gc_set_values().
13169          
13170        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
13171          for throwing out later.
13172
13173        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
13174          GdkImagePrivate and GdkColormapPrivate to have a
13175          windowing system dependent part (GdkFontPrivateX etc.)
13176          that "derives" from the system-independent part.
13177
13178        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
13179          Got rid of the included-source-files for XInput in
13180          favor of automake conditionals. (Which didn't exist
13181          when XInput support was originally added.)
13182
13183        * gdk/gdkrgb.c: Remove the visual id from the debugging
13184          statements since that is X11 specific; print out
13185          type/depth info instead.
13186          
13187
13188 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
13189
13190         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
13191         loading duplicates of hashed fonts.
13192
13193         * gdk/gdk.c (gdk_keysym_convert_case): rename
13194         gdk_XConvertCase to gdk_keysym_convert_case, allow
13195         results to be NULL in the GTK+ style.
13196
13197         * gdk/gdkcompat.h: Started compatibility header
13198         for renames.
13199
13200 1999-11-07  Tor Lillqvist  <tml@iki.fi>
13201
13202         * gdk/win32/gdkprivate.h: New font private structures, related to
13203         fontsets.
13204
13205         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
13206         gdk_font_list_free(). On X11, will just be wrappers to
13207         XListFonts() and XFreeFontNames(). On Win32, the code previously
13208         in gtkfontsel.c is now here.
13209
13210         New function gdk_font_xlfd_create(). On X11 will get the FONT
13211         property of the font (for GDK_FONT_FONTs), or call
13212         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
13213         builds a XLFD style name from the font information in the LOGFONT
13214         struct(s).
13215
13216         New function gdk_font_xlfd_free(), which correspondingly frees the
13217         string returned by gdk_font_xlfd_create().
13218
13219         Implement fontsets on Win32. Add a function that iterates over a
13220         wide char string and calls a callback function for each substring
13221         of wide chars from the same Unicode subrange (and thus probably
13222         available in the same real font).
13223
13224         Improve the XLFD emulation a bit.
13225
13226         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
13227
13228         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
13229         Beta3, WM_IME_CHAR messages don't seem to contain the composed
13230         multi-byte char as with the Active IMM on Win9x. Oh well, handle
13231         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
13232         ImmGetCompositionStringW() to get the composed Unicode chars.
13233
13234         * gdk/win32/gdkgc.c
13235         * gdk/win32/gdkdraw.c: Changes needed because of the font private
13236         struct changes.
13237
13238         * gdk/win32/gdk.def: Add the new functions.
13239
13240 1999-11-04  Tor Lillqvist  <tml@iki.fi>
13241
13242         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
13243         get the Platform SDK to get <dimm.h>.
13244
13245         * gdk/win32/gdkevents.c: More event handling fixes and
13246         simplification. Never generate motion events with is_hint true. We
13247         used to do that on bogus grounds earlier. Windows sends
13248         WM_MOUSEMOVE messages on button events even if the mouse hasn't
13249         moved, ignore these.
13250
13251         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
13252
13253         * gdk/win32/gdkglobals.c
13254         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
13255         the TrackMouseEvent function, and use it.
13256
13257         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
13258         char before calling WideCharToMultiByte in order to get a string
13259         for the window title.
13260
13261         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
13262
13263         * gdk/win32/gdk.def: Remove obsolete functions.
13264
13265         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
13266         /nodefaultlib and /defaultlib switches.
13267
13268         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
13269
13270 1999-10-31  Tor Lillqvist  <tml@iki.fi>
13271
13272         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
13273         EuroSign).
13274
13275         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
13276         same type as GdkWChar, especially on Win32.
13277
13278         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
13279
13280         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
13281         before passing to Windows GDI for drawing etc. Convert to the
13282         system default codepage before passing to Windows as window
13283         titles.
13284
13285         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
13286         support changing input locale on the fly.
13287
13288         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
13289         on-the-fly changes. Convert incoming characters from the current
13290         codepage to Unicode (and then to a UTF-8 multi-byte string) based
13291         on the current input language. Use keysym<->Unicode mapping tables
13292         and functions borrowed from xterm sources.
13293
13294         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
13295         editions of Win9x, use the ActiveX-based Active IMM (Input Method
13296         Manager) if available. IMEs and the Active IMM are available under
13297         the disguise of Chinese, Korean and Japanese support for IE and
13298         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
13299         support is present in all editions (as long as you install it).
13300
13301         Call DispatchMessage from gdk_events_queue() (and thus
13302         gdk_WindowProc()), instead of duplicating the code in
13303         gdk_WindowProc().
13304
13305         Reworked the grab handling and propagation code, factored out
13306         duplicated code snippets into separate functions. Other cleanups,
13307         too.
13308
13309         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
13310         the <dimm.h> header describing the Active IMM.
13311
13312         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
13313         just do the same as for "single" fonts.
13314
13315         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
13316         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
13317         the new keysyms from gdkkeysyms.h.
13318
13319         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
13320         fontset, so that gtkentry uses wide characters.
13321
13322         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
13323         GTk+'s system directory "gtk+", not "gtk".
13324
13325 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
13326
13327         * docs/gtkfaq.sgml: FAQ update
13328
13329 1999-10-21  Tor Lillqvist  <tml@iki.fi>
13330
13331         * gdk/win32/gdkprivate.h: Add more font private data.
13332
13333         * gdk/win32/gdkfont.c
13334         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
13335         fonts and strings. Now works much better. You still have to
13336         have a correct font selected, though. No fontset emulation yet.
13337
13338 1999-10-19  Tor Lillqvist  <tml@iki.fi>
13339
13340         * gtk/maketypes.awk: Use G_OS_WIN32.
13341
13342         * gtk/gtk.def: Add some missing entry points. Also some non-public
13343         ones, but PyGTK porter claims to need them.
13344
13345         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
13346         built-in type generation.
13347
13348 1999-10-14  Tor Lillqvist  <tml@iki.fi>
13349
13350         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
13351         GDK_FONT_FONT fonts (which is all we have for now, we don't
13352         emulate fontsets). The X11 version uses plain XDrawString in that
13353         case, too. The string passed to gdk_draw_text_wc seems to be in
13354         fact (at least, when used by gtkentry and gtktext) either in a
13355         single-byte charset, or a DBCS. Not Unicode.
13356
13357         This fixes the problem in gtkfontsel, where even if you had
13358         selected a font with a non-Latin1 charset (windows-greek, for
13359         instance), the preview still used Latin-1 glyphs.
13360
13361         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
13362         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
13363         (gdk_font_load): Recognize the demibold etc weights, even if we
13364         don't have the corresponding constants in the headers.
13365         (gdk_font_hash_insert): Use same hash mechanism as in the X11
13366         version. Should save font resources a bit, when we don't have
13367         multiple HFONTs for the same font.
13368
13369         * gdk/win32/gdkprivate.h: Add the names field as in the X11
13370         version.
13371
13372 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
13373
13374         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
13375         X values
13376
13377 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
13378
13379         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
13380         layout support (as mentioned on
13381         http://www.jcinteractive.com/gnome-ui/software/widgets/)
13382
13383 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
13384
13385         * gtk/fnmatch.c
13386         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
13387
13388 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
13389
13390         * configure.in (ALL_LINGUAS): Added Galician (gl)
13391
13392 1999-10-05  Tor Lillqvist  <tml@iki.fi>
13393
13394         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
13395
13396         * gdk/win32/gdkcompat.c: New file, actually provide an
13397         implementation for the deprecated functions. (Just temporarily.)
13398
13399         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
13400
13401         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
13402
13403         * gdk/win32/gdk.def gtk/gtk.def: Updates.
13404
13405 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
13406
13407         * configure.in: Added "uk" to ALL_LINGUAS.
13408         
13409 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
13410
13411         * configure.in: correct checking for BeOS check
13412
13413         * gdk/gdktypes.h
13414         * gtk/fnmatch.c
13415         * gtk/gtkfilesel.c
13416         * gtk/gtkitemfactory.c
13417         * gtk/gtkmain.[ch]
13418         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
13419
13420 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
13421
13422         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
13423         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
13424         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
13425         by Bulgarian). 
13426
13427 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
13428
13429         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
13430         Fix a reference to window_private->destroyed.   
13431
13432         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
13433         (ugly) setting of an internal GdkWindow member to use
13434         a _slightly_ cleaner macro.
13435
13436         * gdk/gdkprivate.h: Split GdkWindowPrivate into
13437         GdkDrawablePrivate and GdkWindowPrivate.
13438         Add extra macros for accessing GDK_DRAWABLE_ components.
13439
13440         * *.[ch]: Massive adjustments for the above, use the
13441         new macros in a lot of places.
13442
13443 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
13444
13445         * gdk/gdktypes.h: Make GdkDrawable the base type,
13446         not GdkWindow.
13447
13448 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
13449
13450         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
13451
13452 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
13453
13454         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
13455
13456 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
13457
13458         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
13459         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
13460
13461         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
13462
13463         * docs/gtk-config.1: Now autogenerated.
13464         * docs/Changes-1.4.txt: started
13465         
13466 1999-10-03  Tor Lillqvist  <tml@iki.fi>
13467
13468         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
13469         to #ifdef also here.
13470
13471         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
13472         Owen did to the X11 backend.
13473
13474         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
13475         ScrollWindowEx when blitting inside a window, it can't be correct
13476         in the general case.
13477
13478         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
13479         WM_GETMINMAXINFO is easier.
13480
13481         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
13482         depth equal to the bitspixel value, not the visual's depth.
13483
13484         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
13485         to 24 even if the bitspixel value is 32.
13486
13487         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
13488         need to check for depth==32 when bpp==32, depth will always be 24.
13489
13490 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
13491
13492         * docs/Changes-1.4.txt: Started
13493         
13494         * gtk/Makefile.am (gdk_headers): Include all the new headers.
13495
13496         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
13497         
13498         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
13499         into C file.
13500         
13501         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
13502         header to gdkinputprivate.h.
13503
13504         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
13505         unused since before 1.2.
13506
13507 1999-09-30  Tor Lillqvist  <tml@iki.fi>
13508
13509         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
13510         expand possible hex escapes in the font family (put there by
13511         logfont_to_xlfd if the font name isn't a legal XLFD font family,
13512         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
13513         On Win32, add hex escapes here, too.
13514
13515 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
13516
13517         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
13518         to #ifdef GDK_WINDOWING_X11.
13519
13520 [ Merges from gtk-1-2 ]
13521
13522 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
13523
13524         * configure.in: fixed "GNU Make" check to pass with new make version
13525         3.77.95.
13526
13527 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
13528
13529         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
13530         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
13531         AM_PATH_GTK() macros don't get confused by the -pre1.
13532
13533 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
13534
13535         * configure.in (REBUILD): Change check for perl5
13536           to check explicitely for v >= 5.002. (5.001
13537           does not work with our scripts.)
13538
13539 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
13540
13541         * configure.in: evaluate $PERL for the perl version check. added
13542         --disable-rebuilds to give the user an option to completely disable
13543         any source autogeneration rules.
13544
13545 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
13546
13547         * configure.in: evaluate $ac_make when checking for GNU Make.
13548
13549 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
13550
13551         * docs/Makefile.am: added generation.txt.
13552
13553         * Makefile.am: require automake 1.4, build README from README.in and
13554         INSTALL from INSTALL.in in dist-hook.
13555         
13556         * README.in:
13557         * INSTALL.in: new files to autogenerate README and INSTALL from.
13558
13559         * configure.in: figure whether we have GNU Make
13560
13561         * docs/generation.txt: minor additions/corrections.
13562
13563 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
13564
13565         * docs/gtkfaq.sgml: FAQ Update
13566
13567 July 30, 1999 Elliot Lee <sopwith@redhat.com>
13568         
13569         * configure.in: Fix autoconf warnings about cross compilation by
13570         trying to provide sane defaults for AC_TRY_RUN.
13571
13572 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
13573
13574         * ltconfig
13575         * ltmain.sh: upgrade to libtool 1.3.3
13576
13577 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
13578
13579         * INSTALL: Indicate that the --with-glib= configure
13580         time flag is unsupported.
13581
13582 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
13583
13584         * docs/generation.txt: Added a file that gives
13585         documenation about the autogeneration process for
13586         various autogenerated files.
13587         
13588 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
13589
13590         * configure.in (LIBS): Look for libgmodule in the
13591         right location.
13592
13593 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
13594
13595         * docs/gtk_tut.sgml: Removed references to
13596         code examples in my directory on gtk.org as
13597         they should all be in the tutorial now.
13598
13599         * docs/gtk_tut.sgml: Added sources for dial-test
13600         and scribble-xinput programs that were previously
13601         missing.
13602
13603 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
13604
13605         * TODO: Added entry about menu keyboard navigation, removed
13606         some finished items.
13607
13608 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
13609
13610         * acinclude.m4: Standardize on func_dgettext
13611         not func_gettext, so that the checks for dgettext
13612         actually are paid attention to.
13613
13614 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
13615
13616         * configure.in (LIBS): Add $INTLLIBS into $LIBS
13617         directly, rather than repeating the checks for
13618         gettext.
13619
13620         * INSTALL: Added information about gettext and
13621         NLS support.
13622
13623         * acinclude.m4 (LIBM): Check for dgettext, not
13624         just gettext. This should hopefully fix things wrt
13625         systems with old versions of GNU gettext installed.
13626
13627 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
13628
13629         * configure.in (LIBS): Look for libgmodule in the
13630         right location.
13631
13632 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
13633
13634         * autogen.sh: add --enable-maintainer-mode
13635
13636         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
13637
13638 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
13639
13640         * docs/gtk-config.1.in:
13641           docs/Makefile.am:
13642           configure.in: gtk-config is now generated.
13643
13644         * docs/gtk-config.1: Removed, now generated.
13645
13646 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
13647
13648         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
13649         handle CreateNotify itself, still put out a debuging message for
13650         --gdk-debug=events. made the ReparentNotify debugging message more
13651         verbose.
13652         wrap xcoords translation for ConfigureEvents into an error trap,
13653         a destroy event may already be pending, and in that case, the
13654         actuall coordinate values are not at all critical.
13655
13656 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
13657
13658         * gdk/gdkcc.c: Stop leaking the color_hash all over
13659         the place. Simplify and improve the logic.
13660
13661 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
13662
13663         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
13664         for prototypes and function implementations consistent (reported
13665         by Tomas Ogren).
13666
13667 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
13668
13669         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
13670         send_event set in debugging output.
13671         (gdk_compress_exposures): default initialize the event so we don't
13672         operate on bogus values (namely send_event).
13673
13674 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
13675
13676         * gdk/gdkwindow.c: When we receive an unexpected
13677         destroy notify on one of our windows, don't just
13678         warn about it, also mark our windows as destroyed.
13679
13680 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
13681
13682         * gdk/gdkfont.c (gdk_font_hash_insert): Add
13683           name => font and name => fontset hashes. The 
13684           name => fontset hash is a _big_ win since we
13685           weren't previously caching fontsets at all and loading
13686           fontsets is expensive. The name => font hash
13687           is less of a win, but it does save us from doing
13688           repeated XQueryFont calls on the same font.
13689
13690         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
13691           list so we can remove font/fontset from hash.
13692
13693 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
13694
13695         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
13696           and slightly confusing test. [ XInternAtom (,,TRUE)
13697           will never return None ].
13698
13699 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
13700
13701         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
13702           gdk/gdkwindow.c (gdk_window_set_hints):
13703
13704         Don't omit setting the properties if flags == 0 -
13705         there may be an existing set of properties there
13706         already. (Very old bug. Would it be better to
13707         delete the property instead?)
13708
13709         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
13710           spelling error in comment.
13711
13712 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
13713
13714         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
13715           to avoid stomping over gdk_error_warnings.
13716
13717         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
13718           as (bits_per_pixel + 7) / 8. This gives the same
13719           result as before for multiples of 8, but actually
13720           a "reasonable" value for 1bit or 4bit displays.
13721
13722 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
13723
13724         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
13725         GNU Make.
13726
13727 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
13728
13729         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
13730         discarding configure events.
13731
13732 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
13733
13734         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
13735         refcount is greater than zero.
13736
13737         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
13738
13739         * gdk/gdkfont.c (gdk_font_unref): Likewise.
13740
13741         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
13742
13743         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
13744
13745 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
13746
13747         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
13748         that format 32 => sizeof(item) == 4. It really is
13749         sizeof(long).
13750
13751 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
13752
13753         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
13754         core dump at all on X IO errors, only core dump
13755         if --enable-debug for X errors.
13756
13757 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
13758
13759         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
13760         unknown window:" message. disabled ConfigureNotify discarding code,
13761         because it led to events being processed out of order.
13762
13763 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
13764
13765         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
13766
13767         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
13768         we export this function, supress error warnings and don't reset the
13769         error code in the first half of this function.
13770
13771         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
13772         code (instead of just -1) so gdk_error_trap_pop() reveals something
13773         actually informative about the error that happened.
13774
13775         * gdk/*.c:
13776         don't rely on gdk_error_code being -1 if an error occoured, but just
13777         gdk_error_code != 0.
13778
13779 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
13780
13781         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
13782         pointer *before* invoking the filter function, so we at least don't
13783         crash if a filter is removed that is currently executed. window filters
13784         *really* need to be made truely reentrant at some point.
13785
13786 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
13787
13788         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
13789         PropertyNotify debug messages.
13790
13791 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
13792         
13793         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
13794         
13795         * gdk/gdkim.c: Fix cut-and-paste errors for 
13796         x/y and PreeditAttributes/StatusAttributes.
13797
13798 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
13799
13800         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
13801         G_MAXINT to 2^16 to alleviate overflow problems in
13802         various window managers.
13803
13804 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
13805
13806         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
13807         for fontsets.
13808
13809 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
13810
13811         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
13812         Initialize size_hints.x and size_hints.y because kwm
13813         brokenly pays attention to them.
13814         (Bug #1181 -  Lars Heete <hel@admin.de>)
13815
13816 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
13817
13818         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
13819         return value of gdk_list_visuals(). 
13820         (Bug #1193 - Morten Welinder <terra@diku.dk>)
13821
13822 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
13823
13824         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
13825         XSetIMValues to (void *) when comparing to NULL, to workaround
13826         the problem of some compilers barfing since older X headers don't
13827         have the prototype for it.
13828
13829 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
13830
13831         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
13832         for pseudocolor where colormap->colors was double
13833         allocated.
13834
13835         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
13836         color value in the hash table with the pixel filled
13837         in so when we do later hash table lookups, the color
13838         value is correct.
13839         
13840 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
13841
13842         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
13843         making the call
13844
13845 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
13846
13847         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
13848         pointed out by Morten Welinder <terra@diku.dk>.
13849
13850 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
13851
13852         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
13853           default filter from the list
13854
13855 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
13856
13857         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
13858           default filter from the list
13859
13860 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
13861
13862         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
13863
13864         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
13865         g_strdup_printf instead of calcing the length separately
13866
13867 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
13868
13869         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
13870         that we don't do in many other places. (Fixing duplicate 
13871         #include of config.h)
13872
13873         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
13874         Otherwise, #ifndef XINPUT_NONE check in the latter
13875         doesn't work. (Bug #546)
13876
13877 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
13878
13879         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
13880         "None" case insensitive.
13881
13882 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
13883
13884         * gdk/gdkselection.c: 
13885         Add error traps so if the other end of the connection
13886         dies, we survive.
13887
13888 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
13889
13890         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
13891         dest_xid field into two fields - one for the window
13892         to send in messages, one to indicate the last looked
13893         up window for caching purposes. This is needed, so
13894         that Leave messages get the correct window.
13895
13896 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
13897
13898         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
13899         Fix warning created by people mucking around
13900         with the gsource API.
13901
13902         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
13903         Change mapping between GIOCondition and GdkInputCondition
13904         to match the way the Linux kernel does it. This should
13905         fix problems where closed pipes were no longer signalling
13906         GDK_INPUT_READ on systems with a native poll().
13907
13908 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
13909
13910         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
13911         explicitly for the string "None" - it is in the XPM
13912         spec and some servers treat unknown colors in odd ways
13913         (like asking the user!)
13914
13915 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
13916
13917         * gdk/gdkevents.c: made "->" into a "." of previous change so
13918         it compiles
13919
13920 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
13921
13922         * gdk/gdkevents.c (gdk_compress_exposures): Set the
13923         window field of the event structure before calling
13924         user filters.
13925
13926 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
13927
13928         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
13929         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
13930
13931 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
13932
13933         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
13934         intermediate text property - prevents major memory
13935         leak when gdk_use_mb.
13936         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
13937
13938 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
13939
13940         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
13941         gtk-a-higuti-990322-[0-3]
13942
13943         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
13944         sizeof(wchar_t) != sizeof (GdkWChar)
13945
13946         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
13947         that was causing -DX_LOCALE not to work.
13948
13949         * gtk/gtkrc.c (gtk_rc_init):
13950         X_LOCALE will never have LC_MESSAGES defined
13951
13952         * gdk/gdk.c (gdk_init_check):
13953         Remove --xim-preedit and --xim-status from argv properly.
13954
13955         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
13956         that the client window is present on the X server
13957         before we pass it to the input method.
13958
13959 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
13960
13961         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
13962         if --display is specified on the command line, than
13963         the drag window will not be created on that display.
13964         
13965 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
13966
13967         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
13968         lookups with only_if_exists == TRUE were inserting
13969         bogus values into the atom cache.
13970
13971 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
13972
13973         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
13974         then reset it to NULL.
13975
13976         * gdk/gdkcolor.c:
13977         (gdk_colors_free): 
13978         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
13979         key for g_hash_table_remove() in both functions, this prevents us
13980         from accessing possibly uninitialized portions of a GdkColor structure
13981         where we are only interested in its pixel value.
13982
13983 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
13984
13985         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
13986         font hash table, if we have a GdkFontPrivate entry for this font
13987         already, simply increment its reference count, provided by Olaf Dietsche
13988         <olaf.dietsche+list.gtk@netcologne.de>.
13989
13990 1999-09-21  Tor Lillqvist  <tml@iki.fi>
13991
13992         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
13993         just to be sure.
13994
13995         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
13996         unused variables, leftovers from the X11 version.
13997
13998         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
13999
14000         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
14001         downcase fields on X11.
14002
14003 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
14004         
14005         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
14006         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
14007
14008 1999-09-17  Tor Lillqvist  <tml@iki.fi>
14009
14010         * gdk/win32/gdk.def: Add gdk_threads_mutex.
14011
14012         * gtk/makefile.msc: Correct path to libintl.
14013
14014         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
14015         use of gint vs. int, and gint vs. gboolean in headers and
14016         definitions. Use GtkType for the *_get_type functions. Note that
14017         these changes preserve binary compatibility.
14018
14019         * gdk/gdk.c
14020         * gdk/win32/gdk.c
14021         * gdk/gdk.h: Fix inconsistencies: gint vs int.
14022
14023         * gtk/gtkmain.c
14024         * gtk/gtkclist.c
14025         * gtk/gtkmenufactory.c
14026         * gtk/gtknotebook.c
14027         * gtk/gtkwidget.c: Fix inconsistencies, also gint
14028         vs. gboolean.
14029
14030         * gtk/gtkcolorsel.[ch]
14031         * gtk/gtkcombo.[ch]
14032         * gtk/gtkdrawingarea.[ch]
14033         * gtk/gtkgamma.[ch]
14034         * gtk/gtkhandlebox.[ch]
14035         * gtk/gtkhpaned.[ch]
14036         * gtk/gtkhruler.[ch]
14037         * gtk/gtkplug.[ch]
14038         * gtk/gtkpreview.[ch]
14039         * gtk/gtkruler.[ch]
14040         * gtk/gtksocket.[ch]
14041         * gtk/gtkstatusbar.[ch]
14042         * gtk/gtktoolbar.[ch]
14043         * gtk/gtkvbbox.[ch]
14044         * gtk/gtkvpaned.[ch]
14045         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
14046         functions.
14047
14048         * gtk/gtkgamma.h: Fix bug, missing () in call of
14049         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
14050
14051 1999-09-14  Tor Lillqvist  <tml@iki.fi>
14052
14053         * gdk/gdkcolor.c (gdk_colormap_new)
14054         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
14055         colormap->colors was allocated twice.
14056
14057         * gdk/win32/gdk.c: Remove some unused stuff.
14058
14059         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
14060         colormap.
14061
14062         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
14063         * gtk/gtklabel.h (gtk_label_get_type)
14064         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
14065         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
14066         in a couple of places, not guint.
14067
14068 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
14069
14070         * configure.in,po/et.po: added Estonian language file
14071
14072 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
14073
14074         * configure.in,po/da.po: added Danish file
14075
14076 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
14077
14078         * docs/gtkfaq.sgml: Minor FAQ Update
14079
14080 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
14081
14082         * docs/gtkfaq.sgml: FAQ update
14083
14084 1999-08-27  Tor Lillqvist  <tml@iki.fi>
14085
14086         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
14087         way to get window contents continually refreshed while resizing. I
14088         didn't like the effects myself, so it's not on by default.
14089
14090         * gdk/win32/gdkprivate.h: New flag variable
14091         gdk_event_func_from_window_proc, FALSE by default.
14092
14093         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
14094         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
14095         are passed --gdk-event-func-from-window-proc.
14096
14097         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
14098         and we have am event_func, call it instead of enqueing the event.
14099
14100 1999-08-23  Tor Lillqvist  <tml@iki.fi>
14101
14102         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
14103         Kelley: Set expose_count in GdkEventExposes correctly.
14104
14105         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
14106         MULTIPLE_WINDOW_CLASSES).
14107
14108         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
14109         for bug in NT, apparently NT *does* draw the end pixel, too, in
14110         LineTo with a one-pixel pen, so we don't have to do it ourselves.
14111
14112 1999-08-21  Tor Lillqvist  <tml@iki.fi>
14113
14114         Improvements by Hans Breuer: 
14115
14116         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
14117
14118         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
14119         CS_?REDRAW flags as they cause lots of (late) redraws when "show
14120         window contents while dragging" is turned on. Allocate at least
14121         one unique class for every GdkWindowType. If support for single
14122         window-specific icons is ever needed (eg. Dialog specific), every
14123         such window should get its own class.
14124
14125 1999-08-19  Tor Lillqvist  <tml@iki.fi>
14126
14127         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
14128         error that caused crashes.
14129
14130 1999-08-17  Tor Lillqvist  <tml@iki.fi>
14131
14132         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
14133         window, use ScrollWindowEx, and call UpdateWindow. This prevents
14134         bugs when for instance part of the window was outside the
14135         display. Thanks to Philippe Colantoni for finding and fixing this.
14136
14137 1999-08-16  Tor Lillqvist  <tml@iki.fi>
14138
14139         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
14140         endpoint calculations which were totally wrong. (A little RTFMing
14141         helps a lot ;-)
14142
14143         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
14144         from a separate directory, not from gettext, because of licensing
14145         issues (we want to use the LGPL version).
14146
14147         * README.win32: Mention the intl from glibc vs from gettext issue.
14148
14149 1999-08-13  Tor Lillqvist  <tml@iki.fi>
14150
14151         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
14152         in the key event handling: Now AltGr chars work again. Also,
14153         now Alt-digits are passed up as well as Control-digits.
14154         Pass keypad plus and minus as normal plus and minus.
14155
14156 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
14157
14158         * docs/gtkfaq.sgml: FAQ Update
14159
14160 1999-07-25  Tor Lillqvist  <tml@iki.fi>
14161
14162         * README.win32
14163         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
14164         the Wintab SDK.
14165
14166         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
14167         OK, but getting closer. Guard against bogus tilt data from Wacom
14168         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
14169         enable easier building without Wintab.
14170
14171         * gdk/win32/gdkinput.h
14172         * gdk/win32/gdkevents.c 
14173         * gdk/win32/gdkwindow.c: Minor changes related related to above.
14174         
14175         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
14176         code. As we have just one visual on Win32, no sense to have it in a
14177         table, and no need for the hash table.
14178
14179         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
14180         better on white background.
14181
14182 1999-07-21  Tor Lillqvist  <tml@iki.fi>
14183
14184         * README.win32: Update gcc build instructions. Mention gettext is
14185         GPL.
14186
14187         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
14188         supported cursor size with GetSystemMetrics.
14189
14190         * gdk/win32/gdkfont.c
14191         * gtk/gtkfontsel.c: Guard against some font weight and charset
14192         symbols being undefined (in mingw32 headers).
14193
14194         * gdk/win32/makefile.cygwin
14195         * gtk/makefile.cygwin
14196         * gtk/gtkthemes.c: No longer need to have differently named
14197         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
14198
14199 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
14200
14201         * docs/gtkfaq.sgml: Long awaited FAQ update.
14202
14203 1999-07-15  Tor Lillqvist  <tml@iki.fi>
14204
14205         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
14206         it. Obscure bit manipulation needed.
14207
14208         * gdk/win32/gdkevents.c: Logging.
14209         
14210         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
14211         style (file name include compiler name) for theme engines.
14212
14213 1999-07-13  Tor Lillqvist  <tml@iki.fi>
14214
14215         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
14216
14217         * gdk/win32/gdkevents.c: Fix long-standing bug in key
14218         events. The key.string wasn't zero-terminated, still we strdup'ed
14219         it in gdk_event_copy(). Synthesize crossing events for button
14220         events before possible propagation.
14221
14222         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
14223
14224         * gdk/win32/makefile.cygwin
14225         * gtk/makefile.cygwin: Use new DLL naming style for the
14226         GCC-compiled ones.
14227
14228         * gdk/win32/makefile.msc
14229         * gtk/makefile.msc: Cosmetics mostly.
14230
14231         * gtk/gtk.def: Add missing entry points.
14232
14233         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
14234
14235 1999-07-09  Tor Lillqvist  <tml@iki.fi>
14236
14237         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
14238         or height is zero. Don't print a warning if Pie or Arc fails, they
14239         always fail (?) for very narrow ellipses.
14240
14241         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
14242         the part or the destination window corresponding to source area
14243         outside of the source drawable's boundary.
14244
14245         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
14246         anything if less than two points.
14247
14248         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
14249         return NULL. Gtk cut-and-paste inside a single program works
14250         better this way. (It always gets the clipboard contents from
14251         Windows, not from its own copy, which is cleared anyway. I can't
14252         say I fully understand what happens... Emulating the X selection
14253         and property stuff is a bit of a mess.)
14254
14255         * gdk/win32/gdkevents.c
14256         * gdk/win32/gdkproperty.c: A bit more verbose logging.
14257
14258         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
14259         that never got deleted). Revamp gdk_region_shrink.
14260
14261         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
14262         after use.
14263
14264         * gtk/gtk.def: Add some missing entry points.
14265
14266         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
14267         component.
14268
14269 1999-07-04  Tor Lillqvist  <tml@iki.fi>
14270
14271         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
14272         Control-digits specially.
14273
14274 1999-07-03  Tor Lillqvist  <tml@iki.fi>
14275
14276         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
14277
14278 1999-06-28  Tor Lillqvist  <tml@iki.fi>
14279
14280         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
14281         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
14282         finding this.)
14283
14284 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
14285
14286         * gtk+.spec.in: Corrected some typos in files section.
14287         
14288 1999-06-15  Tor Lillqvist  <tml@iki.fi>
14289
14290         * README.win32: Mention using GNU gettext.
14291         * config.h.win32: Enable NLS stuff.
14292         * gtk/makefile.msc: Use GNU gettext.
14293         * gdk/win32/gdkdnd.c: Minor header reorg.
14294         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
14295         cosmetics.
14296         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
14297         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
14298
14299 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
14300
14301         * acinclude.m4
14302         * config.guess
14303         * config.status
14304         * ltconfig
14305         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
14306
14307 1999-05-30  Tor Lillqvist  <tml@iki.fi>
14308
14309         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
14310         SafeAdjustWindowRectEx. Don't override all calls to
14311         AdjustWindowRectEx by it, but use it only in two places: When
14312         creating a new top-level window and when moving a top-level
14313         window.
14314
14315         Use screen coordinate rectangle, not client rectangle, in
14316         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
14317         when we try to place a window so that the decoration (mainly,
14318         title bar) isn't visible.
14319
14320         These changes fix the bug that showed up for instance as the
14321         GIMP's saved top-level windows moving right and down (by an amount
14322         equal to the window decoration) for each session. This bug showed
14323         up also in testgtk's "Saved Position".
14324
14325         gdk_window_resize also redone a bit.
14326
14327 1999-05-25  Tor Lillqvist  <tml@iki.fi>
14328
14329         * gtk/testgtkrc: Add (commented out) Windows-style theme
14330         include line.
14331
14332         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
14333
14334 1999-05-18  Tor Lillqvist  <tml@iki.fi>
14335
14336         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
14337         gdkx.h to a gdk subdirectory, so that applications can include
14338         these with <gdk/*.h> without trouble.
14339
14340         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
14341         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
14342         have their bitmap destroyed.
14343
14344         * gdk/win32/gdk.def: Add gdk_root_parent.
14345
14346 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
14347
14348         * configure.in
14349           gtk-config.in
14350           ltconfig
14351           ltmain.sh     
14352           gtk/Makefile.am: changes to compile nicely (with xlib) 
14353           on BeOS
14354
14355 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
14356
14357         * acinclude.m4
14358         * config.guess
14359         * config.sub
14360         * ltconfig
14361         * ltmain.sh: upgrade to libtool 1.3
14362
14363 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
14364
14365         * gtk/gtkclist.c:
14366         * gtk/gtkctree.c: merges from gtk-1-2
14367
14368 1999-04-25  Tor Lillqvist  <tml@iki.fi>
14369
14370         Support added for building using a GNU toolchain on Win32,
14371         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
14372
14373         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
14374         * config.h.win32: Changes for gcc.
14375         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
14376         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
14377         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
14378         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
14379         Protect shl stuff unavaiilable with mingw32 headers.
14380         * gdk/win32/gdkevents.c: Fix typo.
14381         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
14382         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
14383         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
14384         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
14385         the mingw32 headers.
14386         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
14387         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
14388         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
14389         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
14390         Test for NATIVE_WIN32, not _MSC_VER.
14391         * gtk/gtkmain.c: No use warning about developer version on Win32,
14392         there aren't any non-developer versions anyhow.
14393         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
14394         * gtk/makefile.msc: Use pthread from another directory. Minor other
14395         changes. 
14396
14397 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
14398
14399         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
14400           default filter from the list
14401
14402 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
14403
14404         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
14405          when gtk_widget_grab_default() is called for a widget that
14406          is not within a GtkWindow.
14407
14408 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
14409
14410         * docs/gtk_tut.sgml, examples/clist.c: use a
14411           scrolled window in the clist example. Minor
14412           tutorial fixes.
14413
14414 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
14415
14416         * docs/gtk_tut.sgml: Style check from David King
14417           <dking@youvegotmail.net>
14418
14419 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
14420
14421         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
14422         compile with unknown value of GDK_WINDOWING
14423
14424 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
14425
14426         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
14427         after the rule is fired.
14428         (install-exec-local): Install gdkconfig.h only if the contents are
14429         different from the currently installed gdkconfig.h.
14430
14431 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
14432
14433         * gdk/Makefile.am (configexecincludedir): Rename from 
14434         configincludedir so that gdkconfig.h will be installed 
14435         as part of `make install-exec'. 
14436
14437 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
14438
14439         * acinclude.m4
14440         * config.guess
14441         * config.sub
14442         * ltconfig
14443         * ltmain.sh: upgrade to libtool 1.2f
14444
14445         * autogen.sh: libtool is not required to autogen gtk+
14446
14447         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
14448         needed)
14449
14450 1999-03-18  Tor Lillqvist  <tml@iki.fi>
14451
14452         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
14453         declaring gdk variables exported/imported from the DLL. New image
14454         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
14455         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
14456         GDK_DRAG_PROTO_OLE2.
14457
14458         * gdk/gdk.h: Merge in Win32 version: Two new functions,
14459         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
14460         declared only for the Win32 version, but could be in the X11
14461         version as well. (Needed for a Xlib-less gdk_imlib.)
14462         gdk_color_hash should have only one parameter. Declare
14463         gdk_threads_mutex with GDKVAR.
14464         
14465         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
14466         just one parameter.
14467
14468         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
14469         per pixel, not bits.
14470
14471         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
14472         Fetch bpp (which means bits-per-pixel here) from another place on
14473         Win32. Accept also depth==32 (which we might get on Win32) with
14474         bpp==32.
14475
14476         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
14477         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
14478         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
14479         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
14480         in the backend-dependent directory, not in the common gdk
14481         directory.
14482
14483         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
14484         headers.
14485
14486 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
14487
14488         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
14489         want to use the Gtk+ devel version (which is true, and yes - even i am
14490         currently working with the 1.2.x branch). so everyone reading this, you
14491         probably want to issue
14492         cvs checkout -r glib-1-2 glib
14493         and
14494         cvs checkout -r gtk-1-2 gtk+
14495         as your next two comands.
14496
14497 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
14498
14499         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
14500         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
14501
14502         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
14503         file. strongly deprecated the GTK_HAVE_* macros, we provide
14504         GTK_CHECK_VERSION() for people that need to check for certain
14505         Gtk+ versions.
14506
14507         * gtk/gtkcompat.h: removed this from CVS.
14508         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
14509         idea right from the start, it just didn't seem like that back then.
14510
14511 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
14512
14513         * merges from gtk-1-2:
14514
14515 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
14516
14517         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
14518         item factory class has been created.
14519         (gtk_item_factory_parse_rc): likewise.
14520
14521         * gtk/gtkmenu.c:
14522         keep proper references for old_active_menu_item.
14523         (gtk_menu_reparent): unset the usize of the new parent,
14524         so the menu can sanely be size requested and we don't get nasty screen
14525         artefacts upon next reparentation.
14526         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
14527         enter notify. only synthesize enter notifies if the pointer really is
14528         inside the event window.
14529         (gtk_menu_popdown): use gtk_menu_shell_deselect().
14530         (gtk_menu_popup): move the background setting stuff into
14531         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
14532
14533         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
14534         gtk_menu_shell_select_item() to select the new item.
14535         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
14536         do the right thing for deselection as well.
14537
14538 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
14539
14540         * gtk/gtkwidget.[hc]:
14541         (gtk_widget_accelerators_locked): return whether a widget's accelerators
14542         are locked.
14543
14544         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
14545         existing accelerators if the widget's accelerators are locked.
14546
14547 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
14548
14549         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
14550
14551         * gtk/gtkmenu.c: truely forward key press and key release events to
14552         the menu widget from the toplevel or tearoff window. we can't simply
14553         connect to that, we need to stop further processing of the events as
14554         well.
14555
14556 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
14557
14558         * gtk/gtkmenu.c:
14559         (gtk_menu_key_press): pass event->keyval, event->state to
14560         gtk_accelerator_valid, instead of event->keyval twice.
14561         refuse to install single letter accelerators for menus that use
14562         single letter shortcuts.
14563
14564         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
14565         gtk_menu_ensure_uline_accel_group().
14566
14567         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
14568         which will always return an uline accel group, made
14569         gtk_menu_get_uline_accel_group() return NULL if the group isn't
14570         yet created.
14571
14572 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
14573
14574         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
14575
14576         * gtk/gtkclist.c (gtk_clist_column_title_passive):
14577         Leave button sensitive, trap  button_press, button_release,
14578         motion_notify, enter_notify and leave_notify events instead.
14579         (gtk_clist_column_title_active): disconnect event handler.
14580         (gtk_clist_drag_data_get): fixed memory leak. Reported by
14581         Guillaume Laurent <glaurent@worldnet.fr>
14582
14583 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
14584
14585         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
14586         width/height mixups.
14587
14588         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
14589         if needed.
14590
14591 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
14592
14593         * gtk/testgtk.c (create_item_factory): unref the item factory after
14594         window's destruction.
14595
14596         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
14597         count on the menu shell around the menu item's activation, since the
14598         signal emission may cause menu shell destruction.
14599
14600         * gtk/gtkitemfactory.c:
14601         the previous code leaked one accel group per menu. we use
14602         gtk_menu_get_uline_accel_group() now to fix that, and with that
14603         also create the underline accelerator group of the menus only if
14604         required (i.e. an underline accelerator has been specified).
14605         (gtk_item_factory_construct):
14606         (gtk_item_factory_create_item): removed code that would create an
14607         extra accel group for the menu (and leak references).
14608         (gtk_item_factory_create_item): adapted the underline accelerator
14609         installation code to properly feature gtk_menu_get_uline_accel_group().
14610
14611         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
14612         menu->accel_group, this may return NULL if the accelerator group
14613         hasn't been set yet.
14614         added gtk_menu_get_uline_accel_group() to retrive the underline
14615         accelerator group of the menu, this will be created on demand
14616         and proper care is taken about its reference count.
14617
14618         * gtk/gtkitemfactory.h:
14619         * gtk/gtkitemfactory.c:
14620         dumped the approach of keeping a widgets by action list on the
14621         factory since the factory<->widget destroy negotiation didn't work
14622         and would be hard to get going at all. instead we keep a list of
14623         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
14624         persistant throughout a program's life time).
14625         also, i removed the static const gchar *key_* variables, and made
14626         them inline strings (they weren't actually used anyways).
14627         (gtk_item_factory_add_item): update ifactory->items.
14628         (gtk_item_factory_destroy): destroy ifactory->items (and remove
14629         the item factory pointer from the remaining ifactory widgets).
14630         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
14631         list to find the widget.
14632         (gtk_item_factory_get_item): new function that works around
14633         gtk_item_factory_get_widget() limitations, this function will only
14634         return menu items, even for <Branch> entries.
14635
14636 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
14637
14638         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
14639         font hash table, if we have a GdkFontPrivate entry for this font
14640         already, simply increment its reference count, provided by Olaf Dietsche
14641         <olaf.dietsche+list.gtk@netcologne.de>.
14642
14643         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
14644         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
14645
14646 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
14647
14648         * gtk/gtkcontainer.c:
14649         (gtk_container_add_with_args):
14650         (gtk_container_addv):
14651         (gtk_container_add): before adding a child to a conatiner, make sure
14652         it is (default) constructed, this is neccessary because under certain
14653         circumstances the child will get relized and mapped immediatedly, in
14654         which case it has to be constructed already.
14655
14656 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
14657
14658         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
14659         values > 1 as TRUE also.
14660
14661 1999-03-16  Tor Lillqvist  <tml@iki.fi>
14662
14663         * README.win32: New file.
14664                 
14665         * configure.in: Check for lstat.
14666
14667         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
14668         completeness.
14669
14670         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
14671
14672         * gtk/gtk.def: Removed CRs.
14673
14674         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
14675         ..\gdk\win32).
14676
14677         * gdk/win32/makefile.msc: Correct upwards relative paths.
14678         
14679 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
14680
14681         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
14682           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
14683           it was connecting a void function to expose_event and the int
14684           returning function to the draw signal
14685
14686 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
14687
14688         * configure.in:
14689         Use correct path to libgmodule.la when ref'ing uninstalled copy
14690         of glib.  (Already in stable branch, Bug #417)
14691
14692 1999-03-15  Tor Lillqvist  <tml@iki.fi>
14693
14694         Win32 merge and general portability stuff:
14695                 
14696         * acconfig.h,configure.in: Check for <sys/time.h>.
14697
14698         * gdk/win32: New directory (actually, been there for a while).
14699         
14700         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
14701         NATIVE_WIN32, and use these. Always case fold on Win32. No
14702         backslashed escapes on native Win32.
14703
14704         * gtk/{gtk.def,makefile.msc}: New files.
14705
14706         * gtk/Makefile.am: Add above new files.
14707         
14708         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
14709         instead of <strings.h>.
14710
14711         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
14712         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
14713         <unistd.h> appropriately.
14714
14715         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
14716         Use ABS() (from <glib.h>) instead of abs().
14717         
14718         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
14719         of gtk (and thus glib) headers, so that WIN32 will be
14720         defined. With MS C, include <direct.h> for mkdir prototype.
14721
14722         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
14723         some casts, needed by MS C.
14724
14725         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
14726         implemented).
14727
14728         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
14729         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
14730         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
14731
14732         * gtk/gtkmain.h: Mark variables for export/import on Win32.
14733                 
14734         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
14735         the event is not a hint, or its window is not the slider. Needed
14736         on Win32, at least.
14737
14738         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
14739         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
14740         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
14741         a subdirectory of the Windows directory as gtk system
14742         configuration directory.
14743
14744         * gtk/gtkselection.c: No chunks on Win32.
14745
14746         * gtk/gtksocket.c: Not implemented on Win32.
14747
14748         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
14749
14750         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
14751
14752         * gtk/maketypes.awk: Declare variables with a macro that expands to
14753         necessary export/import magic in the case of Win32.
14754                 
14755         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
14756
14757 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
14758
14759         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
14760         since those were meant only for gdki18n.h.  
14761         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
14762         for widechar tests.
14763         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
14764
14765 1999-03-13  Tor Lillqvist  <tml@iki.fi>
14766
14767         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
14768         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
14769
14770         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
14771         installed) to CFLAGS.
14772
14773         * gdk/Makefile.am: Add rules for gdkconfig.h.
14774
14775         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
14776         APIs.
14777
14778         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
14779         gdkx.h anyway when compiling for X11.
14780         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
14781         general): Merge in Win32 version.
14782         
14783         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
14784         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
14785         expansion (if we don't have HAVE_PWD_H), allow for drive
14786         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
14787         included code from Craig Setera's port to Win32 (the one that uses
14788         X11, and the cygwin dll), even if it probably will be abandoned.
14789
14790         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
14791         the user entered one herself.  This way one can complete *.h and
14792         don't get matches on any .help files, for instance.
14793         
14794 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
14795
14796         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
14797         font hash table, if we have a GdkFontPrivate entry for this font
14798         already, simply increment its reference count, provided by Olaf Dietsche
14799         <olaf.dietsche+list.gtk@netcologne.de>.
14800
14801         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
14802         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
14803
14804 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
14805
14806         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
14807         the number of calls to gdk_draw_point() (and thus to X) by
14808         clipping the points by hand.
14809
14810         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
14811         the clip parameter.
14812         (gtk_handle_box_paint): Only paint the handle if the expose area
14813         intersects it.
14814
14815 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
14816
14817         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
14818
14819 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
14820
14821         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
14822         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
14823
14824 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
14825
14826         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
14827          textmode (O_TEXT) for OS/2 version.
14828
14829 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
14830
14831         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
14832         GtkSpinButton, "input" and "output", to make the output more flexible.
14833         The user has to provide a mapping between adjustment->value and the
14834         output string (and vice versa, if the spin button is editable). 
14835         See testgtk for examples.
14836
14837 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
14838
14839         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
14840         new one.
14841         
14842         * configure.in: set gtk+ version to 1.3.0.