]> Pileus Git - ~andy/gtk/blob - ChangeLog
Revert inline-pixbuf changes until Tim comes back to fix missing files
[~andy/gtk] / ChangeLog
1 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
4         Use new pango_context_get_metrics() to fix problems
5         with font lists in descriptions. (#56184, reported by
6         Jonas Borgström)
7
8 2001-06-25  Havoc Pennington  <hp@redhat.com>
9
10         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
11         s/RESIZEABLE/RESIZABLE/
12
13         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
14
15 2001-06-25  Alexander Larsson  <alexl@redhat.com>
16
17         * configure.in:
18         Added --enable-fbmanager. This is some experimental code
19         that lets several GtkFB apps coordinate their access to the
20         framebuffer.
21         
22         * acconfig.h:
23         Added ENABLE_FB_MANAGER.
24
25         * gdk/linux-fb/Makefile.am:
26         Added gdkfbmanager and gdkfbswitch.
27
28         * gdk/linux-fb/gdkkeyboard-fb.c:
29         * gdk/linux-fb/gdkmouse-fb.c:
30         * gdk/linux-fb/gdkprivate-fb.h:
31         Split device init and open so that
32         they can be opened and closed while switched
33         away.
34
35         * gdk/linux-fb/gdkmain-fb.c:
36         Add the basic manager communication.
37
38         * gdk/linux-fb/gdkrender-fb.c:
39         Don't update to the shadow fb if we're
40         blocked by the fb manager.
41
42 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
43
44         * docs/Changes-2.0.txt: Add note about child property
45         changes.
46
47 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
48
49         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
50         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
51
52         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
53         with un'reffing wrong list reported by Jeff Franks.
54
55         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
56
57         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
58         for the default icon. Remove inline XPM.
59
60         * gtk/gtkstock.h gtk/gtkiconfactory.c:
61         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
62         is used for GTK_STOCK_DND, but it is a bit too small.)
63
64         * gtk/stock-icons/stock_dnd_multiple.png
65         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
66
67         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
68         TRUE when starting a drag. In other cases, we are
69         just observing. (#52995)
70
71         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
72         function to set the icon for a drag from a GdkPixbuf
73         or stock ID.
74
75         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
76         Likewise, for drag sources.
77
78         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
79         (Now should be done using the stock system.)
80
81 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
82
83         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
84         Removed - didn't work and not particularly useful anyways
85         if it did. 
86
87 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
88
89         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
90         introduced last night that was making things decidedly not work.
91
92         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
93         so that we have getter/setter pairing everywhere it makes
94         sense. (#55767)
95
96         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
97         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
98         deprecated compat macro. (#55516)
99
100         * gtk/gtklabel.[ch]: Add functions
101         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
102         gtk_label_set_label(), which mirror the property API for GtkLabel.
103         Make gtk_label_get_attributes() only reflect the attributes
104         set by gtk_label_set_attributes.
105
106         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
107         from gtk_notebook_set_page().
108
109 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
110
111         * configure.in: Fix tests for XShm.h.
112
113         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
114         gdk_image_new() by use of goto, properly use g_object_unref().
115
116 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
117
118         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
119         calls, as GdkImage is an object. these should be g_obejct_unref()
120         instead but that won't work because of the g_error() statement
121         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
122         to spot these places.
123
124 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
125
126         * modules/input/gtkimcontextxim.c: Fixup some problems with 
127         text length handling in error cases.
128
129         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
130         a bit to make test actually warn on attempt to allocation
131         a negative size. (#56101, Matthias Clasen)
132
133 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
134
135         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
136         noticed by Brian Cameron.
137         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
138         Cameron.
139
140 2001-06-22  Hans Breuer  <hans@breuer.org>
141
142         * gdk/gdk.def : updated externals
143
144         * gdk/win32/gdkdrawable-win32.c : corrected some casts
145         in GDK_NOTEs
146
147         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
148         to translate coordinates to the internal > 16 bit system
149         Try to handle WM_WINDOWPOSCHANGED to get better performance for
150         when moving/resizing
151
152         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
153         and gdk_keymap_get_direction (). The latter is untested for
154         the RTL case
155
156         * gtk/gtk.def : updated externals
157
158         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
159         from pango_language_from_string (), not an already freed pointer
160
161         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
162         binary (-kb) to be useable on windoze
163  
164 2001-06-21  Alexander Larsson  <alexl@redhat.com>
165
166         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
167         Update to new PangoLanguage changes.
168         
169         * gtk/gtkwindow-decorate.c:
170         * gtk/gtkwindow.[ch]:
171         Added setting argument to gtk_window_set_has_frame ()
172         
173 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
174
175         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
176         the case without XKB properly.
177
178         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
179         unused gtk_rc_auto_parse variable.
180
181         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
182         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
183         longer needed with GdkPixbuf.
184
185         * gtk/gtkrc.c (_gtk_rc_init): Make private.
186
187 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
188
189         * gtk/gtkentry.h: Mark deprecated functions with
190         GTK_DISABLE_DEPRECATED.
191
192 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
193
194         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
195
196         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
197
198         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
199           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
200           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
201           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
202           to recent changes in Pango.
203
204         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
205           to test whether the basic engine honors them.
206
207 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
208
209         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
210         gtk_container_child_get_property().
211
212 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
213
214         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
215         (gtk_tree_view_move_cursor_page_up_down): implement.
216
217 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
218
219         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
220         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
221         don't use automatic fixed size buffer for printf-ing floats, doubles
222         can expand to really _huge_ strings, use g_strdup_printf() instead.
223
224 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
225
226         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
227         construct property in 1.2 and still needs to be.
228
229         * gtk/gtkwidget.c: "composite_child" is not a settable property.
230
231 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
232
233         * gtk/gtkliststore.c (gtk_list_store_clear): 
234         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
235         clear a model.
236
237 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
238
239         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
240
241         * gtk/Makefile.am:
242         * gtk/gtk.h: disabled GtkPacker compilation.
243
244         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
245
246         * gtk/gtknotebook.c:
247         * gtk/gtktable.c:
248         * gtk/gtkbox.c: ported this over to child properties.
249
250         * gtk/gtksettings.c: fetch class properties via
251         g_object_class_list_properties().
252
253         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
254         child arg interface. use gobjectnotifyqueue.c for child property
255         notification.
256
257         * gtk/gtkwidget.[hc]: provide necessary means for container child
258         properties, i.e. ::child_notify signal,
259         gtk_widget_freeze_child_notify(),
260         gtk_widget_child_notify(),
261         gtk_widget_thaw_child_notify().
262
263         * tests/testgtk.c: removed inferior property handling code, for
264         property editing, a generic module should be used, and GLE
265         coincidentally fullfills that purpose.
266
267         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
268         needs to be adapted to g_object_class_list_properties() before this
269         builds again.
270
271 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
272
273         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
274         test if a node is expanded.
275
276 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
277
278         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
279         where collapsing a selected row would result in the cursor/anchor
280         getting screwed up.
281
282 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
283
284         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
285         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
286         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
287         Now I can really reorder/sort all Store widgets.  treesorttest
288         seems to just work now.
289         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
290         testtreesort worked through a big coincidence all this time.
291         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
292         code.
293         * tests/testtreecolumns.c: Big 'ol warning at the top letting
294         people know that this code should never ever ever be copied.
295
296 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
297
298         * gtk/gtkwindow.h: Fixed a small typo, it should be
299         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
300         on line 134.
301
302 2001-06-14  Havoc Pennington  <hp@redhat.com>
303
304         Docs fixups, and:
305         
306         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
307         GTK_DISABLE_DEPRECATED
308
309 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
310
311         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
312         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
313         finish it off tonight, though it basically works now when it's a
314         list.  Also, I have a sinking feeling neither GtkTreeStore or
315         GtkListStore actually resort when adding a new item.  I'll look
316         into it.
317
318 2001-06-14  Havoc Pennington  <hp@redhat.com>
319
320         * demos/gtk-demo/main.c (load_file): fix bug identified by
321         warnings I just added to gtktextbuffer
322
323 2001-06-14  Havoc Pennington  <hp@redhat.com>
324
325         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
326
327         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
328
329         * gtk/gtktextbtree.c: don't leak node data all over the place.
330
331         * demos/gtk-demo/main.c (main): create fontify tags for the right
332         buffer
333
334         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
335         to mention tags in the same table can't have the same name,
336         suggested by Skip Montanaro
337
338 2001-06-11  Havoc Pennington  <hp@redhat.com>
339
340         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
341         for trying to add two tags with same name to the tag table
342
343         * demos/gtk-demo/main.c (main): fix colors ;-)
344
345 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
346
347         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
348         that allows grouping together multiple windows so that grabs
349         within that set of windows only affect those windows.
350
351         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
352         signal for notification when a widget becomes shadowed
353         by a grab or is no longer shadowed by a grab.
354
355         * gtk/gtkwidget.c (gtk_widget_propagate_state)
356           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
357         insenstive widgets to maintain a grab.
358
359 2001-06-14  Alexander Larsson  <alexl@redhat.com>
360
361         * docs/README.linux-fb:
362         Add some example config files that can be used with the URW fonts.
363         
364         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
365         Set up the color ramps for DirectColor mode.
366
367 2001-06-11  Havoc Pennington  <hp@redhat.com>
368
369         * Release 1.3.6
370          
371 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
372
373         * gdk/linux-fb/gdkwindow-fb.c:
374         Unify shaped window code and make it repaint the area that used
375         to be part of the shape, but isn't anymore.
376
377 2001-06-11  Havoc Pennington  <hp@redhat.com>
378
379         * NEWS: Updates
380
381         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
382
383         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
384         
385 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
386
387         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
388         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
389         passes zero instead, so do we.
390         
391 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
392
393         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
394         Deep copy dash_list too.
395         (_gdk_fb_gc_new): Set default cap_style before
396         setting values.
397
398 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
399
400         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
401         gdk_keymap_get_direction): New functions.
402
403 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
404
405         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
406         gtk_tree_model_get_flags by adding a second flag for atk.
407
408         * gtk/gtktreemodel.c: make cursor behavior interact better with
409         mouse presses.
410
411 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
412
413         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
414         expand_row/collapse_row to be 2 signals each -- test_expand_row
415         and row_expanded as well as test_collapse_row and row_collapsed.
416
417 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
418
419         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
420         signal name to be changed instead of selection_changed.
421
422 2001-06-08  Havoc Pennington  <hp@redhat.com>
423
424         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
425         "scroll_offset" property for notification when the layout offsets
426         may have changed
427         (gtk_entry_adjust_scroll): add notify for scroll_offset
428         (gtk_entry_layout_index_to_text_index): function to compensate for
429         preedit string when doing coordinate stuff on the entry's layout
430         (gtk_entry_text_index_to_layout_index): inverse function
431         (gtk_entry_get_layout_offsets): hook to get current position of
432         the layout      
433         (gtk_entry_get_layout): hook to get the layout itself.
434
435         * gtk/gtklabel.c (gtk_label_get_layout): new function
436
437 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
438
439         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
440         keybinding.
441         (gtk_tree_view_focus): Fix merge conflict.
442
443 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
444
445         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
446         clean up cursor handling.
447
448 2001-06-08  Havoc Pennington  <hp@redhat.com>
449
450         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
451         function
452
453         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
454         this function
455
456 2001-06-08  Alex Larsson  <alexl@redhat.com>
457
458         * gtk/gtkcompat.h.in:
459         Added compat macros for all old GTK_TYPE_GDK_xxx types.
460         Fixes bug #52892
461
462 2001-06-08  Havoc Pennington  <hp@redhat.com>
463         
464         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
465         parent still
466
467 2001-06-08  Havoc Pennington  <hp@redhat.com>
468
469         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
470         don't call g_list funcs on GSList
471
472         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
473         gtk_container_focus(), since some widgets have focusable locations
474         which are not other widgets. These widgets should not have to be 
475         containers just to manage the focus. For example, GtkHSV is
476         currently a container for no good reason. Also, this cleans
477         up the "if (is_container && is_sensitive && is_drawable)
478         container_focus ()" mess in widget implementations.
479
480         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
481         function, and have it just call gtk_widget_child_focus().
482
483         * gtk/gtkhsv.c: derive from widget not container
484         
485         Throughout: fix to reflect GtkContainer::focus change
486         
487 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
488
489         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
490         range.  Fix bug #55921
491
492         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
493         (#55920).
494
495 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
496
497         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
498         and gdk_keymap_get_current_direction().
499
500         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
501           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
502         the current locked group, use it to set the keymap
503         direction.
504
505         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
506         to determine whether we draw a split cursor or use
507         a jumping cursor based on the current direction.
508
509         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
510         Obey the split cursor setting. 
511
512 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
513
514         * gtk/gtkimmulticontext.c (activate_cb): Only activate
515         when toggling on, not when toggling off... (#55906)
516
517 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
518
519         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
520         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
521         in docs. (#55812, Vitaly Tishkov)
522
523 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
524
525         * demos/gtk-demo/main.c (create_tree): Changed signal name from
526         selection_changed to changed in signal connection to GtkTreeSelection,
527         also used g_signal_connectc since GtkTreeSelection is now a GObject.
528
529 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
530
531         * gtk/gtktreeselection.c: Now it's a GObject instead of a
532         GtkObject.  The GtkTreeSelection::selection_changed signal is now
533         the GtkTreeSelection::changed signal.
534
535         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
536         object.
537
538         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
539         object.
540
541 2001-06-07  Havoc Pennington  <hp@redhat.com>
542
543         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
544
545 2001-06-07  Havoc Pennington  <hp@redhat.com>
546         
547         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
548         (not tested yet because with absolute path to srcdir I can't build
549         atk, but it was broken anyway so this may help) 
550
551 2001-06-07  Havoc Pennington  <hp@redhat.com>
552
553         * configure.in: output m4macros/Makefile
554         
555 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
556
557         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
558         buttons.  Fixes #55460 reported by matthiasc@poet.de.
559
560 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
561
562         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
563         expansion/collapsing so it only happens in one place.
564         (gtk_tree_view_real_expand_row): ditto.
565
566 2001-06-07  Havoc Pennington  <hp@redhat.com>
567
568         * tests/Makefile.am: add missing -I flag
569
570         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
571
572         * configure.in: use pkg-config to see if GModule is
573         supported; fix to properly turn on included loaders 
574         when GModule isn't supported; don't use AC_CHECK_LIB 
575         when libs are not installed yet
576
577         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
578
579         * Makefile.am (SUBDIRS): add m4macros subdir
580
581         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
582         dependencies also.
583
584 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
585
586         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
587         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
588
589 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
590
591         * gtk/gtktreeview.c
592         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
593         bindings to expand and collapse rows.
594         (gtk_tree_view_real_select_cursor_parent): New key binding.
595         (gtk_tree_view_real_toggle_cursor_row): New key binding.
596
597         * gtk/gtkmarshal.list: new
598         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
599
600 2001-06-06  Havoc Pennington  <hp@redhat.com>
601
602         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
603
604         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
605         Down to move visually rather than logically, since it confuses 
606         people. Add -/+ and Ctrl--/+ bindings for logical movement.
607
608 2001-06-06  Alex Larsson  <alexl@redhat.com>
609
610         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
611         Fix up error messages.
612
613 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
614
615         * gtk/gtktooltips.h: Include gtkwidget.h 
616         (#55798, Karl Nelson)
617
618         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
619         a valid latin-1 character. (Marc Lehmann, #35467)
620
621         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
622         (Marc Lehmann, #35467)
623         
624 2001-06-05  Alex Larsson  <alexl@redhat.com>
625
626         * demos/gtk-demo/appwindow.c (do_appwindow):
627         Don't swap the order of the args to gtk_widget_destroyed.
628
629         * tests/testgtk.c (destroy_properties):
630         Don't crash when the properties window is destroyed.
631
632         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
633         Use with_mnemonics to handle the case of stock items with
634         underscores in them.
635
636 2001-06-05  Havoc Pennington  <hp@redhat.com>
637
638         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
639         gtk_text_iter_reorder
640
641 2001-06-05  Havoc Pennington  <hp@redhat.com>
642
643         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
644
645 2001-06-05  Havoc Pennington  <hp@redhat.com>
646
647         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
648         to the range that was set
649
650         * gtk/gtkrange.c: add value_changed signal, primarily 
651         intended for use with GtkScale
652         (gtk_range_set_increments): new function
653         (gtk_range_set_range): new function with weird name
654         (gtk_range_set_value): new function
655         (gtk_range_get_value): new function
656
657         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
658         from gtk_spin_button_get_value_as_float(). Compat #define
659         added for get_value_as_float.
660
661         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
662
663         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
664
665 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
666
667         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
668
669 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
670
671         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
672
673         * tests/testgtk.c (create_tooltips): Remove usage of
674         gtk_widget_set().
675
676 2001-06-05  Havoc Pennington  <hp@redhat.com>
677
678         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
679
680         Applying patch from Jeff Franks, with function docs added.
681         
682         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
683         remove call to set_mnemonic_widget, change docs a bit.  
684
685         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
686         new function
687
688         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
689         new function
690
691         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
692
693         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
694         function
695         (gtk_radio_button_new_with_mnemonic_from_widget): new function
696
697         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
698         new function
699
700         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
701         function        
702
703         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
704         auto-selection of mnemonic widget.
705
706 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
707
708         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
709         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
710         (gtk_tree_view_column_set_min_width): ditto.
711
712 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
713
714         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
715         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
716
717 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
718
719         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
720         gtk_clist_thaw().
721
722 2001-06-04  Havoc Pennington  <hp@pobox.com>
723
724         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
725         releases for buttons 6, 7
726
727 2001-06-04  Havoc Pennington  <hp@redhat.com>
728
729         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
730         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
731         #55562
732
733 2001-06-04  Havoc Pennington  <hp@redhat.com>
734
735         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
736         where text_view->layout == NULL by assuming its size is 0, 
737         i.e. same as if we haven't done any reflow. Reported by 
738         Hidetoshi Tajima #55448 
739
740 2001-06-04  Havoc Pennington  <hp@redhat.com>
741
742         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
743         and 7 for scroll left/right, from Thomas Broyer
744
745 2001-05-10  Havoc Pennington  <hp@redhat.com>
746
747         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
748         we need to parse the xsetting as if it were an RC file string.
749
750         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
751         value of palette from settings, not from static variable
752
753         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
754         xsettings translation table
755
756         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
757         hardcoding the toolbar style conflicts with new customizable 
758         toolbar style philosophy
759         (gtk_toolbar_class_init): add settings for default toolbar style;
760         these are used unless the app specifically forces a toolbar style
761
762         * gtk/gtksettings.c (settings_install_property_parser): only
763         return at the start if we warn and parser == NULL
764
765         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
766         palette changed handler so we don't notify dead color selections
767
768         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
769         xthickness/ythickness of 0 or 1 properly 
770         (gtk_default_draw_resize_grip): clear the background behind the
771         resize grips, and align to bottom right if we square the 
772         area to be drawn.
773
774         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
775         statusbar label to 1, so it doesn't make toplevels resize oddly
776         (gtk_statusbar_size_request): add grip size to request
777         (gtk_statusbar_size_allocate): hack so the hbox still works with 
778         the grip size in the request
779
780         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
781         bug where showing all on a toplevel makes the toolbar 
782         button text appear despite the toolbar mode
783
784         * gtk/gtkmenubar.c: add internal padding style property
785
786         * gtk/gtktoolbar.c: Add internal padding style property; add
787         shadow type style property
788
789         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
790         state; and put Container::border_width outside the frame
791
792         * gtk/gtktextview.c: don't draw focus rectangle if we're in
793         interior focus mode, we just use blinking cursor
794
795 2001-06-04  Havoc Pennington  <hp@redhat.com>
796
797         * configure.in: Make gdk-pixbuf have same version number as GTK
798
799 2001-06-04  Havoc Pennington  <hp@redhat.com>
800
801         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
802         digits greater than 6. If there actually are limits (which there
803         likely aren't), should clamp to them not warn.
804         (gtk_spin_button_new_with_range): don't take log of 0
805         (gtk_spin_button_size_request): use digits to compute size
806         request, rather than step increment.
807
808         * tests/testgtk.c (create_spins): test larger values of digits
809         
810         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
811         font on map not expose, so we don't get weirdness during scrolling
812
813 2001-06-04  Havoc Pennington  <hp@redhat.com>
814
815         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
816         Sam Solon, bug #54577, update value even if not drawable.
817
818 2001-06-04  Havoc Pennington  <hp@redhat.com>
819
820         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
821         SCROLL_LEFT, reported by Thomas Broyer.
822
823 2001-06-04  Havoc Pennington  <hp@redhat.com>
824
825         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
826         Process updates immediately, to prevent funny lag effect
827         when scrolling, at some mild potential efficiency cost.
828
829 2001-06-04  Havoc Pennington  <hp@redhat.com>
830
831         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
832         slider on the click.
833
834 2001-06-03  Havoc Pennington  <hp@pobox.com>
835
836         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
837         hscale/vscale details, so we can use it for scrollbar as well.
838
839         * tests/testgtk.c (reformat_value): honor digits from GtkScale
840
841         * gtk/gtkenums.h (GtkTroughType): Remove this enum
842         (GtkScrollType): add START and END from GtkTroughType
843
844         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
845         its x/y arguments
846
847         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
848         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
849         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
850         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
851         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
852
853         Notable changes in the process:
854          
855         - stepper_size style property is the height for vertical 
856           ranges, width for horizontal; the other dimension matches
857           the trough size
858         - add ability to do NeXT-style steppers (and several other styles
859           that don't make any sense)
860         - added min_slider_length, fixed_slider_length properties to
861           GtkScrollbar
862         - cleaned some private (or at least useless) functions out of
863           gtkscale.h    
864         - moved bindings to GtkScale from subclasses, even arrow keys,
865           since blind users don't know scale orientation.
866         - change move_slider action signal to use new GtkScrollType,
867           remove GtkTroughType argument
868         - digits rounds the values a range will input to the given 
869           number of decimals, but will not try to force adjustment 
870           values set by other controllers. That is, we no longer
871           modify adjustment->value inside a value_changed handler.
872         - added getters for GtkScale setters
873         - middle-click begins a slider drag
874         
875 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
876
877         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
878         getting the focus code to work.
879         (gtk_tree_view_class_init): Add a bunch of keybindings.
880
881         * gtk/gtktreeviewcolumn.c
882         (gtk_tree_view_column_set_cell_data_func):
883         s/GtkCellDataFunc/GtkTreeCellDataFunc.
884         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
885         of "properties_changed" to help justify the death of the latter
886         signal. (-:
887
888         * tests/testtreefocus.c (main): Let some columns be focussable to
889         test focus better.
890
891 2001-06-01  Havoc Pennington  <hp@redhat.com>
892
893         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
894         
895         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
896         overwrite in overwrite mode if we already deleted the selection
897         and replaced it with new text.  
898
899         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
900         selection to an empty range, clear the clipboard if we owned it.
901         (gtk_label_set_selectable): give up selection if we become
902         unselectable.
903         (gtk_label_state_changed): override state changed to unselect text
904         when insensitive
905         (get_text_callback): add paranoia check that indexes aren't
906         outside of label->text
907         (gtk_label_select_region): make -1 for start_offset mean "end of
908         label," for consistency with GtkEditable
909
910         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
911         GTK_DIALOG_NO_SEPARATOR flag
912
913 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
914
915         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
916         notifications on non-existant "enable_arrow_keys".
917         (#53753, Skip Montanaro)
918
919 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
920
921         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
922         GDK_TYPE_RECTANGLE.
923
924         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
925         of allocation argument be GDK_TYPE_RECTANGLE.
926
927 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
928
929         * gtk/gtkoptionmenu.c: Account for the fact that the border
930         width is _outside_ the window. (Fixes #54585, bug found
931         by Bastien Nocera.)
932
933 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
934
935         * gtk/gtksettings.c (gtk_settings_get_property): Validate
936         value from GDK settings against parameter spec.
937
938         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
939         to temporary values and use g_value_transform(), since
940         thinking that GValue was going to be easy or efficient
941         to use was, of course, a mistake.
942
943         * gtk/gtksettings.c: Add cursor blink setting.
944         
945         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
946
947         * gtk/gtkentry.c: Add cursor blinking.
948
949         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
950         cursor blink global settings.
951
952         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
953         for :text_position in places where it is missing.
954
955 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
956
957         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
958
959 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
960
961         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
962         not pkg-config. (#51032)
963
964         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
965         (fixes #51952, James Henstridge)
966         
967 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
968
969         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
970         Rename to the more correct gtk-go-up.
971
972         * gtk/stock-icons/stock_menu_sort_ascending.png:
973         Added new file.
974         
975         * gtk/stock-icons/stock_menu_sort_descending.png:
976         Changed to show descending instead of ascending.
977
978         * gtk/gtkiconfactory.c:
979         Added menu size icon to sort ascending.
980
981         * gtk/stock-icons/Makefile.am:
982         Added stock_menu_sort_ascending.png.
983         
984         * gtk/gtkseparatormenuitem.c:
985         Use correct typenames.
986
987 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
988
989         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
990         gulong as in GSignal.
991
992 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
993
994         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
995         instances of GtkCellRenderer in code (all but dnd icon code).
996         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
997         there, and I can do multiple Cells per column.
998
999         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
1000
1001         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
1002         when model was unreffed prior to removing the row reference.
1003
1004 2001-05-25  Havoc Pennington  <hp@redhat.com>
1005
1006         * gtk/gtkiconfactory.c: fix so that default icons are created if 
1007         you call gtk_stock_list_ids()
1008
1009         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
1010         in list
1011
1012 2001-05-25  Havoc Pennington  <hp@redhat.com>
1013
1014         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
1015         set can render without falling back to missing image icon
1016
1017         * gtk/gtktextview.c (gtk_text_view_size_request): request full
1018         size of text, instead of random values
1019
1020         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
1021         size of tree view, instead of random values
1022
1023         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
1024         image in an appropriate size
1025
1026         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
1027         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
1028
1029         Throughout: fix GTK_STOCK_BUTTON_ instances
1030         
1031         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
1032         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
1033         Add a bunch of new stock items/icons
1034
1035         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
1036         new function, convenience for inserting columns with a data func
1037
1038         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
1039         (_gtk_icon_factory_list_ids): use list of all factories to
1040         generate a list of all known IDs
1041
1042         * gtk/gtkstock.c (gtk_stock_list_ids): replace
1043         gtk_stock_list_items() with a function that returns all IDs known
1044         including those for GtkIconFactory.
1045
1046 2001-05-25  Hans Breuer  <hans@breuer.org>
1047
1048         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
1049         work -> check boxes and radio buttons are drawn now, even on win9x.
1050         Improved line settings a bit, still no clue how to get really dotted
1051         lines on win9x, on NT it's PS_ALTERNATE.
1052
1053         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
1054         GDK_HINT_MIN_SIZE as well
1055
1056         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
1057
1058         * gtk/gtk.def : updated
1059
1060         * gtk/gtktreeprivate.h : change column_drop_func to be a function
1061         pointer not a function pointer pointer
1062
1063         * tests/testdnd.c : include <stdlib.h> for putenv prototype
1064
1065         * tests/testsocket.c : made it compile on win32 again
1066
1067         * tests/makefile.msc : one more test-app uses prop-editor.obj
1068
1069 2001-05-22  Havoc Pennington  <hp@pobox.com>
1070
1071         * gtk/gtkbin.c (gtk_bin_get_child): New function
1072
1073 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
1074
1075         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
1076         to ignore when doing compose processing.
1077
1078 2001-05-22  Joe Shaw  <joe@ximian.com>
1079
1080         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
1081         Simplify as suggested by Havoc. Just get the last iter and work
1082         backward to the tag instead of getting a line and working back from
1083         there. Fixes passing in an invalid offset to
1084         iter_init_from_byte_offset().
1085
1086 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
1087
1088         * gtk/gtktreeview*.h: 
1089         * gtk/gtkcell*.h:
1090         * gtk/gtk*store.h:
1091         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
1092         macros to all objects.
1093
1094 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
1095
1096         * gtk/gtkcellrenderertext.c
1097         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
1098         with very large (TM) amounts of text.  May be moved to
1099         GtkCellRenderer in the future, though I'm not sure it wants to be
1100         this accessible.
1101
1102         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
1103         More sanity brought to this class.  I like it.
1104
1105         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
1106         case.  Kids, don't try this at home.
1107
1108         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
1109         convenience function.
1110
1111         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
1112
1113 2001-05-21  Alexander Larsson  <alexl@redhat.com>
1114
1115         * gtk/gtkfontsel.c:
1116         Added properties. Based on patch by Lee Mallabone.
1117
1118         * gtk/gtkruler.c:
1119         * gtk/gtkhruler.c:
1120         * gtk/gtkvruler.c:
1121         * gtk/gtktext.c:
1122         * gtk/gtktextview.c:
1123         Converted GtkArg to GParam. Based on patches by John Margaglione.
1124
1125         * tests/Makefile.am:
1126         * tests/testtext.c:
1127         Add a property editor to testtext.
1128         
1129 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
1130
1131         * gtk/gtk{h,v,}paned.c: Only show the separator if 
1132
1133         * configure.in: Fixed reversed conditional causing all image
1134         libraries to be linked in.
1135
1136 2001-05-21  Joe Shaw  <joe@ximian.com>
1137
1138         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
1139         that top_y needs to be >= 0.
1140
1141 2001-05-11  Havoc Pennington  <hp@pobox.com>
1142         
1143         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
1144         losing connection to the X server.
1145
1146 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
1147
1148         * configure.in: Start checks for X from pangox/pangoxft
1149         CFLAGS to avoid duplicate libraries.
1150
1151         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
1152
1153         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
1154         to include gobject.
1155         
1156 2001-05-18  Alexander Larsson  <alexl@redhat.com>
1157
1158         * gtk/gtkspinbutton.c:
1159         Convert GtkArgs to GParams. Based on patch by John Margaglione.
1160         Also do size request reasonable for MAXDOUBLE. Previously it printed
1161         the limits to a buffer and overran it. Instead do it using log10() and
1162         limit the width to 10 digits.
1163         
1164         * gtk/gtkwidget.c (gtk_widget_get_property):
1165         Correctly handle setting the parent property to NULL.
1166
1167 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
1168
1169         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
1170         style attributes even if the widget isn't realized.
1171
1172         * demos/gtk-demo/main.c: Use a slightly smaller font.
1173
1174 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
1175
1176         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
1177         This is something that only a widget writer would ever want
1178         to change.
1179
1180         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
1181         gtk_signal_emit_by_name().
1182
1183         * gtk/gtkviewport.c: Fix some warnings.
1184
1185         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
1186         allowing the requisitions of multiple widgets to be grouped
1187         together.
1188
1189         * tests/testgtk.c: Add GtkSizeGroup test
1190
1191         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
1192
1193         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
1194         warnings.
1195
1196         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
1197
1198 2001-04-28  Martin Baulig  <baulig@suse.de>
1199
1200         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
1201         to gtk_image_menu_item_set_icon() and made it work if there's already
1202         an image.
1203         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
1204         (gtk_image_menu_item_new_with_label): New function.
1205
1206 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
1207
1208         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
1209         highlighting code!!!!  The result is okay so long as you don't try
1210         to stress it.  It also highlights a bug in the TextView so it's in
1211         an unproportional font right now until it's fixed.
1212
1213         *demos/gtk-demo/*.c: Clean up code a bit to make it
1214         ugly-parser(TM) friendly. (-:
1215
1216 2001-05-17  Joe Shaw  <joe@ximian.com>
1217
1218         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
1219         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
1220         if it is only partially onscreen.
1221
1222 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
1223
1224         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
1225         not by characters.
1226
1227         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
1228         are not zero or one; that is, when graphemes of multiple characters
1229         are involved.
1230
1231         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
1232         FIXME.
1233
1234 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
1235         
1236         * gtk/gtkbbox.c:
1237         Add properties, based on patch by Lee Mallabone.
1238
1239         * gtk/gtknotebook.c:
1240         * gtk/gtktoolbar.c:
1241         Convert from GtkArg to GParam, based on patch by John Margaglione.
1242         
1243         * gtk/gtkhscale.c:
1244         * gtk/gtkvscale.c:
1245         * gtk/gtkhscrollbar.c:
1246         * gtk/gtkvscrollbar.c:
1247         * gtk/gtkrange.c:
1248         Move adjustment property to GtkRange.
1249
1250         * gtk/gtklabel.c:
1251         Setup mnemonics on property changes
1252
1253         * gtk/gtkwidget.c (gtk_widget_get_property):
1254         GdkExtensionMode is an enum, not a flag. Set it with
1255         g_value_set_enum ().
1256
1257         * tests/prop-editor.c:
1258         Better propery editor.
1259
1260         * tests/testgtk.c:
1261         Add new property test. Pass zero to the property editor to
1262         get properties from all derived types.
1263         
1264 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
1265
1266         * autogen.sh (have_automake): Require libtool-1.4,
1267         automake-1.4p1.
1268
1269         * acinclude.m4: Remove libtool macros.
1270
1271         * gdk-pixbuf/Makefile.am: Add dependencies to loade
1272         modules.
1273
1274         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
1275         for libgdk.
1276
1277         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
1278         libgdk.la for libgtk.
1279
1280         * modules/input/Makefile.am: Make modules have full
1281         dependencies.
1282
1283 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
1284
1285         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
1286         #54699 where paths weren't being checked for correctness.
1287
1288 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
1289
1290         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
1291         in any order you wan, whether or not the column is added to the
1292         tree, or the tree is realized.  Yay!
1293
1294         * gtk/gtktreeviewcolumn.c
1295         (gtk_tree_view_column_setup_sort_column_id_callback): handle
1296         sorting columns a lot saner
1297
1298         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
1299         new function to actually set wether or not a column is
1300         reorderable.
1301
1302         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
1303         if we have 'em.
1304
1305         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
1306         Fix nasty bug where we were showing the button just before
1307         realizing it.  As a result, the parent window was
1308         tree_view->window instead of tree_view->priv->header_window.
1309
1310         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
1311         to let you easily reorder a list or tree.
1312
1313 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
1314
1315         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
1316         from args to properties.
1317
1318 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
1319
1320         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
1321         from args to properties. (#51957)
1322
1323         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
1324         calls to after ->set_property call.
1325
1326 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
1327
1328         * tests/prop-editor.c: Block against redundant changes.
1329
1330         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
1331         properties.
1332
1333 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
1334
1335         * gdk/gdkpixmap.h: Remove creative formatting.
1336
1337 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
1338
1339         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
1340         property API. (#51669)
1341
1342         * gtk/gtkscale.c: Patch from John Margaglione converting to
1343         property API. (#51891)
1344
1345         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
1346         to property API. (#50985)
1347
1348 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
1349
1350         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
1351         buffering state across expose event, so we still call end_paint().
1352
1353 2001-05-11  Alexander Larsson  <alexl@redhat.com>
1354
1355         * gtk/gtkhsv.c (paint_triangle):
1356         Expose the ring in the triangle at the correct place when
1357         exposing just a part of the triangle.
1358
1359         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
1360         Return FALSE, or window focusing will not work.
1361
1362 2001-05-11  Havoc Pennington  <hp@pobox.com>
1363
1364         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
1365         #54144
1366
1367         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
1368         bug #54330
1369
1370 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
1371
1372         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
1373         propagate exposes to NULL child.
1374
1375         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
1376         against not having one of the scrollbars.
1377
1378         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
1379         we don't keep a mnemonic window if we have no mnemonic installed.
1380
1381 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
1382
1383         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
1384         it has the _important_ side effect of initializing a class.
1385
1386 2001-05-10  Alexander Larsson  <alexl@redhat.com>
1387
1388         * gdk/linux-fb/gdkprivate-fb.h:
1389         Make sure you can compile out the implementation/wrapper assert
1390         macros.
1391
1392         * gdk/linux-fb/gdkdrawable-fb2.c:
1393         Check implementation/wrappers, initialize type for pixmap dummys.
1394
1395         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
1396         Hide the cursor if reading from the screen.
1397
1398         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
1399         Fix sign bug in tiling code.
1400
1401         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
1402         Handle background pixmaps.
1403
1404 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
1405
1406         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
1407         function to let user control where columns are dragged.
1408
1409         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
1410         Escape is pressed.
1411
1412 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
1413
1414         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
1415         "columns_changed" signal.
1416         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
1417         motion code to draw arrows to the side if indicator is outside the
1418         widget.
1419         (gtk_tree_view_map_expanded_rows): Implement.
1420
1421 2001-05-07  Alexander Larsson  <alexl@redhat.com>
1422
1423         * demos/testpixbuf-save.c: 
1424         * demos/testpixbuf-drawable.c:
1425         Include gdkfb.h on linux-fb.
1426
1427 2001-05-07  Alexander Larsson  <alexl@redhat.com>
1428
1429         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
1430         New function for getting toplevel window at position.
1431         (gdk_drag_find_window): Use get_toplevel_window () instead
1432         of gdk_window_get_pointer(). (gdk_drag_status): Use
1433         correct context for getting window.
1434
1435         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
1436         g_strdup the atom name.
1437
1438         * gdk/linux-fb/gdkwindow-fb.c:
1439         Costmetic fix.
1440
1441         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
1442         Add code for changing cursor on linux-fb backend (same as
1443         win32).
1444
1445 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
1446
1447         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
1448         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
1449         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
1450         report was not for the development branch of GTK+, but it applies
1451         anyways).
1452
1453 2001-05-04  Havoc Pennington  <hp@redhat.com>
1454
1455         * configure.in: fix some shell typos
1456
1457         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
1458
1459         * gtk/gtkimage.c: handle animations
1460
1461         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
1462         border_width * 2, not just border_width
1463
1464         * gtk/gtkscale.c: add "format_value" signal to allow people
1465         to override the way values are drawn.
1466         (gtk_scale_get_value_size): fix width/height mistake,
1467         and compute size from actual displayed text, not 
1468         from made-up text.
1469
1470         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
1471         signal registration
1472
1473         * tests/testtext.c: Add "Remove all tags" menu item for testing
1474
1475         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
1476
1477         * demos/gtk-demo/main.c (main): add hack so we can find modules
1478         without installing gtk
1479
1480         * demos/gtk-demo/textview.c (insert_text): demo font scaling
1481
1482         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
1483         factor)
1484         (gtk_cell_renderer_text_set_property): remove some bogus
1485         g_object_notify
1486
1487         * gtk/gtktexttag.c: add "scale" property which is a font scaling
1488         factor
1489
1490         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
1491         to layout
1492
1493         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
1494         gtk_text_iter_is_first
1495
1496 2001-01-06  Hans Breuer  <hans@breuer.org>
1497
1498         * gdk/gdk.def : updated exports
1499
1500         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
1501         gdk won't compile anymore
1502  
1503         * gdk/win32/gdkevents-win32.c : initialize ret_val when
1504         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
1505         Improved gdk_flush () to not only do pending drawing operations
1506         but also process all currently pending events. This should make
1507         the behaviour more similar to the X11 version.  
1508
1509         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
1510         option needs to be set even if there is no GDK_GC_BACKGROUND.
1511         (gdk_win32_hdc_get) : use predraw_set_background () independent
1512         of value_mask. This allows to draw dashed lines leaving the original
1513         background intact.
1514
1515         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
1516         after processing, because we can't reuse it as the X11 version does.
1517
1518         * gtk/gtk.def : updated exports
1519
1520         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
1521         would like to get rid of this file again, and use straight
1522         makefile.msc again, as the other Gtk+ subdirs do)
1523
1524         * test/makefile.msc (new file) : build the test apps here
1525
1526 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
1527
1528         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
1529         strike-through setting
1530         (gdk_draw_layout_line_with_colors): Render strike-through
1531
1532 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
1533
1534         * Release 1.3.5
1535
1536         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
1537
1538         * NEWS: Updated
1539
1540         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
1541         Makefile breakage.
1542
1543 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
1544
1545         * demos/gtk-demo/images.c (progressive_timeout): Fix
1546         typo in filename.
1547
1548         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
1549         out FIXME warning; just too annoying.
1550
1551 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
1552
1553         * gdk/linux-fb/gdkcolor-fb.c:
1554         Better error messages.
1555
1556         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
1557         Initialize abs_x and abs_y.
1558         
1559         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
1560         Correct handling of stipple offset.
1561
1562         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
1563         Treat directcolor framebuffers as truecolor.
1564         
1565 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
1566
1567         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
1568         dependency on Atk for accessibility support.
1569
1570         * configure.in **/Makefile.am: Major reworking of substituted
1571         variables for CFLAGS/LIBS to make a lot more sane and 
1572         keep the the compile/link lines a bit shorter.
1573
1574         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
1575
1576 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
1577
1578         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
1579         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
1580         use _gtk_boolean_handled_accumulator.
1581
1582 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
1583
1584         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
1585         to fix things so clicking inside selection leaves cursor
1586         at point where clicked. (#50324)
1587
1588         * gtk/gtksettings.c (gtk_settings_class_init): Restore
1589         sane value for default double click time.
1590
1591         * tests/testtext.c (test_init): Really path to input modules.
1592
1593 2001-05-03  Sven Neumann  <sven@convergence.de>
1594
1595         * demos/testpixbuf-save.c: include target-specific headers as
1596         done in testpixbuf-drawable.c
1597
1598 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
1599
1600         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
1601         new_text_length appropriately when we run into the 
1602         size limit for the entry. (#53445, reported by Jeff Franks)
1603
1604         * tests/testgtk.c (create_entry): Remove most of the
1605         property toggle buttons. Replace with a "Props" button
1606         that brings up a property editor.
1607
1608         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
1609         Split the property editor code out for reuse, improve.
1610
1611 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
1612
1613         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
1614         trap errors around calls to XSetInputFocus since we have
1615         no way of knowing reliably whether we are viewable or
1616         not. (#53947)
1617
1618 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
1619
1620         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1621         fix bug in dropping columns.  Moving columns now basically works
1622         modula some fine tuning.
1623
1624 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
1625
1626         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
1627         autoscroll support.  It mostly works, but could use some fine
1628         tuning.
1629         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1630         Actually move the column.
1631
1632 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
1633
1634         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
1635           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
1636           New default theme! A slighly improved version of the 2.0 Raleigh
1637           theme, with Windows-esque focus/drawing default. 
1638           (GtkWidget::interior_focus defaults to TRUE.)
1639
1640         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
1641
1642 2001-04-30  Havoc Pennington  <hp@pobox.com>
1643
1644         * tests/testtext.c (line_numbers_expose): fix to work with
1645         gtk_paint_layout change
1646
1647 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1648
1649         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
1650           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
1651           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
1652           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
1653
1654         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
1655           with GtkWidget::interior_focus = TRUE better.
1656
1657         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
1658         ::default_outside_border for more flexibility.
1659
1660         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
1661         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
1662         change that had to be made with g_object_get.
1663
1664 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
1665
1666         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
1667         (gtk_tree_view_move_column_after): Clean up interface. 
1668
1669 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
1670
1671         * gtk/gtkpacker.h:
1672         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
1673          to gtkenum.h.
1674
1675         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
1676         handled in switch).
1677
1678         * gtk/Makefile.am:
1679         (gtk.defs): generate enum portions with  glib-mkenums.
1680         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
1681         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
1682         
1683         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
1684         addition.
1685
1686         * docs/Changes-2.0.txt: keep a note on signal handlers now
1687         not getting emitted during the emission they were connected within.
1688
1689 2001-04-28  Havoc Pennington  <hp@pobox.com>
1690
1691         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
1692
1693 2001-04-24  Havoc Pennington  <hp@redhat.com>
1694
1695         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
1696         (gtk_text_layout_move_iter_to_next_line): fix these two for
1697         invisible text, lots of other stuff still hosed.
1698
1699         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
1700         new function, replaces the get/set palette stuff. This function 
1701         is intended for use by libgnomeui which should set the hook to a
1702         thing which sets the palette in GConf, and we need the
1703         GConf-to-xsettings proxy which will result in the change being
1704         propagated back to the GTK app.
1705
1706         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
1707         about unusable signals that it may be because the signal has 
1708         parameters.
1709
1710         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
1711         style, otherwise gtkrc.c won't know to create a new GtkStyle for
1712         it.
1713         (gtk_widget_modify_color_component): call
1714         gtk_widget_modify_style() so the rc style will get copied.
1715         (gtk_widget_modify_font): ditto
1716
1717         * gtk/gtkrc.c: make a couple variables static
1718
1719         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
1720         help button by default, since it does nothing
1721
1722         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
1723         around with UI
1724
1725         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
1726         so we can have tooltips
1727
1728         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
1729         can have tooltips
1730
1731         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
1732         GDK_ENABLE_BROKEN, because its memory behavior is completely
1733         hosed.
1734
1735         * gtk/gtknotebook.c: remove key press handler, replace with
1736         binding set, add numeric keypad support
1737
1738         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
1739
1740         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
1741
1742         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
1743         addition to plain Delete
1744
1745         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
1746         GDK_KP_Enter in addition to GDK_Return
1747
1748         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
1749         activate on entry instead of key press
1750         (gtk_font_selection_on_clist_key_press): get
1751         rid of this signal handler, not needed with new font sel.
1752
1753         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
1754         no-longer-needed emit_stop_by_name(), just return TRUE
1755
1756         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
1757         cruft, this widget is no longer focusable.
1758
1759         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
1760         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
1761         move_slider action signal, add binding set for vscale/hscale, in
1762         the process support numeric keypad
1763
1764         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
1765         make GDK_Return and GDK_KP_Enter activate the entry via 
1766         binding set, instead of hardcoded.
1767
1768 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
1769
1770         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
1771         code.  Some documentation added.
1772
1773 2001-04-27  Havoc Pennington  <hp@redhat.com>
1774
1775         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
1776
1777         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
1778
1779         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
1780         line/para separators
1781         (gtk_entry_create_layout): set single paragraph mode on the layout
1782
1783         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
1784         spacing between the image and label; instead, inside a button box 
1785         the button will get extra space that will go there, but if people 
1786         configure button box for 0 chubbiness, then there's no spacing.
1787
1788         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
1789         and min/max size style properties, so people can tune their
1790         chubbiness.
1791
1792         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
1793         functions
1794
1795         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
1796         space_style, and button_relief into style properties, remove
1797         functions for setting them
1798         
1799         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
1800         it back down
1801
1802         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
1803         types from gtk_widget_style_get
1804
1805         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
1806         with a style property.
1807
1808         * gdk/x11/gdkevents-x11.c: namespace the settings
1809
1810         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
1811
1812         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
1813         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
1814         be used. Also, translate doc strings for settings. Also, namespace
1815         the double-click-time property. Also, remove bell properties crap.
1816
1817 2001-04-27  Sven Neumann  <sven@gimp.org>
1818
1819         * Makefile.am: before creating links, check if pkg-config files
1820         exist for the default target. Otherwise link to the pkg-config files
1821         that got installed with this build.
1822
1823 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
1824
1825         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
1826         dragging code.  Revealed some (potential) GdkWindow bugs.
1827
1828         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
1829         _gdk_window_init_position to the end of reparent to fix the case
1830         of reparenting when new_x != old_x and new_y != old_y.
1831
1832 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
1833
1834         * gtk/gtkentry.c (strstr_len): Fix optimization that
1835         was correct for the use here, but completely incorrect
1836         in general.
1837
1838 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
1839
1840         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
1841         until patch adding gtk_window_set_size() is recommitted. 
1842
1843         * **Makefile.am configure.in gdk/x11/gdkim-11.c
1844           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
1845           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
1846           (#10784)
1847
1848 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
1849
1850         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
1851         window == NULL in a number of cases.
1852
1853         * tests/testdnd.c: Set module path for gdk-pixbuf.
1854
1855 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
1856
1857         * gtk/Makefile.am xembed.h: File containing #defines
1858         for XEMBED protocol.
1859
1860         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
1861
1862         - Change protocol from old plug/socket specific protocol
1863           to XEMBED draft
1864         - Various fixes to work with GTK+-2.0
1865
1866         Still quite a bit of work to do here to handle initiation
1867         from the socket side (as specified by XEMBED), to handle
1868         the more advanced features of XEMBED, and to figure out
1869         a good way to handle same-app embedding with less overhead
1870         than using full XEMBED.
1871
1872 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
1873
1874         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
1875         track of whether the toplevel has the focus; only send
1876         focus-in events to the focus widget when the window
1877         actually has the focus.
1878
1879 2001-04-25  Havoc Pennington  <hp@pobox.com>
1880
1881         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
1882         were still in the header
1883
1884 2001-04-24  Alexander Larsson  <alexl@redhat.com>
1885
1886         * gtk/gtkclist.[ch]:
1887         * gtk/gtkctree.c:
1888         When there is a row highlighted for D'n'D it must alse
1889         be painted hightlighted on exposes. Otherwise exposes from
1890         the icon being dragged will mess up the hightlight.
1891
1892         * gtk/gtkfontsel.c:
1893         Don't recenter selected font when exposing the font family
1894         clist. This means you can now actually scroll the font family
1895         list.
1896
1897         * gtk/gtknotebook.c:
1898         Fix focus movement on scrolling tabs that are placed on the left
1899         and right.
1900
1901 2001-04-21  Havoc Pennington  <hp@pobox.com>
1902
1903         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
1904         empty/invisible lines.
1905
1906         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
1907         (gtk_text_iter_set_visible_line_index): new functions to set
1908         indexes excluding invisible text
1909
1910         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
1911         index
1912
1913         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
1914         (gtk_text_iter_get_visible_line_offset): new functions to 
1915         get indexes excluding invisible text
1916
1917         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
1918         bunch of extra padding that served no purpose
1919
1920         * gtk/gtkdialog.c: Make all the spacings configurable via style
1921         properties, for chubbiness configuration in themes
1922
1923         * tests/testtext.c: fix path to the immodules.
1924         
1925 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
1926
1927         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
1928         got munched by #endif.
1929
1930         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
1931
1932         * gtk/gtktreeview.c: Refactored code to clean up a number of
1933         events.
1934
1935         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
1936         values to make consistent with other functions.  Spotted by Jeff
1937         Franks <jcf@tpg.com.au>.
1938
1939         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
1940         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
1941
1942 2001-04-23  Sven Neumann  <sven@gimp.org>
1943
1944         * gtk/Makefile.am
1945         * gtk/gtkplug.c
1946         * gtk/gtksocket.c: on request of Owen, reverted my last change 
1947         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
1948
1949 2001-04-23  Sven Neumann  <sven@gimp.org>
1950
1951         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
1952         compile for non-X11 targets again
1953
1954 2001-04-20  Alexander Larsson  <alexl@redhat.com>
1955
1956         * gtk/gtkcolorsel.[ch]:
1957         API Change. Take GdkColor arguments instead of gdouble *.
1958         Leave the old gtk_color_selection_set_color for compatibility,
1959         but marked deprecated.
1960         Do correct rounding when converting RGB <-> HSV.
1961         
1962         * gtk/gtkcolorseldialog.c:
1963         * tests/testgtk.c:
1964         Use new GtkColorSelection API.
1965
1966         * gtk/gtkhsv.c:
1967         Fix problem selecting colors in triangle when Hue is 330.
1968         Fix some black dots around the HSB triangle.
1969         
1970         * gtk/gtkfilesel.c:
1971         return FALSE from the focus_in_event handler to fix focus problems.
1972
1973 2001-04-18  Havoc Pennington  <hp@redhat.com>
1974
1975         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
1976         set, so keybindings are configurable    
1977         (gtk_window_activate_default): Change to activate the focus widget
1978         instead if there's a focus widget, to be consistent with the
1979         behavior that previously existed in key_press_event
1980
1981 2001-04-18  Havoc Pennington  <hp@redhat.com>
1982
1983         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
1984
1985 2001-04-18  Havoc Pennington  <hp@redhat.com>
1986
1987         Close bug #50615:
1988         
1989         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
1990         the layout
1991
1992         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
1993
1994         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
1995
1996         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
1997         
1998         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
1999         to blue for base, in addition to bg
2000         
2001 2001-04-18  Havoc Pennington  <hp@redhat.com>
2002
2003         * tests/testgtk.c (create_image): allow shrinking the image window
2004         to test that we clip to allocation.
2005
2006         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
2007         #9845
2008
2009         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
2010
2011 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
2012
2013         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
2014         mode on shm segments to 0600. We'll see who complains.
2015
2016         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
2017         _gdk_windowing_window_destroy() AFTER recursing through
2018         children.
2019
2020         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
2021         testsocket_child on X.
2022
2023         * tests/testsocket[_child].c: Fix uses of
2024         gtk_window_get_default_accel_group().
2025
2026         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
2027
2028         * gdk/gdkimage.c: (gdk_image_get):
2029         Deal with the possibility that XGetImage() might return NULL.
2030         Allocate the GdkImagePrivate structure only after XGetImage()
2031         succeeds in order not to dereference a NULL ximage pointer.  This
2032         prevents a core dump when XGetImage() fails - which is unlikely,
2033         but can happen due to race conditions accessing the geometries of
2034         drawables.  An x error will still be triggered, but the gdk image
2035         wrapper at least wont seg fault.
2036         
2037 2001-04-18  Havoc Pennington  <hp@redhat.com>
2038
2039         * gtk/gtkimage.c: fix to properly queue resizes when the image is
2040         set
2041
2042         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
2043         if the insertion point isn't editable
2044
2045         * demos/gtk-demo/images.c: Added a GtkImage demo
2046
2047         * demos/gtk-demo/drawingarea.c: drawing area demo
2048         
2049         * demos/gtk-demo/menus.c (create_menu): cleanups
2050
2051 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
2052
2053         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
2054           gdk/x11/gdkevents-x11.c: Introduce an extra child
2055         of toplevel windows that serves to hold the focus to
2056         avoid events being delivered to embedded windows.
2057
2058         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
2059         some extra variables to clean up code and reduce the
2060         number of casts.
2061
2062         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
2063         guint for 1 bit bit fields, not gboolean.
2064
2065 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
2066
2067         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
2068         not TRUE. (Fixes #52925)
2069
2070 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
2071
2072         * Released 1.3.4
2073
2074         * NEWS: Updated
2075
2076         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
2077         use GTK_TYPE_ENUM.
2078
2079 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
2080
2081         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2082
2083         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
2084         names to compatibility #defines so docs work.
2085
2086         * gtk/gtkenums.h: Remove GtkMenuFactoryType
2087
2088         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
2089
2090         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2091
2092         * tests/testgtkrc: No magenta cursors, please.
2093
2094         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
2095
2096         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
2097         
2098 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
2099
2100         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
2101         grabs, since they are no longer necessary.
2102
2103         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
2104         by signal_connect() and call gtk_button_pressed() rather
2105         than signal_connect_after().
2106
2107         * tests/testgtk.c: Restore radio menu items to combos 
2108         since they'll look OK with Raleigh, and it is easier
2109         than finishing the process of removing them that was
2110         started earlier.
2111
2112 2001-04-16  Hans Breuer  <hans@breuer.org>
2113
2114         * gdk/gdk.def :
2115         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
2116
2117         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
2118         we are interested in the functions return value not the function address
2119         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
2120
2121         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
2122
2123 2001-04-14  Hans Breuer  <hans@breuer.org>
2124
2125         * gdk/gdk.def :
2126         * gdk/makefile.msc : updated
2127
2128         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
2129         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
2130         (the testgtk::text backgound pixmap is drawn again)
2131         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
2132         Win32 Pango change
2133         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
2134
2135         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
2136         Not sure if the returned settings have the right unit, because I couldn't
2137         find any docs for the X version ...
2138
2139         * gtk/gtk.def :
2140         * gtk/makefile.msc.in : updated
2141
2142 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
2143
2144         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
2145         wording problems. (Compared to version from Johannes Stezenbach to
2146         check correctness.)
2147
2148 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
2149
2150         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
2151         this to compile.
2152
2153 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
2154
2155         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
2156         not pixbufpos.
2157
2158         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
2159
2160         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
2161         are unsigned insts, therefore use g_value_set_uint.
2162         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
2163
2164 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
2165
2166         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
2167
2168         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
2169         GTK_TYPE_STRING.
2170
2171         * gtk/gtktreeview.c: New functions to allow initial column
2172         dragging work.
2173
2174         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
2175
2176         * tests/testtreefocus.c: give dave some love.
2177
2178         * tests/testtreesort.c: Modify test to check really long samples.
2179
2180 2001-04-11  Alexander Larsson  <alexl@redhat.com>
2181
2182         * gtk-2.0.m4: Pass pkg-config options
2183         before the other args so it works even if
2184         POSIXLY_CORRECT is set.
2185
2186 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
2187
2188         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
2189         0, interface 0).
2190
2191 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
2192
2193         * gtk/gtkcalendar.c (gtk_calendar_button_press):
2194         check for action_func != NULL
2195
2196 2001-04-04  Sven Neumann  <sven@gimp.org>
2197
2198         * tests/testgtk.c (test_init): corrected path to gtk.immodules
2199
2200 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
2201
2202         * Released Gtk+-1.3.3.
2203
2204 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
2205
2206         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
2207
2208 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
2209
2210         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
2211         files to/from source dir. (if we don't stay in builddir, we
2212         can't reach make-inline-pixbuf.
2213
2214         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
2215         deps.
2216
2217         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
2218         ages 0).
2219
2220 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
2221
2222         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
2223         moved to the GtkTreeSortable interface.
2224
2225         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
2226         Make more efficient (fixes #50262).
2227
2228 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
2229
2230         * NEWS: Updated.
2231
2232         * configure.in: Remove support for uninstalled glib.
2233
2234         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
2235         so as not to stop emission.
2236
2237         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
2238         is no longer supported.
2239
2240         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
2241         into tests, change build order to build modules before
2242         gtk/.
2243
2244         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
2245         to here.
2246
2247 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
2248
2249         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
2250         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
2251         GPatternSpec. this is actually unlikely to cause breakage in
2252         third-party apps since except for gle, pretty much ever caller
2253         passes NULL here.
2254
2255         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
2256
2257         * *.c: use g_pattern_*() API.
2258
2259         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
2260
2261         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
2262         directions aren't passed in.
2263
2264         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
2265         functionality to be usable from gtkstyle.c as well, give precedence
2266         for conversion to user-supplied parsers.
2267         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
2268
2269         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
2270         _gtk_settings_parse_convert() for rcporperty value conversion.
2271
2272 2001-04-03  Alexander Larsson  <alexl@redhat.com>
2273
2274         * gdk/linux-fb/gdkevents-fb.c:
2275         Add empty gdk_setting_get().
2276
2277 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
2278
2279         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
2280         variable names.
2281         
2282         * gtk/makeenums.pl: touch this so enum files get remade.
2283
2284 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
2285
2286         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
2287         work again when not sorted.
2288
2289         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
2290         and "expand_row" signal, closing bug 52578.
2291
2292         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
2293         support.
2294
2295         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
2296         support.
2297
2298 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
2299
2300         * gdk/gdkevents.h: Add GdkEventSetting event for notification
2301         of changes to system settings, gdk_setting_get() to retrieve
2302         a single system setting.
2303
2304         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
2305         to the draft XSETTINGS mechanism.
2306
2307         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
2308         XSETTINGS.
2309
2310         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
2311         of GDK settings changes to the GtkSettings object.
2312
2313         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
2314         double-click-timeout property to GDK.
2315
2316         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
2317         Define GDK boxed types here.
2318
2319         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
2320         gdk/gdkenumtypes.[ch] for enum definitions.
2321
2322         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
2323         * gtk/gtk-boxed.defs: Comment out GDK types
2324         * gtk/gtktypeutils.h: Remove GDK types
2325         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
2326
2327 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
2328
2329         * Applied patch from Ron Steinke to add signal accumulators
2330         so that signals with the convention 'TRUE return means
2331         handled' stop emission on a TRUE return.
2332
2333         * gtk/gtkmain.[ch]: Add private accumulator 
2334         _gtk_boolean_handled_accumulator, used throughout GTK+.
2335         
2336         * gtk/gtkspinbutton.c: Add accumulator for ::output.
2337
2338         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
2339         
2340         * gtk/gtkwidget.c: Add accumulators for event signals,
2341         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
2342         for ::mnemonic-activate.
2343
2344         * gtk/gtkwindow.c: Add accumulator for ::frame_event
2345
2346 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
2347
2348         * gtk/gtkwidget.c: Add missing include.
2349
2350 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
2351
2352         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
2353         marshaller.
2354
2355         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
2356         "changed" signal to "range_changed".
2357
2358         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
2359         removing a tree from one model would remove all trees from that
2360         model.
2361         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
2362         changed signal instead.
2363
2364 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
2365
2366         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
2367         chaining up to parent impl, since we have a INPUT_ONLY
2368         window.
2369
2370         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
2371         foreground color for the cursor.
2372
2373 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
2374
2375         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
2376         param spec when caching property values, since we unref it
2377         later when we free the style.
2378
2379         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
2380         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
2381
2382 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
2383
2384         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
2385         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
2386         stupidity.
2387
2388 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
2389
2390         [ First pass at adding style properties. Still needs some definite
2391         fine-tuning. ]
2392
2393         * gtk/gtkbutton.c: Add ::default_spacing style property.
2394          
2395         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
2396         ::indicator_spacing style properties.
2397
2398         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
2399         style properties.
2400
2401         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
2402         rather than a normal property.
2403
2404         * gtk/gtkwidget.c: Add an ::interior_focus style property to
2405         draw focus inside buttons, in the Windows/Java Metal/etc. style.
2406
2407         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
2408         Honor ::interior_focus.
2409         
2410         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
2411         TRUE.
2412
2413         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
2414         Add ::slider_width, ::trough_border, ::stepper_size,
2415         ::stepper_spacing style properties.
2416
2417         * gtk/gtkscale.[ch] Add ::slider-length style property.
2418
2419 2001-04-02 Alexander Larsson   <alexl@redhat.com>
2420
2421         * gdk/linux-fb/gdkwindow-fb.c:
2422         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
2423         warnings that were spewed on startup.
2424
2425         * gtk/gtkwindow-decorate.c:
2426         gtk_window_reposition -> _gtk_window_reposition
2427
2428 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
2429
2430         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
2431         Add boxed type for GtkRequistion. Use it for ::size-request.
2432
2433         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
2434         Add a new GtkBorder structure useful for geometry properties
2435         for widgets. Add corresponding GTK_TYPE_BORDER.
2436         
2437         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
2438         Support automatic parser selection like
2439         gtk_settings_install_property_parser().
2440
2441         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
2442         functionality for use by gtk_widget_class_install_style_property.
2443         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
2444
2445 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
2446
2447         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
2448         g_param_spec_unichar(). 
2449
2450 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
2451
2452         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
2453         _NET window managers.
2454
2455         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
2456
2457 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
2458
2459         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
2460         bad needs to be nuked, not just deprecated.
2461
2462         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
2463         gtk_widget_popup().
2464
2465         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
2466         
2467         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
2468         widget.
2469         
2470         * docs/Changes-2.0.txt: updates.
2471         
2472 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
2473
2474         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
2475         for (i = 0; i < 100; i ++)
2476           g_print ("I will confirm it compile before committing\n");
2477
2478 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
2479
2480         * gtk/gtktreestore.c: Initial work on implementing the
2481         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
2482
2483 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
2484
2485         * gtk/gtkwidget.c: fixed a bunch of notifications, added
2486         reference counts around emissions where the widget is used afterwards.
2487         added freeze/thaws around multiple properties being notified.
2488         (_gtk_widget_get_aux_info): cleanups.
2489         
2490         * gtk/gtksettings.c (gtk_settings_install_property): provide
2491         default parsing functions for gdkcolor, enums and flags.
2492
2493         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
2494         applied by owen.
2495         backed out gtk_window_get_location(), gtk_window_set_location(),
2496         gtk_window_get_size() and gtk_window_set_size(), these
2497         have to be sorted out wrg x/y/width/height/default_with/default_height
2498         properties.
2499         kept a flag in GtkWindowGeometryInfo to handle user
2500         resetting default sizes.
2501         cleaned up ZVT comments.
2502         bunch of assorted bug fixes, notification fixes.
2503         (_gtk_window_reposition): make this a really internal function.
2504         
2505         * gtk/testgtk.c: fixups.
2506         
2507 2001-03-31  Hans Breuer  <hans@breuer.org>
2508
2509         * config.h.win32.in : disable USE_MMX for msvc build cause
2510         the assembler doesn't fit and is out of my scope. Disable
2511         USE_GMODULE for msvc build as wel. The right way to share
2512         binaries on win32 would be to use libtiff.dll etc. To reduce
2513         installation hassles IMO it's better to include all fileformats
2514         builtin to gdk-pixbuf
2515
2516         * gdk-pixbuf/makefile.msc : new file
2517
2518         * gdk/gdk.def : updated
2519
2520         * gdk/win32/gdkevents-win32.c : don't erase the background if
2521         .no_bg is set. It improves the scrolling (e.g. of testgtk main
2522         buttons
2523         * gdk/win32/gdkgeometry-win32.c : added comment about the above
2524
2525         * gdk/win32/gdkwindow-win32.c : added three new functions like
2526         the X version. Only one is implemented, because the other two
2527         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
2528         be default behaviour on win32 anyway ...
2529
2530         * gtk/gtk.def : updated
2531
2532         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
2533         from where it was built and add an additional rule to automagically
2534         build gtkmarshal.[hc]
2535
2536         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
2537         before array access for the current entry isn't finished
2538
2539         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
2540         use g_return_val_if_fail
2541
2542         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
2543         for the static array, but let the compiler calculate it. It
2544         makes me wonder if gcc isn't capable to catch bugs like this ...
2545
2546 2001-03-31  James Henstridge  <james@daa.com.au>
2547
2548         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
2549         constant "-1" in the aux info structure.
2550
2551 2001-03-30  Alexander Larsson  <alexl@redhat.com>
2552
2553         * gtk/gtkbutton.c (gtk_button_get_property):
2554         * gtk/gtklabel.c:
2555         Remove leaks.
2556         
2557         * gtk/gtkcontainer.c:
2558         * gtk/gtkhscale.c:
2559         * gtk/gtkhscrollbar.c:
2560         * gtk/gtklayout.c:
2561         * gtk/gtkmisc.c:
2562         * gtk/gtkprogress.c:
2563         * gtk/gtkprogressbar.c:
2564         * gtk/gtkrange.c:
2565         * gtk/gtktable.c:
2566         * gtk/gtkviewport.c:
2567         * gtk/gtkvscale.c:
2568         * gtk/gtkvscrollbar.c:
2569         * gtk/gtkwidget.c:
2570         Property patches, based on patches from John Margaglione and Lee Mallabone.
2571
2572 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
2573
2574         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
2575         adjustment. Cleaned redundant preconditions (spin != NULL). Added
2576         inline API function docs.
2577         (gtk_spin_button_new_with_range): New convenience constructor.
2578         (gtk_spin_button_set_increments): New adjustment helper.
2579         (gtk_spin_button_set_range): New adjustment helper.
2580
2581         * gtk/testgtk.c : added test of the new convenince constructor and
2582         value_changed signals.
2583
2584 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
2585
2586         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
2587         listen to the reorder signal.
2588
2589 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
2590
2591         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
2592         to get the aux info structure fo the widget.
2593
2594         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
2595         above function.
2596
2597         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
2598
2599         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
2600         to get the size of the window manager frame, basically the same
2601         code that gdk_window_get_root_origin() had
2602         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
2603
2604         * gtk/gtkwindow.c (gtk_window_set_default_size): use
2605         gdk_window_resize() if the window is realized and resizeable
2606
2607         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
2608         typo so that setting gravity works
2609
2610         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
2611         allocation if auto_shrink is on, even if the default size
2612         has not changed.
2613
2614         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
2615         g_return_if_fail
2616
2617 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
2618
2619         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
2620         reordering/sorting work.  Now pretty much works.
2621
2622         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
2623         reorder mostly work.  Still need to get the parity correct.
2624
2625         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
2626         signal, so I can listen for the sort_column_changed signal so I
2627         can change my "sort_indicator" property.  Cool.
2628
2629 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
2630
2631         [ Patch from Havoc Pennington, hp@redhat.com ]
2632
2633         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
2634         Add functions gdk_window_begin_resize_drag/begin_move_drag
2635         to start resizing or moving a toplevel window. This
2636         is done either using the _NET_WM_MOVERESIZE protocol,
2637         or, if that isn't present, by emulation.
2638
2639         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
2640         to export the above to GTK+-land.
2641
2642         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
2643         
2644         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
2645         Move this function into gdkwindow, since we need it
2646         when implementing fallback resizing.
2647
2648         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
2649         Fix typo when setting gravity.
2650
2651         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
2652         Add an optional (but on by default) resize grip for resizing 
2653         the parent window.
2654
2655 01-03-29  Alexander Larsson  <alexl@redhat.com>
2656
2657         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
2658         Don't return TRUE from the event handler, that blocks all
2659         event signals on the tooltip widget. Now you can press buttons
2660         in toolbars again.
2661
2662 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
2663
2664         * gtk/testtext.c (create_buffer): Add missing NULL on
2665         valist.
2666
2667         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
2668         c-n-p problem with INCONSISTENT property.
2669
2670         [ Patch from Havoc Pennington  <hp@redhat.com> ]
2671
2672         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
2673         hook.
2674
2675         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
2676         signal as a hook for extending the default popup menu
2677
2678         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2679         use radio menu items for the input method menuitems
2680
2681         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
2682         inserted unicode from Ctrl-Shift-hex input method
2683
2684         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
2685         validatation here, already done at GtkTextBuffer level.
2686
2687         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
2688         popup_menu run action signal and Shift+F10 and Menu keybindings.
2689
2690         * gtk/gtkentry.c: implement a default handler for popup_menu
2691
2692         * gtk/gtktextview.c: implement a default handler for popup_menu
2693
2694         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
2695         from a key event
2696         
2697         * gtk/gtklabel.c: remove "trailer" cruft
2698
2699 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
2700
2701         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
2702         handle reordering of trees.  Seems to mostly work w/ the exception
2703         of the parity flag.
2704
2705         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
2706         signal.
2707
2708 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
2709
2710         * gtk/gtkwidget.h: c++ fixes.
2711
2712 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
2713
2714         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
2715         memory.
2716
2717 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
2718
2719         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
2720         Nils Barth fixing event return values. (#51041)
2721
2722         * gtk/gtkwidget.c: Fix some return values for default
2723         functions.
2724
2725         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
2726         return values for trough_keys functions.
2727
2728         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
2729         value for add_accelerator (shoudl have been a void
2730         return.)
2731
2732         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
2733         Fix return type of EVENT.
2734
2735         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
2736         signal return a boolean.
2737
2738 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
2739
2740         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
2741         reordered signal.
2742
2743         * tests/testtreesort.c (main): fix spelling.
2744
2745 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
2746
2747         * gtk/gtkliststore.c: More work on implementing sortable
2748         interface.
2749
2750 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
2751
2752         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
2753         reference the widgets in the resulting list. (#11821)
2754         This makes this consistent with gtk_container_children.
2755
2756         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
2757         uses of gtk_window_list_toplevels.
2758
2759 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
2760
2761         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
2762         a virtual function to set whether the IM context should use 
2763         the preedit string. (#51922)
2764         
2765 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
2766
2767         * gdk/gdkpango.h: Remove stale FIXME comment.
2768
2769 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
2770
2771         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
2772         Fixed bug that returned NULL if a filename was selected.
2773
2774 2001-03-24  Havoc Pennington  <hp@pobox.com>
2775
2776         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
2777         to contain the word "theme"
2778
2779 2001-03-24  Havoc Pennington  <hp@pobox.com>
2780
2781         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
2782         slower but finer-grained
2783         (gtk_hsv_focus): get initial focus on the ring or triangle 
2784         according to tab direction
2785
2786         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
2787
2788 2001-03-23  Havoc Pennington  <hp@pobox.com>
2789
2790         * gtk/gtkhsv.c: make this somewhat key-navigable
2791
2792         * gtk/gtkfontsel.c: mnemonics
2793
2794         * gtk/gtkgamma.c: mnemonics
2795
2796         * gtk/gtkcolorsel.c: add mnemonics to labels
2797
2798 2001-03-22  Havoc Pennington  <hp@pobox.com>
2799
2800         Applied big patch from Seth Lytle to fix event handler return
2801         values, slightly modified.
2802
2803         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
2804         handled.
2805         (gtk_calendar_key_press): return TRUE for GDK_space triggers
2806         select_day
2807
2808         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
2809         (gtk_clist_button_release): return TRUE if handled
2810
2811         * gtk/gtkcolorsel.c (mouse_release):
2812         (palette_activate): 
2813         (palette_press): 
2814         (palette_new): 
2815         (mouse_press): 
2816         (get_screen_color): 
2817         fixed return type (void to gboolean), return TRUE,
2818         added GTK_SIGNAL_FUNC cast
2819
2820         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
2821         (void to gboolean), and return TRUE
2822         (gtk_combo_button_release): changed return value to TRUE after
2823         gtk_grab_add on combo->popwin
2824
2825         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
2826         collapse or expand
2827
2828         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
2829         button/motion
2830
2831         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
2832         press/release and motion that trigger act
2833
2834         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
2835
2836         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
2837         for GDK_Return
2838         
2839         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
2840         (gtk_list_button_release): return TRUE if selection
2841
2842         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
2843         press
2844
2845         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
2846         (gtk_menu_shell_button_release): chain parent_menu_shell retval
2847
2848         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
2849         nothing triggered
2850         (gtk_notebook_button_release): return TRUE if we do anything
2851
2852         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
2853         (gtk_spin_button_button_release): return TRUE or chained retval
2854
2855         * gtk/gtktext.c (gtk_text_button_press): 
2856         (gtk_text_button_release): return TRUE
2857         (gtk_text_key_press): remove redundant retval code
2858         
2859         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
2860         and sensitive
2861         (gtk_tree_item_subtree_button_click): changed type to gint, and return
2862         TRUE if sensitive
2863
2864         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
2865         return TRUE
2866
2867 2001-03-23  Havoc Pennington  <hp@redhat.com>
2868
2869         * gtk/testgtk.c: fix warnings
2870
2871         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
2872
2873         * gtk/gtktextview.c: fix warnings
2874
2875         * gtk/gtktext.c (find_cursor_at_line): fix warning
2876
2877         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
2878
2879         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
2880         of this function
2881
2882         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2883         fix warning
2884
2885         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
2886
2887         * gtk/gtkfontsel.c: fix warning
2888
2889         * gtk/gtkcolorsel.c: fix warnings
2890
2891 2001-03-23  Havoc Pennington  <hp@redhat.com>
2892
2893         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
2894
2895         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
2896
2897         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
2898         and deprecated gtk_check_menu_item_set_show_toggle().
2899         
2900         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
2901
2902         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
2903
2904         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
2905
2906 2001-03-23  Havoc Pennington  <hp@redhat.com>
2907
2908         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
2909         some docs
2910
2911 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
2912
2913         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
2914         this.
2915
2916         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
2917         set_cell to set_value
2918
2919         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
2920         set_cell to set_value
2921
2922 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
2923
2924         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2925         fix braino.
2926         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
2927         support.
2928
2929         * gtk/gtktreeview.c: Addition of initial sortable support.
2930
2931         * gtk/gtktreestore.c: Addition of initial sortable support.
2932
2933         * gtk/gtkliststore.c: Addition of initial sortable support.
2934
2935         * gtk/gtkmarshal.list: yet another marshaller.
2936
2937         * gtk/gtktreedatallist.[ch]: shared code between the store models
2938         for handling sorting headers.
2939
2940 2001-03-22  Havoc Pennington  <hp@redhat.com>
2941
2942         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
2943         (gtk_container_unset_focus_chain): Add ability to override the 
2944         focus chain for a container explicitly
2945
2946 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
2947
2948         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
2949         added PROP_MNEMONIC_WIDGET.
2950
2951         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
2952         (gtk_window_remove_mnemonic): 
2953         (gtk_window_add_mnemonic): fixed assertions.
2954         (gtk_window_activate_mnemonic): constrain modifier checks to those
2955         permitted by gtk_accelerator_get_default_mod_mask().
2956         got rid of gtk_window_get_default_accel_group().
2957
2958         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
2959         activatable widgets either by focussing or a warning.
2960         added a signal accumulator to ::activate_mnemonic which stops the
2961         emission once a handler returned TRUE.
2962
2963 2001-03-22  Havoc Pennington  <hp@pobox.com>
2964
2965         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
2966         the stock item label
2967
2968         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
2969
2970         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
2971
2972         * demos/gtk-demo/*.c: Add mnemonics all over the place
2973
2974         * gtk/gtklabel.h: mark parse_uline deprecated
2975
2976 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2977
2978         * gtk/gtkitemfactory.[ch]:
2979         Add support for stock and normal imagemenuitems.
2980         
2981         * gtk/testgtk.c:
2982         Add some tests for mnemonics, stock toolbars, stock
2983         and image menuitems in itemfactory and gdk_window_scroll.
2984
2985 2001-03-21  Alexander Larsson  <alexl@redhat.com>
2986
2987         * gtk/gtkbutton.[ch]:
2988         * gtk/gtkdialog.c:
2989         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
2990         removed accel_group argument. Renamed gtk_button_new_accel() to
2991         gtk_button_new_with_mnemonic() and removed accel_group argument.
2992
2993         * gtk/gtkcheckbutton.[ch]:
2994         New function gtk_check_button_new_with_mnemonic().
2995
2996         * gtk/gtkentry.c:
2997         Override activate_mnemonic and just grab focus.
2998
2999         * gtk/gtkitemfactory.c:
3000         Don't add menu uline accel group, instead use mnemonics support.
3001
3002         * gtk/gtklabel.[ch]:
3003         New support for mnemonics.
3004
3005         * gtk/gtkmarshal.list:
3006         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
3007
3008         * gtk/gtkmenu.[c]:
3009         * gtkmenushell.c:
3010         Use mnemonics instead of accel groups for uline
3011         support in menu items.
3012         Removed gtk_menu_get_uline_accel_group() and
3013         gtk_menu_ensure_uline_accel_group().
3014
3015         * gtk/gtkmenuitem.c:
3016         Override activate_mnemonic to handle switching between
3017         menu items if there are collisions.
3018         
3019         * gtk/gtknotebook.c:
3020         Connect to activate_mnemonic on the tab_label, so that
3021         activating it switches to that notebook page.
3022
3023         * gtk/gtkwidget.[ch]:
3024         Add activate_mnemonic signal. New function
3025         gtk_widget_activate_mnemonic() to emit it.
3026         Default implementation does activate/grab_focus.
3027
3028         * gtk/gtkwindow.[ch]:
3029         Add support for mnemonics in windows.
3030         New functions:
3031         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
3032         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
3033
3034         * gtk/testgtk.c:
3035         Update to function name changes.
3036         
3037 2001-03-21  Alexander Larsson  <alexl@redhat.com>
3038
3039         * gtk/gtkimagemenuitem.[c]:
3040         Add gtk_image_menu_item_new_from_stock()
3041
3042 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
3043
3044         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
3045         Fix buglet in meeting.
3046
3047 2001-03-19  Havoc Pennington  <hp@redhat.com>
3048
3049         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
3050         add a bunch of accessor functions. This is because we have
3051         reasonable expectations of extending what fields it contains in
3052         the future.
3053
3054         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
3055         changes
3056
3057         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
3058         GtkIconSource   
3059
3060 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
3061
3062         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
3063         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
3064
3065         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
3066           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
3067           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
3068           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
3069         Change float to double everywhere with the exception of 0<->1.0 alignment
3070         and GtkCurve.
3071
3072 2001-03-19  Tor Lillqvist  <tml@iki.fi>
3073
3074         * gdk/win32/gdkdrawable-win32.c
3075         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
3076         output.
3077
3078         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
3079         gdkwin32.h.
3080
3081 2001-03-18  Tor Lillqvist  <tml@iki.fi>
3082
3083         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
3084         print_event_state, print_event): Use preprocessor macro to make
3085         code more compact. Print also GDK_WINDOW_STATE events.
3086         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
3087         
3088         * gtk/gtk.def
3089         * gtk/makefile.mingw.in: Update.
3090
3091         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
3092         to catch also Cygwin.
3093
3094 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
3095
3096         * gtk/gtkspinbutton.[hc]: added rc-style argument
3097         GtkSpinButton::shadow_type.
3098         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
3099         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
3100         rc-style settings.
3101
3102         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
3103
3104         * gtk/gtkwidget.c: quark cleanups.
3105
3106         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
3107         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
3108         to create_rc_style() (we don't do cloning in standard OO sense).
3109         added per rc style properties.
3110         
3111         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
3112         property values and for caching those. some cleanups.
3113         
3114         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
3115         
3116         * gtk/gtksettings.[hc]: new file for global rc-file properties
3117         (at least currently, should get extended to support X properties
3118         and other communication mechanisms).
3119         
3120         * gtk/gtkwidget.[hc]: added style property support:
3121         (gtk_widget_class_install_style_property_parser): install style
3122         property pspec with parser function for rc-file values other
3123         than LONG, DOUBLE or STRING.
3124         (gtk_widget_class_install_style_property): same as above without
3125         parser (parsers are going to be needed quite infrequently).
3126         (gtk_widget_style_get_property): retrive style property value.
3127         (gtk_widget_style_get_valist): same as above with varargs support,
3128         has NOCOPY semantics.
3129         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
3130
3131 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
3132
3133         * demos/gtk-demo/main.c (row_activated_cb): modified to use
3134         "row_activated" signal.
3135
3136         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
3137         stupidity.  Lets actually pass in the row with this signal...
3138
3139 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
3140
3141         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
3142
3143         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
3144
3145         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
3146         everything into the ::destroy function, and freed a lot more.
3147
3148 2001-03-16  Havoc Pennington  <hp@redhat.com>
3149
3150         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
3151         instead of gint16, to avoid overflow issues, since sizes > 16-bit
3152         are now allowed.
3153
3154 2001-03-16  Havoc Pennington  <hp@redhat.com>
3155
3156         * Applied patch from Nils Barth (bug # 51041) to 
3157         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
3158         in various places.
3159
3160 2001-03-15  Havoc Pennington  <hp@redhat.com>
3161         
3162         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
3163         for properties to set on the tag.
3164
3165         * gtk/testtext.c: fixups to reflect create_tag change
3166         
3167         * gtk/gtktexttag.c (gtk_text_tag_set_property):
3168         background/foreground stipple are objects, not boxed.
3169
3170         * demos/gtk-demo/textview.c: intellihancing
3171
3172 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
3173
3174         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
3175         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
3176
3177 2001-03-16  Alexander Larsson  <alexl@redhat.com>
3178
3179         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
3180         Fix sign error with queued region translations.
3181
3182 2001-03-15  HideToshi Tajima  <tajima@happy>
3183
3184         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
3185         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
3186         * gtk/gtkentry.c (update_im_cursor_location): 
3187         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
3188         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
3189         set_cursor_pos to set_cursor_location in GtkInputContext class
3190
3191 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
3192
3193         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
3194         the location of the cell relative to its area.
3195         * gtk/gtkcell*: modified for above change
3196         * gtk/gtktreeview.c: modified for above change.
3197
3198 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
3199
3200         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
3201          (gtk_tree_view_finalize): actually unref the model.  Thanks to
3202         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
3203
3204 2001-03-14  Havoc Pennington  <hp@redhat.com>
3205
3206         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
3207         
3208         * gtk/gtk.h: remove gtkdata.h
3209
3210         * gtk/Makefile.am: remove gtkdata
3211         
3212         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
3213         not "disconnect" on the adjustments.
3214         
3215         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
3216         GtkData
3217
3218         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
3219         not GtkData
3220
3221         * configure.in: handle case where X render exists, but Pango lacks
3222         Xft support.
3223
3224 2001-03-15 Alexander Larsson  <alexl@redhat.com>
3225
3226         * gtk/gtktoolbar.[ch]:
3227         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
3228         to add stock items to toolbars.
3229
3230         * gtk/Makefile.am:
3231         Remove ../gdk/gdkim.h from gdk_headers.
3232
3233 2001-03-15  Sven Neumann  <sven@gimp.org>
3234
3235         * gdk/gdkim.h: removed
3236         
3237         * gdk/gdkprivate.h
3238         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
3239
3240 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
3241
3242         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
3243         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
3244         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
3245         set_cursor_pos() virtual method
3246
3247         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
3248         (gtk_im_context_xim_set_cursor_pos): add implementation for
3249         set_cursor_pos() method
3250
3251         * gtk/gtkentry.c (recompute_idle_func): set current cursor
3252         position to input methods
3253
3254 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
3255
3256         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
3257         code a lot.
3258
3259         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
3260         g_mem_chunk.
3261         (_gtk_tree_data_list_alloc): use g_mem_chunk.
3262         (_gtk_tree_data_list_node_to_value): Fix to switch on
3263         G_TYPE_FUNDAMENTAL.
3264         (_gtk_tree_data_list_value_to_node): Fix to switch on
3265         G_TYPE_FUNDAMENTAL.
3266         (_gtk_tree_data_list_node_copy): Fix to switch on
3267         G_TYPE_FUNDAMENTAL.
3268
3269 2001-03-12  Havoc Pennington  <hp@redhat.com>
3270
3271         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
3272         to convert to new property API. Also, change default_width and
3273         default_height get_property to return 0 as the flag value for
3274         "unset"; -1 is not a valid value for these fields.
3275
3276 2001-03-12  Havoc Pennington  <hp@redhat.com>
3277
3278         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
3279         enum with registration for icon sizes, instead of strings.
3280
3281         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
3282         gtkwidget.c: Fix to reflect GtkIconSize
3283         
3284 2001-03-12  Alexander Larsson  <alexl@redhat.com>
3285
3286         Make GtkFB compile and link.
3287         
3288         * gdk/linux-fb/gdkdrawable-fb2.c:
3289         window->mapped to GDK_WINDOW_IS_MAPPED(). 
3290         
3291         * gdk/linux-fb/gdkwindow-fb.c:
3292         window->mapped to GDK_WINDOW_IS_MAPPED(). 
3293         Added gdk_window_shape_combine_region.
3294         Added assorted placeholders for unimplemented new GdkWindow API calls.
3295
3296 2001-03-12  Alexander Larsson  <alexl@redhat.com>
3297
3298         * gtk/gtkfilesel.c:
3299         Add more test when converting filenames from/to utf-8.
3300         Don't allow entering text in the filename entry which isn't allowed in
3301         a filename. Just beep instead.
3302
3303 2001-03-12  Alexander Larsson  <alexl@redhat.com>
3304
3305         * gtk/gtkclist.c:
3306         Scroll using gdk_window_scroll(). Don't wait for exposes.
3307         Move the column headers in an order that makes them flash less.
3308
3309 2001-03-10  Hans Breuer  <hans@breuer.org>
3310
3311         * gdk/gdk.def : updated
3312
3313         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
3314         to offseting the clip_mask at the right place
3315
3316         * gdk/win32/gdkwindow-win32.c : don't create background brushes
3317         for all the gdkClasses, especially not for the input_only case.
3318         Otherwise flickering wont be avoidable, because we don't get
3319         WM_ERASEBKGND message for these windows.
3320
3321         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
3322         and fixed massive redraw problems apparently triggered by Alexanders 
3323         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
3324         but it seems to work quite well :-)
3325
3326         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
3327         prototype
3328
3329 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
3330
3331         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
3332         (gtk_list_store_set_cell): Fix a stupid typo.
3333
3334 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
3335
3336         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
3337         select_all not work if you're in SINGLE mode (it doesn't make that
3338         much sense, anyway.)
3339
3340         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
3341         handle types more sanely.
3342         (_gtk_tree_data_list_value_to_node): handle types more sanely.
3343         (_gtk_tree_data_list_node_copy): handle types more sanely.
3344
3345         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
3346         GValue better. Converts the type as well.
3347
3348         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
3349         GValue better. Converts the type as well.
3350
3351 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
3352
3353         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
3354         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
3355         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
3356         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
3357
3358         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
3359         gdk_im/gdk_ic.
3360
3361 2001-03-09  Hans Breuer  <hans@breuer.org>
3362
3363         * gdk/gdk.def : updated
3364
3365         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
3366         for their palette
3367
3368         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
3369         removing
3370
3371         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
3372         removing and implemented Havoc's GdkWindow state functions; 
3373         stick/unstick only as no-op, cause I don't know how to emulate 
3374         on win32 ...
3375
3376         * gtk/gtk.def : updated
3377
3378         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
3379
3380         * gtk/gtktypeutils.c : #include <string.h>
3381
3382         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
3383
3384 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
3385
3386         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
3387         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
3388         not a boxed.
3389
3390 2001-03-09  Alexander Larsson  <alexl@redhat.com>
3391
3392         * docs/Changes-2.0.txt:
3393         Document expose event->region change and that gtk_widget_event
3394         doesn't allow passing expose events.
3395
3396         * gdk/gdkevents.h:
3397         Add region to expose event.
3398         
3399         * gdk/gdkevents.c:
3400         Handle event->region in gdk_event_copy() and gdk_event_free().
3401
3402         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
3403         Generate expose_event->region when creating expose events.
3404
3405         * gdk/x11/gdkevents-x11.c:
3406         Generate expose events with regions when translating X events.
3407
3408         * gtk/gtkcontainer.[ch]:
3409         Default expose handler that propagates expose events to NO_WINDOW
3410         children. New function gtk_container_propagate_expose()
3411
3412         * gtk/gtkwidget.[ch]:
3413         Moved gtk_widget_event implementation to gtk_widget_event_internal.
3414         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
3415         expose events. New function gtk_widget_send_expose() to send expose
3416         events. New function gtk_widget_region_intersect() to calculate
3417         window/region intersections.
3418         
3419         * gtk/gtkmain.c (gtk_main_do_event):
3420         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
3421         Use gtk_widget_send_expose() to send expose events.
3422         
3423         * gtk/gtkbin.c:
3424         * gtk/gtkbox.c:
3425         * gtk/gtkfixed.c:
3426         * gtk/gtkimagemenuitem.c:
3427         * gtk/gtklist.c:
3428         * gtk/gtkpacker.c:
3429         * gtk/gtktable.c:
3430         * gtk/gtktree.c:
3431         Remove expose handler, using the default container implementation
3432         instead.
3433         
3434         * gtk/gtkbutton.c:
3435         * gtk/gtkcheckbutton.c:
3436         * gtk/gtkeventbox.c:
3437         * gtk/gtkfixed.c:
3438         * gtk/gtkhandlebox.c:
3439         * gtk/gtklayout.c:
3440         * gtk/gtklistitem.c:
3441         * gtk/gtkmenu.c:
3442         * gtk/gtkmenubar.c:
3443         * gtk/gtkmenuitem.c:
3444         * gtk/gtknotebook.c:
3445         * gtk/gtkoptionmenu.c:
3446         * gtk/gtkpaned.c:
3447         * gtk/gtkscrolledwindow.c:
3448         * gtk/gtktogglebutton.c:
3449         * gtk/gtktoolbar.c:
3450         * gtk/gtktreeitem.c:
3451         * gtk/gtkviewport.c:
3452         Chain expose handler to parent class handler. Use
3453         gtk_container_propagate_expose() to propagate exposes.
3454
3455         * gtk/gtkclist.c (check_exposures):
3456         * gtk/gtktext.c (process_exposes):
3457         Use gtk_widget_send_expose instead of gtk_widget_event.
3458
3459 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
3460
3461         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
3462
3463 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
3464
3465         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
3466         unref the nodes.   Fixes bug #50058.
3467
3468         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
3469         "::ref_iter" to "::ref_node".
3470         (gtk_tree_model_unref_node): change "::unref_iter" to
3471         "::unref_node". Fixes bug #50064.
3472
3473 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
3474
3475         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
3476         support for invisible cells.
3477          (gtk_tree_view_bin_expose): ditto
3478
3479 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
3480
3481         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
3482         on gobjects.
3483
3484         * tests/testtreefocus.c (main): New test file.
3485
3486         * tests/testtreeview.c: update to latest glib changes.
3487
3488         * tests/testtreecolumns.c: update to latest glib changes.
3489
3490 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
3491
3492         * gtk/testgtk.c: re-enabled event watcher emission hooks.
3493
3494 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
3495
3496         * *.c: added accumulator data argument to g_signal_newc()
3497         functions.
3498
3499         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
3500         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
3501         * gtk/treestoretest.c (make_window):
3502         s/g_signal_connect/g_signal_connectc/.
3503
3504         * gtk/gtktextbuffer.c: completed signal arg fixups,
3505         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
3506
3507 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
3508
3509         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
3510         G_CONST_RETURN.
3511
3512         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
3513         ::hierarchy-changed signal when a widget changes
3514         from anchored to unanchored or vice versa.
3515         (anchored means 
3516          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
3517         Use a private flag to keep track of this efficiently.
3518
3519 2001-03-07  Havoc Pennington  <hp@redhat.com>
3520
3521         * gtk/testgtk.c (create_spins): uglify so that size request gets
3522         tested.
3523
3524         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
3525         request on values for upper/lower, completes #6152
3526
3527 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
3528
3529         * Makefile.am: Remove gtk-config-2.0 again.
3530         (Grrrr, pkg-config. And stops make loops.)
3531
3532 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
3533
3534         * gtk/gtksignal.[hc]: removed old emission hook API.
3535         
3536         * docs/Changes-2.0.txt: fixed sections.
3537         
3538         * gtk/gtktextbuffer.c: signal arg fixups.
3539
3540 2001-03-07  Havoc Pennington  <hp@redhat.com>
3541
3542         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
3543
3544         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
3545         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
3546         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
3547         validation and the redraw which is higher priority than the
3548         validation.
3549
3550 2001-03-07  Havoc Pennington  <hp@redhat.com>
3551
3552         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
3553         (gtk_entry_set_property): remove trailer
3554
3555         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
3556         (gtk_entry_get_width_chars): new functions, to set size request to 
3557         a given number of characters
3558
3559         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
3560
3561         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
3562         (gtk_dialog_get_has_separator): new function
3563         (run_delete_handler): fix to not emit "response" signal
3564         because we already did in the delete event handler installed
3565         at dialog creation time.
3566         
3567         * gtk/gtkdialog.h: add a has_separator property,
3568         add GTK_DIALOG_NO_SEPARATOR flag
3569
3570 2001-03-07  Havoc Pennington  <hp@redhat.com>
3571
3572         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
3573         off decorations for a window.
3574
3575         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
3576         changes
3577
3578         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
3579         to get location of PangoLayout inside the label, closes #51198
3580
3581         * gtk/testgtk.c (create_bbox): fix up button box usage
3582
3583         * gtk/testcalendar.c (create_calendar): fix up button box usage
3584
3585         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
3586
3587         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
3588
3589         * gtk/gtkhbbox.h: deprecations
3590
3591         * gtk/gtkvbbox.h: deprecations
3592
3593         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
3594         emulate deprecated gtk_button_box_get_spacing
3595
3596         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
3597         the "set global default" functions
3598         (struct _GtkButtonBox): remove "spacing" field, use the one from 
3599         GtkBox base class
3600
3601         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
3602
3603         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
3604         render the icon, return the missing image icon.
3605
3606         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
3607         image icon if the load fails.   
3608
3609         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
3610         when no image is found; should be the Netscape "missing image"
3611         icon eventually but for now is a random image
3612
3613         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
3614         role for the session manager
3615
3616         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
3617
3618         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
3619         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
3620
3621         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
3622
3623 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
3624
3625         * gtk/*.c: marshaller fixes.
3626         
3627         * gtk/gtkmarshal.list: extreme cleanup.
3628
3629         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
3630         param spec for now.
3631
3632         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
3633         where appliable.
3634
3635         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
3636         special cased autogenerated boxed types from gtktypebuiltins_ids.c
3637         which are not reference counted:
3638         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
3639         PangoFontDescription, GtkTreeIter and GtkTreePath.
3640
3641 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
3642
3643         * gtk/gtktreeselection.h: 
3644         * gtk/gtktreemodel.c:
3645         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
3646         file should be included directly, and gobject/gmarshal.h
3647         as well as gtk/gtkmarshal.h even can't be included directly.
3648
3649         * Makefile.am: grr, install gtk-config-2.0.
3650
3651         * gtk/testgtk.c:
3652         * gtk/simple.c:
3653         * gtk/gtkmenu.c:
3654         * gtk/gtkitemfactory.c: use g_object_connect() instead of
3655         passing "*signal*::*" args to gtk_widget_set().
3656         
3657         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
3658         
3659         * gtk/*.c: removed trailer arg from property setters and getters.
3660         macro fixups.
3661
3662 2001-03-07  Alexander Larsson  <alexl@redhat.com>
3663
3664         * gtk/gtklabel.c (set_markup): Removed warning
3665
3666 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
3667
3668         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
3669         field to allow you to hide cell renderers.
3670
3671         * gtk/gtkcellrenderer.c: Add support for invisible cells.
3672
3673         * gtk/gtktreeview.c: Add support for invisible cells.
3674
3675 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
3676
3677         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
3678         Add "clicked" signal back to columns.
3679
3680         * ChangeLog: remove conflict markers.
3681
3682 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
3683
3684         * gtk/gtkbutton.c: Add animation of activation by, on 
3685         activate, pressing the button, and adding a timeout that 
3686         releases the button after 250ms or on key release and
3687         emits ::clicked. (#51501)
3688
3689         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
3690         action area, we connect to ::clicked instead of ::activate
3691         so the dialog stays up through the animation.
3692
3693 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
3694
3695         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
3696         check the ignore_enter flag for the menu shell that
3697         the item is actually a child of, not for attached
3698         submenus. (#51536)
3699
3700 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3701
3702         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3703         special key-press grab handling for widgets within
3704         GtkWindows. Otherwise, fall through to normal case.
3705
3706         This prevents key events being sent twice to GtkInvisible
3707         widgets, which can cause all sorts of mischief.
3708
3709 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3710
3711         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3712         widget is in effect, give the grab widget a first
3713         crack at KEY_PRESS/RELEASE events. (#424)
3714
3715 2001-03-06  James Henstridge  <james@daa.com.au>
3716
3717         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
3718         offset for the window_state_event to point at window_state_event
3719         rather than no_expose_event.
3720
3721 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
3722
3723         * gtk/gtkimmodule.h: fix busted /* comment */
3724
3725 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
3726
3727         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
3728         object properties.
3729
3730 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
3731
3732         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
3733         add object properties.
3734
3735         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
3736         to add object properties.
3737
3738         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
3739         object properties.
3740
3741         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
3742         add object properties.
3743
3744         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
3745         object properties.
3746
3747 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
3748
3749         * gtk/gtktreemodel.c: renamed "child_toggled" to
3750         "has_child_toggled".
3751
3752         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
3753         handle new signal name.
3754
3755         * gtk/gtktreestore.c: Updated to handle new signal name.
3756         * gtk/gtklisttore.c: Updated to handle new signal name.
3757         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
3758
3759 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3760
3761         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
3762         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
3763
3764 2001-03-05  Michael Natterer  <mitch@gimp.org>
3765
3766         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
3767         pixbuf-engine coincidentially also failed to make one of it's
3768         parent_class pointers static, causing overwriting of GtkLabel's
3769         parent_class pointer in pixbuf_style_class_init().
3770         (Will commit the fix to the pixbuf-engine too).
3771
3772 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3773
3774         * gdk/gdkwindow.h:
3775         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
3776         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
3777         gdk_window_set_icon_list for net wmspec functionality.
3778
3779         * gdk/x11/gdkwindow-x11.c:
3780         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
3781         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
3782         gdk_window_set_icon_list.
3783         Added gdk_wmspec_change_state helper function and used it in the code.
3784         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
3785
3786         * gtk/gtkdialog.c (gtk_dialog_init):
3787         Set GDK_WINDOW_TYPE_HINT_DIALOG.
3788
3789         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
3790         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
3791
3792         * gtk/gtkwindow.c:
3793         new function gtk_window_set_type_hint.
3794         On realize, set type hint and modal hint.
3795
3796         * gtk/gtkwindow.h:
3797         Added type_hint field and gtk_window_set_type_hint.
3798
3799 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3800
3801         * gtk/gtklabel.[ch]:
3802         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
3803         New function gtk_label_get_accel_keyval () to get the underline accelerator
3804         of the label. Setting the label pattern overrides other attributes.
3805
3806 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
3807
3808         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
3809         Added missing initializers to gtk_rc_style_init().
3810
3811 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
3812
3813         * gtk/gtktextview.c: fixed bug #51097 about setting 
3814         gtk_text_view_set_border_window_size() if the widget is 
3815         already realized.
3816
3817 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
3818
3819         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
3820
3821         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
3822         comment. Won't do to have duplicated doc comments between
3823         the platform subdirs.
3824
3825 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
3826
3827         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
3828           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
3829
3830         Detectable auto-repeat - make a repeating key generate
3831         press/press/press/release instead of press/release pairs.
3832
3833         If we have Xkb and XkbSetDectableAutoRepeat supports
3834         that, we do it that way. Otherwise, when we get
3835         a release event, we check ahead with XPending to see
3836         if the next key is a KeyPress with the same keycode
3837         and timestamp. (Not 100% reliable, but pretty close.)
3838           
3839 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3840         
3841         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3842         special key-press grab handling for widgets within
3843         GtkWindows. Otherwise, fall through to normal case.
3844  
3845         This prevents key events being sent twice to GtkInvisible
3846         widgets, which can cause all sorts of mischief.
3847  
3848 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3849  
3850         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3851         widget is in effect, give the grab widget a first
3852         crack at KEY_PRESS/RELEASE events. (#424)
3853  
3854 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
3855
3856         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
3857         to extend the selection. (Roughly based on patch
3858         from Jay Cox, #50939)
3859
3860         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
3861         to properly handle previous GDK_BUTTON_PRESS. 
3862         (Patch from Jay Cox, #50938)
3863
3864         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
3865         '\0' back along with the deleted text. (#51148)
3866
3867 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
3868
3869         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
3870         the group when extracting it from the X keyboard event.
3871
3872         * modules/input/Makefile.am modules/input/imipa.c: 
3873         Simple module for entering IPA. (Do we need a 
3874         gtk-stupid-input-tricks CVS module?)
3875
3876 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
3877
3878         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
3879         const.
3880
3881         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
3882
3883         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
3884         is no focus widget for the dialog currently, grab the focus as well
3885         as the default.
3886
3887         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
3888         the action area's children to iterate through, not the
3889         dialog's children.
3890
3891 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
3892
3893         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
3894         Add plug-socket tests. (Won't work worth a darn until I commit
3895         the rest of the plug-socket changes, but no reason these
3896         can't go into CVS now.)
3897
3898 2001-03-02  Havoc Pennington  <hp@redhat.com>
3899
3900         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
3901         _gdk_region_get_xrectangles()
3902
3903         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
3904
3905         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
3906
3907         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
3908         function, contributed by Ron Steinke    
3909
3910         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
3911         gdk_net_wm_supports
3912
3913         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
3914         New function, contributed by Ron Steinke
3915
3916         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
3917         used to line up the text in the entry when using the entry for
3918         editable sheet cell hacks
3919
3920         * gtk/testgtk.c (create_entry): test the activate_default setting
3921         on GtkEntry
3922
3923         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
3924         cause the entry to activate the default button for a dialog when 
3925         activated
3926         (gtk_entry_get_activates_default): new function
3927
3928 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
3929
3930         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
3931         Hwang to move call to sync_selection() up a few lines
3932         to before the row list is modified, to fix crash when
3933         removing rows in the undo_selection list.
3934
3935         (Test case provided by Daniel Elstner:
3936
3937         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
3938
3939 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
3940
3941         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
3942         of tree->root_tree in parent_set rather than _map(), 
3943         fixing #50892 in a bit better manner.
3944
3945 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
3946
3947         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
3948
3949 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
3950
3951         * gtk/gtkstyle.c : Remove duplicate fwd decl for
3952         gtk_default_draw_shadow.
3953
3954 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
3955
3956         * gdk/gdkimage.c (gdk_image_new): Remove excess 
3957         warning, make warnings more verbose, treat a error
3958         in shmat as permanent, and don't try again.
3959         (#51163, Ed Randall.)
3960
3961 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
3962
3963         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
3964         delay for the first click before starting to scroll.
3965         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
3966
3967         * gtk/gtktext.c: GtkText should have I-beam cursor. 
3968         (based on gtk-enf-990513-1.patch, Eric Fisher.)
3969
3970 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
3971
3972         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
3973         cleanup to remove some references to unused
3974         ->xoffset, ->yoffset.
3975
3976 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
3977
3978         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
3979         mask. (#51039, fix from Martin Maierhofer)
3980
3981 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
3982
3983         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
3984         for unshifted + and shifted = for non-us keyboards.
3985         Make <Control>+ and <Control>- work as well as 
3986         <Control>KP_Plus, <Control>KP_Minus for recursive
3987         open/close.  (#2682, René Seindal)
3988
3989 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
3990
3991         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
3992         the active menu item before deactivating the menu,
3993         so gtk_menu_popdown doesn't change the history. (#50964)
3994         
3995 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
3996
3997         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
3998         draw lines with text_gc rather than black_gc.
3999         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
4000
4001 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
4002
4003         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
4004         Move handling of buttons fully in gtktreeviewcolumn.  This code is
4005         less interrelated then it was, but it still requires the
4006         GtkTreeView to map it.
4007
4008         * test/testtreecolumn.c: Now I can add a column to one view,
4009         remove it, add it to the another view, remove it, then re-add it
4010         to the first.  Nifty.
4011
4012 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
4013
4014         * docs/tutorial/gtk-tut.sgml: Minor corrections
4015
4016 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
4017
4018         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
4019         GtkRowReference.
4020
4021 2001-02-28  Havoc Pennington  <hp@redhat.com>
4022
4023         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
4024         draw_default
4025         (gtk_widget_draw_focus): remove this function; we could instead
4026         make it just gtk_widget_draw(), but in most cases I think the
4027         result would be broken user code, so think it's better to have
4028         that code not compile and get fixed
4029         (gtk_widget_draw_default): ditto
4030
4031         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
4032         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
4033         
4034         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
4035         widgets lose/get the default, instead of calling draw_default
4036         
4037         * docs/Changes-2.0.txt: note about all this
4038
4039         Then fixed every widget in GTK, I won't list all the filenames.
4040
4041 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
4042
4043         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
4044         _gtk_tree_row_reference_deleted.
4045         (inserted_callback): Proxy out to
4046         _gtk_tree_row_reference_inserted.
4047         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
4048         get around signal emission ordering problem.
4049
4050         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
4051         fix to work with SINGLE 
4052         (_gtk_tree_selection_internal_select_node): Major sanitization on
4053         selections.  SINGLE now seems to work.
4054
4055         * tests/Makefile.am: add testtreecolumn.c:
4056
4057         * tests/testtreecolumn.c: New test.  Mostly points out selection
4058         bugs currently, but will test columns later.
4059
4060         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
4061         selection bug.  I hate touching this code -- it's scary.
4062
4063 2001-02-26  Havoc Pennington  <hp@redhat.com>
4064
4065         * gtk/testgtk.c: test the window state stuff
4066
4067         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
4068         window come to the user's attention as if it were just created
4069         (gtk_window_iconify): new function
4070         (gtk_window_deiconify): new function
4071         (gtk_window_stick): new function
4072         (gtk_window_unstick): new function
4073         (gtk_window_maximize): new function
4074         (gtk_window_unmaximize): new function
4075
4076         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
4077
4078         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
4079
4080         * gdk/x11/gdkevents-x11.c: create window state events when
4081         appropriate
4082         (gdk_wmspec_supported): new function
4083
4084         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
4085         iconification before showing the window
4086         (gdk_window_deiconify): new function
4087         (gdk_window_stick): new function
4088         (gdk_window_unstick): new function
4089         (gdk_window_maximize): new function
4090         (gdk_window_unmaximize): new function
4091
4092         * gdk/gdkwindow.c: store the window state in the window; 
4093         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
4094         window->mapped.
4095         (gdk_window_get_state): return the current window state
4096
4097         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
4098         (gdk_event_get_state): handle GDK_WINDOW_STATE
4099         (gdk_synthesize_window_state): function to create the window state
4100         events
4101
4102         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
4103         event, for changes to "window state" such as maximized, sticky, 
4104         etc.
4105         
4106         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
4107         focuses a window
4108
4109         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
4110         finds out if we support a given WM spec hint
4111
4112 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
4113
4114         * docs/faq/gtk-faq.sgml: New question re memory leaks.
4115
4116 2001-02-25  Hans Breuer  <hans@breuer.org>
4117
4118         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
4119         cause we want to loose those prototypes only in the latter case
4120
4121         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
4122         GdkPixmapImplWin32 because it itsn't derived from it. Use the
4123         impl member variable instead
4124
4125         * gtk/gtk.def : updated
4126
4127         * gtk/gtklist.c : 
4128         * gtk/gtkmenus.c : include <string.h> for memset ()
4129
4130         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
4131         for everthing built here, but for gtk-x.x.dll only. This solves
4132         problem of indifferent gtk type definitions
4133
4134 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
4135
4136         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
4137
4138 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
4139
4140         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
4141         column that is exposed.
4142
4143         (_gtk_tree_view_update_size): Changed name from set_size, and
4144         changed function to do more work, and not force people calling it
4145         to figure out the size.  Simplifies a lot of code elsewhere.
4146
4147 2001-02-23  Alexander Larsson  <alexl@redhat.com>
4148
4149         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
4150         return solid masks for xpms that have no transparent color.
4151         This makes the ..._create_from_xpm... API backwards
4152         compatible.
4153
4154 2001-02-23  Tor Lillqvist  <tml@iki.fi>
4155
4156         * README.win32: Update. Mention the gtk-1-3-win32-production
4157         branch.
4158
4159         * gdk/win32/bdfcursor.c: New file. A program that generates
4160         xcursors.h. Thanks to Stefan Ondrejicka.
4161
4162         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
4163         compact format.
4164
4165         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
4166
4167         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
4168         function, uses xcursors.h.
4169         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
4170         cursor from inline data instead of using LoadCursor() to generate
4171         it from a resource.
4172
4173         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
4174         event, must check the Windows message for mouse button state, as
4175         the GDK event state might not have been built if it is
4176         undelivered. Remove one goto.
4177
4178         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
4179         SetCursor() if the current cursor as returned by GetCursor() is
4180         the window's previous cursor. The ChildWindowFromPoint() test
4181         apparently didn't work correctly.
4182
4183         * gdk/win32/rc/*.cur: Remove.
4184
4185         * gdk/win32/rc/gdk.rc.in: Remove cursors.
4186
4187         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
4188
4189         * gtk/makefile.{mingw,msc}.in: Updates.
4190
4191 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
4192
4193         * gtk/gtktreemodel.h: add functions for signal emission.
4194
4195         * gtk/gtktreestore.c: move to use above functions instead of
4196         g_signal_emit.
4197
4198         * gtk/gtkliststore.c: ditto
4199
4200 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
4201
4202         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
4203         GObject instead of GtkObject.
4204
4205         * gtk/gtkliststore.c: ditto.
4206
4207         * gtk/gtktreemodelsort.c: ditto.
4208
4209         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
4210         GtkTreeModelIface, instead of in each model.
4211
4212 2001-02-21  Havoc Pennington  <hp@redhat.com>
4213
4214         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
4215         unbreak this function
4216
4217         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
4218         properties
4219
4220         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
4221         properties
4222
4223         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
4224         properties
4225
4226         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
4227         mean unset the max length
4228
4229 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
4230
4231         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
4232         Changed name to be set_cell_data_func to make it clear what
4233         the functino does.  Close bug #51069.
4234
4235 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
4236
4237         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
4238         have memory actually freed.  Keeps box running longer.
4239
4240 2001-02-21  Alexander Larsson  <alexl@redhat.com>
4241         
4242         * gtk/gtkseparatormenuitem.[ch]:
4243         Added new menu separator item. The drawing and size handling
4244         is still done in GtkMenuItem, but the API is a bit more sane.
4245         
4246         * gtk/Makefile.am:
4247         Add gtkseparatormenuitem.[ch].
4248
4249         * gtk/gtk.h:
4250         Add gtkseparatormenuitem.h.
4251         
4252         * gtk/gtkentry.c:
4253         * gtk/gtkmenufactory.c:
4254         * gtk/gtktextview.c:
4255         Use the new API for menu separators.
4256         
4257         * demos/gtk-demo/menus.c (create_menu):
4258         Add some GtkSeparatorMenuItem demo code.
4259
4260 2001-02-20  Havoc Pennington  <hp@redhat.com>
4261
4262         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
4263         Lee Mallabone
4264
4265         * gtk/gtkarrow.c: Convert to new property API, patch from 
4266         Lee Mallabone
4267
4268 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
4269
4270         * tests/testtreeview.c (toggled_callback): fix to reflect change
4271         in GtkTreeModelStore.
4272
4273 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
4274
4275         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
4276         function to create an icon set from a pixbuf.
4277
4278 2001-02-20  Alexander Larsson  <alexl@redhat.com>
4279
4280         * gtk/gtkcellrenderertext.[ch]:
4281         Add a "markup" property.
4282
4283         * gtk/treestoretest.c:
4284         Use the markup property, remove some leftover stuff from
4285         GtkTreeModelMapping.
4286
4287 2001-02-20  Alexander Larsson  <alexl@redhat.com>
4288
4289         * gtk/gtklabel.c (gtk_label_set_selectable):
4290         Queue a redraw if the selectable setting was changed.
4291
4292 2001-02-20  Alexander Larsson  <alexl@redhat.com>
4293
4294         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
4295         Actually copy the whole gc, not just the public parts.
4296         
4297         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
4298         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
4299         labels.
4300
4301 2001-02-19  Havoc Pennington  <hp@pobox.com>
4302
4303         * gdk/gdkwindow.c: docs
4304
4305         * gdk/gdkrgb.c: docs
4306
4307         * gdk/gdkregion-generic.c: docs
4308
4309         * gdk/gdkgc.c (gdk_gc_set_values): docs
4310
4311         * gdk/gdkdraw.c: docs
4312
4313         * gdk/gdkdrawable.h: deprecate drawable get/set data
4314
4315 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
4316
4317         * demos/gtk-demo/dialog.c: Add simple new demo.
4318
4319 2001-02-19  Havoc Pennington  <hp@redhat.com>
4320
4321         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
4322         insert_child_anchor signal, bug #50245
4323
4324         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
4325         from create_child_anchor, so the anchor is passed in
4326
4327         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
4328         (_gtk_widget_segment_new): have the child anchor object passed in, 
4329         instead of creating it.
4330
4331         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
4332         to gtk_text_buffer_get_modified
4333
4334 2001-02-19  Havoc Pennington  <hp@redhat.com>
4335
4336         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
4337         changed GLib without fixing GTK
4338
4339         * gtk/gtkrange.h: Rename all the stupid implementation detail 
4340         functions to have an underscore in front. Most of them should 
4341         probably just go away, but for starters don't export them.
4342         Bug #50482
4343
4344 2001-02-19  Havoc Pennington  <hp@redhat.com>
4345
4346         * gdk/gdkcolor.h: test was backward, so deprecated functions were
4347         excluded by default
4348
4349         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
4350         clean up the old code a bit
4351
4352         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
4353         inconsistent state
4354
4355         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
4356         draw inconsistent state
4357
4358         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
4359         (create_menu): add inconsistent test
4360
4361         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
4362         new function
4363         (gtk_check_menu_item_get_inconsistent): new function
4364         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
4365         state (using etched in for now)
4366
4367         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
4368         draw inconsistent state
4369
4370         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
4371         function, used when the user has selected a range of stuff in
4372         different states
4373         (gtk_toggle_button_get_inconsistent): accessor for that
4374         (gtk_toggle_button_paint): draw inconsistent state (etched in?
4375         don't know what else to do)
4376
4377 2001-02-19  Hans Breuer <hans@breuer.org>
4378
4379         * gtk/gtk.def : updated exported symbols
4380
4381         * gtk/makefile.msc.in : updated
4382
4383         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
4384         a colormap, when invoked from testgtk::entry. I'm not sure where
4385         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
4386         avoids immediate crashing ...
4387
4388         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
4389         any objections ?
4390
4391         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
4392         0 parameter. At least msvc doesn't like macros with var args. 
4393         I simply removed the extra 0, was it a feature or a typo ?
4394
4395         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
4396         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
4397         because the value assignment to the internal struct wasn't working.
4398         I'm not absolutely sure. The problem could have been resolved by
4399         changing the "func" declartion in the struct, but was the pointer
4400         to the function pointer intended ?
4401
4402         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
4403
4404         * gdk/gdk.def : updated exported symbols
4405
4406         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
4407         only use SetDIBitsToDevice if there is a palette at the drawable
4408         and the image is GDK_VISUAL_PSEUDO_COLOR
4409
4410         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
4411
4412         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
4413
4414         * gdk/*/makefile.msc : updated
4415
4416 2001-02-19  Havoc Pennington  <hp@redhat.com>
4417
4418         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
4419         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
4420
4421         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
4422         (gdk_key_repeat_restore): nuke
4423
4424         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
4425         (gdk_init_check): no atexit func
4426
4427         * gdk/gdkrgb.h: mark some stuff deprecated
4428
4429         * gdk/gdkcolor.h: mark some stuff deprecated
4430         
4431         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
4432
4433         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
4434
4435 2001-02-16  Havoc Pennington  <hp@redhat.com>
4436
4437         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
4438         scroll steps.
4439
4440         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
4441         steps, and add Ctrl-arrow shortcuts for paging visually as with
4442         HScale, since Page Up and Page Down move logically.
4443
4444         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
4445         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
4446         
4447         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
4448         steps
4449         (gtk_range_scroll): handle the visual steps
4450
4451         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
4452         scroll steps
4453
4454         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
4455         steps, not the logical ones.
4456
4457         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
4458         (scroll_vertical): handle up/down steps
4459
4460 2001-02-19 Alexander Larsson  <alexl@redhat.com>
4461
4462         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
4463         Copy data and free data with free().
4464
4465         * gdk-pixbuf/gdk-pixbuf.c:
4466         * gdk-pixbuf/io-jpeg.c:
4467         * gdk-pixbuf/io-png.c:
4468         Use g_try_malloc/g_free instead malloc/free.
4469         
4470         * gdk-pixbuf/test-gdk-pixbuf.c:
4471         Must... initialize... gobject...
4472         
4473         * gdk-pixbuf/pixops/timescale.c:
4474         * gtk/gtkcalendar.c:
4475         Use g_malloc instead of malloc.
4476         
4477 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
4478
4479         * gtk/testgtkrc:
4480         Comment out property assignments, these don't work yet.
4481
4482 2001-02-17  Havoc Pennington  <hp@pobox.com>
4483
4484         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
4485         bit.
4486
4487 2001-02-17  Havoc Pennington  <hp@pobox.com>
4488
4489         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
4490         shadowed variables that had broken size request in some cases,
4491         leading to bogus tooltips (#50996)
4492
4493 2001-02-06  Jon K Hellan  <hellan@acm.org>
4494
4495         Implement fast browsing of tooltips, bug #50619
4496         
4497         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
4498         and last_popdown
4499         
4500         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
4501         use_sticky_delay and last_popdown.
4502         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
4503         time of popdown.
4504         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
4505         is NULL.
4506         (gtk_tooltips_recently_shown): New static function.  Return true
4507         if < sticky_delay has elapsed since last popdown.
4508         (gtk_tooltips_event_handler): Display window after sticky_delay
4509         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
4510         since last popdown.
4511         
4512 2001-02-17  Havoc Pennington  <hp@pobox.com>
4513
4514         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
4515         instead of (). #6394
4516
4517         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
4518         G_CONST_RETURN, make it return by reference, #50473
4519         
4520 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
4521
4522         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
4523         generated ENTER_NOTIFY event with 0, otherwise not explicitely
4524         setup fields contain garbage (e.g. subwindow, breaking
4525         gdk_drawable_ref() upon event copy).
4526         (gtk_menu_stop_navigating_submenu_cb): same here.
4527
4528         * gtk/gtklist.c (gtk_list_vertical_timeout): 
4529         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
4530         * gtk/gtkclist.c (vertical_timeout): 
4531         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
4532         default-zero-intialization for unions to memset(,0,), as unions are
4533         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
4534         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
4535
4536         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
4537         g_closure_sink() warning.
4538
4539         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
4540         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
4541         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
4542         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
4543         
4544 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
4545
4546         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
4547         gtk_*_store_get, and moved to GtkTreeModel.
4548
4549         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
4550
4551         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
4552
4553         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
4554
4555         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
4556         set the func.
4557
4558         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4559         freeze/thaw notify between setting all the properties for a cell.
4560
4561         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
4562
4563 2001-02-15  Havoc Pennington  <hp@redhat.com>
4564
4565         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
4566         the X coordinates so they're with respect to the line, rather than 
4567         with respect to the layout.
4568
4569         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
4570         Mallabone
4571
4572         * gtk/testgtk.c (create_range_controls): add vscale tests, 
4573         and inverted test
4574
4575         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
4576         #50806
4577
4578         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
4579
4580         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
4581         gtk_text_iter_is_end
4582
4583         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
4584         rename gtk_text_buffer_get_end_iter
4585
4586         * gtk/testgtk.c (create_labels): Add test for selectable
4587
4588         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
4589         the selection stuff. This code is kind of broken since it doesn't 
4590         use the theme engine.
4591
4592         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
4593         fix infinite loop and y offset problem
4594         (gdk_draw_layout_line_with_colors): fix foreground color handling
4595
4596         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
4597         that makes the label selectable.
4598         
4599         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
4600         layout when the style is set, since fonts etc. could have changed.      
4601
4602 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
4603
4604         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
4605
4606         * gtk/gtktreemodelsimple.[ch]: removed.
4607
4608 2001-02-16  Alexander Larsson  <alexl@redhat.com>
4609
4610         * gtk/gtktreemodelmapping.[ch]:
4611         New files. Implement GtkTreeModelMapping.
4612         
4613         * gtk/Makefile.am:
4614         Add gtktreemodelmapping.[ch].
4615         
4616         * gtk/gtk.h:
4617         Add gtktreemodelmapping.h
4618
4619         * gtk/treestoretest.c:
4620         Test the GtkTreeModelMapping
4621
4622 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
4623
4624         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
4625         have a demo, we might as well pass in real values.  Thanks to
4626         clahey for pointing this out.
4627
4628 2001-02-14  Havoc Pennington  <hp@pobox.com>
4629
4630         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
4631         "static" to a private function
4632         (gtk_image_menu_item_class_init): remove destroy handler,
4633         add "image" object property
4634
4635 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
4636
4637         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
4638         Add a shortcut if the window and the current clip_region doesn't
4639         overlap. This is needed when there are a lot of windows in a
4640         window. The layout test in testgtk is a good test.
4641
4642         * gdk/linux-fb/gdkwindow-fb.c:
4643         Whitespace fix.
4644
4645 2001-02-13  Sven Neumann  <sven@convergence.de>
4646
4647         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
4648
4649 2001-02-13  Alexander Larsson  <alexl@redhat.com>
4650
4651         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
4652         Don't reference last_cursor if it is null. Fixes crash when rotating
4653         the screen before having moved the mouse.
4654
4655         * gdk/linux-fb/gdkcc-fb.c: Zapp!
4656
4657         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
4658
4659         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
4660         when using 90 or 270 degrees rotation.
4661
4662 2001-02-12  Havoc Pennington  <hp@pobox.com>
4663
4664         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
4665         it always set the foreground, even if we were only using
4666         a stipple.
4667         (gdk_draw_layout_line_with_colors): new function, allow
4668         override colors
4669         (gdk_draw_layout_with_colors): new function, allow override
4670         colors
4671         (gdk_pango_layout_line_get_clip_region): function to get the clip
4672         region for a logical text range
4673         (gdk_pango_layout_get_clip_region): get the clip region for a
4674         logical text range
4675
4676         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
4677         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
4678         the right number of arguments.
4679
4680         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
4681         enhance the function to check that node data corresponds to a 
4682         view still belonging to the tree.
4683
4684         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
4685         GtkTreePath
4686         (gtk_tree_view_inserted): ditto
4687         (gtk_tree_view_child_toggled): ditto
4688
4689         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
4690         simplify this code.
4691
4692         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
4693         a PangoAttrList
4694
4695         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
4696
4697         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
4698
4699         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
4700         size in the size request 
4701         (gtk_menu_bar_size_allocate): consider toggle size here
4702
4703         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
4704         that displays a widget in the toggle slot
4705
4706         * gtk/testgtk.c: test GtkImageMenuItem
4707
4708         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
4709         
4710         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
4711         request and allocation
4712
4713         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
4714
4715         * gtk/gtkcheckmenuitem.c
4716         (gtk_check_menu_item_toggle_size_request): ditto
4717         
4718 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
4719
4720         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
4721         reference.
4722
4723         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
4724         and refuse to initialize GTK+ if they fail.
4725
4726 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
4727
4728         * configure.in: Add check for gtk-doc version.
4729
4730 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4731
4732         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
4733         where the xpad/ypad was only being used on one side!
4734
4735 2001-02-11  Tor Lillqvist  <tml@iki.fi>
4736
4737         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
4738         function, copied from X11 version.
4739
4740         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
4741         DestroyCursor failures. The reason for the problem (despite the
4742         inconsistent messages from GetLastError()) was that
4743         DestroyCursor() cannot be called while a cursor is set in a
4744         window. Set the new cursor first and then destroy the old one.
4745         Thanks to jpe@archaeopteryx.com.
4746
4747         * gdk/win32/gdkcc-win32.c: Remove.
4748
4749         * gdk/win32/Makefile.am: Remove from here, too.
4750         
4751         * gdk/gdk.def
4752         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
4753
4754         * gtk/gtk.def
4755         * gtk/makefile.mingw.in: Updates.
4756
4757 2001-02-08  Havoc Pennington  <hp@redhat.com>
4758
4759         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
4760         add a widget to a bin that already has a child.
4761
4762         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
4763
4764         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
4765         
4766         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
4767
4768         * gdk/gdk.h: remove gdkcc.h
4769
4770         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
4771
4772         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
4773         GdkPixbuf, since the previous implementation was GdkColorContext
4774         dependent.
4775
4776         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
4777         
4778 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
4779
4780         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
4781         a sane value!
4782
4783 2001-02-08  Havoc Pennington  <hp@redhat.com>
4784
4785         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
4786         lighten them.
4787
4788 2001-02-08  Havoc Pennington  <hp@redhat.com>
4789
4790         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
4791         validation idle
4792
4793         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
4794         cell renderer
4795
4796         * demos/pixbuf-demo.c (timeout): remove deprecated
4797         gtk_widget_draw
4798
4799         * demos/testpixbuf-save.c (main): remove deprecated
4800         gtk_drawing_area_size
4801
4802         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
4803         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
4804         at the start of the allocation.
4805         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
4806         unsetup or NULL model.
4807
4808         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
4809         even/odd/sorted cells in the tree view.
4810
4811         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
4812         bugfixes
4813
4814         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
4815         backgrounds with draw_flat_box using different detail for even/odd
4816         rows.
4817
4818         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
4819         row, so we can draw the alternating colors thing
4820
4821         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
4822         property from a synonym property, notify for the synonym.
4823         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
4824         (gtk_text_tag_get_property): Always return the font, even if
4825         all its fields aren't set
4826
4827         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
4828         store the attr list; it leaves us with no way to change attributes
4829         in _render according to the render flags, and no way to implement
4830         get_property. Instead store all the specific text attributes. 
4831         Separate whether an attribute is enabled from its value. Sync all
4832         properties with GtkTextTag, make them all consistent, etc.
4833
4834         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
4835         renderers can highlight the sort row/column     
4836
4837         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
4838         accessor functions to get values; this has the side effect of
4839         showing up which accessor functions were missing. Added those.
4840
4841         * gtk/gtktreeviewcolumn.h: Replace set_justification with
4842         set_alignment, to be consistent with GtkLabel, GtkMisc
4843
4844         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
4845         arrow.
4846
4847         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
4848
4849         * gtk/gtktreesortable.h: updates in here
4850
4851 2001-02-07  Sven Neumann  <sven@convergence.de>
4852
4853         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
4854         pango dimensions after painting the background. We used to draw
4855         gigantic flat boxes here.
4856
4857 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
4858
4859         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
4860         error introduced with earlier commit) (pointed out by
4861         Ollie Lho)
4862
4863 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
4864
4865         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
4866         which are no longer necessary.
4867
4868 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
4869
4870         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
4871
4872 2001-02-04  Tor Lillqvist  <tml@iki.fi>
4873
4874         * gdk/gdk.def
4875         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
4876         Provide dummy implementations.
4877
4878 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
4879
4880         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
4881
4882         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
4883         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
4884         deprecated this function.
4885
4886         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
4887         argument.
4888
4889 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
4890
4891         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
4892
4893 2001-02-03  Havoc Pennington  <hp@pobox.com>
4894
4895         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
4896         Mikael Hermansson with patch from Mikael (if there was a toggle
4897         start one after the first character in the range, this function
4898         was broken). Bug #50380
4899
4900 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
4901
4902         * configure.in: Remove confusing comment about X11.
4903
4904 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
4905
4906         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
4907         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
4908         
4909 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
4910
4911         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
4912         it breaks things on BSD. If you want to compile GTK+ with
4913         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
4914         when configuring, since GTK+ simply can't be "pure ANSI" 
4915         in the header files it uses. (#8170, Greg Hudson)
4916
4917 2001-02-02  Havoc Pennington  <hp@redhat.com>
4918
4919         * gtk/gtkwindow.c: docs
4920
4921         * gtk/gtkwidget.c: docs
4922         (gtk_widget_set_colormap): add a reference to the colormap
4923         (gtk_widget_get_default_colormap): add a reference to the colormap
4924
4925         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
4926
4927         * gtk/gtktextiter.c: docs
4928
4929         * gtk/gtkmain.c (gtk_propagate_event): docs
4930
4931         * gtk/gtkpaned.c (gtk_paned_get_position): docs
4932         (gtk_paned_set_position): docs
4933
4934         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
4935         sort interface, no implementation yet.
4936
4937         * demos/testpixbuf.c (new_testrgb_window): replace
4938         gtk_drawing_area_size() with gtk_widget_set_usize()
4939
4940         * demos/testpixbuf-drawable.c (main): ditto
4941         
4942         * gtk/testgtk.c: remove use of GtkStatusbarMsg
4943
4944         * gtk/gtktextbuffer.c: docs
4945
4946         * gtk/gtkstock.c: docs
4947
4948         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
4949
4950         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
4951
4952         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
4953         
4954         * gtk/gtkimage.c: add some docs in here
4955         (gtk_image_size_request): change name of
4956         gtk_widget_render_stock_icon
4957         (gtk_image_get_icon_set): don't dup returned string
4958         (gtk_image_get_icon_set): don't dup returned string
4959
4960         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
4961         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
4962         and gtkiconfactory.h functions
4963
4964         * gtk/gtkiconfactory.c: add some docs in here
4965
4966         * gtk/gtkmain.c (gtk_get_default_language): document
4967         (gtk_get_current_event): document
4968         (gtk_get_current_event_state): document
4969         (gtk_get_event_widget): document
4970
4971         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
4972
4973         * gtk/gtkcontainer.c: Add some documentation
4974         (gtk_container_add): give a more explanatory warning on adding an
4975         already-parented widget, this is kind of a FAQ and also a common
4976         typo that's easier to debug with a nice warning 
4977
4978         * gtk/gtkcellrenderertoggle.c
4979         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
4980         adding this, it's useless
4981         (gtk_cell_renderer_toggle_set_active): remove
4982         (gtk_cell_renderer_toggle_get_radio): add
4983
4984         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
4985         the NULL cell renderer, that doesn't make any sense to me. 
4986
4987         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
4988         demo code should never use deprecated features.
4989
4990         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
4991         code should never use deprecated features.
4992
4993         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
4994         gtk_widget_queue_clear_area deprecated
4995
4996         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
4997         deprecated
4998
4999         * gtk/gtklabel.h: mark gtk_label_get() deprecated
5000
5001         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
5002         a GdkImage deprecated, replaced by new consistently-named
5003         functions       
5004
5005         * gtk/gtkmain.h: Mark gtk_exit() deprecated
5006
5007         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
5008
5009         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
5010         deprecated
5011
5012         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
5013         so it won't appear in docs and confuse people.
5014
5015         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
5016
5017         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
5018         macros deprecated. (can't mark the type itself deprecated, since
5019         GtkProgressBar is not deprecated and we need the type decl to use
5020         GtkProgressBar)
5021
5022         * gtk/gtkpixmap.h: Mark deprecated
5023
5024         * gtk/gtkoldeditable.h: Mark deprecated
5025
5026         * gtk/gtklist.h: Mark deprecated
5027
5028         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
5029         for anything anymore.
5030
5031         * gtk/gtkctree.h: Mark deprecated
5032
5033         * gtk/gtkclist.h: Mark deprecated
5034
5035         * gtk/gtkpreview.h: Mark deprecated
5036
5037         * gtk/gtkpacker.h: Mark deprecated
5038
5039         * gtk/gtktipsquery.h: Mark deprecated
5040
5041         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
5042
5043         * gtk/gtkvruler.h: Add comment that it will move out of GTK
5044
5045         * gtk/gtkhruler.h: Add comment that it will move out of GTK
5046
5047         * gtk/gtkruler.h: Add comment that it will move out of GTK
5048
5049         * gtk/gtkgamma.h: Add comment that it will move out of GTK
5050
5051         * gtk/gtkcurve.h: Add comment that it will move out of GTK
5052
5053 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
5054
5055         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
5056         gdk_colormap_sync private since it was never exported
5057         in a header file.
5058
5059         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
5060         colormap->colors[] for StaticGray, StaticColor colormaps.
5061
5062         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
5063         was being used as if it was image->bits_per_pixel.
5064
5065         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
5066         for the image in the GdkImage structure since it isn't
5067         reconstructable, and we need it to handle packed types
5068
5069         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
5070         the assumption that on Win32 image->bits_per_pixel == image->depth,
5071         always.
5072
5073         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
5074
5075         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
5076         warning message if no converter can be found. 
5077
5078 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
5079
5080         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
5081         chars to isupper() / tolower(). (#567)
5082
5083         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
5084         to clear up 64-bit warnings. (#567)
5085
5086 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
5087
5088         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
5089         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
5090
5091         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
5092         since some people set $(libdir) separately. (#1290, David Kaelbling)
5093
5094 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
5095
5096         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
5097         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
5098         MAXPATHLEN, but the code here depends on a fixed value.)
5099         (#4524)
5100
5101 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
5102
5103         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
5104         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
5105
5106 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
5107
5108         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
5109         viewable there is no way that moving the node will cause the 
5110         focus row to become not viewable, so omit check on the visibility
5111         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
5112
5113 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
5114
5115         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
5116         selection before inserting new text.
5117
5118 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
5119
5120         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
5121         Make the sensitivity of the reparented child track that of
5122         the original parent menu item. (#34218, David Hodson)
5123
5124         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
5125         the case where the current item is destroyed properly.
5126
5127         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
5128         some edge cases with child-less menuitems.
5129         
5130 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
5131
5132         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
5133         key pop down window. (#12074, Jon K Hellan)
5134
5135 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
5136
5137         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
5138         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
5139         The solution here isn't perfect - you get an extraneous
5140         emission of "toggle", which could conceivably confuse an app,
5141         but better than the current situation. LXR search seems to
5142         indicate that no apps in GNOME CVS connect to "toggle".
5143
5144 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
5145
5146         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
5147         gtk_public_h_sources to directly here to avoid warning when
5148         building srcdir != builddir. (#9656)
5149
5150 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
5151
5152         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
5153         handlers in gtkrange.c return the proper values (TRUE == handled)
5154         (#10316).
5155
5156         This is just the tip of the iceberg, but gtkrange.c is the
5157         most common place where the propagation is problematical,
5158         and also a place where it is almost certainly safe to change
5159         this in the stable branch.
5160
5161         (You don't want right click popups on a range control or anything...)
5162
5163 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
5164
5165         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
5166         area on focus out, even if a background pixmap isn't set.
5167         (#13941)
5168         
5169 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
5170
5171         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
5172         to deal with setting the shape properly when scrolling arrows are
5173         turned on, but not visible because there is sufficient space.
5174         (#13432)
5175
5176 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
5177
5178         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
5179         items with submenus, destroy the item along with the submenu.
5180         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
5181         properly.
5182
5183         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
5184         later.
5185
5186 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
5187
5188         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
5189         the focus widget sometimes wasn't drawn with the default if there
5190         was no default widget.
5191
5192         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
5193         unreference pixmaps. 
5194
5195         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
5196         for some extra safety.
5197
5198 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
5199
5200         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
5201         the text of a cell to the old pointer value better, by
5202         copying the new text before freeing the old text. Some code
5203         cleanup. (#8079, Karl Nelson)
5204
5205 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
5206
5207         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
5208         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
5209
5210 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
5211
5212         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
5213         item from a menu, check to see if it matches 
5214         menu->old_active_menu_item, and if so, unref and clear
5215         old_active_menu_item (Patch from Pavel Cisler)
5216
5217         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
5218         menu_shell->active_menu_item, if it is the child being
5219         removed. (Patch based on that of Gene Ragan, #50337)
5220
5221 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
5222
5223         * gdk/linux-fb/gdkselection-fb.c: 
5224         * gdk/linux-fb/gdkcolor-fb.c: 
5225         * gdk/linux-fb/gdkdrawable-fb2.c: 
5226         * gdk/linux-fb/gdkfont-fb.c: 
5227         * gdk/linux-fb/gdkim-fb.c: 
5228         * gdk/linux-fb/gdkinput.c: 
5229         * gdk/linux-fb/gdkkeyboard-fb.c: 
5230         * gdk/linux-fb/gdkmain-fb.c: 
5231         * gdk/linux-fb/gdkrender-fb.c: 
5232         A bunch of whitespace cleanup.
5233         
5234 2001-01-30  Havoc Pennington  <hp@pobox.com>
5235
5236         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
5237         #ifdef GTK_ENABLE_BROKEN.
5238
5239         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
5240         GTK_ENABLE_BROKEN just before including the broken headers.
5241         
5242         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
5243         deprecated types registered.
5244
5245         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
5246         we have to test the broken stuff.
5247
5248         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
5249         
5250 2001-01-30  Havoc Pennington  <hp@redhat.com>
5251
5252         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
5253         here where prev pointer was set to the wrong thing
5254
5255         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
5256         (gtk_tree_path_is_descendant): new function
5257
5258         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
5259         cached length
5260         (gtk_list_store_get_iter): don't modify iter if we can't get the
5261         path.
5262
5263         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
5264         
5265         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
5266         GtkTreeDragDest
5267
5268         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
5269         was causing segfault
5270
5271         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
5272         pointer to NULL
5273
5274         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
5275
5276         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
5277         on returning FALSE
5278         (gtk_list_store_iter_children): ditto
5279         (gtk_list_store_iter_nth_child): ditto
5280         (gtk_list_store_iter_nth_child): ditto
5281         (gtk_list_store_iter_parent): ditto
5282
5283         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
5284         on iter->user_data != NULL instead of silently accepting it.
5285         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
5286         we are returning TRUE.
5287         (gtk_tree_store_iter_children): ditto
5288         (gtk_tree_store_iter_nth_child): ditto
5289         (gtk_tree_store_iter_parent): ditto
5290         (gtk_tree_store_insert): remove handling of parent->user_data ==
5291         NULL, replace with parent == NULL       
5292
5293         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
5294         and a comment explaining things
5295
5296         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
5297         interface support to GtkTreeStore.
5298
5299         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
5300         FALSE if no prev, fix
5301
5302         * gtk/gtktreeview.c (set_source_row): use a row reference
5303         (set_dest_row): use a row reference
5304
5305 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
5306
5307         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
5308         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
5309         (gtk_tree_selection_select_iter): The same as above.
5310
5311 2001-01-26  Havoc Pennington  <hp@redhat.com>
5312
5313         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
5314         which holds a handle to a specific row (particular set of values
5315         in the model, i.e. pointer-identity row).
5316
5317         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
5318         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
5319         Still need to use it for the src/dest row saved on the drag context.
5320
5321 2001-01-26  Havoc Pennington  <hp@redhat.com>
5322
5323         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
5324
5325         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
5326         not offset by TREE_VIEW_HEADER_HEIGHT
5327         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
5328         TREE_VIEW_HEADER_HEIGHT
5329
5330         * configure.in (included_loaders): for me, --with-included-loaders
5331         generates the error "the specified loader yes does not exist",
5332         i.e. the arg defaults to "yes", so change test for value ""
5333         to test for value "yes", and include all loaders in that case.
5334
5335         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
5336
5337         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
5338         handle TREE_VIEW_VERTICAL_SEPARATOR
5339         (gtk_tree_view_bin_expose): fix to consider the row offset as
5340         pointing halfway into vertical separator.       
5341         (gtk_tree_view_draw_node_focus_rect): ditto
5342
5343         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
5344         --gtk-debug=updates, which causes gdk_window_set_debug_updates
5345         (TRUE) to be called.
5346
5347         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
5348         debug mode where the invalid region is colored in on invalidate,
5349         so you can see the flicker and know whether your redraw code is 
5350         doing a good job.
5351
5352         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
5353         tree window coordinates (clip rect is in tree window coords)
5354
5355         * gtk/Makefile.am: add gtktreednd.[hc]
5356
5357         * gtk/gtkliststore.c: implement gtktreednd interfaces.
5358
5359         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
5360         drag-and-drop data operations on a model (so we can set up tree
5361         drag-and-drop automatically)
5362
5363         * gtk/testgtk.c: Add a window to change sensitivity in the
5364         GtkLabel test; add a way to change the entry frame in GtkEntry
5365         test
5366
5367         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
5368         (gtk_entry_get_has_frame): new functions to remove the frame
5369         around an entry
5370         (gtk_entry_size_request): shrink requisition if no frame
5371         (gtk_entry_draw_focus): don't draw frame if no frame
5372
5373         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
5374         checks inside a cell renderer
5375         (gtk_default_draw_option): ditto for options
5376
5377         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
5378         children from the alignment, not the button
5379         (gtk_tree_view_column_init): ref/sink the column, to emulate
5380         GObject refcounting.
5381
5382         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
5383         
5384         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5385         Use theme functions to draw the toggles 
5386
5387         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
5388
5389         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
5390         GdkPangoAttrEmbossed to use in rendering insensitive text
5391
5392         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
5393
5394         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
5395         using new GDK features
5396         
5397 2001-01-24  Alexander Larsson  <alexl@redhat.com>
5398
5399         * gtk/gtkimage.c:
5400         Splitted gtk_image_clear into gtk_image_clear() and
5401         gtk_image_reset(). Call gtk_image_clear() in ::destroy
5402         to avoid leaks.
5403
5404         * gtk/gtklabel.c (set_markup):
5405         Don't leak text.
5406
5407         * gtk/gtktextlayout.c:
5408         Always free display->shaped_objects.
5409
5410         * gtk/testgtk.c (create_clist):
5411         Don't leak custom style.
5412
5413 2001-01-23  Alexander Larsson  <alexl@redhat.com>
5414
5415         * gtk/gtkcolorsel.c (grab_color_at_mouse):
5416         Don't leak image. Simplify using gdk_colormap_query_color().
5417         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
5418
5419         * linux-fb/gdkcolor-fb.c:
5420         Implemented gdk_colormap_query_color.
5421
5422 2001-01-23  Alexander Larsson  <alexl@redhat.com>
5423
5424         * linux-fb/gdkcursor-fb.c:
5425         Don't leak built-in cursors.
5426
5427         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
5428         Don't leak tmp_points.
5429
5430         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
5431         Don't modify desc. Don't leak font if the PangoFont
5432         isn't found.
5433         
5434         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
5435         Free dash_list.
5436
5437         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
5438         Don't leak string.
5439         
5440 2001-01-20  Havoc Pennington  <hp@pobox.com>
5441
5442         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
5443         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
5444         me, matches Pango
5445
5446 2001-01-22  Havoc Pennington  <hp@redhat.com>
5447
5448         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
5449
5450         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
5451
5452         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
5453         Remove, move back to gdk-pixbuf
5454
5455         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
5456         to all the word functions
5457
5458         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
5459         before doing anything on NULL layout or if we don't have the focus
5460
5461         * gtk/testtext.c (fill_example_buffer): "justification"
5462
5463         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
5464         to be called "justification" not "justify"
5465
5466         * demos/gtk-demo/textview.c (create_tags): "justification"
5467         
5468         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
5469
5470 2001-01-22  Alexander Larsson  <alexl@redhat.com>
5471
5472         * gdk/gdkwindow.c (gdk_window_invalidate_region):
5473         Don't leak visible_region. Use visible_region instead of region.
5474         
5475         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
5476         Don't do extra gdk_drawable_ref(). This is not X.
5477         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
5478         gdk_fb_focused_window is ref:ed.
5479         (gdk_fb_window_send_crossing_events): Watch out for destroyed
5480         windows.
5481
5482 2001-01-22  Alexander Larsson  <alexl@redhat.com>
5483
5484         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
5485         Don't leak the PangoFontDescriptor.
5486
5487 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
5488
5489         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
5490         when not realized.
5491         (gtk_tree_view_scroll_to_cell): Make work when not realized.
5492         (gtk_tree_view_realize): add scroll_to support
5493         (gtk_tree_view_finalize): add a finalize method.  Populate.
5494         (gtk_tree_view_insert_column): ref and sink the column.
5495         (gtk_tree_view_append_column): ref and sink the column.
5496         (gtk_tree_view_queue_draw_node): New function to handle redrawing
5497         individual nodes.  Should make the code much more efficient, if
5498         actually used.
5499
5500 2001-01-19  Havoc Pennington  <hp@redhat.com>
5501
5502         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
5503         byte_offset variable was being used to mean both "offset into
5504         layout" and "offset into buffer line" which was no longer true
5505         with addition of preedit string; fix
5506
5507 2001-01-19  Havoc Pennington  <hp@redhat.com>
5508
5509         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
5510
5511         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
5512         function
5513
5514         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
5515         implement
5516
5517         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
5518         scroll_to_cell, matches TextView scroll functions better
5519         (gtk_tree_view_tree_to_widget_coords): new function
5520         (gtk_tree_view_widget_to_tree_coords): new function
5521         (gtk_tree_view_get_visible_rect): new function
5522         (gtk_tree_view_get_path_at_pos): accept negative coordinates
5523         (gtk_tree_view_draw_node_focus_rect): new function moved from
5524         draw_focus, also, use width of bin_window as width of the focus
5525         rect
5526         (gtk_tree_view_expand_row): fix bug where it didn't recognize
5527         already-expanded rows
5528         (gtk_tree_view_get_cell_rect): new function
5529         (gtk_tree_view_get_path_at_pos): return the click position
5530         relative to the passed-in cell
5531         (gtk_tree_view_set_expander_column): new function
5532
5533         * configure.in: remove gtk-config-2.0 chmod
5534
5535         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
5536         and properly handle drags with targets we don't understand
5537         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
5538         scrolling anyway
5539         (gtk_text_view_drag_drop): stop scrolling here though, and set the
5540         mark invisible
5541
5542         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
5543         function
5544         (gtk_drag_dest_get_target_list): new function
5545         (gtk_drag_dest_set_target_list): new function
5546         
5547         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
5548
5549         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
5550         related to drag-and-drop
5551
5552 2001-01-19  Alexander Larsson  <alexl@redhat.com>
5553
5554         * gdk/linux-fb/gdkprivate-fb.h:
5555         Define EMULATE_GDKFONT.
5556         Add extra pango_font stuff to GfkFontPrivate.
5557         
5558         * gdk/linux-fb/gdkdrawable-fb2.c:
5559         * gdk/linux-fb/gdkfont-fb.c:
5560         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
5561         emulation using PangoFont.
5562
5563 2001-01-17  Havoc Pennington  <hp@pobox.com>
5564
5565         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
5566         all the non-deprecated set_foo functions. Added missing object
5567         properties, and added g_object_notify() to setters. 
5568         Wrote docs.
5569         
5570 2001-01-18  Tor Lillqvist  <tml@iki.fi>
5571
5572         * gtk/gtkmain.c
5573         * gtk/gtkrc.c: (Win32) Use the new
5574         g_win32_get_package_installation_(sub)directory() functions.
5575
5576         * config.h.win32.in: New file.
5577         
5578         * config.h.win32: Removed.
5579
5580         * configure.in: Output config.h.win32.
5581
5582         * Makefile.am: Add it to EXTRA_DIST.
5583
5584         * gtk/gtk.def: Update.
5585
5586 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
5587
5588         * gtk/gtklabel.c (gtk_label_size_request): Set the
5589         attributes onto the PangoLayout even if they are newly
5590         created from label->pattern.
5591
5592 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
5593
5594         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
5595
5596         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
5597         structures in functions. Fixes bug where gtk_dataset_*
5598         was accidentally still being used in one place, causing
5599         every dest side event to be treated independently.
5600
5601         * gtk/gtkdnd.c: Remove last vestages of handling
5602         ::draw (fixes warning)
5603         
5604         * gtk/gtkentry.[ch]: Add drag and drop support.
5605
5606         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
5607         new function gtk_check_drag_threshhold() for checking
5608         to check if (dx,dy) has exceeded the threshhold for starting
5609         a drag and use it everywhere.
5610
5611 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
5612
5613         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
5614         add -I{includedir}/gtk-2.0.
5615
5616         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
5617         gdk/gdk-pixbuf.h: Doc fixups.
5618         
5619         * gtk/gtkobject.h: Remove trailing , from enum
5620
5621 2001-01-17 Alexander Larsson <alexl@redhat.com> 
5622
5623         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
5624         Doh! Mixed up x and y.
5625
5626         * gdk/linux-fb/gdkglobals-fb.c:
5627         Removed gdk_fb_pointer_grab_window_events,
5628         added _gdk_fb_pointer_grab_owner_events and
5629         _gdk_fb_keyboard_grab_owner_events.
5630
5631         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
5632         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
5633         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
5634         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
5635         Send crossing events after ungrab finished.
5636         (gdk_keyboard_grab): Set ..._owner_events
5637         (type_masks): Move out of function.
5638         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
5639         gdk_fb_keyboard_event_window): New functions, return the
5640         window an event should be targeted at. Handles grabs and
5641         event propagation. Can return NULL.
5642         (gdk_event_make): Remove event_mask checking. Now always
5643         returns an event.
5644                 
5645         * gdk/linux-fb/gdkkeyboard-fb.c:
5646         * gdk/linux-fb/gdkproperty-fb.c:
5647         * gdk/linux-fb/gdkselection-fb.c:
5648         Use new event_window/gdk_event_make() behaviour.
5649         
5650         * gdk/linux-fb/gdkmouse-fb.c:
5651         Use new event_window/gdk_event_make() behaviour.
5652         Only send motion events if in the same window.
5653         If grabbed, use cursor from window if sibling of grabbed
5654         window, and cursor from grabbed window otherwise.
5655
5656         * gdk/linux-fb/gdkprivate-fb.h:
5657         Update gdk_fb_window_send_crossing_events, gdk_event_make
5658         and grab varaible declarations. Add gdk_fb_*_event_window().
5659
5660         * gdk/linux-fb/gdkwindow-fb.c:
5661         Use new event_window/gdk_event_make() behaviour.
5662         Keep correct track of focus window.
5663         (gdk_window_set_events): Set all specific button motion masks
5664         if GDK_BUTTON_MOTION_MASK set.
5665
5666         * gtk/gtkdnd.c (gtk_drag_update):
5667         Free info->last_event if gdk_drag_motion returned FALSE.
5668
5669 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5670
5671         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
5672         Eliminate redraws when input-only windows are shown or
5673         hidden. Thanks to jpe@archaeopteryx.com.
5674
5675 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
5676
5677         * docs/faq/gtk-faq.sgml: FAQ update:
5678           - Update to bugzilla
5679           - Add GTK+ and security/SUID/SGID
5680           - Add DnD question
5681
5682 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
5683
5684         * gdk/linux-fb/gdkdnd-fb.c:
5685         Some cleanups.
5686         
5687 2001-01-15  Havoc Pennington  <hp@pobox.com>
5688
5689         * tests/testtreeview.c: add test stuff for CellRendererToggle
5690
5691         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
5692         accessor
5693
5694         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
5695         only toggle on button press (would do release like GtkButton, but
5696         we'd need implicit grab code for treeview cells)
5697
5698 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5699
5700         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
5701
5702         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
5703         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
5704
5705         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
5706         to g_{locale,filename}_{to,from}_utf8 to match current API.
5707
5708         * gtk/makefile.msc.in (gtk_OBJECTS)
5709         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
5710
5711         * gtk/gtk.def: Update.
5712
5713 2001-01-15  Tor Lillqvist  <tml@iki.fi>
5714
5715         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
5716         implementaion that more closely mimics the events that an X server
5717         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
5718         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
5719         with nested preview widgets, for instance, more responsive when
5720         you move the mouse quickly into them.
5721         (find_window_for_pointer_event): Make it actually compile.
5722         (gdk_event_translate): Set send_event to the value of
5723         InSendMessage (). This doesn't really mean the same as X11's
5724         send_event flag, but is close enough, says jpe@archaeopteryx.com
5725
5726 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5727
5728         * gdk/linux-fb/gdkdnd-fb.c:
5729         Implemented drag and drop.
5730         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
5731         when it tries to free and then copy the same event (info->last_event).
5732         I am not sure about why this happens, but will continue looking.
5733
5734 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5735
5736         * gdk/linux-fb/gdkwindow-fb.c:
5737         Use gdk_window_invalidate_rect instead of
5738         gdk_window_invalidate_rect_clear to minimise flashing.
5739         When hiding windows you need to clear the root window though.
5740
5741 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5742
5743         * gdk/linux-fb/gdkdrawable-fb2.c:
5744         For optization, add an full_shapes argument to gdk_fb_clip_region.
5745         If this is false, only the cliprects of the shapes are used.
5746
5747         * gdk/linux-fb/gdkprivate-fb.h:
5748         Export gdk_fb_window_peek_shape.
5749         Add full_shapes to gdk_fb_clip_region.
5750
5751         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
5752         When moving a window, don't clear everything under the it, just the
5753         root window. Makes stuff faster and flash less.
5754         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
5755         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
5756         offset of the shape.
5757         
5758
5759 2001-01-12  Havoc Pennington  <hp@redhat.com>
5760
5761         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
5762         current invalid region, fixes redraw bug while scrolling the 
5763         text widget
5764
5765         * gtk/gtktextview.c, gtk/gtktextview.h:
5766         Rearrange the scrolling/validation/etc. code in a major way, 
5767         so it seems to make sense to me. Probably isn't genuinely that
5768         much better, but...
5769
5770         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
5771         notifies
5772
5773         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
5774
5775 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
5776
5777         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
5778         Hide mouse pointer while rotation. Show it afterwards.
5779
5780 2001-01-12  Alexander Larsson  <alexl@redhat.com>
5781
5782         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
5783         windows in consideration when generating clip region.
5784
5785         * gdk/linux-fb/gdkfb.h:
5786         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
5787
5788         * gdk/linux-fb/gdkprivate-fb.h:
5789         Add shape to GdkWindowFBDatat.
5790         exported gdk_fb_window_get_abs_shape().
5791         removed gdk_fb_draw_lines declaration.
5792
5793         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
5794         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
5795         send focus changes when there is a grabbed window.
5796         (gdk_window_get_pointer): Handle shaped windows.
5797         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
5798         (gdk_fb_window_peek_shape): Returns the shape for a window,
5799         handles GDK_FB_USE_CHILD_SHAPE.
5800         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
5801         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
5802         (gdk_window_shape_combine_mask): Implement.
5803
5804         * gtk/gtkwindow-decorate.c:
5805         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
5806         setting the shape of a window makes the window transparent.
5807
5808 2001-01-11  Havoc Pennington  <hp@redhat.com>
5809
5810         * gtk/gtktreemodelsimple.h: Oops, broke some macros
5811
5812 2001-01-10  Havoc Pennington  <hp@redhat.com>
5813
5814         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
5815         add this function, bug 40251
5816
5817         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
5818         of type macro   
5819
5820 2001-01-11  Alexander Larsson  <alexl@redhat.com>
5821
5822         * acconfig.h:
5823         Added ENABLE_SHADOW_FB
5824
5825         * configure.in:
5826         Added --disable-shadowfb
5827
5828         * gdk/linux-fb/gdkcursor-fb.c:
5829         Update shadowfb when updating cursor
5830
5831         * gdk/linux-fb/gdkdrawable-fb2.c:
5832         Added wrappers for shadowfb that calls  the normal drawable
5833         methods, but calls gdk_shadow_fb_update(bounding box) when
5834         GdkWindows are drawed to.
5835         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
5836         which also returns the bounding box.
5837
5838         * gdk/linux-fb/gdkfb.h:
5839         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
5840
5841         * gdk/linux-fb/gdkgeometry-fb.c:
5842         Update shadowfb when scrolling window.
5843
5844         * gdk/linux-fb/gdkglobals-fb.c:
5845         Add _gdk_fb_screen_angle.
5846         
5847         * gdk/linux-fb/gdkkeyboard-fb.c:
5848         Test code for screen rotation. Shift-F2 in the xlate driver
5849         rotates the screen.
5850
5851         * gdk/linux-fb/gdkmain-fb.c:
5852         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
5853
5854         * gdk/linux-fb/gdkmouse-fb.c:
5855         Use fb_width/height instead of modeinfo.xres/yres.
5856
5857         * gdk/linux-fb/gdkprivate-fb.h:
5858         Added fb_men, fb_width, fb_height & fb_stride. When using
5859         shadow fb these can differ from the framebuffer stuff.
5860         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
5861         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
5862         _gdk_fb_screen_angle. Removed CM, RP.
5863
5864         * gdk/linux-fb/gdkrender-fb.c:
5865         Added code for shadowfb handling and screen rotation using
5866         shadowfb.
5867
5868         * gdk/linux-fb/gdkwindow-fb.c:
5869         Use fb_mem, fb_stride, fb_width, fb_height.
5870         Added recompute_rowstride to reset the rowstride of all windows.
5871         Added gdk_fb_recompute_all() which recomputes rootwindow size,
5872         window abs positions and window rowstrides. Usefull when the
5873         rotation has changed.
5874
5875 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
5876
5877         * docs/faq/gtk-faq.sgml: update to make web site updating easier
5878
5879 2001-01-10  Havoc Pennington  <hp@redhat.com>
5880
5881         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
5882         where sibling == iter
5883         (gtk_tree_store_insert_after): handle sibling == iter
5884         (gtk_tree_store_prepend): remove stamp checks
5885         (gtk_tree_store_insert_before): ditto
5886         (gtk_tree_store_append): ditto
5887         (gtk_tree_store_get_path): ditto
5888         (gtk_tree_store_get_value): ditto
5889         (gtk_tree_store_iter_has_child): ditto
5890         (gtk_tree_store_iter_n_children): ditto
5891         (gtk_tree_store_iter_nth_child): ditto
5892         (gtk_tree_store_insert_after): ditto
5893         (gtk_tree_store_is_ancestor): ditto
5894         (gtk_tree_store_iter_depth): ditto
5895         (gtk_tree_store_insert_before): assert that sibling's parent is
5896         the same as the passed-in parent
5897         (gtk_tree_store_insert_after): assert that sibling's parent is
5898         the same as the passed-in parent
5899
5900         
5901         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
5902         function to get the first iterator in a model
5903         
5904         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
5905         conventionally the "root" in this sense is just NULL afaict.
5906
5907         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
5908         where sibling == iter
5909         (gtk_list_store_insert_after): handle case where sibling == iter
5910
5911         * tests/testtreeview.c (run_automated_tests): fairly lame basic
5912         automated tests for ListStore, TreeStore
5913
5914         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
5915         (gtk_list_store_insert): update tail pointer, and fix it to work
5916         (gtk_list_store_insert_before): update tail pointer, and fix it to work
5917         (gtk_list_store_append): use tail to be faster
5918         (gtk_list_store_prepend): fix it, update tail pointer
5919         (gtk_list_store_insert_after): fix it, update tail pointer
5920
5921         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
5922         the list
5923
5924 2001-01-09  Havoc Pennington  <hp@redhat.com>
5925
5926         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
5927         is NULL due to a pending resize
5928
5929         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
5930         column width to values less than 1
5931
5932         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
5933         width to be between min/max width, and still set the width 
5934         even if autosize is turned on, so the tree view can use this 
5935         function in order to autosize.
5936         (gtk_tree_view_column_init): set initial width to 1 not 0
5937
5938         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
5939         setter function to modify column width, so we get notification
5940         (gtk_tree_view_insert_iter_height): ditto
5941         (gtk_tree_view_calc_size): ditto
5942         (gtk_tree_view_check_dirty): ditto
5943
5944         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
5945         properties to change all the interesting attributes of the tree
5946         view column.
5947         (gtk_tree_view_column_set_header_clickable): rename set_clickable
5948         (gtk_tree_view_column_get_clickable): add
5949         (gtk_tree_view_column_set_cell_renderer): don't unset the current
5950         attributes; assume a cell renderer with equivalent object
5951         properties has been swapped in. Do g_object_notify().
5952         (gtk_tree_view_column_set_visible): g_object_notify
5953         (gtk_tree_view_column_get_sizing): rename from get_col_type
5954         (gtk_tree_view_column_set_sizing): g_object_notify
5955         (gtk_tree_view_column_set_width): add g_object_notify
5956         (gtk_tree_view_column_set_min_width): ditto
5957         (gtk_tree_view_column_set_max_width): ditto
5958         (gtk_tree_view_column_set_title): ditto
5959         (gtk_tree_view_column_set_clickable): ditto
5960         (gtk_tree_view_column_set_widget): ditto
5961         (gtk_tree_view_column_set_justification): ditto
5962
5963 2001-01-09  Havoc Pennington  <hp@redhat.com>
5964
5965         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
5966         there are no rows in the model
5967
5968         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
5969         NULL, then return the start of the list
5970
5971         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
5972         if we can't get any rows from an empty model 
5973
5974         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
5975         extraneous * after function pointer typedef usage
5976
5977         * Makefile.am: don't specify full path to cp and rm
5978
5979         * gtk/gtkcellrenderertextpixbuf.c
5980         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
5981         NULL before dereferencing, fixes a segfault that happened from
5982         time to time
5983
5984         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
5985         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
5986         and reindent the function
5987         (gtk_cell_renderer_pixbuf_get_size): indentation
5988
5989         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
5990         we quit it
5991         (gtk_dialog_add_buttons_valist): add g_return_if_fail
5992         (gtk_dialog_set_default_response): New function, to set default
5993         button
5994         (gtk_dialog_set_response_sensitive): New function, to set 
5995         sensitivity of buttons
5996
5997         * gtk/gtkcellrendererpixbuf.c
5998         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
5999         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
6000
6001         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
6002         handle any G_TYPE_OBJECT subclass, not just the base class, and 
6003         also boxed types.
6004         (_gtk_tree_data_list_value_to_node): ditto
6005
6006         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
6007         --gtk-debug=tree
6008
6009         * gtk/gtkmain.c: add GTK_DEBUG_TREE
6010
6011         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
6012
6013 2001-01-09  Tor Lillqvist  <tml@iki.fi>
6014
6015         * gdk/win32/gdkevents-win32.c: Implement better mouse
6016         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
6017         (find_window_for_pointer_event): New function.
6018         (gdk_event_translate): Use it when handling mouse events.
6019
6020 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
6021
6022         * configure.in:
6023         Added --with-included-loaders option
6024
6025         * gdk-pixbuf/Makefile.am:
6026         * gdk-pixbuf/gdk-pixbuf-io.c:
6027         Add support for including selected gdk-pixbuf loaders only.
6028
6029         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
6030         gtk_window_set_has_frame):
6031         Added inline documentation.
6032
6033         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
6034         * docs/reference/gdk/tmpl/windows.sgml:
6035         Added inline documentation.
6036
6037 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
6038
6039         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
6040         realizing buttons that have already been realized.
6041
6042 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
6043
6044         * tests/testtreeview.c (main): Show menu items before adding to
6045         option menu.
6046
6047         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
6048         around if we kill them.
6049
6050         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
6051         Return if we pass in a NULL model.
6052
6053 2001-01-08  Havoc Pennington  <hp@redhat.com>
6054
6055         * tests/testtreeview.c: hack on this some
6056
6057         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
6058         gtk_tree_store_set_valist, v is for arrays, valist for varargs
6059         list
6060         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
6061
6062         * gtk/gtkliststore.h: Add varargs set() and get() convenience
6063         functions
6064
6065 2001-01-08  Alexander Larsson  <alexl@redhat.com>
6066
6067         * gtk/gtkwindow-decorate.[hc]:
6068         * gtk/Makefile.am:
6069         New files. Contains an implementation of a minimal WM for
6070         linux-fb.
6071
6072         * gtk/gtkwindow.h:
6073         Add the possibility for GtkWindows to specify a frame. This
6074         is used for the window decoration code, but could concievably
6075         be used for X programs too (xmms style windows).
6076         GtkWindow->frame is the toplevel window if the window is framed.
6077         The signal frame_event gets all events that are targeted to
6078         GtkWindow->frame.
6079         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
6080         
6081         * gtk/gtkwindow.c:
6082         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
6083         Call out to gtkwindow-decorate.c for WM support in linx-fb.
6084
6085 2001-01-08  Alexander Larsson  <alexl@redhat.com>
6086
6087         * docs/README.linux-fb:
6088         Correct filename ~/.pangoft2_aliases
6089
6090         * gdk/gdkwindow.h:
6091         Added new function gdk_window_get_decorations.
6092
6093         * gdk/linux-fb/gdkfb.h:
6094         Removed _gdk_window_get_decorations declaration.
6095         Renamed _gdk_window_set_child_handler to
6096         gdk_fb_window_set_child_handler.
6097
6098         * gdk/linux-fb/gdkwindow-fb.c:
6099         Renamed _gdk_window_set_child_handler to
6100         gdk_fb_window_set_child_handler.
6101
6102         * gdk/x11/gdkwindow-x11.c:
6103         New function gdk_window_get_mwm_hints().
6104         Implemented gdk_window_get_decorations.
6105
6106         * docs/reference/gdk/tmpl/windows.sgml:
6107         * docs/reference/gdk/gdk-sections.txt:
6108         Added gdk_window_get_decorations docs.
6109         
6110 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
6111
6112         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
6113         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
6114         gdk_fb_window_send_crossing_events):
6115         Possibly send focus events when the mouse moves from one
6116         window to another.
6117
6118 2001-01-07  Tor Lillqvist  <tml@iki.fi>
6119
6120         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
6121         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
6122         to match current API.
6123
6124         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
6125         environment variable is set, don't call g_error when on a
6126         palettized (PseudoColor) display. Some people want to use GTK+ 
6127         in 256-colour mode even though works only partially.
6128
6129         * gdk/gdk.def
6130         * gtk/gtk.def
6131         * gtk/makefile.mingw.in: Update.
6132
6133 2001-01-05  Havoc Pennington  <hp@redhat.com>
6134
6135         * tests/testtreeview.c: hack on this a bit
6136
6137         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
6138         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
6139
6140         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
6141         was spelled incorrectly
6142         (GTK_IS_TREE_MODEL_SIMPLE): ditto
6143
6144         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
6145         from gtk_tree_view_set_headers_active   
6146
6147         * gtk/gtktexttag.c:
6148         (gtk_text_tag_get_property): handle PROP_DIRECTION
6149         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
6150         properties, bug 40235
6151
6152         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
6153         forward_to_line_end
6154
6155 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
6156
6157         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
6158         modules/input/gtkimcontextxim.c: Adapt to new prototypes
6159         for unicode,locale,filename conversion functions.
6160
6161 2001-01-05  Havoc Pennington  <hp@redhat.com>
6162
6163         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
6164         broken if called on the first position in the buffer.
6165
6166         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
6167         forward_to_delimiters to be called only if we aren't already at
6168         the delimiters.
6169
6170 2001-01-05  Havoc Pennington  <hp@redhat.com>
6171
6172         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
6173
6174 2001-01-05  Alexander Larsson  <alexl@redhat.com>
6175
6176         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
6177         colormap in here. Sync from X port.
6178         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
6179         Sync from X port.
6180         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
6181         This happens now and then, and i don't think it is a bug.
6182         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
6183         != endpoint.
6184         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
6185         GDK_LINE_SOLID.
6186
6187         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
6188         some of the fields filled in at least.
6189
6190         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
6191         miLineArcD is no more, remove it from the function definition.
6192
6193 2001-01-04  Havoc Pennington  <hp@redhat.com>
6194
6195         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
6196         this
6197
6198         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
6199         user_data instead of tree_node
6200
6201         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
6202         TREE_VIEW_COLUMN_SIZE
6203
6204         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
6205         "size" field to "width" finishes bug 40061
6206
6207         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
6208         for bitfields, bug 40268
6209
6210 2001-01-04  Havoc Pennington  <hp@redhat.com>
6211
6212         Rename some stuff:
6213         
6214         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
6215
6216         s/GtkModelSimple/GtkTreeModelSimple/g;
6217         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
6218         s/gtk_model_simple/gtk_tree_model_simple/g;
6219         s/gtkmodelsimple/gtktreemodelsimple/g;
6220
6221         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
6222
6223         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
6224         s/column_set_col_type/column_set_sizing/g;
6225
6226         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
6227         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
6228
6229         s/GtkCellRendererType/GtkCellRendererState/g;
6230         
6231         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
6232         (gtk_cell_renderer_toggle_class_init): change "state" property to
6233         "active", to match GtkToggleButton
6234         (gtk_cell_renderer_toggle_get_active): new function, bug
6235         40269
6236         (gtk_cell_renderer_toggle_set_active): new function
6237         (gtk_cell_renderer_toggle_set_property): route changes to toggle
6238         state through gtk_cell_renderer_set_active
6239
6240 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
6241
6242         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
6243         temporarily until they work again.  Brought up to date with
6244         changes in the model.
6245         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
6246         model.
6247
6248 2001-01-04  Havoc Pennington  <hp@redhat.com>
6249
6250         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
6251         equal to the line length, then position iterator before paragraph 
6252         separators. Fixes crash reported by Mikael Hermansson when
6253         pressing left arrow from the start of a line.   
6254
6255         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
6256         about byte indexes off the end
6257         (iter_set_from_char_offset): add g_error about char offsets
6258         off the end
6259
6260 2001-01-03  Havoc Pennington  <hp@redhat.com>
6261
6262         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
6263
6264         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
6265         of private functions; remove inclusion of private headers.
6266
6267         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
6268         function, so we don't need private functions in gtktextdisplay.c
6269
6270         * gtk/gtktextiterprivate.h: underscore-ification
6271
6272         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
6273         to instead say "only useful to implement widgets"
6274
6275         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
6276         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
6277         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
6278
6279         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
6280         This function was completely broken
6281
6282         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
6283
6284         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
6285
6286         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
6287
6288         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
6289
6290         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
6291
6292         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
6293
6294         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
6295         gtk_paint_layout
6296
6297         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
6298         gtk_paint_layout
6299
6300         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
6301         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
6302         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
6303         which were not implemented.     
6304
6305         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
6306         insert_pixbuf signal. Rename delete_text to delete_range since it
6307         also deletes pixbufs and child anchors. This almost closes bug
6308         40245 (still need to deal with child anchors)
6309
6310         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
6311         insert_pixbuf, change signal names as appropriate, change types of
6312         signals taking marks/tags to have the specific type, not just
6313         G_TYPE_OBJECT
6314         
6315         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
6316         closes bug 40051
6317
6318         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
6319         unnecessary remove_contents() call
6320         (gtk_option_menu_class_init): add a "changed" signal, closes
6321         bug 40039
6322         (gtk_option_menu_update_contents): emit "changed" if the 
6323         active menu item changes
6324
6325         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
6326         cast to GtkObject, reported by Jonas Borgstrom
6327         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
6328         we can't do stuff with side effects in finalize. Instead, spew a
6329         warning if the loader isn't closed.
6330
6331         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
6332         colormap in here, non-X ports probably need to sync to this change
6333
6334         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
6335         assertion that colormap != NULL, you can set the colormap to NULL
6336         if you like.
6337         
6338         * Makefile.am: remove gtk-config-2.0
6339
6340         * configure.in: Use pkg-config to locate GLib. Remove
6341         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
6342         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
6343         Use pkg-config to locate Pango. Output correct Pango libs to
6344         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
6345
6346         * Makefile.am (pkgconfig_DATA): install only target-specific pc
6347         files
6348         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
6349         X11 pc files
6350
6351         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
6352         unref from here
6353
6354 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
6355
6356         * configure.in:
6357         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
6358
6359 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6360
6361         * gtk/gtktextlayout.c
6362         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
6363         variable when moving back onto a single line.
6364
6365 2001-01-01  Havoc Pennington  <hp@redhat.com>
6366
6367         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
6368
6369         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
6370
6371         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
6372         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
6373
6374 2001-01-01  Havoc Pennington  <hp@redhat.com>
6375
6376         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
6377
6378         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
6379         GtkTextAttributes
6380
6381         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
6382         #40246
6383         (gtk_text_attributes_copy_values): rename from 
6384         gtk_text_attributes_copy
6385         (gtk_text_attributes_copy): a more standard GTK copy function, 
6386         which returns a new object
6387
6388 2001-01-01  Havoc Pennington  <hp@redhat.com>
6389
6390         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
6391         
6392         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
6393         don't fill in tree_view->priv->selection, kind of an unexpected
6394         side effect
6395
6396         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
6397         gtkintl.h
6398         
6399         * gtk/gtkcellrenderer.c: Remove definition of _ and include
6400         gtkintl.h
6401         (gtk_cell_renderer_get_property): remove calls to g_value_init
6402
6403         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
6404         gtkintl.h
6405
6406         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
6407         and include gtkintl.h
6408         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
6409         property names
6410
6411         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
6412         GtkTreeSelection
6413         (_gtk_tree_selection_new_from_with_view): rename, return
6414         GtkTreeSelection
6415         (_gtk_tree_selection_set_tree_view): rename with uscore
6416         (gtk_tree_selection_get_selected): fill in the "model" out param
6417         first, so it gets filled in even if we return at the top of the 
6418         function
6419         (gtk_tree_selection_real_select_all): add a comment and an else{}
6420         to clarify this a bit
6421         (gtk_tree_selection_real_unselect_all): add the same else{}
6422
6423         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
6424         set_tree_view to have underscore prefixes, move them to the
6425         private header, fix return type of new_with_tree_view
6426         (struct _GtkTreeSelection): mark struct
6427         fields private  
6428
6429         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
6430         GtkTreeModelFlags, not a guint
6431         (gtk_tree_path_prev): return gboolean not gint
6432         (gtk_tree_path_up): return gboolean not gint
6433
6434         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
6435         return GtkTreeModelFlags, not a guint
6436
6437         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
6438         that child model is non-null before unrefing it
6439         (g_value_int_compare_func): make this a qsort compare func, not 
6440         a boolean predicate
6441
6442         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
6443         (add -umn to the end), and mark it unimplemented
6444         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
6445         I don't see what it's for - doesn't the model always sort itself?
6446         (gtk_tree_model_sort_set_compare): this had the wrong signature
6447
6448         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
6449         Fix the docs to say that it destructively replaces existing
6450         attributes (previously said that it added attributes).
6451         (gtk_tree_view_column_set_visible): canonicalize bool before
6452         equality testing. Also, check for realization before
6453         hiding/showing the tree_column->window; if this window could exist
6454         before realization, then it's busted and needs fixing, we can't 
6455         create GDK resources pre-realization. Also, remove
6456         superfluous queue_resize(), since set_size() does that for us.
6457         (gtk_tree_view_column_set_col_type): check realization before 
6458         using tree_column->window
6459
6460         * gtk/gtktreedatalist.c: fix filename in copyright notice
6461
6462 2000-12-31  Havoc Pennington  <hp@pobox.com>
6463
6464         * gtk/gtktextview.c: Rearrange all the
6465         scroll-while-dragging-or-selecting code to be different, not
6466         necessarily better. ;-)
6467         (gtk_text_view_scroll_to_mark): Change this
6468         function to take within_margin as a fraction instead of a pixel
6469         value, and to take alignment arguments (indicating where to align 
6470         the mark inside the visible area)
6471         
6472         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
6473         to GtkObject
6474
6475         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
6476         behavior so that offsets past the end of the line are not 
6477         allowed, and an offset equal to the line length moves the iterator
6478         to the next line
6479         (gtk_text_iter_set_line_index): make parallel change
6480         (gtk_text_iter_get_bytes_in_line): add this function
6481         
6482         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
6483         of byte indexes off the end of the line; byte index at the end of
6484         the line now returns FALSE and doesn't fill in the requested
6485         values, byte index past the end of the line is an error.  Also,
6486         don't allow -1 offset anymore, since its meaning is unclear.
6487
6488         This change exposes some bug in visual cursor motion, where we
6489         end up with a huge invalid byte index; needs fixing. Symptom of 
6490         bug is a crash when you hit up arrow.
6491         
6492         (_gtk_text_line_char_locate): match the change to byte_locate
6493
6494         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
6495         from start of line properly. fixes bug reported by Mikael
6496         Hermansson where backspace would delete all text before the
6497         cursor.
6498
6499 2000-12-30  Tor Lillqvist  <tml@iki.fi>
6500
6501         * gdk/win32/gdkwindow-win32.c
6502         (gdk_window_impl_win32_get_visible_region): New function, as in
6503         the X11 backend.
6504         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
6505         instead of duplicating the same code here.
6506
6507         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
6508         GDK_COLORMAP macro.
6509
6510         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
6511         destroy function.
6512         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
6513         access that.
6514
6515         * gtk/gtk.def: Update.
6516
6517         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
6518
6519 2000-12-30  Havoc Pennington  <hp@pobox.com>
6520
6521         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
6522         colormap on input only windows, to avoid special cases all over
6523         the code for these windows.
6524
6525 2000-12-26  Tor Lillqvist  <tml@iki.fi>
6526
6527         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
6528         we are on a palettized display ("PseudoColor" in X11), as the code
6529         for that doesn't work anyway, and never has.
6530
6531 2000-12-22  Alexander Larsson  <alexl@redhat.com>
6532
6533         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
6534         Don't use isprint() for chars > 255.
6535
6536 2000-12-21  Havoc Pennington  <hp@redhat.com>
6537
6538         * tests/testtreeview.c: more work
6539
6540 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6541
6542         * docs/README.linux-fb:
6543         Update the docs to the new pangoft2 way.
6544
6545 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6546
6547         * configure.in:
6548         For linux-fb get the pangoft2 cflags and libs. This needs a recent
6549         pango version.
6550         Remove modules/linux-fb/Makefile.
6551
6552         * gdk/linux-fb/gdkdrawable-fb2.c:
6553         Render glyphs using freetype.
6554
6555         * gdk/linux-fb/gdkfb.h:
6556         Add new fb-specific functions needed for managing windows.
6557
6558         * gdk/linux-fb/gdkmain-fb.c:
6559         Remove gdk_font_init/fini() calls.
6560
6561         * gdk/linux-fb/gdkpango-fb.c:
6562         Remove old implementation. Use pangoft2 instead.
6563
6564         * gdk/linux-fb/gdkprivate-fb.h:
6565         Remove PangoFBFont and related stuff.
6566
6567         * gdk/linux-fb/gdkwindow-fb.c:
6568         Implement drawable->get_visible_region.
6569         Implement support for _gdk_window_set_child_handler () and
6570         _gdk_window_get_decorations().
6571
6572         * modules/Makefile.am:
6573         Remove linux-fb subdir.
6574
6575         * modules/linux-fb/*:
6576         Removed all.
6577         
6578 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
6579
6580         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
6581         calls, as they are no longer needed.
6582
6583         * gtk/gtktreemodelsort.c: Fix up the comparison code.
6584         
6585         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
6586         figure out how to emit a signal on an interface.
6587
6588 2000-12-20  Havoc Pennington  <hp@redhat.com>
6589
6590         * tests: new directory to contain tests, gtk/test* should move
6591         here sometime (with appropriate on-cvs-server hackery)
6592
6593         * tests/testtreeview.c, tests/Makefile.am: a test
6594         
6595         * configure.in (AC_OUTPUT): add tests/Makefile
6596
6597         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
6598         and "invisible_set" which were missing
6599
6600         * gtk/gtkrbtree.h: some cheesy indentation fix
6601         
6602 2000-12-20  Alexander Larsson  <alexl@redhat.com>
6603
6604         * gtk/gtkinvisible.c (gtk_invisible_realize):
6605         Attach the style to the window so that the style it is not
6606         leaked when unrealizing the window.
6607
6608 2000-12-18  Havoc Pennington  <hp@redhat.com>
6609
6610         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
6611         begin/end user action where appropriate
6612         (gtk_text_view_commit_handler): add begin/end user action
6613
6614         * gtk/gtktextbuffer.c: add begin/end user action signals, and
6615         bracket interactive operations with begin/end user action pair.
6616         
6617         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
6618         "interactive" arg from insert_text and delete_text signals.
6619         Add begin_user_action, end_user_action signals
6620         (gtk_text_buffer_begin_user_action): 
6621         (gtk_text_buffer_end_user_action): New functions to delimit 
6622         a user-visible action
6623
6624         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
6625         signals.
6626         
6627 2000-12-18  Havoc Pennington  <hp@redhat.com>
6628
6629         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
6630         was pretty non-working.
6631
6632         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
6633         by passing the length to g_utf8_validate().
6634
6635 2000-12-16  Havoc Pennington  <hp@pobox.com>
6636
6637         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
6638         Port to GObject, can go back in gdk-pixbuf after setting up 
6639         a gdk-pixbuf-marshal.h header over there.
6640
6641         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
6642         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
6643         args
6644         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
6645         set
6646         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
6647         here, do it when we create the buttons later
6648         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
6649         (gtk_tree_view_map): paranoia checks that column->button is shown 
6650         and unmapped
6651         (gtk_tree_view_size_request): only request visible children.
6652         Move header size calculation in here, for cleanliness, and 
6653         to maintain invariants for child widgets if we eventually 
6654         let users set different children inside the buttons
6655         (gtk_tree_view_map_buttons): factor out code to map buttons,
6656         since it was being called several times
6657         (gtk_tree_view_size_allocate_buttons): move_resize the drag
6658         windows instead of just moving them; their height may change 
6659         if we allow random widgets in there, or the theme changes.
6660         (gtk_tree_view_size_allocate): move button size allocation 
6661         above emitting the scroll signals, to ensure a sane state when we
6662         hit user code
6663         (gtk_tree_view_button_release): remove queue_resize after
6664         tree_view_set_size(), set_size() will handle any resize queuing
6665         that's needed
6666         (gtk_tree_view_focus_in): just queue a draw, don't fool with
6667         draw_focus goo
6668         (gtk_tree_view_focus): use gtk_get_current_event() and
6669         gdk_event_get_state()
6670         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
6671         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
6672         semicolon
6673         (gtk_tree_view_create_button): show the button here
6674         (gtk_tree_view_button_clicked): actually emit the clicked signal
6675         on the column
6676         (_gtk_tree_view_set_size): return right away if the size is
6677         unchanged, as a cheesy optimization
6678         (gtk_tree_view_setup_model): rename set_model_realized to 
6679         setup_model to match the flag that indicates whether we've 
6680         called it
6681         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
6682         exist, because set_scroll_adjustment does that and it shouldn't
6683         matter what order you call these in
6684         (gtk_tree_view_get_vadjustment): ditto
6685         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
6686         for paranoia
6687         (gtk_tree_view_set_headers_visible): call
6688         gtk_tree_view_map_buttons() instead of using cut-and-paste code
6689         (gtk_tree_view_append_column): clarify whether the return value
6690         is the count of columns before or after, and do the increment 
6691         separately from the return statement so you can tell from the code.
6692         (gtk_tree_view_remove_column): ditto
6693         (gtk_tree_view_insert_column): ditto
6694         (gtk_tree_view_get_column): remove g_return_if_fail for columns
6695         outside the existing range, the docs say that outside-range
6696         columns are allowed, so we handle them as documented. (Presumably
6697         this allows a nice loop with column != NULL as test.)
6698         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
6699         mean (left/right/center etc.).
6700         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
6701         (gtk_tree_view_expand_row): add docs
6702         (gtk_tree_view_collapse_row): add docs
6703
6704         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
6705         function to emit the clicked signal on a column
6706         
6707         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
6708         state of an event
6709         (gdk_event_get_time): don't treat GDK_SCROLL 
6710         as a button event, remove default case from switch so gcc 
6711         will whine if we don't explicitly handle all event types
6712
6713         * gtk/gtktreeselection.h: added some FIXME 
6714         
6715         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
6716         "columns" to "n_columns" and "column" to "columns" for clarity
6717
6718 2000-12-16  Havoc Pennington  <hp@pobox.com>
6719         
6720         * gtk/gtktextiter.c: General cleanup of the log attr iteration
6721         stuff. This should make e.g. the delete key work again in the
6722         text widget...
6723         (gtk_text_iter_forward_cursor_positions): handle negative count
6724         (gtk_text_iter_backward_cursor_positions): handle negative count
6725         (gtk_text_iter_forward_word_ends): handle negative count
6726         (gtk_text_iter_backward_word_starts): handle negative count
6727
6728         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
6729         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
6730         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
6731         GObject. No doubt will cause breakage.
6732
6733         * demos/gtk-demo/textview.c: remove hacks around
6734         non-GObject-ification of the text objects
6735
6736         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
6737         the text tag
6738         
6739 2000-12-14  Havoc Pennington  <hp@pobox.com>
6740
6741         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
6742         that we have Xrender
6743
6744 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
6745
6746         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
6747         Add two virtualized functions gdk_drawable_get_clip_region - to
6748         get the clip region when drawing.
6749         
6750         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
6751         use invalidate_region.
6752
6753         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
6754         region.
6755
6756         * acconfig.h configure.in: Check for Xft. For now, assume
6757         that if Xft is found, Pango was compiled with Xft support
6758         as well.
6759
6760         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
6761         gdk_colormap_query_color().
6762         
6763         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
6764         with Xft if appropriate.
6765
6766         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
6767         a pangoxft context if we have XFT and the environment
6768         variable GD_USE_XFT is set.
6769         
6770         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
6771         and also possibly an XftDraw structure.
6772
6773         * gtk/gtkfontsel.c: Handle the case where the font from the
6774         style doesn't match any of the fonts a bit better.
6775         
6776         * gtk/testgtk.c: Add tabs between directional segments for
6777         hebrew/arabic test. (Not really necessary, just a little
6778         prettier.)
6779
6780 2000-12-14  Havoc Pennington  <hp@redhat.com>
6781
6782         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
6783         reading a file
6784
6785 2000-12-14  Havoc Pennington  <hp@redhat.com>
6786
6787         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
6788         unused call to get_last_line()
6789
6790         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
6791         here until boxed is working (and maybe after that - we should
6792         really not gratuitously break old code)
6793
6794         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
6795         specific types for font_desc and tabs args, move them to
6796         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
6797         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
6798
6799         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
6800         use GTK_TYPE_POINTER for signal signatures as a hack-around
6801
6802         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
6803         PangoTabArray
6804
6805         * gtk/gtktextlayout.c (line_display_iter_to_index): 
6806         make static
6807         (line_display_index_to_iter): make static
6808
6809         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
6810         to marshal a string not a boxed
6811
6812         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
6813
6814         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
6815         since the UTF-8 isn't validated yet
6816
6817         * gtk/gtktextsegment.c (char_segment_check_func): don't require
6818         lines to end in '\n'
6819         
6820         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
6821         forward_to_delimiters, and grapheme boundaries
6822         (gtk_text_view_delete_from_cursor): properly handle non-newline
6823         delimiters, and grapheme boundaries
6824
6825         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
6826         to gtk_text_iter_forward_to_delimiters, and make it work properly
6827         if empty lines end with a character other than '\n'
6828
6829         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
6830         position
6831
6832 2000-12-15  Tor Lillqvist  <tml@iki.fi>
6833
6834         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
6835
6836         * gtk/gtk.def
6837         * gdk/gdk.def: Update.
6838
6839         * gdk/win32/gdkmain-win32.c
6840         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
6841         gdkmain-win32.c here.
6842
6843         * gdk/win32/makefile.mingw.in (all): No need to make
6844         gdk-win32res.o here, the makefile one step up will call us to make
6845         it.
6846
6847         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
6848         gdkkeys-win32.
6849
6850         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
6851
6852         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
6853         call to g_source_add().
6854
6855         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
6856         leak. Thanks to Andreas Kemnade.
6857
6858 2000-12-13  Havoc Pennington  <hp@pobox.com>
6859
6860         * gtk/gtktextbtree.h: Remove double _ in front of some functions
6861
6862         * gtk/gtktext*.[hc]: update accordingly
6863         
6864 2000-12-13  Havoc Pennington  <hp@pobox.com>
6865
6866         * gtk/gtktextbtree.h: Put _ in front of every function in this 
6867         header file
6868
6869         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
6870
6871 2000-12-13  Alex Larsson  <alexl@redhat.com>
6872
6873         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
6874         Add support for ps2 intellimouse.
6875
6876         * gdkkeyboard-fb.c:
6877         Move shift-F1 repaint handling to xlate handler only.
6878         
6879         * docs/README.linux-fb:
6880         Add imps2 to docs.
6881         Document the new refresh keys.
6882         
6883 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
6884
6885         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
6886
6887         * gtk/gtkbox.c: change property types from (u)long to (u)int for
6888         ::position and ::padding.
6889
6890         * gtk/gtkcontainer.c: make ::border_width an INT property.
6891
6892         * gtk/gtkpacker.c: make ::position an INT property.
6893
6894         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
6895         guard against NULL h/v scrollbars, since this is used at construction
6896         time.
6897
6898         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
6899         internal gtk_clist_constructor().
6900
6901         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
6902         gtk_ctree_constructor().
6903
6904         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
6905         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
6906
6907         * docs/reference/Makefile.am: fun stuff, disabled docs generation
6908         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
6909
6910         * gtk/gtkwidget.[hc]:
6911         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
6912         and gtk_widget_get().
6913         (gtk_widget_new): use g_object_new_valist().
6914         (gtk_widget_set): use g_object_set_valist().
6915
6916         * gtk/gtkobject.[hc]:
6917         removed gtk_object_arg_get_info(), gtk_object_getv(),
6918         gtk_object_query_args(), gtk_object_newv(),
6919         gtk_object_class_add_signals(),
6920         gtk_object_class_user_signal_new(),
6921         gtk_object_class_user_signal_newv(),
6922         gtk_object_arg_set(), gtk_object_arg_get(),
6923         gtk_object_args_collect(),
6924         gtk_object_default_construct(),
6925         gtk_object_constructed(),
6926         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
6927         removed nsignals, signals and n_args members from GtkObjectClass.
6928         (gtk_object_new): use g_object_new_valist().
6929         (gtk_object_set): use g_object_set_valist().
6930         (gtk_object_get): use g_object_get_valist().
6931         
6932         * gtk/gtkcompat.h: define gtk_object_default_construct().
6933         
6934         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
6935         g_object_new().
6936
6937         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
6938         fucntions, cleaned up method assignments (make sure your structures
6939         are setup properly before calling out). removed all GTK_CONSTRUCTED
6940         hacks ;)
6941
6942 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
6943
6944         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
6945         off-by-one error in checks. (Dave Lambert)
6946
6947 2000-12-12  Alexander Larsson  <alexl@redhat.com>
6948
6949         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
6950         Don't free gdk_fb_keyboard twice.
6951
6952 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
6953
6954         * gtk/testgtk.c:
6955         (create_tooltips): 
6956         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
6957         use GObject swapped_signal:: properties instead.
6958
6959         * gtk/gtkcellrenderertoggle.c: 
6960         * gtk/gtkcellrenderertextpixbuf.c: 
6961         * gtk/gtkcellrenderertext.c: 
6962         * gtk/gtkcellrendererpixbuf.c: 
6963         * gtk/gtkcellrenderer.c:
6964         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
6965         missing warnings for invalid property ids, install properties
6966         with g_object_class_install_property() now.
6967         
6968         * gtk/gtksignal.c:
6969         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
6970         
6971 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
6972         
6973         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
6974         to determine if a window is the focus widget within
6975         its toplevel.
6976
6977         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
6978         to be boolean.
6979
6980         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
6981         of the case where the container CAN_FOCUS to here instead
6982         of having it in each individual move-the-focus place.
6983
6984         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
6985         focusing to be geometric in a much more obvious sense. Arrowing
6986         around is still non-intuitive because it isn't perfect and
6987         because entries, etc, grab the arrow keys, but it at least
6988         usually will do what you expect now.
6989         
6990         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
6991         file.
6992
6993         * gtk/gtknotebook.c: Change tabs to be a single item in
6994         the focus chain. Make movement of focus on tabs with arrow
6995         keys wrap around.
6996         
6997         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
6998         CHECK_FIND_CHILD macro to give informative error messages
6999         instead of silent returns.
7000
7001         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
7002         flag since we handle GdkReturn on the tabs.
7003
7004         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
7005         windows rather than sending expose events directly.
7006
7007         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
7008         definition for GtkNotebookPage into .c file, since it is private.
7009
7010         * gtk/testgtk.c (create_notebook): Add option for 
7011         testing borderless notebook.
7012
7013         * gtk/testgtk.c (page_switch): Removed egregious poking
7014         around in GTK+ internals.
7015
7016         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
7017
7018         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
7019         properly through gtk_clist_focus. Make the title headers a
7020         single item in the tab-focus chain, and make left-right wrap
7021         around.
7022
7023         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
7024         focus method so that wrapping around works properly.
7025
7026         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
7027         that is handled for the widget now. 
7028
7029 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
7030
7031         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
7032         widgets as TOPLEVEL.
7033
7034         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
7035         TOPLEVEL widgets are containers.
7036
7037         * gtk/gtkinvisible.h: Remove useless include.
7038
7039 2000-12-11  Havoc Pennington  <hp@redhat.com>
7040
7041         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7042         Handle chopping off \r\n and 0x2029 in addition to \n before
7043         passing to PangoLayout
7044
7045         * gtk/gtkimcontextsimple.c
7046         (gtk_im_context_simple_get_preedit_string): 
7047         return an empty string if no match is pending
7048
7049         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
7050         assertion that the returned preedit string was sane
7051
7052         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
7053         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
7054         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
7055
7056 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
7057
7058         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
7059         Fix up finalizer to chain to its parent.
7060
7061 2000-12-11  Alexander Larsson  <alexl@redhat.com>
7062
7063         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
7064         Clearified the difference between the keyboard types. Wrote a note
7065         about the magic sysrq key to get out of raw mode.
7066
7067 2000-12-09  James Henstridge  <james@daa.com.au>
7068
7069         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
7070         member to hold masks for detecting the start of a protocol packet.
7071         (mouse_devs): add packet start masks for ps2 and ms device types.
7072         Left the mask for fidmour blank, as I have no idea what it should
7073         be.
7074         (handle_mouse_io): skip bytes until we get to the start of a
7075         packet.  My Logitech mouse seems to be passing an extra NULL pad
7076         byte, and GPM does a similar thing here.
7077         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
7078         this is the ms mouse driver.
7079         (gdk_fb_mouse_ms_packet): fix up button handling, which was
7080         completely broken except for button1.  It was checking the wrong
7081         bit in the packet for the status of the right mouse button, and
7082         wrongly assuming right == button2 rather than 3.  I fixed that and
7083         also added support for middle button (button2).
7084
7085 2000-12-08  Havoc Pennington  <hp@redhat.com>
7086
7087         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
7088         that cause a segfault on text insertion
7089
7090         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
7091         warning
7092
7093         * gtk/gtktextiter.c (test_log_attrs): use
7094         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
7095
7096         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
7097         Get log attrs for a line, using a cache stored on the buffer
7098         
7099         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
7100         reported by Jeff Franks
7101
7102 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
7103
7104         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
7105         /dev/ttyS0 -> /dev/mouse
7106
7107 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
7108
7109         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
7110         Added dummy gdk_fontset_load.
7111
7112 2000-12-08  Alexander Larsson  <alexl@redhat.com>
7113
7114         * docs/README.linux-fb:
7115         * docs/Makefile.am:
7116         Initial GtkFB docs.
7117         
7118         * gdk/linux-fb/Makefile.am:
7119         Define GDK_DATA_PREFIX.
7120
7121         * gdk/linux-fb/gdkmain-fb.c:
7122         Fix typo.
7123         Change default display to /dev/fb0.
7124
7125         * gdk/linux-fb/gdkpango-fb.c:
7126         Add $(prefix)/share/fonts/ to font path.
7127         
7128 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
7129
7130         * gdk/linux-fb/gdkkeyboard-fb.c:
7131         New file containing the abstracted keyboard driver. Most code
7132         taken from gdkinput-ps2.c
7133
7134         * gdk/linux-fb/gdkinput-ps2.c:
7135         Removed file.
7136         
7137         * gdk/linux-fb/Makefile.am:
7138         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
7139
7140         * gdk/linux-fb/gdkcolor-fb.c:
7141         display->fb was renamed to display->fb_fd.
7142
7143         * gdk/linux-fb/gdkcursor-fb.c:
7144         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7145
7146         * gdk/linux-fb/gdkinput.c:
7147         Moved gdk_input_init here from gdkinput-ps2.c
7148
7149         * gdk/linux-fb/gdkmain-fb.c:
7150         display->fb was renamed to display->fb_fd.
7151         Now the tty and the console is opened here instead
7152         of in the keyboard driver. Also check GDK_VT to see what
7153         tty to open.
7154         Move gdk_beep () here from gdkinput-ps2.c
7155         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7156
7157         * gdk/linux-fb/gdkmouse-fb.c:
7158         Add header.
7159         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7160         Return correct keyboard modifiers.
7161         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
7162
7163         * gdk/linux-fb/gdkprivate-fb.h:
7164         Add tty and vt info to display.
7165         Add orignal modeinfo storage to display
7166         Update global functions
7167
7168         * gdk/linux-fb/gdkwindow-fb.c:
7169         Added gdk_fb_window_find_focus().
7170         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7171
7172 2000-12-07  Havoc Pennington  <hp@pobox.com>
7173
7174         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
7175         function, noticed by Alex
7176
7177 2000-12-06  Elliot Lee  <sopwith@redhat.com>
7178
7179         * configure.in: Detect freetype properly
7180
7181         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
7182         above.
7183
7184 2000-12-06  Alexander Larsson  <alexl@redhat.com>
7185
7186         * gdk/linux-fb/Makefile.am:
7187         Add gdkmouse-fb.c
7188         
7189         * gdk/linux-fb/gdkmouse-fb.c:
7190         New file. Abstracted the mouse drivers a bit.
7191
7192         * gdk/linux-fb/gdkcursor-fb.c:
7193         The cursor hide/show functions was moved here from gdkinput-ps2.c.
7194
7195         * gdk/linux-fb/gdkinput-ps2.c:
7196         Removed old mouse handling code. Moved cursor handling code
7197         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
7198         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
7199         gdk_mouse_get_info.
7200
7201         * gdk/linux-fb/gdkmain-fb.c:
7202         Pass NULL pointers for x,y in gdk_mouse_get_info call.
7203
7204         * gdk/linux-fb/gdkprivate-fb.h:
7205         Removed public gdk_fb_find_common_ancestor, added and renamed
7206         functions for the new mouse handling code.
7207
7208         * gdk/linux-fb/gdkwindow-fb.c:
7209         Moved gdk_fb_window_send_crossing_events here. added global
7210         variable gdk_fb_window_containing_pointer. made
7211         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
7212         renamed to gdk_mouse_get_info.
7213
7214 2000-12-06  Alexander Larsson  <alexl@redhat.com>
7215
7216         * gdk/linux-fb/gdkevents-fb.c:
7217         Update to match latest gmain/gsource changes.
7218
7219         * gdk/linux-fb/gdkinput-ps2.c:
7220         Bogus gdk_keymap_get_entries_for_keycode implementation so that
7221         it links. Will be implemented later.
7222
7223 2000-12-03  Havoc Pennington  <hp@pobox.com>
7224
7225         * gdk/Makefile.am: add gdkkeys.[hc]
7226
7227         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
7228         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
7229
7230         * acconfig.h, configure.in: add checks and command line options
7231         for XKB
7232
7233         * gdk/x11/gdkkeys-x11.c: Implement the above functions
7234         
7235         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
7236         and group in the key event
7237
7238         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
7239         field with the low-level hardware key code, and a group
7240         field with the keyboard group
7241
7242         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
7243         and declare a couple globals used for keymap handling
7244         
7245         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
7246         hold down Shift-Control and type a hex number to get a Unicode 
7247         character corresponding to the hex number
7248         (gtk_im_context_simple_get_preedit_string): Fix cursor position
7249         (return bytes not chars)
7250
7251 2000-12-05  Elliot Lee  <sopwith@redhat.com>
7252
7253         * gdk/gdkcolor.h: Make GdkColor specify element sizes
7254         to avoid waste on 64-bit platforms.
7255
7256 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
7257
7258         * INSTALL: Fix link to PNG home, remove reference
7259         to fribidi.
7260
7261         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
7262         
7263         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
7264         tested.)
7265
7266         * gtk/gtkcheckmenuitem.c: Permanently turn on
7267         always_show_toggle.
7268
7269         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
7270         be NULL. (Vladimir Klebanov, #26545)
7271
7272         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
7273         some signed/unsigned comparison problems. (#6510,
7274         David Kaelbling)
7275
7276         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
7277         return type to boolean (Oskar Liljeblad, #18648)
7278
7279 2000-12-05  Alexander Larsson  <alexl@redhat.com>
7280
7281         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
7282         Remove bogus colormap setting.
7283
7284 2000-12-05  Alexander Larsson  <alexl@redhat.com>
7285
7286         * gdk/linux-fb/gdkcolor-fb.c:
7287         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
7288
7289         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
7290         Must set colormap.
7291         
7292 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
7293
7294         * docs/tutorial/gtk-tut.sgml: DND updates
7295
7296 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
7297
7298         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
7299         Remove old debug g_warning().
7300         (gdk_fb_draw_drawable): The src argument can be either a wrapper
7301         or an implementation, just pass the implementation to draw_drawable_2.
7302         
7303         * gdk/linux-fb/gdkprivate-fb.h:
7304         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
7305
7306         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
7307         clear and invalidate area when window is destroyed.
7308         (send_map_events): Remove old commented out code.
7309
7310 2000-12-05  Alexander Larsson  <alexl@redhat.com>
7311
7312         * gdk/linux-fb/gdkpango-fb.c:
7313         Use italic instead of oblique in font aliases.
7314         
7315         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
7316         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
7317         other unsupported functions.
7318
7319 2000-12-04  Havoc Pennington  <hp@redhat.com>
7320
7321         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
7322
7323         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
7324
7325         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
7326
7327         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
7328         hack to avoid infinite loops (synthetic expose event) - 
7329         Owen has more appropriate fixes in a branch he'll check in later.
7330
7331         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
7332         separator, CR, and CRLF as line ends
7333
7334         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
7335         into lines using pango_find_paragraph_boundary(); other bits of
7336         the widget are still going to be broken if the boundary isn't '\n'
7337         though
7338
7339 2000-12-04  Alexander Larsson  <alexl@redhat.com>
7340
7341         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
7342         multiply.
7343
7344         * gdk/linux-fb/gdkpango-fb.c:
7345         Copied some 26.6 scaling macros from pango to clean up the rounding.
7346         (pango_fb_font_get_glyph_info): Correct sign on x value.
7347
7348         * gdk/linux-fb/gdkprivate-fb.h:
7349         Removed unreferenced external functions.
7350
7351         * modules/linux-fb/Makefile.am: Use ` instead of '.
7352
7353         * modules/linux-fb/basic.c:
7354         Remove dead code. In particular the dummy lang engine which broke all
7355         pango layouts in GtkFB. Don't include tables-big.i anymore.
7356
7357         * modules/linux-fb/tables-big.i:
7358         Upgrade to latest version from pango. Left for reference, basic_ranges
7359         moved to basic.c.
7360         
7361 2000-12-04  Havoc Pennington  <hp@redhat.com>
7362
7363         Fix bugs Alex found:
7364         
7365         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
7366         to "draw"
7367
7368         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
7369
7370         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
7371
7372         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
7373         implementation in here, apparently the expose() implementation was
7374         dead code.
7375
7376 2000-12-04  Alexander Larsson  <alexl@redhat.com>
7377
7378         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
7379         Return positive descent.
7380
7381 2000-12-02  Havoc Pennington  <hp@pobox.com>
7382
7383         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
7384         method and signal
7385         
7386         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
7387         calls gdk_window_process_updates() to push the exposes through
7388         (gtk_widget_class_init): No more draw signal, no
7389         gtk_widget_real_draw()  
7390         
7391         * gtk/gtkbin.c (gtk_bin_draw): remove
7392
7393         * gtk/gtkbox.c (gtk_box_draw): remove
7394
7395         * gtk/gtkbutton.c (gtk_button_draw): remove
7396
7397         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
7398
7399         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
7400
7401         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
7402
7403         * gtk/gtkclist.c (gtk_clist_draw): remove
7404
7405         * gtk/gtkentry.c (gtk_entry_draw): remove
7406
7407         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
7408
7409         * gtk/gtkfixed.c (gtk_fixed_draw): remove
7410
7411         * gtk/gtkframe.c (gtk_frame_draw): remove
7412
7413         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
7414
7415         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
7416
7417         * gtk/gtklayout.c (gtk_layout_draw): remove
7418
7419         * gtk/gtklist.c (gtk_list_draw): remove
7420
7421         * gtk/gtklistitem.c (gtk_list_item_draw): remove
7422
7423         * gtk/gtkmenu.c (gtk_menu_draw): remove
7424
7425         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
7426
7427         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
7428
7429         * gtk/gtknotebook.c (gtk_notebook_draw): remove
7430
7431         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
7432
7433         * gtk/gtkpacker.c (gtk_packer_draw): remove
7434
7435         * gtk/gtkrange.c (gtk_range_draw): remove
7436
7437         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
7438
7439         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
7440
7441         * gtk/gtktable.c (gtk_table_draw): remove
7442
7443         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
7444
7445         * gtk/gtktext.c (gtk_text_draw): remove
7446
7447         * gtk/gtktextview.c (gtk_text_view_draw): remove
7448
7449         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
7450
7451         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
7452
7453         * gtk/gtktree.c (gtk_tree_draw): remove
7454
7455         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
7456
7457         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
7458
7459         * gtk/gtkviewport.c (gtk_viewport_draw): remove
7460
7461         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
7462
7463         * gtk/gtkvscale.c (gtk_vscale_draw): remove
7464
7465         * gtk/gtkwindow.c (gtk_window_draw): remove
7466
7467 2000-20-01  Anders Carlsson  <andersca@gnu.org>
7468
7469         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
7470         a GtkToggleButton is both insensitive and active, it was being
7471         drawn by the GtkButton draw handler which doesn't check the
7472         state. Now it's calling gtk_toggle_button_paint instead.
7473         
7474 2000-12-01  Havoc Pennington  <hp@redhat.com>
7475
7476         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
7477         dangling pointers to the appearance attributes from the 
7478         line display
7479
7480         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
7481         width/height to mean "full width/height of drawable"
7482
7483         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
7484         click to select word/line
7485         
7486         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
7487         when getting log attrs. Get a slice, so that pixmaps and stuff
7488         are properly handled.
7489
7490         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
7491         paste into the selection (replaces selection now, previously
7492         crashed or added to selection). Reveals longstanding btree bug -
7493         select multiple lines, middle-click on the selection, boom. This
7494         isn't related to my changes though.
7495
7496         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
7497         PangoLogAttrs changes
7498         (gtk_entry_move_backward_word): ditto
7499
7500         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
7501         functions return bool whether the iter moved onto a
7502         dereferenceable position.
7503  
7504         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
7505         functions for motion in terms of display lines.
7506
7507         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
7508         get the buffer a mark is inside
7509         
7510 2000-12-01  Alexander Larsson  <alexl@redhat.com>
7511
7512         * gdk/linux-fb/Makefile.am:
7513         * modules/linux-fb/Makefile.am:
7514         Freetype 2 final uses freetype-config
7515
7516         * gdk/linux-fb/gdkpango-fb.c:
7517         Upgrade to use Freetype 2 final.
7518         More flexible support for font aliases, this also fixes a bug with
7519         GtkFontSelector, as the aliases must be visible in the font/family list,
7520         or GtkFontSelector reads uninitialized memory.
7521
7522 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
7523
7524         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
7525         XGetIMValues to properly terminate variable argument list, and do
7526         NULL return check for ic_values and xim_styles.
7527
7528         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
7529         Restore preedit state after XmbResetIC().
7530         
7531         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
7532         XvaCreateNestedList() should take XvaNestedList, but not
7533         XvaNestedList*.
7534
7535         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
7536         preedit_draw_callback, preedit_caret_callback): Match
7537         "preedit-changed" signal name to "preedit_changed" to be
7538         consistent to the spec.
7539
7540         * gtk/gtkimcontextsimple.c (check_table):
7541         Match "preedit-changed" to "preedit_changed" to be consistent
7542         to the spec.
7543
7544 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
7545
7546         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
7547         gc->clip_region == NULL>
7548
7549 2000-11-30  Tor Lillqvist  <tml@iki.fi>
7550
7551         Changes by Hans Breuer:
7552         
7553         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7554         Dont't use negative width and height as max_hints. This fixes
7555         Owen's recent testgtk changes for win32.
7556
7557         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
7558         gdk_win32_hdc_release): These are exported and may be called with
7559         other drawable types than our GdkDrawableImplWin32 (?).
7560
7561         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
7562         so always #define USE_BACKING_STORE.
7563
7564         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
7565         of printf for debugging output.
7566
7567         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
7568         
7569         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
7570
7571         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
7572         declaration.
7573
7574         * gtk/gtktexttypes.h: Ditto.
7575
7576         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
7577         (GDK_VoidSymbol) also if in case of arg check failure.
7578
7579         * gtk/gtkimcontextsimple.c
7580         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
7581         position to the pointer, but to the variable it points to.
7582
7583         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
7584
7585         * gtk/gtk.def: Updates.
7586
7587 2000-11-29  Elliot Lee  <sopwith@redhat.com>
7588
7589         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
7590         GTK_TYPE_TREE_MODEL.
7591
7592 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7593
7594         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
7595         Set the size of the font from the description.
7596         (gdk_text_width): Gross hack that calculates the width
7597         of text by text_length * size/2. This is necessary because
7598         GtkLabel does some ugly gtk_string_width call to calculate
7599         an good size.
7600         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
7601
7602 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
7603
7604         * docs/tutorial/gtk-tut.sgml: DND updates
7605
7606 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7607
7608         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7609         If you pass width or height == 0 to gdk_window_clear_area they
7610         should be calculated from the window size.
7611
7612 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7613
7614         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
7615         a grab, but no grab-cursor, use the cursor from the grabbed
7616         window. (gdk_fb_window_send_crossing_events): Send normal
7617         enter/leave notifications if grab and owner_events == TRUE.
7618
7619 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7620
7621         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7622         Do implicit button grabs, even if the window doesn't
7623         want the event.
7624         (gdk_fb_window_send_crossing_events): If there is a
7625         grab, only the grabbed window gets normal enter/leave
7626         notifications. On ungrab go from grabbed window to current.
7627         Don't send any notification to b when propagating from c -> b.
7628         If setting a grab on window, don't set prev_window.
7629         (handle_mouse_input): Send enter/leave events to the window the
7630         mouse is over, not the grabbed one.
7631         
7632 2000-11-28  Elliot Lee  <sopwith@redhat.com>
7633
7634         * gdk/gdkregion-generic.c: Zap warning.
7635         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
7636         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
7637
7638 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
7639
7640         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
7641         The cursor should be hidden if it is part of either the
7642         source or destination region. Not only if it is in both.
7643         (gdk_window_set_transient_for): Silence warnings.
7644
7645 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7646
7647         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
7648         The default mode in X is Pie Arcs, therefore that is
7649         what Gtk+ uses.
7650
7651 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7652
7653         * gdk/linux-fb/gdkinput-ps2.c:
7654         Implement correct EnterNotify/LeaveNotify:
7655         (gdk_fb_window_send_crossing_events): New function that sends
7656         all GdkCrossingEvents from the last mouse-window to the specified
7657         destination.
7658         (gdk_fb_window_visibility_crossing): Removed function.
7659         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
7660         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
7661         instead of gdk_window_get_pointer() for better readability.
7662
7663         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
7664         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
7665
7666         * gdk/linux-fb/gdkprivate-fb.h:
7667         removed gdk_fb_window_visibility_crossing, added
7668         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
7669
7670         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
7671         New function that finds the least common ancestor of two windows.
7672         (gdk_window_show, gdk_window_hide):
7673         Use gdk_fb_window_send_crossing_events.
7674         (gdk_fb_window_move_resize): Send configure events to toplevel
7675         windows. Use gdk_fb_window_send_crossing_events.
7676
7677 2000-11-27  Havoc Pennington  <hp@redhat.com>
7678
7679         * gtk/gtkprivate.h (enum): Remove a trailing comma
7680
7681 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
7682
7683         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
7684         the "changed" callback of the adjustment.  We need to redraw the
7685         spin button's arrows when the adjustment's range changes.
7686         (adjustment_changed_cb): Draw the arrows.
7687         (gtk_spin_button_value_changed): Draw the arrows.
7688
7689 2000-11-23  Alexander Larsson  <alexl@redhat.com>
7690
7691         * gdk/linux-fb/gdkselection-fb.c:
7692         Initial selection implementation.
7693
7694         * gtk/gtkselection.c:
7695         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
7696         requestor in gtk_selection_request.
7697         
7698         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
7699         Added gdk_selection_property atom.
7700
7701         * gdk/linux-fb/gdkprivate-fb.h:
7702         Export _gdk_selection_window_destroyed.
7703         Removed mask_off_x/y from GdkCursorPrivateFB.
7704         Removed hbearing, added top, left to PangoFBGlyphInfo.
7705
7706         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
7707         Call _gdk_selection_window_destroyed
7708         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
7709         the root window has been created.
7710         (static_dx_hack, static_dy_hack, compare_draw_rects,
7711         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
7712         in region. They are already sorted. Instead just traverse them in
7713         reverse if draw_direction < 0.
7714         
7715         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7716         Double-clicks must be sent after the normal button_press.
7717         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
7718         
7719         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
7720         Pass _gdk_fb_screen_gc instead of NULL.
7721
7722         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7723         Initialize gdk_selection_property.
7724         (gdk_event_make): Remove unused code.
7725
7726         * gdk/linux-fb/gdkcursor-fb.c:
7727         Make the pixmap for the cursor the same size as the mask. Also remove
7728         the mask_off_x/y fields in GdkCursorPrivateFB and combine
7729         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
7730         Now the whole cursor is visible.
7731
7732         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
7733         Fix bug where xdest+height instead of ydest+height was used
7734         to calculate if the source and dest overlapped. This fixes the
7735         redraw bug when the main window in testgtk was scrolled when
7736         partially covered by a tall window.
7737         Copy rectangles in region in order depending on draw_direction.
7738         Also moved the draw_direction flipping of start_y and end_y into
7739         the gc functions, as this might not be what all of them want.
7740         (gdk_fb_draw_lines): Support dashed lines.
7741         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
7742         so that the text is positioned correctly (was 1 pixel high).
7743
7744         gdk/linux-fb/gdkgc-fb.c:
7745         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
7746         all lines were drawn a pixel to short. Also checked the default of
7747         the rest of the values, and they're the same as X now.
7748
7749         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
7750         Clean up pixel positioning of the glyphs. Just use bgy->top and
7751         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
7752         to all divisions to get correct rounding behaviour.
7753
7754         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
7755         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
7756         Moved start_y/end_y flip into draw_drawable implementations.
7757         Flip also x rendering when draw_direction < 0.
7758         Remove unneccesary multiply with draw_direction.
7759
7760 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
7761
7762         * docs/tutorial/gtk-tut.sgml:
7763           - get rid of gtk_toggle_button_toggled FUD
7764           - start DND section - needs work - based on:
7765                 http://wolfpack.twu.net/docs/gtkdnd/
7766
7767 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7768
7769         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
7770         Correct calculation of font metrics. Now GtkEntrys have sane
7771         size.
7772
7773 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7774
7775         * gdk/gdktypes.h:
7776         Add new type GdkSpan
7777         
7778         * docs/reference/gdk/gdk-sections.txt,
7779         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
7780         gdk/gdkregion.h:
7781         Implement and document gdk_region_spans_intersect_foreach.
7782
7783         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
7784         Add new file gdkrender-fb.c which contains all core
7785         rendering code.
7786         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
7787         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
7788         (optimized rectangle fillers).
7789
7790         * gdk/linux-fb/gdkdrawable-fb2.c:
7791         Move all rendering code to gdkrender-fb.c.
7792         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
7793         Use the new span intersection functions in gdk_fb_fill_spans.
7794         gdk_fb_draw_rectangle() clips filled rectangles and calls
7795         gc->fill_rectangle with the result.
7796         gdk_fb_fill_spans() gets extra argument "sorted".
7797
7798         * gdk/linux-fb/gdkevents-fb.c:
7799         Remove unused includes and defines.
7800         New function gdk_fb_get_time() to get correct time for events.
7801
7802         * gdk/linux-fb/gdkinput-ps2.c:
7803         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
7804         Make sure to set the time of all events.
7805
7806         * gdk/linux-fb/gdkmain-fb.c:
7807         Use gdk_fb_get_time ().
7808
7809         * gdk/linux-fb/gdkprivate-fb.h:
7810         New virtual GC calls: fill_span & fill_rectangle.
7811         Export gdk_fb_get_time().
7812         gdk_fb_fill_spans() gets extra argument "sorted".
7813
7814         * gdk/linux-fb/mi*.c:
7815         Use GdkSpan instead of GdkRectangle.
7816         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
7817         from XFree 4 source)
7818         
7819 2000-11-22    <jrb@redhat.com>
7820
7821         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
7822         reversing the order in an if statement will do.  Doing so managed
7823         to make the treemodelsort half work.  Other half will follow after
7824         I get the insert function fully fixed.
7825
7826 2000-11-21  Elliot Lee  <sopwith@redhat.com>
7827         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
7828         more than 2 bits. Besides, I need to implement an evil hack. :)
7829
7830 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
7831
7832         * docs/tutorial/gtk-tut.sgml: minor corrections
7833
7834 2000-11-20  Jonathan Blandford <jrb@redhat.com>
7835         * gtk/gtktreemodelsort.h: Add convertion functions to let you
7836           convert to and from relative path's and iters.
7837
7838         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
7839           testing sorting functions a bit better.  Currently broken -- will
7840           fix in morning.
7841
7842 2000-11-20  Havoc Pennington  <hp@redhat.com>
7843
7844         * gtk/gtkwidget.c: Documented a bunch of functions in here
7845         (gtk_widget_realize): Warn if you try to realize
7846         a widget with no parent that isn't a toplevel
7847         (gtk_widget_intersect): return a gboolean
7848
7849 2000-11-20  Havoc Pennington  <hp@redhat.com>
7850
7851         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
7852         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
7853         scrolling to be implemented in GDK to finish. Also, right now
7854         we just size_allocate all children on every layout change,
7855         which is pretty lame. Test commented out of testtext.c, 
7856         until it works better.
7857
7858 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
7859
7860         * gdk/linux-fb/gdkdrawable-fb2.c:
7861         Removed unused arguments from gdk_fb_drawable_get_pixel().
7862
7863         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
7864         Renamed fidur specific mouse packet data in MouseDevice to
7865         generic. Used it in ps2 mouse handling code to avoid blocking
7866         reads.
7867
7868 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
7869
7870         * demos/gtk-demo/main.c: Changed to have the list become
7871         non-italic when the demo window is destroyed through an external
7872         event (like a close button).  Doing so found three bugs in the
7873         widget.
7874
7875         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
7876
7877         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
7878         we actually set the cell.
7879
7880         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
7881
7882         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7883         free a leaked path.  Thanks memprof.
7884
7885 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
7886
7887         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
7888         off-by-one error when destroying allocated segments
7889         on failure. (Elliot)
7890
7891 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
7892
7893         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
7894         memleaks found by Evan Martin.
7895
7896 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
7897
7898         * Released 1.3.2
7899         
7900         * NEWS: Updates for 1.3.2
7901
7902 2000-11-17  Tor Lillqvist  <tml@iki.fi>
7903
7904         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
7905         but in general for window system specific events.
7906
7907         * gtk/gtk.def
7908         * gtk/makefile.mingw.in
7909         * gtk/makefile.msc.in: Update.
7910         
7911         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
7912
7913 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
7914
7915         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
7916         distribute gtk.immodules.
7917
7918         * gtk/Makefile.am (install-data-local): Don't install the
7919         gtk.immodules file created for the uninstalled modules;
7920         instead run gtk-query-immodules after install
7921
7922 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
7923
7924         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
7925         -rpath to the right install location.
7926
7927         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
7928         -export-dynamic.
7929
7930         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
7931         properly.
7932
7933 2000-11-15  Havoc Pennington  <hp@pobox.com>
7934
7935         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
7936         patch from Mikael Hermansson to temporarily stop blinking while
7937         the user is using the keyboard to type or navigate. 
7938
7939         Also, when blinking, stay on for longer than we stay off. Also,
7940         return from start_cursor_blink if !cursor_visible, to save
7941         checking that flag all over the place before we call
7942         start_cursor_blink.
7943
7944 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
7945
7946         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
7947         only contain a "fontset" line, which is now ignored.
7948
7949         * gtk/gtkentry.c (gtk_entry_button_release): Make 
7950         double-click-to-select-word work.
7951         
7952 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
7953
7954         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
7955         Don't move back one char when we are actually at the end of the 
7956         paragraph.
7957
7958 2000-11-15  Robert Brady  <robert@suse.co.uk>
7959
7960         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
7961         'o' < 'p'.
7962         
7963         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
7964         bind_textdomain_codeset.
7965
7966         (gtk_init_check): Make the warning about translating default:LTR
7967         sterner.
7968         
7969 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
7970
7971         * **/Makefile.am : remove unecessary rules for win32-specific
7972         config-substituted targets. If you want these rules, use
7973         --enable-maintainer-mode (called automatically by autogen.sh).
7974         Stops a lot of unneccessary make-time warnings.
7975
7976         * gtk/gtktext{layout,display}.c: Factor in total width as
7977         well as screen when figuring alignment for word-wrap as well as
7978         no wrap; this is necessary to handle lines that cannot be wrapped
7979         at all.
7980
7981 2000-11-15  Havoc Pennington  <hp@redhat.com>
7982
7983         * gtk/testtext.c: Implement essential color cycling feature
7984
7985 2000-11-15  Havoc Pennington  <hp@redhat.com>
7986
7987         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
7988         when we invalidate the main window.
7989
7990         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
7991         GtkTextView will now invalidate the side windows for us when text
7992         changes.
7993
7994 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
7995
7996         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
7997         unconditionally, since we may need to update the horizontal
7998         scrollbars even if the height didn't change.
7999
8000         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
8001         the extra attrs, since some of them affect size.
8002
8003         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
8004         x_offset correctly.
8005
8006 2000-11-15  Havoc Pennington  <hp@redhat.com>
8007
8008         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
8009         don't move the first line out into the margin, instead move the
8010         whole paragraph in order to make space for the first line within 
8011         the margin
8012
8013 2000-11-15  Havoc Pennington  <hp@redhat.com>
8014
8015         * gtk/gtktextview.c (changed_handler): offset redraw rect by
8016         xoffset in addition to yoffset, so horizontal scrolling doesn't
8017         break redraws
8018
8019 2000-11-15  Havoc Pennington  <hp@redhat.com>
8020
8021         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
8022         from the cursor
8023         (render_layout_line): fix reversed test that caused weird
8024         underlines to get drawn
8025
8026 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
8027
8028         * gdk/linux-fb/gdkprivate-fb.h:
8029         Fix debug macros.
8030         
8031 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
8032
8033         * gdk/linux-fb/gdkprivate-fb.h:
8034         Added virtual functions set_pixel, get_color,
8035         fill_span and draw_drawable to the GC.
8036         Added global _gdk_fb_screen_gc to use instead of
8037         NULL when drawing to the screen.
8038         Added _gdk_fb_gc_calc_state() prototype.
8039
8040         * gdk/linux-fb/gdkgc-fb.c:
8041         Call _gdk_fb_gc_calc_state() on any gc state change.
8042
8043         * gdk/linux-fb/gdkglobals-fb.c:
8044         Add _gdk_fb_screen_gc
8045                 
8046         * gdk/linux-fb/gdkdrawable-fb2.c:
8047         _gdk_fb_gc_calc_state() calculates best functions
8048         for the GC state and depth.
8049         Moved bpp specialized code to separate functions.
8050         Added optimized 24 bpp AA draw_drawable.
8051
8052         * gdk/linux-fb/gdkevents-fb.c:
8053         Silence gcc warning.
8054
8055         * gdk/linux-fb/gdkimage-fb.c:
8056         Use _gdk_fb_screen_gc
8057
8058         * gdk/linux-fb/gdkwindow-fb.c:
8059         Init and use _gdk_fb_screen_gc
8060
8061         * gdk/linux-fb/mitypes.h:
8062         Remove unused types.
8063
8064 2000-11-14  Havoc Pennington  <hp@pobox.com>
8065
8066         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
8067         to pixels
8068
8069 2000-11-14  Havoc Pennington  <hp@pobox.com>
8070
8071         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
8072
8073         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
8074         unknown char, no real reason we were using a variable. 
8075         Remove gtk_text_unknown_char variable. Fix all the text widget
8076         files accordingly.
8077
8078         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
8079         since the Unicode spec seems to prefer that character for our
8080         purposes.
8081
8082 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
8083
8084         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
8085         value of g_getenv() isn't freeable, so g_strdup it.
8086
8087         * modules/input/inuktitut.c: Inuktitut input method.
8088
8089         * modules/input/Makefile.am: Build this.
8090         
8091 2000-11-14  Elliot Lee  <sopwith@redhat.com>
8092
8093         * gtk/Makefile.am: Install gtk.immodules, needed for operation
8094         of gtk programs.
8095
8096 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
8097
8098         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
8099         reversed > that was causing Home to go to end of previous line.
8100
8101         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
8102         modified-keypresses (leave for bindings.)
8103
8104         * modules/input/Makefile.am: Remove useless -export-dynamic
8105         from module LDFLAGS.
8106
8107 2000-11-14  Havoc Pennington  <hp@redhat.com>
8108
8109         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
8110         higher.
8111
8112         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
8113         account. Also, render rise, underline, background, etc. for
8114         pixbufs as well as text. Also, draw underlines one pixel higher.
8115
8116         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
8117         PangoAttribute for the rise, so it gets drawn properly. Also,
8118         add the GtkTextAppearance attribute for pixbuf/widget segments
8119         as well; we should go ahead and have rise, underline, background,
8120         stipple work for those
8121
8122         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
8123         Pango
8124
8125 2000-11-15  Tor Lillqvist  <tml@iki.fi>
8126
8127         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
8128
8129         * gtk/gtk.def: Update.
8130
8131         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
8132         included.
8133         (gtk_rc_get_im_module_file): Use run-time installation directory
8134         on Win32.
8135
8136         * gdk/win32/rc/gdk.rc: Remove.
8137         * gdk/win32/rc/gdk.rc.in: New file.
8138         * gdk/win32/rc/Makefile.am: New file
8139         * gdk/win32/Makefile.am: Corresponding changes.
8140
8141         * gtk/gtk.rc: Remove.
8142         * gtk/gtk-win32.rc.in: New file.
8143         * gtk/Makefile.am: Corresponding changes.
8144
8145         * configure.in: Corresponding changes.
8146
8147         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
8148         has a built gtkcompat.h. Developers using CVS code on Win32 can
8149         hand-edit it from gtkcompat.h.in.
8150
8151         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
8152         gtkcompat.h from gtkcompat.h.win32.
8153
8154 2000-11-14  Havoc Pennington  <hp@redhat.com>
8155
8156         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
8157         to default to GDK_ACTION_MOVE if the drag is within a single
8158         widget. Defaults to GDK_ACTION_COPY between widgets.
8159
8160 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
8161
8162         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
8163
8164         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
8165
8166         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
8167         srcdir != builddir
8168
8169         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
8170
8171         * configure.in (GTK_VERSION): Up to 1.3.2
8172
8173         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
8174         gtkimcontextxim.h
8175
8176         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
8177         missing doc comment.
8178
8179 2000-11-14  Alexander Larsson  <alexl@redhat.com>
8180
8181         * modules/linux-fb/basic.c:
8182         Use the glib iconv wrappers.
8183
8184 2000-11-13  Havoc Pennington  <hp@pobox.com>
8185
8186         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
8187         still more bugs.
8188
8189         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
8190         scroll the GdkWindows before realization.
8191
8192 2000-11-13  Havoc Pennington  <hp@redhat.com>
8193
8194         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
8195         where GC didn't always get updated properly
8196
8197         * demos/gtk-demo/textview.c (create_tags): Use subattributes
8198         of fonts instead of setting the entire font
8199
8200         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
8201         setting entire font
8202
8203         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
8204
8205         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
8206         a bunch of individually-settable font attributes. You can still 
8207         use the "font" and "font_desc" args, they just set all the font
8208         attributes at once.
8209
8210 2000-11-13 Elliot Lee <sopwith@redhat.com>
8211
8212         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
8213
8214 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
8215
8216         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
8217         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
8218
8219         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
8220         work better.
8221
8222 2000-11-13  Havoc Pennington  <hp@redhat.com>
8223
8224         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
8225         the module file.
8226
8227         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
8228         dest->language
8229
8230         * gtk/testtext.c: Test pixels above/below/inside paragraphs
8231         settings
8232
8233         * gtk/gtktextview.c: Implement object args and setters/getters for
8234         all the aspects of the GtkTextAttributes that are not set from
8235         GtkWidget attributes. This is spacing, justification, margins,
8236         etc.
8237
8238         (gtk_text_view_set_arg)
8239         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
8240         args
8241         (gtk_text_view_class_init): Add args for justify, left_margin,
8242         right_margin, indent, and tabs
8243         
8244
8245         * gtk/gtktextlayout.c (set_para_values): fix to display indent
8246         attribute properly
8247
8248         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
8249         replace with indent attribute
8250
8251         * gtk/gtktextlayout.c (set_para_values): multiply indent by
8252         PANGO_SCALE
8253
8254         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
8255         rearranging code to do that
8256         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
8257         i.e. don't subtract the top_margin first, just to keep
8258         all margin-futzing in one place.
8259
8260         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
8261
8262         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
8263         special case of last line, Pango now handles this itself.
8264         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
8265         Y coordinate
8266         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
8267         (find_display_line_above): wasn't moving the byte index as it
8268         iterated over lines, so always returned byte 0. Also, port to use
8269         PangoLayoutIter.
8270         (find_display_line_below): same problem as
8271         find_display_line_above. Also, port to use PangoLayoutIter.
8272
8273 2000-11-13  Alexander Larsson  <alexl@redhat.com>
8274
8275         * gdk/linux-fb/*.[ch]:
8276         Massive reindent to gtk+ standard. My hands hurt.
8277
8278         * gdk/linux-fb/gdkcolor-fb.c:
8279         Move GdkColorPrivateFB from inherited to windowing_data
8280
8281         * gdk/linux-fb/gdkcursor-fb.c:
8282         _gdk_cursor_new_from_pixmap made static
8283
8284         * gdk/linux-fb/gdkdnd-fb.c:
8285         GdkDragContextPrivate moved to windowing_data
8286
8287         * gdk/linux-fb/gdkdrawable-fb2.c:
8288         Removed endian.h, use glib endianness macros instead
8289         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
8290         and GDK_DRAWABLE_IMPL_FBDATA
8291
8292         * gdk/linux-fb/gdkfont-fb.c:
8293         Add empty gdk_font_load(). Needed for linking of Gtk+.
8294
8295         * gdk/linux-fb/gdkimage-fb.c:
8296         Removed endian.h, use glib endianness macros instead
8297         Moved GdkImagePrivateFB to windowing_data
8298         gdk_image_new_bitmap didn't always allocate enough
8299         memory.
8300
8301         * gdk/linux-fb/gdkinput-ps2.c:
8302         Added semi-working support for MS serial mice.
8303
8304         * gdk/linux-fb/gdkprivate-fb.h:
8305         s/GdkWindowPrivate/GdkWindowObject/
8306         Removed GdkWindowPrivate typedef
8307         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
8308         Removed GDK_DRAWABLE_P
8309         Move GdkColorPrivateFB from inherited to windowing_data
8310         Moved GdkImagePrivateFB to windowing_data
8311
8312         * gdk/linux-fb/gdkvisual-fb.c:
8313         Removed some unused debug code.
8314
8315         * gdk/linux-fb/gdkwindow-fb.c:
8316         Use stock cursors instead of including X headers.
8317         s/GdkWindowPrivate/GdkWindowObject/
8318
8319         * gdk/linux-fb/mitypes.h:
8320         Removed unused types.
8321
8322         * modules/linux-fb/basic.c:
8323         Use the pango fribidi wrappers.
8324
8325 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
8326
8327         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
8328         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
8329         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
8330         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
8331         GEqualFunc where applicable.
8332         
8333         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
8334         pango_font_description_equal as changed in pango.
8335         
8336         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
8337
8338         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
8339
8340         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
8341
8342         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
8343
8344         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
8345
8346         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
8347
8348         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
8349         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
8350
8351         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
8352         gtk_rc_styles_compare -> gtk_rc_styles_equal.
8353
8354 2000-11-12  Havoc Pennington  <hp@pobox.com>
8355
8356         * demos/gtk-demo/Makefile.am (democodedir): change demo install
8357         dir to datadir/gtk+-2.0/demo
8358
8359         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
8360         sorts of text widget and Pango font bugs. Urgh.
8361
8362         * demos/gtk-demo/Makefile.am (demos): Add textview.c
8363
8364         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
8365         tree that you should double click to see the demo. Fix 
8366         types of variables to reflect changed return values from 
8367         GtkTreeStore and GtkTreeViewColumn constructors.
8368
8369         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
8370         newly-created buffer to prepare for GObject semantics
8371
8372         * gtk/testtext.c: don't leak the buffer with GObject semantics
8373
8374         * gtk/testtextbuffer.c: ditto
8375         
8376 2000-11-12  Havoc Pennington  <hp@pobox.com>
8377
8378         Rename this testgtk to gtk-demo to avoid confusion, and 
8379         install it so people can use it as a supplement to 
8380         the documentation.
8381         
8382         * demos/gtk-demo: Moved from demos/testgtk
8383
8384         * demos/testgtk: Removed
8385
8386         * configure.in: make Makefile in gtk-demo
8387         
8388         * demos/gtk-demo/Makefile.am: Install sample source to 
8389         datadir/gtk-demo (maybe there's a better place?), and 
8390         rename the binary to gtk-demo
8391         
8392         * demos/gtk-demo/main.c (load_file): Load installed sample
8393         source if source isn't found in pwd.
8394
8395 2000-11-09  Havoc Pennington  <hp@pobox.com>
8396
8397         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
8398         argument to set the char displayed when visibility == FALSE
8399         (gtk_entry_create_layout): If !entry->visible, replace 
8400         all chars with the "invisible char"
8401
8402         * gtk/testgtk.c: Test the invisible_char deal
8403         
8404 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
8405
8406         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
8407         can't get a native font in the right encoding.
8408
8409 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
8410
8411         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
8412         respectively.
8413
8414 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
8415
8416         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
8417         Fix warning when moving between paragraphs.
8418
8419         * gtk/gtkentry.[ch]: Change move => move_cursor, 
8420         delete => delete_from_cursor, insert => insert_at_cursor
8421
8422 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
8423
8424         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
8425
8426         * modules/input/imthai-broken.c: A Thai input method for use if
8427         Thai keys are really generating Latin1 keysyms.
8428
8429         * modules/input/Makefile.am: Build these.
8430
8431 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
8432
8433         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
8434         g_filename_{to,from}_utf8 now takes an extra parameter.
8435
8436         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
8437         strftime into UTF-8.
8438
8439         (column_from_x, gtk_calendar_paint_day_names): Support RTL
8440         calendars.
8441
8442         (gtk_calendar_paint_day_names): Draw day names in the right 
8443         place.
8444         
8445 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
8446
8447         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
8448         problem with using result of g_get_charset() backwards -
8449         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
8450
8451         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
8452         negative min_width/height and max_width/height to
8453         mean "requisition"; this allows setting a window
8454         to be user-resizable in only one direction easily.
8455
8456         * gtk/testgtk.c (create_main_window): Remove hard-coded
8457         usize - set a default size in the vertical direction.
8458
8459 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
8460
8461         * gtk/gtkrange.c: Add some missing casts. Support 
8462         2 and 3 button clicks on the arrows to mean 
8463         "move by pages" and "jump to end". (Like gtkspinbutton)
8464
8465 2000-11-12 Hans Breuer <Hans@Breuer.Org>
8466
8467         * gdk/win32/makefile.msc : reflect build module changes
8468
8469         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
8470         from GdkPixmap*, cast implementation member instead.
8471
8472         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
8473         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
8474         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
8475         more Gdi functions return value checking. 
8476         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
8477         GdkImagePrivateWin32 *.
8478
8479         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
8480         menus useable again. Add #pragma message to keep reminded on this issue.
8481         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
8482         windows. This allows to enable backing store on Win32!
8483
8484         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
8485         in drawable is of impl type. Correct specific type checks appropriate.
8486  
8487         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
8488         GDK_WINDOW_DESTROYED before allocating new resources.
8489
8490         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
8491
8492         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
8493         (gdk_window_foreign_new) initialize parent handle.
8494         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
8495
8496         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
8497         Let the GDI invalidate the window on MoveWindow call to fix scrolling
8498         problems (e.g. main buttons in testgtk). 
8499
8500 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
8501
8502         * gtk/gtkentry.c (gtk_entry_key_press): Call 
8503         gtk_widget_activate for GDK_Return.
8504
8505         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
8506         of preedit cursor position.
8507
8508 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
8509
8510         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
8511         static.
8512
8513 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
8514
8515         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
8516         out support for multiple locales; that simple doesn't
8517         work reliably with current Xlib
8518
8519         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
8520         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
8521         Add support for positioning the cursor within the preedit string.
8522
8523 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
8524
8525         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
8526         at XIM input method module.
8527
8528         * gtk/gtktextview.c: Check for bindings after passing
8529         events to im context filter.
8530
8531 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
8532
8533         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
8534         empty attribute lists properly.
8535
8536 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
8537
8538         * gtk/queryimmodules.c (main): Return non-zero exit
8539         status if errors were encountered querying any
8540         modules.
8541
8542         * modules/input/Makefile.am (moduledir): remove
8543         leftover bin program target.
8544
8545         * docs/make-todo: Fix typo in error message.
8546
8547 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
8548
8549         * configure.in: Add modules/input/Makefile
8550
8551 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
8552
8553         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
8554         don't include gtkthemes.h.
8555
8556         * gtk/testgtk.c gtk/testtext.c: Set environment variables
8557         to point
8558
8559         * gtk/Makefile.am: Add new .c and .h files, build 
8560         gtk-query-immodules and use it to create a gtk.immodules
8561         file for use of test programs.
8562
8563         * gtk/gtkpreview.c: remove extra blank line.
8564
8565 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
8566
8567         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
8568         Add the ability to add extra tables beyond the default
8569         one, and also the ability to have compose sequences 
8570         that are prefixes of other compose sequences. 
8571
8572         * gtk/gtkimcontextsimple.c: Export a preedit string which
8573         consists of possible candidates for keystrokes that have
8574         been entered but not yet committed.
8575
8576         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
8577         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
8578
8579         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
8580         Add a function to add input-method switching menu items
8581         to a menu.
8582
8583         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
8584         when switching input methods.
8585
8586         * gtk/gtkimcontextsimple.[ch]: Change the format of
8587         the compose table to allow compose tables of different
8588         lengths / sequence.
8589
8590 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
8591
8592         * gtk/gtkimmodule.[ch]: Support routines for loading
8593         GtkIMContext implementations dynamically at runtime.
8594
8595         * modules/input/imcyrillic-translit.c: A sample input
8596         method (based on GtkIMContextSimple with an extra table),
8597         which demonstrates preedit strings and the module
8598         system for input modules
8599
8600         * gtk/queryimmodules.c: Program to query the available
8601         input modules and write the results into a file.
8602          
8603         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
8604         extra config options "im_module_file" (cache file for
8605         input method modules), and "im_module_path" - path
8606         to look for modules when generating cache file.
8607
8608         This doesn't scale.
8609
8610 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
8611
8612         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
8613         generic code from gtkthemes into a new abstraction
8614         GtkModule which has the logic for implementing
8615         a loadable module which implements a number of 
8616         GObject types.
8617
8618 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
8619
8620         * gtk/gtkeditable.[ch]: Convert GtkEditable from
8621         a class into an interface  
8622         
8623         * gtk/gtkoldeditable.[ch]: Move the old editable
8624         implementation into here, so legacy widgets can
8625         still rely on the implemenation. GtkOldEditable
8626         exports GtkEditable. Make selection handling
8627         code use new text conversion functions (and
8628         handle UTF-8 as a side-effect). Use GtkClipboard
8629         for CLIPBOARD.
8630
8631         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
8632         Adopt to match above changes.
8633
8634         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
8635         avoid GtkOldEditable implementation. Restructure
8636         to reduce number of places that modify state directly.
8637         Move to GtkBindingSet. Display the preedit string.
8638         Queue recomputation of PangoLayout and scroll position
8639         to improve effiency of doing complex changes naively.
8640         Add a menu with cut/copy/paste and input method selection.
8641
8642 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
8643
8644         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
8645         to set preedit string and attributes; display preedit string by
8646         inserting string and attributes at cursor when creating the
8647         GtkTextLineDisplay.
8648
8649         * gtk/gtktextlayout.c: Move all conversions between byte
8650         positions in PangoLayout and GtkTextIter into new functions
8651         line_display_iter_to_index/index_to_iter that properly
8652         handle the preedit string.
8653
8654         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
8655         it to return const char * (eventually will end up
8656         as GCONST char *, most likely.)
8657
8658         * gtk/gtktextview.[ch]: Handle the preedit string, call
8659         gtk_im_context_reset() as necessary, add a menu to switch
8660         input methods.
8661         
8662         * gtk/gtktextlayout.[ch]: Remove useless
8663         gtk_text_layout_get_log_attrs() function.
8664
8665 2000-11-11  Tor Lillqvist  <tml@iki.fi>
8666
8667         * gdk/gdk.def
8668         * gtk/gtk.def: Update.
8669
8670         * gdk/win32/*.c: Add last argument to g_type_register_static()
8671         calls.
8672
8673         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
8674
8675         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
8676         generated by older wheel mouse drivers. Get the correct y
8677         coordinate from WM_MOUSEWHEEL messages.
8678
8679         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
8680         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
8681         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
8682         Debugging functions.
8683
8684         * gdk/win32/gdkprivate-win32.h: Declare them.
8685
8686         * gdk/win32/gdkinput-win32.h: Add declaration for
8687         gdk_input_window_destroy().
8688
8689         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
8690
8691 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
8692
8693         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
8694         function to help handle keeping things in sync.
8695
8696 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
8697
8698         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
8699         BOXED marshallers.
8700
8701         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
8702         (gtk_list_store_class_init): use the new BOXED marshallers.
8703
8704         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
8705         new_with_values to new_with_types.
8706         (gtk_tree_store_get_column_type): add this.
8707         (gtk_tree_store_class_init): use the new BOXED marshallers.
8708
8709         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
8710         mirror some POINTER marshallers.
8711
8712 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
8713
8714         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
8715         allow more interesting iterators.  Also, made the lifecycle of
8716         iterators more explicit.
8717
8718         * gtk/gtktreemodelsort.[ch]: New model for sorting.
8719
8720         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
8721         types.
8722
8723 2000-11-09  Alexander Larsson  <alexl@redhat.com>
8724
8725         * demos/testgtk/menus.c:
8726         Changes to make the new testgtk compile after
8727         gtk_menu_append was removed.
8728
8729         * gdk/linux-fb/gdkdrawable-fb2.c
8730         (gdk_fb_get_depth, gdk_fb_get_visual,
8731         gdk_drawable_impl_fb_class_init): Implement
8732         these drawable functions. Now GtkImages work again.
8733
8734         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
8735
8736         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
8737         
8738         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
8739         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
8740         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
8741         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
8742
8743 2000-11-08  Havoc Pennington  <hp@pobox.com>
8744
8745         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
8746         visible_set args, don't know where these had gone, I thought they
8747         used to be there
8748
8749         * gtk/testtext.c: Add a menu item to apply invisibility tag;
8750         now we can test the feature and see that it's totally broken.
8751
8752 2000-11-08  Havoc Pennington  <hp@pobox.com>
8753
8754         Make DND copy pixbufs and tags when source and target share a 
8755         tag table.
8756         
8757         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
8758         in-process GTK_TEXT_BUFFER_CONTENTS target
8759         (gtk_text_view_drag_data_received): Paste from
8760         GTK_TEXT_BUFFER_CONTENTS if we receive it.
8761
8762 2000-11-08  Alexander Larsson  <alexl@redhat.com>
8763
8764         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
8765         API changes.
8766
8767         * gtk/gtkmenu.c: Add support for scrolling menus.
8768         Remove gtk_menu_append/prepend/insert, these have been moved to
8769         gtkcompat.h as #defines.
8770
8771         * gtk/gtkcompat.h.in:
8772         Add compatibility #defines for gtk_menu_append/prepend/insert
8773
8774         * gtk/gtkmenu.h: Add data needed for scrolling menus.
8775         GtkMenuPositionFunc gets an extra argument push_in.
8776         gtk_menu_append/prepend/insert removed.
8777         
8778         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
8779         positioning behaviour to fit to scrolling menus.
8780
8781         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
8782         into menuitem->submeny. That is wrong, and broke torn
8783         off submenus of torn off menus, since they were unrealized
8784         when the first menu was unrealized.
8785
8786         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
8787         gtk_menu_shell_select_item() since these need to be overridden in
8788         GtkMenu.
8789
8790         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
8791         positioning behaviour to fit to scrolling menus.
8792         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
8793         the current item so that it is prelighted when the menu pops up.
8794         This is a workaround to the fact that the menu doesn't get the
8795         initial enter event (due to grabs).
8796
8797         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
8798         s/gtk_menu_append/gtk_menu_shell_append/
8799
8800         * gtk/gtknotebook.c:
8801         s/gtk_menu_insert/gtk_menu_shell_insert/
8802
8803         * gtk/testgtk.c (create_menu, create_menus):
8804         Create the first menu with 50 items so that menu scrolling
8805         can be tested.
8806         
8807         
8808         Patch from Jonathan Blandford  <jrb@redhat.com>
8809
8810         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
8811         system to handle size requests.  First, we ask what the size of
8812         the toggle is.  Then, when allocating the size, we allocate the
8813         toggle_size first.  This way we can have multiple menu-item
8814         classes w/o needing a seperate class for each.
8815
8816         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
8817         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
8818
8819         * gtk/gtkcheckmenuitem.c
8820         (gtk_check_menu_item_toggle_size_request): New function to handle
8821         the toggle size-request.
8822
8823 2000-11-07  Havoc Pennington  <hp@redhat.com>
8824
8825         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
8826         Half-ass somewhat fix this function, so that scrolling to the
8827         insertion point works. Pango hacking is in the future to really
8828         fix it.
8829
8830         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
8831         length of data, no longer used.
8832
8833         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
8834         method contents in here, get rid of destroy method
8835         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
8836         that were backward. Remove debug spew.
8837         (cut_or_copy): Make the clipboard work with insert_range to
8838         preserve tags and pixbufs, not just the primary selection.
8839
8840 2000-11-07  Havoc Pennington  <hp@redhat.com>
8841
8842         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
8843         to gtk_text_mark_get_visible
8844
8845         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
8846         bug that was generating an invalid iterator
8847
8848         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
8849         ensure_char_offsets() in front of code placing the iter in an
8850         invalid state.
8851
8852         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
8853         make override_location arg const
8854         (paste): Replace the selection if we paste into the 
8855         current selection
8856
8857         * gtk/gtkselection.h: Remove "GtkSelectioData"
8858         (struct _GtkSelectionData): move the definition here.
8859
8860         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
8861         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
8862
8863         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
8864
8865         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
8866         (gtk_text_buffer_insert_range_interactive): implement
8867         (gtk_text_buffer_get_tags): Remove, replaced by
8868         gtk_text_iter_get_tags()
8869
8870         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
8871         limit parameter, to avoid infinite linear scan.
8872         (gtk_text_iter_backward_search): Add search limit
8873         (gtk_text_iter_forward_find_char): Add search limit
8874         (gtk_text_iter_backward_find_char): Add search limit
8875
8876 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
8877
8878         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
8879         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
8880         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
8881         gdk/linux-fb/gdkwindow-fb.c:
8882         use g_object_new() instead of g_type_create_instance() which
8883         is a private function for fundamental type implementations.
8884
8885         * gdk/linux-fb/gdkinput-ps2.c:
8886         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
8887         instead just store the current modifier state. Add a (somewhat broken)
8888         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
8889         Rename exported function gdk_input_ps2_get_mouseinfo to
8890         gdk_input_get_mouseinfo.
8891
8892         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
8893         gdk/linux-fb/gdkwindow-fb.c:
8894         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
8895         
8896
8897 2000-11-02  Havoc Pennington  <hp@redhat.com>
8898
8899         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
8900         use stock buttons. Should be 100% source compatible, appropriate
8901         filesel fields now point to dialog->vbox and dialog->action_area.
8902         On the bizarre side, dialog->action_area and filesel->action_area
8903         are not the same widget.
8904         (gtk_file_selection_init): Put some padding around the selection
8905         entry, so it isn't touching the GtkDialog separator.    
8906
8907         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
8908         use stock buttons, etc. Should also be source compatible.
8909         Set the dialog default title in _init not _new().
8910         
8911         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
8912         Use stock buttons; don't put a button box inside the existing
8913         dialog button box. Don't bother with push/pop colormap anymore.
8914
8915         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
8916         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
8917         for message dialog, and necessary for the font selection and color
8918         selection with help and apply buttons.
8919         
8920         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
8921         to the created button widget. Set GTK_CAN_DEFAULT on the button.
8922         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
8923         between buttons, put less padding around the action area.
8924         (gtk_dialog_run): Exit on unmap rather than on destroy. 
8925         This will also exit the loop if the widget is hidden.
8926         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
8927         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
8928         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
8929         special-case delete event.
8930
8931         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
8932         formatting
8933         
8934 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
8935
8936         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
8937         button to temporarily disable position recording in the
8938         "saved position" test.
8939
8940 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
8941
8942         * gtk/gtkthemes.c: added compat code that temporarily implements
8943         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
8944         going to be revamped by owen's upcoming GtkModule patches, but
8945         untill then people want gtk to build, right? ;)
8946
8947 2000-11-04  Havoc Pennington  <hp@pobox.com>
8948
8949         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
8950         list
8951
8952         * docs/Changes-2.0.txt: Add note about
8953         gtk_container_get_toplevels()
8954
8955         * gtk/gtktextview.h: formatting
8956         
8957         * gtk/gtktextview.c: don't start descriptions with "Returns",
8958         confuses gtk-doc
8959
8960 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
8961
8962         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
8963         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
8964
8965 2000-11-03  Havoc Pennington  <hp@redhat.com>
8966
8967         * gtk/gtktexttagtable.c: Docs
8968         (gtk_text_tag_table_size): return a signed int
8969
8970         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
8971         (gtk_text_tag_event): make the event_object a GObject
8972
8973         * gtk/gtktextview.c: Write API docs for all functions.
8974
8975         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
8976         for gtk_text_view_get_window_type() called on one of the private
8977         windows.
8978
8979         * gtk/gtktextview.c: Instead of accessing text_view->buffer
8980         directly, call get_buffer() which demand-creates a default
8981         buffer. So gtk_text_view_new() can be used to create a view with a
8982         default buffer in it, if you just want an empty text box users can
8983         put data in. Useful for GUI builders also.
8984
8985 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
8986
8987         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
8988         the charset encodign portion MUST be in lowercase.
8989         * gtk/gtkrc.az: added file for Azeri language
8990
8991 2000-11-03  Havoc Pennington  <hp@redhat.com>
8992
8993         Get widgets working on the btree/buffer side. Display of them 
8994         still doesn't work.
8995         
8996         * gtk/gtktextview.c: start implementing child widget stuff
8997
8998         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
8999
9000         * gtk/gtktextlayout.c: handle embedded widgets
9001
9002         * gtk/gtktextdisplay.c: handle embedded widgets
9003
9004         * gtk/gtktextchild.c: Implement all the child anchor goo
9005
9006         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
9007         function
9008
9009         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
9010         (insert_pixbuf_or_widget_segment): abstract out common portions of 
9011         creating a child anchor or a pixbuf segment.
9012         (gtk_text_btree_create_child_anchor): new function
9013         (gtk_text_btree_unregister_child_anchor): new function
9014
9015         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
9016         allocate_child signal on GtkTextLayout
9017
9018         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
9019         values
9020         (gtk_text_iter_get_child_anchor): new function
9021
9022         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
9023         default handler for the changed signal, which calls
9024         gtk_text_buffer_set_modified(), instead of just always emitting
9025         changed then calling set_modified() manually. I guess this is
9026         maybe more flexible. It seems logical.
9027
9028 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
9029
9030         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
9031         now.
9032
9033         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
9034
9035 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
9036
9037         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
9038         been marked static.
9039
9040 2000-11-02  Havoc Pennington  <hp@redhat.com>
9041
9042         * gtk/testgtk.c (create_labels): had a test backward
9043
9044         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
9045         fields, so the dest GC ends up with the correct clip origin, 
9046         etc. Fixes a bug where colored labels didn't redraw 
9047         properly.
9048
9049 2000-11-02  Alexander Larsson  <alexl@redhat.com>
9050
9051         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
9052         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
9053         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
9054         Add last argument to t_type_register_static call.
9055         
9056         * gdk/linux-fb/gdkdrawable-fb2.c:
9057         Add last argument to t_type_register_static call.
9058         export the get_image drawable virtual function.
9059
9060         * gdk/linux-fb/gdkimage-fb.c:
9061         Add last argument to t_type_register_static call.
9062         rename gtk_image_get to _gdk_fb_get_image and
9063         export it for use by gdkdrawable-fb2.
9064
9065         * gdk/linux-fb/gdkprivate-fb.h:
9066         export _gdk_fb_get_image.
9067
9068         * gdk/linux-fb/gdkselection-fb.c:
9069         Add new api call stubs.
9070
9071         * gtk/Makefile.am:
9072         Missing ( in linux-fb part.
9073
9074         * modules/linux-fb/Makefile.am:
9075         Must link with gdk_pixbuf or get unresolved symbol.
9076
9077 2000-11-01  Havoc Pennington  <hp@pobox.com>
9078
9079         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
9080         GTK_TYPE_TEXT_ITER and BOXED marshallers
9081
9082         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
9083
9084         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
9085         
9086         * gtk/gtk-boxed.defs: add GtkTextIter
9087
9088         * gtk/gtkmarshal.list: Add marshallers for text widget that 
9089         properly use OBJECT and BOXED
9090
9091 2000-11-01  Havoc Pennington  <hp@redhat.com>
9092
9093         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
9094
9095         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
9096         before returning it. 
9097         
9098 2000-11-01  Havoc Pennington  <hp@redhat.com>
9099
9100         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
9101         Clip the rectangle to be rendered to the drawable, since
9102         get_from_drawable() requires a region within the drawable
9103
9104 2000-11-01  Havoc Pennington  <hp@redhat.com>
9105
9106         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
9107         from coordinates.
9108
9109 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
9110
9111         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
9112         it isn't NULL.
9113
9114 2000-11-01  Havoc Pennington  <hp@pobox.com>
9115
9116         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
9117         on a label
9118         (gtk_label_finalize): unref the attr list if any.
9119
9120         * gtk/testgtk.c (create_get_image): close test on second click
9121         (make_message_dialog): close dialog if it exists
9122
9123         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
9124
9125         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
9126         gdk-pixbuf
9127
9128         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
9129         from Pango markup format
9130         (gtk_label_set_markup_with_accel): ditto but with accelerator
9131         parsing
9132
9133         * gtk/gtkimage.c (gtk_image_expose): reformatting.
9134
9135         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
9136         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
9137         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
9138         call gdk_window_get_origin().
9139
9140         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
9141         implement GDK_PIXBUF_ALPHA_FULL
9142         
9143 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
9144
9145         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
9146         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
9147         g_signal_handlers_disconnect_matched to block/unblock and disconnect
9148         multiple handlers respectively, instead of only treating the
9149         first handler found (bug reported by owen).
9150
9151 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
9152
9153         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
9154
9155         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
9156
9157         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
9158         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
9159         gtk/gtktreeviewcolumn.h: Fixed inline docs.
9160
9161         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
9162         widget.  Needs writing someday.
9163
9164         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
9165         the docs.
9166
9167 2000-10-30  Havoc Pennington  <hp@redhat.com>
9168
9169         * gtk/gtktextview.h, gtk/gtktextview.c:
9170         Rename delete_at_cursor delete_from_cursor, and 
9171         move to move_cursor.
9172
9173 2000-10-30  Havoc Pennington  <hp@redhat.com>
9174
9175         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
9176         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
9177         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
9178         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
9179         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
9180         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
9181         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
9182         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
9183         gtktexttypes.h, gtktextview.c, gtktextview.h:
9184
9185         Massive reindentation and reformatting. Arg alignment and comments
9186         still need fixing in various places.
9187
9188 2000-10-30  Havoc Pennington  <hp@redhat.com>
9189
9190         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
9191         to be named insert_at_cursor and delete_at_cursor so C++ can
9192         handle them.
9193
9194 2000-10-28  Tor Lillqvist  <tml@iki.fi>
9195
9196         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
9197         to get a double directory separator in case the home directory
9198         ends with one. This would cause trouble especially on Windows,
9199         where the path will be confused with the syntax for an an UNC
9200         (network share) path \\server\share\path.
9201         (gtk_rc_add_initial_default_files): Ditto.
9202
9203 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
9204
9205         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
9206
9207         * gtk/gtktextview.c: Use correct marshallers.
9208
9209 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
9210
9211         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
9212         use new iter stuff, and added all the appropriate signals et al.
9213
9214         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
9215         code is internal to gtk only.
9216
9217 2000-10-28  Tor Lillqvist  <tml@iki.fi>
9218
9219         * gtk/gtk.def
9220         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
9221         glib-genmarshal etc.
9222
9223 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
9224
9225         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
9226         parallel builds.
9227
9228 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
9229
9230         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
9231
9232 2000-10-27  Robert Brady  <robert@suse.co.uk>
9233
9234         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
9235         en_GB (British), ia (Interlingua).
9236
9237 2000-10-26  Havoc Pennington  <hp@redhat.com>
9238
9239         * gtk/gtktextiter.c (my_strrstr): fix constness warning
9240
9241         Fixed output of:
9242         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
9243         
9244         * gtk/gtktextsegment.c (char_segment_new): rename
9245         (_char_segment_new_from_two_strings): rename
9246         (_toggle_segment_new): rename
9247         
9248         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
9249         (make_clipboard_widget): make it static
9250         (text_get_func): static
9251         (text_clear_func): static
9252
9253         * gtk/gtkcolorsel.c (adjustment_changed): make this function
9254         static
9255         (hex_changed): make it static
9256         (hsv_changed): make it static
9257         (opacity_entry_changed): make it static
9258
9259         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
9260         (toggle_segment_check_func): rename with _gtk
9261
9262         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
9263         (_widget_segment_new): rename
9264         (_widget_segment_add): rename
9265         (_widget_segment_remove): rename
9266         (_widget_segment_ref): rename
9267         (_widget_segment_unref): rename
9268
9269         * gtk/gtktextmark.c (_mark_segment_new): Rename
9270         _gtk_mark_segment_new   
9271
9272 2000-10-26  Havoc Pennington  <hp@redhat.com>
9273
9274         * gtk/gtkmarshal.list: add new marshallers used by the text widget
9275         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
9276         types
9277
9278         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
9279         marshaller types
9280
9281         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
9282         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
9283         license on these files.
9284
9285         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
9286         work.
9287
9288         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
9289         runtime random number different for each tree, instead of 
9290         a constant I made up.
9291
9292 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
9293
9294         * gtk/Makefile.am: buncha cleanups, kludged build sources
9295         dependencies with a Makefile: oldest-source-stamp dependancy
9296         for the moment. automake is really fighting us here, with
9297         intentionally not allowing user-defined rules or dependancies
9298         prior to it's -include $(DEP_FILES) statement. sucks rocks!
9299
9300         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
9301         to public headers. tehy have a comment stating that they are
9302         "semi-public" aren't included by gtk.h and if enums popup there,
9303         they can be /*< skip >*/-ed.
9304
9305         * gtk/gtktextlayout.h: 
9306         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
9307         added LGPL... <SIGH>
9308
9309 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
9310
9311         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
9312         GtkTreeIter.  Added iterators everywhere.
9313
9314         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
9315
9316         * gtk/gtktreeviewselection.c: Changed to use the iterators.
9317
9318         * gtk/gtktreestore.c: Changed to use the iterators.
9319
9320         * gtk/gtkliststore.c: Commented out the code.  Will convert to
9321         iterators tomorrow.
9322
9323         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
9324         iterators tomorrow.
9325
9326         * gtk/treestoretest.c: Changed to use iterators.
9327
9328         * demos/testgtk/main.c: Moved to use the new iterator system.
9329
9330 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
9331
9332         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
9333         localization misbehaviour.
9334
9335         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
9336         a useless type without copy/free.
9337
9338         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
9339         of GTK_TYPE_CTREE_NODE.
9340
9341 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
9342
9343         * gtk/gtksignal.c:
9344         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
9345         applicable.
9346
9347         * gtk/gtk-boxed.defs (GtkSelectionData): specify
9348         gtk_selection_data_copy and gtk_selection_data_free
9349         do GtkSelectionData work as params in signals.
9350
9351 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
9352
9353         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
9354         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
9355         couldn't they at least give it a non-standard name?
9356         
9357         * gtk/gtktextlayout.c: arg! yet another implementation of
9358         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
9359
9360         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
9361         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
9362         home. now i know this _is_ a conspiracy.
9363
9364         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
9365         ::state-changed.
9366
9367         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
9368         (gtk_accel_group_create_add): marshaller signature fixups.
9369
9370         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
9371         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
9372
9373         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
9374         anymore.
9375
9376 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
9377
9378         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
9379         due to the signal system changes, it wouldn't build currently. to
9380         be fixed soon.
9381
9382         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
9383
9384         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
9385         so it needs gtk_marshal_VOID__ENUM() instead of
9386         gtk_marshal_NONE__UINT().
9387
9388         * gdk/gdk*.c: adapted type registration functions.
9389
9390         * gtk/gtkbindings.c:
9391         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
9392         gone.
9393
9394         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
9395
9396         * gtk/gtkobject.c:
9397         (gtk_object_destroy):
9398         (gtk_object_shutdown): fixed recursion guards. basically we have to
9399         catch the case where any of GObject.shutdown() or gtk_object_destroy()
9400         is called during ::destroy, and avoid recursion there.
9401
9402         * gtk/gtktypeutils.c:
9403         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
9404         boxed_copy/boxed_free. this needs a more general solution based on a
9405         publically installed code-generator utility.
9406
9407         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
9408         glib's gobject has support for that now.
9409         define GtkSignalMarshaller in terms of GSignalCMarshaller.
9410
9411 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
9412
9413         * gtk/gtksignal.[hc]:
9414         * gtk/gtkmarshal.[hc]:
9415         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
9416         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
9417         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
9418         care of that.
9419
9420         * *.c: marshaller name fixups.
9421
9422         * gtk/gtkmarshal.list: added a comment briefing the format.
9423
9424 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
9425
9426         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
9427         compatibility macros here now. more specifically, most of
9428         the API is preserved (yes, _most_, nonwithstanding the
9429         following exceptions listed, the API is stil lHUGE ;)
9430         things that got removed completely:
9431         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
9432         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
9433         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
9434         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
9435         gtk_signal_remove_emission_hook().
9436         non-functional functions variants:
9437         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
9438         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
9439         not supported anymore.
9440         (gtk_signal_compat_matched): new internal function to aid
9441         implementation of the compatibility macros, it  provides
9442         functionality to block/unblock/disconnect handlers based
9443         on func/data.
9444
9445         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
9446
9447         * *.c: adaptions to new type registration API signatures.
9448
9449 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
9450
9451         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
9452
9453 2000-10-25  Robert Brady  <robert@suse.co.uk>
9454
9455         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
9456         gdk_property_delete): If window == NULL, assume the root window.
9457         (restoring the behaviour that was in 1.2).
9458         
9459         * gtk/testtext.c (save_buffer): Allow creation of new files when
9460         saving.
9461
9462         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
9463         calls to read().
9464
9465 2000-10-25  Tor Lillqvist  <tml@iki.fi>
9466
9467         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
9468
9469         * gdk/win32/gdkdrawable-win32.c
9470         * gdk/win32/gdkimage-win32.c
9471         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
9472         X11 backend.
9473
9474         * gdk/win32/gdkcc-win32.c
9475         * gdk/win32/gdkcolor-win32.c
9476         * gdk/win32/gdkfont-win32.c
9477         * gdk/win32/gdkinput-win32.c
9478         * gdk/win32/gdkmain-win32.c
9479         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
9480
9481 2000-10-24  Havoc Pennington  <hp@redhat.com>
9482
9483         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
9484         it a static function
9485
9486         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
9487         redraw text when a tag is applied to it.
9488
9489         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
9490         (gtk_text_tag_affects_nonsize_appearance): private functions to
9491         see if a tag requires various kinds of redraw/layout to be queued
9492         up.
9493
9494         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
9495
9496         * gtk/testtext.c (fill_example_buffer): Put the cursor 
9497         at the start of the buffer, so search works by default
9498
9499         * gtk/gtktextiter.c (lines_match): init match_start always
9500
9501         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
9502         function, get iter at a line + a byte index
9503
9504         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
9505         to set byte position within a line
9506         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
9507
9508 2000-10-23  Havoc Pennington  <hp@redhat.com>
9509
9510         * gtk/testtext.c: Re-enable the "find" dialog
9511
9512         * gtk/testgtk.c: Add test for gdk_drawable_get_image
9513         
9514         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
9515         the arguments to gdk_draw_drawable were in the wrong order
9516         (gdk_window_paint_init_bg): This function was ignoring the
9517         init_region, instead of clipping to it, so the entire backing
9518         pixmap was cleared on every begin_paint()
9519         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
9520         was in here again, the loop kept using the same GtkWindowPaint
9521         over and over.
9522         (gdk_window_begin_paint_region): Fix a bug where we had two
9523         x_offset instead of x_offset and y_offset
9524
9525         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
9526         before we get the image.
9527         (gdk_draw_drawable): get the composite before we draw the drawable.
9528         (gdk_drawable_real_get_composite_drawable): default
9529         get_composite_drawable implementation that returns the drawable 
9530         itself
9531
9532         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
9533         get_composite_drawable virtual function
9534
9535         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
9536         list-walking bug
9537
9538         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
9539         make this work if the source drawable is a GdkDrawableImplX11
9540         instead of a public drawable type. This is really broken; the
9541         problem is that GdkDrawable needs a virtual method get_xid(), but
9542         of course that doesn't work in practice. Enter RTTI.
9543
9544         Also, improve mismatched depth message.
9545
9546         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
9547         GdkPixmap
9548
9549         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
9550         install _gdk_x11_get_image as our implementation of get_image
9551         
9552         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
9553         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
9554
9555         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
9556         gdk_drawable_get_image
9557
9558         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
9559
9560         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
9561         get_image
9562
9563         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
9564         trailing semicolon after for loop
9565
9566 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
9567
9568         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
9569         where font_desc for widget's context lagged widget's font_desc by
9570         one step.
9571
9572 2000-10-22  Tor Lillqvist  <tml@iki.fi>
9573
9574         * gdk/win32/gdkgc-win32.c
9575         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
9576
9577         * gtk/makefile.mingw.in
9578         * gtk/gtk.def: Updates.
9579
9580         * gtk/testgtk.c: sleep() is called _sleep in MS's C
9581         library.
9582
9583         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
9584
9585         * gtk/makefile.msc: Remove
9586
9587         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
9588
9589         * gtk/Makefile.am: Add it.
9590
9591         * configure.in: Generate it.
9592
9593         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
9594         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
9595         something even if not implemented, to satisfy picky MSVC.
9596
9597         Patches by Hans Breuer:
9598         
9599         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
9600         SetBkMode() and SetTextAlign() before calling
9601         pango_win32_render().
9602
9603         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
9604         Set hcliprgn to NULL after destroying it.
9605         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
9606
9607         * gdk/win32/gdkgeometry-win32.c
9608         (_gdk_windowing_window_queue_antiexpose): More effective
9609         implementation.
9610
9611         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
9612         depth as default, not the visual's.
9613
9614         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
9615         against empty title.
9616
9617         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
9618         IMAGE_PRIVATE_DATA.
9619
9620         * gdk/win32/gdkimage-win32.c: Use it.
9621
9622 2000-10-22  Robert Brady  <robert@suse.co.uk>
9623
9624         * configure.in: Check for bind_textdomain_codeset
9625
9626         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
9627         present, make use of it.
9628
9629         Add a translatable string "default:LTR" which, if translated
9630         to "default:RTL", will cause the default direction to be
9631         Right-to-Left.
9632
9633         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
9634         direction if marked as flippable.
9635
9636         * gtk/gtkhscale.c: Mark widget as flippable.
9637         
9638 2000-10-04  Havoc Pennington  <hp@redhat.com>
9639
9640         * gtk/testgtk.c (create_buttons): create some stock buttons
9641         with the default accel group
9642         (create_image): test some new GtkImage features
9643         (make_message_dialog): test GtkMessageDialog
9644         (create_modal_window): fix someone's bizzarro indentation
9645
9646         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
9647         GTK_WIN_POS_CENTER_ON_PARENT. 
9648         Add "destroy with parent" setting, which means the window goes
9649         away with its transient parent.
9650         (gtk_window_get_default_accel_group): get the default accel group
9651         for the window.
9652         (gtk_window_set_destroy_with_parent): set/unset destroy with
9653         parent flag
9654         (gtk_window_read_rcfiles): invalidate icon set caches
9655         after reloading rcfiles 
9656
9657         * gtk/gtkenums.h (GtkWindowPosition): add
9658         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
9659         on its parent window when the dialog is mapped for the first time.
9660
9661         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
9662         a simple message dialog class
9663         
9664         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
9665         handler to emit response signal, and maybe later it would
9666         honor a hide_on_delete flag - though that isn't there yet.
9667         Set border width on the vbox to 2, so we get some padding.      
9668         Use a button box for the action area.
9669         (gtk_dialog_key_press): synthesize a delete event if Esc
9670         is pressed and the GtkWidget key press handler didn't 
9671         handle the escape key.
9672         (gtk_dialog_new_with_buttons): new function creates a dialog
9673         with some default buttons in it.
9674         (gtk_dialog_add_action_widget): add an activatable widget
9675         as a button in the dialog - you can also add a non-activatable
9676         widget by accessing the action area directly.
9677         (gtk_dialog_add_button): add a simple button - stock ID or 
9678         label - to the action area
9679         (gtk_dialog_response): emit response signal
9680         (gtk_dialog_run): block waiting for the dialog, return 
9681         the response. Override normal delete_event behavior, so that 
9682         delete_event does nothing inside gtk_dialog_run().
9683
9684         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
9685         emitted when an action widget is clicked or the dialog gets
9686         delete_event
9687
9688         * gtk/gtk.h: add gtkmessagedialog.h
9689
9690         * gtk/Makefile.am: add gtkmessagedialog.[hc]
9691
9692 2000-10-18  Havoc Pennington  <hp@redhat.com>
9693
9694         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
9695         where any number of empty lines would get skipped
9696
9697         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
9698         edge.
9699
9700         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
9701         warning about invalid iterators (explain more thoroughly)
9702         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
9703
9704         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
9705         big
9706
9707         * demos/*.c: Add error handling
9708
9709         * gtk/gtktextbuffer.c: don't modify const iterators
9710
9711         * gtk/gdk-pixbuf-loader.c: Add full error handling here
9712
9713         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
9714         on file load
9715
9716         * gtk/gtkiconfactory.c: Update to reflect addition of error
9717         handling to gdk-pixbuf loaders
9718
9719 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
9720
9721         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
9722         move to new modularized testgtk.
9723
9724 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
9725
9726         * gtk/gtktreeview.c: Draw the arrows correctly.
9727
9728         * gtk/gtktreemodel.c: Added user docs.
9729
9730         * gtk/gtk.h: remove gtktreedatalist.h.
9731
9732         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
9733         parent when generating my type.
9734
9735         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
9736         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
9737
9738 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9739
9740         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
9741         GtkTreeModel from object to interface.
9742
9743 2000-10-16  Havoc Pennington  <hp@redhat.com>
9744
9745         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
9746         compilation
9747
9748 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9749
9750         * gtk/gtktreeselection.c: Add API documentation to all public
9751         functions.
9752
9753         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
9754         functions.
9755
9756 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
9757
9758         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
9759         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
9760         docs to all public functions.
9761
9762         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
9763         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
9764         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
9765         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
9766         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
9767         issue.
9768
9769 2000-10-14  Robert Brady  <robert@suse.co.uk>
9770
9771         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
9772
9773 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
9774
9775         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
9776         values other then G_TYPE_STRING.
9777         * gtk/gtktreeselection.c: Minor commenting updates.
9778         * gtk/gtktreeview.c: Format updates.
9779
9780 2000-10-09  Tor Lillqvist  <tml@iki.fi>
9781
9782         * README.win32: Update.
9783
9784         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
9785         lines that had been deleted by mistake (?).
9786
9787         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
9788         also the case fg==white and bg==black (but still not randomly
9789         coloured cursors). Thanks to Wolfgang Sourdeau.
9790
9791         * gdk/win32/*.c: Silence gcc -Wall.
9792
9793         * gtk/gtk.def: Add missing entry points.
9794
9795         Fixes by Hans Breuer:
9796
9797         * gdk/makefile.msc
9798         * gdk/win32/makefile.msc: Update.
9799
9800         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
9801         some MSVC thing, presumably), cause breakpoint on failures. Add
9802         GDK_NOR case. Call g_log_set_always_fatal.
9803
9804         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
9805         should be pased by reference.
9806         
9807         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
9808         
9809         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
9810
9811         * gdk/win32/gdkevents-win32.c
9812         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
9813
9814         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
9815         implementation object.
9816
9817         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
9818         not just windows.
9819         
9820         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
9821         Use the wrapper object.
9822         
9823 2000-10-06  Havoc Pennington  <hp@redhat.com>
9824
9825         * Makefile.am (SRC_SUBDIRS): contrib subdir
9826
9827         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
9828         so it can be used in Xlib version
9829
9830         * demos/testpixbuf.c (update_timeout): error checking from 1.0
9831         tree
9832
9833         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
9834         change from 1.0 tree that returns first frame of animation
9835         if the loaded file is an animation.
9836
9837         * contrib: add new directory to hold stuff that comes with GTK+
9838         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
9839         
9840         * configure.in: add contrib/*
9841
9842 2000-10-05  Havoc Pennington  <hp@redhat.com>
9843
9844         * demos/testpixbuf-save.c: add pixbuf save test
9845
9846         * demos/Makefile.am: add testpixbuf-save.c
9847
9848 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
9849
9850         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
9851         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
9852         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
9853         * gtk/gtktreeselection.[ch]: Replaced
9854         "node_selected"/"node_unselected" signal with "selection_changed"
9855         signal.
9856
9857 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9858
9859         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
9860         tree widget.
9861
9862 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9863
9864         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
9865         drawing.
9866
9867 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
9868
9869         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
9870         Move list pointer forwards before removing item from
9871         list. (Crash reported by Salmaso Raffaele)
9872
9873         * gdk/gdkwindow.h: Remove spurious trailing ,
9874
9875         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
9876         dependencies on uninstalled libraries, sorry folks.
9877
9878 2000-10-04  Havoc Pennington  <hp@redhat.com>
9879
9880         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
9881         gtk/gtkiconfactory.c: Fix copyrights    
9882
9883         * demos/testpixbuf.c: add inline pixbuf test
9884         
9885 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
9886
9887         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
9888         Add gdk_window_iconify.
9889
9890         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
9891         (gdk_window_set_geometry_hints): Add win_gravity
9892         to geometry structure.
9893
9894         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9895         Implement _NET_WM_PING.
9896
9897         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
9898         Set _NET_WM_PID on the client leader.
9899
9900         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
9901         Handle UTF-8 better.
9902
9903         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
9904         UTF-8 better, set _NET_WM_NAME as well. Only set
9905         icon name if it hasn't previously been explicitely 
9906         set.
9907
9908 2000-10-03  Havoc Pennington  <hp@redhat.com>
9909
9910         * gtk/testtextbuffer.c: clean up trailing whitespace,
9911         add extensive tests for tag toggle iteration.
9912         
9913         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
9914         distance
9915
9916         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
9917         optimize case where the tag root is on level 1
9918         (gtk_text_line_previous_could_contain_tag): attempt to implement
9919         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
9920         functionality
9921
9922         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
9923         Implement this, though not very efficiently.
9924
9925         * gtk/gtktextiterprivate.h: reformat
9926
9927         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
9928         iterator
9929
9930         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
9931         this to properly revalidate the iterators.
9932
9933         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
9934         properly at the end of the line (and therefore on empty lines)
9935
9936         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
9937         maybe we should return a value...
9938
9939 2000-10-03  Tor Lillqvist  <tml@iki.fi>
9940
9941         * config.h.win32: Guard definition of alloca(). glib.h now handles
9942         that.
9943
9944         * gdk/gdk.def
9945         * gtk/gtk.def: Add new entry points.
9946
9947         Changes just to make GTK+ build without errors on Win32. No hope
9948         of it working in its current state, though...:
9949         
9950         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
9951         some functions from the X11 backend, just to make GTK+ build.
9952
9953         * gdk/makefile.mingw.in
9954         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
9955         number. Add new object files.
9956
9957         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
9958         GetMessageTime to get timestamp (where on X11 uses
9959         gdk_x11_get_server_time()).
9960
9961 2000-10-02  Havoc Pennington  <hp@pobox.com>
9962
9963         * gtk/gtktextview.c: text_window_* weren't static and should have
9964         been.
9965         Start work on child widgets; not yet complete, syncing to 
9966         office computer.
9967
9968         * gtk/gtktextchild.h: change this to contain a public interface,
9969         starting work on child interfaces.
9970         * gtk/gtktextchildprivate.h: move private interfaces here
9971
9972         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
9973
9974         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
9975         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
9976         gtk/gtktextmark.c: copyright notices
9977
9978         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
9979         internal functions      
9980
9981         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
9982         internal function
9983
9984         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
9985         Reformatting    
9986
9987 2000-09-30  Havoc Pennington  <hp@pobox.com>
9988
9989         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
9990         NULL start/end pointers
9991
9992         * gtk/gtktextbuffer.c: Write some docs
9993         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
9994         NULL, so you can just check whether there's a selection.        
9995
9996         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
9997         cleanup_line or segments_changed ourselves, it gets done 
9998         in unlink_segment
9999
10000         * gtk/gtktextmark.h:
10001         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
10002         
10003         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
10004
10005         * gtk/gtktextmark.c: delete some more old Tk cruft
10006
10007         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
10008         mark before removing it, so we can emit MARK_DELETED with a valid
10009         pointer.
10010         (gtk_text_buffer_mark_set): hold ref across signal emission
10011
10012         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
10013         whining about attempts to delete special marks
10014
10015         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
10016         underscore, since it's internal.
10017
10018         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
10019         now implemented in terms of iterators in gtktextiter.h
10020
10021         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
10022         New function, destructively sets contents of buffer. Also 
10023         a convenient way to clear the buffer by setting text to ""
10024
10025         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
10026         multiline string literal
10027
10028         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
10029         text changes.
10030
10031         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
10032         is not dereferenceable
10033         (gtk_text_iter_forward_lines): fix return value
10034
10035 2000-09-29  Havoc Pennington  <hp@redhat.com>
10036
10037         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
10038
10039         * gtk/gtktextview.c: Implement drag thresholding; change functions 
10040         that set border window size to have nicer name
10041         (gtk_text_view_mark_set_handler):  Fix this to have the 
10042         right signature.
10043
10044         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
10045
10046         * gtk/testtext.c: Update with API changes, put line numbers on 
10047         both sides.
10048         
10049         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
10050         with this
10051
10052         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
10053         pixbuf; delete a big block of #if 0 Tk code
10054
10055         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
10056         insert_pixmap with insert_pixbuf
10057
10058 2000-09-29  Martin Baulig  <baulig@suse.de>
10059
10060         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
10061         confusion with the GdkPixbuf of the GNOME 1.x platform.
10062
10063 2000-09-29  Havoc Pennington  <hp@pobox.com>
10064
10065         * gtk/gtktextview.c: Implement the side windows.
10066
10067         * gtk/testtext.c: Implement simple line numbering in the 
10068         left side window; seems to make scrolling sloooow. Oops.
10069         Also, cursor blink is for some reason causing redraws
10070         of the line numbers. Should investigate...
10071
10072 2000-09-28  Havoc Pennington  <hp@redhat.com>
10073
10074         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
10075         scrolling child windows, and draw focus rectangle properly.
10076         
10077         (gtk_text_view_buffer_to_window_coords):
10078         Coordinate transformation to deal with all these freaking windows
10079         and offsets
10080         (gtk_text_view_window_to_buffer_coords): transform the other way
10081
10082         * gtk/testtext.c (create_buffer): Update to match Pango API change
10083
10084         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
10085         anonymous tags
10086         (foreach_unref): don't emit remove signal from finalize, just
10087         set tag's parent to NULL
10088
10089 2000-09-26  Havoc Pennington  <hp@redhat.com>
10090
10091         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
10092         Fix some warnings       
10093
10094 2000-09-26  Havoc Pennington  <hp@redhat.com>
10095
10096         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
10097         headers into the private header list
10098
10099         * Makefile.am (pkgconfig_DATA): install pkg-config files
10100
10101         * configure.in: add pkg-config files
10102
10103         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
10104
10105         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
10106         outstanding icon caches on theme change.
10107
10108         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
10109         important types:
10110
10111         (GtkIconSource): Specification for creating a pixbuf 
10112         appropriate for a direction/state/size triplet from 
10113         a source pixbuf or filename
10114
10115         (GtkIconSet): List of GtkIconSource objects that are used to
10116         create the "same" icon (e.g. an OK button icon), and cache for
10117         rendered icons
10118
10119         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
10120         up the icon set for a given stock ID.  GTK maintains a stack of
10121         GtkIconFactory to search, and applications or libraries can add
10122         additional icon factories on top of the stack
10123         
10124         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
10125         the set of GtkIconSource specified for a given stock ID into 
10126         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
10127         RcStyle, under the specified stock ID.
10128
10129         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
10130         render_icon used to derive a GdkPixbuf from a GtkIconSource.
10131         This allows people to theme how prelight, insensitive, etc. are
10132         done.
10133
10134         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
10135         icon factories for a style, and return the resulting 
10136         icon set if any.
10137
10138         (gtk_style_render_icon): Render an icon using the render_icon 
10139         method in the GtkStyleClass.
10140
10141         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
10142         Use the style for a given widget to look up a stock ID, get the
10143         icon set, and render an icon using the render_icon method 
10144         of the style
10145
10146         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
10147         (contains information about a stock item), the built-in stock item
10148         IDs, and functions to add/lookup stock items.
10149
10150         * gtk/stock-icons/*: Stock icons that come with GTK
10151
10152         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
10153         a button based on a GtkStockItem
10154         (gtk_button_new_accel): Takes a uline string and accel group, and
10155         installs the accelerator.
10156
10157         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
10158         image-display widget.
10159
10160 2000-09-25  Havoc Pennington  <hp@redhat.com>
10161
10162         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
10163
10164         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
10165         Fix a bug when removing node data, we didn't properly 
10166         re-splice the linked list after removing the data.
10167
10168         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
10169         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
10170
10171         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
10172
10173         * gtk/gtktextlayout.c (set_para_values): Set tab array 
10174         for the layout from the GtkTextTag.
10175
10176         * gtk/gtktexttypes.h: delete tab and search cruft, 
10177         remove g_convert() in favor of GLib version
10178
10179         * gtk/gtktexttypes.c: remove tab implementation from here,
10180         move to Pango
10181
10182         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
10183         tab stuff using new PangoTabArray from Pango
10184
10185         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
10186         unused border_width stuff
10187
10188 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
10189
10190         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
10191         glib) and now useless utf_to_latin1() latin1_to_utf()
10192
10193         * gtk/gtktextview.[ch]: Change ::move_insert and
10194         ::delete_text action signals to ::move and ::delete;
10195         create the signals with the right enumeration type,
10196         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
10197         C-v bindings, change Home, End to move to beginning/end
10198         of line, Add C-Home C-End to move to beginning/end
10199         of buffer. Change ::cut_text to ::cut_clipboard, etc;
10200         combine ::scroll_text into ::move; use new GtkSelectionData
10201         functions to simplify DND text handling.
10202         
10203         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
10204         deletion enumerations here, rename enumeration values to 
10205         be consistently plural.
10206
10207         * gtk/gtktextbuffer.c: Use new clipboard interfaces
10208         for cut/copy/paste and primary selection.
10209
10210         * gtk/gtktextbuffer.[ch]: Remove excess time and
10211         'interactive' arguments from cut/copy/paste;
10212         rename cut to cut_clipboard, etc; remove
10213         gtk_text_buffer_get_clipboard_contents().
10214
10215         * gtk/gtktextlayout.[ch]: Add 
10216         gtk_text_layout_move_iter_to_line_end() to move the iter to 
10217         line ends.
10218
10219         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
10220         Functions to set or get a UTF-8 string on the selection
10221         data.
10222
10223         * gtk/gtkclipboard.[ch]: New, simplified selection handling
10224         interfaces.
10225
10226         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
10227         created widgets - one of these is useless if we don't.
10228
10229         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
10230         a public function clear all targets registered for the
10231         widget.
10232
10233         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
10234         Never call gtk_widget_realize() - that was just asking
10235         for bizarre side-effects.
10236
10237         * gtk/gtkselection.c (gtk_selection_owner_set): Call
10238         gdk_selection_owner_set even if the widget is the
10239         same so that we reliably update the timestamp on
10240         the server.
10241
10242         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
10243         gdk_x11_get_server_time() function.
10244         
10245         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
10246         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
10247         Add some tricky filtering on serial numbers for
10248         selection clear events to fix up long-standard
10249         race condition FIXME's in gtkselection.c.
10250
10251         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
10252         routines to convert from utf8 to compound text or
10253         STRING and from a text property to UTF-8.
10254
10255         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
10256         a convenience function gdk_get_current_event_time().
10257
10258         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
10259         and free selection_data->data properly
10260
10261 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
10262
10263         * gtk/gtkthemes.c: Remove some unecessary includes.
10264
10265 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
10266
10267         * gtk/gtktextdisplay.c
10268         * gtk/gtktextlayout.c
10269         * gtk/gtktexttag.c
10270         * gtk/gtktexttag.h
10271         * gtk/testtext.c: Change the overstrike property to strikethrough,
10272         to closer match pango.
10273
10274 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
10275
10276         * gtk/gtktextview.c: Fix up visibility so that focus,
10277         cursor_visible and blink interact properly.  Reenable cursor blink
10278         which had been roughly disabled. Make blink and focus
10279         properly per-view.
10280
10281         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
10282         Add a flag for whether to display insertion cursor and
10283         a function to set the flag.
10284
10285         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
10286         get_line_y() to get_line_yrange(), to be a bit more generally
10287         useful.
10288
10289 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
10290
10291         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
10292           do stop_navigating_submenu, to clear last timeout properly.
10293           Also in gtk_menu_motion_notify move ignore_enter above
10294           the conditional to make it always happen as suggested by Owen
10295
10296 2000-09-07  Tor Lillqvist  <tml@iki.fi>
10297
10298         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
10299
10300         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
10301         w32api headers.
10302
10303         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
10304         declarations.
10305
10306         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
10307         (gdk_win32_get_colormap): A line had been deleted by mistake.
10308
10309         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
10310         (gdk_event_translate): Handle more virtual keycodes to be able to
10311         generate GDK events for Control-comma, Control-period, etc.
10312
10313         * gtk/gtk.def: Add some missing entry points.
10314
10315 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
10316
10317         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
10318         Doc comment fixing. (Mostly non-matching parameter names.)
10319
10320         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
10321         comments a little to avoid looking like a doc comment.
10322
10323         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
10324         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
10325         conversions be changed to GError?)
10326
10327         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
10328         Move private #defines into .c file.
10329
10330         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
10331         order of argument addition, remove duplicates.
10332
10333         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
10334         parent class is FrameClass, not BinClass.
10335
10336         * gtk/gtk.h: Add gtkinvisible, which was missing.
10337         (It's occasionalyl useful for client apps, if seldom.)
10338
10339         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
10340         #define.
10341
10342 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
10343
10344         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
10345         coordinates when creating window, instead of GDK-space
10346         coordinates. (Avoid BadValue on too large windows.)
10347
10348 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10349
10350         * configure.in (use_mmx_asm): Remove conftest* after use along the
10351         lines of AC_TRY_COMPILE.        
10352         
10353         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
10354         of g_dirname, which is deprecated.
10355         (gtk_rc_parse_any): Removed calls to
10356         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
10357
10358         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
10359         Removed calls to g_hash_table_{freeze,thaw}, as they are
10360         deprecated now.
10361
10362         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
10363         instead of g_basename.
10364         
10365 2000-09-04 Elliot Lee <sopwith@redhat.com>
10366         
10367         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
10368         ANSI warning.
10369
10370 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
10371
10372         * gtk/gtkwidget.h:  Add some documenting comments about 
10373           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
10374           just as owen said on irc.
10375
10376         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
10377           set HAS_DEFAULT.  Only set it if there isn't another window
10378           holding it (a focus window which RECEIVES_DEFAULT) and only unset
10379           it if the widget is not the focused window with RECEIVES_DEFAULT.
10380           This fixes weird double default bugs in dialogs which has things
10381           call gtk_window_set_default at times.
10382
10383 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
10384
10385         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
10386         Nils Barth and David Santiago to improve submenu
10387         navigation. The patch does this by creating a triangular
10388         region from the point where the pointer leaves the
10389         menu to the submenu.  While the pointer is in
10390         that region and a timeout has not expired, events 
10391         that would cause the active submenu to change are
10392         ignored.
10393
10394 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
10395
10396         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
10397         moving a toplevel window immediately after sizing it would
10398         result in it being sized back to the old size since 
10399         impl->width, impl->height aren't updated until we hear
10400         back from the server. There is still a (longstanding) bug
10401         here that gdk_window_get_size() will give the wrong size
10402         until we do hear back.
10403
10404 2000-08-31  Havoc Pennington  <hp@redhat.com>
10405
10406         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
10407         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
10408         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
10409         Rename GtkTextStyleValues to GtkTextAttributes
10410
10411 2000-08-31  Havoc Pennington  <hp@pobox.com>
10412
10413         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
10414         for rapid testing whether an iterator is the end iterator
10415         (gtk_text_btree_new): init end line cache
10416         (gtk_text_line_is_last): use fast cached line to 
10417         see if we're the last line.
10418         (get_last_line): use cached line here too, should 
10419         speed up some random unrelated code.
10420         
10421 2000-08-30  Havoc Pennington  <hp@pobox.com>
10422
10423         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
10424         signals.
10425
10426         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
10427         delete_text signals. This allows the signals to be used for
10428         implementing undo.
10429
10430         * gtk/gtktextbuffer.c: Change signal handler signatures; 
10431         provide "interactive" argument when emitting insert_text or
10432         delete_text signal.
10433         
10434 2000-08-30  Havoc Pennington  <hp@pobox.com>
10435
10436         * gtk/gtktextbuffer.c: Docs
10437
10438 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
10439
10440         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
10441         from switch statements, since Tor removed the enumeration
10442         value.
10443         
10444         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
10445         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
10446
10447 2000-08-29 Elliot Lee <sopwith@redhat.com>
10448         * */*.h: Use G_GNUC_CONST.
10449
10450 2000-08-27  Havoc Pennington  <hp@pobox.com>
10451
10452         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
10453         minor indentation fixes, inserted some FIXME about stuff I
10454         realized was broken while documenting it.
10455         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
10456         GTK convention  
10457
10458 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
10459
10460         * gtk/testgtk.c (create_styles): Fix double free of
10461         font desc.
10462
10463 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
10464
10465         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
10466         
10467         * gtk/testgtk.c (create_styles): Add a test for modifying
10468         the style through gtk_widget_modify_*.
10469
10470         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
10471         a function to get the current modifier style.
10472
10473         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
10474         of the passed in GtkRcStyle instead of ref'ing it.
10475
10476         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
10477
10478 2000-08-20  Tor Lillqvist  <tml@iki.fi>
10479
10480         * gdk/gdkimage.h
10481         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
10482         shared memory image+pixmap GdkImage type, or
10483         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
10484         I am dropping that.
10485
10486         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
10487         actually call gtk_init_abi_check(), passing also
10488         sizeof(GtkWindow). Ditto for gtk_init_check(). 
10489
10490         * gtk/gtk.def
10491         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
10492         New functions, used to check that the GTK+-using code has been
10493         compiled using the correct compiler and switches. In particular,
10494         with gcc one has to use the -fnative-struct switch as GTK+ is
10495         compiled with that.
10496
10497 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
10498
10499         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
10500         ->prev fields when merging lists. (Found simultaneously
10501         by Pawel Salek and Jakub Jelinek)
10502
10503 2000-08-12  Tor Lillqvist  <tml@iki.fi>
10504
10505         * gdk/gdk.def
10506         * gtk/gtk.def: Add missing entries.
10507
10508         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
10509         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
10510
10511         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
10512         function. Dummy implementation at this point.
10513
10514         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
10515         rules. Undefine GTK_COMPILATION when compiling the test programs.
10516         
10517         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
10518
10519 2000-08-11  Tor Lillqvist  <tml@iki.fi>
10520
10521         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
10522         to convert back and forth from UTF-8 and the "system" (or "current
10523         locale") charset when necessary. Indentation/spacing cleanup.
10524
10525 2000-08-10  Havoc Pennington  <hp@redhat.com>
10526
10527         * Makefile.am (snapshot): Change the format of the snapshot
10528         version to match glib
10529
10530         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
10531         from EXTRA_DIST since it doesn't seem to exist
10532
10533 2000-08-10  Tor Lillqvist  <tml@iki.fi>
10534
10535         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
10536         version of the directory name (not the UTF-8 one) when building
10537         the path name to stat().
10538
10539 2000-08-03  Elliot Lee  <sopwith@redhat.com>
10540
10541         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
10542         PANGO_ATTR_SHAPE set.
10543
10544 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
10545
10546         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
10547         Peter Osterlund to simplify the code while keeping the
10548         functionality the same.
10549
10550 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
10551
10552         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
10553         is_viewable() test further inside the function, since removing the 
10554         window from the redraw list without clearing ->update_area
10555         was also very broken.
10556
10557 2000-08-02  Tor Lillqvist  <tml@iki.fi>
10558
10559         * configure.in: Check for <unistd.h>.
10560
10561 2000-08-01  Martin Baulig  <baulig@suse.de>
10562
10563         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
10564         to display the message that this is a development version of GTK+.
10565
10566 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
10567
10568         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
10569         was depending on widget->allocation instead of the width of text_area,
10570         which was incorrect for subclasses like GtkSpinButton.
10571
10572         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
10573         with width == 1 tests that should be width == -1.
10574
10575 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
10576
10577         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
10578         (broken, Elliot, every single window blank on X) custom code with call
10579         to gdk_window_is_viewable() which a) prevents code duplicate and
10580         b) works. 
10581
10582 2000-07-31  Elliot Lee  <sopwith@redhat.com>
10583
10584         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
10585         to get the GDK_PARENT_ROOT() macro to work.
10586         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
10587         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
10588         of, windows that aren't shown.
10589         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
10590         pointer grab stuff.
10591
10592 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
10593
10594         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
10595           s/gtk_main_iteration/g_main_iteration/
10596
10597           Did this already in change:
10598                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
10599           don't know how it got reverted.
10600
10601 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
10602
10603         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
10604         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
10605
10606         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
10607         not gdk_pixbuf.
10608
10609 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
10610
10611         * configure.in,po/{sp,sr}.po: Added Serbian files
10612
10613 2000-07-30  Tor Lillqvist  <tml@iki.fi>
10614
10615         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
10616
10617         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
10618         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
10619         GIOChannel implementation.
10620
10621         * gdk/win32/gdkinput.c
10622         * gdk/win32/gdkpango-win32.c: Update license name here, too.
10623
10624         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
10625         definition to match prototype.
10626
10627         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
10628
10629 2000-07-27  Elliot Lee  <sopwith@redhat.com>
10630
10631         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
10632         function, to allow handling image formats that cannot be detected
10633         by looking at content alone.
10634
10635 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
10636
10637         * docs/tutorial/*.gif *.jpg *.eps
10638           Update these to the same look-n-feel.
10639           Why does including images in DocBook suck so badly?
10640
10641 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
10642
10643         * gtk/gtktable.c: applied patch from Phil Thompson
10644         <phil@river-bank.demon.co.uk> that enables space settings for
10645         the last row/columns as well.
10646
10647 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
10648
10649         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
10650         updates the license headers to the GNU Lesser General Public License,
10651         as well as updating the copyright year to 2000.
10652
10653 2000-07-26  Robert Brady  <rwb197@zepler.org>
10654
10655         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
10656           and po/Makefile, was installing and looking for them under gtk20
10657           and gtk2 respectively.
10658
10659 2000-07-25  Havoc Pennington  <hp@redhat.com>
10660
10661         * gtk/testtext.c: Comment out some stuff that depends on the rest
10662         of my patches.
10663
10664 2000-07-25  Havoc Pennington  <hp@redhat.com>
10665
10666         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
10667         buffer
10668
10669 2000-07-25  Havoc Pennington  <hp@redhat.com>
10670
10671         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
10672         widget changes.
10673
10674         * gtk/gtktextview.h: To be consistent with usage of "line"
10675         throughout the API to mean "newline-terminated thingy", change
10676         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
10677         to MOVEMENT_LINE.
10678
10679         (GtkTextView): Add flags for default editability, and whether to
10680         show the cursor. Add functions to get/set that. Add 
10681
10682         (gtk_text_view_get_iter_location): new function
10683
10684         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
10685         gtktextlayout.h
10686         (g_convert): Add g_convert temporarily, will go in glib in a bit
10687         
10688         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
10689         GtkTextTagTableForeach instead of brokenly using GHFunc.
10690         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
10691
10692         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
10693         moved to public header.
10694
10695         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
10696         "invisible", since "elide" was a bad name.
10697         (gtk_text_tag_get_priority): Added
10698
10699         (GtkTextStyleValues): put this in public header, along with
10700         functions to use it.
10701
10702         * gtk/gtktextmarkprivate.h: Include more headers, since we no
10703         longer include gtktextbtree.h.
10704
10705         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
10706         gtk_text_mark_deleted
10707
10708         * gtk/gtktextlayout.h: Don't include the "really private" headers,
10709         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
10710         to make this possible. Now we only need to install
10711         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
10712         (However the Makefile.am isn't changed yet because of the
10713         logistics of merging gtk-hp-patches piecemeal)
10714
10715         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
10716         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
10717         gtk_text_iter_get_line is now used in the public API for a
10718         different purpose.
10719
10720         * gtk/gtktextiter.h: Clean up function names to be more
10721         consistent. Always call char offset "offset" and byte index
10722         "index". A "line" is always a line number. 
10723
10724         (gtk_text_iter_is_last): new function, more efficient than 
10725         the existing way to check
10726         (gtk_text_iter_is_first): new function, also more efficient
10727
10728         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
10729
10730         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
10731         gtk_text_iter_forward_char, etc.
10732
10733         (gtk_text_iter_forward_to_tag_toggle): Renamed from
10734         forward_find_tag_toggle, since this isn't a linear search
10735
10736         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
10737
10738         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
10739         New functions, search for a buffer substring.
10740
10741         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
10742         interactive and default editable (since we need to store that info
10743         until we receive the selection data).
10744
10745         Remove all the _at_char and at_line etc. versions of functions;
10746         only have iterator versions.
10747
10748         Add _interactive() versions of functions, that consider the
10749         editability of text. (FIXME add interactive flag to the 
10750         insert/delete signals per Darin's suggestion)
10751
10752         (gtk_text_buffer_get_tag_table): new function, demand-creates the
10753         tag table if necessary
10754
10755         Remove declaration of gtk_text_buffer_get_iter_from_string
10756
10757         (_gtk_text_buffer_get_btree): private/internal function, added.
10758         
10759
10760         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
10761         (gtk_text_line_is_last): new function
10762
10763 2000-07-25  Havoc Pennington  <hp@redhat.com>
10764
10765         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
10766         using GtkProgressBar. See Changes-2.0.txt for details.
10767
10768         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
10769         "pulse_step" which are the equivalent of
10770         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
10771         Implement new API.
10772         
10773         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
10774         (use_text_format) to mark whether text set on the progress bar is
10775         a format string. Deprecate entire GtkProgress interface.
10776
10777         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
10778         (gtk_progress_build_string): make this a no-op if use_text_format
10779         is FALSE
10780
10781         * docs/Changes-2.0.txt: Describe progress bar changes.
10782
10783 2000-07-25  Tor Lillqvist  <tml@iki.fi>
10784
10785         * Makefile.am: Include the build directory.
10786
10787         * configure.in: Generate build/Makefile, build/win32/Makefile,
10788         gdk/, gdk/win32/, and gtk/makefile.mingw.
10789
10790         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
10791         Add GETTEXT_PACKAGE.
10792         
10793         * gdk/gdk.def
10794         * gtk/gtk.def: Updates.
10795
10796         * gdk/gdkfont.h
10797         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
10798         need them any longer.
10799
10800         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
10801
10802         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
10803         PANGOWIN32_LIBS and gdk_pixbuf.
10804
10805         * gdk/win32: Compiles, but no doubt doesn't work at all.
10806
10807         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
10808
10809         * gdk/win32/gdkinput.c: New file, temporarily.
10810         
10811         * gdk/win32/gdkinput-win32.h: New file
10812
10813         * gdk/win32/gdkinputprivate.h: Remove.
10814
10815         * gdk/win32/gdkpango-win32.c: New file.
10816
10817         * gtk/makefile.mingw.in: New file
10818
10819         * gtk/makefile.cygwin: Removed
10820         
10821         * gtk/Makefile.am: Update accordingly.
10822
10823         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
10824         made externally visible.
10825
10826         * gtk/gtkmain.c: Use it.
10827         
10828         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
10829         is enough.
10830
10831         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
10832
10833 2000-07-24 Elliot Lee <sopwith@redhat.com>
10834         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
10835         individual backends already.
10836         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
10837         again. Yes, there really is a good reason for this, if you are using the gdkregion
10838         internals, and if you're not, why do you care?
10839         * gdk/gdkwindow.c: Fix inverted condition
10840         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
10841         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
10842         * gtk/gtkrange.c: Redraw trough when moving.
10843         * gtk/gtktypeutils.c: Fix warning by adding const cast.
10844         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
10845
10846 2000-07-23  Tor Lillqvist  <tml@iki.fi>
10847
10848         * configure.in: Check for mkstemp and sigsetjmp. Output
10849         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
10850
10851         More work on GDK for Win32. Still in an intermediate state.
10852
10853         * gdk/makefile.cygwin
10854         * gdk/win32/makefile.cygwin: Removed.
10855         
10856         * gdk/makefile.mingw.in
10857         * gdk/win32/makefile.mingw.in: New files.
10858
10859         * gdk/Makefile.am
10860         * gdk/win32/Makefile.am: Generate and distribute them.
10861
10862         * gdk/win32/gdkwindow-win32.h
10863         * gdk/win32/gdkdrawable-win32.h
10864         * gdk/win32/gdkpixmap-win32.h: New files.
10865
10866         * gdk/win32/gdkcolor-win32.c
10867         * gdk/win32/gdkcursor-win32.c
10868         * gdk/win32/gdkdrawable-win32.c
10869         * gdk/win32/gdkgc-win32.c
10870         * gdk/win32/gdkimage-win32.c
10871         * gdk/win32/gdkprivate-win32.h
10872         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
10873         Rename fields and variables called xcursor, xid, etc (these names
10874         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
10875
10876 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
10877
10878         * gtk/gtkentry.[ch]: Fix some problems with vertical
10879         alignment.
10880
10881         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
10882         char/byte confusion.
10883
10884 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
10885
10886         * gtk/gtktextview.c (changed_handler): Fix bug where
10887         redraw wasn't being done properly when height of
10888         dirty region changed.
10889
10890         * demos/Makefile.am: Remove various references to
10891         -lgmodule
10892
10893 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
10894
10895         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
10896         PangoAttrShape to reserve space for pixmaps, add 
10897         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
10898         in the display functions.
10899         
10900         * gtk/testgtk.c (create_layout): Set some more exotic
10901         scrolled window options
10902
10903         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
10904         Add function to set the shadow type of a window, to allow
10905         putting a shadow around widgets such as GtkLayout or GnomeCanvas
10906         which don't draw their own frame.
10907
10908 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
10909
10910         * docs/tutorial/package-db-tutorial.sh: New file for
10911           packaging DocBook format tutorial
10912
10913 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
10914
10915         * docs/tutorial/gtk-tut.sgml: Minor updates
10916
10917         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
10918
10919 2000-07-19  Tor Lillqvist  <tml@iki.fi>
10920
10921         * gtk/gtksignal.c: Fix C++ comment.
10922
10923         * gtk/gtkimmulticontext.c
10924         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
10925         don't return value from void functions.
10926
10927         * gtk/gtk.def: Add gtk_rc_style_unref.
10928
10929 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10930
10931         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
10932         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
10933         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
10934         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
10935         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
10936         gtk/gtktypeutils.h: Include files outside of the extern "C"
10937         block. Makes some C++ compiler happy. Reported by Denis Vakatov
10938         <vakatov@peony.nlm.nih.gov>.
10939
10940 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
10941
10942         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
10943           Completes first pass. Hurrah!
10944
10945 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
10946
10947         * docs/tutorial/gtk-tut.sgml: More clean ups.
10948
10949 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
10950
10951         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
10952         paint the background of the text area which was accidentally
10953         removed at some point.
10954
10955         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
10956           
10957          - Move most of the functionality from the theme vtable
10958            into GtkRcStyleClass and GtkStyleClass. The moved
10959            vtable functions were changed a bit in the move to
10960            work better in their new home.
10961
10962          - Get rid of the engine and engine_data fields from
10963            GtkRcStyle and GtkStyle; instead the theme
10964            engine derives theme-specific subclasses of GtkRcStyle
10965            and GtkStyle
10966
10967          - Add extra dlsym() found entry point to themes,
10968            theme_create_rc_style().
10969
10970         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
10971         in gtk_style_real_copy.
10972
10973         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
10974         to register a type associated with an engine. (The engine
10975         won't be unloaded as there is an instance of the type.)
10976
10977
10978 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
10979
10980         * docs/tutorial/gtk-tut.sgml: Clean ups.
10981
10982 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
10983
10984         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
10985           of cleaning up to do.
10986
10987 2000-07-15  Tor Lillqvist  <tml@iki.fi>
10988
10989         * gdk/testgdk.c: New file, quick hack to test backends for
10990         pixel-by-pixel correctness of the most simple graphic operations.
10991
10992 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
10993
10994         * Really release 1.3.1
10995         
10996         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
10997         include structure.
10998
10999 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
11000
11001         * Released 1.3.1
11002
11003 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
11004
11005         * gtk/gtktextlayout.c: use FALSE for size_only most
11006         of the time when calling gtk_text_layout_get_line_display()
11007         to avoid causing double reshapes when a redraw follows
11008         immediately after.
11009
11010 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
11011
11012         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
11013         appropriate region and gdk_window_process_updates() so trough
11014         updating doesn't lag behind the window being scrolled.
11015
11016         * gdk/gdkgc.c: Make parent_class pointer static.
11017          
11018 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
11019
11020         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
11021         include <string.h>.
11022          
11023         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
11024         cut-and-paste error in computing memory offset for 4 channels.
11025
11026 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
11027
11028         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
11029         gtk_rc_append_default_pixmap_path(), since it wasn't
11030         adding an interesting path and we don't have a meaningful
11031         default for this value.
11032
11033 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
11034
11035         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
11036         gtk-config to gtk-config-2.0 move gtk_.m4 to
11037         gtk-2.0.m4
11038
11039         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
11040         gdk/Makefile.am demos/Makefile.am: Change 
11041         library names to libgtk-1.3.la, etc, so that we
11042         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
11043
11044         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
11045         gdk/Makefile.am gdk/x11/Makfile.am
11046         Move include files into /usr/include/gtk-2.0, 
11047         /usr/lib/gtk-2.0/include/
11048          
11049         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
11050         gtk/gtkintl.h: Change package for gettext from 
11051         gtk+ to gtk20. Put hack in autogen.sh to modify
11052         po/Makefile.in.in after gettextize to make this
11053         possible.
11054
11055         * gtk+.spec: Some updates, not tested.
11056
11057         * gdk-pixbuf/Makefile.am: Move loaders into
11058         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
11059
11060         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
11061         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
11062         to THEMENAME/gtk-2.0/. Move engine directory  to
11063         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
11064         
11065 2000-07-12  Tor Lillqvist  <tml@iki.fi>
11066
11067         Win32 changes, still doesn't build though.
11068
11069         * gdk/makefile.cygwin
11070         * gdk/win32/makefile.cygwin
11071         * gtk/makefile.cygwin: Updates.
11072
11073         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
11074         default values for fg and bg pixel as X11 does (0 and 1), not
11075         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
11076         Use 0 for pen width by default (treated as 1 anyway later, but for
11077         apps that might check the value in the GdkGC).
11078         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
11079         interface to gdk_gc_predraw and _postdraw.
11080
11081         * gdk/win32/gdkwin32.h
11082         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
11083
11084         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
11085         extraneous semicolon.
11086
11087         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
11088
11089         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
11090         not the Win32 bitspixel value.
11091
11092         * gdk/win32/gdkcc-win32.c:
11093         * gdk/win32/gdkcolor-win32.c 
11094         * gdk/win32/gdkprivate-win32.h
11095         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
11096         GDK object structure.
11097
11098 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
11099
11100         * docs/tutorial/gtk_tut_12.es.sgml (name): 
11101         * docs/tutorial/gtk_tut_it.sgml (name): 
11102         * docs/tutorial/gtk_tut_fr.sgml (name): 
11103         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
11104         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
11105
11106 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
11107
11108         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
11109           small changes.
11110
11111 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
11112
11113         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
11114         a bug here, never been here and never fixed anything ;(
11115         (don't segfault if tree->root_tree is NULL, which happens prior
11116         to widget realization, but puke instead).
11117
11118 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
11119
11120         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
11121         add the necessary tokens.
11122
11123         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
11124         (gtk_rc_style_to_style): copy thicknesses.
11125         (gtk_rc_init_style): apply thicknesses.
11126         (gtk_rc_parse_style): parse xthickness and ythickness.
11127
11128         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
11129
11130         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
11131         (gdk_window_new): 
11132         (_gdk_windowing_window_init): 
11133         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
11134         (gdk_pixmap_create_from_data): 
11135         (gdk_bitmap_create_from_data): 
11136         (gdk_pixmap_new): 
11137         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
11138         (gdk_image_new): 
11139         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
11140         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
11141         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
11142         (gdk_colormap_get_system): 
11143         (gdk_colormap_new): 
11144         * gdk/gdkwindow.c (gdk_window_init): 
11145         * gtk/gtkstyle.c (gtk_style_new):
11146         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
11147         * gdk/gdkpixmap.c (gdk_pixmap_init): 
11148         * gtk/gtkrc.c (gtk_rc_style_new):
11149         use g_object_new() instead of g_type_create_instance() which
11150         is a private function for fundamental type implementations.
11151
11152 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
11153
11154         * configure.in: Add check for db2html
11155
11156 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
11157
11158         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
11159         hack to set glib_debug_objects based on gtk_debug_flags.
11160
11161 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
11162
11163         * INSTALL.in: Update the Prerequisites section.
11164
11165         * Makefile.am demos/Makefile.am docs/Makefile.am
11166         docs/tutorial/Makefile.am gdk/x11/Makefile.am
11167         gdk/linux-fb/Makefile.am: Dist fixes
11168
11169 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
11170
11171         * NEWS: 10,000 foot view of 1.3.1 changes.
11172
11173 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
11174
11175         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
11176         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
11177         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
11178         gdk/x11/gdkmain-x11.c: 
11179
11180         Patch from George Lebl to add a GdkGrabStatus enumeration to use
11181         as a return value of gdk_*_grab(). Previously, we just
11182         returned the X11 values directly.
11183
11184 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
11185
11186         * gdk/x11/Makefile.am: Patch from George Lebl to 
11187         install all the headers in the right place.
11188
11189 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
11190
11191         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
11192           initial conversion to DocBook.
11193
11194 2000-07-04  Tor Lillqvist  <tml@iki.fi>
11195
11196         * README.win32: Improve a bit.
11197
11198         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
11199         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
11200         Alt+0nnn on the numpad (used to enter characters by numeric code
11201         from current DOS or ANSI codepage) working correctly, as in other
11202         Windows apps.
11203
11204         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
11205         same argument validity tests as in X11 version.
11206         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
11207
11208         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
11209         definitions in case missing from headers.
11210
11211         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
11212         destroy the window-specific cursor.
11213         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
11214         calling GetModuleHandle(NULL).
11215         (gdk_window_set_cursor): Reworked to always copy the passed cursor
11216         with CopyCursor before setting it as the window-specific
11217         cursor. It is OK for the caller to destroy the GdkCursor (and thus
11218         also its Windows cursor) after calling this function. Destroy any
11219         previous window-specific cursor.
11220
11221 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
11222
11223         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
11224         font charset is iso8859-1, not iso-8859-1.
11225
11226 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
11227
11228         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
11229         Use g_get_charset() instead of g_get_codeset().
11230
11231         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
11232         Comment out some strdup'ing functions to keep timj
11233         happy until we finish fighting this out.
11234
11235 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
11236
11237         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
11238         <= width or height.
11239
11240         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
11241         from 1.2 for parent/child states.
11242
11243         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
11244         of typos.
11245
11246         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
11247         event structures, replace with a generic axes field. Replace 
11248         deviceid/sourec with GdkDevice *device.
11249
11250         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
11251         to extract particular axis use value from event. (Also
11252         can be used for normal X/Y.)
11253
11254         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
11255         allow for arbitrary number of axes, namespace everything
11256         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
11257         everywhere.
11258
11259         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
11260         Get rid of the gdk_input_vtable setup if favor of simply
11261         defining the functions in gdkinput-none/gxi/xfree.c in
11262         a similar fashion to the way that the port structure is 
11263         done.
11264
11265         * gtk/gtkdnd.c: Fix fields of synthesized button press event
11266         for new event structures. 
11267
11268         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
11269         new device interfaces.
11270
11271 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
11272
11273         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
11274         set the initial text.
11275
11276         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
11277         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
11278         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
11279         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
11280
11281         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
11282         pango_layout_set_font_description to simplify.
11283
11284 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
11285
11286         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
11287         pango_layout_set_font_description to simplify.
11288
11289 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
11290
11291         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
11292         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
11293         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
11294
11295         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
11296         PANGO_PIXELS() macro.
11297
11298 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
11299
11300         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
11301         that returns a PangoContext owned by the widget and updated to
11302         match future changes in the widget. Also, make 
11303         gtk_widget_create_pango_layout() use this context. If we ever
11304         add a ::changed signal to PangoContext, this will make things
11305         much more convenient. 
11306
11307         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
11308         in the appropriate places instead of destroying the layouts and
11309         creating new ones.
11310
11311         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
11312         in a few strategic places.
11313
11314 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
11315
11316         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
11317         gtk_widget_size_request() on reparented child, if one. Otherwise,
11318         queue_resize() on the child never results in it getting size-requested
11319         at all.
11320
11321         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
11322         in option menus, so that (with luck) people won't copy it into
11323         their apps in the future.
11324
11325         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
11326         to gtk_option_menu_calc_size. This isn't perfect, but should fix
11327         a lot of problems with changing the size of the menu's menu
11328         items after adding it to the option menu.
11329
11330         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
11331
11332         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
11333         the text direction for a widget changes.
11334
11335         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
11336         ::direction_changed to get rid of various hacks.
11337
11338 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
11339
11340         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
11341         name.
11342
11343 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
11344
11345         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
11346         flag to the structure. Do not call XFreePixmap on pixmaps created
11347         by gdk_pixmap_foreign_new().
11348
11349 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
11350
11351         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
11352         value using GdkRGB functionality given GdkColormap and GdkColor.
11353         (name not final, waiting for inspiration.)
11354         
11355         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
11356         set the foreground/background of a GC using the GC's colormap
11357         and GdkRGB. (name not final, waiting for inspiration.)
11358
11359         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
11360         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
11361
11362         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
11363         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
11364         purely a function of the corresponding colormap. Make
11365         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
11366
11367         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
11368         gdk_pixbuf_*create_from_xpm_* in terms of
11369         gdk_pixbuf_new_from_xpm_data(), move into platform independent
11370         code.
11371
11372         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
11373         advantage of the new draw_rgb_32_image_dithalign.
11374
11375         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
11376
11377         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
11378         on each created GC.
11379
11380         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
11381
11382         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
11383         which we initialize from the drawable when the GC is created,
11384         if the drawable has a colormap.
11385
11386         * gdk/x11/gdkgc-x11.c: include string.h for memset.
11387
11388         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
11389
11390         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
11391
11392 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
11393
11394         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
11395         actually returning expose events, make sure to set
11396         the count field properly.
11397
11398         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
11399         accidentally reintroced bug which always cleared
11400         the graphics_exposures value. 
11401
11402 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
11403
11404         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
11405
11406 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
11407
11408         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
11409
11410 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
11411
11412         * docs/faq/gtk-faq.sgml: Start of Section 6.
11413
11414 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
11415
11416         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
11417         
11418         (Fixes problem with drawing childless frames. Pointed out
11419         by and a first patch from Anders)
11420         
11421         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
11422         compute a child_allocation, even if we don't have a child.
11423
11424         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
11425         Always chain to the parent's impl, even if we don't have a child.
11426
11427 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
11428
11429         * gdk/gdkrgb.c: If possible, create only a single shm segment and
11430         use multiple parts of it instead of creating a bunch of separate
11431         segments, since the maximum number of segments per system is not
11432         large. (This might be worth backporting to GTK+-1.2.x if we make a
11433         new release )
11434
11435         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
11436         structure in preparation for per-colormap GdkRGB.
11437
11438         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
11439         to False when we get EINVAL from shmget so that the caller of
11440         gdk_image_new can retry with a smaller segment size.
11441
11442 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
11443
11444         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
11445
11446 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
11447
11448         * configure.in: make the current version number 1.3.1 (binary age 0,
11449         interface age 0).
11450         
11451         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
11452         gtkcompat.h is all we want.
11453
11454         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
11455         GLib primitive types. fixed g_type_register_fundamental() argument
11456         ordering.
11457
11458         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
11459         compiles.
11460
11461         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
11462         object code cleanup, comment trigraph fixes, etc...
11463
11464 2000-06-23  Havoc Pennington  <hp@redhat.com>
11465
11466         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
11467         instead of making up a bogus name for first_para_mark
11468
11469         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
11470         0 as a context ID
11471
11472 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
11473
11474         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
11475
11476 2000-06-21  Havoc Pennington  <hp@pobox.com>
11477
11478         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
11479         we didn't check window->bg_pixmap != GDK_NO_BG.
11480
11481         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
11482         gdk-pixbuf
11483
11484 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
11485
11486         * docs/faq/gtk-faq.sgm: Move file to here.
11487           TODO: Update Makfile.am 
11488
11489 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
11490
11491         * docs/gtk-faq.sgm: Add Section 2
11492
11493 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
11494
11495         * docs/gtk-faq.sgm: New file. Start of DocBook
11496           version of the FAQ.
11497
11498 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
11499
11500         * configure.in (GDK_PIXBUF_MAJOR): Define version
11501         numbers for GDK_PIXBUF_*, as they get substituted
11502         into a header file. Need to consider versioning
11503         for gdk-pixbuf more carefully later.
11504
11505 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
11506
11507         Work with srcdir != builddir.   
11508         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
11509         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
11510         * demos/testpixbuf.c: Likewise.
11511         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
11512         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
11513         <gdk/x11/gdkx.h>.
11514         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
11515         "gdk-pixbuf.h".
11516         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
11517
11518 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
11519
11520         * TODO.xml: Change 1.4 version numbers to 2.0.
11521
11522 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
11523
11524         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
11525         fixups to GTK+ standard.
11526
11527 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
11528
11529         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
11530         gdk-pixbuf.
11531
11532         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
11533         fixups for GObject.
11534
11535         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
11536         gdk-pixbuf with GDK dependencies moved into GDK.
11537         
11538         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
11539         move gdk-pixbuf-loader here until GObject has signals.
11540
11541         * demos/: New directory of demos. Move demos from
11542         gdk-pixbuf here.
11543
11544         * demos/pixbuf-init.c: Small bit of code to check for
11545         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
11546         set GDK_PIXBUF_MODULEDIR appropriately.
11547
11548         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
11549         define which no longer makes sense.
11550
11551 2000-06-21  Havoc Pennington  <hp@redhat.com>
11552
11553         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
11554         gtk_get_default_language
11555
11556         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
11557         new function to get the default language
11558
11559         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
11560         s/gtk_text_view_style_values/gtk_text_style_values/
11561
11562         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
11563         Add a "language" field to tags.
11564
11565         (gtk_text_tag_set_arg): Fix bug in setting
11566         "bg_full_height_set" tag.
11567
11568 2000-06-21  Havoc Pennington  <hp@redhat.com>
11569
11570         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
11571         in the interfaces
11572
11573         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
11574         stuff instead when possible.
11575
11576         * gtk/gtktexttypes.h: Delete some unused constants
11577
11578         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
11579         testtextbuffer.c: use glib instead of custom unicode routines
11580
11581 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
11582
11583         * docs/es/: Removed mistakenly added generated sgml
11584
11585         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
11586         Remove outdated info files.
11587
11588         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
11589         Moved tutorial files into subdir
11590
11591         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
11592         subdir.
11593
11594         * docs/man/gtk_button.pod: Remove. (contents will be
11595         integrated into gtk-reference button page.)
11596
11597         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
11598         docs/faq/Makefile.am: Adjust for new organization
11599
11600 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
11601
11602         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
11603         not $(MKINSTALLDIRS)
11604
11605 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
11606
11607         * gtk/testgtk.c (create_text): Finish the job Elliot started
11608         of removing font setting test for text widget. (Since text widget
11609         and GdkFont are not deprecated, and cause portability problems.)
11610
11611 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
11612
11613         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
11614         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
11615         Remove use of libunicode in favor of new GLib functions.
11616
11617         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
11618         nano-x, framebuffer. The X11 include is just a hack until we get
11619         the necessary functions in gdkcolor.h, so there is no reason to
11620         add other includes of platforms.
11621
11622         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
11623         window bigger than the screen change.
11624
11625         * gtk/testgtk.c: Revert some random changes from Elliot
11626         that had no particular point and were causing testgtkrc
11627         not to function correctly.
11628         
11629         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
11630         because GdkSegment and GdkRegionBox have the same fields,
11631         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
11632         results in clearer code.
11633
11634         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
11635         gdk_input_translate_coordinates): Fix missed GdkObjectification
11636
11637 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11638
11639         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
11640         * gtk/gtk{plug,socket}.h: Missed commits from previous.
11641
11642 2000-06-20  Havoc Pennington  <hp@redhat.com>
11643
11644         * modules/linux-fb/Makefile.am: Make this compile
11645         without framebuffer enabled
11646
11647         * gdk/linux-fb/Makefile.am: Add conditional to not build
11648         framebuffer unless specified in configure
11649
11650         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
11651         the size of the target instead of source if -1 was passed for
11652         width/height
11653
11654         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
11655         width/height confusion.
11656
11657 2000-06-19  Havoc Pennington  <hp@redhat.com>
11658
11659         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
11660         GDK_DRAWABLE_XID. In the future, we probably want to make it
11661         faster with G_DISABLE_CHECKS turned on.
11662
11663 2000-06-14  Havoc Pennington  <hp@redhat.com>
11664
11665         * gdk/Makefile.am: add gdkpixmap.c
11666
11667         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
11668         s/gdk_image_init/_gdk_windowing_image_init
11669
11670         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
11671         ref/unref
11672
11673         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
11674
11675         * gdk/gdkcompat.h: remove GdkWindowType compat, since
11676         GdkWindowType is now non-deprecated; 
11677         change gdk_window_get_type() compat to be
11678         gdk_window_get_window_type().
11679
11680         * gdk/gdkdnd.h: make GdkDragContext a GObject.
11681
11682         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
11683         virtual GObject. Make all functions call into the vtable.
11684         Move gdk_image_put() guts in here. Remove GdkDrawableType
11685         and gdk_drawable_get_type(), these are now GdkWindow-specific.
11686         draw_image, get_depth, get_size, set_colormap, get_colormap,
11687         get_visual added to the vtable.
11688         
11689         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
11690         GObject. Virtualize everything. 
11691         (gdk_gc_new_with_values): remove check for destroyed window,
11692         because now GdkWindow::create_gc will check this.
11693         (gdk_gc_set_values): New function to set GC values, this 
11694         was already implemented but wasn't in the header
11695
11696         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
11697
11698         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
11699         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
11700         remove _gdk_window_class; add _gdk_window_impl_get_type() and
11701         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
11702         _gdk_windowing_window_init, rename gdk_image_init to
11703         _gdk_windowing_image_init.
11704         
11705         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
11706         (gdk_draw_layout): Remove check for destroyed window, 
11707         because all the drawable methods already check it.
11708         
11709         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
11710         Add gdkpixmap.c which contains implementation of GdkDrawable
11711         virtual table (by chaining to a platform-specific implementation
11712         object).
11713         
11714         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
11715         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
11716         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
11717         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
11718         GdkColormapPrivate. 
11719
11720         * gdk/gdktypes.h: #include <glib-object.h>
11721
11722         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
11723         Move most functionality to platform-specific implementation
11724         object. GdkWindow itself now handles the backing store, then
11725         chains to the platform-specific implementation.
11726         (gdk_window_get_window_type): return GdkWindowType of the window.
11727         (gdk_window_peek_children): New routine, returns the children of 
11728         a GdkWindow
11729         (gdk_window_get_children): Was in X11-specific code and did 
11730         XQueryTree. Changed to simply return a copy of window->children; 
11731         so it can go in cross-platform code.
11732         
11733         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
11734
11735         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
11736         GdkColormap; just changed to use the new private data instead
11737         of casting to GdkColormapPrivate.
11738
11739         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
11740         gdk_cursor_new().
11741
11742         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
11743         (private data member in the GObject). 
11744         (xdnd_manager_source_filter): Function had broken 
11745         error handling, fix it (use gdk_error_trap_push).
11746
11747         * gdk/x11/gdkdrawable-x11.c: This file now implements
11748         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
11749         base class is purely for the convenience of the X port,
11750         and not part of the interface to cross-platform GDK.
11751
11752         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
11753         
11754         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
11755         specific to X, and returned by the create_gc virtual method
11756         of GdkDrawableImplX11. 
11757         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
11758         rather than gchar, this was also changed in the GdkGC vtable.
11759         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
11760         mask is 0, return immediately, instead of checking every flag.
11761         This is faster, and keeps us from segfaulting if values is NULL
11762         and the mask contains some nonzero flags.
11763
11764         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
11765         GdkWindow.
11766
11767         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
11768         GdkWindowPrivate is gone.
11769
11770         * gdk/x11/gdkim-x11.c: rename things that got renamed.
11771
11772         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
11773         remove the image_put stuff that got transferred to GdkDrawable.
11774         
11775         * gdk/x11/gdkinput.c: renamings
11776
11777         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
11778
11779         * gdk/x11/gdkpixmap-x11.c: GObject conversion
11780
11781         * gdk/x11/gdkprivate-x11.h: indentation fixes
11782
11783         * gdk/x11/gdkproperty-x11.c: renamings
11784
11785         * gdk/x11/gdkselection-x11.c: renamings
11786
11787         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
11788         implements the platform-specific "impl" object.
11789         Moved gdk_window_get_children to gdk/gdkwindow.c
11790
11791         * gdk/x11/gdkx.h: Remove all the private structs and private datas
11792         that no longer exist. Add declaration of GdkGCX11 object here.
11793         Fix all the macros to still work. 
11794
11795         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
11796         GdkDragContext from the boxed types since they are now GObjects.
11797
11798         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
11799         moved xthickness/ythickness into the instance. GtkStyleClass
11800         functions are now in the standard vtable for GtkStyle, so you have
11801         to create a GObject subclass to write a theme engine.
11802         (gtk_style_copy): fixed a leaked PangoFontDescription
11803         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
11804         can be the standard GObject function.
11805         
11806         * Throughout GTK:
11807         s/style->klass->[xy]thickness/style->[xy]thickness
11808         s/pango_layout_unref/g_object_unref/
11809
11810         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
11811         
11812         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
11813         accessing GDK internals.
11814
11815         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
11816         accessing GDK internals.
11817
11818 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11819
11820         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
11821
11822         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
11823         problem by calculating event position relative to the trough
11824         rather than the slider.
11825         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
11826
11827         * gdk/gdkgc.h: Add GDK_NOR.
11828
11829         * configure.in, Makefile.am: Add modules top level dir
11830         * configure.in: Only use pangox library if building x11 target.
11831         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
11832
11833 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11834
11835         * gtk/gtkcolorsel.c: Change private class member to be named
11836         private_data throughout the file.
11837
11838         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
11839         private_data to avoid clashing with keyword.
11840
11841 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11842
11843         * gdk/gdkdnd.h: Add comment to remove warning.
11844
11845 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
11846
11847         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
11848         Byelorussian language; changed the Makefile and file names 
11849         to reflect that.
11850
11851 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
11852
11853         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
11854         rather than gdk_window_hide; this makes things work
11855         correctly if the window is programmatically hidden while
11856         iconified.
11857
11858 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
11859
11860         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
11861         cut and paste typo where wrong pixmap was being
11862         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
11863
11864 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
11865
11866         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
11867         Add helper function to compute format / bytes 
11868         relationship. Use in a couple places to fix up
11869         errors which assume 8 * format.
11870
11871         * gtk/gtkselection.c (gtk_selection_request): Use 32
11872         rather than 8 * sizeof (GdkAtom), to work correctly
11873         on Alpha.
11874
11875 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
11876
11877         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
11878         libgtk.la
11879         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
11880         versions
11881
11882         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
11883         checking macros return NULL since the function has a return value.
11884
11885 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
11886
11887         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
11888         GTK+ from building at all.
11889
11890         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
11891
11892 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
11893
11894         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
11895         gtk/Makefile.am: make it possible to configure gtk for different
11896         targets on the same platform. The library name is now 
11897         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
11898         flag. Only the x11 target compiles right now.
11899         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
11900         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
11901         * gdk/nanox/gdk*generic*: delete generic region code.
11902         * gdk/linux-fb/gdk*generic*: delete generic region code.
11903         * README.nanox: update information.
11904         
11905 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
11906
11907         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
11908         prepend not append. (Pointed out by Brett Hall.)
11909
11910 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
11911
11912         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
11913
11914 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
11915
11916         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
11917         need this later, and this makes sure that the atexit for
11918         glib gets called after that for GDK, so atexits are
11919         properly ordered for object leak checking.
11920
11921         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
11922
11923         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
11924         pango_x_shutdown_display()
11925
11926         * gtk/simple.c (main): Close window on destroy.
11927
11928 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
11929
11930         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
11931         to treat initial creation different from setting with 
11932         regards to the graphics-exposures parameter, so add a parameter
11933         indicating whether this is initial or not.
11934
11935 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
11936
11937         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
11938         to sort of work by adding an extra return_exposes arg
11939         to gdk_event_translate() - it might be better to simply
11940         deprecate the function altogether and force people to rewrite
11941         without it. gdk_window_scroll() handles most of it, and where
11942         gdk_window_scroll() doesn't work, simply redrawing more does.
11943
11944         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
11945         assertion.
11946
11947         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
11948
11949         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
11950         bunch of pretty much useless /* Print debugging info */ comments 
11951         which had drifted away from the code they were commenting.
11952
11953 2000-06-02  Havoc Pennington  <hp@pobox.com>
11954
11955         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
11956         is in working order.
11957         
11958         * gtk/testtext.c: Change to reflect anonymous mark API
11959
11960         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
11961
11962         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
11963         field, which was unused.
11964
11965         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
11966         saves some typing.
11967
11968         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
11969
11970         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
11971         flag on the insertion point and selection bound
11972
11973         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
11974         make mark-manipulation functions take a GtkTextMark* instead of a
11975         mark name.
11976         
11977         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
11978         GtkTextMarkBody; will be used to detect attempts to delete
11979         the permanent marks (insert and selection bound)
11980
11981         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
11982
11983 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
11984
11985         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
11986         flag to on.
11987
11988         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
11989         Honor DOUBLE_BUFFRED_FLAG
11990
11991         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
11992         function to set the DOUBLE_BUFFERED flag.
11993
11994         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
11995         or not exposes done on the widget should be double-buffered.
11996
11997         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
11998         to be what would be expected. (Fixes problem with a
11999         g_return_if_fail() validating a TextDirection enumeration)
12000
12001 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
12002
12003         * gtk/gtkwidget.c: Remove all references to 
12004         offscreen flag which was no longer used.
12005
12006         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
12007
12008         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
12009         for non-null label_widget->parent.
12010
12011         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
12012         which no longer was used.
12013
12014         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
12015
12016         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
12017         for null arguments.
12018
12019         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
12020         check for destroyed windows.
12021
12022 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
12023
12024         * gtk/gtkimmulticontext.c: Add a finalize method and unref
12025         the slave context there.
12026
12027         * gtk/gtkinvisible.[ch]: Make reference counting behavior
12028         identical to GtkWindow.
12029
12030 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
12031
12032         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
12033         pangox to here, so we can write them independent of rendering
12034         system, using GDK primitives.
12035
12036         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
12037         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
12038         since we have a rendering-system independent implementation in
12039         terms of draw_glyphs().
12040         
12041         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
12042         function to render a single line.
12043
12044         * gdk/x11/gdkpango.c: Move the guts of this file mostly
12045         into ../gdkpango.c, which simplifies things, since we
12046         don't have to deal with raw X gc's.
12047
12048 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
12049
12050         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
12051         get the logical attributes for a given GtkTextLine.
12052
12053 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
12054
12055         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
12056         g_locale_get_codeset() to g_get_codeset() change.
12057
12058 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
12059
12060         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
12061         descriptions.
12062
12063         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
12064         the entry.
12065
12066         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
12067         redoing (vastly simplifying) for Pango. Still needs quite
12068         a bit of work. (Size selection is currently poor. List of 
12069         predefined sizes is not a good idea, since all of these
12070         sizes won't necessarily be distinct.)
12071
12072 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
12073
12074         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
12075         CODESET results for LANG=C.
12076
12077 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
12078
12079         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
12080         which takes a stringized pango font description;
12081         ignore the older 'font' and 'fontset' declarations.
12082
12083         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
12084         field with a GdkFont derived via gdk_font_from_description(),
12085         for compatibility. (Should we just remove it entirely?
12086         Probably too much compatibility breakage, but people
12087         should be migrating to the new Pango stuff as quickly
12088         as possible.)
12089
12090 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
12091
12092         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
12093
12094 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
12095
12096         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
12097         redoing; there are some bugs in size allocation right
12098         now, the semi-existant distinction between header / day
12099         fonts was removed, but, with Pango, could actually
12100         be made functional in a nice way.
12101         
12102         * gtk/testcalender: Move calender from examples into this
12103         directory as a test program. (We really need to restrcture
12104         testgtk into a whole directory full of tests for every
12105         widget or functionality group, separated into multiple .c
12106         files.)
12107
12108 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
12109
12110         * gtk/testgtk.c (file_exists): Fix stupid typo that
12111         was keeping RC file from being loaded.
12112
12113         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
12114         RC file font code.
12115
12116 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
12117
12118         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
12119         Add function to load a GdkFont from a PangoFontDescription.
12120
12121 2000-05-29  Tor Lillqvist  <tml@iki.fi>
12122
12123         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
12124         variable should be of type GdkEventPrivate.
12125
12126 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
12127
12128         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
12129         to have any widget for the label, use a GtkLabel widget
12130         to display the text. (Based partially on a patch from
12131         Anders Carlson.)
12132
12133         (Quite a bit of code reorganization - strip 90% of the
12134         guts out of gtkaspectframe and add a single virtual
12135         func to GtkFrameClass - compute_child_allocation.)
12136
12137 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
12138
12139         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
12140         (Removed clist->row_center_offset field because caching
12141         it wasn't saving time or code, added private function
12142         _gtk_clist_create_cell_layout()).
12143
12144 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
12145
12146         * gtk/gtkaccellabel.c: Pangoized.
12147
12148         * gtk/[hv]ruler.c: Pangoized
12149
12150 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
12151
12152         * gtk/gtkfilesel.c (gtk_file_selection_init):
12153         Use gtk_clist_set_column_auto_resize() to remove need
12154         need for manual column width computations.
12155
12156 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
12157
12158         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
12159         ensuring Pango correctness, and considerably simplifying the
12160         code.
12161         
12162         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
12163
12164         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
12165         getting of numbers of lines.
12166
12167         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
12168         to the actual requested width of the lable, not to the wrap
12169         width we set.
12170
12171         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
12172
12173         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
12174           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
12175
12176         * gtk/gtktextview.c: Fix structure inheritance.
12177
12178         * gtk/gtkprogressbar.c: Pangoize.
12179
12180 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
12181
12182         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
12183         in a function.
12184
12185         * gtk/gtktextlayout.c (find_display_line_above): Fixed
12186         bug with computing line tops.
12187
12188         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
12189
12190 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
12191
12192         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
12193         and y_offset coordinates to do what we need now. (The offset between
12194         buffer and layout coordinates has been reintroduced, but is a 
12195         bit different than before.)
12196
12197         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
12198         handle the adjustments ourselves, and scroll as necessary using
12199         the new gdk_window_scroll().
12200         
12201         The advantage of this is that when we are incrementally revalidating,
12202         we are essentially rearranging things around the visible portion
12203         of the screen. With the old setup, the visible portion of the
12204         screen was moved around in the layout, so scrolling and redrawing
12205         to track that caused jumping of the display. Since we now
12206         control the scrolling ourselves, we can suppress this and
12207         only redraw when things actually change.
12208
12209 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
12210
12211         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
12212         the region not just redisplay it after-all, since we store the
12213         cursors in the LineDisplay. (Ugly interactions here between
12214         GtkLayout and GtkTextBTree here.)
12215         
12216         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
12217
12218 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
12219
12220         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
12221         Added function to scroll contents of a window while keeping the
12222         window constant. Works by XCopyArea or guffaw-scrolling depending
12223         on the details of how the window is set up. (guffaw-scrolling
12224         still needs to be filled in.)
12225
12226 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
12227
12228         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
12229         move the debugging that was tied to a global variable
12230         to that.
12231
12232         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
12233
12234         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
12235         validated flag, in line data instead of setting height/width to
12236         -1. This allows us to perform operations with partially invalid
12237         buffer (using the old size for invalid lines) and thus to do
12238         incremental vaidation. Keep height/width aggregates up to date
12239         when deleting text and rebalancing the tree.
12240
12241         * gtk/gtktextbtree.[ch]: Add functions validate a line
12242         (gtk_text_btree_validate_line), and to validate up
12243         to a number of pixels (gtk_text_btree_validate).
12244
12245         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
12246         that indicates that something is changed and a revalidation
12247         pass is needed. Change ::need_repaint to ::changed, and
12248         make it take old and new yranges instead of a rectangle.
12249
12250         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
12251         the line_data_destroy() function from 
12252         gtk_text_btree_add_view() to a virtual function in 
12253         GtkTextLayout
12254
12255         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
12256         since we are handling partial repaints in a different fashion
12257         now.
12258
12259         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
12260         of the selection instead of queueing a repaint on the
12261         entire widget.
12262
12263         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
12264         get_selection_bounds() down to btree, make the function
12265         in buffer a wrapper around the btree function.
12266
12267         * gtk/gtktextlayout.[ch]: Add functions to check if the
12268         layout is valid and to recompute either a range of pixels
12269         aroudn a line or a certain total number of pixels.
12270
12271         * gtk/gtktextlayout.[ch]: Cache a single line display;
12272         now that we only redraw the needed portions, the hit rate
12273         for this cache is quite high.
12274         
12275         * gtk/gtktextview.[ch]: Keep track of the first paragraph
12276         on the screen so that when re-laying-out the buffer, we can
12277         keep the same place. This requires connecting to ::value_changed
12278         on the adjustments
12279
12280         * gtk/gtktextview.[ch]: Add idle functions to revalidate
12281         the buffer after we receive an ::invalidated signal.
12282         
12283 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
12284
12285         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
12286         to max of allocation and layout size, not just to the
12287         layout size.
12288
12289         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
12290         Invalidate window so it gets redrawn properly.
12291
12292         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
12293         to mean the entire window.
12294
12295         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
12296         into public header.
12297
12298 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
12299
12300         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
12301         to get the name of a mark.
12302
12303         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
12304         to find the paragraph from a y position.
12305
12306 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
12307
12308         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
12309         nodes have width/height >= 0, not > 0.
12310
12311 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
12312
12313         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
12314         Add a size_only flag, so when we only need the size, we don't create
12315         useless appearance attributes.
12316
12317         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
12318         duplicate setting of font description.
12319
12320         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
12321
12322 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
12323
12324         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
12325         EXTRA_DIST. It does not work well when the file that
12326         everything depends on is not in the tarball.
12327
12328 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
12329
12330         * gtk/testgtk.c: Some hacks and fixes so that it basically
12331         works when not sitting in the GTK+ build tree.
12332
12333 2000-05-03  Havoc Pennington  <hp@redhat.com>
12334
12335         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
12336         Properly determine the ordering of the tag root and the current
12337         line within the tree. Previous algorithm only worked if the tag
12338         root's immediate parent was the common root of both the current
12339         line and the tag root.
12340
12341 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
12342
12343         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
12344         alignment.
12345
12346         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
12347         the widget text directional dynamically.
12348
12349         * gtk/gtktextview.[ch]: Added functions to get and set default
12350         wrap mode.
12351
12352 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
12353
12354         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
12355         in cursor location computation.
12356
12357 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
12358
12359         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
12360         vadjusment values properly when layout gets smaller.
12361
12362         * gtk/gtktextview.c (need_repaint_handler): Areas being
12363         passed in are far completely inaccurate, and sometimes
12364         too small, so, for now, just queue a redraw on the
12365         whole visible region.
12366
12367 2000-04-25  Havoc Pennington  <hp@redhat.com>
12368
12369         * gtk/gtktextbtree.c (summary_destroy): new function to 
12370         destroy tag summary nodes
12371         (gtk_text_line_next_could_contain_tag): this function was 
12372         totally broken if the line passed in wasn't below the tag
12373         root. Fix it.
12374         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
12375         "wildcard" case, we have to do a linear scan. Blah.
12376         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
12377         we have to do the linear scan
12378         (tag_removed_cb): When a tag is removed from the tag table, 
12379         remove the GtkTextTagInfo node from the btree.
12380         (gtk_text_btree_spew): Implement the spew function, for 
12381         our debugging pleasure.
12382
12383 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
12384
12385         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
12386         a problem with referring to the wrong buffer.
12387
12388         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
12389
12390         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
12391         font description to gtk_style_new() - otherwise things
12392         don't work without a .gtkrc file.
12393
12394         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
12395         tags table if we create it ourself, too.
12396
12397         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
12398         it was conflicting with XKB modifiers.
12399
12400         * gtk/gtktextview.[ch]: Add simple support for 
12401         GtkIMContext.
12402
12403 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
12404
12405         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
12406         with deletion from last commit.
12407
12408 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
12409
12410         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
12411         in the context from the current locale.
12412         
12413         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
12414         context, not hardcoded value.
12415
12416         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
12417         not logical.
12418
12419 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
12420
12421         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
12422         attributes - that doesn't handle partial-glyph selection
12423         properly. Instead use new pango_layout_line_get_x_ranges()
12424         functionality to draw the selection.
12425
12426         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
12427         now properly handles out-of-range coordinates.
12428
12429         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
12430
12431         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
12432         public.
12433
12434         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
12435         for paragraphs opposite to the base direction of the widget.
12436
12437         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
12438
12439         * gtk/gtktextlayout.c: Don't split segments on marks, since that
12440         causes Arabic words to reshape as you cursor through.
12441
12442         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
12443         cursor position when moving vertically with the arrow keys and
12444         scrolling with page-up/page-down. (Arrow keys save only the X,
12445         scrolling saves both X and Y.)
12446
12447         This means you can line-up / line-down or page-up / page-down
12448         without losing your place, and also that moving vertically
12449         with the cursor keys keeps the same X position, not the same
12450         character count:
12451
12452         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
12453         arrow keys move by display lines, not paragraphs.
12454
12455 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
12456
12457         * gtk/gtklayout.c: Make sure that the bin window is at least
12458         as big as the allocation. (Should we also make sure that the
12459         bin window is big enough to completely cover widget->window?)
12460
12461         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
12462         function to get the onscreen rectangle.
12463
12464         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
12465         for offsets in window coordinates.
12466
12467 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
12468
12469         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
12470         confusion.
12471
12472         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
12473         from the widget direction.
12474
12475         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
12476         Add a "direction" attribute.
12477
12478         * gtk/gtktextview.c: global s/tkxt/text_view/.
12479
12480         * gtk/testtext.c: Added long block of text in Arabic, to test out
12481         the direction attributes. (Some problems with the shaping system
12482         for arabic become obvious - like the fact the cursor splits words
12483         into unjoined pieces.)
12484
12485 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
12486
12487         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
12488
12489         * gtk/gtktextlayout.c: Fix up alignment.
12490
12491         * gtk/testtext.c: Add some tests for centering, wrapping.
12492
12493 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
12494
12495         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12496         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
12497         If we wrote GTK+-specific layout-render function this could just replace
12498         the draw_layout() operation in the vtable.
12499
12500         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
12501         pango_layout_get_cursor_pos() and use that function.
12502
12503         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
12504         is a non-static symbol.
12505
12506         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
12507         with gtk_text_btree_find_line_by_y()
12508
12509         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
12510         renderer that handles GtkTextAppearance attributes.
12511
12512         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
12513
12514           - Move the values in the style that don't affect geometry into a
12515             GtkTextAppearance structure.
12516           - Change underline to take a PangoUnderline and "font" a string
12517             representation of a font description
12518           - Add a "font_desc" attribute which takes a FontDescription structure.
12519
12520         * gtk/gtktextlayout.[ch]:
12521
12522           - Get rid of the display-line list per each line. Instead, we
12523             generate, on demand, a GtkTextLineDisplay structure which]
12524             contains a PangoLayout * and other necesary information
12525             (offsets, cursor locations) for displaying a paragraph.
12526           - Get rid of the code to wrap lines, create display chunks,
12527             etc. Instead, we just go through a paragraph and convert
12528             it into the necessary inputs to a PangoLayout.
12529           - Implement a new attribute type, GtkTextAttrAppearance. This
12530             holds a GtkTextAppearance, and is used to pass colors, 
12531             stipple, etc, through from the layout to the display without
12532             having to use lots and lots of individual attributes.
12533           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
12534             in terms of PangoLayout functions.
12535         
12536         * gtk/gtktextview.c: 
12537          
12538           - Handle passing the necessary PangoContext to the layout
12539           - Some fixups in painting to deal with the automatic backing store
12540             and offsetting of GTK+-1.4
12541           - Add a style_set handler so that the default style reacts
12542             properly to theme changes.
12543         
12544         * gtk/gtktext?*.[ch]: Random code-style fixes.
12545
12546         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
12547
12548 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
12549
12550         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
12551         in original form preparatory to Pango-ization and gdkimcontext-ization.
12552
12553 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
12554
12555         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
12556         so that we can derive from gtkimcontext in language bindings properly.
12557
12558 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
12559
12560         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
12561         Add a compose table including (almost) all the compose combinations
12562         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
12563         data in the XIM implementation.
12564
12565         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
12566         Moved functions to convert keyvalues from and to unicode here from
12567         the win32 port and made them public.
12568
12569 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12570
12571         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
12572
12573 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
12574
12575         * gtk/gtkimcontext.[ch]: Base class for new input context system
12576
12577         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
12578         the real input context implementation to be loaded from modules
12579         and switched on the fly.
12580
12581         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
12582         context that just does direct keysymbol => unicode translation.
12583
12584         * gtk/gtkentry.[ch]: Start switching editing over to using
12585         GtkInputContext. (No handling of preedit yet.)
12586
12587 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
12588
12589         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
12590         many substitutions. (klass should not be subsituted.)
12591
12592 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
12593
12594         * configure.in: Add checks for Pango
12595
12596         * configure.in docs/Makefile.am: Add test for sgml2html
12597         and allow 'make dist' without building html, but print out
12598         warnings in that case. (For making snapshots)
12599
12600         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
12601         Add Pango libraries and C flags
12602
12603         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12604         Add function (gdk_draw_layout) to draw a pango layout.
12605
12606         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
12607         for getting Pango contexts for GDK.
12608
12609         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
12610
12611         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
12612         editing.
12613
12614         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
12615         keysym => unicode translations. More languages can be added
12616         here, but real input-method support is needed.
12617
12618         * docs/Changes-1.4.txt: Added note about entry behavior.
12619         
12620         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
12621         to set the reading direction for a widget and the global direction.
12622         Add test which allows toggling the global direction. Two private
12623         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
12624
12625         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
12626           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
12627
12628         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
12629
12630         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
12631         underlining now handled by Pango.
12632
12633         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
12634         to RCStyle and Style. (Having both this and the old font name and GdkFont 
12635         is temporary.)
12636
12637         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
12638         convenience functions for creating contexts and layouts for widgets.
12639
12640         * gtk/testgtk.c: Enhance label tests with multilingual labels.
12641
12642 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
12643
12644         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
12645         titles to be active, even if they aren't visible.
12646         (gtk_clist_column_titles_passive):  Ditto.
12647
12648 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
12649
12650         * gtkmenu.c:
12651         * gtkmenu.h:
12652         * gtktypeutils.h: Spelling/grammar fixes in comments.
12653
12654 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
12655
12656         * gdk/nanox/*.h: add missing header files.
12657
12658 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
12659
12660         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
12661         send_event to TRUE.
12662         (gtk_drawing_area_size): queue a resize.
12663
12664 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
12665
12666         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
12667         the handlers, also invalidate them. bug nailed down by Karl Nelson
12668         <kenelson@ece.ucdavis.edu>.
12669
12670 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
12671
12672         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
12673         "(nil)" foundries, patch from Grigorios Magklis.
12674
12675         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
12676         on non-available fonts, based on a patch by Grigorios Magklis
12677         <maglis@cs.rochester.edu>.
12678
12679 2000-05-18  Elliot Lee  <sopwith@redhat.com>
12680
12681         * gdk/x11/gdkregion-generic.c: If a region does not have any
12682         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
12683         instead of GDK_OVERLAP_RECTANGLE_IN.
12684
12685 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
12686
12687         * gtk/gtklayout.c (gtk_layout_map): Remove references to
12688         OFFSCREEN, as it is no longer necessary.
12689
12690 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
12691
12692         * gtk/gtkcolorsel.c: Patch from David Santiago
12693         <mrcooger@cyberverse.com> to change things so that the 
12694         indicator of the active palette entry is done independently,
12695         not via the focus, since it should always be visible.
12696
12697 2000-05-17  Tor Lillqvist  <tml@iki.fi>
12698
12699         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
12700         refcount leaks as in the X11 backend.
12701
12702         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
12703         cosmetics.
12704
12705         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
12706         backend. Add _gdk_windowing_window_destroy().
12707
12708         * gtk/gtkcolorsel.c: Include correct backend-specific header.
12709         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
12710         either, but these probably do exist on nanox?)
12711         
12712         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
12713         which isn't necessarily defined by <math.h>.
12714
12715         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
12716         ancestry past GtkObject.
12717
12718         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
12719         from DLL on Win32.
12720
12721         * gtk/gtk.def: Update corresponding to recent changes.
12722
12723         * gtk/makefile.{cygwin,msc}: Updates.
12724
12725 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
12726
12727         * docs/Changes-1.4.txt: A bit of editing.
12728
12729         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
12730         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
12731         to clear the update area for the window, and clear it
12732         when hiding a window.
12733
12734         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
12735         if window destroyed.
12736
12737         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
12738
12739         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
12740         gdk_window_destroy() to the generic code, since there was a lot of 
12741         window-system-independent logic it in. Add a function:
12742         
12743          _gdk_window_destroy() 
12744
12745         to the internal API to destroy a window without unreferencing it.
12746         Add a function:
12747
12748          _gdk_windowing_window_destroy()
12749
12750         That does the windowing-system-dependent part of destroying 
12751         the window.
12752
12753 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
12754
12755         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
12756
12757 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
12758
12759         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
12760         Make gtk_widget_shape_combine_mask() keep a reference count on
12761         the pixmap since it keeps it around.
12762
12763 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
12764
12765         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
12766         leak.
12767
12768         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
12769         leak with event filters.
12770
12771 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
12772
12773         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
12774         signal handlers with the right data arguments. (Fixes
12775         some warnings when a widget was repeatedly set as a drag
12776         destination.)
12777
12778         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
12779         window so we can avoid avoid setting the DND properties on the
12780         toplevel window repeatedly.
12781
12782 2000-05-13  Tor Lillqvist  <tml@iki.fi>
12783
12784         * gdk/win32/gdkwin32.h: Define more message types missing from
12785         mingw headers.
12786
12787         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
12788         call gdk_window_destroy_notify(). It was never called. This
12789         probably meant that the GdkWindow was never freed. Thanks Owen for
12790         noticing (!).
12791
12792         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
12793         window as destroyed before calling DestroyWindow(). DestroyWindow()
12794         causes a call to the window procedure (gdk_WindowProc), which
12795         calls gdk_event_translate(), which calls
12796         gdk_window_destroy_notify(), which gets confused unless the window
12797         is set as destroyed.
12798
12799         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
12800         this function to indicate it's win32 only. Put inside #ifdef
12801         G_ENABLE_DEBUG.
12802
12803         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
12804         debugging function. (gdk_event_translate:) Add a default branch
12805         that uses the above function to print debug messages with all
12806         Windows messages symbolically.
12807
12808         * gdk/win32/gdkprivate-win32.h: Declare it, and
12809         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
12810
12811 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
12812
12813         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
12814         public header file.
12815
12816 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
12817
12818         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
12819
12820         * gtk/gtktext.c: made the adjustments no-construct args, simply
12821         provide default adjustments.
12822         (gtk_text_destroy): release adjustments.
12823
12824         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
12825         adjustment argument non-construct.
12826
12827         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
12828         instead of in finalize.
12829         (gtk_progress_get_text_from_value): 
12830         (gtk_progress_get_current_text): 
12831         (gtk_progress_set_value): 
12832         (gtk_progress_get_percentage_from_value): 
12833         (gtk_progress_get_current_percentage): 
12834         (gtk_progress_set_percentage): 
12835         (gtk_progress_configure): ensure an adjustment is present.
12836
12837 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
12838
12839         * gtk/gtkcolorsel.[hc]:
12840         * gtk/gtkcolorseldialog.[hc]:
12841         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
12842         their parent implementation, use bit fields for boolean values, don't
12843         create unused widgets, usage of glib types, braces go on their own
12844         lines, function argument alignment, #include directives etc. etc. etc..
12845
12846         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
12847
12848 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
12849
12850         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
12851
12852         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
12853         of NULL.
12854
12855         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
12856         to freed data.
12857         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
12858
12859         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
12860         to NULL when the toplevel is getting destroyed.
12861         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
12862         (gtk_menu_destroy): 
12863         (gtk_menu_init): store the information of whether we have to
12864         readd the initial child ref_count during destruction in a new
12865         GtkMenu field needs_destruction_ref_count.
12866
12867         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
12868         here, those reading: learn from my mistake! ;)
12869         in order for set_?adjustment to support a default adjustemnt if
12870         invoked with an adjustment pointer of NULL, the code read (pseudo):
12871         if (v->adjustment) unref (v->adjustment);
12872         if (!adjustment) adjustment = adjustment_new ();
12873         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
12874         now imagine the first unref to actually free the old adjustment and
12875         adjustment_new() creating a new adjustment from the very same memory
12876         portion. here, the latter comparision will unintendedly fail, and
12877         all hell breaks loose.
12878         (gtk_viewport_set_hadjustment):
12879         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
12880         after unreferencing it.
12881
12882         * gtk/gtkcontainer.[hc]: removed toplevel registration
12883         functions: gtk_container_register_toplevel(),
12884         gtk_container_unregister_toplevel() and
12885         gtk_container_get_toplevels() which had wrong semantics
12886         anyways: it didn't reference and copy the list.
12887
12888         * gtk/gtkwindow.c: we take over the container toplevel registration
12889         bussiness now. windows are registered across multiple destructions,
12890         untill they are finalized. the initial implicit reference count
12891         users are holding on windows is removed with the first destruction
12892         though.
12893         (gtk_window_init): ref & sink and set has_user_ref_count, got
12894         rid of gtk_container_register_toplevel() call. add window to
12895         toplevel_list.
12896         (gtk_window_destroy): unref the window if has_user_ref_count
12897         is still set, got rid of call to
12898         gtk_container_unregister_toplevel().
12899         (gtk_window_finalize): remove window from toplevel list.
12900         (gtk_window_list_toplevels): new function to return a newly
12901         created list with referenced toplevels.
12902         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
12903
12904         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
12905         adjustment a non-construct arg.
12906         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
12907         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
12908         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
12909
12910         * gtk/gtkrange.c: added some realized checks.
12911         (gtk_range_destroy): get rid of the h/v adjustments in the
12912         destroy handler instead of finalize. remove timer.
12913         (gtk_range_get_adjustment): demand create adjustment.
12914
12915         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
12916         we simply create them on demand now and get rid of them in
12917         the destroy handler.
12918         (gtk_viewport_destroy): get rid of the h/v adjustments in the
12919         destroy handler instead of finalize.
12920         (gtk_viewport_get_hadjustment): 
12921         (gtk_viewport_get_vadjustment): 
12922         (gtk_viewport_size_allocate): demand create h/v adjustment
12923         if required.
12924
12925         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
12926         gtk_widget_real_destroy () functionality.
12927         (gtk_widget_real_destroy): reinitialize with a new style, instead
12928         of setting widget->style to NULL.
12929
12930 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
12931
12932         * gtk/gtkcalendar.c:
12933         * gtk/gtkbutton.c: ported _get_type() implementation over to
12934         GType, either to preserve memchunks allocation facilities,
12935         or because Gtk+ 1.0 GtkTypeInfo was still being used.
12936
12937         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
12938         over. prepare for ::destroy to be emitted multiple times.
12939         removed reference tracer magic. chain into GObjectClass.shutdown()
12940         to emit ::destroy signal.
12941
12942         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
12943         fundamental.
12944
12945         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
12946         cludge.
12947
12948         * gtk/gtksocket.c:
12949         * gtk/gtkplug.c:
12950         * gtk/gtklayout.c:
12951         * gtk/gtklabel.c:
12952         * gtk/gtkargcollector.c:
12953         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
12954         not being a fundamental anymore, and to work with the new
12955         type system (nuked fundamental type varargs clutter).
12956
12957         * gtk/*.c: install finalize handlers in the GObjectClass
12958         part of the class structure.
12959         changed direct GTK_OBJECT()->klass accesses to
12960         GTK_*_GET_CLASS().
12961         changed direct object_class->type accesses to GTK_CLASS_TYPE().
12962
12963         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
12964         GType. made most of the GTK_*() type macros and Gtk* typedefs
12965         simple wrappers around macros and types provided by GType.
12966         most notably, a significant portion of the old API vanished:
12967         GTK_TYPE_MAKE(),
12968         GTK_TYPE_SEQNO(),
12969         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
12970         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
12971         GTK_TYPE_ARGS,
12972         GTK_TYPE_CALLBACK,
12973         GTK_TYPE_C_CALLBACK,
12974         GTK_TYPE_FOREIGN,
12975         GtkTypeQuery,
12976         gtk_type_query(),
12977         gtk_type_set_varargs_type(),
12978         gtk_type_get_varargs_type(),
12979         gtk_type_check_object_cast(),
12980         gtk_type_check_class_cast(),
12981         gtk_type_describe_tree(),
12982         gtk_type_describe_heritage(),
12983         gtk_type_free(),
12984         gtk_type_children_types(),
12985         gtk_type_set_chunk_alloc(),
12986         gtk_type_register_enum(),
12987         gtk_type_register_flags(),
12988         gtk_type_parent_class().
12989         replacements, where available are described in ../docs/Changes-1.4.txt.
12990         implemented compatibility functions for the remaining API.
12991
12992         * configure.in: depend on glib 1.3.1, use gobject module.
12993
12994 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
12995
12996         * TODO.xml: Various updates to current status.
12997
12998 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
12999
13000         * gtk.m4: Print out version when test succeeds.
13001
13002 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
13003
13004         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
13005         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
13006         
13007         (Original triangle color selector from Simon Budig
13008         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
13009         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
13010         Santiago <mrcooger@cyberverse.com>)
13011
13012         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
13013         out into a separate widget.
13014
13015         * gtk/testgtk.c: Add some checkbuttons for toggling palette
13016         and opacity controls.
13017
13018 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
13019
13020         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
13021         snuck in prematurely.
13022
13023 2000-05-07  Tor Lillqvist  <tml@iki.fi>
13024
13025         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
13026         had deleted a ! operator by mistake, which caused
13027         GDK_SELECTION_CLEAR events never to be generated, which caused
13028         only the first copy to the clipboard from an gtkeditable to
13029         actually cause a copy to the Windows clipboard.
13030
13031 2000-05-06  Tor Lillqvist  <tml@iki.fi>
13032
13033         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
13034         compilation, too. Current mingw gcc distributions include the
13035         necessary headers. Also the necessary IIDs are now in mingw
13036         headers/libraries, and own definitions unnecessary.
13037
13038         More hacking on OLE2 DND, still doesn't work though, and thus
13039         ifdeffed out.
13040
13041         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
13042         here, too.
13043
13044 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
13045
13046         * gdk/nanox/*: nano-X port work in progress.
13047         * gdk/simple.c: simple test for Gdk.
13048         * README.nanox: notes about the port: read this first!
13049         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
13050         with nano-X.
13051
13052 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
13053
13054         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
13055         gdk_window_clear() into common code, implement in terms of
13056         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
13057         not redirected to the backing rectangle.
13058
13059 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
13060
13061         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
13062         EXTRA_DIST. It does not work well when the file that
13063         everything depends on is not in the tarball.
13064
13065 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
13066
13067         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
13068         with recursion where process_updates() is called from
13069         an expose handler. (GtkTextView is highly broken in
13070         doing this, but it should work, so it is a nice test
13071         case.)
13072
13073 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
13074
13075         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
13076         handle the case where updates are queued during processing of
13077         updates.
13078
13079 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
13080
13081         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
13082         window is on gdk_display - use that instead of segfaulting.
13083
13084 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
13085
13086         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
13087         broken and require an empty arg, give it to them.
13088
13089 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
13090
13091         * gtk/gtklabel.h: indentation fixes.
13092
13093 2000-05-02  Tor Lillqvist  <tml@iki.fi>
13094
13095         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
13096         draw too narrow or too low arcs, they seem to fail, at least with
13097         some display drivers.
13098
13099         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
13100
13101         Large changes to the Win32 backend, partially made necessary by
13102         the changes to the backend-independent internal
13103         structures. Attempts to implement similar backing store stuff as
13104         on X11. The current (CVS) version of the Win32 backend is *not* as
13105         stable as it was before the no-flicker branch was merged. A
13106         zipfile with that version is available from
13107         http://www.gimp.org/win32/. That should be use by "production"
13108         code until this CVS version is usable. (But note, the Win32
13109         backend has never been claimed to be "production quality".)
13110
13111         * README.win32: Add the above comment about versions.
13112
13113         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
13114
13115         * gdk/gdk.def: Update.
13116
13117         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
13118         presumably be replaced by some more better mechanism as 1.4 gets
13119         closer to release shape.
13120
13121         * gdk/makefile.{cygwin,msc}: Update.
13122
13123         * gdk/win32/*.c: Correct inclusions of the backend-specific and
13124         internal headers. Change code according to changes in these. Use
13125         gdk_drawable_*, not gdk_window_* where necessary.
13126
13127         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
13128         our old DND.
13129
13130         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
13131         to interpret single characters as UTF-8. Thanks to Hans Breuer.
13132         Use correct function name in warning messages.
13133
13134         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
13135         GSourceFuncs gdk_event_prepare and gdk_event_check.
13136         (gdk_event_get_graphics_expose): Do implement, use
13137         PeekMessage. Thanks to Hans Breuer.
13138         (event_mask_string): Debugging function to print an GdkEventMask.
13139         (gdk_pointer_grab): Use it.
13140
13141         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
13142         (old) book I used claimed was Hangul actually is CJK Unified
13143         Ideographs Extension A. Also, Hangul Syllables were missing.
13144         Improve logging.
13145
13146         * gdk/win32/gdkgc-win32.c: Largish changes.
13147
13148         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
13149         g_win32_getlocale() from GLib, and not setlocale() to get current
13150         locale name.
13151
13152         * gdk/win32/gdkprivate-win32.h
13153         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
13154         gdkwin32.h, similarily as in the X11 backend.
13155
13156         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
13157         assignment was used instead of equals in if test. Thanks to Hans
13158         Breuer.
13159
13160         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
13161         the X11 version.
13162
13163         * gdk/win32/makefile.{cygwin,msc}
13164         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
13165         path to the Win32 headers that works also with the mingw compiler.
13166
13167         * gtk/gtkstyle.c: Include <string.h>.
13168
13169 2000-04-26  Havoc Pennington  <hp@redhat.com>
13170
13171         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
13172         replacing the broken gtk_label_get ()
13173
13174 2000-04-15  Havoc Pennington  <hp@pobox.com>
13175
13176         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
13177         this keeps scanner scripts from getting confused.
13178
13179         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
13180         data, rather than void
13181
13182 2000-04-15  Tor Lillqvist  <tml@iki.fi>
13183
13184         * gtk/gtkclist.c (gtk_clist_motion)
13185         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
13186         with is_hint FALSE, get x and y from the event. They used to be
13187         used uninitialised. The Win32 backend never sends motion events
13188         marked as hints. This for instance fixes the annoying file and
13189         font selector behaviour in the Win32 version.
13190
13191 2000-04-14  Tor Lillqvist  <tml@iki.fi>
13192
13193         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
13194         gtk_private_n_signals variables, they are used by some software,
13195         sigh.
13196
13197         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
13198         installation directory from the Registry, where the installer
13199         should have put it.
13200
13201 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
13202
13203         * gdk/x11/Makefile.am: Fix problem with installation directory for
13204         gdkx.h
13205
13206         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
13207         <mrcooger@cyberverse.com> so that when selecting menus with the
13208         mouse, the first item will not be selected, but when selecting
13209         with an accelerator, or navigating left-right on a menubar with
13210         the menus popped up, the first item will be selected.
13211
13212 2000-04-05  Dan Damian  <dand@dnttm.ro>
13213
13214         * configure.in: Added "ro" to ALL_LINGUAS.
13215
13216 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
13217
13218         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
13219         indentation.
13220
13221         * Makefile.am (EXTRA_DIST): Fix typo.
13222
13223         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
13224         to catch gdkconfig.h
13225
13226         * gtk/gtkitemfactory.c: Added FIXME.
13227
13228 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
13229
13230         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
13231         s/return_if_fail/return_val_if_fail/g and add a return value.
13232
13233 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
13234
13235         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
13236         merge slipup.
13237
13238         * gdk/gdkinput.h: Fix missing line from merge.
13239
13240 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
13241
13242         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
13243         instead of gdkprivate.h.
13244
13245 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
13246
13247         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
13248         parent class to correctly be GtkDialogClass.
13249
13250 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
13251
13252         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
13253         toplevel windows and their immediate children by their parents,
13254         since the size of toplevel windows is out of our immediate
13255         control and we don't get any real benefit from trying to track
13256         this size for clipping.
13257
13258         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
13259         for input_only windows.
13260
13261         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
13262         to fix some hacks and make sure that we don't try to set the
13263         background of input only windows.
13264
13265 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
13266
13267         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
13268         the _really_ internal stuff, and leave gdkprivate.h for the fake private
13269         stuff that we've traditionally exposed.
13270
13271         * gdk/**.c: Use gdkinternals.h where appropriate.
13272
13273         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
13274         not include gdkprivate-x11.h, move all stuff of conceivable public
13275         interest into gdkx.h; keep all really private stuff in
13276         uninstalled header gdkprivate-x11.h.
13277
13278         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
13279         image->image_put on windows through a new function _gdk_window_draw_image()
13280         to allow us to do backing store for images. (Sort of ugly)
13281
13282         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
13283         contexts locally so that we can offset them properly when drawing 
13284         onto backing pixmaps.
13285
13286         * gdk/gdkinput.h: Reindented
13287
13288         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
13289         pixmap or color for the window, so we can properly initialize
13290         our double-buffer pixmaps, and also so that we temporarily set
13291         a background of None while scrolling.
13292
13293         * gdk/gdkregion.h: Revise region boolean operators to have an
13294         interface that is actually convenient - switch from creating new
13295         regions on every op, to "methods" that modify existing regions
13296         (A = A OP B). 3 argument forms which allow dest == src, would also
13297         be possible, but the current interfaces seem to map nicely
13298         onto what needs to be done. (There is quite a lot of region
13299         code in GDK now.)
13300
13301         * gdk/gdkregion.h: Add constructor from rectangle and a copy
13302         operator.
13303
13304         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
13305         gdkpoly-generic.h: Copy region code from Xlib, switch it over
13306         to 32 bit coordinates, modify it to be mostly GTK+ style
13307         and to have interfaces that match gdkregion.h.
13308
13309         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
13310         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
13311         create a backing pixmap and redirect all drawing to
13312         that backing pixmap until a matching gdk_window_end_paint().
13313
13314         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
13315         Create a special drawable class for GtkWindow's that 
13316         redirects the drawing to the backing pixmap as necessary
13317         and then calls the real operations in _gdk_windowing_window_class.
13318
13319         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
13320         Store invalid region for each window. Generate expose events for invalid
13321         region in an idle. This replaces both the expose compression
13322         and the redrawing queuing in GTK+. It is both more efficient and
13323         simpler than either one individually and far more so then the
13324         combination.
13325
13326         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
13327         Emulate 32 bit coordinates for windows with 16 bit coordinates
13328         by offsetting drawing, guffaw scrolling techniques and
13329         mapping/unmapping child windows as necessary.
13330
13331         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
13332         where, when invalid regions are processed, the region is stored,
13333         and if expose events come in that are detectably duplicate
13334         the processed exposes (by comparison of event serial numbers),
13335         the stored region is subtracted out of those exposes.
13336
13337         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
13338         regions newly exposed when scrolling or resizing windows.
13339         This, combined with forcing processesing of queued invalidated
13340         regions, gives nice flicker-free scrolling.
13341
13342         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
13343         invalidated regions after every scroll.
13344
13345         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
13346         emulation in GDK. Its, for all practical purposes just a
13347         GtkViewport/GtkFixed hybrid now.
13348
13349         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
13350         (16-bit) structures as necessary instead of just casting.
13351
13352         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
13353         in terms of the structures from gdkregion-generic.c, using appropriate
13354         offsets from GDK to X11 coordinates. Cache clip mask and
13355         origin and ts origin locally and only flush to the server
13356         when drawing, to avoid constantly setting and resetting these
13357         values when offsetting GC's for scrolling and backing pixmaps.
13358
13359         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
13360
13361         * gtk/gtkcontainer.c: Call process_all_updates at end
13362         of resizing to reduce flicker. (Avoids having redraw
13363         lag arbitrarily behind resize under some circumstances)
13364
13365         * gtk/gtkentry.c: Remove old backing store code, and simply take
13366         advantage of the new backing store capabilities of GDK.
13367
13368         * gtk/gtkmain.c: Simple implementation of widget backing
13369         store - simply push a paint while handling each expose.
13370         (Should really be configurable widget for widget.)
13371         
13372         * gtk/gtkwidget.c: Remove all the old complicated redraw
13373         code, and simply invalidate the GDK windows from
13374         gdk_window_queue_clear(), etc. (Sigh, so much carefully
13375         debugged complexity ... gone to the winds.)
13376
13377         Remove all the code for suppressing expose events while
13378         resizes are pending; this isn't needed since the invalid
13379         areas won't be processed until after the resizes are
13380         processed, since they are in a lower priority idle.
13381
13382 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
13383
13384         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
13385         and height of dest rectangle for non-intersecting rectangles.
13386
13387 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
13388
13389         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
13390         for GdkRectangle.
13391
13392 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
13393
13394         * gdk/gdk{events,image,private,types,window}.h
13395          gdk/x11/gdkinputprivate.h: Change all coordinates
13396          from int16 to int. Also, Change width and height from
13397          unsigned to signed to avoid all the stupid C 
13398          signedness bugs.
13399
13400 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
13401
13402         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
13403         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
13404         Add some more detailed checking.
13405
13406         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
13407         New function to retrieve the depth of a drawable.
13408
13409         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
13410         field, reorder fields to save memory. 
13411
13412 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
13413
13414         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
13415         of the background image instead of scaling the background down to
13416         a line.
13417
13418         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
13419         which temporarily set slider to wrong size.
13420
13421         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
13422         queue_clear().
13423
13424 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
13425
13426 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
13427
13428         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
13429
13430 2000-03-17  Tor Lillqvist  <tml@iki.fi>
13431
13432         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
13433         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
13434
13435         * gdk/win32/gdkfont-win32.c
13436         * gdk/win32/gdkproperty-win32.c
13437         * gdk/win32/gdkselection-win32.c
13438         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
13439         now declared such.
13440
13441 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
13442
13443         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
13444
13445 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
13446
13447         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
13448         is called without trapping X errors.
13449
13450 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
13451
13452         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
13453         way into the fontset lists.
13454
13455 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
13456
13457         * gtk/gtkthemes.h: add extern "C" scope.
13458
13459 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
13460
13461         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
13462         to make appends to the list constant. (gtk-guy-990901-0.patch)
13463
13464 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
13465
13466         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
13467         for the typename hash table.
13468
13469 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
13470
13471         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
13472         to make sure we never divide by zero. 
13473         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
13474
13475 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
13476
13477         * gtk/gtkfontsel.c: Apply patch from
13478         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
13479         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
13480
13481         Also, some cleanups in atom handling.
13482
13483 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
13484
13485         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
13486         not GtkWidget.
13487
13488 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
13489
13490         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
13491         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
13492         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
13493         more guint wrap-around bugs before going to bed.
13494
13495 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
13496
13497         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
13498         guint wrap arounds in allocation.width.
13499
13500         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
13501         process untill we fit the allocation given.
13502
13503 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
13504
13505         * gtk/gtkwidget.c:
13506         (gtk_widget_unrealize): guard widget access with ref/unref
13507         around signal emission.
13508         (gtk_widget_hide): same here, but also check its destroyed
13509         state before queueing a resize.
13510
13511 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
13512
13513         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
13514         of gtk_default_insensitive_bg as insensitive base color.
13515
13516         * gtk/gtktext.c (gtk_text_style_set): set the background color according
13517         to the widget's state.
13518         (gtk_text_realize): same here.
13519         (gtk_text_state_changed): same here.
13520         (draw_bg_rect): compare background color against base[] from
13521         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
13522
13523 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
13524
13525         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
13526         grabs are active, unless a delete event is send to the toplevel
13527         of the currently grab holding widget.
13528
13529 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
13530
13531         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
13532         debugging g_print's.
13533
13534 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
13535
13536         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
13537         ever make the scrolled-window requisition ever depend on the 
13538         visibility state of the scrollbars for the AUTOMATIC policy. 
13539         This breaks the GTK+ requisition model, and causes loops.
13540
13541 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
13542
13543         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
13544         the default font to avoid problems with XFree86-4.0 where the
13545         default charset is iso10646-1, not iso8859-1.
13546
13547 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
13548
13549         * acinclude.m4
13550         * config.guess
13551         * config.sub
13552         * ltconfig
13553         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
13554
13555         * gtk/Makefile.am: minor cosmetic consistency tweak
13556
13557 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
13558
13559         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
13560         the activate_time to 0, so that we handle a quick
13561         press/release press/release properly and don't suppress
13562         the second release. (Red Hat bug #7545)
13563
13564 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
13565
13566         * gtk/gtkctree.c (row_delete):
13567         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
13568         bugs with destruction notifier, *always* update internal
13569         structures *before* calling user code.
13570
13571 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
13572
13573         A few more fixes for bug #5487, #2051, #2677.
13574         * gtk/gtkclist.c : 
13575         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
13576         not GDK_BUTTON_PRESS.
13577         (resync_selection): resync only if selection_mode is
13578         GTK_SELECTION_EXTENDED
13579         * gtk/gtkctree.c (resync_selection): same here
13580
13581 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
13582
13583         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
13584         gdk_drag_get_selection() and gtk_menu_detach().
13585
13586         [ From Jeroen Ruigrok/Asmodai ]
13587
13588 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
13589
13590         * gtk/gtknotebook.c (gtk_notebook_size_request): 
13591         page->tab_label can be NULL.
13592
13593 2000-01-25  Havoc Pennington  <hp@pobox.com>
13594         
13595         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
13596         arg is boolean
13597
13598         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
13599
13600         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
13601
13602         * gdk/gdkproperty.c (gdk_property_get): return boolean
13603
13604         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
13605
13606         * gdk/gdkim.c (gdk_im_ready): return boolean
13607
13608         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
13609
13610         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
13611         glib clash, should fix glib)
13612
13613         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
13614         (gdk_get_show_events): return gboolean, and canonicalize 
13615         to TRUE/FALSE
13616
13617         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
13618         colormap is private
13619         (gdk_colors_alloc): gboolean whether to be contiguous
13620         (gdk_color_equal): return gboolean since we are a predicate
13621         and not a qsort() (this looks semi-wrong due to glib breakage,
13622         IMO glib should be fixed)
13623         
13624         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
13625         (gdk_get_use_xshm): return gboolean
13626         (gdk_pointer_is_grabbed): return gboolean
13627
13628         * gdk/gdk.h: Change prototypes to match all the above changes,
13629         and re-run egtk-format-protos as required.
13630
13631 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
13632
13633         * gtk/gtkctree.c (resync_selection): 
13634         * gtk/gtkclist.c (resync_selection):
13635
13636         Return immediately if clist->drag_pos < 0. This is a workaround
13637         for the corrupt state that the clist gets into when a
13638         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
13639
13640         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
13641         
13642         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
13643         variable from recent commit.
13644
13645 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
13646
13647         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
13648
13649 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
13650
13651         * gtk/Makefile.am: prefix all autogenerated source that get build in
13652         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
13653         in builddir. since we subsequently cd into srcdir for autogeneration,
13654         the paths have to be stripped from the target file names, thusly we
13655         use $(@F) as target names now.
13656         put a comment about configure.in's --disable-rebuilds option,
13657         which can be used for non-writable source directories, for development
13658         setups though, srcdir has to be *writable*.
13659
13660 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
13661
13662         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
13663           Finish the job of allowing event to be NULL.
13664           (Fixes bug #4283, reported by Chris Blizzard)
13665
13666         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
13667           things so that the cursor appears on screen, properly
13668           take into account INNER_BORDER.
13669           (Fixes bug #4754, reported by Antonio Campos)
13670
13671 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
13672
13673         * gtk/gtknotebook.c (gtk_notebook_map): Don't
13674           show the tab_label unless it itself is visible.
13675
13676           gtk/gtknotebook.c (gtk_notebook_size_request):
13677           Do a better job of making sure that the visibility
13678           of the tab label corresponds to whether it should
13679           be mapped or not.
13680
13681 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
13682
13683         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
13684           Use the requisition, not the allocation, since the
13685           allocation has not necessarily been computed yet.
13686           (Pointed out by Eugene Osintsev)
13687
13688 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
13689
13690         * gtk/gtkstyle.c (gtk_style_new): Dont' set
13691           style/base[GTK_STATE_INSENSITIVE] both to
13692           gtk_default_insensitive_bg!
13693           (Bug #2187, reported by Jonathan Blandford)
13694
13695         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
13696           Add Alt_L, Alt_R to list of invalid accelerators.
13697           (Bug #3736, reported by Vlad Harchev)
13698
13699 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
13700
13701         * gtk/gtkfilesel.c (open_ref_dir): Fix several
13702         bugs which occured after an attempt to open 
13703         invalid home directory left cmpl_state->reference_dir == NULL.
13704
13705          - completion on files in home directory didn't work
13706          - completion on an empty string caused  segfault
13707
13708          (Bug #3678, reported by Steve Ratcliffe)
13709
13710         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
13711         cut and paste error that was causing scales to
13712         be incorrectly positioned.
13713         (Bug #2956,
13714          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
13715
13716 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
13717
13718         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
13719         when checking for dcgettext, if we've found we needed
13720         it for dgettext.
13721 +
13722 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
13723
13724         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
13725         queue_clear on NO_WINDOW widgets during a reparent,
13726         since at that point the window and widget heirarchies
13727         are out of sync. This stops crashing in some cases
13728         (the scrolled window reparent test, for instance), and
13729         _probably_ won't cause drawing errors.
13730
13731         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
13732         test do what it was supposed to do and be robust against
13733         window closings, etc. (Bug #2443)
13734
13735 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
13736
13737         * gtk/gtkentry.c: Fix return values on mouse events.
13738         (Bug #2686, Sky <seb_sky@yahoo.com>)
13739
13740         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
13741         (pointed out by George Lebl)
13742
13743         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
13744         (From Ettore Perazzoli  <ettore@helixcode.com>)
13745  
13746 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
13747
13748         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
13749         clicks between rows or outside calender area correctly.
13750         (Patch from Damon Chaplin)
13751
13752         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
13753         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
13754           Call destroy function when overwriting existing data. 
13755           (Pointed out by Damon Chaplin)
13756
13757 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
13758
13759         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
13760           which was causing problems on various systems with Xmu.
13761           This hasn't been needed for a very long time.
13762           (Fixes #1185 3167)
13763
13764 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
13765
13766         * gdk/gdki18n.h: Include <ctype.h> when defining
13767           gdk_isw* in terms of is* as a fallback.
13768           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
13769
13770 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
13771
13772         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
13773           realize the widget when it is size allocated!
13774           (old, old bug)
13775
13776         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
13777           Removed unused call to gdk_window_get_size() that
13778           showed up when the above was fixed.
13779
13780 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
13781
13782         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
13783           fix up widget->window when the widget is a
13784           NO_WINDOW container widget.
13785
13786 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
13787
13788         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
13789           to account for the fact that feof() does _not_ 
13790           return TRUE on errors, and thus avoid infinite loops
13791           when trying to use gdk_pixmap_create_from_xpm()
13792           on unreadable values.
13793
13794 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
13795
13796         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
13797
13798 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
13799
13800         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
13801           gdk_gc_set_dashes to take gint8 instead of gchar to
13802           make it clearer that it is _not_ a NULL terminated string.
13803
13804         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
13805           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
13806           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
13807           arguments.
13808
13809 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
13810
13811         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
13812         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
13813         background size relative to our allocation, guard against small
13814         allocations, we may have not yet been size allocated.
13815
13816 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
13817
13818         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
13819         not just version == 3. We implement all 3 + most of 4 - 
13820         (we don't support matching text/plain;charset=iso-8859-1
13821         to a dest that expects text/plain). We'll still advertise
13822         3 to be safe, but any client implementing version >= 3
13823         must interoperate with 3.
13824         
13825 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
13826
13827         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
13828         background and gc members, add a warning in gtk_tooltips_set_color()
13829         indicating that this function is deprecated.
13830
13831 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
13832
13833         * docs/gtkfaq.sgml: FAQ Update:
13834           - Minor cleanups (Emmanuel, me)
13835           - New questions:
13836                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
13837                 How can I retrieve the text from a GtkMenuItem? (timj)
13838                 How do I validate/limit/filter the input to a GtkEntry? (me)
13839                 Memory does not seem to be released when I free the list
13840                         nodes I've allocated (timj)
13841
13842 2000-03-07  Tor Lillqvist  <tml@iki.fi>
13843
13844         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
13845         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
13846         for which it is no use to call GetLastError onWin9x.
13847         (gdk_other_api_failed) New function, for general error
13848         reporting without calling GetLastError.
13849         (gdk_win32_api_failed) OTOH, this function always calls
13850         GetLastError. (gdk_win32_last_error_string) Remove this function,
13851         GLib has the equivalent now.
13852
13853         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
13854         call them with function name, file name and line number in the
13855         arguments.
13856
13857         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
13858         functions.
13859         
13860         * gtk/gtk.def: Add some missing entry points.
13861
13862         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13863         gtk_paned_set_gutter_size, which don't exist any longer, as void.
13864         
13865         Fixes by Hans Breuer:
13866
13867         * gdk/makefile.msc: Update for debugging.
13868
13869         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
13870         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
13871         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
13872         in the dash_list.
13873
13874         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
13875         the x11 backend.
13876
13877         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
13878
13879         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
13880
13881 2000-03-04  Tor Lillqvist  <tml@iki.fi>
13882
13883         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
13884         just pixel value of background colour.
13885
13886         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
13887         containing code snippet previously duplicated in a couple of
13888         places.
13889         
13890         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
13891         gdk_colormap_color.
13892
13893         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
13894         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
13895         events for autorepeated Shift, Control and Alt keys. Use
13896         gdk_colormap_color.
13897
13898         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
13899         pointer is inside the window the cursor of which we are setting,
13900         call SetCursor immediately.
13901
13902         * gdk/win32/makefile.cygwin
13903         * gtk/makefile.cygwin: If we don't have the build number stamp
13904         file, use zero.
13905
13906         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13907         gtk_paned_set_gutter_size as empty.
13908
13909         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
13910         
13911 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
13912
13913         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
13914           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
13915           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
13916           docs/gtk_tut.sgml docs/gtk.texi TODO:
13917
13918           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
13919
13920 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
13921
13922         * gtk/gtkcalendar.c: Implement num_marked_dates,
13923           and don't emit mutiple day_selected signals on
13924           month_prev.
13925
13926 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
13927
13928         * docs/make-todo (lineno): let title and logo be configurable so
13929         that GNOME can use this script too.
13930
13931         * TODO.xml: added logourl and a title
13932
13933 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
13934
13935         * TODO.xml: Added some UI items, and an explanatory
13936         comment at the top of the file.
13937
13938 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
13939
13940         * TODO.xml: some updates, added abunch of new entries.
13941         a note for those fiddeling with this file, when done
13942         with it, invoke:
13943         $ ./docs/make-todo TODO.xml >/dev/null
13944         and correct output errors before comitting changes.
13945
13946 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
13947
13948         * TODO.xml: Added XML-structured TODO file.
13949         * docs/make-todo: python script to turn TODO.xml into
13950           pretty XML output. 
13951
13952 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
13953
13954         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
13955         the function to let it draw the seven dots, instead of the old,
13956         much maligned, method.
13957         (draw_dot): New function to draw a dot.
13958
13959         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
13960         to draw the handle inside the border width as opposed to outside.
13961         Use paint function instead of gdk_draw_point.
13962
13963         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
13964         to draw the handle inside the border width as opposed to outside.
13965         Use paint function instead of gdk_draw_point.
13966
13967         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
13968         Change indenting to be more GTK like.
13969
13970 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
13971
13972         * docs/gtk_tut.sgml: New section on GtkCalendar
13973         * examples/calendar: Update example code
13974
13975 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
13976
13977         * docs/gtkfaq.sgml: FAQ Update
13978
13979 2000-02-19  Anders Carlsson  <andersca@gnu.org>
13980
13981         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
13982         to prevent the scroll event to be propagated upwards.
13983
13984 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
13985
13986         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
13987         OwnerGrabButtonMask from button entries for
13988         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
13989
13990         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
13991         to the event mask (which will result in button/press release
13992         being added to the event mask on Unix) so scrolling works
13993         for layouts in scroll windows.
13994
13995         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
13996
13997         Patch from Anders Carlsson  <andersca@gnu.org> to add
13998         a scroll event.
13999
14000         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
14001         scrolling to the "Test Scrolling" part of testgtk.
14002  
14003         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
14004  
14005         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
14006         it against GDK_SCROLL.
14007  
14008         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
14009         way of mouse wheel scrolling.
14010  
14011         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
14012  
14013         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
14014  
14015         * gtk/gtkmain.c: Removed previous mouse wheel hack.
14016  
14017         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
14018         gdk_event_mask_table.
14019  
14020         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
14021         GdkEventScroll handler.
14022  
14023         * gdk/gdkevents.h: Added GdkEventScroll structure.
14024  
14025 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
14026
14027         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
14028         and Anders Carlsson to change the Paned widgets so that they
14029         can be dragged from anywhere along the length. Also change
14030         the way that this is drawn to make this apparent.
14031
14032         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
14033         from George Lebl to check that option_menu->menu is present
14034         before getting history.
14035
14036 2000-02-14  Tor Lillqvist  <tml@iki.fi>
14037
14038         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
14039         before the assertion for non-NULL segment list.
14040
14041         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
14042         Seems that pattern brushes *must* be 8x8 pixels! At least on my
14043         machine, but it might be display driver dependent. Sigh, so make
14044         sure the stipple is that size. Does Windows suck or what?
14045
14046         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
14047         places.
14048
14049 2000-02-13  Havoc Pennington  <hp@pobox.com>
14050
14051         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
14052         refcount to 1
14053         (gdk_cursor_new): init refcount to 1
14054
14055         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
14056
14057 2000-02-13  Tor Lillqvist  <tml@iki.fi>
14058
14059         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
14060         so that we don't have to do unnecessary settings to the HDC.
14061
14062         * gdk/win32/gdkdrawable-win32.c
14063         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
14064         gdk_gc_predraw.
14065
14066         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
14067         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
14068         GDI paths, call WidenPath to get the outline of the stroken path,
14069         and then fill the outline (with the brush that was built from the
14070         stipple).
14071
14072         * gdk/win32/gdkgc-win32.c: Factor out common code from
14073         _gdk_win32_gc_new and gdk_win32_gc_set_values into
14074         gdk_win32_gc_values_to_win32values. Use correct colour for
14075         SetBkColor() (Until now the code actually used a random colour in
14076         the call to SetBkColor()... but that didn't show up as not many
14077         GDI APIs use the background colour. Pattern (opaque stippled)
14078         brushes do.)
14079
14080         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
14081         gdk_win32_api_failed): New functions for error logging.
14082
14083         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
14084         WIN32_API_FAILED to call them, passing function or file name and
14085         line number.
14086
14087         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
14088
14089         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
14090         GdkColor for foreground and background in GdkGCWin32Data.
14091
14092         * gdk/makefile.cygwin: Link in the resource object separately.
14093
14094         * gdk/win32/rc/gdk.rc
14095         * gtk/gtk.rc (New file)
14096         * gdk/win32/makefile.cygwin
14097         * gtk/makefile.cygwin: Update build number in DLLs automatically,
14098         as in GLib.
14099
14100 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
14101
14102         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
14103         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
14104         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
14105         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
14106         parameters given and cursor->ref_count. coding style fixups.
14107
14108         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
14109         not GtkWidget.
14110         
14111         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
14112         fix up widget macros and add _GET_CLASS() variant.
14113         
14114         * gtk/*.c: some GtkType fixups.
14115
14116 2000-02-09  Tor Lillqvist  <tml@iki.fi>
14117
14118         * gdk/win32/gdkproperty-win32.c
14119         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
14120         were reversed.
14121
14122 2000-02-04  Tor Lillqvist  <tml@iki.fi>
14123
14124         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
14125         g_filename_to_utf8 to convert the font names Windows gives us from
14126         whatever is the default codepage to UTF-8.
14127         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
14128         in the other direction.
14129
14130         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
14131         error in debugging output.
14132
14133 2000-02-02  Tor Lillqvist  <tml@iki.fi>
14134
14135         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
14136         and height parameters to gdk_window_clear_area(). Not minus one.
14137
14138 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
14139
14140         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
14141         checks if the widget passed to gtk_drag_get_data() was not the
14142         dest widget.
14143
14144 2000-02-01  Tor Lillqvist  <tml@iki.fi>
14145
14146         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
14147         g_filename_from_utf8 functions (which were added a moment ago to
14148         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
14149         size buffers.
14150
14151         gtk_file_selection_get_filename returns the filename in the C
14152         runtime encoding. It calls g_filename_from_utf8, but copies the
14153         returned string to a static buffer, which is returned. I think
14154         this is better than returning the result from g_filename_from_utf8
14155         directly, which would mean all apps that use it would have to free
14156         the return value. Or should this function care about this issue at
14157         all? Maybe a new function with clearly defined semantics.
14158
14159         * gtk/gtkfilesel.h: Add comment about
14160         gtk_file_selection_get_filename returning the filename in the C
14161         runtime's encoding.
14162
14163         * README.win32
14164         * gdk/gdk.def
14165         * gdk/makefile.{cygwin,msc}
14166         * gtk/gtk.def: Updates.
14167
14168         * gdk/gdkcursor-win32.c: Initialise refcount.
14169
14170 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
14171
14172         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
14173
14174 2000-01-30  Havoc Pennington  <hp@pobox.com>
14175
14176         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
14177         destroy
14178
14179         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
14180
14181         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
14182         implemented in platform-specific code
14183
14184         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
14185
14186         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
14187         underscore in front
14188
14189         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
14190         put an underscore in front
14191
14192         * gdk/gdkcursor.c: new file, implements
14193         gdk_cursor_ref/gdk_cursor_unref
14194
14195         * gdk/gdkcursor.h: Refcount GdkCursor
14196
14197         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
14198
14199 2000-01-29  Tor Lillqvist  <tml@iki.fi>
14200
14201         * gdk/gdkwindow.h
14202         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
14203
14204 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
14205
14206         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
14207         structures to properly inherit from GtkWidget not GtkBin.
14208
14209 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
14210
14211         * gtk+.spec.in: Added lib/gtk+/include/* to %files
14212         (bug #5178 - Peter Wainright)
14213         
14214         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
14215         so that it will be installed.
14216         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
14217
14218 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
14219
14220         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
14221         for the GtkStyleClass vtable const.
14222
14223         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
14224         take a const string argument like GtkTranslateFunc. This will
14225         require changes in use code.
14226
14227 2000-01-19  Tor Lillqvist  <tml@iki.fi>
14228
14229         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
14230         semantics (to mimic the X11 backend, which just calls XClearArea)
14231         is to check for zero width (and height), and in that case use the
14232         window's width minus x (height minus y). This fixes for instance
14233         some redraw problems with gtkclist, which were easily noticeable
14234         in the gtk file selection widget.
14235
14236         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
14237         windows.
14238
14239 2000-01-13  Tor Lillqvist  <tml@iki.fi>
14240
14241         * configure.in
14242         * gdk/Makefile.am
14243         * gdk/x11/Makefile.am
14244         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
14245         (bug #5177).
14246         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
14247         out later.
14248
14249 2000-01-09  Tor Lillqvist  <tml@iki.fi>
14250
14251         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
14252         WM_MOVE for iconified or invisible windows. This fixes various
14253         problems when minimising windows. Thanks to Bernd Herd.
14254
14255 2000-01-05  Tor Lillqvist  <tml@iki.fi>
14256
14257         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
14258         backend's draw_lines method, not draw_points.
14259
14260 2000-01-02  Tor Lillqvist  <tml@iki.fi>
14261
14262         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
14263         before Owen's reorganisation: Don't have queued_events and
14264         queued_tail statics in this file, but use gdk_queued_events and
14265         gdk_queued_tail. This makes exposure event compression work again.
14266
14267         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
14268         seem to be needed?
14269
14270 1999-12-30  Tor Lillqvist  <tml@iki.fi>
14271
14272         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
14273         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
14274         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
14275         doesn't do anything.
14276
14277         * gdk/gdk.def: Add gdk_xid_table_insert.
14278
14279         * gdk/win32/gdkprivate-win32.h
14280         * gdk/win32/gdkevents-win32.c
14281         * gdk/win32/gdkinput-win32.c
14282         
14283         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
14284         extension_events field in the GdkWindowWin32Data struct. Use only
14285         the extension_events field in GdkWindowPrivate. Previously one was
14286         set, and the other one tested, which broke tablet
14287         functionality. Thanks to Keishi Suenaga for pointing this out.
14288
14289 1999-12-18  Tor Lillqvist  <tml@iki.fi>
14290
14291         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
14292         When handling a single character (text length == 1), don't handle
14293         it as if it was UTF-8.
14294
14295 1999-12-11  Tor Lillqvist  <tml@iki.fi>
14296
14297         * Makefile.am: Distribute README.win32.
14298         
14299         * gdk/Makefile.am
14300         * gdk/win32/Makefile.am: Distribute Win32 files.
14301
14302         * gdk/makefile.msc: New file.
14303
14304         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
14305         after label).
14306
14307         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
14308         gdk_error_code as GDKVAR, as they are referred outside GDK.
14309
14310         * gdk/win32/makefile.msc: Update.
14311
14312         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
14313         tweaks. Check only if at least one of those Unicode subrange bits
14314         we care for is set. If no code page bits are set, guess (wildly)
14315         based on the charset.
14316
14317         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
14318
14319         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
14320         non-NULL.
14321
14322         * gtk/gtkdnd.c
14323         * gtk/gtklayout.c
14324         * gtk/gtkplug.c
14325         * gtk/gtkselection.c
14326         * gtk/gtksocket.c
14327         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
14328         appropriate. There must be a cleaner way to handle this?
14329
14330         * gtk/gtkrc.c: Must include windows.h on Win32.
14331
14332         * gtk/testgtk.c: No need to include gdkx.h.
14333
14334         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
14335
14336 1999-12-07  Tor Lillqvist  <tml@iki.fi>
14337
14338         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
14339         the rbearing is set to the same as the width, but this should be
14340         fixed.
14341
14342 1999-12-06  Tor Lillqvist  <tml@iki.fi>
14343
14344         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
14345         function. If Windows doesn't tell us what Unicode subranges a font
14346         covers, guesstimate based on the codepages it covers. This will
14347         hopefully help those Windows versions or fonts that don't give us
14348         any useful Unicode subrange information with GetTextCharsetInfo.
14349         Call this function in gdk_font_load_internal.
14350
14351         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
14352         minor changes.
14353
14354 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
14355
14356         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
14357         New function, long needed.
14358
14359 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
14360
14361         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
14362         only_if_exists argument of gdk_atom_intern to
14363         bool.
14364
14365 1999-11-25  Tor Lillqvist  <tml@iki.fi>
14366
14367         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
14368         Fix two copy&paste errors.
14369
14370         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
14371         win32 has changed.
14372
14373         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
14374         GdkWin32SingleFont struct.
14375
14376         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
14377         subranges of loaded fonts. Clear font signature first, in case
14378         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
14379         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
14380
14381         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
14382         Unoffset clip region.
14383
14384 1999-11-23  Tor Lillqvist  <tml@iki.fi>
14385
14386         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
14387         event->any.window before calling filter functions.
14388
14389 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
14390
14391         * gtk/gtkgamma.h: Adapt cast macros to standard.
14392
14393 [ Merges from 1.2 ]
14394
14395 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
14396
14397         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
14398         If translation does not include a '/', use entire
14399         translation instead of crashing.
14400
14401 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
14402
14403         * docs/gtk_tut.sgml:
14404         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
14405
14406 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
14407
14408         * gtk/gtkselection.c (gtk_target_list_remove): Use
14409         g_list_remove_link, not g_list_remove.
14410
14411         [ From Geert Bevin <gbevin@thunderstorms.org> ]
14412         
14413 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
14414
14415         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
14416         statement upon unselection (how the heck did that slip in?).
14417
14418 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
14419
14420         * gtk/gtktext.c (gtk_text_freeze): 
14421         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
14422         in frozen state (and aparently crashes). patch provided by Anders
14423         Melchiorsen <and@kampsax.dtu.dk>.
14424
14425 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
14426
14427         * fix insensitive default/focus widget activation,
14428         reported by Matt Goodall <mgg@isotek.co.uk>.
14429
14430         * gtk/gtkwindow.c (gtk_window_key_press_event): 
14431         (gtk_window_activate_default):
14432         (gtk_window_activate_focus):
14433         return handled=FALSE for actiavtion of insensitive default
14434         widgets. return handled=TRUE for activation of insensitive
14435         focus widgets. don't activate in either case.
14436
14437 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
14438
14439         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
14440         and $glib_cflags to match library order and in the
14441         theory that an old version of GLib is more likely to
14442         be in the include directory for X then vice-versa.
14443         (Bug #2776)
14444
14445 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
14446
14447         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
14448         to determine the locale for fontsets, not LC_MESSAGES;
14449         the user may want English messages with a handling
14450         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
14451         will still be broken) (Bug #2891)
14452
14453 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
14454
14455         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
14456
14457 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
14458
14459         * gtk/gtkrc.ko: Changed the Korean default fontset.
14460
14461 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
14462
14463         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
14464         where when scrolling to the left or top double exposes
14465         were done, causing major slowdowns.
14466
14467 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
14468
14469         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
14470         names to lowercase and alphanumeric, before looking
14471         them up.
14472
14473         * gtk/Makefile.am: Install codeset variant gtkrc files
14474         with normalized names.
14475
14476 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
14477
14478         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
14479         popup menus when the menu is already visible, but its parent
14480         is still hidden, (happens after tornoff window got hidden).
14481
14482 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
14483
14484         * gtk/Makefile.am (install-data-local): Fix
14485         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
14486         deleted, causing error messages on install.
14487
14488 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
14489
14490         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
14491         the handle as well, since we now sometimes ignore
14492         exposes on the handle while resizing.
14493
14494 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
14495
14496         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
14497         extra g_free introduced in one of the last one or two 
14498         commits.
14499
14500 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
14501
14502         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
14503         consistent, put each style that a gtkrc.* file creates
14504         in a unique namespace, remove old files before installing.
14505
14506 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
14507
14508         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
14509         gtk_rc_init is called multiple times. (Yes, people who
14510         do that have bugs in their code.)
14511
14512 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
14513
14514         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
14515         Remove it since it's generated by the Makefile anyway
14516
14517 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
14518
14519         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
14520         device->info.axes for core pointer.
14521
14522 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
14523
14524         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
14525         idle_id, to deal with obsolete, broken C libraries.
14526
14527 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
14528
14529         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
14530         allocation->x/y twice!
14531
14532         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
14533         consistent with gtk_vscale_pos_trough().
14534
14535 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
14536
14537         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
14538         be queueing a resize on a toplevel container between
14539         the time we show it and when we map it. So, we need
14540         to test GTK_WIDGET_VISIBLE() for toplevels, and only
14541         use GTK_WIDGET_DRAWABLE() for child windows.
14542
14543 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
14544
14545         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
14546         (fixes bug #2144)
14547
14548 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
14549
14550         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
14551         container DRAWABLE (instead of VISIBLE), so we don't queue
14552         resizes on non-toplevel containers.
14553
14554 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
14555
14556         * gtk/gtkselection.[ch]: Make the data argument
14557         const guchar *.
14558
14559 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
14560
14561         * gtk/gtkwindow.c: Try to behave sensibly if 
14562         the focus widget is the window itself. (Should
14563         we allow this at all?)
14564
14565 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
14566
14567         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
14568         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
14569         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
14570         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
14571         in prototypes and implementations consistent (Tomas Ogren).
14572
14573         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
14574         before the widget is unparented (reported by damon).
14575
14576         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
14577         since we provide unsigned data anyways.
14578
14579 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
14580
14581         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
14582         the call to gtk_tooltips_layout_text() until later.
14583
14584         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
14585         Call gtk_widget_ensure_style() before using the style.
14586
14587 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
14588
14589         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
14590         for old widgets that don't propagate draws to all
14591         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
14592
14593 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
14594
14595         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
14596         for a redraw but just the widget that requested the resize.
14597
14598 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
14599
14600         * gtk/gtkcontainer.c: added new widget level method
14601         gtk_container_set_reallocate_redraws() and a GtkContainer flag
14602         reallocate_redraws : 1 to reflect the setting, exported this through
14603         the argument system as a boolean ::reallocate_redraws.
14604
14605         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
14606         on the widget because the allocation changes, do so as well for
14607         widget->parent if the parent has reallocate_redraws set to TRUE.
14608         with that containers requesting reallocation redraws get automatically
14609         redrawn if their children changed allocation (this unfortunately
14610         affects also other children that didn't change allocation, but we
14611         cannot work around that before 1.3).
14612
14613 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
14614
14615         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
14616         _and_ height are >0 (not _or_).
14617
14618         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
14619         instead of gtk_container_queue_resize(), which is a core gtk internal
14620         function (must have been on crack when i queued that).
14621
14622         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
14623         we can check more reliably if we want to discard expose events.
14624         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
14625         flag.
14626         
14627         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
14628         we simply trust these events. for deciding whether to discard exposes,
14629         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
14630         
14631 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
14632
14633         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
14634         queues of areas that are completely off screen.
14635
14636         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
14637         logic for handleboxes.
14638
14639         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
14640         check on width/height.
14641
14642 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
14643
14644         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
14645         we are fine with using $@ the way we do (if we actually encounter
14646         brokeness with $@ in VPATH builds because of additional path prefixes,
14647         we need to use $(@F) actually).
14648
14649 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
14650
14651         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
14652         short lived bugs, that would allow language bindings to do surgeries
14653         to our guts.
14654
14655 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
14656
14657         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
14658         where comparison was being done against an uninitialized
14659         value causing intermittant results depending on
14660         compiler flags. Also make it clearer that we aren't
14661         ever initializing the child as 0x0 (though this will
14662         be caught in gtk_widget_size_allocate())
14663
14664 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
14665
14666         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
14667         gtk_window_unset_transient_for() call after we do checks
14668         involving the old transient parent.
14669         [ From Lance Capser <lmc@cyberhighway.net> ]
14670
14671 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
14672
14673         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
14674         an empty file.
14675
14676 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
14677
14678         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
14679         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
14680
14681 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
14682
14683         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
14684         `$@' is valid only in the build dir, not after we've done 
14685         `cd $srcdir'.  Also use `test -f' instead of less portable
14686         `test -e'.
14687
14688 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
14689
14690         * gtk/gtktext.c (correct_cache_insert): Rewrite
14691          for simplicity, and hopefully correctness.
14692          (Fixes bug #1322, which was a segfault when
14693           on some insertions with the properties around
14694           the insertion set up just wrong.)
14695
14696         * gtk/gtktext.c (gtk_text_adjustment): When we receive
14697          a "changed" signal, clamp the new value to the adjustment
14698          bounds to avoid segfaulting if someone tries to change
14699          the adjustment to a bogus value. (Bug #1795)
14700
14701 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
14702
14703         * gtk/gtkmain.c: Ignore unexpected destroy notifies
14704         for children, for toplevel windows handle them
14705         like delete_event.
14706
14707         * gtk/gtkplug.c: Add an unrealize handler so that
14708         we unref plug->socket_window when we are done
14709         with it.
14710
14711 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
14712
14713         * gtk/gtktext.c (clear_area): Fix stupid signedness
14714          problem that was causing background to sometimes
14715          be misaligned.
14716
14717 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
14718
14719         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
14720         
14721         * gtk/gtkmenu.c (gtk_menu_position): Make
14722          sure we never position menus with negative x, y,
14723          since gtk_widget_set_uposition() can't handle that.
14724
14725         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
14726          Modify the positioning code a bit so that we always
14727          put the top-left corner onscreen. (This is for
14728          UI reasons, gtk_menu_position() now takes care of
14729          gtk_widet_set_uposition() brokeness.)
14730
14731 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
14732
14733         * gtk/Makefile.am: fixed up things for -jx, x > 1.
14734
14735 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
14736
14737         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
14738           RC style that is passed in. The lack of the ref
14739           before was a bug. If people worked around this
14740           bug, this will introduce a slight memory leak
14741           in their code. The code should typically look like:
14742
14743             rc_style = gtk_rc_style_new ();
14744             [...]
14745             gtk_widget_modify_style (widget, rc_style);
14746             gtk_rc_style_unref (rc_style);
14747
14748         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
14749           the style if it was already set.
14750
14751         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
14752           style if it was set before.
14753
14754 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14755
14756         * gtk/testgtk.c (main): Add a check to see if we
14757           are being run from the correct directory and
14758           to quit nicely if we are not.
14759
14760         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
14761           static.
14762
14763 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
14764
14765         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
14766
14767         * gtk/gtkwindow.c:
14768         queue resizes unconditionally (gtk_widget_queue_resize will figure
14769         what to do if the window is not realized).
14770         (gtk_window_move_resize): only recenter the window
14771         for GTK_WIN_POS_CENTER_ALWAYS.
14772         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
14773         the same way as GTK_WIN_POS_CENTER.
14774
14775 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
14776
14777         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
14778         with (!(info->last_flags & GDK_HINT_POS)) instead of
14779         (!info->last_flags & GDK_HINT_POS).
14780
14781         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
14782         new_height unconditionally, because we use these values even if
14783         !default_size_changed && !hints_changed.
14784         comented the (default_size_changed || hints_changed) case with
14785         respect to resize rejects from the window manager.
14786
14787         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
14788         in the zvt condition hack, since this includes the window hints, set
14789         the hints after the handling_resize case.
14790
14791         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
14792         window is initially shown with to the geometry.
14793
14794 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
14795
14796         * gtk/gtkwindow.c (gtk_window_move_resize):
14797         s/size_changed/default_size_changed/g so i know what's
14798         really going on (frying brain on smaller flame now).
14799
14800 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
14801
14802         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
14803         we have size_changed upon handling_resize. this is a gross
14804         workaround for the broken zvt widget and should be removed in
14805         1.3 again (search for FIXME).
14806         Owen provided an accurate comment for this:
14807
14808         /* We could be here for two reasons
14809          *  1) We coincidentally got a resize while handling
14810          *     another resize.
14811          *  2) Our computation of size_changed was completely
14812          *     screwed up, probably because one of our children
14813          *     is broken. It's probably a zvt widget.
14814          *
14815          * For 1), we could just go ahead and ask for the
14816          * new size right now, but doing that for 2)
14817          * might well be fighting the user (and can even
14818          * trigger a loop). Since we really don't want to
14819          * do that, we requeue a resize in hopes that
14820          * by the time it gets handled, the child has seen
14821          * the light and is willing to go along with the
14822          * new size. (this happens for the zvt widget, since
14823          * the size_allocate() above will have stored the
14824          * requisition corresponding to the new size in the
14825          * zvt widget)
14826          *
14827          * This doesn't buy us anything for 1), but it shouldn't
14828          * hurt us too badly, since it is what would have
14829          * happened if we had gotten the configure event before
14830          * the new size had been set.
14831          */
14832
14833 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
14834
14835         * gtk/gtkrc.c: deal properly with the fact that RC
14836           style lists may include rc styles more than once.
14837
14838         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
14839           unused static function.
14840
14841         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
14842           stack of directories of RC files currently being
14843           parsed and implicitely add them to pixmap path.
14844           
14845           This fixes a bug where the directory would get
14846           appended then overwritten by pixmap_path declarations.
14847
14848           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
14849
14850         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
14851           theme's exit function. (Patch from Peter Wainwright,
14852           bug #1454)
14853
14854         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
14855           Add a destroy() handler to take care of removing
14856           group for menu item. (Fixes bug #1197)
14857
14858         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
14859           in warning message.
14860
14861 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
14862
14863         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
14864         roundtrip to figure window's width and height, since we know that
14865         anyways from widget->allocation.
14866
14867 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
14868
14869         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
14870           the hints after we request the new size.
14871
14872 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
14873
14874         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
14875           GTK_WIDGET_REALIZED() assertion - we can compute the
14876           hints before we are realized.
14877
14878         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
14879           hint changing so that we have a value of hints_changed
14880           when we decide whether to constrain the window size.
14881
14882         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
14883
14884         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
14885         change back to G_MAXINT.
14886
14887 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
14888
14889         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
14890         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
14891         contain uncluttered values.
14892         (gtk_window_compute_hints): simply assert that window is realized
14893         and that geometry_info is valid, since we rely on this anyways.
14894         (gtk_window_constrain_size): major cleanups to the code.
14895         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
14896         for the base size, instead of the minimums. use 32767 as max width
14897         and height (like in gtkwindow.c) instead of G_MAXINT.
14898
14899 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
14900
14901         * cleaned up the GtkContainer.need_resize flag handling mess, we
14902         only need to force resize requests when we were prematurely
14903         realized, or our widget tree was modified when we were temporarily
14904         hidden. handling these cases directly upon showing the window (i.e.
14905         while the GdkWindow is still unmapped) avoids the need to wait for
14906         a configure event response and therefore makes the GUI more snappier
14907         and avoids blank windows during the roundtrip.
14908
14909         * gtk/gtkwidget.c:
14910         (gtk_widget_hide): 
14911         (gtk_widget_show): don't queue resizes on toplevels, they know how
14912         to deal with matters.
14913
14914         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
14915         flag directly for not visible resize containers and spare us unecessary
14916         signal emissions.
14917
14918         * gtk/gtkwindow.c:
14919         (gtk_window_realize): if we need to enforce premature size allocation,
14920         queue a container resize so we are correctly resized later on.
14921         (gtk_window_init):
14922         (gtk_window_size_request):
14923         don't freak around with the ->need_resize flag,
14924         gtk_container_queue_resize() will care about that.
14925         (gtk_window_show):
14926         handle initial resizing issues here, we can handle matters better in
14927         this place, especially since we know that our GdkWindow is still
14928         unmapped.
14929         (gtk_window_move_resize):
14930         don't care about ->need_resize at all.
14931         handle size changes properly that occoured while we waited for a
14932         configure event.
14933
14934 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
14935
14936         * gtk/gtkwidget.c (gtk_widget_set_uposition):
14937         * gtk/gtkwindow.[hc] (gtk_window_reposition):
14938         Move the hint setting code from gtk_widget_set_uposition
14939         to here; set the hints so that we respect any previously
14940         set geometry hints.
14941
14942         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
14943         change the window hints here or move the window here,
14944         let that happen in gtk_window_move_resize().
14945
14946 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
14947
14948         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
14949         to already queued resizes (and therefore redraws) on a widget, check
14950         its anchestry as well.
14951
14952         * gtk/gtkcontainer.c:
14953         (gtk_container_queue_resize): clear resize widgets for resize
14954         containers before aborting prematurely. this is especially important
14955         for toplevels which may need imemdiate processing or their resize
14956         handler to be queued.
14957         (gtk_container_dequeue_resize_handler): added new internal function for
14958         gtkwindow.c.
14959
14960         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
14961         configure event, take possible changes in window position into account
14962         as well.
14963         if we request a new window size, queue up a resize handler that will
14964         last until the configure event response arrives.
14965         combined the ->need_resize case (initial show) with the general size
14966         (hints) changed case and added even more comments.
14967         if !auto_shrink, only revert to the old allocation if the new size
14968         is smaller than the current allocation.
14969
14970 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
14971
14972         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
14973                            gtk_window_set_geometry_hints
14974                            gtk_window_set_default_size):
14975         When hints are set, queue a resize so that the hints will
14976         be eventually reset on the toplevel.
14977
14978         * gtk/gtkwindow.c (gtk_window_show): Use
14979         gtk_window_compute_default_size(). Clear the need_resize flag
14980         on the initail map so that we don't unnecessarily trigger the
14981         resize code.
14982
14983         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
14984         into separate functions. Compare the hints we are setting
14985         with what we set last time so that we can accurately
14986         tell when we need to reset the hints.
14987
14988         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
14989         function to figure out the size from requisition
14990         and default_size.
14991
14992         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
14993         from fvwm to constrain a size to the geometry hints.
14994
14995         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
14996         to compare two sets of geometry hints.
14997
14998         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
14999         from gtk_window_set_hints(), just compute the hints,
15000         don't set them.
15001
15002         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
15003         code from gtk_window_move_resize() to separate function,
15004         rationalize a bit.
15005
15006 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
15007
15008         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
15009         structure into a new private structure.
15010
15011         * gtkrc.c: Split GtkRcStyle into public/private.
15012         In the private part, add a list of pointers to the
15013         RcStyle lists this RcStyle participates in.
15014
15015         * gtkrc.c: When a RcStyle is free, remove all
15016         lists referencing it from the 
15017         realized_style_ht hash, and free those lists.
15018         
15019         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
15020         gtk_rc_init(), since that adds the default styles
15021         to the list of parsed RC files again.
15022
15023         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
15024         
15025 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
15026
15027         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
15028         checks that ensure that a widget's allocation is at least 1 in width
15029         and height. (GNOME note: this doesn't affect old panel code anymore,
15030         because GtkSocket will request width and height of at least 1 since
15031         Fri Jul 23).
15032
15033         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
15034         allocated yet (happens if the user realizes the window prematurely),
15035         size request and allocate it.
15036         (gtk_window_size_allocate): guard against guint underflows.
15037
15038 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
15039
15040         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
15041         in gtk_built_sources, so gtk.defs gets built prior to all other
15042         sources.
15043
15044 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15045
15046         * gtk/Makefile.am:
15047         invoke indent on gtkmarshal.*. 
15048         rewrote source generation rules, use COPYING as oldest source tag for
15049         a piggyback rule to generate all sources from (don't touch it ;).
15050         major cleanups, strip spaces on build rules for GNU Make.
15051
15052         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
15053         source and target files from commandline arguments. don't invoke indent.
15054
15055 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
15056
15057         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
15058         notebook after switch to avoid drawing problems.
15059         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
15060         
15061         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
15062         show them instead. 
15063         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
15064
15065 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
15066
15067         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
15068         notebook after switch to avoid drawing problems.
15069         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
15070         
15071         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
15072         show them instead. 
15073         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
15074
15075 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
15076
15077         * gtk/gtkwindow.c:
15078         we use window->need_resize from configure_event now, to indicate that
15079         the gtkwindow should keep its allocation (e.g. because the user resized
15080         the window through window manager handles). resize_count is now reliably
15081         used to figure whether we got the allocation we requested from the
15082         window manager.
15083         configure events get queued as resizes now, the real stuff (size
15084         computation and allocation) now only goes on in gtk_window_move_resize().
15085         GtkWindow's requisition now contains its *real* requisition (like all
15086         other widgets), *not* taking usize into account.
15087         geometry_info->last_{width|height} is now updated from set_hints() only
15088         so it always contains the last hints we set for the window manager.
15089         made some event handlers return TRUE instead of FALSE.
15090         the overall code should be much more straight forward now, and the
15091         significant code portions are accompanied by comments now.
15092         (gtk_window_set_hints):
15093         removed requisition argument and made it
15094         fetch the requisition through gtk_widget_get_child_requisition.
15095         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
15096         does that now.
15097         (gtk_window_show):
15098         ensure that the widget is realized before calling 
15099         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
15100         ensure that we got properly size requested and allocated before
15101         realization.
15102         (gtk_window_configure_event):
15103         ignore plain window moves, or reallocate the widget tree through the
15104         resize queue otherwise.
15105         (gtk_window_move_resize):
15106         mostly rewrote this function to figure window manager hints more
15107         reliably, coalesce window moves and resizes to reduce configure events
15108         and do actuall size allocations.
15109
15110 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
15111
15112         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
15113         that have a resize pending, because a redraw is already queued for them.
15114
15115         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
15116         hack to clear resize_widgets.
15117
15118         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
15119         for resize containers prior to size allocation. (this is also a bit
15120         ugly, but avoids side effects for stopped emissions and is thus more
15121         reliable).
15122         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
15123
15124         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
15125         function from gtk_tooltips_expose, as we connect to ::expose_event
15126         *and* ::draw now.
15127
15128 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
15129
15130         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
15131         checks.
15132         (gtk_target_list_unref): Likewise.
15133
15134         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
15135
15136 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
15137
15138         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
15139         guard against division by zero. (Fixes bug #1339)
15140
15141 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
15142
15143         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
15144         Prevent the trivial leak of information of allowing
15145         word motion when the entry is not visible.
15146
15147 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
15148
15149         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
15150         modality to error dialog as well as confirmation dialogs.
15151         (Bug #1803, reported by Rosanna Wing Sze Yuen)
15152
15153 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
15154
15155         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
15156         tree->view_lines.
15157         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
15158
15159         * gtk/Makefile.am (install-data-local): Solaris apparently
15160         has various troubles with ln -f; use rm first instead.
15161         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
15162
15163 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
15164
15165         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
15166         use `cp' followed by `rm' (the `rm' was already there).
15167
15168 July 30, 1999 Elliot Lee <sopwith@redhat.com>
15169         
15170         * configure.in: Fix autoconf warnings about cross compilation by
15171         trying to provide sane defaults for AC_TRY_RUN.
15172         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
15173         put them into $(srcdir) when generated. Also add a dependency of
15174         gtksignal.h on gtkmarshal.h for -j builds. 
15175         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
15176
15177 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
15178
15179         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
15180         GDK_THREADS_{LEAVE,ENTER} pair.
15181         (From Paul Fisher <pnfisher@redhat.com>)
15182
15183 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
15184
15185         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
15186         width and height are always >0 (owen).
15187
15188 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
15189
15190         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
15191         change that assured that a widget's allocated with and height are
15192         always >1, since this breaks *buggy* panel code. unfortunately this
15193         back-breaks the gimp's color selector.
15194
15195         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
15196         allocation is always >0 in width and height, before sending the
15197         configure event; this is a *gross* hack to get the gimp back to work.
15198         
15199         * marked both cases with TODO-1.3
15200
15201 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
15202
15203         * gtk/gtktext.c: Don't display wrap indicators when
15204         text is not editable and word wrap is on.
15205
15206 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
15207
15208         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
15209         option menus here as they are not derived from menu shell, assure that
15210         the option menu has a menu we can add items to.
15211
15212 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
15213
15214         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
15215         width/height to (gint) before calculations and check against < 0 to
15216         avoid guint wraparounds.
15217
15218 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
15219
15220         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
15221         width and height is never zero. sanity check both dimensions against
15222         32767 and issue a warning if the allocation is greater than that.
15223
15224 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
15225
15226         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
15227         to g_main_pending() as well.
15228
15229 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
15230
15231         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
15232         call to g_main_iteration() - since that will regrab
15233         GTK+ lock to process events.
15234
15235 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
15236
15237         * gtk/gtkwindow.c
15238         - Regularize with the rest of GTK+ by making widget->requisition
15239           not reflect the set_usize()
15240         - Always recompute geometry hints, then check if they
15241           changed before sending them to the X server. The
15242           previous checks for changes would fail in a number
15243           of circumstances. 
15244
15245 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
15246
15247         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
15248
15249 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
15250
15251         * gtk/gtkdnd.c:
15252         - Code cleanups
15253         - Instantaneously update on modifier key presses
15254         - Allow cancellation of the drag with Escape.
15255
15256 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
15257
15258         * gtk/testgtk.c (create_handle_box): Set the policy
15259         to auto_shrink - otherwise the appearance is rather
15260         strange when flipping between horizontal and vertical.
15261
15262 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
15263
15264         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
15265         (gtk_window_set_default_size): don't change a value if it's < 0.
15266         queue a resize.
15267
15268 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
15269
15270         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
15271
15272 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
15273
15274         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
15275         add an extra "/" when concating "/" + filename.
15276         (From Matt Grossman <mattg@oz.net>)
15277
15278 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
15279
15280         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
15281         for fg_gc if we set it for drawing pixmap.
15282
15283 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
15284
15285         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
15286         
15287         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
15288         already set, call old engine's destroy function and
15289         unref the old engine.
15290
15291 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
15292
15293         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
15294
15295 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
15296
15297         * gtk/gtkaccelgroup.h: mark certain functions as internal.
15298
15299 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
15300
15301         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
15302         expand behaviour changed.
15303
15304         * gtk/gtklabel.c (gtk_label_set_pattern):
15305         (gtk_label_set_justify):
15306         (gtk_label_set_line_wrap):
15307         don't bother invoking queue_clear, the reallocation does
15308         that for us, always free_words so the upcoming resize will
15309         relayout the label's contents.
15310
15311 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
15312
15313         * applied argument implementation patches from Elena Devdariani
15314         <elena@cogent.ca>.
15315
15316         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
15317         ::space_style, ::relief
15318         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
15319         * gtk/gtkpreview.c: ::expand
15320         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
15321         * gtk/gtknotebook.c: ::homogeneous
15322         * gtk/gtklabel.c: ::wrap
15323         * gtk/gtklist.c: ::selection_mode
15324         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
15325         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
15326         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
15327         * gtk/gtkclist.c: ::sort_type
15328         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
15329         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
15330
15331 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
15332
15333         * gtk/gtkstyle.c: Removed ill-thought-out part of last
15334         comment.
15335
15336 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
15337
15338         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
15339         counting right when we have to attach a new style
15340         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
15341
15342         * gtk/gtkstyle.c: Documented the refcounting
15343         peculularities of gtk_style_attach.
15344
15345 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
15346
15347         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
15348         window types.
15349
15350         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
15351         of GTK_TOPLEVEL for creating the window.
15352
15353 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
15354
15355         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
15356         the last argument (reported by Per Winkvist).
15357         
15358 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
15359
15360         Fixes for invisible XOR lines (Frank Loemker
15361         <floemker@TechFak.Uni-Bielefeld.DE>)
15362         
15363         * gtk/gtkclist.c (gtk_clist_realize): Always use
15364         a non-zero pixel for GDK_XOR.
15365
15366         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
15367         Use GDK_INVERT instead of GDK_XOR.
15368
15369 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
15370
15371         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
15372         signals if h/voffsets differ from adjustment values.
15373         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
15374
15375 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
15376
15377         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
15378         ::selection-done emissions up to the topmost menu shell.
15379
15380 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
15381
15382         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
15383         the user data on the window before destroying it.
15384
15385         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
15386         unrealize handler to take care of destroying 
15387         notebook->panel properly. 
15388         (Bug #1198 - Morten Welinder <terra@diku.dk>)
15389
15390         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
15391         of g_new and g_realloc to stop memory leak. (Actually,
15392         we could just use g_realloc(), but I'm not 100% sure
15393         that is portable).
15394         (Bug #1196 - Morten Welinder <terra@diku.dk>)
15395
15396 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
15397
15398         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
15399
15400         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
15401         for fontsets.
15402
15403         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
15404         with bin/button confusion.
15405
15406 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
15407
15408         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
15409         and show how preselection of radio items is done.
15410
15411 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
15412
15413         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
15414         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
15415         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
15416         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
15417         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
15418         * gtk/gtktable.c (gtk_table_attach): 
15419         * gtk/gtklist.c (gtk_list_insert_items): 
15420         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
15421         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
15422         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
15423         * gtk/gtkbin.c (gtk_bin_add): 
15424         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
15425         * gtk/gtkfixed.c (gtk_fixed_put): 
15426         * gtk/gtklayout.c (gtk_layout_put):
15427         general fixups to container_add logic. always realize child if
15428         child->parent is realized, only map the child and queue a resize
15429         if child and child->parent are both visible.
15430
15431 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
15432
15433         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
15434         instead of gtk_container_foreach to walk and unrealize children, so
15435         composite children get also unrealized.
15436         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
15437         (gtk_widget_map): assert that the widget is visible (basic constrain).
15438         (gtk_widget_real_map): assert that the widget is realized (basic
15439         constrain).
15440
15441 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
15442
15443         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
15444
15445 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
15446
15447         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
15448         file for iso-8859-2 locales.
15449
15450         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
15451
15452 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
15453
15454         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
15455          (Pointed out by andy@rz.uni-karlsruhe.de and others).
15456          Remove some suspicious and useless lines. 
15457
15458 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
15459
15460         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
15461         width,height = 0, 0 to mean - here to edge of window,
15462         instead of -1, -1, since the former is all we support.
15463
15464 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
15465
15466         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
15467         when removing from quit_functions list.
15468
15469 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
15470
15471         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
15472
15473 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
15474
15475         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
15476          When redrawing characters on non-visible entry, use appropriate
15477          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
15478
15479 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
15480
15481         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
15482         from drag coordinates.
15483         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
15484         use drag_dest_cell.
15485
15486         * gtk/gtktree (drag_dest_cell)
15487         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
15488         (Bug #1129)
15489
15490 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
15491
15492         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
15493         translate_* fields.
15494         (gtk_item_factory_finalize): invoke translate_notify independant from
15495         translate_data.
15496         (gtk_item_factory_set_translate_func): likewise.
15497         (gtk_item_factory_destroy): only remove ifactory pointer from those
15498         widgets that belong to us (stupid me).
15499
15500 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
15501
15502         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
15503         rc_style list when lookup succeeeds.
15504
15505 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
15506
15507         * gtk/gtkctree.c (resync_selection): 
15508         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
15509         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
15510         bug.
15511
15512 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
15513
15514         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
15515         Add some missing GDK_THREADS_ENTER()/LEAVE around
15516         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
15517
15518 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
15519
15520         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
15521         rather than emit_by_name.
15522
15523         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
15524         on the widget across multiple signal emissions.
15525         (gtk_editable_delete_text): same here.
15526         (gtk_editable_class_init): set widget_class->activate_signal after
15527         editable_signals[ACTIVATE] has been created.
15528
15529 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
15530
15531         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
15532         position here prematurely -- we might not have the
15533         right ->min_position and ->max_position yet.
15534
15535 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
15536
15537         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
15538         Add error traps so if the other end of the connection
15539         dies, we survive.
15540
15541         * gtk/gtkselection.c (gtk_selection_notify): Clean
15542         up properly when selection property retrieval fails.
15543         
15544         * gtk/gtkselection.c (gtk_selection_request): Correctly
15545         reject SelectionRequest notifies where the handler
15546         returns no data.
15547
15548 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15549
15550         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
15551         when we've previously highlighted.
15552
15553         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
15554         emit two "drag_leave" signals for Motif drops.
15555
15556         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
15557         back the correct status messages when dropping from
15558         Motif onto a proxy window that is rejecting the
15559         drop.
15560
15561 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
15562
15563         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
15564         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
15565         to compare two argument values. added gtk_arg_to_valueloc() to set a
15566         variable from an arg through its location (pointer).
15567
15568         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
15569         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
15570         as gfloat*, uchars are collected as guchar*, ints are collected as
15571         gint*, etc...
15572
15573 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
15574
15575         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
15576         Include <string.h> instead of <strings.h>.
15577
15578         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
15579         (actually, a lot more duplicate includes occur if
15580          you trace through the sequence of #include's)
15581         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
15582         
15583 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
15584
15585         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
15586         gtk-a-higuti-990322-[0-3]
15587
15588         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
15589         that was causing -DX_LOCALE not to work.
15590
15591         * gtk/gtkrc.c (gtk_rc_init):
15592         X_LOCALE will never have LC_MESSAGES defined
15593
15594 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
15595
15596         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
15597         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
15598
15599         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
15600         left/right as well (gtk-michael-980726-0.patch.gz).
15601
15602         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
15603         for pointer values, use gchar instead of char. fixed uline allocation
15604         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
15605         chunks instead of G_ALLOC_ONLY.
15606         (gtk_label_size_request): always alter requisition as passed and leave
15607         widget->requisition alone.
15608         (gtk_label_set_text): allow NULL strings.
15609         (gtk_label_new): likewise.
15610
15611 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
15612
15613         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
15614
15615 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
15616
15617         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
15618         *and* mapped (i.e. drawable).
15619         (gtk_bin_expose): only send exposes to drawable children.
15620
15621         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
15622         (gtk_box_expose): only send exposes to drawable children.
15623
15624         * gtk/gtkhscale.c (gtk_hscale_draw): 
15625         * gtk/gtkvscale.c (gtk_vscale_draw):
15626         hm, this is an ugly one. we first compute the size of our trough area
15627         here (window relative) and then check intersection with the draw_area
15628         which is parent relative because we're a NO_WINDOW widget, so we need
15629         to offset the trough area by allocation.x and allocation.y before the
15630         check. (this must not be done for the background area though, since
15631         that's already computed parent relative).
15632
15633 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
15634
15635         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
15636         unrealize title buttons.
15637
15638 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
15639
15640         * gtk/gtkclist.c (gtk_clist_column_title_passive)
15641         (gtk_clist_column_title_active): 
15642         only connect/disconnect to GtkWidgetClass::event to block mouse events.
15643
15644         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
15645         zero initialize event, removed superfluous gdk_window_get_pointer call
15646
15647         * gtk/gtklist.c (gtk_list_vertical_timeout)
15648         (gtk_list_horizontal_timeout): removed superfluous
15649         gdk_window_get_pointer call
15650
15651 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
15652
15653         * plugging problems reported by "Bruce Mitchener, Jr."
15654         <bruce@puremagic.com> due to a purify session.
15655
15656         * gtk/gtkstyle.c:
15657         (gtk_style_ref): 
15658         (gtk_style_unref): assert ref_count to be > 0.
15659
15660         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
15661         the requisition.
15662         (gtk_clist_set_shift): likewise.
15663
15664         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
15665         adjustments.
15666
15667         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
15668         event before sending it and set send_event to TRUE (which needs to
15669         be done for *all* synthesized events).
15670         (gtk_list_vertical_timeout): likewise.
15671
15672         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
15673         leaks.
15674
15675         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
15676         to TRUE when synthesizing events.
15677
15678 [ *** end of merges from 1.2 *** ]      
15679         
15680 1999-11-21  Tor Lillqvist  <tml@iki.fi>
15681
15682         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
15683         (or copied from gdkconfig.h.win32 on Win32, sigh).
15684
15685         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
15686
15687         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
15688
15689         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
15690
15691         * gdk/gdkconfig.h.win32: New file.
15692
15693         * gdk/win32/makefile.cygwin: Build just a static archive here.
15694
15695         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
15696         for the DLL from the static archive built above.
15697
15698         * gdk/gdk.def: Moved here from the win32 subdirectory.
15699
15700         * gdk/win32/*: Adapt for the changed private struct organisation.
15701
15702         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
15703
15704 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
15705
15706         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
15707         for wheel mice (buttons 4 and 5).
15708
15709 1999-11-18  Tor Lillqvist  <tml@iki.fi>
15710
15711         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
15712         drawables use just the pixel field in the foreground and
15713         background GdkColor of the GdkGC.
15714
15715         gdk_gc_set_{fore,back}ground() are called in the GIMP with
15716         GdkColors containing uninitialized (red,green,blue) fields, and
15717         just the pixel field filled in, and furthermore in the
15718         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
15719         It thus turns out that we really don't need to have the full
15720         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
15721         it later to have just the pixel values.
15722
15723 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
15724
15725         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
15726
15727 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
15728
15729         * docs/gtkfaq.sgml: threads example from Erik Mouw.
15730         New question on GtkLabel background colors.
15731
15732         * docs/gtk_tut.sgml:
15733           - Correct the example code callback
15734             function definitions.
15735           - Update the gtkdial example code, from Frans van Schaik.
15736           - Update setselection.c to current API.
15737
15738         * examples/Makefile examples/*/*.c: Update to code
15739         listed in tutorial.
15740
15741 1999-11-10  Tor Lillqvist  <tml@iki.fi>
15742
15743         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
15744         subrange table (from the "Developing International Software for
15745         WIndows 95 and Windows NT" book) was missing the Hangul syllable
15746         block... Get the loaded font's charset correctly.
15747
15748         (Note that this, and the other *-win32.c files, still really are
15749         the old ones, the win32 subdirectory is not ready for compilation
15750         yet after the reorg.)
15751
15752 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
15753
15754         * gtk/gtkclist.c: Fix off-by-one bug in parameter
15755         check.
15756
15757 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
15758
15759         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
15760         on results of XQueryDeviceState().
15761
15762 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
15763
15764         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
15765         we need to accesss only ->children. We need an accessor
15766         for the children.
15767
15768         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
15769         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
15770         to get rid of gdkx.h include.
15771         
15772         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
15773         and random references to 'None'.
15774
15775         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
15776         Get rid of unused #include <gdk/gdkx.h>
15777
15778         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
15779         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
15780         gdkconfig.h.
15781
15782 1999-11-08  Tor Lillqvist  <tml@iki.fi>
15783
15784         * gdk/win32/gdkdraw.c
15785         * gdk/win32/gdkfont.c
15786         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
15787         following yesterday's changes. (Unrelated to Owen's reorg.)
15788
15789 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
15790
15791         * gdk/x11/gdkinput-gxi.c: Add missing include,
15792           fix GdkWindowPrivate => GdkDrawablePrivate.
15793
15794         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
15795
15796         * gdk/x11/Makefile.am (xinput_sources): Add missing
15797         backslash to fix building with --with-xinput=none
15798
15799 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
15800
15801         Move all X specific code into the x11/ directory.
15802         Aside from shuffling things around, did the following:
15803
15804        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
15805          gdk_arg_context_* - a simple argument parsing system
15806          in the style of popt.
15807
15808        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
15809          gdk/x11/gdkprivate-x11.h:
15810          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
15811          add ->klass and ->klass_data fields. The klass_data
15812          field points to an auxilliary structure that is
15813          windowing system dependent.
15814
15815        * gdk/gdkfont.c: Make most of the measurement functions
15816          simply wrappers around gdk_text_extents().
15817
15818        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
15819          _gdk_font_strlen() function that hides the weird
15820          behavior in gtk+-1.[02] where a string is interpreted
15821          differently for 8-bit and 16-bit fonts.
15822
15823        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
15824          to store common code for synthesizing double/triple
15825          press events.
15826         
15827        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
15828          Make all the function that modify an existing GC
15829          simply wrappers around gdk_gc_set_values().
15830          
15831        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
15832          for throwing out later.
15833
15834        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
15835          GdkImagePrivate and GdkColormapPrivate to have a
15836          windowing system dependent part (GdkFontPrivateX etc.)
15837          that "derives" from the system-independent part.
15838
15839        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
15840          Got rid of the included-source-files for XInput in
15841          favor of automake conditionals. (Which didn't exist
15842          when XInput support was originally added.)
15843
15844        * gdk/gdkrgb.c: Remove the visual id from the debugging
15845          statements since that is X11 specific; print out
15846          type/depth info instead.
15847          
15848
15849 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
15850
15851         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
15852         loading duplicates of hashed fonts.
15853
15854         * gdk/gdk.c (gdk_keysym_convert_case): rename
15855         gdk_XConvertCase to gdk_keysym_convert_case, allow
15856         results to be NULL in the GTK+ style.
15857
15858         * gdk/gdkcompat.h: Started compatibility header
15859         for renames.
15860
15861 1999-11-07  Tor Lillqvist  <tml@iki.fi>
15862
15863         * gdk/win32/gdkprivate.h: New font private structures, related to
15864         fontsets.
15865
15866         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
15867         gdk_font_list_free(). On X11, will just be wrappers to
15868         XListFonts() and XFreeFontNames(). On Win32, the code previously
15869         in gtkfontsel.c is now here.
15870
15871         New function gdk_font_xlfd_create(). On X11 will get the FONT
15872         property of the font (for GDK_FONT_FONTs), or call
15873         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
15874         builds a XLFD style name from the font information in the LOGFONT
15875         struct(s).
15876
15877         New function gdk_font_xlfd_free(), which correspondingly frees the
15878         string returned by gdk_font_xlfd_create().
15879
15880         Implement fontsets on Win32. Add a function that iterates over a
15881         wide char string and calls a callback function for each substring
15882         of wide chars from the same Unicode subrange (and thus probably
15883         available in the same real font).
15884
15885         Improve the XLFD emulation a bit.
15886
15887         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
15888
15889         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
15890         Beta3, WM_IME_CHAR messages don't seem to contain the composed
15891         multi-byte char as with the Active IMM on Win9x. Oh well, handle
15892         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
15893         ImmGetCompositionStringW() to get the composed Unicode chars.
15894
15895         * gdk/win32/gdkgc.c
15896         * gdk/win32/gdkdraw.c: Changes needed because of the font private
15897         struct changes.
15898
15899         * gdk/win32/gdk.def: Add the new functions.
15900
15901 1999-11-04  Tor Lillqvist  <tml@iki.fi>
15902
15903         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
15904         get the Platform SDK to get <dimm.h>.
15905
15906         * gdk/win32/gdkevents.c: More event handling fixes and
15907         simplification. Never generate motion events with is_hint true. We
15908         used to do that on bogus grounds earlier. Windows sends
15909         WM_MOUSEMOVE messages on button events even if the mouse hasn't
15910         moved, ignore these.
15911
15912         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
15913
15914         * gdk/win32/gdkglobals.c
15915         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
15916         the TrackMouseEvent function, and use it.
15917
15918         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
15919         char before calling WideCharToMultiByte in order to get a string
15920         for the window title.
15921
15922         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
15923
15924         * gdk/win32/gdk.def: Remove obsolete functions.
15925
15926         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
15927         /nodefaultlib and /defaultlib switches.
15928
15929         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
15930
15931 1999-10-31  Tor Lillqvist  <tml@iki.fi>
15932
15933         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
15934         EuroSign).
15935
15936         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
15937         same type as GdkWChar, especially on Win32.
15938
15939         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
15940
15941         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
15942         before passing to Windows GDI for drawing etc. Convert to the
15943         system default codepage before passing to Windows as window
15944         titles.
15945
15946         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
15947         support changing input locale on the fly.
15948
15949         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
15950         on-the-fly changes. Convert incoming characters from the current
15951         codepage to Unicode (and then to a UTF-8 multi-byte string) based
15952         on the current input language. Use keysym<->Unicode mapping tables
15953         and functions borrowed from xterm sources.
15954
15955         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
15956         editions of Win9x, use the ActiveX-based Active IMM (Input Method
15957         Manager) if available. IMEs and the Active IMM are available under
15958         the disguise of Chinese, Korean and Japanese support for IE and
15959         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
15960         support is present in all editions (as long as you install it).
15961
15962         Call DispatchMessage from gdk_events_queue() (and thus
15963         gdk_WindowProc()), instead of duplicating the code in
15964         gdk_WindowProc().
15965
15966         Reworked the grab handling and propagation code, factored out
15967         duplicated code snippets into separate functions. Other cleanups,
15968         too.
15969
15970         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
15971         the <dimm.h> header describing the Active IMM.
15972
15973         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
15974         just do the same as for "single" fonts.
15975
15976         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
15977         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
15978         the new keysyms from gdkkeysyms.h.
15979
15980         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
15981         fontset, so that gtkentry uses wide characters.
15982
15983         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
15984         GTk+'s system directory "gtk+", not "gtk".
15985
15986 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
15987
15988         * docs/gtkfaq.sgml: FAQ update
15989
15990 1999-10-21  Tor Lillqvist  <tml@iki.fi>
15991
15992         * gdk/win32/gdkprivate.h: Add more font private data.
15993
15994         * gdk/win32/gdkfont.c
15995         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
15996         fonts and strings. Now works much better. You still have to
15997         have a correct font selected, though. No fontset emulation yet.
15998
15999 1999-10-19  Tor Lillqvist  <tml@iki.fi>
16000
16001         * gtk/maketypes.awk: Use G_OS_WIN32.
16002
16003         * gtk/gtk.def: Add some missing entry points. Also some non-public
16004         ones, but PyGTK porter claims to need them.
16005
16006         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
16007         built-in type generation.
16008
16009 1999-10-14  Tor Lillqvist  <tml@iki.fi>
16010
16011         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
16012         GDK_FONT_FONT fonts (which is all we have for now, we don't
16013         emulate fontsets). The X11 version uses plain XDrawString in that
16014         case, too. The string passed to gdk_draw_text_wc seems to be in
16015         fact (at least, when used by gtkentry and gtktext) either in a
16016         single-byte charset, or a DBCS. Not Unicode.
16017
16018         This fixes the problem in gtkfontsel, where even if you had
16019         selected a font with a non-Latin1 charset (windows-greek, for
16020         instance), the preview still used Latin-1 glyphs.
16021
16022         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
16023         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
16024         (gdk_font_load): Recognize the demibold etc weights, even if we
16025         don't have the corresponding constants in the headers.
16026         (gdk_font_hash_insert): Use same hash mechanism as in the X11
16027         version. Should save font resources a bit, when we don't have
16028         multiple HFONTs for the same font.
16029
16030         * gdk/win32/gdkprivate.h: Add the names field as in the X11
16031         version.
16032
16033 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
16034
16035         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
16036         X values
16037
16038 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
16039
16040         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
16041         layout support (as mentioned on
16042         http://www.jcinteractive.com/gnome-ui/software/widgets/)
16043
16044 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
16045
16046         * gtk/fnmatch.c
16047         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
16048
16049 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
16050
16051         * configure.in (ALL_LINGUAS): Added Galician (gl)
16052
16053 1999-10-05  Tor Lillqvist  <tml@iki.fi>
16054
16055         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
16056
16057         * gdk/win32/gdkcompat.c: New file, actually provide an
16058         implementation for the deprecated functions. (Just temporarily.)
16059
16060         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
16061
16062         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
16063
16064         * gdk/win32/gdk.def gtk/gtk.def: Updates.
16065
16066 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
16067
16068         * configure.in: Added "uk" to ALL_LINGUAS.
16069         
16070 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
16071
16072         * configure.in: correct checking for BeOS check
16073
16074         * gdk/gdktypes.h
16075         * gtk/fnmatch.c
16076         * gtk/gtkfilesel.c
16077         * gtk/gtkitemfactory.c
16078         * gtk/gtkmain.[ch]
16079         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
16080
16081 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
16082
16083         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
16084         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
16085         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
16086         by Bulgarian). 
16087
16088 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
16089
16090         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
16091         Fix a reference to window_private->destroyed.   
16092
16093         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
16094         (ugly) setting of an internal GdkWindow member to use
16095         a _slightly_ cleaner macro.
16096
16097         * gdk/gdkprivate.h: Split GdkWindowPrivate into
16098         GdkDrawablePrivate and GdkWindowPrivate.
16099         Add extra macros for accessing GDK_DRAWABLE_ components.
16100
16101         * *.[ch]: Massive adjustments for the above, use the
16102         new macros in a lot of places.
16103
16104 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
16105
16106         * gdk/gdktypes.h: Make GdkDrawable the base type,
16107         not GdkWindow.
16108
16109 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
16110
16111         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
16112
16113 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
16114
16115         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
16116
16117 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
16118
16119         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
16120         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
16121
16122         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
16123
16124         * docs/gtk-config.1: Now autogenerated.
16125         * docs/Changes-1.4.txt: started
16126         
16127 1999-10-03  Tor Lillqvist  <tml@iki.fi>
16128
16129         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
16130         to #ifdef also here.
16131
16132         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
16133         Owen did to the X11 backend.
16134
16135         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
16136         ScrollWindowEx when blitting inside a window, it can't be correct
16137         in the general case.
16138
16139         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
16140         WM_GETMINMAXINFO is easier.
16141
16142         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
16143         depth equal to the bitspixel value, not the visual's depth.
16144
16145         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
16146         to 24 even if the bitspixel value is 32.
16147
16148         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
16149         need to check for depth==32 when bpp==32, depth will always be 24.
16150
16151 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
16152
16153         * docs/Changes-1.4.txt: Started
16154         
16155         * gtk/Makefile.am (gdk_headers): Include all the new headers.
16156
16157         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
16158         
16159         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
16160         into C file.
16161         
16162         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
16163         header to gdkinputprivate.h.
16164
16165         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
16166         unused since before 1.2.
16167
16168 1999-09-30  Tor Lillqvist  <tml@iki.fi>
16169
16170         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
16171         expand possible hex escapes in the font family (put there by
16172         logfont_to_xlfd if the font name isn't a legal XLFD font family,
16173         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
16174         On Win32, add hex escapes here, too.
16175
16176 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
16177
16178         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
16179         to #ifdef GDK_WINDOWING_X11.
16180
16181 [ Merges from gtk-1-2 ]
16182
16183 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
16184
16185         * configure.in: fixed "GNU Make" check to pass with new make version
16186         3.77.95.
16187
16188 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
16189
16190         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
16191         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
16192         AM_PATH_GTK() macros don't get confused by the -pre1.
16193
16194 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
16195
16196         * configure.in (REBUILD): Change check for perl5
16197           to check explicitely for v >= 5.002. (5.001
16198           does not work with our scripts.)
16199
16200 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
16201
16202         * configure.in: evaluate $PERL for the perl version check. added
16203         --disable-rebuilds to give the user an option to completely disable
16204         any source autogeneration rules.
16205
16206 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
16207
16208         * configure.in: evaluate $ac_make when checking for GNU Make.
16209
16210 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
16211
16212         * docs/Makefile.am: added generation.txt.
16213
16214         * Makefile.am: require automake 1.4, build README from README.in and
16215         INSTALL from INSTALL.in in dist-hook.
16216         
16217         * README.in:
16218         * INSTALL.in: new files to autogenerate README and INSTALL from.
16219
16220         * configure.in: figure whether we have GNU Make
16221
16222         * docs/generation.txt: minor additions/corrections.
16223
16224 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
16225
16226         * docs/gtkfaq.sgml: FAQ Update
16227
16228 July 30, 1999 Elliot Lee <sopwith@redhat.com>
16229         
16230         * configure.in: Fix autoconf warnings about cross compilation by
16231         trying to provide sane defaults for AC_TRY_RUN.
16232
16233 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
16234
16235         * ltconfig
16236         * ltmain.sh: upgrade to libtool 1.3.3
16237
16238 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
16239
16240         * INSTALL: Indicate that the --with-glib= configure
16241         time flag is unsupported.
16242
16243 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
16244
16245         * docs/generation.txt: Added a file that gives
16246         documenation about the autogeneration process for
16247         various autogenerated files.
16248         
16249 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
16250
16251         * configure.in (LIBS): Look for libgmodule in the
16252         right location.
16253
16254 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
16255
16256         * docs/gtk_tut.sgml: Removed references to
16257         code examples in my directory on gtk.org as
16258         they should all be in the tutorial now.
16259
16260         * docs/gtk_tut.sgml: Added sources for dial-test
16261         and scribble-xinput programs that were previously
16262         missing.
16263
16264 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
16265
16266         * TODO: Added entry about menu keyboard navigation, removed
16267         some finished items.
16268
16269 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
16270
16271         * acinclude.m4: Standardize on func_dgettext
16272         not func_gettext, so that the checks for dgettext
16273         actually are paid attention to.
16274
16275 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
16276
16277         * configure.in (LIBS): Add $INTLLIBS into $LIBS
16278         directly, rather than repeating the checks for
16279         gettext.
16280
16281         * INSTALL: Added information about gettext and
16282         NLS support.
16283
16284         * acinclude.m4 (LIBM): Check for dgettext, not
16285         just gettext. This should hopefully fix things wrt
16286         systems with old versions of GNU gettext installed.
16287
16288 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
16289
16290         * configure.in (LIBS): Look for libgmodule in the
16291         right location.
16292
16293 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
16294
16295         * autogen.sh: add --enable-maintainer-mode
16296
16297         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
16298
16299 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
16300
16301         * docs/gtk-config.1.in:
16302           docs/Makefile.am:
16303           configure.in: gtk-config is now generated.
16304
16305         * docs/gtk-config.1: Removed, now generated.
16306
16307 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
16308
16309         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
16310         handle CreateNotify itself, still put out a debuging message for
16311         --gdk-debug=events. made the ReparentNotify debugging message more
16312         verbose.
16313         wrap xcoords translation for ConfigureEvents into an error trap,
16314         a destroy event may already be pending, and in that case, the
16315         actuall coordinate values are not at all critical.
16316
16317 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
16318
16319         * gdk/gdkcc.c: Stop leaking the color_hash all over
16320         the place. Simplify and improve the logic.
16321
16322 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
16323
16324         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
16325         for prototypes and function implementations consistent (reported
16326         by Tomas Ogren).
16327
16328 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
16329
16330         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
16331         send_event set in debugging output.
16332         (gdk_compress_exposures): default initialize the event so we don't
16333         operate on bogus values (namely send_event).
16334
16335 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
16336
16337         * gdk/gdkwindow.c: When we receive an unexpected
16338         destroy notify on one of our windows, don't just
16339         warn about it, also mark our windows as destroyed.
16340
16341 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
16342
16343         * gdk/gdkfont.c (gdk_font_hash_insert): Add
16344           name => font and name => fontset hashes. The 
16345           name => fontset hash is a _big_ win since we
16346           weren't previously caching fontsets at all and loading
16347           fontsets is expensive. The name => font hash
16348           is less of a win, but it does save us from doing
16349           repeated XQueryFont calls on the same font.
16350
16351         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
16352           list so we can remove font/fontset from hash.
16353
16354 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
16355
16356         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
16357           and slightly confusing test. [ XInternAtom (,,TRUE)
16358           will never return None ].
16359
16360 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
16361
16362         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
16363           gdk/gdkwindow.c (gdk_window_set_hints):
16364
16365         Don't omit setting the properties if flags == 0 -
16366         there may be an existing set of properties there
16367         already. (Very old bug. Would it be better to
16368         delete the property instead?)
16369
16370         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
16371           spelling error in comment.
16372
16373 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
16374
16375         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
16376           to avoid stomping over gdk_error_warnings.
16377
16378         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
16379           as (bits_per_pixel + 7) / 8. This gives the same
16380           result as before for multiples of 8, but actually
16381           a "reasonable" value for 1bit or 4bit displays.
16382
16383 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
16384
16385         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
16386         GNU Make.
16387
16388 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
16389
16390         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
16391         discarding configure events.
16392
16393 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
16394
16395         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
16396         refcount is greater than zero.
16397
16398         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
16399
16400         * gdk/gdkfont.c (gdk_font_unref): Likewise.
16401
16402         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
16403
16404         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
16405
16406 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
16407
16408         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
16409         that format 32 => sizeof(item) == 4. It really is
16410         sizeof(long).
16411
16412 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
16413
16414         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
16415         core dump at all on X IO errors, only core dump
16416         if --enable-debug for X errors.
16417
16418 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
16419
16420         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
16421         unknown window:" message. disabled ConfigureNotify discarding code,
16422         because it led to events being processed out of order.
16423
16424 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
16425
16426         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
16427
16428         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
16429         we export this function, supress error warnings and don't reset the
16430         error code in the first half of this function.
16431
16432         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
16433         code (instead of just -1) so gdk_error_trap_pop() reveals something
16434         actually informative about the error that happened.
16435
16436         * gdk/*.c:
16437         don't rely on gdk_error_code being -1 if an error occoured, but just
16438         gdk_error_code != 0.
16439
16440 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
16441
16442         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
16443         pointer *before* invoking the filter function, so we at least don't
16444         crash if a filter is removed that is currently executed. window filters
16445         *really* need to be made truely reentrant at some point.
16446
16447 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
16448
16449         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
16450         PropertyNotify debug messages.
16451
16452 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
16453         
16454         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
16455         
16456         * gdk/gdkim.c: Fix cut-and-paste errors for 
16457         x/y and PreeditAttributes/StatusAttributes.
16458
16459 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
16460
16461         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
16462         G_MAXINT to 2^16 to alleviate overflow problems in
16463         various window managers.
16464
16465 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
16466
16467         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
16468         for fontsets.
16469
16470 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
16471
16472         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
16473         Initialize size_hints.x and size_hints.y because kwm
16474         brokenly pays attention to them.
16475         (Bug #1181 -  Lars Heete <hel@admin.de>)
16476
16477 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
16478
16479         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
16480         return value of gdk_list_visuals(). 
16481         (Bug #1193 - Morten Welinder <terra@diku.dk>)
16482
16483 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
16484
16485         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
16486         XSetIMValues to (void *) when comparing to NULL, to workaround
16487         the problem of some compilers barfing since older X headers don't
16488         have the prototype for it.
16489
16490 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
16491
16492         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
16493         for pseudocolor where colormap->colors was double
16494         allocated.
16495
16496         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
16497         color value in the hash table with the pixel filled
16498         in so when we do later hash table lookups, the color
16499         value is correct.
16500         
16501 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
16502
16503         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
16504         making the call
16505
16506 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
16507
16508         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
16509         pointed out by Morten Welinder <terra@diku.dk>.
16510
16511 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16512
16513         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16514           default filter from the list
16515
16516 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16517
16518         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16519           default filter from the list
16520
16521 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
16522
16523         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
16524
16525         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
16526         g_strdup_printf instead of calcing the length separately
16527
16528 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
16529
16530         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
16531         that we don't do in many other places. (Fixing duplicate 
16532         #include of config.h)
16533
16534         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
16535         Otherwise, #ifndef XINPUT_NONE check in the latter
16536         doesn't work. (Bug #546)
16537
16538 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
16539
16540         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
16541         "None" case insensitive.
16542
16543 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
16544
16545         * gdk/gdkselection.c: 
16546         Add error traps so if the other end of the connection
16547         dies, we survive.
16548
16549 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
16550
16551         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
16552         dest_xid field into two fields - one for the window
16553         to send in messages, one to indicate the last looked
16554         up window for caching purposes. This is needed, so
16555         that Leave messages get the correct window.
16556
16557 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
16558
16559         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
16560         Fix warning created by people mucking around
16561         with the gsource API.
16562
16563         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
16564         Change mapping between GIOCondition and GdkInputCondition
16565         to match the way the Linux kernel does it. This should
16566         fix problems where closed pipes were no longer signalling
16567         GDK_INPUT_READ on systems with a native poll().
16568
16569 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
16570
16571         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
16572         explicitly for the string "None" - it is in the XPM
16573         spec and some servers treat unknown colors in odd ways
16574         (like asking the user!)
16575
16576 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
16577
16578         * gdk/gdkevents.c: made "->" into a "." of previous change so
16579         it compiles
16580
16581 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
16582
16583         * gdk/gdkevents.c (gdk_compress_exposures): Set the
16584         window field of the event structure before calling
16585         user filters.
16586
16587 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16588
16589         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
16590         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
16591
16592 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
16593
16594         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
16595         intermediate text property - prevents major memory
16596         leak when gdk_use_mb.
16597         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
16598
16599 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
16600
16601         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
16602         gtk-a-higuti-990322-[0-3]
16603
16604         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
16605         sizeof(wchar_t) != sizeof (GdkWChar)
16606
16607         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
16608         that was causing -DX_LOCALE not to work.
16609
16610         * gtk/gtkrc.c (gtk_rc_init):
16611         X_LOCALE will never have LC_MESSAGES defined
16612
16613         * gdk/gdk.c (gdk_init_check):
16614         Remove --xim-preedit and --xim-status from argv properly.
16615
16616         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
16617         that the client window is present on the X server
16618         before we pass it to the input method.
16619
16620 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
16621
16622         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
16623         if --display is specified on the command line, than
16624         the drag window will not be created on that display.
16625         
16626 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
16627
16628         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
16629         lookups with only_if_exists == TRUE were inserting
16630         bogus values into the atom cache.
16631
16632 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
16633
16634         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
16635         then reset it to NULL.
16636
16637         * gdk/gdkcolor.c:
16638         (gdk_colors_free): 
16639         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
16640         key for g_hash_table_remove() in both functions, this prevents us
16641         from accessing possibly uninitialized portions of a GdkColor structure
16642         where we are only interested in its pixel value.
16643
16644 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16645
16646         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16647         font hash table, if we have a GdkFontPrivate entry for this font
16648         already, simply increment its reference count, provided by Olaf Dietsche
16649         <olaf.dietsche+list.gtk@netcologne.de>.
16650
16651 1999-09-21  Tor Lillqvist  <tml@iki.fi>
16652
16653         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
16654         just to be sure.
16655
16656         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
16657         unused variables, leftovers from the X11 version.
16658
16659         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
16660
16661         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
16662         downcase fields on X11.
16663
16664 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
16665         
16666         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
16667         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
16668
16669 1999-09-17  Tor Lillqvist  <tml@iki.fi>
16670
16671         * gdk/win32/gdk.def: Add gdk_threads_mutex.
16672
16673         * gtk/makefile.msc: Correct path to libintl.
16674
16675         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
16676         use of gint vs. int, and gint vs. gboolean in headers and
16677         definitions. Use GtkType for the *_get_type functions. Note that
16678         these changes preserve binary compatibility.
16679
16680         * gdk/gdk.c
16681         * gdk/win32/gdk.c
16682         * gdk/gdk.h: Fix inconsistencies: gint vs int.
16683
16684         * gtk/gtkmain.c
16685         * gtk/gtkclist.c
16686         * gtk/gtkmenufactory.c
16687         * gtk/gtknotebook.c
16688         * gtk/gtkwidget.c: Fix inconsistencies, also gint
16689         vs. gboolean.
16690
16691         * gtk/gtkcolorsel.[ch]
16692         * gtk/gtkcombo.[ch]
16693         * gtk/gtkdrawingarea.[ch]
16694         * gtk/gtkgamma.[ch]
16695         * gtk/gtkhandlebox.[ch]
16696         * gtk/gtkhpaned.[ch]
16697         * gtk/gtkhruler.[ch]
16698         * gtk/gtkplug.[ch]
16699         * gtk/gtkpreview.[ch]
16700         * gtk/gtkruler.[ch]
16701         * gtk/gtksocket.[ch]
16702         * gtk/gtkstatusbar.[ch]
16703         * gtk/gtktoolbar.[ch]
16704         * gtk/gtkvbbox.[ch]
16705         * gtk/gtkvpaned.[ch]
16706         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
16707         functions.
16708
16709         * gtk/gtkgamma.h: Fix bug, missing () in call of
16710         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
16711
16712 1999-09-14  Tor Lillqvist  <tml@iki.fi>
16713
16714         * gdk/gdkcolor.c (gdk_colormap_new)
16715         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
16716         colormap->colors was allocated twice.
16717
16718         * gdk/win32/gdk.c: Remove some unused stuff.
16719
16720         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
16721         colormap.
16722
16723         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
16724         * gtk/gtklabel.h (gtk_label_get_type)
16725         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
16726         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
16727         in a couple of places, not guint.
16728
16729 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16730
16731         * configure.in,po/et.po: added Estonian language file
16732
16733 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16734
16735         * configure.in,po/da.po: added Danish file
16736
16737 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
16738
16739         * docs/gtkfaq.sgml: Minor FAQ Update
16740
16741 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
16742
16743         * docs/gtkfaq.sgml: FAQ update
16744
16745 1999-08-27  Tor Lillqvist  <tml@iki.fi>
16746
16747         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
16748         way to get window contents continually refreshed while resizing. I
16749         didn't like the effects myself, so it's not on by default.
16750
16751         * gdk/win32/gdkprivate.h: New flag variable
16752         gdk_event_func_from_window_proc, FALSE by default.
16753
16754         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
16755         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
16756         are passed --gdk-event-func-from-window-proc.
16757
16758         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
16759         and we have am event_func, call it instead of enqueing the event.
16760
16761 1999-08-23  Tor Lillqvist  <tml@iki.fi>
16762
16763         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
16764         Kelley: Set expose_count in GdkEventExposes correctly.
16765
16766         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
16767         MULTIPLE_WINDOW_CLASSES).
16768
16769         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
16770         for bug in NT, apparently NT *does* draw the end pixel, too, in
16771         LineTo with a one-pixel pen, so we don't have to do it ourselves.
16772
16773 1999-08-21  Tor Lillqvist  <tml@iki.fi>
16774
16775         Improvements by Hans Breuer: 
16776
16777         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
16778
16779         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
16780         CS_?REDRAW flags as they cause lots of (late) redraws when "show
16781         window contents while dragging" is turned on. Allocate at least
16782         one unique class for every GdkWindowType. If support for single
16783         window-specific icons is ever needed (eg. Dialog specific), every
16784         such window should get its own class.
16785
16786 1999-08-19  Tor Lillqvist  <tml@iki.fi>
16787
16788         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
16789         error that caused crashes.
16790
16791 1999-08-17  Tor Lillqvist  <tml@iki.fi>
16792
16793         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
16794         window, use ScrollWindowEx, and call UpdateWindow. This prevents
16795         bugs when for instance part of the window was outside the
16796         display. Thanks to Philippe Colantoni for finding and fixing this.
16797
16798 1999-08-16  Tor Lillqvist  <tml@iki.fi>
16799
16800         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
16801         endpoint calculations which were totally wrong. (A little RTFMing
16802         helps a lot ;-)
16803
16804         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
16805         from a separate directory, not from gettext, because of licensing
16806         issues (we want to use the LGPL version).
16807
16808         * README.win32: Mention the intl from glibc vs from gettext issue.
16809
16810 1999-08-13  Tor Lillqvist  <tml@iki.fi>
16811
16812         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
16813         in the key event handling: Now AltGr chars work again. Also,
16814         now Alt-digits are passed up as well as Control-digits.
16815         Pass keypad plus and minus as normal plus and minus.
16816
16817 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
16818
16819         * docs/gtkfaq.sgml: FAQ Update
16820
16821 1999-07-25  Tor Lillqvist  <tml@iki.fi>
16822
16823         * README.win32
16824         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
16825         the Wintab SDK.
16826
16827         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
16828         OK, but getting closer. Guard against bogus tilt data from Wacom
16829         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
16830         enable easier building without Wintab.
16831
16832         * gdk/win32/gdkinput.h
16833         * gdk/win32/gdkevents.c 
16834         * gdk/win32/gdkwindow.c: Minor changes related related to above.
16835         
16836         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
16837         code. As we have just one visual on Win32, no sense to have it in a
16838         table, and no need for the hash table.
16839
16840         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
16841         better on white background.
16842
16843 1999-07-21  Tor Lillqvist  <tml@iki.fi>
16844
16845         * README.win32: Update gcc build instructions. Mention gettext is
16846         GPL.
16847
16848         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
16849         supported cursor size with GetSystemMetrics.
16850
16851         * gdk/win32/gdkfont.c
16852         * gtk/gtkfontsel.c: Guard against some font weight and charset
16853         symbols being undefined (in mingw32 headers).
16854
16855         * gdk/win32/makefile.cygwin
16856         * gtk/makefile.cygwin
16857         * gtk/gtkthemes.c: No longer need to have differently named
16858         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
16859
16860 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
16861
16862         * docs/gtkfaq.sgml: Long awaited FAQ update.
16863
16864 1999-07-15  Tor Lillqvist  <tml@iki.fi>
16865
16866         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
16867         it. Obscure bit manipulation needed.
16868
16869         * gdk/win32/gdkevents.c: Logging.
16870         
16871         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
16872         style (file name include compiler name) for theme engines.
16873
16874 1999-07-13  Tor Lillqvist  <tml@iki.fi>
16875
16876         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
16877
16878         * gdk/win32/gdkevents.c: Fix long-standing bug in key
16879         events. The key.string wasn't zero-terminated, still we strdup'ed
16880         it in gdk_event_copy(). Synthesize crossing events for button
16881         events before possible propagation.
16882
16883         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
16884
16885         * gdk/win32/makefile.cygwin
16886         * gtk/makefile.cygwin: Use new DLL naming style for the
16887         GCC-compiled ones.
16888
16889         * gdk/win32/makefile.msc
16890         * gtk/makefile.msc: Cosmetics mostly.
16891
16892         * gtk/gtk.def: Add missing entry points.
16893
16894         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
16895
16896 1999-07-09  Tor Lillqvist  <tml@iki.fi>
16897
16898         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
16899         or height is zero. Don't print a warning if Pie or Arc fails, they
16900         always fail (?) for very narrow ellipses.
16901
16902         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
16903         the part or the destination window corresponding to source area
16904         outside of the source drawable's boundary.
16905
16906         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
16907         anything if less than two points.
16908
16909         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
16910         return NULL. Gtk cut-and-paste inside a single program works
16911         better this way. (It always gets the clipboard contents from
16912         Windows, not from its own copy, which is cleared anyway. I can't
16913         say I fully understand what happens... Emulating the X selection
16914         and property stuff is a bit of a mess.)
16915
16916         * gdk/win32/gdkevents.c
16917         * gdk/win32/gdkproperty.c: A bit more verbose logging.
16918
16919         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
16920         that never got deleted). Revamp gdk_region_shrink.
16921
16922         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
16923         after use.
16924
16925         * gtk/gtk.def: Add some missing entry points.
16926
16927         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
16928         component.
16929
16930 1999-07-04  Tor Lillqvist  <tml@iki.fi>
16931
16932         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
16933         Control-digits specially.
16934
16935 1999-07-03  Tor Lillqvist  <tml@iki.fi>
16936
16937         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
16938
16939 1999-06-28  Tor Lillqvist  <tml@iki.fi>
16940
16941         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
16942         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
16943         finding this.)
16944
16945 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
16946
16947         * gtk+.spec.in: Corrected some typos in files section.
16948         
16949 1999-06-15  Tor Lillqvist  <tml@iki.fi>
16950
16951         * README.win32: Mention using GNU gettext.
16952         * config.h.win32: Enable NLS stuff.
16953         * gtk/makefile.msc: Use GNU gettext.
16954         * gdk/win32/gdkdnd.c: Minor header reorg.
16955         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
16956         cosmetics.
16957         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
16958         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
16959
16960 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
16961
16962         * acinclude.m4
16963         * config.guess
16964         * config.status
16965         * ltconfig
16966         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
16967
16968 1999-05-30  Tor Lillqvist  <tml@iki.fi>
16969
16970         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
16971         SafeAdjustWindowRectEx. Don't override all calls to
16972         AdjustWindowRectEx by it, but use it only in two places: When
16973         creating a new top-level window and when moving a top-level
16974         window.
16975
16976         Use screen coordinate rectangle, not client rectangle, in
16977         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
16978         when we try to place a window so that the decoration (mainly,
16979         title bar) isn't visible.
16980
16981         These changes fix the bug that showed up for instance as the
16982         GIMP's saved top-level windows moving right and down (by an amount
16983         equal to the window decoration) for each session. This bug showed
16984         up also in testgtk's "Saved Position".
16985
16986         gdk_window_resize also redone a bit.
16987
16988 1999-05-25  Tor Lillqvist  <tml@iki.fi>
16989
16990         * gtk/testgtkrc: Add (commented out) Windows-style theme
16991         include line.
16992
16993         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
16994
16995 1999-05-18  Tor Lillqvist  <tml@iki.fi>
16996
16997         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
16998         gdkx.h to a gdk subdirectory, so that applications can include
16999         these with <gdk/*.h> without trouble.
17000
17001         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
17002         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
17003         have their bitmap destroyed.
17004
17005         * gdk/win32/gdk.def: Add gdk_root_parent.
17006
17007 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
17008
17009         * configure.in
17010           gtk-config.in
17011           ltconfig
17012           ltmain.sh     
17013           gtk/Makefile.am: changes to compile nicely (with xlib) 
17014           on BeOS
17015
17016 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
17017
17018         * acinclude.m4
17019         * config.guess
17020         * config.sub
17021         * ltconfig
17022         * ltmain.sh: upgrade to libtool 1.3
17023
17024 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
17025
17026         * gtk/gtkclist.c:
17027         * gtk/gtkctree.c: merges from gtk-1-2
17028
17029 1999-04-25  Tor Lillqvist  <tml@iki.fi>
17030
17031         Support added for building using a GNU toolchain on Win32,
17032         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
17033
17034         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
17035         * config.h.win32: Changes for gcc.
17036         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
17037         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
17038         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
17039         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
17040         Protect shl stuff unavaiilable with mingw32 headers.
17041         * gdk/win32/gdkevents.c: Fix typo.
17042         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
17043         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
17044         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
17045         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
17046         the mingw32 headers.
17047         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
17048         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
17049         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
17050         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
17051         Test for NATIVE_WIN32, not _MSC_VER.
17052         * gtk/gtkmain.c: No use warning about developer version on Win32,
17053         there aren't any non-developer versions anyhow.
17054         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
17055         * gtk/makefile.msc: Use pthread from another directory. Minor other
17056         changes. 
17057
17058 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
17059
17060         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
17061           default filter from the list
17062
17063 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
17064
17065         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
17066          when gtk_widget_grab_default() is called for a widget that
17067          is not within a GtkWindow.
17068
17069 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
17070
17071         * docs/gtk_tut.sgml, examples/clist.c: use a
17072           scrolled window in the clist example. Minor
17073           tutorial fixes.
17074
17075 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
17076
17077         * docs/gtk_tut.sgml: Style check from David King
17078           <dking@youvegotmail.net>
17079
17080 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
17081
17082         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
17083         compile with unknown value of GDK_WINDOWING
17084
17085 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
17086
17087         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
17088         after the rule is fired.
17089         (install-exec-local): Install gdkconfig.h only if the contents are
17090         different from the currently installed gdkconfig.h.
17091
17092 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
17093
17094         * gdk/Makefile.am (configexecincludedir): Rename from 
17095         configincludedir so that gdkconfig.h will be installed 
17096         as part of `make install-exec'. 
17097
17098 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
17099
17100         * acinclude.m4
17101         * config.guess
17102         * config.sub
17103         * ltconfig
17104         * ltmain.sh: upgrade to libtool 1.2f
17105
17106         * autogen.sh: libtool is not required to autogen gtk+
17107
17108         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
17109         needed)
17110
17111 1999-03-18  Tor Lillqvist  <tml@iki.fi>
17112
17113         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
17114         declaring gdk variables exported/imported from the DLL. New image
17115         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
17116         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
17117         GDK_DRAG_PROTO_OLE2.
17118
17119         * gdk/gdk.h: Merge in Win32 version: Two new functions,
17120         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
17121         declared only for the Win32 version, but could be in the X11
17122         version as well. (Needed for a Xlib-less gdk_imlib.)
17123         gdk_color_hash should have only one parameter. Declare
17124         gdk_threads_mutex with GDKVAR.
17125         
17126         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
17127         just one parameter.
17128
17129         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
17130         per pixel, not bits.
17131
17132         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
17133         Fetch bpp (which means bits-per-pixel here) from another place on
17134         Win32. Accept also depth==32 (which we might get on Win32) with
17135         bpp==32.
17136
17137         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
17138         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
17139         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
17140         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
17141         in the backend-dependent directory, not in the common gdk
17142         directory.
17143
17144         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
17145         headers.
17146
17147 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
17148
17149         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
17150         want to use the Gtk+ devel version (which is true, and yes - even i am
17151         currently working with the 1.2.x branch). so everyone reading this, you
17152         probably want to issue
17153         cvs checkout -r glib-1-2 glib
17154         and
17155         cvs checkout -r gtk-1-2 gtk+
17156         as your next two comands.
17157
17158 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
17159
17160         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
17161         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
17162
17163         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
17164         file. strongly deprecated the GTK_HAVE_* macros, we provide
17165         GTK_CHECK_VERSION() for people that need to check for certain
17166         Gtk+ versions.
17167
17168         * gtk/gtkcompat.h: removed this from CVS.
17169         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
17170         idea right from the start, it just didn't seem like that back then.
17171
17172 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
17173
17174         * merges from gtk-1-2:
17175
17176 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
17177
17178         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
17179         item factory class has been created.
17180         (gtk_item_factory_parse_rc): likewise.
17181
17182         * gtk/gtkmenu.c:
17183         keep proper references for old_active_menu_item.
17184         (gtk_menu_reparent): unset the usize of the new parent,
17185         so the menu can sanely be size requested and we don't get nasty screen
17186         artefacts upon next reparentation.
17187         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
17188         enter notify. only synthesize enter notifies if the pointer really is
17189         inside the event window.
17190         (gtk_menu_popdown): use gtk_menu_shell_deselect().
17191         (gtk_menu_popup): move the background setting stuff into
17192         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
17193
17194         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
17195         gtk_menu_shell_select_item() to select the new item.
17196         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
17197         do the right thing for deselection as well.
17198
17199 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
17200
17201         * gtk/gtkwidget.[hc]:
17202         (gtk_widget_accelerators_locked): return whether a widget's accelerators
17203         are locked.
17204
17205         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
17206         existing accelerators if the widget's accelerators are locked.
17207
17208 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
17209
17210         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
17211
17212         * gtk/gtkmenu.c: truely forward key press and key release events to
17213         the menu widget from the toplevel or tearoff window. we can't simply
17214         connect to that, we need to stop further processing of the events as
17215         well.
17216
17217 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
17218
17219         * gtk/gtkmenu.c:
17220         (gtk_menu_key_press): pass event->keyval, event->state to
17221         gtk_accelerator_valid, instead of event->keyval twice.
17222         refuse to install single letter accelerators for menus that use
17223         single letter shortcuts.
17224
17225         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
17226         gtk_menu_ensure_uline_accel_group().
17227
17228         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
17229         which will always return an uline accel group, made
17230         gtk_menu_get_uline_accel_group() return NULL if the group isn't
17231         yet created.
17232
17233 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
17234
17235         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
17236
17237         * gtk/gtkclist.c (gtk_clist_column_title_passive):
17238         Leave button sensitive, trap  button_press, button_release,
17239         motion_notify, enter_notify and leave_notify events instead.
17240         (gtk_clist_column_title_active): disconnect event handler.
17241         (gtk_clist_drag_data_get): fixed memory leak. Reported by
17242         Guillaume Laurent <glaurent@worldnet.fr>
17243
17244 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
17245
17246         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
17247         width/height mixups.
17248
17249         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
17250         if needed.
17251
17252 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
17253
17254         * gtk/testgtk.c (create_item_factory): unref the item factory after
17255         window's destruction.
17256
17257         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
17258         count on the menu shell around the menu item's activation, since the
17259         signal emission may cause menu shell destruction.
17260
17261         * gtk/gtkitemfactory.c:
17262         the previous code leaked one accel group per menu. we use
17263         gtk_menu_get_uline_accel_group() now to fix that, and with that
17264         also create the underline accelerator group of the menus only if
17265         required (i.e. an underline accelerator has been specified).
17266         (gtk_item_factory_construct):
17267         (gtk_item_factory_create_item): removed code that would create an
17268         extra accel group for the menu (and leak references).
17269         (gtk_item_factory_create_item): adapted the underline accelerator
17270         installation code to properly feature gtk_menu_get_uline_accel_group().
17271
17272         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
17273         menu->accel_group, this may return NULL if the accelerator group
17274         hasn't been set yet.
17275         added gtk_menu_get_uline_accel_group() to retrive the underline
17276         accelerator group of the menu, this will be created on demand
17277         and proper care is taken about its reference count.
17278
17279         * gtk/gtkitemfactory.h:
17280         * gtk/gtkitemfactory.c:
17281         dumped the approach of keeping a widgets by action list on the
17282         factory since the factory<->widget destroy negotiation didn't work
17283         and would be hard to get going at all. instead we keep a list of
17284         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
17285         persistant throughout a program's life time).
17286         also, i removed the static const gchar *key_* variables, and made
17287         them inline strings (they weren't actually used anyways).
17288         (gtk_item_factory_add_item): update ifactory->items.
17289         (gtk_item_factory_destroy): destroy ifactory->items (and remove
17290         the item factory pointer from the remaining ifactory widgets).
17291         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
17292         list to find the widget.
17293         (gtk_item_factory_get_item): new function that works around
17294         gtk_item_factory_get_widget() limitations, this function will only
17295         return menu items, even for <Branch> entries.
17296
17297 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
17298
17299         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
17300         font hash table, if we have a GdkFontPrivate entry for this font
17301         already, simply increment its reference count, provided by Olaf Dietsche
17302         <olaf.dietsche+list.gtk@netcologne.de>.
17303
17304         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
17305         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
17306
17307 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
17308
17309         * gtk/gtkcontainer.c:
17310         (gtk_container_add_with_args):
17311         (gtk_container_addv):
17312         (gtk_container_add): before adding a child to a conatiner, make sure
17313         it is (default) constructed, this is neccessary because under certain
17314         circumstances the child will get relized and mapped immediatedly, in
17315         which case it has to be constructed already.
17316
17317 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
17318
17319         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
17320         values > 1 as TRUE also.
17321
17322 1999-03-16  Tor Lillqvist  <tml@iki.fi>
17323
17324         * README.win32: New file.
17325                 
17326         * configure.in: Check for lstat.
17327
17328         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
17329         completeness.
17330
17331         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
17332
17333         * gtk/gtk.def: Removed CRs.
17334
17335         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
17336         ..\gdk\win32).
17337
17338         * gdk/win32/makefile.msc: Correct upwards relative paths.
17339         
17340 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
17341
17342         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
17343           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
17344           it was connecting a void function to expose_event and the int
17345           returning function to the draw signal
17346
17347 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
17348
17349         * configure.in:
17350         Use correct path to libgmodule.la when ref'ing uninstalled copy
17351         of glib.  (Already in stable branch, Bug #417)
17352
17353 1999-03-15  Tor Lillqvist  <tml@iki.fi>
17354
17355         Win32 merge and general portability stuff:
17356                 
17357         * acconfig.h,configure.in: Check for <sys/time.h>.
17358
17359         * gdk/win32: New directory (actually, been there for a while).
17360         
17361         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
17362         NATIVE_WIN32, and use these. Always case fold on Win32. No
17363         backslashed escapes on native Win32.
17364
17365         * gtk/{gtk.def,makefile.msc}: New files.
17366
17367         * gtk/Makefile.am: Add above new files.
17368         
17369         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
17370         instead of <strings.h>.
17371
17372         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
17373         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
17374         <unistd.h> appropriately.
17375
17376         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
17377         Use ABS() (from <glib.h>) instead of abs().
17378         
17379         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
17380         of gtk (and thus glib) headers, so that WIN32 will be
17381         defined. With MS C, include <direct.h> for mkdir prototype.
17382
17383         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
17384         some casts, needed by MS C.
17385
17386         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
17387         implemented).
17388
17389         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
17390         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
17391         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
17392
17393         * gtk/gtkmain.h: Mark variables for export/import on Win32.
17394                 
17395         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
17396         the event is not a hint, or its window is not the slider. Needed
17397         on Win32, at least.
17398
17399         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
17400         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
17401         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
17402         a subdirectory of the Windows directory as gtk system
17403         configuration directory.
17404
17405         * gtk/gtkselection.c: No chunks on Win32.
17406
17407         * gtk/gtksocket.c: Not implemented on Win32.
17408
17409         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
17410
17411         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
17412
17413         * gtk/maketypes.awk: Declare variables with a macro that expands to
17414         necessary export/import magic in the case of Win32.
17415                 
17416         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
17417
17418 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
17419
17420         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
17421         since those were meant only for gdki18n.h.  
17422         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
17423         for widechar tests.
17424         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
17425
17426 1999-03-13  Tor Lillqvist  <tml@iki.fi>
17427
17428         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
17429         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
17430
17431         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
17432         installed) to CFLAGS.
17433
17434         * gdk/Makefile.am: Add rules for gdkconfig.h.
17435
17436         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
17437         APIs.
17438
17439         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
17440         gdkx.h anyway when compiling for X11.
17441         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
17442         general): Merge in Win32 version.
17443         
17444         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
17445         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
17446         expansion (if we don't have HAVE_PWD_H), allow for drive
17447         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
17448         included code from Craig Setera's port to Win32 (the one that uses
17449         X11, and the cygwin dll), even if it probably will be abandoned.
17450
17451         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
17452         the user entered one herself.  This way one can complete *.h and
17453         don't get matches on any .help files, for instance.
17454         
17455 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
17456
17457         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
17458         font hash table, if we have a GdkFontPrivate entry for this font
17459         already, simply increment its reference count, provided by Olaf Dietsche
17460         <olaf.dietsche+list.gtk@netcologne.de>.
17461
17462         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
17463         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
17464
17465 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
17466
17467         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
17468         the number of calls to gdk_draw_point() (and thus to X) by
17469         clipping the points by hand.
17470
17471         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
17472         the clip parameter.
17473         (gtk_handle_box_paint): Only paint the handle if the expose area
17474         intersects it.
17475
17476 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
17477
17478         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
17479
17480 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
17481
17482         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
17483         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
17484
17485 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
17486
17487         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
17488          textmode (O_TEXT) for OS/2 version.
17489
17490 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
17491
17492         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
17493         GtkSpinButton, "input" and "output", to make the output more flexible.
17494         The user has to provide a mapping between adjustment->value and the
17495         output string (and vice versa, if the spin button is editable). 
17496         See testgtk for examples.
17497
17498 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
17499
17500         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
17501         new one.
17502         
17503         * configure.in: set gtk+ version to 1.3.0.