]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
bogus include at the end of gdk-pixbuf-csource.c
[~andy/gtk] / ChangeLog.pre-2-4
1 2001-06-26  Joel Becker  <jlbec@evilplan.org>
2
3         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
4           at the end of the file
5
6 2001-06-26  Havoc Pennington  <hp@redhat.com>
7
8         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
9
10 2001-06-26  Havoc Pennington  <hp@redhat.com>
11
12         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
13         property
14
15 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
16
17         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
18         stupid missing statement
19
20         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
21         private function for ATK.  It notifies you of how many _visible_
22         children are deleted when a node is deleted.  Should be used by
23         atk only.
24
25 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
26
27         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
28         Use new pango_context_get_metrics() to fix problems
29         with font lists in descriptions. (#56184, reported by
30         Jonas Borgström)
31
32 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
33
34         * gtk/gtkiconfactory.c:
35         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
36         item factory so inlined pixbufs actually work.
37
38 2001-06-25  Havoc Pennington  <hp@redhat.com>
39
40         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
41         s/RESIZEABLE/RESIZABLE/
42
43         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
44
45 2001-06-25  Alexander Larsson  <alexl@redhat.com>
46
47         * configure.in:
48         Added --enable-fbmanager. This is some experimental code
49         that lets several GtkFB apps coordinate their access to the
50         framebuffer.
51         
52         * acconfig.h:
53         Added ENABLE_FB_MANAGER.
54
55         * gdk/linux-fb/Makefile.am:
56         Added gdkfbmanager and gdkfbswitch.
57
58         * gdk/linux-fb/gdkkeyboard-fb.c:
59         * gdk/linux-fb/gdkmouse-fb.c:
60         * gdk/linux-fb/gdkprivate-fb.h:
61         Split device init and open so that
62         they can be opened and closed while switched
63         away.
64
65         * gdk/linux-fb/gdkmain-fb.c:
66         Add the basic manager communication.
67
68         * gdk/linux-fb/gdkrender-fb.c:
69         Don't update to the shadow fb if we're
70         blocked by the fb manager.
71
72 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
73
74         * docs/Changes-2.0.txt: Add note about child property
75         changes.
76
77 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
78
79         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
80         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
81
82         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
83         with un'reffing wrong list reported by Jeff Franks.
84
85         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
86
87         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
88         for the default icon. Remove inline XPM.
89
90         * gtk/gtkstock.h gtk/gtkiconfactory.c:
91         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
92         is used for GTK_STOCK_DND, but it is a bit too small.)
93
94         * gtk/stock-icons/stock_dnd_multiple.png
95         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
96
97         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
98         TRUE when starting a drag. In other cases, we are
99         just observing. (#52995)
100
101         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
102         function to set the icon for a drag from a GdkPixbuf
103         or stock ID.
104
105         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
106         Likewise, for drag sources.
107
108         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
109         (Now should be done using the stock system.)
110
111 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
112
113         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
114         Removed - didn't work and not particularly useful anyways
115         if it did. 
116
117 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
118
119         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
120         introduced last night that was making things decidedly not work.
121
122         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
123         so that we have getter/setter pairing everywhere it makes
124         sense. (#55767)
125
126         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
127         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
128         deprecated compat macro. (#55516)
129
130         * gtk/gtklabel.[ch]: Add functions
131         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
132         gtk_label_set_label(), which mirror the property API for GtkLabel.
133         Make gtk_label_get_attributes() only reflect the attributes
134         set by gtk_label_set_attributes.
135
136         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
137         from gtk_notebook_set_page().
138
139 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
140
141         * configure.in: Fix tests for XShm.h.
142
143         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
144         gdk_image_new() by use of goto, properly use g_object_unref().
145
146 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
147
148         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
149         calls, as GdkImage is an object. these should be g_obejct_unref()
150         instead but that won't work because of the g_error() statement
151         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
152         to spot these places.
153
154 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
155
156         * modules/input/gtkimcontextxim.c: Fixup some problems with 
157         text length handling in error cases.
158
159         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
160         a bit to make test actually warn on attempt to allocation
161         a negative size. (#56101, Matthias Clasen)
162
163 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
164
165         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
166         noticed by Brian Cameron.
167         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
168         Cameron.
169
170 2001-06-22  Hans Breuer  <hans@breuer.org>
171
172         * gdk/gdk.def : updated externals
173
174         * gdk/win32/gdkdrawable-win32.c : corrected some casts
175         in GDK_NOTEs
176
177         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
178         to translate coordinates to the internal > 16 bit system
179         Try to handle WM_WINDOWPOSCHANGED to get better performance for
180         when moving/resizing
181
182         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
183         and gdk_keymap_get_direction (). The latter is untested for
184         the RTL case
185
186         * gtk/gtk.def : updated externals
187
188         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
189         from pango_language_from_string (), not an already freed pointer
190
191         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
192         binary (-kb) to be useable on windoze
193  
194 2001-06-21  Alexander Larsson  <alexl@redhat.com>
195
196         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
197         Update to new PangoLanguage changes.
198         
199         * gtk/gtkwindow-decorate.c:
200         * gtk/gtkwindow.[ch]:
201         Added setting argument to gtk_window_set_has_frame ()
202         
203 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
204
205         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
206         the case without XKB properly.
207
208         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
209         unused gtk_rc_auto_parse variable.
210
211         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
212         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
213         longer needed with GdkPixbuf.
214
215         * gtk/gtkrc.c (_gtk_rc_init): Make private.
216
217 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
218
219         * gtk/gtkentry.h: Mark deprecated functions with
220         GTK_DISABLE_DEPRECATED.
221
222 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
223
224         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
225
226         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
227
228         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
229           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
230           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
231           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
232           to recent changes in Pango.
233
234         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
235           to test whether the basic engine honors them.
236
237 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
238
239         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
240         gtk_container_child_get_property().
241
242 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
243
244         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
245         (gtk_tree_view_move_cursor_page_up_down): implement.
246
247 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
248
249         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
250         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
251         don't use automatic fixed size buffer for printf-ing floats, doubles
252         can expand to really _huge_ strings, use g_strdup_printf() instead.
253
254 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
255
256         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
257         construct property in 1.2 and still needs to be.
258
259         * gtk/gtkwidget.c: "composite_child" is not a settable property.
260
261 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
262
263         * gtk/gtkliststore.c (gtk_list_store_clear): 
264         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
265         clear a model.
266
267 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
268
269         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
270
271         * gtk/Makefile.am:
272         * gtk/gtk.h: disabled GtkPacker compilation.
273
274         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
275
276         * gtk/gtknotebook.c:
277         * gtk/gtktable.c:
278         * gtk/gtkbox.c: ported this over to child properties.
279
280         * gtk/gtksettings.c: fetch class properties via
281         g_object_class_list_properties().
282
283         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
284         child arg interface. use gobjectnotifyqueue.c for child property
285         notification.
286
287         * gtk/gtkwidget.[hc]: provide necessary means for container child
288         properties, i.e. ::child_notify signal,
289         gtk_widget_freeze_child_notify(),
290         gtk_widget_child_notify(),
291         gtk_widget_thaw_child_notify().
292
293         * tests/testgtk.c: removed inferior property handling code, for
294         property editing, a generic module should be used, and GLE
295         coincidentally fullfills that purpose.
296
297         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
298         needs to be adapted to g_object_class_list_properties() before this
299         builds again.
300
301 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
302
303         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
304         test if a node is expanded.
305
306 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
307
308         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
309         where collapsing a selected row would result in the cursor/anchor
310         getting screwed up.
311
312 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
313
314         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
315         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
316         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
317         Now I can really reorder/sort all Store widgets.  treesorttest
318         seems to just work now.
319         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
320         testtreesort worked through a big coincidence all this time.
321         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
322         code.
323         * tests/testtreecolumns.c: Big 'ol warning at the top letting
324         people know that this code should never ever ever be copied.
325
326 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
327
328         * gtk/gtkwindow.h: Fixed a small typo, it should be
329         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
330         on line 134.
331
332 2001-06-14  Havoc Pennington  <hp@redhat.com>
333
334         Docs fixups, and:
335         
336         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
337         GTK_DISABLE_DEPRECATED
338
339 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
340
341         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
342         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
343         finish it off tonight, though it basically works now when it's a
344         list.  Also, I have a sinking feeling neither GtkTreeStore or
345         GtkListStore actually resort when adding a new item.  I'll look
346         into it.
347
348 2001-06-14  Havoc Pennington  <hp@redhat.com>
349
350         * demos/gtk-demo/main.c (load_file): fix bug identified by
351         warnings I just added to gtktextbuffer
352
353 2001-06-14  Havoc Pennington  <hp@redhat.com>
354
355         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
356
357         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
358
359         * gtk/gtktextbtree.c: don't leak node data all over the place.
360
361         * demos/gtk-demo/main.c (main): create fontify tags for the right
362         buffer
363
364         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
365         to mention tags in the same table can't have the same name,
366         suggested by Skip Montanaro
367
368 2001-06-11  Havoc Pennington  <hp@redhat.com>
369
370         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
371         for trying to add two tags with same name to the tag table
372
373         * demos/gtk-demo/main.c (main): fix colors ;-)
374
375 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
376
377         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
378         that allows grouping together multiple windows so that grabs
379         within that set of windows only affect those windows.
380
381         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
382         signal for notification when a widget becomes shadowed
383         by a grab or is no longer shadowed by a grab.
384
385         * gtk/gtkwidget.c (gtk_widget_propagate_state)
386           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
387         insenstive widgets to maintain a grab.
388
389 2001-06-14  Alexander Larsson  <alexl@redhat.com>
390
391         * docs/README.linux-fb:
392         Add some example config files that can be used with the URW fonts.
393         
394         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
395         Set up the color ramps for DirectColor mode.
396
397 2001-06-11  Havoc Pennington  <hp@redhat.com>
398
399         * Release 1.3.6
400          
401 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
402
403         * gdk/linux-fb/gdkwindow-fb.c:
404         Unify shaped window code and make it repaint the area that used
405         to be part of the shape, but isn't anymore.
406
407 2001-06-11  Havoc Pennington  <hp@redhat.com>
408
409         * NEWS: Updates
410
411         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
412
413         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
414         
415 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
416
417         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
418         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
419         passes zero instead, so do we.
420         
421 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
422
423         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
424         Deep copy dash_list too.
425         (_gdk_fb_gc_new): Set default cap_style before
426         setting values.
427
428 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
429
430         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
431         gdk_keymap_get_direction): New functions.
432
433 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
434
435         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
436         gtk_tree_model_get_flags by adding a second flag for atk.
437
438         * gtk/gtktreemodel.c: make cursor behavior interact better with
439         mouse presses.
440
441 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
442
443         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
444         expand_row/collapse_row to be 2 signals each -- test_expand_row
445         and row_expanded as well as test_collapse_row and row_collapsed.
446
447 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
448
449         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
450         signal name to be changed instead of selection_changed.
451
452 2001-06-08  Havoc Pennington  <hp@redhat.com>
453
454         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
455         "scroll_offset" property for notification when the layout offsets
456         may have changed
457         (gtk_entry_adjust_scroll): add notify for scroll_offset
458         (gtk_entry_layout_index_to_text_index): function to compensate for
459         preedit string when doing coordinate stuff on the entry's layout
460         (gtk_entry_text_index_to_layout_index): inverse function
461         (gtk_entry_get_layout_offsets): hook to get current position of
462         the layout      
463         (gtk_entry_get_layout): hook to get the layout itself.
464
465         * gtk/gtklabel.c (gtk_label_get_layout): new function
466
467 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
468
469         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
470         keybinding.
471         (gtk_tree_view_focus): Fix merge conflict.
472
473 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
474
475         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
476         clean up cursor handling.
477
478 2001-06-08  Havoc Pennington  <hp@redhat.com>
479
480         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
481         function
482
483         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
484         this function
485
486 2001-06-08  Alex Larsson  <alexl@redhat.com>
487
488         * gtk/gtkcompat.h.in:
489         Added compat macros for all old GTK_TYPE_GDK_xxx types.
490         Fixes bug #52892
491
492 2001-06-08  Havoc Pennington  <hp@redhat.com>
493         
494         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
495         parent still
496
497 2001-06-08  Havoc Pennington  <hp@redhat.com>
498
499         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
500         don't call g_list funcs on GSList
501
502         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
503         gtk_container_focus(), since some widgets have focusable locations
504         which are not other widgets. These widgets should not have to be 
505         containers just to manage the focus. For example, GtkHSV is
506         currently a container for no good reason. Also, this cleans
507         up the "if (is_container && is_sensitive && is_drawable)
508         container_focus ()" mess in widget implementations.
509
510         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
511         function, and have it just call gtk_widget_child_focus().
512
513         * gtk/gtkhsv.c: derive from widget not container
514         
515         Throughout: fix to reflect GtkContainer::focus change
516         
517 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
518
519         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
520         range.  Fix bug #55921
521
522         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
523         (#55920).
524
525 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
526
527         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
528         and gdk_keymap_get_current_direction().
529
530         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
531           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
532         the current locked group, use it to set the keymap
533         direction.
534
535         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
536         to determine whether we draw a split cursor or use
537         a jumping cursor based on the current direction.
538
539         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
540         Obey the split cursor setting. 
541
542 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
543
544         * gtk/gtkimmulticontext.c (activate_cb): Only activate
545         when toggling on, not when toggling off... (#55906)
546
547 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
548
549         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
550         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
551         in docs. (#55812, Vitaly Tishkov)
552
553 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
554
555         * demos/gtk-demo/main.c (create_tree): Changed signal name from
556         selection_changed to changed in signal connection to GtkTreeSelection,
557         also used g_signal_connectc since GtkTreeSelection is now a GObject.
558
559 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
560
561         * gtk/gtktreeselection.c: Now it's a GObject instead of a
562         GtkObject.  The GtkTreeSelection::selection_changed signal is now
563         the GtkTreeSelection::changed signal.
564
565         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
566         object.
567
568         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
569         object.
570
571 2001-06-07  Havoc Pennington  <hp@redhat.com>
572
573         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
574
575 2001-06-07  Havoc Pennington  <hp@redhat.com>
576         
577         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
578         (not tested yet because with absolute path to srcdir I can't build
579         atk, but it was broken anyway so this may help) 
580
581 2001-06-07  Havoc Pennington  <hp@redhat.com>
582
583         * configure.in: output m4macros/Makefile
584         
585 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
586
587         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
588         buttons.  Fixes #55460 reported by matthiasc@poet.de.
589
590 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
591
592         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
593         expansion/collapsing so it only happens in one place.
594         (gtk_tree_view_real_expand_row): ditto.
595
596 2001-06-07  Havoc Pennington  <hp@redhat.com>
597
598         * tests/Makefile.am: add missing -I flag
599
600         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
601
602         * configure.in: use pkg-config to see if GModule is
603         supported; fix to properly turn on included loaders 
604         when GModule isn't supported; don't use AC_CHECK_LIB 
605         when libs are not installed yet
606
607         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
608
609         * Makefile.am (SUBDIRS): add m4macros subdir
610
611         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
612         dependencies also.
613
614 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
615
616         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
617         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
618
619 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
620
621         * gtk/gtktreeview.c
622         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
623         bindings to expand and collapse rows.
624         (gtk_tree_view_real_select_cursor_parent): New key binding.
625         (gtk_tree_view_real_toggle_cursor_row): New key binding.
626
627         * gtk/gtkmarshal.list: new
628         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
629
630 2001-06-06  Havoc Pennington  <hp@redhat.com>
631
632         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
633
634         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
635         Down to move visually rather than logically, since it confuses 
636         people. Add -/+ and Ctrl--/+ bindings for logical movement.
637
638 2001-06-06  Alex Larsson  <alexl@redhat.com>
639
640         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
641         Fix up error messages.
642
643 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
644
645         * gtk/gtktooltips.h: Include gtkwidget.h 
646         (#55798, Karl Nelson)
647
648         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
649         a valid latin-1 character. (Marc Lehmann, #35467)
650
651         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
652         (Marc Lehmann, #35467)
653         
654 2001-06-05  Alex Larsson  <alexl@redhat.com>
655
656         * demos/gtk-demo/appwindow.c (do_appwindow):
657         Don't swap the order of the args to gtk_widget_destroyed.
658
659         * tests/testgtk.c (destroy_properties):
660         Don't crash when the properties window is destroyed.
661
662         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
663         Use with_mnemonics to handle the case of stock items with
664         underscores in them.
665
666 2001-06-05  Havoc Pennington  <hp@redhat.com>
667
668         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
669         gtk_text_iter_reorder
670
671 2001-06-05  Havoc Pennington  <hp@redhat.com>
672
673         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
674
675 2001-06-05  Havoc Pennington  <hp@redhat.com>
676
677         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
678         to the range that was set
679
680         * gtk/gtkrange.c: add value_changed signal, primarily 
681         intended for use with GtkScale
682         (gtk_range_set_increments): new function
683         (gtk_range_set_range): new function with weird name
684         (gtk_range_set_value): new function
685         (gtk_range_get_value): new function
686
687         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
688         from gtk_spin_button_get_value_as_float(). Compat #define
689         added for get_value_as_float.
690
691         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
692
693         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
694
695 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
696
697         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
698
699 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
700
701         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
702
703         * tests/testgtk.c (create_tooltips): Remove usage of
704         gtk_widget_set().
705
706 2001-06-05  Havoc Pennington  <hp@redhat.com>
707
708         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
709
710         Applying patch from Jeff Franks, with function docs added.
711         
712         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
713         remove call to set_mnemonic_widget, change docs a bit.  
714
715         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
716         new function
717
718         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
719         new function
720
721         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
722
723         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
724         function
725         (gtk_radio_button_new_with_mnemonic_from_widget): new function
726
727         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
728         new function
729
730         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
731         function        
732
733         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
734         auto-selection of mnemonic widget.
735
736 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
737
738         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
739         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
740         (gtk_tree_view_column_set_min_width): ditto.
741
742 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
743
744         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
745         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
746
747 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
748
749         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
750         gtk_clist_thaw().
751
752 2001-06-04  Havoc Pennington  <hp@pobox.com>
753
754         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
755         releases for buttons 6, 7
756
757 2001-06-04  Havoc Pennington  <hp@redhat.com>
758
759         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
760         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
761         #55562
762
763 2001-06-04  Havoc Pennington  <hp@redhat.com>
764
765         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
766         where text_view->layout == NULL by assuming its size is 0, 
767         i.e. same as if we haven't done any reflow. Reported by 
768         Hidetoshi Tajima #55448 
769
770 2001-06-04  Havoc Pennington  <hp@redhat.com>
771
772         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
773         and 7 for scroll left/right, from Thomas Broyer
774
775 2001-05-10  Havoc Pennington  <hp@redhat.com>
776
777         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
778         we need to parse the xsetting as if it were an RC file string.
779
780         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
781         value of palette from settings, not from static variable
782
783         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
784         xsettings translation table
785
786         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
787         hardcoding the toolbar style conflicts with new customizable 
788         toolbar style philosophy
789         (gtk_toolbar_class_init): add settings for default toolbar style;
790         these are used unless the app specifically forces a toolbar style
791
792         * gtk/gtksettings.c (settings_install_property_parser): only
793         return at the start if we warn and parser == NULL
794
795         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
796         palette changed handler so we don't notify dead color selections
797
798         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
799         xthickness/ythickness of 0 or 1 properly 
800         (gtk_default_draw_resize_grip): clear the background behind the
801         resize grips, and align to bottom right if we square the 
802         area to be drawn.
803
804         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
805         statusbar label to 1, so it doesn't make toplevels resize oddly
806         (gtk_statusbar_size_request): add grip size to request
807         (gtk_statusbar_size_allocate): hack so the hbox still works with 
808         the grip size in the request
809
810         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
811         bug where showing all on a toplevel makes the toolbar 
812         button text appear despite the toolbar mode
813
814         * gtk/gtkmenubar.c: add internal padding style property
815
816         * gtk/gtktoolbar.c: Add internal padding style property; add
817         shadow type style property
818
819         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
820         state; and put Container::border_width outside the frame
821
822         * gtk/gtktextview.c: don't draw focus rectangle if we're in
823         interior focus mode, we just use blinking cursor
824
825 2001-06-04  Havoc Pennington  <hp@redhat.com>
826
827         * configure.in: Make gdk-pixbuf have same version number as GTK
828
829 2001-06-04  Havoc Pennington  <hp@redhat.com>
830
831         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
832         digits greater than 6. If there actually are limits (which there
833         likely aren't), should clamp to them not warn.
834         (gtk_spin_button_new_with_range): don't take log of 0
835         (gtk_spin_button_size_request): use digits to compute size
836         request, rather than step increment.
837
838         * tests/testgtk.c (create_spins): test larger values of digits
839         
840         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
841         font on map not expose, so we don't get weirdness during scrolling
842
843 2001-06-04  Havoc Pennington  <hp@redhat.com>
844
845         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
846         Sam Solon, bug #54577, update value even if not drawable.
847
848 2001-06-04  Havoc Pennington  <hp@redhat.com>
849
850         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
851         SCROLL_LEFT, reported by Thomas Broyer.
852
853 2001-06-04  Havoc Pennington  <hp@redhat.com>
854
855         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
856         Process updates immediately, to prevent funny lag effect
857         when scrolling, at some mild potential efficiency cost.
858
859 2001-06-04  Havoc Pennington  <hp@redhat.com>
860
861         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
862         slider on the click.
863
864 2001-06-03  Havoc Pennington  <hp@pobox.com>
865
866         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
867         hscale/vscale details, so we can use it for scrollbar as well.
868
869         * tests/testgtk.c (reformat_value): honor digits from GtkScale
870
871         * gtk/gtkenums.h (GtkTroughType): Remove this enum
872         (GtkScrollType): add START and END from GtkTroughType
873
874         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
875         its x/y arguments
876
877         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
878         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
879         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
880         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
881         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
882
883         Notable changes in the process:
884          
885         - stepper_size style property is the height for vertical 
886           ranges, width for horizontal; the other dimension matches
887           the trough size
888         - add ability to do NeXT-style steppers (and several other styles
889           that don't make any sense)
890         - added min_slider_length, fixed_slider_length properties to
891           GtkScrollbar
892         - cleaned some private (or at least useless) functions out of
893           gtkscale.h    
894         - moved bindings to GtkScale from subclasses, even arrow keys,
895           since blind users don't know scale orientation.
896         - change move_slider action signal to use new GtkScrollType,
897           remove GtkTroughType argument
898         - digits rounds the values a range will input to the given 
899           number of decimals, but will not try to force adjustment 
900           values set by other controllers. That is, we no longer
901           modify adjustment->value inside a value_changed handler.
902         - added getters for GtkScale setters
903         - middle-click begins a slider drag
904         
905 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
906
907         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
908         getting the focus code to work.
909         (gtk_tree_view_class_init): Add a bunch of keybindings.
910
911         * gtk/gtktreeviewcolumn.c
912         (gtk_tree_view_column_set_cell_data_func):
913         s/GtkCellDataFunc/GtkTreeCellDataFunc.
914         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
915         of "properties_changed" to help justify the death of the latter
916         signal. (-:
917
918         * tests/testtreefocus.c (main): Let some columns be focussable to
919         test focus better.
920
921 2001-06-01  Havoc Pennington  <hp@redhat.com>
922
923         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
924         
925         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
926         overwrite in overwrite mode if we already deleted the selection
927         and replaced it with new text.  
928
929         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
930         selection to an empty range, clear the clipboard if we owned it.
931         (gtk_label_set_selectable): give up selection if we become
932         unselectable.
933         (gtk_label_state_changed): override state changed to unselect text
934         when insensitive
935         (get_text_callback): add paranoia check that indexes aren't
936         outside of label->text
937         (gtk_label_select_region): make -1 for start_offset mean "end of
938         label," for consistency with GtkEditable
939
940         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
941         GTK_DIALOG_NO_SEPARATOR flag
942
943 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
944
945         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
946         notifications on non-existant "enable_arrow_keys".
947         (#53753, Skip Montanaro)
948
949 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
950
951         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
952         GDK_TYPE_RECTANGLE.
953
954         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
955         of allocation argument be GDK_TYPE_RECTANGLE.
956
957 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
958
959         * gtk/gtkoptionmenu.c: Account for the fact that the border
960         width is _outside_ the window. (Fixes #54585, bug found
961         by Bastien Nocera.)
962
963 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
964
965         * gtk/gtksettings.c (gtk_settings_get_property): Validate
966         value from GDK settings against parameter spec.
967
968         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
969         to temporary values and use g_value_transform(), since
970         thinking that GValue was going to be easy or efficient
971         to use was, of course, a mistake.
972
973         * gtk/gtksettings.c: Add cursor blink setting.
974         
975         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
976
977         * gtk/gtkentry.c: Add cursor blinking.
978
979         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
980         cursor blink global settings.
981
982         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
983         for :text_position in places where it is missing.
984
985 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
986
987         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
988
989 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
990
991         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
992         not pkg-config. (#51032)
993
994         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
995         (fixes #51952, James Henstridge)
996         
997 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
998
999         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
1000         Rename to the more correct gtk-go-up.
1001
1002         * gtk/stock-icons/stock_menu_sort_ascending.png:
1003         Added new file.
1004         
1005         * gtk/stock-icons/stock_menu_sort_descending.png:
1006         Changed to show descending instead of ascending.
1007
1008         * gtk/gtkiconfactory.c:
1009         Added menu size icon to sort ascending.
1010
1011         * gtk/stock-icons/Makefile.am:
1012         Added stock_menu_sort_ascending.png.
1013         
1014         * gtk/gtkseparatormenuitem.c:
1015         Use correct typenames.
1016
1017 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
1018
1019         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
1020         gulong as in GSignal.
1021
1022 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
1023
1024         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
1025         instances of GtkCellRenderer in code (all but dnd icon code).
1026         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
1027         there, and I can do multiple Cells per column.
1028
1029         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
1030
1031         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
1032         when model was unreffed prior to removing the row reference.
1033
1034 2001-05-25  Havoc Pennington  <hp@redhat.com>
1035
1036         * gtk/gtkiconfactory.c: fix so that default icons are created if 
1037         you call gtk_stock_list_ids()
1038
1039         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
1040         in list
1041
1042 2001-05-25  Havoc Pennington  <hp@redhat.com>
1043
1044         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
1045         set can render without falling back to missing image icon
1046
1047         * gtk/gtktextview.c (gtk_text_view_size_request): request full
1048         size of text, instead of random values
1049
1050         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
1051         size of tree view, instead of random values
1052
1053         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
1054         image in an appropriate size
1055
1056         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
1057         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
1058
1059         Throughout: fix GTK_STOCK_BUTTON_ instances
1060         
1061         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
1062         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
1063         Add a bunch of new stock items/icons
1064
1065         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
1066         new function, convenience for inserting columns with a data func
1067
1068         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
1069         (_gtk_icon_factory_list_ids): use list of all factories to
1070         generate a list of all known IDs
1071
1072         * gtk/gtkstock.c (gtk_stock_list_ids): replace
1073         gtk_stock_list_items() with a function that returns all IDs known
1074         including those for GtkIconFactory.
1075
1076 2001-05-25  Hans Breuer  <hans@breuer.org>
1077
1078         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
1079         work -> check boxes and radio buttons are drawn now, even on win9x.
1080         Improved line settings a bit, still no clue how to get really dotted
1081         lines on win9x, on NT it's PS_ALTERNATE.
1082
1083         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
1084         GDK_HINT_MIN_SIZE as well
1085
1086         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
1087
1088         * gtk/gtk.def : updated
1089
1090         * gtk/gtktreeprivate.h : change column_drop_func to be a function
1091         pointer not a function pointer pointer
1092
1093         * tests/testdnd.c : include <stdlib.h> for putenv prototype
1094
1095         * tests/testsocket.c : made it compile on win32 again
1096
1097         * tests/makefile.msc : one more test-app uses prop-editor.obj
1098
1099 2001-05-22  Havoc Pennington  <hp@pobox.com>
1100
1101         * gtk/gtkbin.c (gtk_bin_get_child): New function
1102
1103 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
1104
1105         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
1106         to ignore when doing compose processing.
1107
1108 2001-05-22  Joe Shaw  <joe@ximian.com>
1109
1110         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
1111         Simplify as suggested by Havoc. Just get the last iter and work
1112         backward to the tag instead of getting a line and working back from
1113         there. Fixes passing in an invalid offset to
1114         iter_init_from_byte_offset().
1115
1116 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
1117
1118         * gtk/gtktreeview*.h: 
1119         * gtk/gtkcell*.h:
1120         * gtk/gtk*store.h:
1121         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
1122         macros to all objects.
1123
1124 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
1125
1126         * gtk/gtkcellrenderertext.c
1127         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
1128         with very large (TM) amounts of text.  May be moved to
1129         GtkCellRenderer in the future, though I'm not sure it wants to be
1130         this accessible.
1131
1132         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
1133         More sanity brought to this class.  I like it.
1134
1135         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
1136         case.  Kids, don't try this at home.
1137
1138         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
1139         convenience function.
1140
1141         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
1142
1143 2001-05-21  Alexander Larsson  <alexl@redhat.com>
1144
1145         * gtk/gtkfontsel.c:
1146         Added properties. Based on patch by Lee Mallabone.
1147
1148         * gtk/gtkruler.c:
1149         * gtk/gtkhruler.c:
1150         * gtk/gtkvruler.c:
1151         * gtk/gtktext.c:
1152         * gtk/gtktextview.c:
1153         Converted GtkArg to GParam. Based on patches by John Margaglione.
1154
1155         * tests/Makefile.am:
1156         * tests/testtext.c:
1157         Add a property editor to testtext.
1158         
1159 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
1160
1161         * gtk/gtk{h,v,}paned.c: Only show the separator if 
1162
1163         * configure.in: Fixed reversed conditional causing all image
1164         libraries to be linked in.
1165
1166 2001-05-21  Joe Shaw  <joe@ximian.com>
1167
1168         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
1169         that top_y needs to be >= 0.
1170
1171 2001-05-11  Havoc Pennington  <hp@pobox.com>
1172         
1173         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
1174         losing connection to the X server.
1175
1176 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
1177
1178         * configure.in: Start checks for X from pangox/pangoxft
1179         CFLAGS to avoid duplicate libraries.
1180
1181         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
1182
1183         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
1184         to include gobject.
1185         
1186 2001-05-18  Alexander Larsson  <alexl@redhat.com>
1187
1188         * gtk/gtkspinbutton.c:
1189         Convert GtkArgs to GParams. Based on patch by John Margaglione.
1190         Also do size request reasonable for MAXDOUBLE. Previously it printed
1191         the limits to a buffer and overran it. Instead do it using log10() and
1192         limit the width to 10 digits.
1193         
1194         * gtk/gtkwidget.c (gtk_widget_get_property):
1195         Correctly handle setting the parent property to NULL.
1196
1197 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
1198
1199         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
1200         style attributes even if the widget isn't realized.
1201
1202         * demos/gtk-demo/main.c: Use a slightly smaller font.
1203
1204 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
1205
1206         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
1207         This is something that only a widget writer would ever want
1208         to change.
1209
1210         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
1211         gtk_signal_emit_by_name().
1212
1213         * gtk/gtkviewport.c: Fix some warnings.
1214
1215         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
1216         allowing the requisitions of multiple widgets to be grouped
1217         together.
1218
1219         * tests/testgtk.c: Add GtkSizeGroup test
1220
1221         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
1222
1223         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
1224         warnings.
1225
1226         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
1227
1228 2001-04-28  Martin Baulig  <baulig@suse.de>
1229
1230         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
1231         to gtk_image_menu_item_set_icon() and made it work if there's already
1232         an image.
1233         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
1234         (gtk_image_menu_item_new_with_label): New function.
1235
1236 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
1237
1238         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
1239         highlighting code!!!!  The result is okay so long as you don't try
1240         to stress it.  It also highlights a bug in the TextView so it's in
1241         an unproportional font right now until it's fixed.
1242
1243         *demos/gtk-demo/*.c: Clean up code a bit to make it
1244         ugly-parser(TM) friendly. (-:
1245
1246 2001-05-17  Joe Shaw  <joe@ximian.com>
1247
1248         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
1249         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
1250         if it is only partially onscreen.
1251
1252 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
1253
1254         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
1255         not by characters.
1256
1257         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
1258         are not zero or one; that is, when graphemes of multiple characters
1259         are involved.
1260
1261         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
1262         FIXME.
1263
1264 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
1265         
1266         * gtk/gtkbbox.c:
1267         Add properties, based on patch by Lee Mallabone.
1268
1269         * gtk/gtknotebook.c:
1270         * gtk/gtktoolbar.c:
1271         Convert from GtkArg to GParam, based on patch by John Margaglione.
1272         
1273         * gtk/gtkhscale.c:
1274         * gtk/gtkvscale.c:
1275         * gtk/gtkhscrollbar.c:
1276         * gtk/gtkvscrollbar.c:
1277         * gtk/gtkrange.c:
1278         Move adjustment property to GtkRange.
1279
1280         * gtk/gtklabel.c:
1281         Setup mnemonics on property changes
1282
1283         * gtk/gtkwidget.c (gtk_widget_get_property):
1284         GdkExtensionMode is an enum, not a flag. Set it with
1285         g_value_set_enum ().
1286
1287         * tests/prop-editor.c:
1288         Better propery editor.
1289
1290         * tests/testgtk.c:
1291         Add new property test. Pass zero to the property editor to
1292         get properties from all derived types.
1293         
1294 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
1295
1296         * autogen.sh (have_automake): Require libtool-1.4,
1297         automake-1.4p1.
1298
1299         * acinclude.m4: Remove libtool macros.
1300
1301         * gdk-pixbuf/Makefile.am: Add dependencies to loade
1302         modules.
1303
1304         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
1305         for libgdk.
1306
1307         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
1308         libgdk.la for libgtk.
1309
1310         * modules/input/Makefile.am: Make modules have full
1311         dependencies.
1312
1313 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
1314
1315         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
1316         #54699 where paths weren't being checked for correctness.
1317
1318 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
1319
1320         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
1321         in any order you wan, whether or not the column is added to the
1322         tree, or the tree is realized.  Yay!
1323
1324         * gtk/gtktreeviewcolumn.c
1325         (gtk_tree_view_column_setup_sort_column_id_callback): handle
1326         sorting columns a lot saner
1327
1328         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
1329         new function to actually set wether or not a column is
1330         reorderable.
1331
1332         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
1333         if we have 'em.
1334
1335         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
1336         Fix nasty bug where we were showing the button just before
1337         realizing it.  As a result, the parent window was
1338         tree_view->window instead of tree_view->priv->header_window.
1339
1340         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
1341         to let you easily reorder a list or tree.
1342
1343 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
1344
1345         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
1346         from args to properties.
1347
1348 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
1349
1350         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
1351         from args to properties. (#51957)
1352
1353         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
1354         calls to after ->set_property call.
1355
1356 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
1357
1358         * tests/prop-editor.c: Block against redundant changes.
1359
1360         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
1361         properties.
1362
1363 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
1364
1365         * gdk/gdkpixmap.h: Remove creative formatting.
1366
1367 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
1368
1369         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
1370         property API. (#51669)
1371
1372         * gtk/gtkscale.c: Patch from John Margaglione converting to
1373         property API. (#51891)
1374
1375         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
1376         to property API. (#50985)
1377
1378 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
1379
1380         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
1381         buffering state across expose event, so we still call end_paint().
1382
1383 2001-05-11  Alexander Larsson  <alexl@redhat.com>
1384
1385         * gtk/gtkhsv.c (paint_triangle):
1386         Expose the ring in the triangle at the correct place when
1387         exposing just a part of the triangle.
1388
1389         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
1390         Return FALSE, or window focusing will not work.
1391
1392 2001-05-11  Havoc Pennington  <hp@pobox.com>
1393
1394         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
1395         #54144
1396
1397         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
1398         bug #54330
1399
1400 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
1401
1402         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
1403         propagate exposes to NULL child.
1404
1405         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
1406         against not having one of the scrollbars.
1407
1408         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
1409         we don't keep a mnemonic window if we have no mnemonic installed.
1410
1411 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
1412
1413         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
1414         it has the _important_ side effect of initializing a class.
1415
1416 2001-05-10  Alexander Larsson  <alexl@redhat.com>
1417
1418         * gdk/linux-fb/gdkprivate-fb.h:
1419         Make sure you can compile out the implementation/wrapper assert
1420         macros.
1421
1422         * gdk/linux-fb/gdkdrawable-fb2.c:
1423         Check implementation/wrappers, initialize type for pixmap dummys.
1424
1425         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
1426         Hide the cursor if reading from the screen.
1427
1428         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
1429         Fix sign bug in tiling code.
1430
1431         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
1432         Handle background pixmaps.
1433
1434 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
1435
1436         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
1437         function to let user control where columns are dragged.
1438
1439         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
1440         Escape is pressed.
1441
1442 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
1443
1444         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
1445         "columns_changed" signal.
1446         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
1447         motion code to draw arrows to the side if indicator is outside the
1448         widget.
1449         (gtk_tree_view_map_expanded_rows): Implement.
1450
1451 2001-05-07  Alexander Larsson  <alexl@redhat.com>
1452
1453         * demos/testpixbuf-save.c: 
1454         * demos/testpixbuf-drawable.c:
1455         Include gdkfb.h on linux-fb.
1456
1457 2001-05-07  Alexander Larsson  <alexl@redhat.com>
1458
1459         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
1460         New function for getting toplevel window at position.
1461         (gdk_drag_find_window): Use get_toplevel_window () instead
1462         of gdk_window_get_pointer(). (gdk_drag_status): Use
1463         correct context for getting window.
1464
1465         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
1466         g_strdup the atom name.
1467
1468         * gdk/linux-fb/gdkwindow-fb.c:
1469         Costmetic fix.
1470
1471         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
1472         Add code for changing cursor on linux-fb backend (same as
1473         win32).
1474
1475 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
1476
1477         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
1478         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
1479         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
1480         report was not for the development branch of GTK+, but it applies
1481         anyways).
1482
1483 2001-05-04  Havoc Pennington  <hp@redhat.com>
1484
1485         * configure.in: fix some shell typos
1486
1487         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
1488
1489         * gtk/gtkimage.c: handle animations
1490
1491         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
1492         border_width * 2, not just border_width
1493
1494         * gtk/gtkscale.c: add "format_value" signal to allow people
1495         to override the way values are drawn.
1496         (gtk_scale_get_value_size): fix width/height mistake,
1497         and compute size from actual displayed text, not 
1498         from made-up text.
1499
1500         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
1501         signal registration
1502
1503         * tests/testtext.c: Add "Remove all tags" menu item for testing
1504
1505         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
1506
1507         * demos/gtk-demo/main.c (main): add hack so we can find modules
1508         without installing gtk
1509
1510         * demos/gtk-demo/textview.c (insert_text): demo font scaling
1511
1512         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
1513         factor)
1514         (gtk_cell_renderer_text_set_property): remove some bogus
1515         g_object_notify
1516
1517         * gtk/gtktexttag.c: add "scale" property which is a font scaling
1518         factor
1519
1520         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
1521         to layout
1522
1523         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
1524         gtk_text_iter_is_first
1525
1526 2001-01-06  Hans Breuer  <hans@breuer.org>
1527
1528         * gdk/gdk.def : updated exports
1529
1530         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
1531         gdk won't compile anymore
1532  
1533         * gdk/win32/gdkevents-win32.c : initialize ret_val when
1534         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
1535         Improved gdk_flush () to not only do pending drawing operations
1536         but also process all currently pending events. This should make
1537         the behaviour more similar to the X11 version.  
1538
1539         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
1540         option needs to be set even if there is no GDK_GC_BACKGROUND.
1541         (gdk_win32_hdc_get) : use predraw_set_background () independent
1542         of value_mask. This allows to draw dashed lines leaving the original
1543         background intact.
1544
1545         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
1546         after processing, because we can't reuse it as the X11 version does.
1547
1548         * gtk/gtk.def : updated exports
1549
1550         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
1551         would like to get rid of this file again, and use straight
1552         makefile.msc again, as the other Gtk+ subdirs do)
1553
1554         * test/makefile.msc (new file) : build the test apps here
1555
1556 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
1557
1558         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
1559         strike-through setting
1560         (gdk_draw_layout_line_with_colors): Render strike-through
1561
1562 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
1563
1564         * Release 1.3.5
1565
1566         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
1567
1568         * NEWS: Updated
1569
1570         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
1571         Makefile breakage.
1572
1573 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
1574
1575         * demos/gtk-demo/images.c (progressive_timeout): Fix
1576         typo in filename.
1577
1578         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
1579         out FIXME warning; just too annoying.
1580
1581 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
1582
1583         * gdk/linux-fb/gdkcolor-fb.c:
1584         Better error messages.
1585
1586         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
1587         Initialize abs_x and abs_y.
1588         
1589         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
1590         Correct handling of stipple offset.
1591
1592         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
1593         Treat directcolor framebuffers as truecolor.
1594         
1595 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
1596
1597         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
1598         dependency on Atk for accessibility support.
1599
1600         * configure.in **/Makefile.am: Major reworking of substituted
1601         variables for CFLAGS/LIBS to make a lot more sane and 
1602         keep the the compile/link lines a bit shorter.
1603
1604         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
1605
1606 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
1607
1608         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
1609         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
1610         use _gtk_boolean_handled_accumulator.
1611
1612 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
1613
1614         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
1615         to fix things so clicking inside selection leaves cursor
1616         at point where clicked. (#50324)
1617
1618         * gtk/gtksettings.c (gtk_settings_class_init): Restore
1619         sane value for default double click time.
1620
1621         * tests/testtext.c (test_init): Really path to input modules.
1622
1623 2001-05-03  Sven Neumann  <sven@convergence.de>
1624
1625         * demos/testpixbuf-save.c: include target-specific headers as
1626         done in testpixbuf-drawable.c
1627
1628 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
1629
1630         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
1631         new_text_length appropriately when we run into the 
1632         size limit for the entry. (#53445, reported by Jeff Franks)
1633
1634         * tests/testgtk.c (create_entry): Remove most of the
1635         property toggle buttons. Replace with a "Props" button
1636         that brings up a property editor.
1637
1638         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
1639         Split the property editor code out for reuse, improve.
1640
1641 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
1642
1643         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
1644         trap errors around calls to XSetInputFocus since we have
1645         no way of knowing reliably whether we are viewable or
1646         not. (#53947)
1647
1648 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
1649
1650         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1651         fix bug in dropping columns.  Moving columns now basically works
1652         modula some fine tuning.
1653
1654 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
1655
1656         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
1657         autoscroll support.  It mostly works, but could use some fine
1658         tuning.
1659         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
1660         Actually move the column.
1661
1662 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
1663
1664         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
1665           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
1666           New default theme! A slighly improved version of the 2.0 Raleigh
1667           theme, with Windows-esque focus/drawing default. 
1668           (GtkWidget::interior_focus defaults to TRUE.)
1669
1670         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
1671
1672 2001-04-30  Havoc Pennington  <hp@pobox.com>
1673
1674         * tests/testtext.c (line_numbers_expose): fix to work with
1675         gtk_paint_layout change
1676
1677 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
1678
1679         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
1680           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
1681           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
1682           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
1683
1684         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
1685           with GtkWidget::interior_focus = TRUE better.
1686
1687         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
1688         ::default_outside_border for more flexibility.
1689
1690         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
1691         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
1692         change that had to be made with g_object_get.
1693
1694 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
1695
1696         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
1697         (gtk_tree_view_move_column_after): Clean up interface. 
1698
1699 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
1700
1701         * gtk/gtkpacker.h:
1702         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
1703          to gtkenum.h.
1704
1705         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
1706         handled in switch).
1707
1708         * gtk/Makefile.am:
1709         (gtk.defs): generate enum portions with  glib-mkenums.
1710         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
1711         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
1712         
1713         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
1714         addition.
1715
1716         * docs/Changes-2.0.txt: keep a note on signal handlers now
1717         not getting emitted during the emission they were connected within.
1718
1719 2001-04-28  Havoc Pennington  <hp@pobox.com>
1720
1721         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
1722
1723 2001-04-24  Havoc Pennington  <hp@redhat.com>
1724
1725         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
1726         (gtk_text_layout_move_iter_to_next_line): fix these two for
1727         invisible text, lots of other stuff still hosed.
1728
1729         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
1730         new function, replaces the get/set palette stuff. This function 
1731         is intended for use by libgnomeui which should set the hook to a
1732         thing which sets the palette in GConf, and we need the
1733         GConf-to-xsettings proxy which will result in the change being
1734         propagated back to the GTK app.
1735
1736         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
1737         about unusable signals that it may be because the signal has 
1738         parameters.
1739
1740         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
1741         style, otherwise gtkrc.c won't know to create a new GtkStyle for
1742         it.
1743         (gtk_widget_modify_color_component): call
1744         gtk_widget_modify_style() so the rc style will get copied.
1745         (gtk_widget_modify_font): ditto
1746
1747         * gtk/gtkrc.c: make a couple variables static
1748
1749         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
1750         help button by default, since it does nothing
1751
1752         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
1753         around with UI
1754
1755         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
1756         so we can have tooltips
1757
1758         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
1759         can have tooltips
1760
1761         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
1762         GDK_ENABLE_BROKEN, because its memory behavior is completely
1763         hosed.
1764
1765         * gtk/gtknotebook.c: remove key press handler, replace with
1766         binding set, add numeric keypad support
1767
1768         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
1769
1770         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
1771
1772         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
1773         addition to plain Delete
1774
1775         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
1776         GDK_KP_Enter in addition to GDK_Return
1777
1778         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
1779         activate on entry instead of key press
1780         (gtk_font_selection_on_clist_key_press): get
1781         rid of this signal handler, not needed with new font sel.
1782
1783         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
1784         no-longer-needed emit_stop_by_name(), just return TRUE
1785
1786         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
1787         cruft, this widget is no longer focusable.
1788
1789         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
1790         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
1791         move_slider action signal, add binding set for vscale/hscale, in
1792         the process support numeric keypad
1793
1794         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
1795         make GDK_Return and GDK_KP_Enter activate the entry via 
1796         binding set, instead of hardcoded.
1797
1798 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
1799
1800         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
1801         code.  Some documentation added.
1802
1803 2001-04-27  Havoc Pennington  <hp@redhat.com>
1804
1805         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
1806
1807         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
1808
1809         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
1810         line/para separators
1811         (gtk_entry_create_layout): set single paragraph mode on the layout
1812
1813         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
1814         spacing between the image and label; instead, inside a button box 
1815         the button will get extra space that will go there, but if people 
1816         configure button box for 0 chubbiness, then there's no spacing.
1817
1818         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
1819         and min/max size style properties, so people can tune their
1820         chubbiness.
1821
1822         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
1823         functions
1824
1825         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
1826         space_style, and button_relief into style properties, remove
1827         functions for setting them
1828         
1829         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
1830         it back down
1831
1832         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
1833         types from gtk_widget_style_get
1834
1835         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
1836         with a style property.
1837
1838         * gdk/x11/gdkevents-x11.c: namespace the settings
1839
1840         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
1841
1842         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
1843         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
1844         be used. Also, translate doc strings for settings. Also, namespace
1845         the double-click-time property. Also, remove bell properties crap.
1846
1847 2001-04-27  Sven Neumann  <sven@gimp.org>
1848
1849         * Makefile.am: before creating links, check if pkg-config files
1850         exist for the default target. Otherwise link to the pkg-config files
1851         that got installed with this build.
1852
1853 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
1854
1855         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
1856         dragging code.  Revealed some (potential) GdkWindow bugs.
1857
1858         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
1859         _gdk_window_init_position to the end of reparent to fix the case
1860         of reparenting when new_x != old_x and new_y != old_y.
1861
1862 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
1863
1864         * gtk/gtkentry.c (strstr_len): Fix optimization that
1865         was correct for the use here, but completely incorrect
1866         in general.
1867
1868 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
1869
1870         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
1871         until patch adding gtk_window_set_size() is recommitted. 
1872
1873         * **Makefile.am configure.in gdk/x11/gdkim-11.c
1874           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
1875           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
1876           (#10784)
1877
1878 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
1879
1880         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
1881         window == NULL in a number of cases.
1882
1883         * tests/testdnd.c: Set module path for gdk-pixbuf.
1884
1885 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
1886
1887         * gtk/Makefile.am xembed.h: File containing #defines
1888         for XEMBED protocol.
1889
1890         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
1891
1892         - Change protocol from old plug/socket specific protocol
1893           to XEMBED draft
1894         - Various fixes to work with GTK+-2.0
1895
1896         Still quite a bit of work to do here to handle initiation
1897         from the socket side (as specified by XEMBED), to handle
1898         the more advanced features of XEMBED, and to figure out
1899         a good way to handle same-app embedding with less overhead
1900         than using full XEMBED.
1901
1902 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
1903
1904         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
1905         track of whether the toplevel has the focus; only send
1906         focus-in events to the focus widget when the window
1907         actually has the focus.
1908
1909 2001-04-25  Havoc Pennington  <hp@pobox.com>
1910
1911         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
1912         were still in the header
1913
1914 2001-04-24  Alexander Larsson  <alexl@redhat.com>
1915
1916         * gtk/gtkclist.[ch]:
1917         * gtk/gtkctree.c:
1918         When there is a row highlighted for D'n'D it must alse
1919         be painted hightlighted on exposes. Otherwise exposes from
1920         the icon being dragged will mess up the hightlight.
1921
1922         * gtk/gtkfontsel.c:
1923         Don't recenter selected font when exposing the font family
1924         clist. This means you can now actually scroll the font family
1925         list.
1926
1927         * gtk/gtknotebook.c:
1928         Fix focus movement on scrolling tabs that are placed on the left
1929         and right.
1930
1931 2001-04-21  Havoc Pennington  <hp@pobox.com>
1932
1933         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
1934         empty/invisible lines.
1935
1936         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
1937         (gtk_text_iter_set_visible_line_index): new functions to set
1938         indexes excluding invisible text
1939
1940         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
1941         index
1942
1943         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
1944         (gtk_text_iter_get_visible_line_offset): new functions to 
1945         get indexes excluding invisible text
1946
1947         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
1948         bunch of extra padding that served no purpose
1949
1950         * gtk/gtkdialog.c: Make all the spacings configurable via style
1951         properties, for chubbiness configuration in themes
1952
1953         * tests/testtext.c: fix path to the immodules.
1954         
1955 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
1956
1957         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
1958         got munched by #endif.
1959
1960         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
1961
1962         * gtk/gtktreeview.c: Refactored code to clean up a number of
1963         events.
1964
1965         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
1966         values to make consistent with other functions.  Spotted by Jeff
1967         Franks <jcf@tpg.com.au>.
1968
1969         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
1970         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
1971
1972 2001-04-23  Sven Neumann  <sven@gimp.org>
1973
1974         * gtk/Makefile.am
1975         * gtk/gtkplug.c
1976         * gtk/gtksocket.c: on request of Owen, reverted my last change 
1977         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
1978
1979 2001-04-23  Sven Neumann  <sven@gimp.org>
1980
1981         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
1982         compile for non-X11 targets again
1983
1984 2001-04-20  Alexander Larsson  <alexl@redhat.com>
1985
1986         * gtk/gtkcolorsel.[ch]:
1987         API Change. Take GdkColor arguments instead of gdouble *.
1988         Leave the old gtk_color_selection_set_color for compatibility,
1989         but marked deprecated.
1990         Do correct rounding when converting RGB <-> HSV.
1991         
1992         * gtk/gtkcolorseldialog.c:
1993         * tests/testgtk.c:
1994         Use new GtkColorSelection API.
1995
1996         * gtk/gtkhsv.c:
1997         Fix problem selecting colors in triangle when Hue is 330.
1998         Fix some black dots around the HSB triangle.
1999         
2000         * gtk/gtkfilesel.c:
2001         return FALSE from the focus_in_event handler to fix focus problems.
2002
2003 2001-04-18  Havoc Pennington  <hp@redhat.com>
2004
2005         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
2006         set, so keybindings are configurable    
2007         (gtk_window_activate_default): Change to activate the focus widget
2008         instead if there's a focus widget, to be consistent with the
2009         behavior that previously existed in key_press_event
2010
2011 2001-04-18  Havoc Pennington  <hp@redhat.com>
2012
2013         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
2014
2015 2001-04-18  Havoc Pennington  <hp@redhat.com>
2016
2017         Close bug #50615:
2018         
2019         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
2020         the layout
2021
2022         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
2023
2024         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
2025
2026         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
2027         
2028         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
2029         to blue for base, in addition to bg
2030         
2031 2001-04-18  Havoc Pennington  <hp@redhat.com>
2032
2033         * tests/testgtk.c (create_image): allow shrinking the image window
2034         to test that we clip to allocation.
2035
2036         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
2037         #9845
2038
2039         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
2040
2041 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
2042
2043         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
2044         mode on shm segments to 0600. We'll see who complains.
2045
2046         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
2047         _gdk_windowing_window_destroy() AFTER recursing through
2048         children.
2049
2050         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
2051         testsocket_child on X.
2052
2053         * tests/testsocket[_child].c: Fix uses of
2054         gtk_window_get_default_accel_group().
2055
2056         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
2057
2058         * gdk/gdkimage.c: (gdk_image_get):
2059         Deal with the possibility that XGetImage() might return NULL.
2060         Allocate the GdkImagePrivate structure only after XGetImage()
2061         succeeds in order not to dereference a NULL ximage pointer.  This
2062         prevents a core dump when XGetImage() fails - which is unlikely,
2063         but can happen due to race conditions accessing the geometries of
2064         drawables.  An x error will still be triggered, but the gdk image
2065         wrapper at least wont seg fault.
2066         
2067 2001-04-18  Havoc Pennington  <hp@redhat.com>
2068
2069         * gtk/gtkimage.c: fix to properly queue resizes when the image is
2070         set
2071
2072         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
2073         if the insertion point isn't editable
2074
2075         * demos/gtk-demo/images.c: Added a GtkImage demo
2076
2077         * demos/gtk-demo/drawingarea.c: drawing area demo
2078         
2079         * demos/gtk-demo/menus.c (create_menu): cleanups
2080
2081 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
2082
2083         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
2084           gdk/x11/gdkevents-x11.c: Introduce an extra child
2085         of toplevel windows that serves to hold the focus to
2086         avoid events being delivered to embedded windows.
2087
2088         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
2089         some extra variables to clean up code and reduce the
2090         number of casts.
2091
2092         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
2093         guint for 1 bit bit fields, not gboolean.
2094
2095 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
2096
2097         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
2098         not TRUE. (Fixes #52925)
2099
2100 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
2101
2102         * Released 1.3.4
2103
2104         * NEWS: Updated
2105
2106         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
2107         use GTK_TYPE_ENUM.
2108
2109 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
2110
2111         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2112
2113         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
2114         names to compatibility #defines so docs work.
2115
2116         * gtk/gtkenums.h: Remove GtkMenuFactoryType
2117
2118         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
2119
2120         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
2121
2122         * tests/testgtkrc: No magenta cursors, please.
2123
2124         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
2125
2126         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
2127         
2128 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
2129
2130         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
2131         grabs, since they are no longer necessary.
2132
2133         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
2134         by signal_connect() and call gtk_button_pressed() rather
2135         than signal_connect_after().
2136
2137         * tests/testgtk.c: Restore radio menu items to combos 
2138         since they'll look OK with Raleigh, and it is easier
2139         than finishing the process of removing them that was
2140         started earlier.
2141
2142 2001-04-16  Hans Breuer  <hans@breuer.org>
2143
2144         * gdk/gdk.def :
2145         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
2146
2147         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
2148         we are interested in the functions return value not the function address
2149         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
2150
2151         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
2152
2153 2001-04-14  Hans Breuer  <hans@breuer.org>
2154
2155         * gdk/gdk.def :
2156         * gdk/makefile.msc : updated
2157
2158         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
2159         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
2160         (the testgtk::text backgound pixmap is drawn again)
2161         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
2162         Win32 Pango change
2163         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
2164
2165         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
2166         Not sure if the returned settings have the right unit, because I couldn't
2167         find any docs for the X version ...
2168
2169         * gtk/gtk.def :
2170         * gtk/makefile.msc.in : updated
2171
2172 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
2173
2174         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
2175         wording problems. (Compared to version from Johannes Stezenbach to
2176         check correctness.)
2177
2178 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
2179
2180         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
2181         this to compile.
2182
2183 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
2184
2185         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
2186         not pixbufpos.
2187
2188         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
2189
2190         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
2191         are unsigned insts, therefore use g_value_set_uint.
2192         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
2193
2194 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
2195
2196         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
2197
2198         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
2199         GTK_TYPE_STRING.
2200
2201         * gtk/gtktreeview.c: New functions to allow initial column
2202         dragging work.
2203
2204         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
2205
2206         * tests/testtreefocus.c: give dave some love.
2207
2208         * tests/testtreesort.c: Modify test to check really long samples.
2209
2210 2001-04-11  Alexander Larsson  <alexl@redhat.com>
2211
2212         * gtk-2.0.m4: Pass pkg-config options
2213         before the other args so it works even if
2214         POSIXLY_CORRECT is set.
2215
2216 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
2217
2218         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
2219         0, interface 0).
2220
2221 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
2222
2223         * gtk/gtkcalendar.c (gtk_calendar_button_press):
2224         check for action_func != NULL
2225
2226 2001-04-04  Sven Neumann  <sven@gimp.org>
2227
2228         * tests/testgtk.c (test_init): corrected path to gtk.immodules
2229
2230 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
2231
2232         * Released Gtk+-1.3.3.
2233
2234 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
2235
2236         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
2237
2238 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
2239
2240         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
2241         files to/from source dir. (if we don't stay in builddir, we
2242         can't reach make-inline-pixbuf.
2243
2244         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
2245         deps.
2246
2247         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
2248         ages 0).
2249
2250 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
2251
2252         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
2253         moved to the GtkTreeSortable interface.
2254
2255         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
2256         Make more efficient (fixes #50262).
2257
2258 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
2259
2260         * NEWS: Updated.
2261
2262         * configure.in: Remove support for uninstalled glib.
2263
2264         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
2265         so as not to stop emission.
2266
2267         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
2268         is no longer supported.
2269
2270         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
2271         into tests, change build order to build modules before
2272         gtk/.
2273
2274         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
2275         to here.
2276
2277 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
2278
2279         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
2280         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
2281         GPatternSpec. this is actually unlikely to cause breakage in
2282         third-party apps since except for gle, pretty much ever caller
2283         passes NULL here.
2284
2285         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
2286
2287         * *.c: use g_pattern_*() API.
2288
2289         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
2290
2291         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
2292         directions aren't passed in.
2293
2294         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
2295         functionality to be usable from gtkstyle.c as well, give precedence
2296         for conversion to user-supplied parsers.
2297         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
2298
2299         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
2300         _gtk_settings_parse_convert() for rcporperty value conversion.
2301
2302 2001-04-03  Alexander Larsson  <alexl@redhat.com>
2303
2304         * gdk/linux-fb/gdkevents-fb.c:
2305         Add empty gdk_setting_get().
2306
2307 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
2308
2309         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
2310         variable names.
2311         
2312         * gtk/makeenums.pl: touch this so enum files get remade.
2313
2314 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
2315
2316         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
2317         work again when not sorted.
2318
2319         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
2320         and "expand_row" signal, closing bug 52578.
2321
2322         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
2323         support.
2324
2325         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
2326         support.
2327
2328 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
2329
2330         * gdk/gdkevents.h: Add GdkEventSetting event for notification
2331         of changes to system settings, gdk_setting_get() to retrieve
2332         a single system setting.
2333
2334         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
2335         to the draft XSETTINGS mechanism.
2336
2337         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
2338         XSETTINGS.
2339
2340         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
2341         of GDK settings changes to the GtkSettings object.
2342
2343         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
2344         double-click-timeout property to GDK.
2345
2346         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
2347         Define GDK boxed types here.
2348
2349         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
2350         gdk/gdkenumtypes.[ch] for enum definitions.
2351
2352         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
2353         * gtk/gtk-boxed.defs: Comment out GDK types
2354         * gtk/gtktypeutils.h: Remove GDK types
2355         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
2356
2357 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
2358
2359         * Applied patch from Ron Steinke to add signal accumulators
2360         so that signals with the convention 'TRUE return means
2361         handled' stop emission on a TRUE return.
2362
2363         * gtk/gtkmain.[ch]: Add private accumulator 
2364         _gtk_boolean_handled_accumulator, used throughout GTK+.
2365         
2366         * gtk/gtkspinbutton.c: Add accumulator for ::output.
2367
2368         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
2369         
2370         * gtk/gtkwidget.c: Add accumulators for event signals,
2371         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
2372         for ::mnemonic-activate.
2373
2374         * gtk/gtkwindow.c: Add accumulator for ::frame_event
2375
2376 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
2377
2378         * gtk/gtkwidget.c: Add missing include.
2379
2380 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
2381
2382         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
2383         marshaller.
2384
2385         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
2386         "changed" signal to "range_changed".
2387
2388         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
2389         removing a tree from one model would remove all trees from that
2390         model.
2391         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
2392         changed signal instead.
2393
2394 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
2395
2396         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
2397         chaining up to parent impl, since we have a INPUT_ONLY
2398         window.
2399
2400         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
2401         foreground color for the cursor.
2402
2403 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
2404
2405         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
2406         param spec when caching property values, since we unref it
2407         later when we free the style.
2408
2409         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
2410         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
2411
2412 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
2413
2414         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
2415         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
2416         stupidity.
2417
2418 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
2419
2420         [ First pass at adding style properties. Still needs some definite
2421         fine-tuning. ]
2422
2423         * gtk/gtkbutton.c: Add ::default_spacing style property.
2424          
2425         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
2426         ::indicator_spacing style properties.
2427
2428         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
2429         style properties.
2430
2431         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
2432         rather than a normal property.
2433
2434         * gtk/gtkwidget.c: Add an ::interior_focus style property to
2435         draw focus inside buttons, in the Windows/Java Metal/etc. style.
2436
2437         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
2438         Honor ::interior_focus.
2439         
2440         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
2441         TRUE.
2442
2443         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
2444         Add ::slider_width, ::trough_border, ::stepper_size,
2445         ::stepper_spacing style properties.
2446
2447         * gtk/gtkscale.[ch] Add ::slider-length style property.
2448
2449 2001-04-02 Alexander Larsson   <alexl@redhat.com>
2450
2451         * gdk/linux-fb/gdkwindow-fb.c:
2452         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
2453         warnings that were spewed on startup.
2454
2455         * gtk/gtkwindow-decorate.c:
2456         gtk_window_reposition -> _gtk_window_reposition
2457
2458 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
2459
2460         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
2461         Add boxed type for GtkRequistion. Use it for ::size-request.
2462
2463         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
2464         Add a new GtkBorder structure useful for geometry properties
2465         for widgets. Add corresponding GTK_TYPE_BORDER.
2466         
2467         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
2468         Support automatic parser selection like
2469         gtk_settings_install_property_parser().
2470
2471         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
2472         functionality for use by gtk_widget_class_install_style_property.
2473         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
2474
2475 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
2476
2477         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
2478         g_param_spec_unichar(). 
2479
2480 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
2481
2482         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
2483         _NET window managers.
2484
2485         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
2486
2487 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
2488
2489         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
2490         bad needs to be nuked, not just deprecated.
2491
2492         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
2493         gtk_widget_popup().
2494
2495         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
2496         
2497         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
2498         widget.
2499         
2500         * docs/Changes-2.0.txt: updates.
2501         
2502 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
2503
2504         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
2505         for (i = 0; i < 100; i ++)
2506           g_print ("I will confirm it compile before committing\n");
2507
2508 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
2509
2510         * gtk/gtktreestore.c: Initial work on implementing the
2511         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
2512
2513 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
2514
2515         * gtk/gtkwidget.c: fixed a bunch of notifications, added
2516         reference counts around emissions where the widget is used afterwards.
2517         added freeze/thaws around multiple properties being notified.
2518         (_gtk_widget_get_aux_info): cleanups.
2519         
2520         * gtk/gtksettings.c (gtk_settings_install_property): provide
2521         default parsing functions for gdkcolor, enums and flags.
2522
2523         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
2524         applied by owen.
2525         backed out gtk_window_get_location(), gtk_window_set_location(),
2526         gtk_window_get_size() and gtk_window_set_size(), these
2527         have to be sorted out wrg x/y/width/height/default_with/default_height
2528         properties.
2529         kept a flag in GtkWindowGeometryInfo to handle user
2530         resetting default sizes.
2531         cleaned up ZVT comments.
2532         bunch of assorted bug fixes, notification fixes.
2533         (_gtk_window_reposition): make this a really internal function.
2534         
2535         * gtk/testgtk.c: fixups.
2536         
2537 2001-03-31  Hans Breuer  <hans@breuer.org>
2538
2539         * config.h.win32.in : disable USE_MMX for msvc build cause
2540         the assembler doesn't fit and is out of my scope. Disable
2541         USE_GMODULE for msvc build as wel. The right way to share
2542         binaries on win32 would be to use libtiff.dll etc. To reduce
2543         installation hassles IMO it's better to include all fileformats
2544         builtin to gdk-pixbuf
2545
2546         * gdk-pixbuf/makefile.msc : new file
2547
2548         * gdk/gdk.def : updated
2549
2550         * gdk/win32/gdkevents-win32.c : don't erase the background if
2551         .no_bg is set. It improves the scrolling (e.g. of testgtk main
2552         buttons
2553         * gdk/win32/gdkgeometry-win32.c : added comment about the above
2554
2555         * gdk/win32/gdkwindow-win32.c : added three new functions like
2556         the X version. Only one is implemented, because the other two
2557         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
2558         be default behaviour on win32 anyway ...
2559
2560         * gtk/gtk.def : updated
2561
2562         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
2563         from where it was built and add an additional rule to automagically
2564         build gtkmarshal.[hc]
2565
2566         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
2567         before array access for the current entry isn't finished
2568
2569         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
2570         use g_return_val_if_fail
2571
2572         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
2573         for the static array, but let the compiler calculate it. It
2574         makes me wonder if gcc isn't capable to catch bugs like this ...
2575
2576 2001-03-31  James Henstridge  <james@daa.com.au>
2577
2578         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
2579         constant "-1" in the aux info structure.
2580
2581 2001-03-30  Alexander Larsson  <alexl@redhat.com>
2582
2583         * gtk/gtkbutton.c (gtk_button_get_property):
2584         * gtk/gtklabel.c:
2585         Remove leaks.
2586         
2587         * gtk/gtkcontainer.c:
2588         * gtk/gtkhscale.c:
2589         * gtk/gtkhscrollbar.c:
2590         * gtk/gtklayout.c:
2591         * gtk/gtkmisc.c:
2592         * gtk/gtkprogress.c:
2593         * gtk/gtkprogressbar.c:
2594         * gtk/gtkrange.c:
2595         * gtk/gtktable.c:
2596         * gtk/gtkviewport.c:
2597         * gtk/gtkvscale.c:
2598         * gtk/gtkvscrollbar.c:
2599         * gtk/gtkwidget.c:
2600         Property patches, based on patches from John Margaglione and Lee Mallabone.
2601
2602 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
2603
2604         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
2605         adjustment. Cleaned redundant preconditions (spin != NULL). Added
2606         inline API function docs.
2607         (gtk_spin_button_new_with_range): New convenience constructor.
2608         (gtk_spin_button_set_increments): New adjustment helper.
2609         (gtk_spin_button_set_range): New adjustment helper.
2610
2611         * gtk/testgtk.c : added test of the new convenince constructor and
2612         value_changed signals.
2613
2614 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
2615
2616         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
2617         listen to the reorder signal.
2618
2619 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
2620
2621         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
2622         to get the aux info structure fo the widget.
2623
2624         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
2625         above function.
2626
2627         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
2628
2629         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
2630         to get the size of the window manager frame, basically the same
2631         code that gdk_window_get_root_origin() had
2632         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
2633
2634         * gtk/gtkwindow.c (gtk_window_set_default_size): use
2635         gdk_window_resize() if the window is realized and resizeable
2636
2637         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
2638         typo so that setting gravity works
2639
2640         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
2641         allocation if auto_shrink is on, even if the default size
2642         has not changed.
2643
2644         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
2645         g_return_if_fail
2646
2647 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
2648
2649         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
2650         reordering/sorting work.  Now pretty much works.
2651
2652         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
2653         reorder mostly work.  Still need to get the parity correct.
2654
2655         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
2656         signal, so I can listen for the sort_column_changed signal so I
2657         can change my "sort_indicator" property.  Cool.
2658
2659 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
2660
2661         [ Patch from Havoc Pennington, hp@redhat.com ]
2662
2663         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
2664         Add functions gdk_window_begin_resize_drag/begin_move_drag
2665         to start resizing or moving a toplevel window. This
2666         is done either using the _NET_WM_MOVERESIZE protocol,
2667         or, if that isn't present, by emulation.
2668
2669         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
2670         to export the above to GTK+-land.
2671
2672         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
2673         
2674         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
2675         Move this function into gdkwindow, since we need it
2676         when implementing fallback resizing.
2677
2678         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
2679         Fix typo when setting gravity.
2680
2681         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
2682         Add an optional (but on by default) resize grip for resizing 
2683         the parent window.
2684
2685 01-03-29  Alexander Larsson  <alexl@redhat.com>
2686
2687         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
2688         Don't return TRUE from the event handler, that blocks all
2689         event signals on the tooltip widget. Now you can press buttons
2690         in toolbars again.
2691
2692 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
2693
2694         * gtk/testtext.c (create_buffer): Add missing NULL on
2695         valist.
2696
2697         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
2698         c-n-p problem with INCONSISTENT property.
2699
2700         [ Patch from Havoc Pennington  <hp@redhat.com> ]
2701
2702         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
2703         hook.
2704
2705         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
2706         signal as a hook for extending the default popup menu
2707
2708         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2709         use radio menu items for the input method menuitems
2710
2711         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
2712         inserted unicode from Ctrl-Shift-hex input method
2713
2714         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
2715         validatation here, already done at GtkTextBuffer level.
2716
2717         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
2718         popup_menu run action signal and Shift+F10 and Menu keybindings.
2719
2720         * gtk/gtkentry.c: implement a default handler for popup_menu
2721
2722         * gtk/gtktextview.c: implement a default handler for popup_menu
2723
2724         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
2725         from a key event
2726         
2727         * gtk/gtklabel.c: remove "trailer" cruft
2728
2729 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
2730
2731         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
2732         handle reordering of trees.  Seems to mostly work w/ the exception
2733         of the parity flag.
2734
2735         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
2736         signal.
2737
2738 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
2739
2740         * gtk/gtkwidget.h: c++ fixes.
2741
2742 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
2743
2744         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
2745         memory.
2746
2747 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
2748
2749         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
2750         Nils Barth fixing event return values. (#51041)
2751
2752         * gtk/gtkwidget.c: Fix some return values for default
2753         functions.
2754
2755         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
2756         return values for trough_keys functions.
2757
2758         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
2759         value for add_accelerator (shoudl have been a void
2760         return.)
2761
2762         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
2763         Fix return type of EVENT.
2764
2765         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
2766         signal return a boolean.
2767
2768 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
2769
2770         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
2771         reordered signal.
2772
2773         * tests/testtreesort.c (main): fix spelling.
2774
2775 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
2776
2777         * gtk/gtkliststore.c: More work on implementing sortable
2778         interface.
2779
2780 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
2781
2782         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
2783         reference the widgets in the resulting list. (#11821)
2784         This makes this consistent with gtk_container_children.
2785
2786         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
2787         uses of gtk_window_list_toplevels.
2788
2789 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
2790
2791         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
2792         a virtual function to set whether the IM context should use 
2793         the preedit string. (#51922)
2794         
2795 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
2796
2797         * gdk/gdkpango.h: Remove stale FIXME comment.
2798
2799 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
2800
2801         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
2802         Fixed bug that returned NULL if a filename was selected.
2803
2804 2001-03-24  Havoc Pennington  <hp@pobox.com>
2805
2806         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
2807         to contain the word "theme"
2808
2809 2001-03-24  Havoc Pennington  <hp@pobox.com>
2810
2811         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
2812         slower but finer-grained
2813         (gtk_hsv_focus): get initial focus on the ring or triangle 
2814         according to tab direction
2815
2816         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
2817
2818 2001-03-23  Havoc Pennington  <hp@pobox.com>
2819
2820         * gtk/gtkhsv.c: make this somewhat key-navigable
2821
2822         * gtk/gtkfontsel.c: mnemonics
2823
2824         * gtk/gtkgamma.c: mnemonics
2825
2826         * gtk/gtkcolorsel.c: add mnemonics to labels
2827
2828 2001-03-22  Havoc Pennington  <hp@pobox.com>
2829
2830         Applied big patch from Seth Lytle to fix event handler return
2831         values, slightly modified.
2832
2833         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
2834         handled.
2835         (gtk_calendar_key_press): return TRUE for GDK_space triggers
2836         select_day
2837
2838         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
2839         (gtk_clist_button_release): return TRUE if handled
2840
2841         * gtk/gtkcolorsel.c (mouse_release):
2842         (palette_activate): 
2843         (palette_press): 
2844         (palette_new): 
2845         (mouse_press): 
2846         (get_screen_color): 
2847         fixed return type (void to gboolean), return TRUE,
2848         added GTK_SIGNAL_FUNC cast
2849
2850         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
2851         (void to gboolean), and return TRUE
2852         (gtk_combo_button_release): changed return value to TRUE after
2853         gtk_grab_add on combo->popwin
2854
2855         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
2856         collapse or expand
2857
2858         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
2859         button/motion
2860
2861         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
2862         press/release and motion that trigger act
2863
2864         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
2865
2866         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
2867         for GDK_Return
2868         
2869         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
2870         (gtk_list_button_release): return TRUE if selection
2871
2872         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
2873         press
2874
2875         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
2876         (gtk_menu_shell_button_release): chain parent_menu_shell retval
2877
2878         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
2879         nothing triggered
2880         (gtk_notebook_button_release): return TRUE if we do anything
2881
2882         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
2883         (gtk_spin_button_button_release): return TRUE or chained retval
2884
2885         * gtk/gtktext.c (gtk_text_button_press): 
2886         (gtk_text_button_release): return TRUE
2887         (gtk_text_key_press): remove redundant retval code
2888         
2889         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
2890         and sensitive
2891         (gtk_tree_item_subtree_button_click): changed type to gint, and return
2892         TRUE if sensitive
2893
2894         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
2895         return TRUE
2896
2897 2001-03-23  Havoc Pennington  <hp@redhat.com>
2898
2899         * gtk/testgtk.c: fix warnings
2900
2901         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
2902
2903         * gtk/gtktextview.c: fix warnings
2904
2905         * gtk/gtktext.c (find_cursor_at_line): fix warning
2906
2907         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
2908
2909         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
2910         of this function
2911
2912         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
2913         fix warning
2914
2915         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
2916
2917         * gtk/gtkfontsel.c: fix warning
2918
2919         * gtk/gtkcolorsel.c: fix warnings
2920
2921 2001-03-23  Havoc Pennington  <hp@redhat.com>
2922
2923         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
2924
2925         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
2926
2927         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
2928         and deprecated gtk_check_menu_item_set_show_toggle().
2929         
2930         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
2931
2932         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
2933
2934         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
2935
2936 2001-03-23  Havoc Pennington  <hp@redhat.com>
2937
2938         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
2939         some docs
2940
2941 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
2942
2943         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
2944         this.
2945
2946         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
2947         set_cell to set_value
2948
2949         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
2950         set_cell to set_value
2951
2952 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
2953
2954         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2955         fix braino.
2956         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
2957         support.
2958
2959         * gtk/gtktreeview.c: Addition of initial sortable support.
2960
2961         * gtk/gtktreestore.c: Addition of initial sortable support.
2962
2963         * gtk/gtkliststore.c: Addition of initial sortable support.
2964
2965         * gtk/gtkmarshal.list: yet another marshaller.
2966
2967         * gtk/gtktreedatallist.[ch]: shared code between the store models
2968         for handling sorting headers.
2969
2970 2001-03-22  Havoc Pennington  <hp@redhat.com>
2971
2972         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
2973         (gtk_container_unset_focus_chain): Add ability to override the 
2974         focus chain for a container explicitly
2975
2976 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
2977
2978         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
2979         added PROP_MNEMONIC_WIDGET.
2980
2981         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
2982         (gtk_window_remove_mnemonic): 
2983         (gtk_window_add_mnemonic): fixed assertions.
2984         (gtk_window_activate_mnemonic): constrain modifier checks to those
2985         permitted by gtk_accelerator_get_default_mod_mask().
2986         got rid of gtk_window_get_default_accel_group().
2987
2988         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
2989         activatable widgets either by focussing or a warning.
2990         added a signal accumulator to ::activate_mnemonic which stops the
2991         emission once a handler returned TRUE.
2992
2993 2001-03-22  Havoc Pennington  <hp@pobox.com>
2994
2995         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
2996         the stock item label
2997
2998         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
2999
3000         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
3001
3002         * demos/gtk-demo/*.c: Add mnemonics all over the place
3003
3004         * gtk/gtklabel.h: mark parse_uline deprecated
3005
3006 2001-03-21  Alexander Larsson  <alexl@redhat.com>
3007
3008         * gtk/gtkitemfactory.[ch]:
3009         Add support for stock and normal imagemenuitems.
3010         
3011         * gtk/testgtk.c:
3012         Add some tests for mnemonics, stock toolbars, stock
3013         and image menuitems in itemfactory and gdk_window_scroll.
3014
3015 2001-03-21  Alexander Larsson  <alexl@redhat.com>
3016
3017         * gtk/gtkbutton.[ch]:
3018         * gtk/gtkdialog.c:
3019         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
3020         removed accel_group argument. Renamed gtk_button_new_accel() to
3021         gtk_button_new_with_mnemonic() and removed accel_group argument.
3022
3023         * gtk/gtkcheckbutton.[ch]:
3024         New function gtk_check_button_new_with_mnemonic().
3025
3026         * gtk/gtkentry.c:
3027         Override activate_mnemonic and just grab focus.
3028
3029         * gtk/gtkitemfactory.c:
3030         Don't add menu uline accel group, instead use mnemonics support.
3031
3032         * gtk/gtklabel.[ch]:
3033         New support for mnemonics.
3034
3035         * gtk/gtkmarshal.list:
3036         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
3037
3038         * gtk/gtkmenu.[c]:
3039         * gtkmenushell.c:
3040         Use mnemonics instead of accel groups for uline
3041         support in menu items.
3042         Removed gtk_menu_get_uline_accel_group() and
3043         gtk_menu_ensure_uline_accel_group().
3044
3045         * gtk/gtkmenuitem.c:
3046         Override activate_mnemonic to handle switching between
3047         menu items if there are collisions.
3048         
3049         * gtk/gtknotebook.c:
3050         Connect to activate_mnemonic on the tab_label, so that
3051         activating it switches to that notebook page.
3052
3053         * gtk/gtkwidget.[ch]:
3054         Add activate_mnemonic signal. New function
3055         gtk_widget_activate_mnemonic() to emit it.
3056         Default implementation does activate/grab_focus.
3057
3058         * gtk/gtkwindow.[ch]:
3059         Add support for mnemonics in windows.
3060         New functions:
3061         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
3062         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
3063
3064         * gtk/testgtk.c:
3065         Update to function name changes.
3066         
3067 2001-03-21  Alexander Larsson  <alexl@redhat.com>
3068
3069         * gtk/gtkimagemenuitem.[c]:
3070         Add gtk_image_menu_item_new_from_stock()
3071
3072 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
3073
3074         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
3075         Fix buglet in meeting.
3076
3077 2001-03-19  Havoc Pennington  <hp@redhat.com>
3078
3079         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
3080         add a bunch of accessor functions. This is because we have
3081         reasonable expectations of extending what fields it contains in
3082         the future.
3083
3084         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
3085         changes
3086
3087         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
3088         GtkIconSource   
3089
3090 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
3091
3092         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
3093         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
3094
3095         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
3096           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
3097           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
3098           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
3099         Change float to double everywhere with the exception of 0<->1.0 alignment
3100         and GtkCurve.
3101
3102 2001-03-19  Tor Lillqvist  <tml@iki.fi>
3103
3104         * gdk/win32/gdkdrawable-win32.c
3105         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
3106         output.
3107
3108         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
3109         gdkwin32.h.
3110
3111 2001-03-18  Tor Lillqvist  <tml@iki.fi>
3112
3113         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
3114         print_event_state, print_event): Use preprocessor macro to make
3115         code more compact. Print also GDK_WINDOW_STATE events.
3116         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
3117         
3118         * gtk/gtk.def
3119         * gtk/makefile.mingw.in: Update.
3120
3121         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
3122         to catch also Cygwin.
3123
3124 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
3125
3126         * gtk/gtkspinbutton.[hc]: added rc-style argument
3127         GtkSpinButton::shadow_type.
3128         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
3129         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
3130         rc-style settings.
3131
3132         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
3133
3134         * gtk/gtkwidget.c: quark cleanups.
3135
3136         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
3137         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
3138         to create_rc_style() (we don't do cloning in standard OO sense).
3139         added per rc style properties.
3140         
3141         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
3142         property values and for caching those. some cleanups.
3143         
3144         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
3145         
3146         * gtk/gtksettings.[hc]: new file for global rc-file properties
3147         (at least currently, should get extended to support X properties
3148         and other communication mechanisms).
3149         
3150         * gtk/gtkwidget.[hc]: added style property support:
3151         (gtk_widget_class_install_style_property_parser): install style
3152         property pspec with parser function for rc-file values other
3153         than LONG, DOUBLE or STRING.
3154         (gtk_widget_class_install_style_property): same as above without
3155         parser (parsers are going to be needed quite infrequently).
3156         (gtk_widget_style_get_property): retrive style property value.
3157         (gtk_widget_style_get_valist): same as above with varargs support,
3158         has NOCOPY semantics.
3159         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
3160
3161 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
3162
3163         * demos/gtk-demo/main.c (row_activated_cb): modified to use
3164         "row_activated" signal.
3165
3166         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
3167         stupidity.  Lets actually pass in the row with this signal...
3168
3169 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
3170
3171         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
3172
3173         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
3174
3175         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
3176         everything into the ::destroy function, and freed a lot more.
3177
3178 2001-03-16  Havoc Pennington  <hp@redhat.com>
3179
3180         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
3181         instead of gint16, to avoid overflow issues, since sizes > 16-bit
3182         are now allowed.
3183
3184 2001-03-16  Havoc Pennington  <hp@redhat.com>
3185
3186         * Applied patch from Nils Barth (bug # 51041) to 
3187         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
3188         in various places.
3189
3190 2001-03-15  Havoc Pennington  <hp@redhat.com>
3191         
3192         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
3193         for properties to set on the tag.
3194
3195         * gtk/testtext.c: fixups to reflect create_tag change
3196         
3197         * gtk/gtktexttag.c (gtk_text_tag_set_property):
3198         background/foreground stipple are objects, not boxed.
3199
3200         * demos/gtk-demo/textview.c: intellihancing
3201
3202 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
3203
3204         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
3205         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
3206
3207 2001-03-16  Alexander Larsson  <alexl@redhat.com>
3208
3209         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
3210         Fix sign error with queued region translations.
3211
3212 2001-03-15  HideToshi Tajima  <tajima@happy>
3213
3214         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
3215         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
3216         * gtk/gtkentry.c (update_im_cursor_location): 
3217         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
3218         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
3219         set_cursor_pos to set_cursor_location in GtkInputContext class
3220
3221 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
3222
3223         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
3224         the location of the cell relative to its area.
3225         * gtk/gtkcell*: modified for above change
3226         * gtk/gtktreeview.c: modified for above change.
3227
3228 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
3229
3230         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
3231          (gtk_tree_view_finalize): actually unref the model.  Thanks to
3232         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
3233
3234 2001-03-14  Havoc Pennington  <hp@redhat.com>
3235
3236         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
3237         
3238         * gtk/gtk.h: remove gtkdata.h
3239
3240         * gtk/Makefile.am: remove gtkdata
3241         
3242         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
3243         not "disconnect" on the adjustments.
3244         
3245         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
3246         GtkData
3247
3248         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
3249         not GtkData
3250
3251         * configure.in: handle case where X render exists, but Pango lacks
3252         Xft support.
3253
3254 2001-03-15 Alexander Larsson  <alexl@redhat.com>
3255
3256         * gtk/gtktoolbar.[ch]:
3257         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
3258         to add stock items to toolbars.
3259
3260         * gtk/Makefile.am:
3261         Remove ../gdk/gdkim.h from gdk_headers.
3262
3263 2001-03-15  Sven Neumann  <sven@gimp.org>
3264
3265         * gdk/gdkim.h: removed
3266         
3267         * gdk/gdkprivate.h
3268         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
3269
3270 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
3271
3272         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
3273         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
3274         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
3275         set_cursor_pos() virtual method
3276
3277         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
3278         (gtk_im_context_xim_set_cursor_pos): add implementation for
3279         set_cursor_pos() method
3280
3281         * gtk/gtkentry.c (recompute_idle_func): set current cursor
3282         position to input methods
3283
3284 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
3285
3286         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
3287         code a lot.
3288
3289         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
3290         g_mem_chunk.
3291         (_gtk_tree_data_list_alloc): use g_mem_chunk.
3292         (_gtk_tree_data_list_node_to_value): Fix to switch on
3293         G_TYPE_FUNDAMENTAL.
3294         (_gtk_tree_data_list_value_to_node): Fix to switch on
3295         G_TYPE_FUNDAMENTAL.
3296         (_gtk_tree_data_list_node_copy): Fix to switch on
3297         G_TYPE_FUNDAMENTAL.
3298
3299 2001-03-12  Havoc Pennington  <hp@redhat.com>
3300
3301         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
3302         to convert to new property API. Also, change default_width and
3303         default_height get_property to return 0 as the flag value for
3304         "unset"; -1 is not a valid value for these fields.
3305
3306 2001-03-12  Havoc Pennington  <hp@redhat.com>
3307
3308         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
3309         enum with registration for icon sizes, instead of strings.
3310
3311         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
3312         gtkwidget.c: Fix to reflect GtkIconSize
3313         
3314 2001-03-12  Alexander Larsson  <alexl@redhat.com>
3315
3316         Make GtkFB compile and link.
3317         
3318         * gdk/linux-fb/gdkdrawable-fb2.c:
3319         window->mapped to GDK_WINDOW_IS_MAPPED(). 
3320         
3321         * gdk/linux-fb/gdkwindow-fb.c:
3322         window->mapped to GDK_WINDOW_IS_MAPPED(). 
3323         Added gdk_window_shape_combine_region.
3324         Added assorted placeholders for unimplemented new GdkWindow API calls.
3325
3326 2001-03-12  Alexander Larsson  <alexl@redhat.com>
3327
3328         * gtk/gtkfilesel.c:
3329         Add more test when converting filenames from/to utf-8.
3330         Don't allow entering text in the filename entry which isn't allowed in
3331         a filename. Just beep instead.
3332
3333 2001-03-12  Alexander Larsson  <alexl@redhat.com>
3334
3335         * gtk/gtkclist.c:
3336         Scroll using gdk_window_scroll(). Don't wait for exposes.
3337         Move the column headers in an order that makes them flash less.
3338
3339 2001-03-10  Hans Breuer  <hans@breuer.org>
3340
3341         * gdk/gdk.def : updated
3342
3343         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
3344         to offseting the clip_mask at the right place
3345
3346         * gdk/win32/gdkwindow-win32.c : don't create background brushes
3347         for all the gdkClasses, especially not for the input_only case.
3348         Otherwise flickering wont be avoidable, because we don't get
3349         WM_ERASEBKGND message for these windows.
3350
3351         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
3352         and fixed massive redraw problems apparently triggered by Alexanders 
3353         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
3354         but it seems to work quite well :-)
3355
3356         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
3357         prototype
3358
3359 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
3360
3361         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
3362         (gtk_list_store_set_cell): Fix a stupid typo.
3363
3364 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
3365
3366         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
3367         select_all not work if you're in SINGLE mode (it doesn't make that
3368         much sense, anyway.)
3369
3370         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
3371         handle types more sanely.
3372         (_gtk_tree_data_list_value_to_node): handle types more sanely.
3373         (_gtk_tree_data_list_node_copy): handle types more sanely.
3374
3375         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
3376         GValue better. Converts the type as well.
3377
3378         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
3379         GValue better. Converts the type as well.
3380
3381 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
3382
3383         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
3384         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
3385         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
3386         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
3387
3388         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
3389         gdk_im/gdk_ic.
3390
3391 2001-03-09  Hans Breuer  <hans@breuer.org>
3392
3393         * gdk/gdk.def : updated
3394
3395         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
3396         for their palette
3397
3398         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
3399         removing
3400
3401         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
3402         removing and implemented Havoc's GdkWindow state functions; 
3403         stick/unstick only as no-op, cause I don't know how to emulate 
3404         on win32 ...
3405
3406         * gtk/gtk.def : updated
3407
3408         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
3409
3410         * gtk/gtktypeutils.c : #include <string.h>
3411
3412         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
3413
3414 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
3415
3416         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
3417         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
3418         not a boxed.
3419
3420 2001-03-09  Alexander Larsson  <alexl@redhat.com>
3421
3422         * docs/Changes-2.0.txt:
3423         Document expose event->region change and that gtk_widget_event
3424         doesn't allow passing expose events.
3425
3426         * gdk/gdkevents.h:
3427         Add region to expose event.
3428         
3429         * gdk/gdkevents.c:
3430         Handle event->region in gdk_event_copy() and gdk_event_free().
3431
3432         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
3433         Generate expose_event->region when creating expose events.
3434
3435         * gdk/x11/gdkevents-x11.c:
3436         Generate expose events with regions when translating X events.
3437
3438         * gtk/gtkcontainer.[ch]:
3439         Default expose handler that propagates expose events to NO_WINDOW
3440         children. New function gtk_container_propagate_expose()
3441
3442         * gtk/gtkwidget.[ch]:
3443         Moved gtk_widget_event implementation to gtk_widget_event_internal.
3444         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
3445         expose events. New function gtk_widget_send_expose() to send expose
3446         events. New function gtk_widget_region_intersect() to calculate
3447         window/region intersections.
3448         
3449         * gtk/gtkmain.c (gtk_main_do_event):
3450         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
3451         Use gtk_widget_send_expose() to send expose events.
3452         
3453         * gtk/gtkbin.c:
3454         * gtk/gtkbox.c:
3455         * gtk/gtkfixed.c:
3456         * gtk/gtkimagemenuitem.c:
3457         * gtk/gtklist.c:
3458         * gtk/gtkpacker.c:
3459         * gtk/gtktable.c:
3460         * gtk/gtktree.c:
3461         Remove expose handler, using the default container implementation
3462         instead.
3463         
3464         * gtk/gtkbutton.c:
3465         * gtk/gtkcheckbutton.c:
3466         * gtk/gtkeventbox.c:
3467         * gtk/gtkfixed.c:
3468         * gtk/gtkhandlebox.c:
3469         * gtk/gtklayout.c:
3470         * gtk/gtklistitem.c:
3471         * gtk/gtkmenu.c:
3472         * gtk/gtkmenubar.c:
3473         * gtk/gtkmenuitem.c:
3474         * gtk/gtknotebook.c:
3475         * gtk/gtkoptionmenu.c:
3476         * gtk/gtkpaned.c:
3477         * gtk/gtkscrolledwindow.c:
3478         * gtk/gtktogglebutton.c:
3479         * gtk/gtktoolbar.c:
3480         * gtk/gtktreeitem.c:
3481         * gtk/gtkviewport.c:
3482         Chain expose handler to parent class handler. Use
3483         gtk_container_propagate_expose() to propagate exposes.
3484
3485         * gtk/gtkclist.c (check_exposures):
3486         * gtk/gtktext.c (process_exposes):
3487         Use gtk_widget_send_expose instead of gtk_widget_event.
3488
3489 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
3490
3491         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
3492
3493 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
3494
3495         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
3496         unref the nodes.   Fixes bug #50058.
3497
3498         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
3499         "::ref_iter" to "::ref_node".
3500         (gtk_tree_model_unref_node): change "::unref_iter" to
3501         "::unref_node". Fixes bug #50064.
3502
3503 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
3504
3505         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
3506         support for invisible cells.
3507          (gtk_tree_view_bin_expose): ditto
3508
3509 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
3510
3511         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
3512         on gobjects.
3513
3514         * tests/testtreefocus.c (main): New test file.
3515
3516         * tests/testtreeview.c: update to latest glib changes.
3517
3518         * tests/testtreecolumns.c: update to latest glib changes.
3519
3520 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
3521
3522         * gtk/testgtk.c: re-enabled event watcher emission hooks.
3523
3524 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
3525
3526         * *.c: added accumulator data argument to g_signal_newc()
3527         functions.
3528
3529         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
3530         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
3531         * gtk/treestoretest.c (make_window):
3532         s/g_signal_connect/g_signal_connectc/.
3533
3534         * gtk/gtktextbuffer.c: completed signal arg fixups,
3535         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
3536
3537 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
3538
3539         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
3540         G_CONST_RETURN.
3541
3542         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
3543         ::hierarchy-changed signal when a widget changes
3544         from anchored to unanchored or vice versa.
3545         (anchored means 
3546          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
3547         Use a private flag to keep track of this efficiently.
3548
3549 2001-03-07  Havoc Pennington  <hp@redhat.com>
3550
3551         * gtk/testgtk.c (create_spins): uglify so that size request gets
3552         tested.
3553
3554         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
3555         request on values for upper/lower, completes #6152
3556
3557 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
3558
3559         * Makefile.am: Remove gtk-config-2.0 again.
3560         (Grrrr, pkg-config. And stops make loops.)
3561
3562 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
3563
3564         * gtk/gtksignal.[hc]: removed old emission hook API.
3565         
3566         * docs/Changes-2.0.txt: fixed sections.
3567         
3568         * gtk/gtktextbuffer.c: signal arg fixups.
3569
3570 2001-03-07  Havoc Pennington  <hp@redhat.com>
3571
3572         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
3573
3574         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
3575         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
3576         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
3577         validation and the redraw which is higher priority than the
3578         validation.
3579
3580 2001-03-07  Havoc Pennington  <hp@redhat.com>
3581
3582         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
3583         (gtk_entry_set_property): remove trailer
3584
3585         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
3586         (gtk_entry_get_width_chars): new functions, to set size request to 
3587         a given number of characters
3588
3589         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
3590
3591         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
3592         (gtk_dialog_get_has_separator): new function
3593         (run_delete_handler): fix to not emit "response" signal
3594         because we already did in the delete event handler installed
3595         at dialog creation time.
3596         
3597         * gtk/gtkdialog.h: add a has_separator property,
3598         add GTK_DIALOG_NO_SEPARATOR flag
3599
3600 2001-03-07  Havoc Pennington  <hp@redhat.com>
3601
3602         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
3603         off decorations for a window.
3604
3605         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
3606         changes
3607
3608         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
3609         to get location of PangoLayout inside the label, closes #51198
3610
3611         * gtk/testgtk.c (create_bbox): fix up button box usage
3612
3613         * gtk/testcalendar.c (create_calendar): fix up button box usage
3614
3615         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
3616
3617         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
3618
3619         * gtk/gtkhbbox.h: deprecations
3620
3621         * gtk/gtkvbbox.h: deprecations
3622
3623         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
3624         emulate deprecated gtk_button_box_get_spacing
3625
3626         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
3627         the "set global default" functions
3628         (struct _GtkButtonBox): remove "spacing" field, use the one from 
3629         GtkBox base class
3630
3631         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
3632
3633         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
3634         render the icon, return the missing image icon.
3635
3636         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
3637         image icon if the load fails.   
3638
3639         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
3640         when no image is found; should be the Netscape "missing image"
3641         icon eventually but for now is a random image
3642
3643         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
3644         role for the session manager
3645
3646         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
3647
3648         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
3649         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
3650
3651         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
3652
3653 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
3654
3655         * gtk/*.c: marshaller fixes.
3656         
3657         * gtk/gtkmarshal.list: extreme cleanup.
3658
3659         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
3660         param spec for now.
3661
3662         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
3663         where appliable.
3664
3665         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
3666         special cased autogenerated boxed types from gtktypebuiltins_ids.c
3667         which are not reference counted:
3668         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
3669         PangoFontDescription, GtkTreeIter and GtkTreePath.
3670
3671 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
3672
3673         * gtk/gtktreeselection.h: 
3674         * gtk/gtktreemodel.c:
3675         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
3676         file should be included directly, and gobject/gmarshal.h
3677         as well as gtk/gtkmarshal.h even can't be included directly.
3678
3679         * Makefile.am: grr, install gtk-config-2.0.
3680
3681         * gtk/testgtk.c:
3682         * gtk/simple.c:
3683         * gtk/gtkmenu.c:
3684         * gtk/gtkitemfactory.c: use g_object_connect() instead of
3685         passing "*signal*::*" args to gtk_widget_set().
3686         
3687         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
3688         
3689         * gtk/*.c: removed trailer arg from property setters and getters.
3690         macro fixups.
3691
3692 2001-03-07  Alexander Larsson  <alexl@redhat.com>
3693
3694         * gtk/gtklabel.c (set_markup): Removed warning
3695
3696 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
3697
3698         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
3699         field to allow you to hide cell renderers.
3700
3701         * gtk/gtkcellrenderer.c: Add support for invisible cells.
3702
3703         * gtk/gtktreeview.c: Add support for invisible cells.
3704
3705 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
3706
3707         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
3708         Add "clicked" signal back to columns.
3709
3710         * ChangeLog: remove conflict markers.
3711
3712 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
3713
3714         * gtk/gtkbutton.c: Add animation of activation by, on 
3715         activate, pressing the button, and adding a timeout that 
3716         releases the button after 250ms or on key release and
3717         emits ::clicked. (#51501)
3718
3719         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
3720         action area, we connect to ::clicked instead of ::activate
3721         so the dialog stays up through the animation.
3722
3723 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
3724
3725         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
3726         check the ignore_enter flag for the menu shell that
3727         the item is actually a child of, not for attached
3728         submenus. (#51536)
3729
3730 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3731
3732         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3733         special key-press grab handling for widgets within
3734         GtkWindows. Otherwise, fall through to normal case.
3735
3736         This prevents key events being sent twice to GtkInvisible
3737         widgets, which can cause all sorts of mischief.
3738
3739 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3740
3741         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3742         widget is in effect, give the grab widget a first
3743         crack at KEY_PRESS/RELEASE events. (#424)
3744
3745 2001-03-06  James Henstridge  <james@daa.com.au>
3746
3747         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
3748         offset for the window_state_event to point at window_state_event
3749         rather than no_expose_event.
3750
3751 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
3752
3753         * gtk/gtkimmodule.h: fix busted /* comment */
3754
3755 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
3756
3757         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
3758         object properties.
3759
3760 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
3761
3762         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
3763         add object properties.
3764
3765         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
3766         to add object properties.
3767
3768         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
3769         object properties.
3770
3771         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
3772         add object properties.
3773
3774         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
3775         object properties.
3776
3777 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
3778
3779         * gtk/gtktreemodel.c: renamed "child_toggled" to
3780         "has_child_toggled".
3781
3782         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
3783         handle new signal name.
3784
3785         * gtk/gtktreestore.c: Updated to handle new signal name.
3786         * gtk/gtklisttore.c: Updated to handle new signal name.
3787         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
3788
3789 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3790
3791         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
3792         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
3793
3794 2001-03-05  Michael Natterer  <mitch@gimp.org>
3795
3796         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
3797         pixbuf-engine coincidentially also failed to make one of it's
3798         parent_class pointers static, causing overwriting of GtkLabel's
3799         parent_class pointer in pixbuf_style_class_init().
3800         (Will commit the fix to the pixbuf-engine too).
3801
3802 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3803
3804         * gdk/gdkwindow.h:
3805         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
3806         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
3807         gdk_window_set_icon_list for net wmspec functionality.
3808
3809         * gdk/x11/gdkwindow-x11.c:
3810         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
3811         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
3812         gdk_window_set_icon_list.
3813         Added gdk_wmspec_change_state helper function and used it in the code.
3814         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
3815
3816         * gtk/gtkdialog.c (gtk_dialog_init):
3817         Set GDK_WINDOW_TYPE_HINT_DIALOG.
3818
3819         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
3820         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
3821
3822         * gtk/gtkwindow.c:
3823         new function gtk_window_set_type_hint.
3824         On realize, set type hint and modal hint.
3825
3826         * gtk/gtkwindow.h:
3827         Added type_hint field and gtk_window_set_type_hint.
3828
3829 2001-03-05  Alexander Larsson  <alexl@redhat.com>
3830
3831         * gtk/gtklabel.[ch]:
3832         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
3833         New function gtk_label_get_accel_keyval () to get the underline accelerator
3834         of the label. Setting the label pattern overrides other attributes.
3835
3836 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
3837
3838         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
3839         Added missing initializers to gtk_rc_style_init().
3840
3841 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
3842
3843         * gtk/gtktextview.c: fixed bug #51097 about setting 
3844         gtk_text_view_set_border_window_size() if the widget is 
3845         already realized.
3846
3847 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
3848
3849         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
3850
3851         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
3852         comment. Won't do to have duplicated doc comments between
3853         the platform subdirs.
3854
3855 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
3856
3857         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
3858           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
3859
3860         Detectable auto-repeat - make a repeating key generate
3861         press/press/press/release instead of press/release pairs.
3862
3863         If we have Xkb and XkbSetDectableAutoRepeat supports
3864         that, we do it that way. Otherwise, when we get
3865         a release event, we check ahead with XPending to see
3866         if the next key is a KeyPress with the same keycode
3867         and timestamp. (Not 100% reliable, but pretty close.)
3868           
3869 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
3870         
3871         * gtk/gtkmain.c (gtk_propagate_event): Only do special
3872         special key-press grab handling for widgets within
3873         GtkWindows. Otherwise, fall through to normal case.
3874  
3875         This prevents key events being sent twice to GtkInvisible
3876         widgets, which can cause all sorts of mischief.
3877  
3878 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
3879  
3880         * gtk/gtkmain.c (gtk_propagate_event): When a grab
3881         widget is in effect, give the grab widget a first
3882         crack at KEY_PRESS/RELEASE events. (#424)
3883  
3884 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
3885
3886         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
3887         to extend the selection. (Roughly based on patch
3888         from Jay Cox, #50939)
3889
3890         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
3891         to properly handle previous GDK_BUTTON_PRESS. 
3892         (Patch from Jay Cox, #50938)
3893
3894         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
3895         '\0' back along with the deleted text. (#51148)
3896
3897 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
3898
3899         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
3900         the group when extracting it from the X keyboard event.
3901
3902         * modules/input/Makefile.am modules/input/imipa.c: 
3903         Simple module for entering IPA. (Do we need a 
3904         gtk-stupid-input-tricks CVS module?)
3905
3906 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
3907
3908         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
3909         const.
3910
3911         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
3912
3913         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
3914         is no focus widget for the dialog currently, grab the focus as well
3915         as the default.
3916
3917         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
3918         the action area's children to iterate through, not the
3919         dialog's children.
3920
3921 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
3922
3923         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
3924         Add plug-socket tests. (Won't work worth a darn until I commit
3925         the rest of the plug-socket changes, but no reason these
3926         can't go into CVS now.)
3927
3928 2001-03-02  Havoc Pennington  <hp@redhat.com>
3929
3930         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
3931         _gdk_region_get_xrectangles()
3932
3933         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
3934
3935         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
3936
3937         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
3938         function, contributed by Ron Steinke    
3939
3940         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
3941         gdk_net_wm_supports
3942
3943         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
3944         New function, contributed by Ron Steinke
3945
3946         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
3947         used to line up the text in the entry when using the entry for
3948         editable sheet cell hacks
3949
3950         * gtk/testgtk.c (create_entry): test the activate_default setting
3951         on GtkEntry
3952
3953         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
3954         cause the entry to activate the default button for a dialog when 
3955         activated
3956         (gtk_entry_get_activates_default): new function
3957
3958 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
3959
3960         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
3961         Hwang to move call to sync_selection() up a few lines
3962         to before the row list is modified, to fix crash when
3963         removing rows in the undo_selection list.
3964
3965         (Test case provided by Daniel Elstner:
3966
3967         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
3968
3969 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
3970
3971         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
3972         of tree->root_tree in parent_set rather than _map(), 
3973         fixing #50892 in a bit better manner.
3974
3975 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
3976
3977         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
3978
3979 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
3980
3981         * gtk/gtkstyle.c : Remove duplicate fwd decl for
3982         gtk_default_draw_shadow.
3983
3984 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
3985
3986         * gdk/gdkimage.c (gdk_image_new): Remove excess 
3987         warning, make warnings more verbose, treat a error
3988         in shmat as permanent, and don't try again.
3989         (#51163, Ed Randall.)
3990
3991 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
3992
3993         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
3994         delay for the first click before starting to scroll.
3995         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
3996
3997         * gtk/gtktext.c: GtkText should have I-beam cursor. 
3998         (based on gtk-enf-990513-1.patch, Eric Fisher.)
3999
4000 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
4001
4002         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
4003         cleanup to remove some references to unused
4004         ->xoffset, ->yoffset.
4005
4006 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
4007
4008         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
4009         mask. (#51039, fix from Martin Maierhofer)
4010
4011 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
4012
4013         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
4014         for unshifted + and shifted = for non-us keyboards.
4015         Make <Control>+ and <Control>- work as well as 
4016         <Control>KP_Plus, <Control>KP_Minus for recursive
4017         open/close.  (#2682, René Seindal)
4018
4019 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
4020
4021         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
4022         the active menu item before deactivating the menu,
4023         so gtk_menu_popdown doesn't change the history. (#50964)
4024         
4025 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
4026
4027         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
4028         draw lines with text_gc rather than black_gc.
4029         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
4030
4031 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
4032
4033         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
4034         Move handling of buttons fully in gtktreeviewcolumn.  This code is
4035         less interrelated then it was, but it still requires the
4036         GtkTreeView to map it.
4037
4038         * test/testtreecolumn.c: Now I can add a column to one view,
4039         remove it, add it to the another view, remove it, then re-add it
4040         to the first.  Nifty.
4041
4042 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
4043
4044         * docs/tutorial/gtk-tut.sgml: Minor corrections
4045
4046 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
4047
4048         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
4049         GtkRowReference.
4050
4051 2001-02-28  Havoc Pennington  <hp@redhat.com>
4052
4053         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
4054         draw_default
4055         (gtk_widget_draw_focus): remove this function; we could instead
4056         make it just gtk_widget_draw(), but in most cases I think the
4057         result would be broken user code, so think it's better to have
4058         that code not compile and get fixed
4059         (gtk_widget_draw_default): ditto
4060
4061         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
4062         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
4063         
4064         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
4065         widgets lose/get the default, instead of calling draw_default
4066         
4067         * docs/Changes-2.0.txt: note about all this
4068
4069         Then fixed every widget in GTK, I won't list all the filenames.
4070
4071 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
4072
4073         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
4074         _gtk_tree_row_reference_deleted.
4075         (inserted_callback): Proxy out to
4076         _gtk_tree_row_reference_inserted.
4077         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
4078         get around signal emission ordering problem.
4079
4080         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
4081         fix to work with SINGLE 
4082         (_gtk_tree_selection_internal_select_node): Major sanitization on
4083         selections.  SINGLE now seems to work.
4084
4085         * tests/Makefile.am: add testtreecolumn.c:
4086
4087         * tests/testtreecolumn.c: New test.  Mostly points out selection
4088         bugs currently, but will test columns later.
4089
4090         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
4091         selection bug.  I hate touching this code -- it's scary.
4092
4093 2001-02-26  Havoc Pennington  <hp@redhat.com>
4094
4095         * gtk/testgtk.c: test the window state stuff
4096
4097         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
4098         window come to the user's attention as if it were just created
4099         (gtk_window_iconify): new function
4100         (gtk_window_deiconify): new function
4101         (gtk_window_stick): new function
4102         (gtk_window_unstick): new function
4103         (gtk_window_maximize): new function
4104         (gtk_window_unmaximize): new function
4105
4106         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
4107
4108         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
4109
4110         * gdk/x11/gdkevents-x11.c: create window state events when
4111         appropriate
4112         (gdk_wmspec_supported): new function
4113
4114         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
4115         iconification before showing the window
4116         (gdk_window_deiconify): new function
4117         (gdk_window_stick): new function
4118         (gdk_window_unstick): new function
4119         (gdk_window_maximize): new function
4120         (gdk_window_unmaximize): new function
4121
4122         * gdk/gdkwindow.c: store the window state in the window; 
4123         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
4124         window->mapped.
4125         (gdk_window_get_state): return the current window state
4126
4127         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
4128         (gdk_event_get_state): handle GDK_WINDOW_STATE
4129         (gdk_synthesize_window_state): function to create the window state
4130         events
4131
4132         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
4133         event, for changes to "window state" such as maximized, sticky, 
4134         etc.
4135         
4136         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
4137         focuses a window
4138
4139         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
4140         finds out if we support a given WM spec hint
4141
4142 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
4143
4144         * docs/faq/gtk-faq.sgml: New question re memory leaks.
4145
4146 2001-02-25  Hans Breuer  <hans@breuer.org>
4147
4148         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
4149         cause we want to loose those prototypes only in the latter case
4150
4151         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
4152         GdkPixmapImplWin32 because it itsn't derived from it. Use the
4153         impl member variable instead
4154
4155         * gtk/gtk.def : updated
4156
4157         * gtk/gtklist.c : 
4158         * gtk/gtkmenus.c : include <string.h> for memset ()
4159
4160         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
4161         for everthing built here, but for gtk-x.x.dll only. This solves
4162         problem of indifferent gtk type definitions
4163
4164 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
4165
4166         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
4167
4168 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
4169
4170         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
4171         column that is exposed.
4172
4173         (_gtk_tree_view_update_size): Changed name from set_size, and
4174         changed function to do more work, and not force people calling it
4175         to figure out the size.  Simplifies a lot of code elsewhere.
4176
4177 2001-02-23  Alexander Larsson  <alexl@redhat.com>
4178
4179         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
4180         return solid masks for xpms that have no transparent color.
4181         This makes the ..._create_from_xpm... API backwards
4182         compatible.
4183
4184 2001-02-23  Tor Lillqvist  <tml@iki.fi>
4185
4186         * README.win32: Update. Mention the gtk-1-3-win32-production
4187         branch.
4188
4189         * gdk/win32/bdfcursor.c: New file. A program that generates
4190         xcursors.h. Thanks to Stefan Ondrejicka.
4191
4192         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
4193         compact format.
4194
4195         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
4196
4197         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
4198         function, uses xcursors.h.
4199         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
4200         cursor from inline data instead of using LoadCursor() to generate
4201         it from a resource.
4202
4203         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
4204         event, must check the Windows message for mouse button state, as
4205         the GDK event state might not have been built if it is
4206         undelivered. Remove one goto.
4207
4208         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
4209         SetCursor() if the current cursor as returned by GetCursor() is
4210         the window's previous cursor. The ChildWindowFromPoint() test
4211         apparently didn't work correctly.
4212
4213         * gdk/win32/rc/*.cur: Remove.
4214
4215         * gdk/win32/rc/gdk.rc.in: Remove cursors.
4216
4217         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
4218
4219         * gtk/makefile.{mingw,msc}.in: Updates.
4220
4221 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
4222
4223         * gtk/gtktreemodel.h: add functions for signal emission.
4224
4225         * gtk/gtktreestore.c: move to use above functions instead of
4226         g_signal_emit.
4227
4228         * gtk/gtkliststore.c: ditto
4229
4230 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
4231
4232         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
4233         GObject instead of GtkObject.
4234
4235         * gtk/gtkliststore.c: ditto.
4236
4237         * gtk/gtktreemodelsort.c: ditto.
4238
4239         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
4240         GtkTreeModelIface, instead of in each model.
4241
4242 2001-02-21  Havoc Pennington  <hp@redhat.com>
4243
4244         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
4245         unbreak this function
4246
4247         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
4248         properties
4249
4250         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
4251         properties
4252
4253         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
4254         properties
4255
4256         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
4257         mean unset the max length
4258
4259 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
4260
4261         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
4262         Changed name to be set_cell_data_func to make it clear what
4263         the functino does.  Close bug #51069.
4264
4265 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
4266
4267         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
4268         have memory actually freed.  Keeps box running longer.
4269
4270 2001-02-21  Alexander Larsson  <alexl@redhat.com>
4271         
4272         * gtk/gtkseparatormenuitem.[ch]:
4273         Added new menu separator item. The drawing and size handling
4274         is still done in GtkMenuItem, but the API is a bit more sane.
4275         
4276         * gtk/Makefile.am:
4277         Add gtkseparatormenuitem.[ch].
4278
4279         * gtk/gtk.h:
4280         Add gtkseparatormenuitem.h.
4281         
4282         * gtk/gtkentry.c:
4283         * gtk/gtkmenufactory.c:
4284         * gtk/gtktextview.c:
4285         Use the new API for menu separators.
4286         
4287         * demos/gtk-demo/menus.c (create_menu):
4288         Add some GtkSeparatorMenuItem demo code.
4289
4290 2001-02-20  Havoc Pennington  <hp@redhat.com>
4291
4292         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
4293         Lee Mallabone
4294
4295         * gtk/gtkarrow.c: Convert to new property API, patch from 
4296         Lee Mallabone
4297
4298 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
4299
4300         * tests/testtreeview.c (toggled_callback): fix to reflect change
4301         in GtkTreeModelStore.
4302
4303 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
4304
4305         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
4306         function to create an icon set from a pixbuf.
4307
4308 2001-02-20  Alexander Larsson  <alexl@redhat.com>
4309
4310         * gtk/gtkcellrenderertext.[ch]:
4311         Add a "markup" property.
4312
4313         * gtk/treestoretest.c:
4314         Use the markup property, remove some leftover stuff from
4315         GtkTreeModelMapping.
4316
4317 2001-02-20  Alexander Larsson  <alexl@redhat.com>
4318
4319         * gtk/gtklabel.c (gtk_label_set_selectable):
4320         Queue a redraw if the selectable setting was changed.
4321
4322 2001-02-20  Alexander Larsson  <alexl@redhat.com>
4323
4324         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
4325         Actually copy the whole gc, not just the public parts.
4326         
4327         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
4328         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
4329         labels.
4330
4331 2001-02-19  Havoc Pennington  <hp@pobox.com>
4332
4333         * gdk/gdkwindow.c: docs
4334
4335         * gdk/gdkrgb.c: docs
4336
4337         * gdk/gdkregion-generic.c: docs
4338
4339         * gdk/gdkgc.c (gdk_gc_set_values): docs
4340
4341         * gdk/gdkdraw.c: docs
4342
4343         * gdk/gdkdrawable.h: deprecate drawable get/set data
4344
4345 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
4346
4347         * demos/gtk-demo/dialog.c: Add simple new demo.
4348
4349 2001-02-19  Havoc Pennington  <hp@redhat.com>
4350
4351         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
4352         insert_child_anchor signal, bug #50245
4353
4354         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
4355         from create_child_anchor, so the anchor is passed in
4356
4357         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
4358         (_gtk_widget_segment_new): have the child anchor object passed in, 
4359         instead of creating it.
4360
4361         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
4362         to gtk_text_buffer_get_modified
4363
4364 2001-02-19  Havoc Pennington  <hp@redhat.com>
4365
4366         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
4367         changed GLib without fixing GTK
4368
4369         * gtk/gtkrange.h: Rename all the stupid implementation detail 
4370         functions to have an underscore in front. Most of them should 
4371         probably just go away, but for starters don't export them.
4372         Bug #50482
4373
4374 2001-02-19  Havoc Pennington  <hp@redhat.com>
4375
4376         * gdk/gdkcolor.h: test was backward, so deprecated functions were
4377         excluded by default
4378
4379         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
4380         clean up the old code a bit
4381
4382         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
4383         inconsistent state
4384
4385         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
4386         draw inconsistent state
4387
4388         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
4389         (create_menu): add inconsistent test
4390
4391         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
4392         new function
4393         (gtk_check_menu_item_get_inconsistent): new function
4394         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
4395         state (using etched in for now)
4396
4397         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
4398         draw inconsistent state
4399
4400         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
4401         function, used when the user has selected a range of stuff in
4402         different states
4403         (gtk_toggle_button_get_inconsistent): accessor for that
4404         (gtk_toggle_button_paint): draw inconsistent state (etched in?
4405         don't know what else to do)
4406
4407 2001-02-19  Hans Breuer <hans@breuer.org>
4408
4409         * gtk/gtk.def : updated exported symbols
4410
4411         * gtk/makefile.msc.in : updated
4412
4413         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
4414         a colormap, when invoked from testgtk::entry. I'm not sure where
4415         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
4416         avoids immediate crashing ...
4417
4418         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
4419         any objections ?
4420
4421         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
4422         0 parameter. At least msvc doesn't like macros with var args. 
4423         I simply removed the extra 0, was it a feature or a typo ?
4424
4425         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
4426         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
4427         because the value assignment to the internal struct wasn't working.
4428         I'm not absolutely sure. The problem could have been resolved by
4429         changing the "func" declartion in the struct, but was the pointer
4430         to the function pointer intended ?
4431
4432         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
4433
4434         * gdk/gdk.def : updated exported symbols
4435
4436         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
4437         only use SetDIBitsToDevice if there is a palette at the drawable
4438         and the image is GDK_VISUAL_PSEUDO_COLOR
4439
4440         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
4441
4442         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
4443
4444         * gdk/*/makefile.msc : updated
4445
4446 2001-02-19  Havoc Pennington  <hp@redhat.com>
4447
4448         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
4449         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
4450
4451         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
4452         (gdk_key_repeat_restore): nuke
4453
4454         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
4455         (gdk_init_check): no atexit func
4456
4457         * gdk/gdkrgb.h: mark some stuff deprecated
4458
4459         * gdk/gdkcolor.h: mark some stuff deprecated
4460         
4461         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
4462
4463         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
4464
4465 2001-02-16  Havoc Pennington  <hp@redhat.com>
4466
4467         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
4468         scroll steps.
4469
4470         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
4471         steps, and add Ctrl-arrow shortcuts for paging visually as with
4472         HScale, since Page Up and Page Down move logically.
4473
4474         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
4475         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
4476         
4477         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
4478         steps
4479         (gtk_range_scroll): handle the visual steps
4480
4481         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
4482         scroll steps
4483
4484         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
4485         steps, not the logical ones.
4486
4487         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
4488         (scroll_vertical): handle up/down steps
4489
4490 2001-02-19 Alexander Larsson  <alexl@redhat.com>
4491
4492         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
4493         Copy data and free data with free().
4494
4495         * gdk-pixbuf/gdk-pixbuf.c:
4496         * gdk-pixbuf/io-jpeg.c:
4497         * gdk-pixbuf/io-png.c:
4498         Use g_try_malloc/g_free instead malloc/free.
4499         
4500         * gdk-pixbuf/test-gdk-pixbuf.c:
4501         Must... initialize... gobject...
4502         
4503         * gdk-pixbuf/pixops/timescale.c:
4504         * gtk/gtkcalendar.c:
4505         Use g_malloc instead of malloc.
4506         
4507 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
4508
4509         * gtk/testgtkrc:
4510         Comment out property assignments, these don't work yet.
4511
4512 2001-02-17  Havoc Pennington  <hp@pobox.com>
4513
4514         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
4515         bit.
4516
4517 2001-02-17  Havoc Pennington  <hp@pobox.com>
4518
4519         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
4520         shadowed variables that had broken size request in some cases,
4521         leading to bogus tooltips (#50996)
4522
4523 2001-02-06  Jon K Hellan  <hellan@acm.org>
4524
4525         Implement fast browsing of tooltips, bug #50619
4526         
4527         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
4528         and last_popdown
4529         
4530         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
4531         use_sticky_delay and last_popdown.
4532         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
4533         time of popdown.
4534         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
4535         is NULL.
4536         (gtk_tooltips_recently_shown): New static function.  Return true
4537         if < sticky_delay has elapsed since last popdown.
4538         (gtk_tooltips_event_handler): Display window after sticky_delay
4539         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
4540         since last popdown.
4541         
4542 2001-02-17  Havoc Pennington  <hp@pobox.com>
4543
4544         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
4545         instead of (). #6394
4546
4547         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
4548         G_CONST_RETURN, make it return by reference, #50473
4549         
4550 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
4551
4552         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
4553         generated ENTER_NOTIFY event with 0, otherwise not explicitely
4554         setup fields contain garbage (e.g. subwindow, breaking
4555         gdk_drawable_ref() upon event copy).
4556         (gtk_menu_stop_navigating_submenu_cb): same here.
4557
4558         * gtk/gtklist.c (gtk_list_vertical_timeout): 
4559         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
4560         * gtk/gtkclist.c (vertical_timeout): 
4561         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
4562         default-zero-intialization for unions to memset(,0,), as unions are
4563         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
4564         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
4565
4566         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
4567         g_closure_sink() warning.
4568
4569         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
4570         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
4571         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
4572         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
4573         
4574 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
4575
4576         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
4577         gtk_*_store_get, and moved to GtkTreeModel.
4578
4579         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
4580
4581         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
4582
4583         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
4584
4585         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
4586         set the func.
4587
4588         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
4589         freeze/thaw notify between setting all the properties for a cell.
4590
4591         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
4592
4593 2001-02-15  Havoc Pennington  <hp@redhat.com>
4594
4595         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
4596         the X coordinates so they're with respect to the line, rather than 
4597         with respect to the layout.
4598
4599         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
4600         Mallabone
4601
4602         * gtk/testgtk.c (create_range_controls): add vscale tests, 
4603         and inverted test
4604
4605         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
4606         #50806
4607
4608         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
4609
4610         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
4611         gtk_text_iter_is_end
4612
4613         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
4614         rename gtk_text_buffer_get_end_iter
4615
4616         * gtk/testgtk.c (create_labels): Add test for selectable
4617
4618         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
4619         the selection stuff. This code is kind of broken since it doesn't 
4620         use the theme engine.
4621
4622         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
4623         fix infinite loop and y offset problem
4624         (gdk_draw_layout_line_with_colors): fix foreground color handling
4625
4626         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
4627         that makes the label selectable.
4628         
4629         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
4630         layout when the style is set, since fonts etc. could have changed.      
4631
4632 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
4633
4634         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
4635
4636         * gtk/gtktreemodelsimple.[ch]: removed.
4637
4638 2001-02-16  Alexander Larsson  <alexl@redhat.com>
4639
4640         * gtk/gtktreemodelmapping.[ch]:
4641         New files. Implement GtkTreeModelMapping.
4642         
4643         * gtk/Makefile.am:
4644         Add gtktreemodelmapping.[ch].
4645         
4646         * gtk/gtk.h:
4647         Add gtktreemodelmapping.h
4648
4649         * gtk/treestoretest.c:
4650         Test the GtkTreeModelMapping
4651
4652 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
4653
4654         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
4655         have a demo, we might as well pass in real values.  Thanks to
4656         clahey for pointing this out.
4657
4658 2001-02-14  Havoc Pennington  <hp@pobox.com>
4659
4660         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
4661         "static" to a private function
4662         (gtk_image_menu_item_class_init): remove destroy handler,
4663         add "image" object property
4664
4665 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
4666
4667         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
4668         Add a shortcut if the window and the current clip_region doesn't
4669         overlap. This is needed when there are a lot of windows in a
4670         window. The layout test in testgtk is a good test.
4671
4672         * gdk/linux-fb/gdkwindow-fb.c:
4673         Whitespace fix.
4674
4675 2001-02-13  Sven Neumann  <sven@convergence.de>
4676
4677         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
4678
4679 2001-02-13  Alexander Larsson  <alexl@redhat.com>
4680
4681         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
4682         Don't reference last_cursor if it is null. Fixes crash when rotating
4683         the screen before having moved the mouse.
4684
4685         * gdk/linux-fb/gdkcc-fb.c: Zapp!
4686
4687         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
4688
4689         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
4690         when using 90 or 270 degrees rotation.
4691
4692 2001-02-12  Havoc Pennington  <hp@pobox.com>
4693
4694         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
4695         it always set the foreground, even if we were only using
4696         a stipple.
4697         (gdk_draw_layout_line_with_colors): new function, allow
4698         override colors
4699         (gdk_draw_layout_with_colors): new function, allow override
4700         colors
4701         (gdk_pango_layout_line_get_clip_region): function to get the clip
4702         region for a logical text range
4703         (gdk_pango_layout_get_clip_region): get the clip region for a
4704         logical text range
4705
4706         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
4707         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
4708         the right number of arguments.
4709
4710         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
4711         enhance the function to check that node data corresponds to a 
4712         view still belonging to the tree.
4713
4714         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
4715         GtkTreePath
4716         (gtk_tree_view_inserted): ditto
4717         (gtk_tree_view_child_toggled): ditto
4718
4719         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
4720         simplify this code.
4721
4722         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
4723         a PangoAttrList
4724
4725         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
4726
4727         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
4728
4729         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
4730         size in the size request 
4731         (gtk_menu_bar_size_allocate): consider toggle size here
4732
4733         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
4734         that displays a widget in the toggle slot
4735
4736         * gtk/testgtk.c: test GtkImageMenuItem
4737
4738         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
4739         
4740         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
4741         request and allocation
4742
4743         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
4744
4745         * gtk/gtkcheckmenuitem.c
4746         (gtk_check_menu_item_toggle_size_request): ditto
4747         
4748 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
4749
4750         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
4751         reference.
4752
4753         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
4754         and refuse to initialize GTK+ if they fail.
4755
4756 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
4757
4758         * configure.in: Add check for gtk-doc version.
4759
4760 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
4761
4762         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
4763         where the xpad/ypad was only being used on one side!
4764
4765 2001-02-11  Tor Lillqvist  <tml@iki.fi>
4766
4767         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
4768         function, copied from X11 version.
4769
4770         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
4771         DestroyCursor failures. The reason for the problem (despite the
4772         inconsistent messages from GetLastError()) was that
4773         DestroyCursor() cannot be called while a cursor is set in a
4774         window. Set the new cursor first and then destroy the old one.
4775         Thanks to jpe@archaeopteryx.com.
4776
4777         * gdk/win32/gdkcc-win32.c: Remove.
4778
4779         * gdk/win32/Makefile.am: Remove from here, too.
4780         
4781         * gdk/gdk.def
4782         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
4783
4784         * gtk/gtk.def
4785         * gtk/makefile.mingw.in: Updates.
4786
4787 2001-02-08  Havoc Pennington  <hp@redhat.com>
4788
4789         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
4790         add a widget to a bin that already has a child.
4791
4792         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
4793
4794         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
4795         
4796         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
4797
4798         * gdk/gdk.h: remove gdkcc.h
4799
4800         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
4801
4802         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
4803         GdkPixbuf, since the previous implementation was GdkColorContext
4804         dependent.
4805
4806         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
4807         
4808 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
4809
4810         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
4811         a sane value!
4812
4813 2001-02-08  Havoc Pennington  <hp@redhat.com>
4814
4815         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
4816         lighten them.
4817
4818 2001-02-08  Havoc Pennington  <hp@redhat.com>
4819
4820         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
4821         validation idle
4822
4823         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
4824         cell renderer
4825
4826         * demos/pixbuf-demo.c (timeout): remove deprecated
4827         gtk_widget_draw
4828
4829         * demos/testpixbuf-save.c (main): remove deprecated
4830         gtk_drawing_area_size
4831
4832         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
4833         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
4834         at the start of the allocation.
4835         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
4836         unsetup or NULL model.
4837
4838         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
4839         even/odd/sorted cells in the tree view.
4840
4841         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
4842         bugfixes
4843
4844         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
4845         backgrounds with draw_flat_box using different detail for even/odd
4846         rows.
4847
4848         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
4849         row, so we can draw the alternating colors thing
4850
4851         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
4852         property from a synonym property, notify for the synonym.
4853         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
4854         (gtk_text_tag_get_property): Always return the font, even if
4855         all its fields aren't set
4856
4857         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
4858         store the attr list; it leaves us with no way to change attributes
4859         in _render according to the render flags, and no way to implement
4860         get_property. Instead store all the specific text attributes. 
4861         Separate whether an attribute is enabled from its value. Sync all
4862         properties with GtkTextTag, make them all consistent, etc.
4863
4864         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
4865         renderers can highlight the sort row/column     
4866
4867         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
4868         accessor functions to get values; this has the side effect of
4869         showing up which accessor functions were missing. Added those.
4870
4871         * gtk/gtktreeviewcolumn.h: Replace set_justification with
4872         set_alignment, to be consistent with GtkLabel, GtkMisc
4873
4874         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
4875         arrow.
4876
4877         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
4878
4879         * gtk/gtktreesortable.h: updates in here
4880
4881 2001-02-07  Sven Neumann  <sven@convergence.de>
4882
4883         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
4884         pango dimensions after painting the background. We used to draw
4885         gigantic flat boxes here.
4886
4887 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
4888
4889         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
4890         error introduced with earlier commit) (pointed out by
4891         Ollie Lho)
4892
4893 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
4894
4895         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
4896         which are no longer necessary.
4897
4898 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
4899
4900         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
4901
4902 2001-02-04  Tor Lillqvist  <tml@iki.fi>
4903
4904         * gdk/gdk.def
4905         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
4906         Provide dummy implementations.
4907
4908 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
4909
4910         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
4911
4912         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
4913         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
4914         deprecated this function.
4915
4916         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
4917         argument.
4918
4919 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
4920
4921         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
4922
4923 2001-02-03  Havoc Pennington  <hp@pobox.com>
4924
4925         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
4926         Mikael Hermansson with patch from Mikael (if there was a toggle
4927         start one after the first character in the range, this function
4928         was broken). Bug #50380
4929
4930 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
4931
4932         * configure.in: Remove confusing comment about X11.
4933
4934 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
4935
4936         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
4937         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
4938         
4939 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
4940
4941         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
4942         it breaks things on BSD. If you want to compile GTK+ with
4943         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
4944         when configuring, since GTK+ simply can't be "pure ANSI" 
4945         in the header files it uses. (#8170, Greg Hudson)
4946
4947 2001-02-02  Havoc Pennington  <hp@redhat.com>
4948
4949         * gtk/gtkwindow.c: docs
4950
4951         * gtk/gtkwidget.c: docs
4952         (gtk_widget_set_colormap): add a reference to the colormap
4953         (gtk_widget_get_default_colormap): add a reference to the colormap
4954
4955         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
4956
4957         * gtk/gtktextiter.c: docs
4958
4959         * gtk/gtkmain.c (gtk_propagate_event): docs
4960
4961         * gtk/gtkpaned.c (gtk_paned_get_position): docs
4962         (gtk_paned_set_position): docs
4963
4964         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
4965         sort interface, no implementation yet.
4966
4967         * demos/testpixbuf.c (new_testrgb_window): replace
4968         gtk_drawing_area_size() with gtk_widget_set_usize()
4969
4970         * demos/testpixbuf-drawable.c (main): ditto
4971         
4972         * gtk/testgtk.c: remove use of GtkStatusbarMsg
4973
4974         * gtk/gtktextbuffer.c: docs
4975
4976         * gtk/gtkstock.c: docs
4977
4978         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
4979
4980         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
4981
4982         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
4983         
4984         * gtk/gtkimage.c: add some docs in here
4985         (gtk_image_size_request): change name of
4986         gtk_widget_render_stock_icon
4987         (gtk_image_get_icon_set): don't dup returned string
4988         (gtk_image_get_icon_set): don't dup returned string
4989
4990         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
4991         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
4992         and gtkiconfactory.h functions
4993
4994         * gtk/gtkiconfactory.c: add some docs in here
4995
4996         * gtk/gtkmain.c (gtk_get_default_language): document
4997         (gtk_get_current_event): document
4998         (gtk_get_current_event_state): document
4999         (gtk_get_event_widget): document
5000
5001         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
5002
5003         * gtk/gtkcontainer.c: Add some documentation
5004         (gtk_container_add): give a more explanatory warning on adding an
5005         already-parented widget, this is kind of a FAQ and also a common
5006         typo that's easier to debug with a nice warning 
5007
5008         * gtk/gtkcellrenderertoggle.c
5009         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
5010         adding this, it's useless
5011         (gtk_cell_renderer_toggle_set_active): remove
5012         (gtk_cell_renderer_toggle_get_radio): add
5013
5014         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
5015         the NULL cell renderer, that doesn't make any sense to me. 
5016
5017         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
5018         demo code should never use deprecated features.
5019
5020         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
5021         code should never use deprecated features.
5022
5023         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
5024         gtk_widget_queue_clear_area deprecated
5025
5026         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
5027         deprecated
5028
5029         * gtk/gtklabel.h: mark gtk_label_get() deprecated
5030
5031         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
5032         a GdkImage deprecated, replaced by new consistently-named
5033         functions       
5034
5035         * gtk/gtkmain.h: Mark gtk_exit() deprecated
5036
5037         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
5038
5039         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
5040         deprecated
5041
5042         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
5043         so it won't appear in docs and confuse people.
5044
5045         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
5046
5047         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
5048         macros deprecated. (can't mark the type itself deprecated, since
5049         GtkProgressBar is not deprecated and we need the type decl to use
5050         GtkProgressBar)
5051
5052         * gtk/gtkpixmap.h: Mark deprecated
5053
5054         * gtk/gtkoldeditable.h: Mark deprecated
5055
5056         * gtk/gtklist.h: Mark deprecated
5057
5058         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
5059         for anything anymore.
5060
5061         * gtk/gtkctree.h: Mark deprecated
5062
5063         * gtk/gtkclist.h: Mark deprecated
5064
5065         * gtk/gtkpreview.h: Mark deprecated
5066
5067         * gtk/gtkpacker.h: Mark deprecated
5068
5069         * gtk/gtktipsquery.h: Mark deprecated
5070
5071         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
5072
5073         * gtk/gtkvruler.h: Add comment that it will move out of GTK
5074
5075         * gtk/gtkhruler.h: Add comment that it will move out of GTK
5076
5077         * gtk/gtkruler.h: Add comment that it will move out of GTK
5078
5079         * gtk/gtkgamma.h: Add comment that it will move out of GTK
5080
5081         * gtk/gtkcurve.h: Add comment that it will move out of GTK
5082
5083 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
5084
5085         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
5086         gdk_colormap_sync private since it was never exported
5087         in a header file.
5088
5089         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
5090         colormap->colors[] for StaticGray, StaticColor colormaps.
5091
5092         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
5093         was being used as if it was image->bits_per_pixel.
5094
5095         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
5096         for the image in the GdkImage structure since it isn't
5097         reconstructable, and we need it to handle packed types
5098
5099         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
5100         the assumption that on Win32 image->bits_per_pixel == image->depth,
5101         always.
5102
5103         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
5104
5105         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
5106         warning message if no converter can be found. 
5107
5108 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
5109
5110         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
5111         chars to isupper() / tolower(). (#567)
5112
5113         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
5114         to clear up 64-bit warnings. (#567)
5115
5116 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
5117
5118         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
5119         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
5120
5121         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
5122         since some people set $(libdir) separately. (#1290, David Kaelbling)
5123
5124 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
5125
5126         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
5127         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
5128         MAXPATHLEN, but the code here depends on a fixed value.)
5129         (#4524)
5130
5131 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
5132
5133         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
5134         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
5135
5136 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
5137
5138         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
5139         viewable there is no way that moving the node will cause the 
5140         focus row to become not viewable, so omit check on the visibility
5141         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
5142
5143 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
5144
5145         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
5146         selection before inserting new text.
5147
5148 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
5149
5150         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
5151         Make the sensitivity of the reparented child track that of
5152         the original parent menu item. (#34218, David Hodson)
5153
5154         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
5155         the case where the current item is destroyed properly.
5156
5157         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
5158         some edge cases with child-less menuitems.
5159         
5160 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
5161
5162         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
5163         key pop down window. (#12074, Jon K Hellan)
5164
5165 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
5166
5167         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
5168         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
5169         The solution here isn't perfect - you get an extraneous
5170         emission of "toggle", which could conceivably confuse an app,
5171         but better than the current situation. LXR search seems to
5172         indicate that no apps in GNOME CVS connect to "toggle".
5173
5174 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
5175
5176         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
5177         gtk_public_h_sources to directly here to avoid warning when
5178         building srcdir != builddir. (#9656)
5179
5180 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
5181
5182         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
5183         handlers in gtkrange.c return the proper values (TRUE == handled)
5184         (#10316).
5185
5186         This is just the tip of the iceberg, but gtkrange.c is the
5187         most common place where the propagation is problematical,
5188         and also a place where it is almost certainly safe to change
5189         this in the stable branch.
5190
5191         (You don't want right click popups on a range control or anything...)
5192
5193 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
5194
5195         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
5196         area on focus out, even if a background pixmap isn't set.
5197         (#13941)
5198         
5199 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
5200
5201         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
5202         to deal with setting the shape properly when scrolling arrows are
5203         turned on, but not visible because there is sufficient space.
5204         (#13432)
5205
5206 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
5207
5208         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
5209         items with submenus, destroy the item along with the submenu.
5210         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
5211         properly.
5212
5213         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
5214         later.
5215
5216 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
5217
5218         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
5219         the focus widget sometimes wasn't drawn with the default if there
5220         was no default widget.
5221
5222         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
5223         unreference pixmaps. 
5224
5225         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
5226         for some extra safety.
5227
5228 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
5229
5230         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
5231         the text of a cell to the old pointer value better, by
5232         copying the new text before freeing the old text. Some code
5233         cleanup. (#8079, Karl Nelson)
5234
5235 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
5236
5237         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
5238         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
5239
5240 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
5241
5242         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
5243         item from a menu, check to see if it matches 
5244         menu->old_active_menu_item, and if so, unref and clear
5245         old_active_menu_item (Patch from Pavel Cisler)
5246
5247         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
5248         menu_shell->active_menu_item, if it is the child being
5249         removed. (Patch based on that of Gene Ragan, #50337)
5250
5251 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
5252
5253         * gdk/linux-fb/gdkselection-fb.c: 
5254         * gdk/linux-fb/gdkcolor-fb.c: 
5255         * gdk/linux-fb/gdkdrawable-fb2.c: 
5256         * gdk/linux-fb/gdkfont-fb.c: 
5257         * gdk/linux-fb/gdkim-fb.c: 
5258         * gdk/linux-fb/gdkinput.c: 
5259         * gdk/linux-fb/gdkkeyboard-fb.c: 
5260         * gdk/linux-fb/gdkmain-fb.c: 
5261         * gdk/linux-fb/gdkrender-fb.c: 
5262         A bunch of whitespace cleanup.
5263         
5264 2001-01-30  Havoc Pennington  <hp@pobox.com>
5265
5266         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
5267         #ifdef GTK_ENABLE_BROKEN.
5268
5269         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
5270         GTK_ENABLE_BROKEN just before including the broken headers.
5271         
5272         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
5273         deprecated types registered.
5274
5275         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
5276         we have to test the broken stuff.
5277
5278         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
5279         
5280 2001-01-30  Havoc Pennington  <hp@redhat.com>
5281
5282         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
5283         here where prev pointer was set to the wrong thing
5284
5285         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
5286         (gtk_tree_path_is_descendant): new function
5287
5288         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
5289         cached length
5290         (gtk_list_store_get_iter): don't modify iter if we can't get the
5291         path.
5292
5293         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
5294         
5295         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
5296         GtkTreeDragDest
5297
5298         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
5299         was causing segfault
5300
5301         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
5302         pointer to NULL
5303
5304         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
5305
5306         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
5307         on returning FALSE
5308         (gtk_list_store_iter_children): ditto
5309         (gtk_list_store_iter_nth_child): ditto
5310         (gtk_list_store_iter_nth_child): ditto
5311         (gtk_list_store_iter_parent): ditto
5312
5313         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
5314         on iter->user_data != NULL instead of silently accepting it.
5315         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
5316         we are returning TRUE.
5317         (gtk_tree_store_iter_children): ditto
5318         (gtk_tree_store_iter_nth_child): ditto
5319         (gtk_tree_store_iter_parent): ditto
5320         (gtk_tree_store_insert): remove handling of parent->user_data ==
5321         NULL, replace with parent == NULL       
5322
5323         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
5324         and a comment explaining things
5325
5326         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
5327         interface support to GtkTreeStore.
5328
5329         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
5330         FALSE if no prev, fix
5331
5332         * gtk/gtktreeview.c (set_source_row): use a row reference
5333         (set_dest_row): use a row reference
5334
5335 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
5336
5337         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
5338         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
5339         (gtk_tree_selection_select_iter): The same as above.
5340
5341 2001-01-26  Havoc Pennington  <hp@redhat.com>
5342
5343         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
5344         which holds a handle to a specific row (particular set of values
5345         in the model, i.e. pointer-identity row).
5346
5347         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
5348         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
5349         Still need to use it for the src/dest row saved on the drag context.
5350
5351 2001-01-26  Havoc Pennington  <hp@redhat.com>
5352
5353         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
5354
5355         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
5356         not offset by TREE_VIEW_HEADER_HEIGHT
5357         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
5358         TREE_VIEW_HEADER_HEIGHT
5359
5360         * configure.in (included_loaders): for me, --with-included-loaders
5361         generates the error "the specified loader yes does not exist",
5362         i.e. the arg defaults to "yes", so change test for value ""
5363         to test for value "yes", and include all loaders in that case.
5364
5365         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
5366
5367         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
5368         handle TREE_VIEW_VERTICAL_SEPARATOR
5369         (gtk_tree_view_bin_expose): fix to consider the row offset as
5370         pointing halfway into vertical separator.       
5371         (gtk_tree_view_draw_node_focus_rect): ditto
5372
5373         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
5374         --gtk-debug=updates, which causes gdk_window_set_debug_updates
5375         (TRUE) to be called.
5376
5377         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
5378         debug mode where the invalid region is colored in on invalidate,
5379         so you can see the flicker and know whether your redraw code is 
5380         doing a good job.
5381
5382         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
5383         tree window coordinates (clip rect is in tree window coords)
5384
5385         * gtk/Makefile.am: add gtktreednd.[hc]
5386
5387         * gtk/gtkliststore.c: implement gtktreednd interfaces.
5388
5389         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
5390         drag-and-drop data operations on a model (so we can set up tree
5391         drag-and-drop automatically)
5392
5393         * gtk/testgtk.c: Add a window to change sensitivity in the
5394         GtkLabel test; add a way to change the entry frame in GtkEntry
5395         test
5396
5397         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
5398         (gtk_entry_get_has_frame): new functions to remove the frame
5399         around an entry
5400         (gtk_entry_size_request): shrink requisition if no frame
5401         (gtk_entry_draw_focus): don't draw frame if no frame
5402
5403         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
5404         checks inside a cell renderer
5405         (gtk_default_draw_option): ditto for options
5406
5407         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
5408         children from the alignment, not the button
5409         (gtk_tree_view_column_init): ref/sink the column, to emulate
5410         GObject refcounting.
5411
5412         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
5413         
5414         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5415         Use theme functions to draw the toggles 
5416
5417         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
5418
5419         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
5420         GdkPangoAttrEmbossed to use in rendering insensitive text
5421
5422         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
5423
5424         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
5425         using new GDK features
5426         
5427 2001-01-24  Alexander Larsson  <alexl@redhat.com>
5428
5429         * gtk/gtkimage.c:
5430         Splitted gtk_image_clear into gtk_image_clear() and
5431         gtk_image_reset(). Call gtk_image_clear() in ::destroy
5432         to avoid leaks.
5433
5434         * gtk/gtklabel.c (set_markup):
5435         Don't leak text.
5436
5437         * gtk/gtktextlayout.c:
5438         Always free display->shaped_objects.
5439
5440         * gtk/testgtk.c (create_clist):
5441         Don't leak custom style.
5442
5443 2001-01-23  Alexander Larsson  <alexl@redhat.com>
5444
5445         * gtk/gtkcolorsel.c (grab_color_at_mouse):
5446         Don't leak image. Simplify using gdk_colormap_query_color().
5447         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
5448
5449         * linux-fb/gdkcolor-fb.c:
5450         Implemented gdk_colormap_query_color.
5451
5452 2001-01-23  Alexander Larsson  <alexl@redhat.com>
5453
5454         * linux-fb/gdkcursor-fb.c:
5455         Don't leak built-in cursors.
5456
5457         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
5458         Don't leak tmp_points.
5459
5460         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
5461         Don't modify desc. Don't leak font if the PangoFont
5462         isn't found.
5463         
5464         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
5465         Free dash_list.
5466
5467         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
5468         Don't leak string.
5469         
5470 2001-01-20  Havoc Pennington  <hp@pobox.com>
5471
5472         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
5473         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
5474         me, matches Pango
5475
5476 2001-01-22  Havoc Pennington  <hp@redhat.com>
5477
5478         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
5479
5480         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
5481
5482         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
5483         Remove, move back to gdk-pixbuf
5484
5485         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
5486         to all the word functions
5487
5488         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
5489         before doing anything on NULL layout or if we don't have the focus
5490
5491         * gtk/testtext.c (fill_example_buffer): "justification"
5492
5493         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
5494         to be called "justification" not "justify"
5495
5496         * demos/gtk-demo/textview.c (create_tags): "justification"
5497         
5498         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
5499
5500 2001-01-22  Alexander Larsson  <alexl@redhat.com>
5501
5502         * gdk/gdkwindow.c (gdk_window_invalidate_region):
5503         Don't leak visible_region. Use visible_region instead of region.
5504         
5505         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
5506         Don't do extra gdk_drawable_ref(). This is not X.
5507         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
5508         gdk_fb_focused_window is ref:ed.
5509         (gdk_fb_window_send_crossing_events): Watch out for destroyed
5510         windows.
5511
5512 2001-01-22  Alexander Larsson  <alexl@redhat.com>
5513
5514         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
5515         Don't leak the PangoFontDescriptor.
5516
5517 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
5518
5519         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
5520         when not realized.
5521         (gtk_tree_view_scroll_to_cell): Make work when not realized.
5522         (gtk_tree_view_realize): add scroll_to support
5523         (gtk_tree_view_finalize): add a finalize method.  Populate.
5524         (gtk_tree_view_insert_column): ref and sink the column.
5525         (gtk_tree_view_append_column): ref and sink the column.
5526         (gtk_tree_view_queue_draw_node): New function to handle redrawing
5527         individual nodes.  Should make the code much more efficient, if
5528         actually used.
5529
5530 2001-01-19  Havoc Pennington  <hp@redhat.com>
5531
5532         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
5533         byte_offset variable was being used to mean both "offset into
5534         layout" and "offset into buffer line" which was no longer true
5535         with addition of preedit string; fix
5536
5537 2001-01-19  Havoc Pennington  <hp@redhat.com>
5538
5539         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
5540
5541         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
5542         function
5543
5544         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
5545         implement
5546
5547         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
5548         scroll_to_cell, matches TextView scroll functions better
5549         (gtk_tree_view_tree_to_widget_coords): new function
5550         (gtk_tree_view_widget_to_tree_coords): new function
5551         (gtk_tree_view_get_visible_rect): new function
5552         (gtk_tree_view_get_path_at_pos): accept negative coordinates
5553         (gtk_tree_view_draw_node_focus_rect): new function moved from
5554         draw_focus, also, use width of bin_window as width of the focus
5555         rect
5556         (gtk_tree_view_expand_row): fix bug where it didn't recognize
5557         already-expanded rows
5558         (gtk_tree_view_get_cell_rect): new function
5559         (gtk_tree_view_get_path_at_pos): return the click position
5560         relative to the passed-in cell
5561         (gtk_tree_view_set_expander_column): new function
5562
5563         * configure.in: remove gtk-config-2.0 chmod
5564
5565         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
5566         and properly handle drags with targets we don't understand
5567         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
5568         scrolling anyway
5569         (gtk_text_view_drag_drop): stop scrolling here though, and set the
5570         mark invisible
5571
5572         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
5573         function
5574         (gtk_drag_dest_get_target_list): new function
5575         (gtk_drag_dest_set_target_list): new function
5576         
5577         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
5578
5579         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
5580         related to drag-and-drop
5581
5582 2001-01-19  Alexander Larsson  <alexl@redhat.com>
5583
5584         * gdk/linux-fb/gdkprivate-fb.h:
5585         Define EMULATE_GDKFONT.
5586         Add extra pango_font stuff to GfkFontPrivate.
5587         
5588         * gdk/linux-fb/gdkdrawable-fb2.c:
5589         * gdk/linux-fb/gdkfont-fb.c:
5590         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
5591         emulation using PangoFont.
5592
5593 2001-01-17  Havoc Pennington  <hp@pobox.com>
5594
5595         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
5596         all the non-deprecated set_foo functions. Added missing object
5597         properties, and added g_object_notify() to setters. 
5598         Wrote docs.
5599         
5600 2001-01-18  Tor Lillqvist  <tml@iki.fi>
5601
5602         * gtk/gtkmain.c
5603         * gtk/gtkrc.c: (Win32) Use the new
5604         g_win32_get_package_installation_(sub)directory() functions.
5605
5606         * config.h.win32.in: New file.
5607         
5608         * config.h.win32: Removed.
5609
5610         * configure.in: Output config.h.win32.
5611
5612         * Makefile.am: Add it to EXTRA_DIST.
5613
5614         * gtk/gtk.def: Update.
5615
5616 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
5617
5618         * gtk/gtklabel.c (gtk_label_size_request): Set the
5619         attributes onto the PangoLayout even if they are newly
5620         created from label->pattern.
5621
5622 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
5623
5624         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
5625
5626         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
5627         structures in functions. Fixes bug where gtk_dataset_*
5628         was accidentally still being used in one place, causing
5629         every dest side event to be treated independently.
5630
5631         * gtk/gtkdnd.c: Remove last vestages of handling
5632         ::draw (fixes warning)
5633         
5634         * gtk/gtkentry.[ch]: Add drag and drop support.
5635
5636         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
5637         new function gtk_check_drag_threshhold() for checking
5638         to check if (dx,dy) has exceeded the threshhold for starting
5639         a drag and use it everywhere.
5640
5641 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
5642
5643         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
5644         add -I{includedir}/gtk-2.0.
5645
5646         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
5647         gdk/gdk-pixbuf.h: Doc fixups.
5648         
5649         * gtk/gtkobject.h: Remove trailing , from enum
5650
5651 2001-01-17 Alexander Larsson <alexl@redhat.com> 
5652
5653         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
5654         Doh! Mixed up x and y.
5655
5656         * gdk/linux-fb/gdkglobals-fb.c:
5657         Removed gdk_fb_pointer_grab_window_events,
5658         added _gdk_fb_pointer_grab_owner_events and
5659         _gdk_fb_keyboard_grab_owner_events.
5660
5661         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
5662         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
5663         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
5664         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
5665         Send crossing events after ungrab finished.
5666         (gdk_keyboard_grab): Set ..._owner_events
5667         (type_masks): Move out of function.
5668         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
5669         gdk_fb_keyboard_event_window): New functions, return the
5670         window an event should be targeted at. Handles grabs and
5671         event propagation. Can return NULL.
5672         (gdk_event_make): Remove event_mask checking. Now always
5673         returns an event.
5674                 
5675         * gdk/linux-fb/gdkkeyboard-fb.c:
5676         * gdk/linux-fb/gdkproperty-fb.c:
5677         * gdk/linux-fb/gdkselection-fb.c:
5678         Use new event_window/gdk_event_make() behaviour.
5679         
5680         * gdk/linux-fb/gdkmouse-fb.c:
5681         Use new event_window/gdk_event_make() behaviour.
5682         Only send motion events if in the same window.
5683         If grabbed, use cursor from window if sibling of grabbed
5684         window, and cursor from grabbed window otherwise.
5685
5686         * gdk/linux-fb/gdkprivate-fb.h:
5687         Update gdk_fb_window_send_crossing_events, gdk_event_make
5688         and grab varaible declarations. Add gdk_fb_*_event_window().
5689
5690         * gdk/linux-fb/gdkwindow-fb.c:
5691         Use new event_window/gdk_event_make() behaviour.
5692         Keep correct track of focus window.
5693         (gdk_window_set_events): Set all specific button motion masks
5694         if GDK_BUTTON_MOTION_MASK set.
5695
5696         * gtk/gtkdnd.c (gtk_drag_update):
5697         Free info->last_event if gdk_drag_motion returned FALSE.
5698
5699 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5700
5701         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
5702         Eliminate redraws when input-only windows are shown or
5703         hidden. Thanks to jpe@archaeopteryx.com.
5704
5705 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
5706
5707         * docs/faq/gtk-faq.sgml: FAQ update:
5708           - Update to bugzilla
5709           - Add GTK+ and security/SUID/SGID
5710           - Add DnD question
5711
5712 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
5713
5714         * gdk/linux-fb/gdkdnd-fb.c:
5715         Some cleanups.
5716         
5717 2001-01-15  Havoc Pennington  <hp@pobox.com>
5718
5719         * tests/testtreeview.c: add test stuff for CellRendererToggle
5720
5721         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
5722         accessor
5723
5724         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
5725         only toggle on button press (would do release like GtkButton, but
5726         we'd need implicit grab code for treeview cells)
5727
5728 2001-01-16  Tor Lillqvist  <tml@iki.fi>
5729
5730         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
5731
5732         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
5733         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
5734
5735         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
5736         to g_{locale,filename}_{to,from}_utf8 to match current API.
5737
5738         * gtk/makefile.msc.in (gtk_OBJECTS)
5739         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
5740
5741         * gtk/gtk.def: Update.
5742
5743 2001-01-15  Tor Lillqvist  <tml@iki.fi>
5744
5745         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
5746         implementaion that more closely mimics the events that an X server
5747         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
5748         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
5749         with nested preview widgets, for instance, more responsive when
5750         you move the mouse quickly into them.
5751         (find_window_for_pointer_event): Make it actually compile.
5752         (gdk_event_translate): Set send_event to the value of
5753         InSendMessage (). This doesn't really mean the same as X11's
5754         send_event flag, but is close enough, says jpe@archaeopteryx.com
5755
5756 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5757
5758         * gdk/linux-fb/gdkdnd-fb.c:
5759         Implemented drag and drop.
5760         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
5761         when it tries to free and then copy the same event (info->last_event).
5762         I am not sure about why this happens, but will continue looking.
5763
5764 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5765
5766         * gdk/linux-fb/gdkwindow-fb.c:
5767         Use gdk_window_invalidate_rect instead of
5768         gdk_window_invalidate_rect_clear to minimise flashing.
5769         When hiding windows you need to clear the root window though.
5770
5771 2001-01-15  Alexander Larsson  <alexl@redhat.com>
5772
5773         * gdk/linux-fb/gdkdrawable-fb2.c:
5774         For optization, add an full_shapes argument to gdk_fb_clip_region.
5775         If this is false, only the cliprects of the shapes are used.
5776
5777         * gdk/linux-fb/gdkprivate-fb.h:
5778         Export gdk_fb_window_peek_shape.
5779         Add full_shapes to gdk_fb_clip_region.
5780
5781         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
5782         When moving a window, don't clear everything under the it, just the
5783         root window. Makes stuff faster and flash less.
5784         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
5785         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
5786         offset of the shape.
5787         
5788
5789 2001-01-12  Havoc Pennington  <hp@redhat.com>
5790
5791         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
5792         current invalid region, fixes redraw bug while scrolling the 
5793         text widget
5794
5795         * gtk/gtktextview.c, gtk/gtktextview.h:
5796         Rearrange the scrolling/validation/etc. code in a major way, 
5797         so it seems to make sense to me. Probably isn't genuinely that
5798         much better, but...
5799
5800         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
5801         notifies
5802
5803         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
5804
5805 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
5806
5807         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
5808         Hide mouse pointer while rotation. Show it afterwards.
5809
5810 2001-01-12  Alexander Larsson  <alexl@redhat.com>
5811
5812         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
5813         windows in consideration when generating clip region.
5814
5815         * gdk/linux-fb/gdkfb.h:
5816         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
5817
5818         * gdk/linux-fb/gdkprivate-fb.h:
5819         Add shape to GdkWindowFBDatat.
5820         exported gdk_fb_window_get_abs_shape().
5821         removed gdk_fb_draw_lines declaration.
5822
5823         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
5824         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
5825         send focus changes when there is a grabbed window.
5826         (gdk_window_get_pointer): Handle shaped windows.
5827         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
5828         (gdk_fb_window_peek_shape): Returns the shape for a window,
5829         handles GDK_FB_USE_CHILD_SHAPE.
5830         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
5831         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
5832         (gdk_window_shape_combine_mask): Implement.
5833
5834         * gtk/gtkwindow-decorate.c:
5835         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
5836         setting the shape of a window makes the window transparent.
5837
5838 2001-01-11  Havoc Pennington  <hp@redhat.com>
5839
5840         * gtk/gtktreemodelsimple.h: Oops, broke some macros
5841
5842 2001-01-10  Havoc Pennington  <hp@redhat.com>
5843
5844         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
5845         add this function, bug 40251
5846
5847         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
5848         of type macro   
5849
5850 2001-01-11  Alexander Larsson  <alexl@redhat.com>
5851
5852         * acconfig.h:
5853         Added ENABLE_SHADOW_FB
5854
5855         * configure.in:
5856         Added --disable-shadowfb
5857
5858         * gdk/linux-fb/gdkcursor-fb.c:
5859         Update shadowfb when updating cursor
5860
5861         * gdk/linux-fb/gdkdrawable-fb2.c:
5862         Added wrappers for shadowfb that calls  the normal drawable
5863         methods, but calls gdk_shadow_fb_update(bounding box) when
5864         GdkWindows are drawed to.
5865         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
5866         which also returns the bounding box.
5867
5868         * gdk/linux-fb/gdkfb.h:
5869         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
5870
5871         * gdk/linux-fb/gdkgeometry-fb.c:
5872         Update shadowfb when scrolling window.
5873
5874         * gdk/linux-fb/gdkglobals-fb.c:
5875         Add _gdk_fb_screen_angle.
5876         
5877         * gdk/linux-fb/gdkkeyboard-fb.c:
5878         Test code for screen rotation. Shift-F2 in the xlate driver
5879         rotates the screen.
5880
5881         * gdk/linux-fb/gdkmain-fb.c:
5882         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
5883
5884         * gdk/linux-fb/gdkmouse-fb.c:
5885         Use fb_width/height instead of modeinfo.xres/yres.
5886
5887         * gdk/linux-fb/gdkprivate-fb.h:
5888         Added fb_men, fb_width, fb_height & fb_stride. When using
5889         shadow fb these can differ from the framebuffer stuff.
5890         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
5891         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
5892         _gdk_fb_screen_angle. Removed CM, RP.
5893
5894         * gdk/linux-fb/gdkrender-fb.c:
5895         Added code for shadowfb handling and screen rotation using
5896         shadowfb.
5897
5898         * gdk/linux-fb/gdkwindow-fb.c:
5899         Use fb_mem, fb_stride, fb_width, fb_height.
5900         Added recompute_rowstride to reset the rowstride of all windows.
5901         Added gdk_fb_recompute_all() which recomputes rootwindow size,
5902         window abs positions and window rowstrides. Usefull when the
5903         rotation has changed.
5904
5905 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
5906
5907         * docs/faq/gtk-faq.sgml: update to make web site updating easier
5908
5909 2001-01-10  Havoc Pennington  <hp@redhat.com>
5910
5911         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
5912         where sibling == iter
5913         (gtk_tree_store_insert_after): handle sibling == iter
5914         (gtk_tree_store_prepend): remove stamp checks
5915         (gtk_tree_store_insert_before): ditto
5916         (gtk_tree_store_append): ditto
5917         (gtk_tree_store_get_path): ditto
5918         (gtk_tree_store_get_value): ditto
5919         (gtk_tree_store_iter_has_child): ditto
5920         (gtk_tree_store_iter_n_children): ditto
5921         (gtk_tree_store_iter_nth_child): ditto
5922         (gtk_tree_store_insert_after): ditto
5923         (gtk_tree_store_is_ancestor): ditto
5924         (gtk_tree_store_iter_depth): ditto
5925         (gtk_tree_store_insert_before): assert that sibling's parent is
5926         the same as the passed-in parent
5927         (gtk_tree_store_insert_after): assert that sibling's parent is
5928         the same as the passed-in parent
5929
5930         
5931         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
5932         function to get the first iterator in a model
5933         
5934         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
5935         conventionally the "root" in this sense is just NULL afaict.
5936
5937         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
5938         where sibling == iter
5939         (gtk_list_store_insert_after): handle case where sibling == iter
5940
5941         * tests/testtreeview.c (run_automated_tests): fairly lame basic
5942         automated tests for ListStore, TreeStore
5943
5944         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
5945         (gtk_list_store_insert): update tail pointer, and fix it to work
5946         (gtk_list_store_insert_before): update tail pointer, and fix it to work
5947         (gtk_list_store_append): use tail to be faster
5948         (gtk_list_store_prepend): fix it, update tail pointer
5949         (gtk_list_store_insert_after): fix it, update tail pointer
5950
5951         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
5952         the list
5953
5954 2001-01-09  Havoc Pennington  <hp@redhat.com>
5955
5956         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
5957         is NULL due to a pending resize
5958
5959         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
5960         column width to values less than 1
5961
5962         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
5963         width to be between min/max width, and still set the width 
5964         even if autosize is turned on, so the tree view can use this 
5965         function in order to autosize.
5966         (gtk_tree_view_column_init): set initial width to 1 not 0
5967
5968         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
5969         setter function to modify column width, so we get notification
5970         (gtk_tree_view_insert_iter_height): ditto
5971         (gtk_tree_view_calc_size): ditto
5972         (gtk_tree_view_check_dirty): ditto
5973
5974         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
5975         properties to change all the interesting attributes of the tree
5976         view column.
5977         (gtk_tree_view_column_set_header_clickable): rename set_clickable
5978         (gtk_tree_view_column_get_clickable): add
5979         (gtk_tree_view_column_set_cell_renderer): don't unset the current
5980         attributes; assume a cell renderer with equivalent object
5981         properties has been swapped in. Do g_object_notify().
5982         (gtk_tree_view_column_set_visible): g_object_notify
5983         (gtk_tree_view_column_get_sizing): rename from get_col_type
5984         (gtk_tree_view_column_set_sizing): g_object_notify
5985         (gtk_tree_view_column_set_width): add g_object_notify
5986         (gtk_tree_view_column_set_min_width): ditto
5987         (gtk_tree_view_column_set_max_width): ditto
5988         (gtk_tree_view_column_set_title): ditto
5989         (gtk_tree_view_column_set_clickable): ditto
5990         (gtk_tree_view_column_set_widget): ditto
5991         (gtk_tree_view_column_set_justification): ditto
5992
5993 2001-01-09  Havoc Pennington  <hp@redhat.com>
5994
5995         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
5996         there are no rows in the model
5997
5998         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
5999         NULL, then return the start of the list
6000
6001         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
6002         if we can't get any rows from an empty model 
6003
6004         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
6005         extraneous * after function pointer typedef usage
6006
6007         * Makefile.am: don't specify full path to cp and rm
6008
6009         * gtk/gtkcellrenderertextpixbuf.c
6010         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
6011         NULL before dereferencing, fixes a segfault that happened from
6012         time to time
6013
6014         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
6015         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
6016         and reindent the function
6017         (gtk_cell_renderer_pixbuf_get_size): indentation
6018
6019         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
6020         we quit it
6021         (gtk_dialog_add_buttons_valist): add g_return_if_fail
6022         (gtk_dialog_set_default_response): New function, to set default
6023         button
6024         (gtk_dialog_set_response_sensitive): New function, to set 
6025         sensitivity of buttons
6026
6027         * gtk/gtkcellrendererpixbuf.c
6028         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
6029         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
6030
6031         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
6032         handle any G_TYPE_OBJECT subclass, not just the base class, and 
6033         also boxed types.
6034         (_gtk_tree_data_list_value_to_node): ditto
6035
6036         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
6037         --gtk-debug=tree
6038
6039         * gtk/gtkmain.c: add GTK_DEBUG_TREE
6040
6041         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
6042
6043 2001-01-09  Tor Lillqvist  <tml@iki.fi>
6044
6045         * gdk/win32/gdkevents-win32.c: Implement better mouse
6046         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
6047         (find_window_for_pointer_event): New function.
6048         (gdk_event_translate): Use it when handling mouse events.
6049
6050 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
6051
6052         * configure.in:
6053         Added --with-included-loaders option
6054
6055         * gdk-pixbuf/Makefile.am:
6056         * gdk-pixbuf/gdk-pixbuf-io.c:
6057         Add support for including selected gdk-pixbuf loaders only.
6058
6059         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
6060         gtk_window_set_has_frame):
6061         Added inline documentation.
6062
6063         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
6064         * docs/reference/gdk/tmpl/windows.sgml:
6065         Added inline documentation.
6066
6067 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
6068
6069         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
6070         realizing buttons that have already been realized.
6071
6072 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
6073
6074         * tests/testtreeview.c (main): Show menu items before adding to
6075         option menu.
6076
6077         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
6078         around if we kill them.
6079
6080         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
6081         Return if we pass in a NULL model.
6082
6083 2001-01-08  Havoc Pennington  <hp@redhat.com>
6084
6085         * tests/testtreeview.c: hack on this some
6086
6087         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
6088         gtk_tree_store_set_valist, v is for arrays, valist for varargs
6089         list
6090         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
6091
6092         * gtk/gtkliststore.h: Add varargs set() and get() convenience
6093         functions
6094
6095 2001-01-08  Alexander Larsson  <alexl@redhat.com>
6096
6097         * gtk/gtkwindow-decorate.[hc]:
6098         * gtk/Makefile.am:
6099         New files. Contains an implementation of a minimal WM for
6100         linux-fb.
6101
6102         * gtk/gtkwindow.h:
6103         Add the possibility for GtkWindows to specify a frame. This
6104         is used for the window decoration code, but could concievably
6105         be used for X programs too (xmms style windows).
6106         GtkWindow->frame is the toplevel window if the window is framed.
6107         The signal frame_event gets all events that are targeted to
6108         GtkWindow->frame.
6109         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
6110         
6111         * gtk/gtkwindow.c:
6112         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
6113         Call out to gtkwindow-decorate.c for WM support in linx-fb.
6114
6115 2001-01-08  Alexander Larsson  <alexl@redhat.com>
6116
6117         * docs/README.linux-fb:
6118         Correct filename ~/.pangoft2_aliases
6119
6120         * gdk/gdkwindow.h:
6121         Added new function gdk_window_get_decorations.
6122
6123         * gdk/linux-fb/gdkfb.h:
6124         Removed _gdk_window_get_decorations declaration.
6125         Renamed _gdk_window_set_child_handler to
6126         gdk_fb_window_set_child_handler.
6127
6128         * gdk/linux-fb/gdkwindow-fb.c:
6129         Renamed _gdk_window_set_child_handler to
6130         gdk_fb_window_set_child_handler.
6131
6132         * gdk/x11/gdkwindow-x11.c:
6133         New function gdk_window_get_mwm_hints().
6134         Implemented gdk_window_get_decorations.
6135
6136         * docs/reference/gdk/tmpl/windows.sgml:
6137         * docs/reference/gdk/gdk-sections.txt:
6138         Added gdk_window_get_decorations docs.
6139         
6140 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
6141
6142         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
6143         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
6144         gdk_fb_window_send_crossing_events):
6145         Possibly send focus events when the mouse moves from one
6146         window to another.
6147
6148 2001-01-07  Tor Lillqvist  <tml@iki.fi>
6149
6150         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
6151         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
6152         to match current API.
6153
6154         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
6155         environment variable is set, don't call g_error when on a
6156         palettized (PseudoColor) display. Some people want to use GTK+ 
6157         in 256-colour mode even though works only partially.
6158
6159         * gdk/gdk.def
6160         * gtk/gtk.def
6161         * gtk/makefile.mingw.in: Update.
6162
6163 2001-01-05  Havoc Pennington  <hp@redhat.com>
6164
6165         * tests/testtreeview.c: hack on this a bit
6166
6167         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
6168         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
6169
6170         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
6171         was spelled incorrectly
6172         (GTK_IS_TREE_MODEL_SIMPLE): ditto
6173
6174         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
6175         from gtk_tree_view_set_headers_active   
6176
6177         * gtk/gtktexttag.c:
6178         (gtk_text_tag_get_property): handle PROP_DIRECTION
6179         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
6180         properties, bug 40235
6181
6182         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
6183         forward_to_line_end
6184
6185 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
6186
6187         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
6188         modules/input/gtkimcontextxim.c: Adapt to new prototypes
6189         for unicode,locale,filename conversion functions.
6190
6191 2001-01-05  Havoc Pennington  <hp@redhat.com>
6192
6193         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
6194         broken if called on the first position in the buffer.
6195
6196         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
6197         forward_to_delimiters to be called only if we aren't already at
6198         the delimiters.
6199
6200 2001-01-05  Havoc Pennington  <hp@redhat.com>
6201
6202         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
6203
6204 2001-01-05  Alexander Larsson  <alexl@redhat.com>
6205
6206         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
6207         colormap in here. Sync from X port.
6208         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
6209         Sync from X port.
6210         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
6211         This happens now and then, and i don't think it is a bug.
6212         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
6213         != endpoint.
6214         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
6215         GDK_LINE_SOLID.
6216
6217         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
6218         some of the fields filled in at least.
6219
6220         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
6221         miLineArcD is no more, remove it from the function definition.
6222
6223 2001-01-04  Havoc Pennington  <hp@redhat.com>
6224
6225         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
6226         this
6227
6228         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
6229         user_data instead of tree_node
6230
6231         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
6232         TREE_VIEW_COLUMN_SIZE
6233
6234         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
6235         "size" field to "width" finishes bug 40061
6236
6237         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
6238         for bitfields, bug 40268
6239
6240 2001-01-04  Havoc Pennington  <hp@redhat.com>
6241
6242         Rename some stuff:
6243         
6244         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
6245
6246         s/GtkModelSimple/GtkTreeModelSimple/g;
6247         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
6248         s/gtk_model_simple/gtk_tree_model_simple/g;
6249         s/gtkmodelsimple/gtktreemodelsimple/g;
6250
6251         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
6252
6253         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
6254         s/column_set_col_type/column_set_sizing/g;
6255
6256         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
6257         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
6258
6259         s/GtkCellRendererType/GtkCellRendererState/g;
6260         
6261         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
6262         (gtk_cell_renderer_toggle_class_init): change "state" property to
6263         "active", to match GtkToggleButton
6264         (gtk_cell_renderer_toggle_get_active): new function, bug
6265         40269
6266         (gtk_cell_renderer_toggle_set_active): new function
6267         (gtk_cell_renderer_toggle_set_property): route changes to toggle
6268         state through gtk_cell_renderer_set_active
6269
6270 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
6271
6272         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
6273         temporarily until they work again.  Brought up to date with
6274         changes in the model.
6275         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
6276         model.
6277
6278 2001-01-04  Havoc Pennington  <hp@redhat.com>
6279
6280         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
6281         equal to the line length, then position iterator before paragraph 
6282         separators. Fixes crash reported by Mikael Hermansson when
6283         pressing left arrow from the start of a line.   
6284
6285         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
6286         about byte indexes off the end
6287         (iter_set_from_char_offset): add g_error about char offsets
6288         off the end
6289
6290 2001-01-03  Havoc Pennington  <hp@redhat.com>
6291
6292         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
6293
6294         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
6295         of private functions; remove inclusion of private headers.
6296
6297         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
6298         function, so we don't need private functions in gtktextdisplay.c
6299
6300         * gtk/gtktextiterprivate.h: underscore-ification
6301
6302         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
6303         to instead say "only useful to implement widgets"
6304
6305         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
6306         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
6307         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
6308
6309         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
6310         This function was completely broken
6311
6312         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
6313
6314         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
6315
6316         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
6317
6318         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
6319
6320         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
6321
6322         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
6323
6324         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
6325         gtk_paint_layout
6326
6327         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
6328         gtk_paint_layout
6329
6330         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
6331         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
6332         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
6333         which were not implemented.     
6334
6335         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
6336         insert_pixbuf signal. Rename delete_text to delete_range since it
6337         also deletes pixbufs and child anchors. This almost closes bug
6338         40245 (still need to deal with child anchors)
6339
6340         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
6341         insert_pixbuf, change signal names as appropriate, change types of
6342         signals taking marks/tags to have the specific type, not just
6343         G_TYPE_OBJECT
6344         
6345         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
6346         closes bug 40051
6347
6348         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
6349         unnecessary remove_contents() call
6350         (gtk_option_menu_class_init): add a "changed" signal, closes
6351         bug 40039
6352         (gtk_option_menu_update_contents): emit "changed" if the 
6353         active menu item changes
6354
6355         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
6356         cast to GtkObject, reported by Jonas Borgstrom
6357         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
6358         we can't do stuff with side effects in finalize. Instead, spew a
6359         warning if the loader isn't closed.
6360
6361         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
6362         colormap in here, non-X ports probably need to sync to this change
6363
6364         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
6365         assertion that colormap != NULL, you can set the colormap to NULL
6366         if you like.
6367         
6368         * Makefile.am: remove gtk-config-2.0
6369
6370         * configure.in: Use pkg-config to locate GLib. Remove
6371         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
6372         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
6373         Use pkg-config to locate Pango. Output correct Pango libs to
6374         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
6375
6376         * Makefile.am (pkgconfig_DATA): install only target-specific pc
6377         files
6378         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
6379         X11 pc files
6380
6381         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
6382         unref from here
6383
6384 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
6385
6386         * configure.in:
6387         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
6388
6389 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6390
6391         * gtk/gtktextlayout.c
6392         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
6393         variable when moving back onto a single line.
6394
6395 2001-01-01  Havoc Pennington  <hp@redhat.com>
6396
6397         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
6398
6399         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
6400
6401         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
6402         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
6403
6404 2001-01-01  Havoc Pennington  <hp@redhat.com>
6405
6406         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
6407
6408         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
6409         GtkTextAttributes
6410
6411         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
6412         #40246
6413         (gtk_text_attributes_copy_values): rename from 
6414         gtk_text_attributes_copy
6415         (gtk_text_attributes_copy): a more standard GTK copy function, 
6416         which returns a new object
6417
6418 2001-01-01  Havoc Pennington  <hp@redhat.com>
6419
6420         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
6421         
6422         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
6423         don't fill in tree_view->priv->selection, kind of an unexpected
6424         side effect
6425
6426         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
6427         gtkintl.h
6428         
6429         * gtk/gtkcellrenderer.c: Remove definition of _ and include
6430         gtkintl.h
6431         (gtk_cell_renderer_get_property): remove calls to g_value_init
6432
6433         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
6434         gtkintl.h
6435
6436         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
6437         and include gtkintl.h
6438         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
6439         property names
6440
6441         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
6442         GtkTreeSelection
6443         (_gtk_tree_selection_new_from_with_view): rename, return
6444         GtkTreeSelection
6445         (_gtk_tree_selection_set_tree_view): rename with uscore
6446         (gtk_tree_selection_get_selected): fill in the "model" out param
6447         first, so it gets filled in even if we return at the top of the 
6448         function
6449         (gtk_tree_selection_real_select_all): add a comment and an else{}
6450         to clarify this a bit
6451         (gtk_tree_selection_real_unselect_all): add the same else{}
6452
6453         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
6454         set_tree_view to have underscore prefixes, move them to the
6455         private header, fix return type of new_with_tree_view
6456         (struct _GtkTreeSelection): mark struct
6457         fields private  
6458
6459         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
6460         GtkTreeModelFlags, not a guint
6461         (gtk_tree_path_prev): return gboolean not gint
6462         (gtk_tree_path_up): return gboolean not gint
6463
6464         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
6465         return GtkTreeModelFlags, not a guint
6466
6467         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
6468         that child model is non-null before unrefing it
6469         (g_value_int_compare_func): make this a qsort compare func, not 
6470         a boolean predicate
6471
6472         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
6473         (add -umn to the end), and mark it unimplemented
6474         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
6475         I don't see what it's for - doesn't the model always sort itself?
6476         (gtk_tree_model_sort_set_compare): this had the wrong signature
6477
6478         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
6479         Fix the docs to say that it destructively replaces existing
6480         attributes (previously said that it added attributes).
6481         (gtk_tree_view_column_set_visible): canonicalize bool before
6482         equality testing. Also, check for realization before
6483         hiding/showing the tree_column->window; if this window could exist
6484         before realization, then it's busted and needs fixing, we can't 
6485         create GDK resources pre-realization. Also, remove
6486         superfluous queue_resize(), since set_size() does that for us.
6487         (gtk_tree_view_column_set_col_type): check realization before 
6488         using tree_column->window
6489
6490         * gtk/gtktreedatalist.c: fix filename in copyright notice
6491
6492 2000-12-31  Havoc Pennington  <hp@pobox.com>
6493
6494         * gtk/gtktextview.c: Rearrange all the
6495         scroll-while-dragging-or-selecting code to be different, not
6496         necessarily better. ;-)
6497         (gtk_text_view_scroll_to_mark): Change this
6498         function to take within_margin as a fraction instead of a pixel
6499         value, and to take alignment arguments (indicating where to align 
6500         the mark inside the visible area)
6501         
6502         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
6503         to GtkObject
6504
6505         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
6506         behavior so that offsets past the end of the line are not 
6507         allowed, and an offset equal to the line length moves the iterator
6508         to the next line
6509         (gtk_text_iter_set_line_index): make parallel change
6510         (gtk_text_iter_get_bytes_in_line): add this function
6511         
6512         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
6513         of byte indexes off the end of the line; byte index at the end of
6514         the line now returns FALSE and doesn't fill in the requested
6515         values, byte index past the end of the line is an error.  Also,
6516         don't allow -1 offset anymore, since its meaning is unclear.
6517
6518         This change exposes some bug in visual cursor motion, where we
6519         end up with a huge invalid byte index; needs fixing. Symptom of 
6520         bug is a crash when you hit up arrow.
6521         
6522         (_gtk_text_line_char_locate): match the change to byte_locate
6523
6524         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
6525         from start of line properly. fixes bug reported by Mikael
6526         Hermansson where backspace would delete all text before the
6527         cursor.
6528
6529 2000-12-30  Tor Lillqvist  <tml@iki.fi>
6530
6531         * gdk/win32/gdkwindow-win32.c
6532         (gdk_window_impl_win32_get_visible_region): New function, as in
6533         the X11 backend.
6534         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
6535         instead of duplicating the same code here.
6536
6537         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
6538         GDK_COLORMAP macro.
6539
6540         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
6541         destroy function.
6542         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
6543         access that.
6544
6545         * gtk/gtk.def: Update.
6546
6547         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
6548
6549 2000-12-30  Havoc Pennington  <hp@pobox.com>
6550
6551         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
6552         colormap on input only windows, to avoid special cases all over
6553         the code for these windows.
6554
6555 2000-12-26  Tor Lillqvist  <tml@iki.fi>
6556
6557         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
6558         we are on a palettized display ("PseudoColor" in X11), as the code
6559         for that doesn't work anyway, and never has.
6560
6561 2000-12-22  Alexander Larsson  <alexl@redhat.com>
6562
6563         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
6564         Don't use isprint() for chars > 255.
6565
6566 2000-12-21  Havoc Pennington  <hp@redhat.com>
6567
6568         * tests/testtreeview.c: more work
6569
6570 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6571
6572         * docs/README.linux-fb:
6573         Update the docs to the new pangoft2 way.
6574
6575 2000-12-21  Alexander Larsson  <alexl@redhat.com>
6576
6577         * configure.in:
6578         For linux-fb get the pangoft2 cflags and libs. This needs a recent
6579         pango version.
6580         Remove modules/linux-fb/Makefile.
6581
6582         * gdk/linux-fb/gdkdrawable-fb2.c:
6583         Render glyphs using freetype.
6584
6585         * gdk/linux-fb/gdkfb.h:
6586         Add new fb-specific functions needed for managing windows.
6587
6588         * gdk/linux-fb/gdkmain-fb.c:
6589         Remove gdk_font_init/fini() calls.
6590
6591         * gdk/linux-fb/gdkpango-fb.c:
6592         Remove old implementation. Use pangoft2 instead.
6593
6594         * gdk/linux-fb/gdkprivate-fb.h:
6595         Remove PangoFBFont and related stuff.
6596
6597         * gdk/linux-fb/gdkwindow-fb.c:
6598         Implement drawable->get_visible_region.
6599         Implement support for _gdk_window_set_child_handler () and
6600         _gdk_window_get_decorations().
6601
6602         * modules/Makefile.am:
6603         Remove linux-fb subdir.
6604
6605         * modules/linux-fb/*:
6606         Removed all.
6607         
6608 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
6609
6610         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
6611         calls, as they are no longer needed.
6612
6613         * gtk/gtktreemodelsort.c: Fix up the comparison code.
6614         
6615         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
6616         figure out how to emit a signal on an interface.
6617
6618 2000-12-20  Havoc Pennington  <hp@redhat.com>
6619
6620         * tests: new directory to contain tests, gtk/test* should move
6621         here sometime (with appropriate on-cvs-server hackery)
6622
6623         * tests/testtreeview.c, tests/Makefile.am: a test
6624         
6625         * configure.in (AC_OUTPUT): add tests/Makefile
6626
6627         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
6628         and "invisible_set" which were missing
6629
6630         * gtk/gtkrbtree.h: some cheesy indentation fix
6631         
6632 2000-12-20  Alexander Larsson  <alexl@redhat.com>
6633
6634         * gtk/gtkinvisible.c (gtk_invisible_realize):
6635         Attach the style to the window so that the style it is not
6636         leaked when unrealizing the window.
6637
6638 2000-12-18  Havoc Pennington  <hp@redhat.com>
6639
6640         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
6641         begin/end user action where appropriate
6642         (gtk_text_view_commit_handler): add begin/end user action
6643
6644         * gtk/gtktextbuffer.c: add begin/end user action signals, and
6645         bracket interactive operations with begin/end user action pair.
6646         
6647         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
6648         "interactive" arg from insert_text and delete_text signals.
6649         Add begin_user_action, end_user_action signals
6650         (gtk_text_buffer_begin_user_action): 
6651         (gtk_text_buffer_end_user_action): New functions to delimit 
6652         a user-visible action
6653
6654         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
6655         signals.
6656         
6657 2000-12-18  Havoc Pennington  <hp@redhat.com>
6658
6659         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
6660         was pretty non-working.
6661
6662         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
6663         by passing the length to g_utf8_validate().
6664
6665 2000-12-16  Havoc Pennington  <hp@pobox.com>
6666
6667         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
6668         Port to GObject, can go back in gdk-pixbuf after setting up 
6669         a gdk-pixbuf-marshal.h header over there.
6670
6671         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
6672         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
6673         args
6674         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
6675         set
6676         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
6677         here, do it when we create the buttons later
6678         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
6679         (gtk_tree_view_map): paranoia checks that column->button is shown 
6680         and unmapped
6681         (gtk_tree_view_size_request): only request visible children.
6682         Move header size calculation in here, for cleanliness, and 
6683         to maintain invariants for child widgets if we eventually 
6684         let users set different children inside the buttons
6685         (gtk_tree_view_map_buttons): factor out code to map buttons,
6686         since it was being called several times
6687         (gtk_tree_view_size_allocate_buttons): move_resize the drag
6688         windows instead of just moving them; their height may change 
6689         if we allow random widgets in there, or the theme changes.
6690         (gtk_tree_view_size_allocate): move button size allocation 
6691         above emitting the scroll signals, to ensure a sane state when we
6692         hit user code
6693         (gtk_tree_view_button_release): remove queue_resize after
6694         tree_view_set_size(), set_size() will handle any resize queuing
6695         that's needed
6696         (gtk_tree_view_focus_in): just queue a draw, don't fool with
6697         draw_focus goo
6698         (gtk_tree_view_focus): use gtk_get_current_event() and
6699         gdk_event_get_state()
6700         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
6701         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
6702         semicolon
6703         (gtk_tree_view_create_button): show the button here
6704         (gtk_tree_view_button_clicked): actually emit the clicked signal
6705         on the column
6706         (_gtk_tree_view_set_size): return right away if the size is
6707         unchanged, as a cheesy optimization
6708         (gtk_tree_view_setup_model): rename set_model_realized to 
6709         setup_model to match the flag that indicates whether we've 
6710         called it
6711         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
6712         exist, because set_scroll_adjustment does that and it shouldn't
6713         matter what order you call these in
6714         (gtk_tree_view_get_vadjustment): ditto
6715         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
6716         for paranoia
6717         (gtk_tree_view_set_headers_visible): call
6718         gtk_tree_view_map_buttons() instead of using cut-and-paste code
6719         (gtk_tree_view_append_column): clarify whether the return value
6720         is the count of columns before or after, and do the increment 
6721         separately from the return statement so you can tell from the code.
6722         (gtk_tree_view_remove_column): ditto
6723         (gtk_tree_view_insert_column): ditto
6724         (gtk_tree_view_get_column): remove g_return_if_fail for columns
6725         outside the existing range, the docs say that outside-range
6726         columns are allowed, so we handle them as documented. (Presumably
6727         this allows a nice loop with column != NULL as test.)
6728         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
6729         mean (left/right/center etc.).
6730         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
6731         (gtk_tree_view_expand_row): add docs
6732         (gtk_tree_view_collapse_row): add docs
6733
6734         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
6735         function to emit the clicked signal on a column
6736         
6737         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
6738         state of an event
6739         (gdk_event_get_time): don't treat GDK_SCROLL 
6740         as a button event, remove default case from switch so gcc 
6741         will whine if we don't explicitly handle all event types
6742
6743         * gtk/gtktreeselection.h: added some FIXME 
6744         
6745         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
6746         "columns" to "n_columns" and "column" to "columns" for clarity
6747
6748 2000-12-16  Havoc Pennington  <hp@pobox.com>
6749         
6750         * gtk/gtktextiter.c: General cleanup of the log attr iteration
6751         stuff. This should make e.g. the delete key work again in the
6752         text widget...
6753         (gtk_text_iter_forward_cursor_positions): handle negative count
6754         (gtk_text_iter_backward_cursor_positions): handle negative count
6755         (gtk_text_iter_forward_word_ends): handle negative count
6756         (gtk_text_iter_backward_word_starts): handle negative count
6757
6758         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
6759         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
6760         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
6761         GObject. No doubt will cause breakage.
6762
6763         * demos/gtk-demo/textview.c: remove hacks around
6764         non-GObject-ification of the text objects
6765
6766         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
6767         the text tag
6768         
6769 2000-12-14  Havoc Pennington  <hp@pobox.com>
6770
6771         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
6772         that we have Xrender
6773
6774 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
6775
6776         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
6777         Add two virtualized functions gdk_drawable_get_clip_region - to
6778         get the clip region when drawing.
6779         
6780         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
6781         use invalidate_region.
6782
6783         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
6784         region.
6785
6786         * acconfig.h configure.in: Check for Xft. For now, assume
6787         that if Xft is found, Pango was compiled with Xft support
6788         as well.
6789
6790         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
6791         gdk_colormap_query_color().
6792         
6793         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
6794         with Xft if appropriate.
6795
6796         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
6797         a pangoxft context if we have XFT and the environment
6798         variable GD_USE_XFT is set.
6799         
6800         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
6801         and also possibly an XftDraw structure.
6802
6803         * gtk/gtkfontsel.c: Handle the case where the font from the
6804         style doesn't match any of the fonts a bit better.
6805         
6806         * gtk/testgtk.c: Add tabs between directional segments for
6807         hebrew/arabic test. (Not really necessary, just a little
6808         prettier.)
6809
6810 2000-12-14  Havoc Pennington  <hp@redhat.com>
6811
6812         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
6813         reading a file
6814
6815 2000-12-14  Havoc Pennington  <hp@redhat.com>
6816
6817         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
6818         unused call to get_last_line()
6819
6820         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
6821         here until boxed is working (and maybe after that - we should
6822         really not gratuitously break old code)
6823
6824         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
6825         specific types for font_desc and tabs args, move them to
6826         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
6827         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
6828
6829         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
6830         use GTK_TYPE_POINTER for signal signatures as a hack-around
6831
6832         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
6833         PangoTabArray
6834
6835         * gtk/gtktextlayout.c (line_display_iter_to_index): 
6836         make static
6837         (line_display_index_to_iter): make static
6838
6839         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
6840         to marshal a string not a boxed
6841
6842         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
6843
6844         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
6845         since the UTF-8 isn't validated yet
6846
6847         * gtk/gtktextsegment.c (char_segment_check_func): don't require
6848         lines to end in '\n'
6849         
6850         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
6851         forward_to_delimiters, and grapheme boundaries
6852         (gtk_text_view_delete_from_cursor): properly handle non-newline
6853         delimiters, and grapheme boundaries
6854
6855         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
6856         to gtk_text_iter_forward_to_delimiters, and make it work properly
6857         if empty lines end with a character other than '\n'
6858
6859         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
6860         position
6861
6862 2000-12-15  Tor Lillqvist  <tml@iki.fi>
6863
6864         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
6865
6866         * gtk/gtk.def
6867         * gdk/gdk.def: Update.
6868
6869         * gdk/win32/gdkmain-win32.c
6870         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
6871         gdkmain-win32.c here.
6872
6873         * gdk/win32/makefile.mingw.in (all): No need to make
6874         gdk-win32res.o here, the makefile one step up will call us to make
6875         it.
6876
6877         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
6878         gdkkeys-win32.
6879
6880         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
6881
6882         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
6883         call to g_source_add().
6884
6885         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
6886         leak. Thanks to Andreas Kemnade.
6887
6888 2000-12-13  Havoc Pennington  <hp@pobox.com>
6889
6890         * gtk/gtktextbtree.h: Remove double _ in front of some functions
6891
6892         * gtk/gtktext*.[hc]: update accordingly
6893         
6894 2000-12-13  Havoc Pennington  <hp@pobox.com>
6895
6896         * gtk/gtktextbtree.h: Put _ in front of every function in this 
6897         header file
6898
6899         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
6900
6901 2000-12-13  Alex Larsson  <alexl@redhat.com>
6902
6903         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
6904         Add support for ps2 intellimouse.
6905
6906         * gdkkeyboard-fb.c:
6907         Move shift-F1 repaint handling to xlate handler only.
6908         
6909         * docs/README.linux-fb:
6910         Add imps2 to docs.
6911         Document the new refresh keys.
6912         
6913 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
6914
6915         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
6916
6917         * gtk/gtkbox.c: change property types from (u)long to (u)int for
6918         ::position and ::padding.
6919
6920         * gtk/gtkcontainer.c: make ::border_width an INT property.
6921
6922         * gtk/gtkpacker.c: make ::position an INT property.
6923
6924         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
6925         guard against NULL h/v scrollbars, since this is used at construction
6926         time.
6927
6928         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
6929         internal gtk_clist_constructor().
6930
6931         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
6932         gtk_ctree_constructor().
6933
6934         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
6935         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
6936
6937         * docs/reference/Makefile.am: fun stuff, disabled docs generation
6938         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
6939
6940         * gtk/gtkwidget.[hc]:
6941         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
6942         and gtk_widget_get().
6943         (gtk_widget_new): use g_object_new_valist().
6944         (gtk_widget_set): use g_object_set_valist().
6945
6946         * gtk/gtkobject.[hc]:
6947         removed gtk_object_arg_get_info(), gtk_object_getv(),
6948         gtk_object_query_args(), gtk_object_newv(),
6949         gtk_object_class_add_signals(),
6950         gtk_object_class_user_signal_new(),
6951         gtk_object_class_user_signal_newv(),
6952         gtk_object_arg_set(), gtk_object_arg_get(),
6953         gtk_object_args_collect(),
6954         gtk_object_default_construct(),
6955         gtk_object_constructed(),
6956         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
6957         removed nsignals, signals and n_args members from GtkObjectClass.
6958         (gtk_object_new): use g_object_new_valist().
6959         (gtk_object_set): use g_object_set_valist().
6960         (gtk_object_get): use g_object_get_valist().
6961         
6962         * gtk/gtkcompat.h: define gtk_object_default_construct().
6963         
6964         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
6965         g_object_new().
6966
6967         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
6968         fucntions, cleaned up method assignments (make sure your structures
6969         are setup properly before calling out). removed all GTK_CONSTRUCTED
6970         hacks ;)
6971
6972 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
6973
6974         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
6975         off-by-one error in checks. (Dave Lambert)
6976
6977 2000-12-12  Alexander Larsson  <alexl@redhat.com>
6978
6979         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
6980         Don't free gdk_fb_keyboard twice.
6981
6982 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
6983
6984         * gtk/testgtk.c:
6985         (create_tooltips): 
6986         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
6987         use GObject swapped_signal:: properties instead.
6988
6989         * gtk/gtkcellrenderertoggle.c: 
6990         * gtk/gtkcellrenderertextpixbuf.c: 
6991         * gtk/gtkcellrenderertext.c: 
6992         * gtk/gtkcellrendererpixbuf.c: 
6993         * gtk/gtkcellrenderer.c:
6994         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
6995         missing warnings for invalid property ids, install properties
6996         with g_object_class_install_property() now.
6997         
6998         * gtk/gtksignal.c:
6999         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
7000         
7001 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
7002         
7003         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
7004         to determine if a window is the focus widget within
7005         its toplevel.
7006
7007         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
7008         to be boolean.
7009
7010         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
7011         of the case where the container CAN_FOCUS to here instead
7012         of having it in each individual move-the-focus place.
7013
7014         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
7015         focusing to be geometric in a much more obvious sense. Arrowing
7016         around is still non-intuitive because it isn't perfect and
7017         because entries, etc, grab the arrow keys, but it at least
7018         usually will do what you expect now.
7019         
7020         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
7021         file.
7022
7023         * gtk/gtknotebook.c: Change tabs to be a single item in
7024         the focus chain. Make movement of focus on tabs with arrow
7025         keys wrap around.
7026         
7027         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
7028         CHECK_FIND_CHILD macro to give informative error messages
7029         instead of silent returns.
7030
7031         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
7032         flag since we handle GdkReturn on the tabs.
7033
7034         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
7035         windows rather than sending expose events directly.
7036
7037         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
7038         definition for GtkNotebookPage into .c file, since it is private.
7039
7040         * gtk/testgtk.c (create_notebook): Add option for 
7041         testing borderless notebook.
7042
7043         * gtk/testgtk.c (page_switch): Removed egregious poking
7044         around in GTK+ internals.
7045
7046         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
7047
7048         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
7049         properly through gtk_clist_focus. Make the title headers a
7050         single item in the tab-focus chain, and make left-right wrap
7051         around.
7052
7053         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
7054         focus method so that wrapping around works properly.
7055
7056         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
7057         that is handled for the widget now. 
7058
7059 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
7060
7061         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
7062         widgets as TOPLEVEL.
7063
7064         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
7065         TOPLEVEL widgets are containers.
7066
7067         * gtk/gtkinvisible.h: Remove useless include.
7068
7069 2000-12-11  Havoc Pennington  <hp@redhat.com>
7070
7071         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
7072         Handle chopping off \r\n and 0x2029 in addition to \n before
7073         passing to PangoLayout
7074
7075         * gtk/gtkimcontextsimple.c
7076         (gtk_im_context_simple_get_preedit_string): 
7077         return an empty string if no match is pending
7078
7079         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
7080         assertion that the returned preedit string was sane
7081
7082         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
7083         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
7084         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
7085
7086 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
7087
7088         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
7089         Fix up finalizer to chain to its parent.
7090
7091 2000-12-11  Alexander Larsson  <alexl@redhat.com>
7092
7093         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
7094         Clearified the difference between the keyboard types. Wrote a note
7095         about the magic sysrq key to get out of raw mode.
7096
7097 2000-12-09  James Henstridge  <james@daa.com.au>
7098
7099         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
7100         member to hold masks for detecting the start of a protocol packet.
7101         (mouse_devs): add packet start masks for ps2 and ms device types.
7102         Left the mask for fidmour blank, as I have no idea what it should
7103         be.
7104         (handle_mouse_io): skip bytes until we get to the start of a
7105         packet.  My Logitech mouse seems to be passing an extra NULL pad
7106         byte, and GPM does a similar thing here.
7107         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
7108         this is the ms mouse driver.
7109         (gdk_fb_mouse_ms_packet): fix up button handling, which was
7110         completely broken except for button1.  It was checking the wrong
7111         bit in the packet for the status of the right mouse button, and
7112         wrongly assuming right == button2 rather than 3.  I fixed that and
7113         also added support for middle button (button2).
7114
7115 2000-12-08  Havoc Pennington  <hp@redhat.com>
7116
7117         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
7118         that cause a segfault on text insertion
7119
7120         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
7121         warning
7122
7123         * gtk/gtktextiter.c (test_log_attrs): use
7124         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
7125
7126         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
7127         Get log attrs for a line, using a cache stored on the buffer
7128         
7129         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
7130         reported by Jeff Franks
7131
7132 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
7133
7134         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
7135         /dev/ttyS0 -> /dev/mouse
7136
7137 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
7138
7139         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
7140         Added dummy gdk_fontset_load.
7141
7142 2000-12-08  Alexander Larsson  <alexl@redhat.com>
7143
7144         * docs/README.linux-fb:
7145         * docs/Makefile.am:
7146         Initial GtkFB docs.
7147         
7148         * gdk/linux-fb/Makefile.am:
7149         Define GDK_DATA_PREFIX.
7150
7151         * gdk/linux-fb/gdkmain-fb.c:
7152         Fix typo.
7153         Change default display to /dev/fb0.
7154
7155         * gdk/linux-fb/gdkpango-fb.c:
7156         Add $(prefix)/share/fonts/ to font path.
7157         
7158 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
7159
7160         * gdk/linux-fb/gdkkeyboard-fb.c:
7161         New file containing the abstracted keyboard driver. Most code
7162         taken from gdkinput-ps2.c
7163
7164         * gdk/linux-fb/gdkinput-ps2.c:
7165         Removed file.
7166         
7167         * gdk/linux-fb/Makefile.am:
7168         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
7169
7170         * gdk/linux-fb/gdkcolor-fb.c:
7171         display->fb was renamed to display->fb_fd.
7172
7173         * gdk/linux-fb/gdkcursor-fb.c:
7174         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7175
7176         * gdk/linux-fb/gdkinput.c:
7177         Moved gdk_input_init here from gdkinput-ps2.c
7178
7179         * gdk/linux-fb/gdkmain-fb.c:
7180         display->fb was renamed to display->fb_fd.
7181         Now the tty and the console is opened here instead
7182         of in the keyboard driver. Also check GDK_VT to see what
7183         tty to open.
7184         Move gdk_beep () here from gdkinput-ps2.c
7185         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7186
7187         * gdk/linux-fb/gdkmouse-fb.c:
7188         Add header.
7189         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7190         Return correct keyboard modifiers.
7191         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
7192
7193         * gdk/linux-fb/gdkprivate-fb.h:
7194         Add tty and vt info to display.
7195         Add orignal modeinfo storage to display
7196         Update global functions
7197
7198         * gdk/linux-fb/gdkwindow-fb.c:
7199         Added gdk_fb_window_find_focus().
7200         gdk_mouse_get_info -> gdk_fb_mouse_get_info
7201
7202 2000-12-07  Havoc Pennington  <hp@pobox.com>
7203
7204         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
7205         function, noticed by Alex
7206
7207 2000-12-06  Elliot Lee  <sopwith@redhat.com>
7208
7209         * configure.in: Detect freetype properly
7210
7211         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
7212         above.
7213
7214 2000-12-06  Alexander Larsson  <alexl@redhat.com>
7215
7216         * gdk/linux-fb/Makefile.am:
7217         Add gdkmouse-fb.c
7218         
7219         * gdk/linux-fb/gdkmouse-fb.c:
7220         New file. Abstracted the mouse drivers a bit.
7221
7222         * gdk/linux-fb/gdkcursor-fb.c:
7223         The cursor hide/show functions was moved here from gdkinput-ps2.c.
7224
7225         * gdk/linux-fb/gdkinput-ps2.c:
7226         Removed old mouse handling code. Moved cursor handling code
7227         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
7228         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
7229         gdk_mouse_get_info.
7230
7231         * gdk/linux-fb/gdkmain-fb.c:
7232         Pass NULL pointers for x,y in gdk_mouse_get_info call.
7233
7234         * gdk/linux-fb/gdkprivate-fb.h:
7235         Removed public gdk_fb_find_common_ancestor, added and renamed
7236         functions for the new mouse handling code.
7237
7238         * gdk/linux-fb/gdkwindow-fb.c:
7239         Moved gdk_fb_window_send_crossing_events here. added global
7240         variable gdk_fb_window_containing_pointer. made
7241         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
7242         renamed to gdk_mouse_get_info.
7243
7244 2000-12-06  Alexander Larsson  <alexl@redhat.com>
7245
7246         * gdk/linux-fb/gdkevents-fb.c:
7247         Update to match latest gmain/gsource changes.
7248
7249         * gdk/linux-fb/gdkinput-ps2.c:
7250         Bogus gdk_keymap_get_entries_for_keycode implementation so that
7251         it links. Will be implemented later.
7252
7253 2000-12-03  Havoc Pennington  <hp@pobox.com>
7254
7255         * gdk/Makefile.am: add gdkkeys.[hc]
7256
7257         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
7258         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
7259
7260         * acconfig.h, configure.in: add checks and command line options
7261         for XKB
7262
7263         * gdk/x11/gdkkeys-x11.c: Implement the above functions
7264         
7265         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
7266         and group in the key event
7267
7268         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
7269         field with the low-level hardware key code, and a group
7270         field with the keyboard group
7271
7272         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
7273         and declare a couple globals used for keymap handling
7274         
7275         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
7276         hold down Shift-Control and type a hex number to get a Unicode 
7277         character corresponding to the hex number
7278         (gtk_im_context_simple_get_preedit_string): Fix cursor position
7279         (return bytes not chars)
7280
7281 2000-12-05  Elliot Lee  <sopwith@redhat.com>
7282
7283         * gdk/gdkcolor.h: Make GdkColor specify element sizes
7284         to avoid waste on 64-bit platforms.
7285
7286 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
7287
7288         * INSTALL: Fix link to PNG home, remove reference
7289         to fribidi.
7290
7291         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
7292         
7293         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
7294         tested.)
7295
7296         * gtk/gtkcheckmenuitem.c: Permanently turn on
7297         always_show_toggle.
7298
7299         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
7300         be NULL. (Vladimir Klebanov, #26545)
7301
7302         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
7303         some signed/unsigned comparison problems. (#6510,
7304         David Kaelbling)
7305
7306         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
7307         return type to boolean (Oskar Liljeblad, #18648)
7308
7309 2000-12-05  Alexander Larsson  <alexl@redhat.com>
7310
7311         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
7312         Remove bogus colormap setting.
7313
7314 2000-12-05  Alexander Larsson  <alexl@redhat.com>
7315
7316         * gdk/linux-fb/gdkcolor-fb.c:
7317         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
7318
7319         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
7320         Must set colormap.
7321         
7322 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
7323
7324         * docs/tutorial/gtk-tut.sgml: DND updates
7325
7326 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
7327
7328         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
7329         Remove old debug g_warning().
7330         (gdk_fb_draw_drawable): The src argument can be either a wrapper
7331         or an implementation, just pass the implementation to draw_drawable_2.
7332         
7333         * gdk/linux-fb/gdkprivate-fb.h:
7334         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
7335
7336         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
7337         clear and invalidate area when window is destroyed.
7338         (send_map_events): Remove old commented out code.
7339
7340 2000-12-05  Alexander Larsson  <alexl@redhat.com>
7341
7342         * gdk/linux-fb/gdkpango-fb.c:
7343         Use italic instead of oblique in font aliases.
7344         
7345         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
7346         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
7347         other unsupported functions.
7348
7349 2000-12-04  Havoc Pennington  <hp@redhat.com>
7350
7351         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
7352
7353         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
7354
7355         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
7356
7357         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
7358         hack to avoid infinite loops (synthetic expose event) - 
7359         Owen has more appropriate fixes in a branch he'll check in later.
7360
7361         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
7362         separator, CR, and CRLF as line ends
7363
7364         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
7365         into lines using pango_find_paragraph_boundary(); other bits of
7366         the widget are still going to be broken if the boundary isn't '\n'
7367         though
7368
7369 2000-12-04  Alexander Larsson  <alexl@redhat.com>
7370
7371         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
7372         multiply.
7373
7374         * gdk/linux-fb/gdkpango-fb.c:
7375         Copied some 26.6 scaling macros from pango to clean up the rounding.
7376         (pango_fb_font_get_glyph_info): Correct sign on x value.
7377
7378         * gdk/linux-fb/gdkprivate-fb.h:
7379         Removed unreferenced external functions.
7380
7381         * modules/linux-fb/Makefile.am: Use ` instead of '.
7382
7383         * modules/linux-fb/basic.c:
7384         Remove dead code. In particular the dummy lang engine which broke all
7385         pango layouts in GtkFB. Don't include tables-big.i anymore.
7386
7387         * modules/linux-fb/tables-big.i:
7388         Upgrade to latest version from pango. Left for reference, basic_ranges
7389         moved to basic.c.
7390         
7391 2000-12-04  Havoc Pennington  <hp@redhat.com>
7392
7393         Fix bugs Alex found:
7394         
7395         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
7396         to "draw"
7397
7398         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
7399
7400         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
7401
7402         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
7403         implementation in here, apparently the expose() implementation was
7404         dead code.
7405
7406 2000-12-04  Alexander Larsson  <alexl@redhat.com>
7407
7408         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
7409         Return positive descent.
7410
7411 2000-12-02  Havoc Pennington  <hp@pobox.com>
7412
7413         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
7414         method and signal
7415         
7416         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
7417         calls gdk_window_process_updates() to push the exposes through
7418         (gtk_widget_class_init): No more draw signal, no
7419         gtk_widget_real_draw()  
7420         
7421         * gtk/gtkbin.c (gtk_bin_draw): remove
7422
7423         * gtk/gtkbox.c (gtk_box_draw): remove
7424
7425         * gtk/gtkbutton.c (gtk_button_draw): remove
7426
7427         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
7428
7429         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
7430
7431         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
7432
7433         * gtk/gtkclist.c (gtk_clist_draw): remove
7434
7435         * gtk/gtkentry.c (gtk_entry_draw): remove
7436
7437         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
7438
7439         * gtk/gtkfixed.c (gtk_fixed_draw): remove
7440
7441         * gtk/gtkframe.c (gtk_frame_draw): remove
7442
7443         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
7444
7445         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
7446
7447         * gtk/gtklayout.c (gtk_layout_draw): remove
7448
7449         * gtk/gtklist.c (gtk_list_draw): remove
7450
7451         * gtk/gtklistitem.c (gtk_list_item_draw): remove
7452
7453         * gtk/gtkmenu.c (gtk_menu_draw): remove
7454
7455         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
7456
7457         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
7458
7459         * gtk/gtknotebook.c (gtk_notebook_draw): remove
7460
7461         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
7462
7463         * gtk/gtkpacker.c (gtk_packer_draw): remove
7464
7465         * gtk/gtkrange.c (gtk_range_draw): remove
7466
7467         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
7468
7469         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
7470
7471         * gtk/gtktable.c (gtk_table_draw): remove
7472
7473         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
7474
7475         * gtk/gtktext.c (gtk_text_draw): remove
7476
7477         * gtk/gtktextview.c (gtk_text_view_draw): remove
7478
7479         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
7480
7481         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
7482
7483         * gtk/gtktree.c (gtk_tree_draw): remove
7484
7485         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
7486
7487         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
7488
7489         * gtk/gtkviewport.c (gtk_viewport_draw): remove
7490
7491         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
7492
7493         * gtk/gtkvscale.c (gtk_vscale_draw): remove
7494
7495         * gtk/gtkwindow.c (gtk_window_draw): remove
7496
7497 2000-20-01  Anders Carlsson  <andersca@gnu.org>
7498
7499         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
7500         a GtkToggleButton is both insensitive and active, it was being
7501         drawn by the GtkButton draw handler which doesn't check the
7502         state. Now it's calling gtk_toggle_button_paint instead.
7503         
7504 2000-12-01  Havoc Pennington  <hp@redhat.com>
7505
7506         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
7507         dangling pointers to the appearance attributes from the 
7508         line display
7509
7510         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
7511         width/height to mean "full width/height of drawable"
7512
7513         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
7514         click to select word/line
7515         
7516         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
7517         when getting log attrs. Get a slice, so that pixmaps and stuff
7518         are properly handled.
7519
7520         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
7521         paste into the selection (replaces selection now, previously
7522         crashed or added to selection). Reveals longstanding btree bug -
7523         select multiple lines, middle-click on the selection, boom. This
7524         isn't related to my changes though.
7525
7526         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
7527         PangoLogAttrs changes
7528         (gtk_entry_move_backward_word): ditto
7529
7530         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
7531         functions return bool whether the iter moved onto a
7532         dereferenceable position.
7533  
7534         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
7535         functions for motion in terms of display lines.
7536
7537         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
7538         get the buffer a mark is inside
7539         
7540 2000-12-01  Alexander Larsson  <alexl@redhat.com>
7541
7542         * gdk/linux-fb/Makefile.am:
7543         * modules/linux-fb/Makefile.am:
7544         Freetype 2 final uses freetype-config
7545
7546         * gdk/linux-fb/gdkpango-fb.c:
7547         Upgrade to use Freetype 2 final.
7548         More flexible support for font aliases, this also fixes a bug with
7549         GtkFontSelector, as the aliases must be visible in the font/family list,
7550         or GtkFontSelector reads uninitialized memory.
7551
7552 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
7553
7554         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
7555         XGetIMValues to properly terminate variable argument list, and do
7556         NULL return check for ic_values and xim_styles.
7557
7558         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
7559         Restore preedit state after XmbResetIC().
7560         
7561         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
7562         XvaCreateNestedList() should take XvaNestedList, but not
7563         XvaNestedList*.
7564
7565         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
7566         preedit_draw_callback, preedit_caret_callback): Match
7567         "preedit-changed" signal name to "preedit_changed" to be
7568         consistent to the spec.
7569
7570         * gtk/gtkimcontextsimple.c (check_table):
7571         Match "preedit-changed" to "preedit_changed" to be consistent
7572         to the spec.
7573
7574 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
7575
7576         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
7577         gc->clip_region == NULL>
7578
7579 2000-11-30  Tor Lillqvist  <tml@iki.fi>
7580
7581         Changes by Hans Breuer:
7582         
7583         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7584         Dont't use negative width and height as max_hints. This fixes
7585         Owen's recent testgtk changes for win32.
7586
7587         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
7588         gdk_win32_hdc_release): These are exported and may be called with
7589         other drawable types than our GdkDrawableImplWin32 (?).
7590
7591         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
7592         so always #define USE_BACKING_STORE.
7593
7594         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
7595         of printf for debugging output.
7596
7597         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
7598         
7599         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
7600
7601         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
7602         declaration.
7603
7604         * gtk/gtktexttypes.h: Ditto.
7605
7606         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
7607         (GDK_VoidSymbol) also if in case of arg check failure.
7608
7609         * gtk/gtkimcontextsimple.c
7610         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
7611         position to the pointer, but to the variable it points to.
7612
7613         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
7614
7615         * gtk/gtk.def: Updates.
7616
7617 2000-11-29  Elliot Lee  <sopwith@redhat.com>
7618
7619         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
7620         GTK_TYPE_TREE_MODEL.
7621
7622 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7623
7624         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
7625         Set the size of the font from the description.
7626         (gdk_text_width): Gross hack that calculates the width
7627         of text by text_length * size/2. This is necessary because
7628         GtkLabel does some ugly gtk_string_width call to calculate
7629         an good size.
7630         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
7631
7632 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
7633
7634         * docs/tutorial/gtk-tut.sgml: DND updates
7635
7636 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7637
7638         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
7639         If you pass width or height == 0 to gdk_window_clear_area they
7640         should be calculated from the window size.
7641
7642 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7643
7644         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
7645         a grab, but no grab-cursor, use the cursor from the grabbed
7646         window. (gdk_fb_window_send_crossing_events): Send normal
7647         enter/leave notifications if grab and owner_events == TRUE.
7648
7649 2000-11-29  Alexander Larsson  <alexl@redhat.com>
7650
7651         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7652         Do implicit button grabs, even if the window doesn't
7653         want the event.
7654         (gdk_fb_window_send_crossing_events): If there is a
7655         grab, only the grabbed window gets normal enter/leave
7656         notifications. On ungrab go from grabbed window to current.
7657         Don't send any notification to b when propagating from c -> b.
7658         If setting a grab on window, don't set prev_window.
7659         (handle_mouse_input): Send enter/leave events to the window the
7660         mouse is over, not the grabbed one.
7661         
7662 2000-11-28  Elliot Lee  <sopwith@redhat.com>
7663
7664         * gdk/gdkregion-generic.c: Zap warning.
7665         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
7666         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
7667
7668 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
7669
7670         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
7671         The cursor should be hidden if it is part of either the
7672         source or destination region. Not only if it is in both.
7673         (gdk_window_set_transient_for): Silence warnings.
7674
7675 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7676
7677         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
7678         The default mode in X is Pie Arcs, therefore that is
7679         what Gtk+ uses.
7680
7681 2000-11-28  Alexander Larsson  <alexl@redhat.com>
7682
7683         * gdk/linux-fb/gdkinput-ps2.c:
7684         Implement correct EnterNotify/LeaveNotify:
7685         (gdk_fb_window_send_crossing_events): New function that sends
7686         all GdkCrossingEvents from the last mouse-window to the specified
7687         destination.
7688         (gdk_fb_window_visibility_crossing): Removed function.
7689         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
7690         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
7691         instead of gdk_window_get_pointer() for better readability.
7692
7693         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
7694         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
7695
7696         * gdk/linux-fb/gdkprivate-fb.h:
7697         removed gdk_fb_window_visibility_crossing, added
7698         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
7699
7700         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
7701         New function that finds the least common ancestor of two windows.
7702         (gdk_window_show, gdk_window_hide):
7703         Use gdk_fb_window_send_crossing_events.
7704         (gdk_fb_window_move_resize): Send configure events to toplevel
7705         windows. Use gdk_fb_window_send_crossing_events.
7706
7707 2000-11-27  Havoc Pennington  <hp@redhat.com>
7708
7709         * gtk/gtkprivate.h (enum): Remove a trailing comma
7710
7711 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
7712
7713         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
7714         the "changed" callback of the adjustment.  We need to redraw the
7715         spin button's arrows when the adjustment's range changes.
7716         (adjustment_changed_cb): Draw the arrows.
7717         (gtk_spin_button_value_changed): Draw the arrows.
7718
7719 2000-11-23  Alexander Larsson  <alexl@redhat.com>
7720
7721         * gdk/linux-fb/gdkselection-fb.c:
7722         Initial selection implementation.
7723
7724         * gtk/gtkselection.c:
7725         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
7726         requestor in gtk_selection_request.
7727         
7728         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
7729         Added gdk_selection_property atom.
7730
7731         * gdk/linux-fb/gdkprivate-fb.h:
7732         Export _gdk_selection_window_destroyed.
7733         Removed mask_off_x/y from GdkCursorPrivateFB.
7734         Removed hbearing, added top, left to PangoFBGlyphInfo.
7735
7736         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
7737         Call _gdk_selection_window_destroyed
7738         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
7739         the root window has been created.
7740         (static_dx_hack, static_dy_hack, compare_draw_rects,
7741         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
7742         in region. They are already sorted. Instead just traverse them in
7743         reverse if draw_direction < 0.
7744         
7745         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
7746         Double-clicks must be sent after the normal button_press.
7747         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
7748         
7749         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
7750         Pass _gdk_fb_screen_gc instead of NULL.
7751
7752         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
7753         Initialize gdk_selection_property.
7754         (gdk_event_make): Remove unused code.
7755
7756         * gdk/linux-fb/gdkcursor-fb.c:
7757         Make the pixmap for the cursor the same size as the mask. Also remove
7758         the mask_off_x/y fields in GdkCursorPrivateFB and combine
7759         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
7760         Now the whole cursor is visible.
7761
7762         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
7763         Fix bug where xdest+height instead of ydest+height was used
7764         to calculate if the source and dest overlapped. This fixes the
7765         redraw bug when the main window in testgtk was scrolled when
7766         partially covered by a tall window.
7767         Copy rectangles in region in order depending on draw_direction.
7768         Also moved the draw_direction flipping of start_y and end_y into
7769         the gc functions, as this might not be what all of them want.
7770         (gdk_fb_draw_lines): Support dashed lines.
7771         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
7772         so that the text is positioned correctly (was 1 pixel high).
7773
7774         gdk/linux-fb/gdkgc-fb.c:
7775         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
7776         all lines were drawn a pixel to short. Also checked the default of
7777         the rest of the values, and they're the same as X now.
7778
7779         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
7780         Clean up pixel positioning of the glyphs. Just use bgy->top and
7781         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
7782         to all divisions to get correct rounding behaviour.
7783
7784         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
7785         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
7786         Moved start_y/end_y flip into draw_drawable implementations.
7787         Flip also x rendering when draw_direction < 0.
7788         Remove unneccesary multiply with draw_direction.
7789
7790 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
7791
7792         * docs/tutorial/gtk-tut.sgml:
7793           - get rid of gtk_toggle_button_toggled FUD
7794           - start DND section - needs work - based on:
7795                 http://wolfpack.twu.net/docs/gtkdnd/
7796
7797 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7798
7799         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
7800         Correct calculation of font metrics. Now GtkEntrys have sane
7801         size.
7802
7803 2000-11-22  Alexander Larsson  <alexl@redhat.com>
7804
7805         * gdk/gdktypes.h:
7806         Add new type GdkSpan
7807         
7808         * docs/reference/gdk/gdk-sections.txt,
7809         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
7810         gdk/gdkregion.h:
7811         Implement and document gdk_region_spans_intersect_foreach.
7812
7813         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
7814         Add new file gdkrender-fb.c which contains all core
7815         rendering code.
7816         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
7817         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
7818         (optimized rectangle fillers).
7819
7820         * gdk/linux-fb/gdkdrawable-fb2.c:
7821         Move all rendering code to gdkrender-fb.c.
7822         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
7823         Use the new span intersection functions in gdk_fb_fill_spans.
7824         gdk_fb_draw_rectangle() clips filled rectangles and calls
7825         gc->fill_rectangle with the result.
7826         gdk_fb_fill_spans() gets extra argument "sorted".
7827
7828         * gdk/linux-fb/gdkevents-fb.c:
7829         Remove unused includes and defines.
7830         New function gdk_fb_get_time() to get correct time for events.
7831
7832         * gdk/linux-fb/gdkinput-ps2.c:
7833         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
7834         Make sure to set the time of all events.
7835
7836         * gdk/linux-fb/gdkmain-fb.c:
7837         Use gdk_fb_get_time ().
7838
7839         * gdk/linux-fb/gdkprivate-fb.h:
7840         New virtual GC calls: fill_span & fill_rectangle.
7841         Export gdk_fb_get_time().
7842         gdk_fb_fill_spans() gets extra argument "sorted".
7843
7844         * gdk/linux-fb/mi*.c:
7845         Use GdkSpan instead of GdkRectangle.
7846         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
7847         from XFree 4 source)
7848         
7849 2000-11-22    <jrb@redhat.com>
7850
7851         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
7852         reversing the order in an if statement will do.  Doing so managed
7853         to make the treemodelsort half work.  Other half will follow after
7854         I get the insert function fully fixed.
7855
7856 2000-11-21  Elliot Lee  <sopwith@redhat.com>
7857         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
7858         more than 2 bits. Besides, I need to implement an evil hack. :)
7859
7860 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
7861
7862         * docs/tutorial/gtk-tut.sgml: minor corrections
7863
7864 2000-11-20  Jonathan Blandford <jrb@redhat.com>
7865         * gtk/gtktreemodelsort.h: Add convertion functions to let you
7866           convert to and from relative path's and iters.
7867
7868         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
7869           testing sorting functions a bit better.  Currently broken -- will
7870           fix in morning.
7871
7872 2000-11-20  Havoc Pennington  <hp@redhat.com>
7873
7874         * gtk/gtkwidget.c: Documented a bunch of functions in here
7875         (gtk_widget_realize): Warn if you try to realize
7876         a widget with no parent that isn't a toplevel
7877         (gtk_widget_intersect): return a gboolean
7878
7879 2000-11-20  Havoc Pennington  <hp@redhat.com>
7880
7881         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
7882         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
7883         scrolling to be implemented in GDK to finish. Also, right now
7884         we just size_allocate all children on every layout change,
7885         which is pretty lame. Test commented out of testtext.c, 
7886         until it works better.
7887
7888 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
7889
7890         * gdk/linux-fb/gdkdrawable-fb2.c:
7891         Removed unused arguments from gdk_fb_drawable_get_pixel().
7892
7893         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
7894         Renamed fidur specific mouse packet data in MouseDevice to
7895         generic. Used it in ps2 mouse handling code to avoid blocking
7896         reads.
7897
7898 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
7899
7900         * demos/gtk-demo/main.c: Changed to have the list become
7901         non-italic when the demo window is destroyed through an external
7902         event (like a close button).  Doing so found three bugs in the
7903         widget.
7904
7905         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
7906
7907         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
7908         we actually set the cell.
7909
7910         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
7911
7912         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
7913         free a leaked path.  Thanks memprof.
7914
7915 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
7916
7917         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
7918         off-by-one error when destroying allocated segments
7919         on failure. (Elliot)
7920
7921 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
7922
7923         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
7924         memleaks found by Evan Martin.
7925
7926 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
7927
7928         * Released 1.3.2
7929         
7930         * NEWS: Updates for 1.3.2
7931
7932 2000-11-17  Tor Lillqvist  <tml@iki.fi>
7933
7934         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
7935         but in general for window system specific events.
7936
7937         * gtk/gtk.def
7938         * gtk/makefile.mingw.in
7939         * gtk/makefile.msc.in: Update.
7940         
7941         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
7942
7943 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
7944
7945         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
7946         distribute gtk.immodules.
7947
7948         * gtk/Makefile.am (install-data-local): Don't install the
7949         gtk.immodules file created for the uninstalled modules;
7950         instead run gtk-query-immodules after install
7951
7952 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
7953
7954         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
7955         -rpath to the right install location.
7956
7957         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
7958         -export-dynamic.
7959
7960         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
7961         properly.
7962
7963 2000-11-15  Havoc Pennington  <hp@pobox.com>
7964
7965         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
7966         patch from Mikael Hermansson to temporarily stop blinking while
7967         the user is using the keyboard to type or navigate. 
7968
7969         Also, when blinking, stay on for longer than we stay off. Also,
7970         return from start_cursor_blink if !cursor_visible, to save
7971         checking that flag all over the place before we call
7972         start_cursor_blink.
7973
7974 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
7975
7976         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
7977         only contain a "fontset" line, which is now ignored.
7978
7979         * gtk/gtkentry.c (gtk_entry_button_release): Make 
7980         double-click-to-select-word work.
7981         
7982 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
7983
7984         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
7985         Don't move back one char when we are actually at the end of the 
7986         paragraph.
7987
7988 2000-11-15  Robert Brady  <robert@suse.co.uk>
7989
7990         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
7991         'o' < 'p'.
7992         
7993         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
7994         bind_textdomain_codeset.
7995
7996         (gtk_init_check): Make the warning about translating default:LTR
7997         sterner.
7998         
7999 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
8000
8001         * **/Makefile.am : remove unecessary rules for win32-specific
8002         config-substituted targets. If you want these rules, use
8003         --enable-maintainer-mode (called automatically by autogen.sh).
8004         Stops a lot of unneccessary make-time warnings.
8005
8006         * gtk/gtktext{layout,display}.c: Factor in total width as
8007         well as screen when figuring alignment for word-wrap as well as
8008         no wrap; this is necessary to handle lines that cannot be wrapped
8009         at all.
8010
8011 2000-11-15  Havoc Pennington  <hp@redhat.com>
8012
8013         * gtk/testtext.c: Implement essential color cycling feature
8014
8015 2000-11-15  Havoc Pennington  <hp@redhat.com>
8016
8017         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
8018         when we invalidate the main window.
8019
8020         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
8021         GtkTextView will now invalidate the side windows for us when text
8022         changes.
8023
8024 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
8025
8026         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
8027         unconditionally, since we may need to update the horizontal
8028         scrollbars even if the height didn't change.
8029
8030         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
8031         the extra attrs, since some of them affect size.
8032
8033         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
8034         x_offset correctly.
8035
8036 2000-11-15  Havoc Pennington  <hp@redhat.com>
8037
8038         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
8039         don't move the first line out into the margin, instead move the
8040         whole paragraph in order to make space for the first line within 
8041         the margin
8042
8043 2000-11-15  Havoc Pennington  <hp@redhat.com>
8044
8045         * gtk/gtktextview.c (changed_handler): offset redraw rect by
8046         xoffset in addition to yoffset, so horizontal scrolling doesn't
8047         break redraws
8048
8049 2000-11-15  Havoc Pennington  <hp@redhat.com>
8050
8051         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
8052         from the cursor
8053         (render_layout_line): fix reversed test that caused weird
8054         underlines to get drawn
8055
8056 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
8057
8058         * gdk/linux-fb/gdkprivate-fb.h:
8059         Fix debug macros.
8060         
8061 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
8062
8063         * gdk/linux-fb/gdkprivate-fb.h:
8064         Added virtual functions set_pixel, get_color,
8065         fill_span and draw_drawable to the GC.
8066         Added global _gdk_fb_screen_gc to use instead of
8067         NULL when drawing to the screen.
8068         Added _gdk_fb_gc_calc_state() prototype.
8069
8070         * gdk/linux-fb/gdkgc-fb.c:
8071         Call _gdk_fb_gc_calc_state() on any gc state change.
8072
8073         * gdk/linux-fb/gdkglobals-fb.c:
8074         Add _gdk_fb_screen_gc
8075                 
8076         * gdk/linux-fb/gdkdrawable-fb2.c:
8077         _gdk_fb_gc_calc_state() calculates best functions
8078         for the GC state and depth.
8079         Moved bpp specialized code to separate functions.
8080         Added optimized 24 bpp AA draw_drawable.
8081
8082         * gdk/linux-fb/gdkevents-fb.c:
8083         Silence gcc warning.
8084
8085         * gdk/linux-fb/gdkimage-fb.c:
8086         Use _gdk_fb_screen_gc
8087
8088         * gdk/linux-fb/gdkwindow-fb.c:
8089         Init and use _gdk_fb_screen_gc
8090
8091         * gdk/linux-fb/mitypes.h:
8092         Remove unused types.
8093
8094 2000-11-14  Havoc Pennington  <hp@pobox.com>
8095
8096         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
8097         to pixels
8098
8099 2000-11-14  Havoc Pennington  <hp@pobox.com>
8100
8101         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
8102
8103         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
8104         unknown char, no real reason we were using a variable. 
8105         Remove gtk_text_unknown_char variable. Fix all the text widget
8106         files accordingly.
8107
8108         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
8109         since the Unicode spec seems to prefer that character for our
8110         purposes.
8111
8112 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
8113
8114         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
8115         value of g_getenv() isn't freeable, so g_strdup it.
8116
8117         * modules/input/inuktitut.c: Inuktitut input method.
8118
8119         * modules/input/Makefile.am: Build this.
8120         
8121 2000-11-14  Elliot Lee  <sopwith@redhat.com>
8122
8123         * gtk/Makefile.am: Install gtk.immodules, needed for operation
8124         of gtk programs.
8125
8126 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
8127
8128         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
8129         reversed > that was causing Home to go to end of previous line.
8130
8131         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
8132         modified-keypresses (leave for bindings.)
8133
8134         * modules/input/Makefile.am: Remove useless -export-dynamic
8135         from module LDFLAGS.
8136
8137 2000-11-14  Havoc Pennington  <hp@redhat.com>
8138
8139         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
8140         higher.
8141
8142         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
8143         account. Also, render rise, underline, background, etc. for
8144         pixbufs as well as text. Also, draw underlines one pixel higher.
8145
8146         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
8147         PangoAttribute for the rise, so it gets drawn properly. Also,
8148         add the GtkTextAppearance attribute for pixbuf/widget segments
8149         as well; we should go ahead and have rise, underline, background,
8150         stipple work for those
8151
8152         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
8153         Pango
8154
8155 2000-11-15  Tor Lillqvist  <tml@iki.fi>
8156
8157         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
8158
8159         * gtk/gtk.def: Update.
8160
8161         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
8162         included.
8163         (gtk_rc_get_im_module_file): Use run-time installation directory
8164         on Win32.
8165
8166         * gdk/win32/rc/gdk.rc: Remove.
8167         * gdk/win32/rc/gdk.rc.in: New file.
8168         * gdk/win32/rc/Makefile.am: New file
8169         * gdk/win32/Makefile.am: Corresponding changes.
8170
8171         * gtk/gtk.rc: Remove.
8172         * gtk/gtk-win32.rc.in: New file.
8173         * gtk/Makefile.am: Corresponding changes.
8174
8175         * configure.in: Corresponding changes.
8176
8177         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
8178         has a built gtkcompat.h. Developers using CVS code on Win32 can
8179         hand-edit it from gtkcompat.h.in.
8180
8181         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
8182         gtkcompat.h from gtkcompat.h.win32.
8183
8184 2000-11-14  Havoc Pennington  <hp@redhat.com>
8185
8186         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
8187         to default to GDK_ACTION_MOVE if the drag is within a single
8188         widget. Defaults to GDK_ACTION_COPY between widgets.
8189
8190 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
8191
8192         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
8193
8194         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
8195
8196         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
8197         srcdir != builddir
8198
8199         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
8200
8201         * configure.in (GTK_VERSION): Up to 1.3.2
8202
8203         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
8204         gtkimcontextxim.h
8205
8206         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
8207         missing doc comment.
8208
8209 2000-11-14  Alexander Larsson  <alexl@redhat.com>
8210
8211         * modules/linux-fb/basic.c:
8212         Use the glib iconv wrappers.
8213
8214 2000-11-13  Havoc Pennington  <hp@pobox.com>
8215
8216         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
8217         still more bugs.
8218
8219         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
8220         scroll the GdkWindows before realization.
8221
8222 2000-11-13  Havoc Pennington  <hp@redhat.com>
8223
8224         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
8225         where GC didn't always get updated properly
8226
8227         * demos/gtk-demo/textview.c (create_tags): Use subattributes
8228         of fonts instead of setting the entire font
8229
8230         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
8231         setting entire font
8232
8233         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
8234
8235         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
8236         a bunch of individually-settable font attributes. You can still 
8237         use the "font" and "font_desc" args, they just set all the font
8238         attributes at once.
8239
8240 2000-11-13 Elliot Lee <sopwith@redhat.com>
8241
8242         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
8243
8244 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
8245
8246         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
8247         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
8248
8249         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
8250         work better.
8251
8252 2000-11-13  Havoc Pennington  <hp@redhat.com>
8253
8254         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
8255         the module file.
8256
8257         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
8258         dest->language
8259
8260         * gtk/testtext.c: Test pixels above/below/inside paragraphs
8261         settings
8262
8263         * gtk/gtktextview.c: Implement object args and setters/getters for
8264         all the aspects of the GtkTextAttributes that are not set from
8265         GtkWidget attributes. This is spacing, justification, margins,
8266         etc.
8267
8268         (gtk_text_view_set_arg)
8269         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
8270         args
8271         (gtk_text_view_class_init): Add args for justify, left_margin,
8272         right_margin, indent, and tabs
8273         
8274
8275         * gtk/gtktextlayout.c (set_para_values): fix to display indent
8276         attribute properly
8277
8278         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
8279         replace with indent attribute
8280
8281         * gtk/gtktextlayout.c (set_para_values): multiply indent by
8282         PANGO_SCALE
8283
8284         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
8285         rearranging code to do that
8286         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
8287         i.e. don't subtract the top_margin first, just to keep
8288         all margin-futzing in one place.
8289
8290         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
8291
8292         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
8293         special case of last line, Pango now handles this itself.
8294         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
8295         Y coordinate
8296         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
8297         (find_display_line_above): wasn't moving the byte index as it
8298         iterated over lines, so always returned byte 0. Also, port to use
8299         PangoLayoutIter.
8300         (find_display_line_below): same problem as
8301         find_display_line_above. Also, port to use PangoLayoutIter.
8302
8303 2000-11-13  Alexander Larsson  <alexl@redhat.com>
8304
8305         * gdk/linux-fb/*.[ch]:
8306         Massive reindent to gtk+ standard. My hands hurt.
8307
8308         * gdk/linux-fb/gdkcolor-fb.c:
8309         Move GdkColorPrivateFB from inherited to windowing_data
8310
8311         * gdk/linux-fb/gdkcursor-fb.c:
8312         _gdk_cursor_new_from_pixmap made static
8313
8314         * gdk/linux-fb/gdkdnd-fb.c:
8315         GdkDragContextPrivate moved to windowing_data
8316
8317         * gdk/linux-fb/gdkdrawable-fb2.c:
8318         Removed endian.h, use glib endianness macros instead
8319         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
8320         and GDK_DRAWABLE_IMPL_FBDATA
8321
8322         * gdk/linux-fb/gdkfont-fb.c:
8323         Add empty gdk_font_load(). Needed for linking of Gtk+.
8324
8325         * gdk/linux-fb/gdkimage-fb.c:
8326         Removed endian.h, use glib endianness macros instead
8327         Moved GdkImagePrivateFB to windowing_data
8328         gdk_image_new_bitmap didn't always allocate enough
8329         memory.
8330
8331         * gdk/linux-fb/gdkinput-ps2.c:
8332         Added semi-working support for MS serial mice.
8333
8334         * gdk/linux-fb/gdkprivate-fb.h:
8335         s/GdkWindowPrivate/GdkWindowObject/
8336         Removed GdkWindowPrivate typedef
8337         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
8338         Removed GDK_DRAWABLE_P
8339         Move GdkColorPrivateFB from inherited to windowing_data
8340         Moved GdkImagePrivateFB to windowing_data
8341
8342         * gdk/linux-fb/gdkvisual-fb.c:
8343         Removed some unused debug code.
8344
8345         * gdk/linux-fb/gdkwindow-fb.c:
8346         Use stock cursors instead of including X headers.
8347         s/GdkWindowPrivate/GdkWindowObject/
8348
8349         * gdk/linux-fb/mitypes.h:
8350         Removed unused types.
8351
8352         * modules/linux-fb/basic.c:
8353         Use the pango fribidi wrappers.
8354
8355 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
8356
8357         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
8358         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
8359         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
8360         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
8361         GEqualFunc where applicable.
8362         
8363         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
8364         pango_font_description_equal as changed in pango.
8365         
8366         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
8367
8368         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
8369
8370         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
8371
8372         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
8373
8374         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
8375
8376         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
8377
8378         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
8379         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
8380
8381         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
8382         gtk_rc_styles_compare -> gtk_rc_styles_equal.
8383
8384 2000-11-12  Havoc Pennington  <hp@pobox.com>
8385
8386         * demos/gtk-demo/Makefile.am (democodedir): change demo install
8387         dir to datadir/gtk+-2.0/demo
8388
8389         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
8390         sorts of text widget and Pango font bugs. Urgh.
8391
8392         * demos/gtk-demo/Makefile.am (demos): Add textview.c
8393
8394         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
8395         tree that you should double click to see the demo. Fix 
8396         types of variables to reflect changed return values from 
8397         GtkTreeStore and GtkTreeViewColumn constructors.
8398
8399         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
8400         newly-created buffer to prepare for GObject semantics
8401
8402         * gtk/testtext.c: don't leak the buffer with GObject semantics
8403
8404         * gtk/testtextbuffer.c: ditto
8405         
8406 2000-11-12  Havoc Pennington  <hp@pobox.com>
8407
8408         Rename this testgtk to gtk-demo to avoid confusion, and 
8409         install it so people can use it as a supplement to 
8410         the documentation.
8411         
8412         * demos/gtk-demo: Moved from demos/testgtk
8413
8414         * demos/testgtk: Removed
8415
8416         * configure.in: make Makefile in gtk-demo
8417         
8418         * demos/gtk-demo/Makefile.am: Install sample source to 
8419         datadir/gtk-demo (maybe there's a better place?), and 
8420         rename the binary to gtk-demo
8421         
8422         * demos/gtk-demo/main.c (load_file): Load installed sample
8423         source if source isn't found in pwd.
8424
8425 2000-11-09  Havoc Pennington  <hp@pobox.com>
8426
8427         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
8428         argument to set the char displayed when visibility == FALSE
8429         (gtk_entry_create_layout): If !entry->visible, replace 
8430         all chars with the "invisible char"
8431
8432         * gtk/testgtk.c: Test the invisible_char deal
8433         
8434 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
8435
8436         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
8437         can't get a native font in the right encoding.
8438
8439 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
8440
8441         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
8442         respectively.
8443
8444 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
8445
8446         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
8447         Fix warning when moving between paragraphs.
8448
8449         * gtk/gtkentry.[ch]: Change move => move_cursor, 
8450         delete => delete_from_cursor, insert => insert_at_cursor
8451
8452 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
8453
8454         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
8455
8456         * modules/input/imthai-broken.c: A Thai input method for use if
8457         Thai keys are really generating Latin1 keysyms.
8458
8459         * modules/input/Makefile.am: Build these.
8460
8461 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
8462
8463         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
8464         g_filename_{to,from}_utf8 now takes an extra parameter.
8465
8466         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
8467         strftime into UTF-8.
8468
8469         (column_from_x, gtk_calendar_paint_day_names): Support RTL
8470         calendars.
8471
8472         (gtk_calendar_paint_day_names): Draw day names in the right 
8473         place.
8474         
8475 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
8476
8477         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
8478         problem with using result of g_get_charset() backwards -
8479         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
8480
8481         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
8482         negative min_width/height and max_width/height to
8483         mean "requisition"; this allows setting a window
8484         to be user-resizable in only one direction easily.
8485
8486         * gtk/testgtk.c (create_main_window): Remove hard-coded
8487         usize - set a default size in the vertical direction.
8488
8489 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
8490
8491         * gtk/gtkrange.c: Add some missing casts. Support 
8492         2 and 3 button clicks on the arrows to mean 
8493         "move by pages" and "jump to end". (Like gtkspinbutton)
8494
8495 2000-11-12 Hans Breuer <Hans@Breuer.Org>
8496
8497         * gdk/win32/makefile.msc : reflect build module changes
8498
8499         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
8500         from GdkPixmap*, cast implementation member instead.
8501
8502         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
8503         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
8504         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
8505         more Gdi functions return value checking. 
8506         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
8507         GdkImagePrivateWin32 *.
8508
8509         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
8510         menus useable again. Add #pragma message to keep reminded on this issue.
8511         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
8512         windows. This allows to enable backing store on Win32!
8513
8514         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
8515         in drawable is of impl type. Correct specific type checks appropriate.
8516  
8517         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
8518         GDK_WINDOW_DESTROYED before allocating new resources.
8519
8520         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
8521
8522         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
8523         (gdk_window_foreign_new) initialize parent handle.
8524         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
8525
8526         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
8527         Let the GDI invalidate the window on MoveWindow call to fix scrolling
8528         problems (e.g. main buttons in testgtk). 
8529
8530 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
8531
8532         * gtk/gtkentry.c (gtk_entry_key_press): Call 
8533         gtk_widget_activate for GDK_Return.
8534
8535         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
8536         of preedit cursor position.
8537
8538 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
8539
8540         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
8541         static.
8542
8543 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
8544
8545         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
8546         out support for multiple locales; that simple doesn't
8547         work reliably with current Xlib
8548
8549         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
8550         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
8551         Add support for positioning the cursor within the preedit string.
8552
8553 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
8554
8555         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
8556         at XIM input method module.
8557
8558         * gtk/gtktextview.c: Check for bindings after passing
8559         events to im context filter.
8560
8561 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
8562
8563         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
8564         empty attribute lists properly.
8565
8566 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
8567
8568         * gtk/queryimmodules.c (main): Return non-zero exit
8569         status if errors were encountered querying any
8570         modules.
8571
8572         * modules/input/Makefile.am (moduledir): remove
8573         leftover bin program target.
8574
8575         * docs/make-todo: Fix typo in error message.
8576
8577 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
8578
8579         * configure.in: Add modules/input/Makefile
8580
8581 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
8582
8583         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
8584         don't include gtkthemes.h.
8585
8586         * gtk/testgtk.c gtk/testtext.c: Set environment variables
8587         to point
8588
8589         * gtk/Makefile.am: Add new .c and .h files, build 
8590         gtk-query-immodules and use it to create a gtk.immodules
8591         file for use of test programs.
8592
8593         * gtk/gtkpreview.c: remove extra blank line.
8594
8595 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
8596
8597         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
8598         Add the ability to add extra tables beyond the default
8599         one, and also the ability to have compose sequences 
8600         that are prefixes of other compose sequences. 
8601
8602         * gtk/gtkimcontextsimple.c: Export a preedit string which
8603         consists of possible candidates for keystrokes that have
8604         been entered but not yet committed.
8605
8606         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
8607         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
8608
8609         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
8610         Add a function to add input-method switching menu items
8611         to a menu.
8612
8613         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
8614         when switching input methods.
8615
8616         * gtk/gtkimcontextsimple.[ch]: Change the format of
8617         the compose table to allow compose tables of different
8618         lengths / sequence.
8619
8620 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
8621
8622         * gtk/gtkimmodule.[ch]: Support routines for loading
8623         GtkIMContext implementations dynamically at runtime.
8624
8625         * modules/input/imcyrillic-translit.c: A sample input
8626         method (based on GtkIMContextSimple with an extra table),
8627         which demonstrates preedit strings and the module
8628         system for input modules
8629
8630         * gtk/queryimmodules.c: Program to query the available
8631         input modules and write the results into a file.
8632          
8633         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
8634         extra config options "im_module_file" (cache file for
8635         input method modules), and "im_module_path" - path
8636         to look for modules when generating cache file.
8637
8638         This doesn't scale.
8639
8640 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
8641
8642         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
8643         generic code from gtkthemes into a new abstraction
8644         GtkModule which has the logic for implementing
8645         a loadable module which implements a number of 
8646         GObject types.
8647
8648 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
8649
8650         * gtk/gtkeditable.[ch]: Convert GtkEditable from
8651         a class into an interface  
8652         
8653         * gtk/gtkoldeditable.[ch]: Move the old editable
8654         implementation into here, so legacy widgets can
8655         still rely on the implemenation. GtkOldEditable
8656         exports GtkEditable. Make selection handling
8657         code use new text conversion functions (and
8658         handle UTF-8 as a side-effect). Use GtkClipboard
8659         for CLIPBOARD.
8660
8661         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
8662         Adopt to match above changes.
8663
8664         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
8665         avoid GtkOldEditable implementation. Restructure
8666         to reduce number of places that modify state directly.
8667         Move to GtkBindingSet. Display the preedit string.
8668         Queue recomputation of PangoLayout and scroll position
8669         to improve effiency of doing complex changes naively.
8670         Add a menu with cut/copy/paste and input method selection.
8671
8672 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
8673
8674         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
8675         to set preedit string and attributes; display preedit string by
8676         inserting string and attributes at cursor when creating the
8677         GtkTextLineDisplay.
8678
8679         * gtk/gtktextlayout.c: Move all conversions between byte
8680         positions in PangoLayout and GtkTextIter into new functions
8681         line_display_iter_to_index/index_to_iter that properly
8682         handle the preedit string.
8683
8684         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
8685         it to return const char * (eventually will end up
8686         as GCONST char *, most likely.)
8687
8688         * gtk/gtktextview.[ch]: Handle the preedit string, call
8689         gtk_im_context_reset() as necessary, add a menu to switch
8690         input methods.
8691         
8692         * gtk/gtktextlayout.[ch]: Remove useless
8693         gtk_text_layout_get_log_attrs() function.
8694
8695 2000-11-11  Tor Lillqvist  <tml@iki.fi>
8696
8697         * gdk/gdk.def
8698         * gtk/gtk.def: Update.
8699
8700         * gdk/win32/*.c: Add last argument to g_type_register_static()
8701         calls.
8702
8703         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
8704
8705         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
8706         generated by older wheel mouse drivers. Get the correct y
8707         coordinate from WM_MOUSEWHEEL messages.
8708
8709         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
8710         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
8711         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
8712         Debugging functions.
8713
8714         * gdk/win32/gdkprivate-win32.h: Declare them.
8715
8716         * gdk/win32/gdkinput-win32.h: Add declaration for
8717         gdk_input_window_destroy().
8718
8719         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
8720
8721 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
8722
8723         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
8724         function to help handle keeping things in sync.
8725
8726 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
8727
8728         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
8729         BOXED marshallers.
8730
8731         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
8732         (gtk_list_store_class_init): use the new BOXED marshallers.
8733
8734         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
8735         new_with_values to new_with_types.
8736         (gtk_tree_store_get_column_type): add this.
8737         (gtk_tree_store_class_init): use the new BOXED marshallers.
8738
8739         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
8740         mirror some POINTER marshallers.
8741
8742 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
8743
8744         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
8745         allow more interesting iterators.  Also, made the lifecycle of
8746         iterators more explicit.
8747
8748         * gtk/gtktreemodelsort.[ch]: New model for sorting.
8749
8750         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
8751         types.
8752
8753 2000-11-09  Alexander Larsson  <alexl@redhat.com>
8754
8755         * demos/testgtk/menus.c:
8756         Changes to make the new testgtk compile after
8757         gtk_menu_append was removed.
8758
8759         * gdk/linux-fb/gdkdrawable-fb2.c
8760         (gdk_fb_get_depth, gdk_fb_get_visual,
8761         gdk_drawable_impl_fb_class_init): Implement
8762         these drawable functions. Now GtkImages work again.
8763
8764         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
8765
8766         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
8767         
8768         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
8769         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
8770         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
8771         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
8772
8773 2000-11-08  Havoc Pennington  <hp@pobox.com>
8774
8775         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
8776         visible_set args, don't know where these had gone, I thought they
8777         used to be there
8778
8779         * gtk/testtext.c: Add a menu item to apply invisibility tag;
8780         now we can test the feature and see that it's totally broken.
8781
8782 2000-11-08  Havoc Pennington  <hp@pobox.com>
8783
8784         Make DND copy pixbufs and tags when source and target share a 
8785         tag table.
8786         
8787         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
8788         in-process GTK_TEXT_BUFFER_CONTENTS target
8789         (gtk_text_view_drag_data_received): Paste from
8790         GTK_TEXT_BUFFER_CONTENTS if we receive it.
8791
8792 2000-11-08  Alexander Larsson  <alexl@redhat.com>
8793
8794         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
8795         API changes.
8796
8797         * gtk/gtkmenu.c: Add support for scrolling menus.
8798         Remove gtk_menu_append/prepend/insert, these have been moved to
8799         gtkcompat.h as #defines.
8800
8801         * gtk/gtkcompat.h.in:
8802         Add compatibility #defines for gtk_menu_append/prepend/insert
8803
8804         * gtk/gtkmenu.h: Add data needed for scrolling menus.
8805         GtkMenuPositionFunc gets an extra argument push_in.
8806         gtk_menu_append/prepend/insert removed.
8807         
8808         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
8809         positioning behaviour to fit to scrolling menus.
8810
8811         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
8812         into menuitem->submeny. That is wrong, and broke torn
8813         off submenus of torn off menus, since they were unrealized
8814         when the first menu was unrealized.
8815
8816         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
8817         gtk_menu_shell_select_item() since these need to be overridden in
8818         GtkMenu.
8819
8820         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
8821         positioning behaviour to fit to scrolling menus.
8822         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
8823         the current item so that it is prelighted when the menu pops up.
8824         This is a workaround to the fact that the menu doesn't get the
8825         initial enter event (due to grabs).
8826
8827         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
8828         s/gtk_menu_append/gtk_menu_shell_append/
8829
8830         * gtk/gtknotebook.c:
8831         s/gtk_menu_insert/gtk_menu_shell_insert/
8832
8833         * gtk/testgtk.c (create_menu, create_menus):
8834         Create the first menu with 50 items so that menu scrolling
8835         can be tested.
8836         
8837         
8838         Patch from Jonathan Blandford  <jrb@redhat.com>
8839
8840         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
8841         system to handle size requests.  First, we ask what the size of
8842         the toggle is.  Then, when allocating the size, we allocate the
8843         toggle_size first.  This way we can have multiple menu-item
8844         classes w/o needing a seperate class for each.
8845
8846         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
8847         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
8848
8849         * gtk/gtkcheckmenuitem.c
8850         (gtk_check_menu_item_toggle_size_request): New function to handle
8851         the toggle size-request.
8852
8853 2000-11-07  Havoc Pennington  <hp@redhat.com>
8854
8855         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
8856         Half-ass somewhat fix this function, so that scrolling to the
8857         insertion point works. Pango hacking is in the future to really
8858         fix it.
8859
8860         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
8861         length of data, no longer used.
8862
8863         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
8864         method contents in here, get rid of destroy method
8865         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
8866         that were backward. Remove debug spew.
8867         (cut_or_copy): Make the clipboard work with insert_range to
8868         preserve tags and pixbufs, not just the primary selection.
8869
8870 2000-11-07  Havoc Pennington  <hp@redhat.com>
8871
8872         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
8873         to gtk_text_mark_get_visible
8874
8875         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
8876         bug that was generating an invalid iterator
8877
8878         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
8879         ensure_char_offsets() in front of code placing the iter in an
8880         invalid state.
8881
8882         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
8883         make override_location arg const
8884         (paste): Replace the selection if we paste into the 
8885         current selection
8886
8887         * gtk/gtkselection.h: Remove "GtkSelectioData"
8888         (struct _GtkSelectionData): move the definition here.
8889
8890         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
8891         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
8892
8893         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
8894
8895         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
8896         (gtk_text_buffer_insert_range_interactive): implement
8897         (gtk_text_buffer_get_tags): Remove, replaced by
8898         gtk_text_iter_get_tags()
8899
8900         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
8901         limit parameter, to avoid infinite linear scan.
8902         (gtk_text_iter_backward_search): Add search limit
8903         (gtk_text_iter_forward_find_char): Add search limit
8904         (gtk_text_iter_backward_find_char): Add search limit
8905
8906 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
8907
8908         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
8909         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
8910         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
8911         gdk/linux-fb/gdkwindow-fb.c:
8912         use g_object_new() instead of g_type_create_instance() which
8913         is a private function for fundamental type implementations.
8914
8915         * gdk/linux-fb/gdkinput-ps2.c:
8916         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
8917         instead just store the current modifier state. Add a (somewhat broken)
8918         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
8919         Rename exported function gdk_input_ps2_get_mouseinfo to
8920         gdk_input_get_mouseinfo.
8921
8922         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
8923         gdk/linux-fb/gdkwindow-fb.c:
8924         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
8925         
8926
8927 2000-11-02  Havoc Pennington  <hp@redhat.com>
8928
8929         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
8930         use stock buttons. Should be 100% source compatible, appropriate
8931         filesel fields now point to dialog->vbox and dialog->action_area.
8932         On the bizarre side, dialog->action_area and filesel->action_area
8933         are not the same widget.
8934         (gtk_file_selection_init): Put some padding around the selection
8935         entry, so it isn't touching the GtkDialog separator.    
8936
8937         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
8938         use stock buttons, etc. Should also be source compatible.
8939         Set the dialog default title in _init not _new().
8940         
8941         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
8942         Use stock buttons; don't put a button box inside the existing
8943         dialog button box. Don't bother with push/pop colormap anymore.
8944
8945         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
8946         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
8947         for message dialog, and necessary for the font selection and color
8948         selection with help and apply buttons.
8949         
8950         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
8951         to the created button widget. Set GTK_CAN_DEFAULT on the button.
8952         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
8953         between buttons, put less padding around the action area.
8954         (gtk_dialog_run): Exit on unmap rather than on destroy. 
8955         This will also exit the loop if the widget is hidden.
8956         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
8957         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
8958         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
8959         special-case delete event.
8960
8961         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
8962         formatting
8963         
8964 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
8965
8966         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
8967         button to temporarily disable position recording in the
8968         "saved position" test.
8969
8970 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
8971
8972         * gtk/gtkthemes.c: added compat code that temporarily implements
8973         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
8974         going to be revamped by owen's upcoming GtkModule patches, but
8975         untill then people want gtk to build, right? ;)
8976
8977 2000-11-04  Havoc Pennington  <hp@pobox.com>
8978
8979         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
8980         list
8981
8982         * docs/Changes-2.0.txt: Add note about
8983         gtk_container_get_toplevels()
8984
8985         * gtk/gtktextview.h: formatting
8986         
8987         * gtk/gtktextview.c: don't start descriptions with "Returns",
8988         confuses gtk-doc
8989
8990 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
8991
8992         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
8993         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
8994
8995 2000-11-03  Havoc Pennington  <hp@redhat.com>
8996
8997         * gtk/gtktexttagtable.c: Docs
8998         (gtk_text_tag_table_size): return a signed int
8999
9000         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
9001         (gtk_text_tag_event): make the event_object a GObject
9002
9003         * gtk/gtktextview.c: Write API docs for all functions.
9004
9005         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
9006         for gtk_text_view_get_window_type() called on one of the private
9007         windows.
9008
9009         * gtk/gtktextview.c: Instead of accessing text_view->buffer
9010         directly, call get_buffer() which demand-creates a default
9011         buffer. So gtk_text_view_new() can be used to create a view with a
9012         default buffer in it, if you just want an empty text box users can
9013         put data in. Useful for GUI builders also.
9014
9015 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
9016
9017         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
9018         the charset encodign portion MUST be in lowercase.
9019         * gtk/gtkrc.az: added file for Azeri language
9020
9021 2000-11-03  Havoc Pennington  <hp@redhat.com>
9022
9023         Get widgets working on the btree/buffer side. Display of them 
9024         still doesn't work.
9025         
9026         * gtk/gtktextview.c: start implementing child widget stuff
9027
9028         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
9029
9030         * gtk/gtktextlayout.c: handle embedded widgets
9031
9032         * gtk/gtktextdisplay.c: handle embedded widgets
9033
9034         * gtk/gtktextchild.c: Implement all the child anchor goo
9035
9036         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
9037         function
9038
9039         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
9040         (insert_pixbuf_or_widget_segment): abstract out common portions of 
9041         creating a child anchor or a pixbuf segment.
9042         (gtk_text_btree_create_child_anchor): new function
9043         (gtk_text_btree_unregister_child_anchor): new function
9044
9045         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
9046         allocate_child signal on GtkTextLayout
9047
9048         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
9049         values
9050         (gtk_text_iter_get_child_anchor): new function
9051
9052         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
9053         default handler for the changed signal, which calls
9054         gtk_text_buffer_set_modified(), instead of just always emitting
9055         changed then calling set_modified() manually. I guess this is
9056         maybe more flexible. It seems logical.
9057
9058 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
9059
9060         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
9061         now.
9062
9063         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
9064
9065 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
9066
9067         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
9068         been marked static.
9069
9070 2000-11-02  Havoc Pennington  <hp@redhat.com>
9071
9072         * gtk/testgtk.c (create_labels): had a test backward
9073
9074         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
9075         fields, so the dest GC ends up with the correct clip origin, 
9076         etc. Fixes a bug where colored labels didn't redraw 
9077         properly.
9078
9079 2000-11-02  Alexander Larsson  <alexl@redhat.com>
9080
9081         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
9082         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
9083         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
9084         Add last argument to t_type_register_static call.
9085         
9086         * gdk/linux-fb/gdkdrawable-fb2.c:
9087         Add last argument to t_type_register_static call.
9088         export the get_image drawable virtual function.
9089
9090         * gdk/linux-fb/gdkimage-fb.c:
9091         Add last argument to t_type_register_static call.
9092         rename gtk_image_get to _gdk_fb_get_image and
9093         export it for use by gdkdrawable-fb2.
9094
9095         * gdk/linux-fb/gdkprivate-fb.h:
9096         export _gdk_fb_get_image.
9097
9098         * gdk/linux-fb/gdkselection-fb.c:
9099         Add new api call stubs.
9100
9101         * gtk/Makefile.am:
9102         Missing ( in linux-fb part.
9103
9104         * modules/linux-fb/Makefile.am:
9105         Must link with gdk_pixbuf or get unresolved symbol.
9106
9107 2000-11-01  Havoc Pennington  <hp@pobox.com>
9108
9109         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
9110         GTK_TYPE_TEXT_ITER and BOXED marshallers
9111
9112         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
9113
9114         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
9115         
9116         * gtk/gtk-boxed.defs: add GtkTextIter
9117
9118         * gtk/gtkmarshal.list: Add marshallers for text widget that 
9119         properly use OBJECT and BOXED
9120
9121 2000-11-01  Havoc Pennington  <hp@redhat.com>
9122
9123         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
9124
9125         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
9126         before returning it. 
9127         
9128 2000-11-01  Havoc Pennington  <hp@redhat.com>
9129
9130         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
9131         Clip the rectangle to be rendered to the drawable, since
9132         get_from_drawable() requires a region within the drawable
9133
9134 2000-11-01  Havoc Pennington  <hp@redhat.com>
9135
9136         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
9137         from coordinates.
9138
9139 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
9140
9141         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
9142         it isn't NULL.
9143
9144 2000-11-01  Havoc Pennington  <hp@pobox.com>
9145
9146         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
9147         on a label
9148         (gtk_label_finalize): unref the attr list if any.
9149
9150         * gtk/testgtk.c (create_get_image): close test on second click
9151         (make_message_dialog): close dialog if it exists
9152
9153         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
9154
9155         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
9156         gdk-pixbuf
9157
9158         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
9159         from Pango markup format
9160         (gtk_label_set_markup_with_accel): ditto but with accelerator
9161         parsing
9162
9163         * gtk/gtkimage.c (gtk_image_expose): reformatting.
9164
9165         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
9166         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
9167         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
9168         call gdk_window_get_origin().
9169
9170         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
9171         implement GDK_PIXBUF_ALPHA_FULL
9172         
9173 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
9174
9175         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
9176         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
9177         g_signal_handlers_disconnect_matched to block/unblock and disconnect
9178         multiple handlers respectively, instead of only treating the
9179         first handler found (bug reported by owen).
9180
9181 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
9182
9183         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
9184
9185         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
9186
9187         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
9188         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
9189         gtk/gtktreeviewcolumn.h: Fixed inline docs.
9190
9191         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
9192         widget.  Needs writing someday.
9193
9194         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
9195         the docs.
9196
9197 2000-10-30  Havoc Pennington  <hp@redhat.com>
9198
9199         * gtk/gtktextview.h, gtk/gtktextview.c:
9200         Rename delete_at_cursor delete_from_cursor, and 
9201         move to move_cursor.
9202
9203 2000-10-30  Havoc Pennington  <hp@redhat.com>
9204
9205         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
9206         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
9207         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
9208         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
9209         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
9210         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
9211         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
9212         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
9213         gtktexttypes.h, gtktextview.c, gtktextview.h:
9214
9215         Massive reindentation and reformatting. Arg alignment and comments
9216         still need fixing in various places.
9217
9218 2000-10-30  Havoc Pennington  <hp@redhat.com>
9219
9220         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
9221         to be named insert_at_cursor and delete_at_cursor so C++ can
9222         handle them.
9223
9224 2000-10-28  Tor Lillqvist  <tml@iki.fi>
9225
9226         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
9227         to get a double directory separator in case the home directory
9228         ends with one. This would cause trouble especially on Windows,
9229         where the path will be confused with the syntax for an an UNC
9230         (network share) path \\server\share\path.
9231         (gtk_rc_add_initial_default_files): Ditto.
9232
9233 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
9234
9235         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
9236
9237         * gtk/gtktextview.c: Use correct marshallers.
9238
9239 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
9240
9241         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
9242         use new iter stuff, and added all the appropriate signals et al.
9243
9244         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
9245         code is internal to gtk only.
9246
9247 2000-10-28  Tor Lillqvist  <tml@iki.fi>
9248
9249         * gtk/gtk.def
9250         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
9251         glib-genmarshal etc.
9252
9253 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
9254
9255         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
9256         parallel builds.
9257
9258 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
9259
9260         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
9261
9262 2000-10-27  Robert Brady  <robert@suse.co.uk>
9263
9264         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
9265         en_GB (British), ia (Interlingua).
9266
9267 2000-10-26  Havoc Pennington  <hp@redhat.com>
9268
9269         * gtk/gtktextiter.c (my_strrstr): fix constness warning
9270
9271         Fixed output of:
9272         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
9273         
9274         * gtk/gtktextsegment.c (char_segment_new): rename
9275         (_char_segment_new_from_two_strings): rename
9276         (_toggle_segment_new): rename
9277         
9278         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
9279         (make_clipboard_widget): make it static
9280         (text_get_func): static
9281         (text_clear_func): static
9282
9283         * gtk/gtkcolorsel.c (adjustment_changed): make this function
9284         static
9285         (hex_changed): make it static
9286         (hsv_changed): make it static
9287         (opacity_entry_changed): make it static
9288
9289         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
9290         (toggle_segment_check_func): rename with _gtk
9291
9292         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
9293         (_widget_segment_new): rename
9294         (_widget_segment_add): rename
9295         (_widget_segment_remove): rename
9296         (_widget_segment_ref): rename
9297         (_widget_segment_unref): rename
9298
9299         * gtk/gtktextmark.c (_mark_segment_new): Rename
9300         _gtk_mark_segment_new   
9301
9302 2000-10-26  Havoc Pennington  <hp@redhat.com>
9303
9304         * gtk/gtkmarshal.list: add new marshallers used by the text widget
9305         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
9306         types
9307
9308         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
9309         marshaller types
9310
9311         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
9312         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
9313         license on these files.
9314
9315         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
9316         work.
9317
9318         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
9319         runtime random number different for each tree, instead of 
9320         a constant I made up.
9321
9322 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
9323
9324         * gtk/Makefile.am: buncha cleanups, kludged build sources
9325         dependencies with a Makefile: oldest-source-stamp dependancy
9326         for the moment. automake is really fighting us here, with
9327         intentionally not allowing user-defined rules or dependancies
9328         prior to it's -include $(DEP_FILES) statement. sucks rocks!
9329
9330         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
9331         to public headers. tehy have a comment stating that they are
9332         "semi-public" aren't included by gtk.h and if enums popup there,
9333         they can be /*< skip >*/-ed.
9334
9335         * gtk/gtktextlayout.h: 
9336         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
9337         added LGPL... <SIGH>
9338
9339 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
9340
9341         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
9342         GtkTreeIter.  Added iterators everywhere.
9343
9344         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
9345
9346         * gtk/gtktreeviewselection.c: Changed to use the iterators.
9347
9348         * gtk/gtktreestore.c: Changed to use the iterators.
9349
9350         * gtk/gtkliststore.c: Commented out the code.  Will convert to
9351         iterators tomorrow.
9352
9353         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
9354         iterators tomorrow.
9355
9356         * gtk/treestoretest.c: Changed to use iterators.
9357
9358         * demos/testgtk/main.c: Moved to use the new iterator system.
9359
9360 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
9361
9362         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
9363         localization misbehaviour.
9364
9365         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
9366         a useless type without copy/free.
9367
9368         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
9369         of GTK_TYPE_CTREE_NODE.
9370
9371 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
9372
9373         * gtk/gtksignal.c:
9374         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
9375         applicable.
9376
9377         * gtk/gtk-boxed.defs (GtkSelectionData): specify
9378         gtk_selection_data_copy and gtk_selection_data_free
9379         do GtkSelectionData work as params in signals.
9380
9381 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
9382
9383         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
9384         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
9385         couldn't they at least give it a non-standard name?
9386         
9387         * gtk/gtktextlayout.c: arg! yet another implementation of
9388         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
9389
9390         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
9391         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
9392         home. now i know this _is_ a conspiracy.
9393
9394         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
9395         ::state-changed.
9396
9397         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
9398         (gtk_accel_group_create_add): marshaller signature fixups.
9399
9400         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
9401         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
9402
9403         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
9404         anymore.
9405
9406 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
9407
9408         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
9409         due to the signal system changes, it wouldn't build currently. to
9410         be fixed soon.
9411
9412         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
9413
9414         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
9415         so it needs gtk_marshal_VOID__ENUM() instead of
9416         gtk_marshal_NONE__UINT().
9417
9418         * gdk/gdk*.c: adapted type registration functions.
9419
9420         * gtk/gtkbindings.c:
9421         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
9422         gone.
9423
9424         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
9425
9426         * gtk/gtkobject.c:
9427         (gtk_object_destroy):
9428         (gtk_object_shutdown): fixed recursion guards. basically we have to
9429         catch the case where any of GObject.shutdown() or gtk_object_destroy()
9430         is called during ::destroy, and avoid recursion there.
9431
9432         * gtk/gtktypeutils.c:
9433         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
9434         boxed_copy/boxed_free. this needs a more general solution based on a
9435         publically installed code-generator utility.
9436
9437         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
9438         glib's gobject has support for that now.
9439         define GtkSignalMarshaller in terms of GSignalCMarshaller.
9440
9441 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
9442
9443         * gtk/gtksignal.[hc]:
9444         * gtk/gtkmarshal.[hc]:
9445         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
9446         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
9447         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
9448         care of that.
9449
9450         * *.c: marshaller name fixups.
9451
9452         * gtk/gtkmarshal.list: added a comment briefing the format.
9453
9454 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
9455
9456         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
9457         compatibility macros here now. more specifically, most of
9458         the API is preserved (yes, _most_, nonwithstanding the
9459         following exceptions listed, the API is stil lHUGE ;)
9460         things that got removed completely:
9461         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
9462         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
9463         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
9464         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
9465         gtk_signal_remove_emission_hook().
9466         non-functional functions variants:
9467         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
9468         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
9469         not supported anymore.
9470         (gtk_signal_compat_matched): new internal function to aid
9471         implementation of the compatibility macros, it  provides
9472         functionality to block/unblock/disconnect handlers based
9473         on func/data.
9474
9475         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
9476
9477         * *.c: adaptions to new type registration API signatures.
9478
9479 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
9480
9481         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
9482
9483 2000-10-25  Robert Brady  <robert@suse.co.uk>
9484
9485         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
9486         gdk_property_delete): If window == NULL, assume the root window.
9487         (restoring the behaviour that was in 1.2).
9488         
9489         * gtk/testtext.c (save_buffer): Allow creation of new files when
9490         saving.
9491
9492         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
9493         calls to read().
9494
9495 2000-10-25  Tor Lillqvist  <tml@iki.fi>
9496
9497         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
9498
9499         * gdk/win32/gdkdrawable-win32.c
9500         * gdk/win32/gdkimage-win32.c
9501         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
9502         X11 backend.
9503
9504         * gdk/win32/gdkcc-win32.c
9505         * gdk/win32/gdkcolor-win32.c
9506         * gdk/win32/gdkfont-win32.c
9507         * gdk/win32/gdkinput-win32.c
9508         * gdk/win32/gdkmain-win32.c
9509         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
9510
9511 2000-10-24  Havoc Pennington  <hp@redhat.com>
9512
9513         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
9514         it a static function
9515
9516         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
9517         redraw text when a tag is applied to it.
9518
9519         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
9520         (gtk_text_tag_affects_nonsize_appearance): private functions to
9521         see if a tag requires various kinds of redraw/layout to be queued
9522         up.
9523
9524         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
9525
9526         * gtk/testtext.c (fill_example_buffer): Put the cursor 
9527         at the start of the buffer, so search works by default
9528
9529         * gtk/gtktextiter.c (lines_match): init match_start always
9530
9531         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
9532         function, get iter at a line + a byte index
9533
9534         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
9535         to set byte position within a line
9536         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
9537
9538 2000-10-23  Havoc Pennington  <hp@redhat.com>
9539
9540         * gtk/testtext.c: Re-enable the "find" dialog
9541
9542         * gtk/testgtk.c: Add test for gdk_drawable_get_image
9543         
9544         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
9545         the arguments to gdk_draw_drawable were in the wrong order
9546         (gdk_window_paint_init_bg): This function was ignoring the
9547         init_region, instead of clipping to it, so the entire backing
9548         pixmap was cleared on every begin_paint()
9549         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
9550         was in here again, the loop kept using the same GtkWindowPaint
9551         over and over.
9552         (gdk_window_begin_paint_region): Fix a bug where we had two
9553         x_offset instead of x_offset and y_offset
9554
9555         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
9556         before we get the image.
9557         (gdk_draw_drawable): get the composite before we draw the drawable.
9558         (gdk_drawable_real_get_composite_drawable): default
9559         get_composite_drawable implementation that returns the drawable 
9560         itself
9561
9562         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
9563         get_composite_drawable virtual function
9564
9565         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
9566         list-walking bug
9567
9568         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
9569         make this work if the source drawable is a GdkDrawableImplX11
9570         instead of a public drawable type. This is really broken; the
9571         problem is that GdkDrawable needs a virtual method get_xid(), but
9572         of course that doesn't work in practice. Enter RTTI.
9573
9574         Also, improve mismatched depth message.
9575
9576         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
9577         GdkPixmap
9578
9579         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
9580         install _gdk_x11_get_image as our implementation of get_image
9581         
9582         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
9583         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
9584
9585         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
9586         gdk_drawable_get_image
9587
9588         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
9589
9590         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
9591         get_image
9592
9593         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
9594         trailing semicolon after for loop
9595
9596 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
9597
9598         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
9599         where font_desc for widget's context lagged widget's font_desc by
9600         one step.
9601
9602 2000-10-22  Tor Lillqvist  <tml@iki.fi>
9603
9604         * gdk/win32/gdkgc-win32.c
9605         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
9606
9607         * gtk/makefile.mingw.in
9608         * gtk/gtk.def: Updates.
9609
9610         * gtk/testgtk.c: sleep() is called _sleep in MS's C
9611         library.
9612
9613         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
9614
9615         * gtk/makefile.msc: Remove
9616
9617         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
9618
9619         * gtk/Makefile.am: Add it.
9620
9621         * configure.in: Generate it.
9622
9623         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
9624         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
9625         something even if not implemented, to satisfy picky MSVC.
9626
9627         Patches by Hans Breuer:
9628         
9629         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
9630         SetBkMode() and SetTextAlign() before calling
9631         pango_win32_render().
9632
9633         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
9634         Set hcliprgn to NULL after destroying it.
9635         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
9636
9637         * gdk/win32/gdkgeometry-win32.c
9638         (_gdk_windowing_window_queue_antiexpose): More effective
9639         implementation.
9640
9641         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
9642         depth as default, not the visual's.
9643
9644         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
9645         against empty title.
9646
9647         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
9648         IMAGE_PRIVATE_DATA.
9649
9650         * gdk/win32/gdkimage-win32.c: Use it.
9651
9652 2000-10-22  Robert Brady  <robert@suse.co.uk>
9653
9654         * configure.in: Check for bind_textdomain_codeset
9655
9656         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
9657         present, make use of it.
9658
9659         Add a translatable string "default:LTR" which, if translated
9660         to "default:RTL", will cause the default direction to be
9661         Right-to-Left.
9662
9663         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
9664         direction if marked as flippable.
9665
9666         * gtk/gtkhscale.c: Mark widget as flippable.
9667         
9668 2000-10-04  Havoc Pennington  <hp@redhat.com>
9669
9670         * gtk/testgtk.c (create_buttons): create some stock buttons
9671         with the default accel group
9672         (create_image): test some new GtkImage features
9673         (make_message_dialog): test GtkMessageDialog
9674         (create_modal_window): fix someone's bizzarro indentation
9675
9676         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
9677         GTK_WIN_POS_CENTER_ON_PARENT. 
9678         Add "destroy with parent" setting, which means the window goes
9679         away with its transient parent.
9680         (gtk_window_get_default_accel_group): get the default accel group
9681         for the window.
9682         (gtk_window_set_destroy_with_parent): set/unset destroy with
9683         parent flag
9684         (gtk_window_read_rcfiles): invalidate icon set caches
9685         after reloading rcfiles 
9686
9687         * gtk/gtkenums.h (GtkWindowPosition): add
9688         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
9689         on its parent window when the dialog is mapped for the first time.
9690
9691         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
9692         a simple message dialog class
9693         
9694         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
9695         handler to emit response signal, and maybe later it would
9696         honor a hide_on_delete flag - though that isn't there yet.
9697         Set border width on the vbox to 2, so we get some padding.      
9698         Use a button box for the action area.
9699         (gtk_dialog_key_press): synthesize a delete event if Esc
9700         is pressed and the GtkWidget key press handler didn't 
9701         handle the escape key.
9702         (gtk_dialog_new_with_buttons): new function creates a dialog
9703         with some default buttons in it.
9704         (gtk_dialog_add_action_widget): add an activatable widget
9705         as a button in the dialog - you can also add a non-activatable
9706         widget by accessing the action area directly.
9707         (gtk_dialog_add_button): add a simple button - stock ID or 
9708         label - to the action area
9709         (gtk_dialog_response): emit response signal
9710         (gtk_dialog_run): block waiting for the dialog, return 
9711         the response. Override normal delete_event behavior, so that 
9712         delete_event does nothing inside gtk_dialog_run().
9713
9714         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
9715         emitted when an action widget is clicked or the dialog gets
9716         delete_event
9717
9718         * gtk/gtk.h: add gtkmessagedialog.h
9719
9720         * gtk/Makefile.am: add gtkmessagedialog.[hc]
9721
9722 2000-10-18  Havoc Pennington  <hp@redhat.com>
9723
9724         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
9725         where any number of empty lines would get skipped
9726
9727         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
9728         edge.
9729
9730         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
9731         warning about invalid iterators (explain more thoroughly)
9732         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
9733
9734         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
9735         big
9736
9737         * demos/*.c: Add error handling
9738
9739         * gtk/gtktextbuffer.c: don't modify const iterators
9740
9741         * gtk/gdk-pixbuf-loader.c: Add full error handling here
9742
9743         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
9744         on file load
9745
9746         * gtk/gtkiconfactory.c: Update to reflect addition of error
9747         handling to gdk-pixbuf loaders
9748
9749 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
9750
9751         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
9752         move to new modularized testgtk.
9753
9754 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
9755
9756         * gtk/gtktreeview.c: Draw the arrows correctly.
9757
9758         * gtk/gtktreemodel.c: Added user docs.
9759
9760         * gtk/gtk.h: remove gtktreedatalist.h.
9761
9762         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
9763         parent when generating my type.
9764
9765         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
9766         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
9767
9768 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9769
9770         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
9771         GtkTreeModel from object to interface.
9772
9773 2000-10-16  Havoc Pennington  <hp@redhat.com>
9774
9775         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
9776         compilation
9777
9778 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
9779
9780         * gtk/gtktreeselection.c: Add API documentation to all public
9781         functions.
9782
9783         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
9784         functions.
9785
9786 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
9787
9788         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
9789         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
9790         docs to all public functions.
9791
9792         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
9793         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
9794         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
9795         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
9796         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
9797         issue.
9798
9799 2000-10-14  Robert Brady  <robert@suse.co.uk>
9800
9801         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
9802
9803 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
9804
9805         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
9806         values other then G_TYPE_STRING.
9807         * gtk/gtktreeselection.c: Minor commenting updates.
9808         * gtk/gtktreeview.c: Format updates.
9809
9810 2000-10-09  Tor Lillqvist  <tml@iki.fi>
9811
9812         * README.win32: Update.
9813
9814         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
9815         lines that had been deleted by mistake (?).
9816
9817         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
9818         also the case fg==white and bg==black (but still not randomly
9819         coloured cursors). Thanks to Wolfgang Sourdeau.
9820
9821         * gdk/win32/*.c: Silence gcc -Wall.
9822
9823         * gtk/gtk.def: Add missing entry points.
9824
9825         Fixes by Hans Breuer:
9826
9827         * gdk/makefile.msc
9828         * gdk/win32/makefile.msc: Update.
9829
9830         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
9831         some MSVC thing, presumably), cause breakpoint on failures. Add
9832         GDK_NOR case. Call g_log_set_always_fatal.
9833
9834         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
9835         should be pased by reference.
9836         
9837         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
9838         
9839         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
9840
9841         * gdk/win32/gdkevents-win32.c
9842         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
9843
9844         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
9845         implementation object.
9846
9847         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
9848         not just windows.
9849         
9850         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
9851         Use the wrapper object.
9852         
9853 2000-10-06  Havoc Pennington  <hp@redhat.com>
9854
9855         * Makefile.am (SRC_SUBDIRS): contrib subdir
9856
9857         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
9858         so it can be used in Xlib version
9859
9860         * demos/testpixbuf.c (update_timeout): error checking from 1.0
9861         tree
9862
9863         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
9864         change from 1.0 tree that returns first frame of animation
9865         if the loaded file is an animation.
9866
9867         * contrib: add new directory to hold stuff that comes with GTK+
9868         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
9869         
9870         * configure.in: add contrib/*
9871
9872 2000-10-05  Havoc Pennington  <hp@redhat.com>
9873
9874         * demos/testpixbuf-save.c: add pixbuf save test
9875
9876         * demos/Makefile.am: add testpixbuf-save.c
9877
9878 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
9879
9880         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
9881         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
9882         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
9883         * gtk/gtktreeselection.[ch]: Replaced
9884         "node_selected"/"node_unselected" signal with "selection_changed"
9885         signal.
9886
9887 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9888
9889         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
9890         tree widget.
9891
9892 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
9893
9894         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
9895         drawing.
9896
9897 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
9898
9899         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
9900         Move list pointer forwards before removing item from
9901         list. (Crash reported by Salmaso Raffaele)
9902
9903         * gdk/gdkwindow.h: Remove spurious trailing ,
9904
9905         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
9906         dependencies on uninstalled libraries, sorry folks.
9907
9908 2000-10-04  Havoc Pennington  <hp@redhat.com>
9909
9910         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
9911         gtk/gtkiconfactory.c: Fix copyrights    
9912
9913         * demos/testpixbuf.c: add inline pixbuf test
9914         
9915 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
9916
9917         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
9918         Add gdk_window_iconify.
9919
9920         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
9921         (gdk_window_set_geometry_hints): Add win_gravity
9922         to geometry structure.
9923
9924         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
9925         Implement _NET_WM_PING.
9926
9927         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
9928         Set _NET_WM_PID on the client leader.
9929
9930         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
9931         Handle UTF-8 better.
9932
9933         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
9934         UTF-8 better, set _NET_WM_NAME as well. Only set
9935         icon name if it hasn't previously been explicitely 
9936         set.
9937
9938 2000-10-03  Havoc Pennington  <hp@redhat.com>
9939
9940         * gtk/testtextbuffer.c: clean up trailing whitespace,
9941         add extensive tests for tag toggle iteration.
9942         
9943         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
9944         distance
9945
9946         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
9947         optimize case where the tag root is on level 1
9948         (gtk_text_line_previous_could_contain_tag): attempt to implement
9949         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
9950         functionality
9951
9952         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
9953         Implement this, though not very efficiently.
9954
9955         * gtk/gtktextiterprivate.h: reformat
9956
9957         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
9958         iterator
9959
9960         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
9961         this to properly revalidate the iterators.
9962
9963         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
9964         properly at the end of the line (and therefore on empty lines)
9965
9966         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
9967         maybe we should return a value...
9968
9969 2000-10-03  Tor Lillqvist  <tml@iki.fi>
9970
9971         * config.h.win32: Guard definition of alloca(). glib.h now handles
9972         that.
9973
9974         * gdk/gdk.def
9975         * gtk/gtk.def: Add new entry points.
9976
9977         Changes just to make GTK+ build without errors on Win32. No hope
9978         of it working in its current state, though...:
9979         
9980         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
9981         some functions from the X11 backend, just to make GTK+ build.
9982
9983         * gdk/makefile.mingw.in
9984         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
9985         number. Add new object files.
9986
9987         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
9988         GetMessageTime to get timestamp (where on X11 uses
9989         gdk_x11_get_server_time()).
9990
9991 2000-10-02  Havoc Pennington  <hp@pobox.com>
9992
9993         * gtk/gtktextview.c: text_window_* weren't static and should have
9994         been.
9995         Start work on child widgets; not yet complete, syncing to 
9996         office computer.
9997
9998         * gtk/gtktextchild.h: change this to contain a public interface,
9999         starting work on child interfaces.
10000         * gtk/gtktextchildprivate.h: move private interfaces here
10001
10002         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
10003
10004         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
10005         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
10006         gtk/gtktextmark.c: copyright notices
10007
10008         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
10009         internal functions      
10010
10011         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
10012         internal function
10013
10014         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
10015         Reformatting    
10016
10017 2000-09-30  Havoc Pennington  <hp@pobox.com>
10018
10019         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
10020         NULL start/end pointers
10021
10022         * gtk/gtktextbuffer.c: Write some docs
10023         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
10024         NULL, so you can just check whether there's a selection.        
10025
10026         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
10027         cleanup_line or segments_changed ourselves, it gets done 
10028         in unlink_segment
10029
10030         * gtk/gtktextmark.h:
10031         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
10032         
10033         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
10034
10035         * gtk/gtktextmark.c: delete some more old Tk cruft
10036
10037         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
10038         mark before removing it, so we can emit MARK_DELETED with a valid
10039         pointer.
10040         (gtk_text_buffer_mark_set): hold ref across signal emission
10041
10042         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
10043         whining about attempts to delete special marks
10044
10045         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
10046         underscore, since it's internal.
10047
10048         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
10049         now implemented in terms of iterators in gtktextiter.h
10050
10051         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
10052         New function, destructively sets contents of buffer. Also 
10053         a convenient way to clear the buffer by setting text to ""
10054
10055         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
10056         multiline string literal
10057
10058         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
10059         text changes.
10060
10061         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
10062         is not dereferenceable
10063         (gtk_text_iter_forward_lines): fix return value
10064
10065 2000-09-29  Havoc Pennington  <hp@redhat.com>
10066
10067         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
10068
10069         * gtk/gtktextview.c: Implement drag thresholding; change functions 
10070         that set border window size to have nicer name
10071         (gtk_text_view_mark_set_handler):  Fix this to have the 
10072         right signature.
10073
10074         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
10075
10076         * gtk/testtext.c: Update with API changes, put line numbers on 
10077         both sides.
10078         
10079         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
10080         with this
10081
10082         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
10083         pixbuf; delete a big block of #if 0 Tk code
10084
10085         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
10086         insert_pixmap with insert_pixbuf
10087
10088 2000-09-29  Martin Baulig  <baulig@suse.de>
10089
10090         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
10091         confusion with the GdkPixbuf of the GNOME 1.x platform.
10092
10093 2000-09-29  Havoc Pennington  <hp@pobox.com>
10094
10095         * gtk/gtktextview.c: Implement the side windows.
10096
10097         * gtk/testtext.c: Implement simple line numbering in the 
10098         left side window; seems to make scrolling sloooow. Oops.
10099         Also, cursor blink is for some reason causing redraws
10100         of the line numbers. Should investigate...
10101
10102 2000-09-28  Havoc Pennington  <hp@redhat.com>
10103
10104         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
10105         scrolling child windows, and draw focus rectangle properly.
10106         
10107         (gtk_text_view_buffer_to_window_coords):
10108         Coordinate transformation to deal with all these freaking windows
10109         and offsets
10110         (gtk_text_view_window_to_buffer_coords): transform the other way
10111
10112         * gtk/testtext.c (create_buffer): Update to match Pango API change
10113
10114         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
10115         anonymous tags
10116         (foreach_unref): don't emit remove signal from finalize, just
10117         set tag's parent to NULL
10118
10119 2000-09-26  Havoc Pennington  <hp@redhat.com>
10120
10121         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
10122         Fix some warnings       
10123
10124 2000-09-26  Havoc Pennington  <hp@redhat.com>
10125
10126         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
10127         headers into the private header list
10128
10129         * Makefile.am (pkgconfig_DATA): install pkg-config files
10130
10131         * configure.in: add pkg-config files
10132
10133         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
10134
10135         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
10136         outstanding icon caches on theme change.
10137
10138         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
10139         important types:
10140
10141         (GtkIconSource): Specification for creating a pixbuf 
10142         appropriate for a direction/state/size triplet from 
10143         a source pixbuf or filename
10144
10145         (GtkIconSet): List of GtkIconSource objects that are used to
10146         create the "same" icon (e.g. an OK button icon), and cache for
10147         rendered icons
10148
10149         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
10150         up the icon set for a given stock ID.  GTK maintains a stack of
10151         GtkIconFactory to search, and applications or libraries can add
10152         additional icon factories on top of the stack
10153         
10154         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
10155         the set of GtkIconSource specified for a given stock ID into 
10156         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
10157         RcStyle, under the specified stock ID.
10158
10159         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
10160         render_icon used to derive a GdkPixbuf from a GtkIconSource.
10161         This allows people to theme how prelight, insensitive, etc. are
10162         done.
10163
10164         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
10165         icon factories for a style, and return the resulting 
10166         icon set if any.
10167
10168         (gtk_style_render_icon): Render an icon using the render_icon 
10169         method in the GtkStyleClass.
10170
10171         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
10172         Use the style for a given widget to look up a stock ID, get the
10173         icon set, and render an icon using the render_icon method 
10174         of the style
10175
10176         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
10177         (contains information about a stock item), the built-in stock item
10178         IDs, and functions to add/lookup stock items.
10179
10180         * gtk/stock-icons/*: Stock icons that come with GTK
10181
10182         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
10183         a button based on a GtkStockItem
10184         (gtk_button_new_accel): Takes a uline string and accel group, and
10185         installs the accelerator.
10186
10187         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
10188         image-display widget.
10189
10190 2000-09-25  Havoc Pennington  <hp@redhat.com>
10191
10192         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
10193
10194         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
10195         Fix a bug when removing node data, we didn't properly 
10196         re-splice the linked list after removing the data.
10197
10198         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
10199         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
10200
10201         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
10202
10203         * gtk/gtktextlayout.c (set_para_values): Set tab array 
10204         for the layout from the GtkTextTag.
10205
10206         * gtk/gtktexttypes.h: delete tab and search cruft, 
10207         remove g_convert() in favor of GLib version
10208
10209         * gtk/gtktexttypes.c: remove tab implementation from here,
10210         move to Pango
10211
10212         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
10213         tab stuff using new PangoTabArray from Pango
10214
10215         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
10216         unused border_width stuff
10217
10218 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
10219
10220         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
10221         glib) and now useless utf_to_latin1() latin1_to_utf()
10222
10223         * gtk/gtktextview.[ch]: Change ::move_insert and
10224         ::delete_text action signals to ::move and ::delete;
10225         create the signals with the right enumeration type,
10226         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
10227         C-v bindings, change Home, End to move to beginning/end
10228         of line, Add C-Home C-End to move to beginning/end
10229         of buffer. Change ::cut_text to ::cut_clipboard, etc;
10230         combine ::scroll_text into ::move; use new GtkSelectionData
10231         functions to simplify DND text handling.
10232         
10233         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
10234         deletion enumerations here, rename enumeration values to 
10235         be consistently plural.
10236
10237         * gtk/gtktextbuffer.c: Use new clipboard interfaces
10238         for cut/copy/paste and primary selection.
10239
10240         * gtk/gtktextbuffer.[ch]: Remove excess time and
10241         'interactive' arguments from cut/copy/paste;
10242         rename cut to cut_clipboard, etc; remove
10243         gtk_text_buffer_get_clipboard_contents().
10244
10245         * gtk/gtktextlayout.[ch]: Add 
10246         gtk_text_layout_move_iter_to_line_end() to move the iter to 
10247         line ends.
10248
10249         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
10250         Functions to set or get a UTF-8 string on the selection
10251         data.
10252
10253         * gtk/gtkclipboard.[ch]: New, simplified selection handling
10254         interfaces.
10255
10256         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
10257         created widgets - one of these is useless if we don't.
10258
10259         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
10260         a public function clear all targets registered for the
10261         widget.
10262
10263         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
10264         Never call gtk_widget_realize() - that was just asking
10265         for bizarre side-effects.
10266
10267         * gtk/gtkselection.c (gtk_selection_owner_set): Call
10268         gdk_selection_owner_set even if the widget is the
10269         same so that we reliably update the timestamp on
10270         the server.
10271
10272         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
10273         gdk_x11_get_server_time() function.
10274         
10275         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
10276         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
10277         Add some tricky filtering on serial numbers for
10278         selection clear events to fix up long-standard
10279         race condition FIXME's in gtkselection.c.
10280
10281         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
10282         routines to convert from utf8 to compound text or
10283         STRING and from a text property to UTF-8.
10284
10285         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
10286         a convenience function gdk_get_current_event_time().
10287
10288         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
10289         and free selection_data->data properly
10290
10291 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
10292
10293         * gtk/gtkthemes.c: Remove some unecessary includes.
10294
10295 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
10296
10297         * gtk/gtktextdisplay.c
10298         * gtk/gtktextlayout.c
10299         * gtk/gtktexttag.c
10300         * gtk/gtktexttag.h
10301         * gtk/testtext.c: Change the overstrike property to strikethrough,
10302         to closer match pango.
10303
10304 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
10305
10306         * gtk/gtktextview.c: Fix up visibility so that focus,
10307         cursor_visible and blink interact properly.  Reenable cursor blink
10308         which had been roughly disabled. Make blink and focus
10309         properly per-view.
10310
10311         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
10312         Add a flag for whether to display insertion cursor and
10313         a function to set the flag.
10314
10315         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
10316         get_line_y() to get_line_yrange(), to be a bit more generally
10317         useful.
10318
10319 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
10320
10321         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
10322           do stop_navigating_submenu, to clear last timeout properly.
10323           Also in gtk_menu_motion_notify move ignore_enter above
10324           the conditional to make it always happen as suggested by Owen
10325
10326 2000-09-07  Tor Lillqvist  <tml@iki.fi>
10327
10328         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
10329
10330         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
10331         w32api headers.
10332
10333         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
10334         declarations.
10335
10336         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
10337         (gdk_win32_get_colormap): A line had been deleted by mistake.
10338
10339         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
10340         (gdk_event_translate): Handle more virtual keycodes to be able to
10341         generate GDK events for Control-comma, Control-period, etc.
10342
10343         * gtk/gtk.def: Add some missing entry points.
10344
10345 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
10346
10347         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
10348         Doc comment fixing. (Mostly non-matching parameter names.)
10349
10350         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
10351         comments a little to avoid looking like a doc comment.
10352
10353         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
10354         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
10355         conversions be changed to GError?)
10356
10357         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
10358         Move private #defines into .c file.
10359
10360         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
10361         order of argument addition, remove duplicates.
10362
10363         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
10364         parent class is FrameClass, not BinClass.
10365
10366         * gtk/gtk.h: Add gtkinvisible, which was missing.
10367         (It's occasionalyl useful for client apps, if seldom.)
10368
10369         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
10370         #define.
10371
10372 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
10373
10374         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
10375         coordinates when creating window, instead of GDK-space
10376         coordinates. (Avoid BadValue on too large windows.)
10377
10378 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10379
10380         * configure.in (use_mmx_asm): Remove conftest* after use along the
10381         lines of AC_TRY_COMPILE.        
10382         
10383         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
10384         of g_dirname, which is deprecated.
10385         (gtk_rc_parse_any): Removed calls to
10386         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
10387
10388         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
10389         Removed calls to g_hash_table_{freeze,thaw}, as they are
10390         deprecated now.
10391
10392         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
10393         instead of g_basename.
10394         
10395 2000-09-04 Elliot Lee <sopwith@redhat.com>
10396         
10397         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
10398         ANSI warning.
10399
10400 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
10401
10402         * gtk/gtkwidget.h:  Add some documenting comments about 
10403           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
10404           just as owen said on irc.
10405
10406         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
10407           set HAS_DEFAULT.  Only set it if there isn't another window
10408           holding it (a focus window which RECEIVES_DEFAULT) and only unset
10409           it if the widget is not the focused window with RECEIVES_DEFAULT.
10410           This fixes weird double default bugs in dialogs which has things
10411           call gtk_window_set_default at times.
10412
10413 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
10414
10415         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
10416         Nils Barth and David Santiago to improve submenu
10417         navigation. The patch does this by creating a triangular
10418         region from the point where the pointer leaves the
10419         menu to the submenu.  While the pointer is in
10420         that region and a timeout has not expired, events 
10421         that would cause the active submenu to change are
10422         ignored.
10423
10424 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
10425
10426         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
10427         moving a toplevel window immediately after sizing it would
10428         result in it being sized back to the old size since 
10429         impl->width, impl->height aren't updated until we hear
10430         back from the server. There is still a (longstanding) bug
10431         here that gdk_window_get_size() will give the wrong size
10432         until we do hear back.
10433
10434 2000-08-31  Havoc Pennington  <hp@redhat.com>
10435
10436         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
10437         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
10438         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
10439         Rename GtkTextStyleValues to GtkTextAttributes
10440
10441 2000-08-31  Havoc Pennington  <hp@pobox.com>
10442
10443         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
10444         for rapid testing whether an iterator is the end iterator
10445         (gtk_text_btree_new): init end line cache
10446         (gtk_text_line_is_last): use fast cached line to 
10447         see if we're the last line.
10448         (get_last_line): use cached line here too, should 
10449         speed up some random unrelated code.
10450         
10451 2000-08-30  Havoc Pennington  <hp@pobox.com>
10452
10453         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
10454         signals.
10455
10456         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
10457         delete_text signals. This allows the signals to be used for
10458         implementing undo.
10459
10460         * gtk/gtktextbuffer.c: Change signal handler signatures; 
10461         provide "interactive" argument when emitting insert_text or
10462         delete_text signal.
10463         
10464 2000-08-30  Havoc Pennington  <hp@pobox.com>
10465
10466         * gtk/gtktextbuffer.c: Docs
10467
10468 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
10469
10470         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
10471         from switch statements, since Tor removed the enumeration
10472         value.
10473         
10474         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
10475         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
10476
10477 2000-08-29 Elliot Lee <sopwith@redhat.com>
10478         * */*.h: Use G_GNUC_CONST.
10479
10480 2000-08-27  Havoc Pennington  <hp@pobox.com>
10481
10482         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
10483         minor indentation fixes, inserted some FIXME about stuff I
10484         realized was broken while documenting it.
10485         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
10486         GTK convention  
10487
10488 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
10489
10490         * gtk/testgtk.c (create_styles): Fix double free of
10491         font desc.
10492
10493 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
10494
10495         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
10496         
10497         * gtk/testgtk.c (create_styles): Add a test for modifying
10498         the style through gtk_widget_modify_*.
10499
10500         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
10501         a function to get the current modifier style.
10502
10503         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
10504         of the passed in GtkRcStyle instead of ref'ing it.
10505
10506         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
10507
10508 2000-08-20  Tor Lillqvist  <tml@iki.fi>
10509
10510         * gdk/gdkimage.h
10511         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
10512         shared memory image+pixmap GdkImage type, or
10513         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
10514         I am dropping that.
10515
10516         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
10517         actually call gtk_init_abi_check(), passing also
10518         sizeof(GtkWindow). Ditto for gtk_init_check(). 
10519
10520         * gtk/gtk.def
10521         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
10522         New functions, used to check that the GTK+-using code has been
10523         compiled using the correct compiler and switches. In particular,
10524         with gcc one has to use the -fnative-struct switch as GTK+ is
10525         compiled with that.
10526
10527 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
10528
10529         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
10530         ->prev fields when merging lists. (Found simultaneously
10531         by Pawel Salek and Jakub Jelinek)
10532
10533 2000-08-12  Tor Lillqvist  <tml@iki.fi>
10534
10535         * gdk/gdk.def
10536         * gtk/gtk.def: Add missing entries.
10537
10538         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
10539         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
10540
10541         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
10542         function. Dummy implementation at this point.
10543
10544         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
10545         rules. Undefine GTK_COMPILATION when compiling the test programs.
10546         
10547         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
10548
10549 2000-08-11  Tor Lillqvist  <tml@iki.fi>
10550
10551         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
10552         to convert back and forth from UTF-8 and the "system" (or "current
10553         locale") charset when necessary. Indentation/spacing cleanup.
10554
10555 2000-08-10  Havoc Pennington  <hp@redhat.com>
10556
10557         * Makefile.am (snapshot): Change the format of the snapshot
10558         version to match glib
10559
10560         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
10561         from EXTRA_DIST since it doesn't seem to exist
10562
10563 2000-08-10  Tor Lillqvist  <tml@iki.fi>
10564
10565         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
10566         version of the directory name (not the UTF-8 one) when building
10567         the path name to stat().
10568
10569 2000-08-03  Elliot Lee  <sopwith@redhat.com>
10570
10571         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
10572         PANGO_ATTR_SHAPE set.
10573
10574 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
10575
10576         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
10577         Peter Osterlund to simplify the code while keeping the
10578         functionality the same.
10579
10580 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
10581
10582         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
10583         is_viewable() test further inside the function, since removing the 
10584         window from the redraw list without clearing ->update_area
10585         was also very broken.
10586
10587 2000-08-02  Tor Lillqvist  <tml@iki.fi>
10588
10589         * configure.in: Check for <unistd.h>.
10590
10591 2000-08-01  Martin Baulig  <baulig@suse.de>
10592
10593         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
10594         to display the message that this is a development version of GTK+.
10595
10596 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
10597
10598         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
10599         was depending on widget->allocation instead of the width of text_area,
10600         which was incorrect for subclasses like GtkSpinButton.
10601
10602         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
10603         with width == 1 tests that should be width == -1.
10604
10605 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
10606
10607         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
10608         (broken, Elliot, every single window blank on X) custom code with call
10609         to gdk_window_is_viewable() which a) prevents code duplicate and
10610         b) works. 
10611
10612 2000-07-31  Elliot Lee  <sopwith@redhat.com>
10613
10614         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
10615         to get the GDK_PARENT_ROOT() macro to work.
10616         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
10617         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
10618         of, windows that aren't shown.
10619         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
10620         pointer grab stuff.
10621
10622 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
10623
10624         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
10625           s/gtk_main_iteration/g_main_iteration/
10626
10627           Did this already in change:
10628                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
10629           don't know how it got reverted.
10630
10631 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
10632
10633         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
10634         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
10635
10636         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
10637         not gdk_pixbuf.
10638
10639 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
10640
10641         * configure.in,po/{sp,sr}.po: Added Serbian files
10642
10643 2000-07-30  Tor Lillqvist  <tml@iki.fi>
10644
10645         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
10646
10647         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
10648         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
10649         GIOChannel implementation.
10650
10651         * gdk/win32/gdkinput.c
10652         * gdk/win32/gdkpango-win32.c: Update license name here, too.
10653
10654         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
10655         definition to match prototype.
10656
10657         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
10658
10659 2000-07-27  Elliot Lee  <sopwith@redhat.com>
10660
10661         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
10662         function, to allow handling image formats that cannot be detected
10663         by looking at content alone.
10664
10665 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
10666
10667         * docs/tutorial/*.gif *.jpg *.eps
10668           Update these to the same look-n-feel.
10669           Why does including images in DocBook suck so badly?
10670
10671 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
10672
10673         * gtk/gtktable.c: applied patch from Phil Thompson
10674         <phil@river-bank.demon.co.uk> that enables space settings for
10675         the last row/columns as well.
10676
10677 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
10678
10679         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
10680         updates the license headers to the GNU Lesser General Public License,
10681         as well as updating the copyright year to 2000.
10682
10683 2000-07-26  Robert Brady  <rwb197@zepler.org>
10684
10685         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
10686           and po/Makefile, was installing and looking for them under gtk20
10687           and gtk2 respectively.
10688
10689 2000-07-25  Havoc Pennington  <hp@redhat.com>
10690
10691         * gtk/testtext.c: Comment out some stuff that depends on the rest
10692         of my patches.
10693
10694 2000-07-25  Havoc Pennington  <hp@redhat.com>
10695
10696         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
10697         buffer
10698
10699 2000-07-25  Havoc Pennington  <hp@redhat.com>
10700
10701         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
10702         widget changes.
10703
10704         * gtk/gtktextview.h: To be consistent with usage of "line"
10705         throughout the API to mean "newline-terminated thingy", change
10706         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
10707         to MOVEMENT_LINE.
10708
10709         (GtkTextView): Add flags for default editability, and whether to
10710         show the cursor. Add functions to get/set that. Add 
10711
10712         (gtk_text_view_get_iter_location): new function
10713
10714         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
10715         gtktextlayout.h
10716         (g_convert): Add g_convert temporarily, will go in glib in a bit
10717         
10718         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
10719         GtkTextTagTableForeach instead of brokenly using GHFunc.
10720         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
10721
10722         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
10723         moved to public header.
10724
10725         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
10726         "invisible", since "elide" was a bad name.
10727         (gtk_text_tag_get_priority): Added
10728
10729         (GtkTextStyleValues): put this in public header, along with
10730         functions to use it.
10731
10732         * gtk/gtktextmarkprivate.h: Include more headers, since we no
10733         longer include gtktextbtree.h.
10734
10735         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
10736         gtk_text_mark_deleted
10737
10738         * gtk/gtktextlayout.h: Don't include the "really private" headers,
10739         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
10740         to make this possible. Now we only need to install
10741         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
10742         (However the Makefile.am isn't changed yet because of the
10743         logistics of merging gtk-hp-patches piecemeal)
10744
10745         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
10746         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
10747         gtk_text_iter_get_line is now used in the public API for a
10748         different purpose.
10749
10750         * gtk/gtktextiter.h: Clean up function names to be more
10751         consistent. Always call char offset "offset" and byte index
10752         "index". A "line" is always a line number. 
10753
10754         (gtk_text_iter_is_last): new function, more efficient than 
10755         the existing way to check
10756         (gtk_text_iter_is_first): new function, also more efficient
10757
10758         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
10759
10760         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
10761         gtk_text_iter_forward_char, etc.
10762
10763         (gtk_text_iter_forward_to_tag_toggle): Renamed from
10764         forward_find_tag_toggle, since this isn't a linear search
10765
10766         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
10767
10768         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
10769         New functions, search for a buffer substring.
10770
10771         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
10772         interactive and default editable (since we need to store that info
10773         until we receive the selection data).
10774
10775         Remove all the _at_char and at_line etc. versions of functions;
10776         only have iterator versions.
10777
10778         Add _interactive() versions of functions, that consider the
10779         editability of text. (FIXME add interactive flag to the 
10780         insert/delete signals per Darin's suggestion)
10781
10782         (gtk_text_buffer_get_tag_table): new function, demand-creates the
10783         tag table if necessary
10784
10785         Remove declaration of gtk_text_buffer_get_iter_from_string
10786
10787         (_gtk_text_buffer_get_btree): private/internal function, added.
10788         
10789
10790         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
10791         (gtk_text_line_is_last): new function
10792
10793 2000-07-25  Havoc Pennington  <hp@redhat.com>
10794
10795         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
10796         using GtkProgressBar. See Changes-2.0.txt for details.
10797
10798         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
10799         "pulse_step" which are the equivalent of
10800         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
10801         Implement new API.
10802         
10803         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
10804         (use_text_format) to mark whether text set on the progress bar is
10805         a format string. Deprecate entire GtkProgress interface.
10806
10807         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
10808         (gtk_progress_build_string): make this a no-op if use_text_format
10809         is FALSE
10810
10811         * docs/Changes-2.0.txt: Describe progress bar changes.
10812
10813 2000-07-25  Tor Lillqvist  <tml@iki.fi>
10814
10815         * Makefile.am: Include the build directory.
10816
10817         * configure.in: Generate build/Makefile, build/win32/Makefile,
10818         gdk/, gdk/win32/, and gtk/makefile.mingw.
10819
10820         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
10821         Add GETTEXT_PACKAGE.
10822         
10823         * gdk/gdk.def
10824         * gtk/gtk.def: Updates.
10825
10826         * gdk/gdkfont.h
10827         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
10828         need them any longer.
10829
10830         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
10831
10832         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
10833         PANGOWIN32_LIBS and gdk_pixbuf.
10834
10835         * gdk/win32: Compiles, but no doubt doesn't work at all.
10836
10837         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
10838
10839         * gdk/win32/gdkinput.c: New file, temporarily.
10840         
10841         * gdk/win32/gdkinput-win32.h: New file
10842
10843         * gdk/win32/gdkinputprivate.h: Remove.
10844
10845         * gdk/win32/gdkpango-win32.c: New file.
10846
10847         * gtk/makefile.mingw.in: New file
10848
10849         * gtk/makefile.cygwin: Removed
10850         
10851         * gtk/Makefile.am: Update accordingly.
10852
10853         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
10854         made externally visible.
10855
10856         * gtk/gtkmain.c: Use it.
10857         
10858         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
10859         is enough.
10860
10861         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
10862
10863 2000-07-24 Elliot Lee <sopwith@redhat.com>
10864         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
10865         individual backends already.
10866         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
10867         again. Yes, there really is a good reason for this, if you are using the gdkregion
10868         internals, and if you're not, why do you care?
10869         * gdk/gdkwindow.c: Fix inverted condition
10870         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
10871         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
10872         * gtk/gtkrange.c: Redraw trough when moving.
10873         * gtk/gtktypeutils.c: Fix warning by adding const cast.
10874         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
10875
10876 2000-07-23  Tor Lillqvist  <tml@iki.fi>
10877
10878         * configure.in: Check for mkstemp and sigsetjmp. Output
10879         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
10880
10881         More work on GDK for Win32. Still in an intermediate state.
10882
10883         * gdk/makefile.cygwin
10884         * gdk/win32/makefile.cygwin: Removed.
10885         
10886         * gdk/makefile.mingw.in
10887         * gdk/win32/makefile.mingw.in: New files.
10888
10889         * gdk/Makefile.am
10890         * gdk/win32/Makefile.am: Generate and distribute them.
10891
10892         * gdk/win32/gdkwindow-win32.h
10893         * gdk/win32/gdkdrawable-win32.h
10894         * gdk/win32/gdkpixmap-win32.h: New files.
10895
10896         * gdk/win32/gdkcolor-win32.c
10897         * gdk/win32/gdkcursor-win32.c
10898         * gdk/win32/gdkdrawable-win32.c
10899         * gdk/win32/gdkgc-win32.c
10900         * gdk/win32/gdkimage-win32.c
10901         * gdk/win32/gdkprivate-win32.h
10902         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
10903         Rename fields and variables called xcursor, xid, etc (these names
10904         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
10905
10906 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
10907
10908         * gtk/gtkentry.[ch]: Fix some problems with vertical
10909         alignment.
10910
10911         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
10912         char/byte confusion.
10913
10914 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
10915
10916         * gtk/gtktextview.c (changed_handler): Fix bug where
10917         redraw wasn't being done properly when height of
10918         dirty region changed.
10919
10920         * demos/Makefile.am: Remove various references to
10921         -lgmodule
10922
10923 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
10924
10925         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
10926         PangoAttrShape to reserve space for pixmaps, add 
10927         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
10928         in the display functions.
10929         
10930         * gtk/testgtk.c (create_layout): Set some more exotic
10931         scrolled window options
10932
10933         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
10934         Add function to set the shadow type of a window, to allow
10935         putting a shadow around widgets such as GtkLayout or GnomeCanvas
10936         which don't draw their own frame.
10937
10938 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
10939
10940         * docs/tutorial/package-db-tutorial.sh: New file for
10941           packaging DocBook format tutorial
10942
10943 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
10944
10945         * docs/tutorial/gtk-tut.sgml: Minor updates
10946
10947         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
10948
10949 2000-07-19  Tor Lillqvist  <tml@iki.fi>
10950
10951         * gtk/gtksignal.c: Fix C++ comment.
10952
10953         * gtk/gtkimmulticontext.c
10954         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
10955         don't return value from void functions.
10956
10957         * gtk/gtk.def: Add gtk_rc_style_unref.
10958
10959 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
10960
10961         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
10962         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
10963         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
10964         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
10965         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
10966         gtk/gtktypeutils.h: Include files outside of the extern "C"
10967         block. Makes some C++ compiler happy. Reported by Denis Vakatov
10968         <vakatov@peony.nlm.nih.gov>.
10969
10970 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
10971
10972         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
10973           Completes first pass. Hurrah!
10974
10975 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
10976
10977         * docs/tutorial/gtk-tut.sgml: More clean ups.
10978
10979 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
10980
10981         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
10982         paint the background of the text area which was accidentally
10983         removed at some point.
10984
10985         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
10986           
10987          - Move most of the functionality from the theme vtable
10988            into GtkRcStyleClass and GtkStyleClass. The moved
10989            vtable functions were changed a bit in the move to
10990            work better in their new home.
10991
10992          - Get rid of the engine and engine_data fields from
10993            GtkRcStyle and GtkStyle; instead the theme
10994            engine derives theme-specific subclasses of GtkRcStyle
10995            and GtkStyle
10996
10997          - Add extra dlsym() found entry point to themes,
10998            theme_create_rc_style().
10999
11000         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
11001         in gtk_style_real_copy.
11002
11003         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
11004         to register a type associated with an engine. (The engine
11005         won't be unloaded as there is an instance of the type.)
11006
11007
11008 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
11009
11010         * docs/tutorial/gtk-tut.sgml: Clean ups.
11011
11012 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
11013
11014         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
11015           of cleaning up to do.
11016
11017 2000-07-15  Tor Lillqvist  <tml@iki.fi>
11018
11019         * gdk/testgdk.c: New file, quick hack to test backends for
11020         pixel-by-pixel correctness of the most simple graphic operations.
11021
11022 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
11023
11024         * Really release 1.3.1
11025         
11026         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
11027         include structure.
11028
11029 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
11030
11031         * Released 1.3.1
11032
11033 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
11034
11035         * gtk/gtktextlayout.c: use FALSE for size_only most
11036         of the time when calling gtk_text_layout_get_line_display()
11037         to avoid causing double reshapes when a redraw follows
11038         immediately after.
11039
11040 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
11041
11042         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
11043         appropriate region and gdk_window_process_updates() so trough
11044         updating doesn't lag behind the window being scrolled.
11045
11046         * gdk/gdkgc.c: Make parent_class pointer static.
11047          
11048 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
11049
11050         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
11051         include <string.h>.
11052          
11053         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
11054         cut-and-paste error in computing memory offset for 4 channels.
11055
11056 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
11057
11058         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
11059         gtk_rc_append_default_pixmap_path(), since it wasn't
11060         adding an interesting path and we don't have a meaningful
11061         default for this value.
11062
11063 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
11064
11065         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
11066         gtk-config to gtk-config-2.0 move gtk_.m4 to
11067         gtk-2.0.m4
11068
11069         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
11070         gdk/Makefile.am demos/Makefile.am: Change 
11071         library names to libgtk-1.3.la, etc, so that we
11072         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
11073
11074         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
11075         gdk/Makefile.am gdk/x11/Makfile.am
11076         Move include files into /usr/include/gtk-2.0, 
11077         /usr/lib/gtk-2.0/include/
11078          
11079         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
11080         gtk/gtkintl.h: Change package for gettext from 
11081         gtk+ to gtk20. Put hack in autogen.sh to modify
11082         po/Makefile.in.in after gettextize to make this
11083         possible.
11084
11085         * gtk+.spec: Some updates, not tested.
11086
11087         * gdk-pixbuf/Makefile.am: Move loaders into
11088         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
11089
11090         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
11091         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
11092         to THEMENAME/gtk-2.0/. Move engine directory  to
11093         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
11094         
11095 2000-07-12  Tor Lillqvist  <tml@iki.fi>
11096
11097         Win32 changes, still doesn't build though.
11098
11099         * gdk/makefile.cygwin
11100         * gdk/win32/makefile.cygwin
11101         * gtk/makefile.cygwin: Updates.
11102
11103         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
11104         default values for fg and bg pixel as X11 does (0 and 1), not
11105         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
11106         Use 0 for pen width by default (treated as 1 anyway later, but for
11107         apps that might check the value in the GdkGC).
11108         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
11109         interface to gdk_gc_predraw and _postdraw.
11110
11111         * gdk/win32/gdkwin32.h
11112         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
11113
11114         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
11115         extraneous semicolon.
11116
11117         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
11118
11119         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
11120         not the Win32 bitspixel value.
11121
11122         * gdk/win32/gdkcc-win32.c:
11123         * gdk/win32/gdkcolor-win32.c 
11124         * gdk/win32/gdkprivate-win32.h
11125         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
11126         GDK object structure.
11127
11128 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
11129
11130         * docs/tutorial/gtk_tut_12.es.sgml (name): 
11131         * docs/tutorial/gtk_tut_it.sgml (name): 
11132         * docs/tutorial/gtk_tut_fr.sgml (name): 
11133         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
11134         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
11135
11136 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
11137
11138         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
11139           small changes.
11140
11141 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
11142
11143         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
11144         a bug here, never been here and never fixed anything ;(
11145         (don't segfault if tree->root_tree is NULL, which happens prior
11146         to widget realization, but puke instead).
11147
11148 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
11149
11150         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
11151         add the necessary tokens.
11152
11153         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
11154         (gtk_rc_style_to_style): copy thicknesses.
11155         (gtk_rc_init_style): apply thicknesses.
11156         (gtk_rc_parse_style): parse xthickness and ythickness.
11157
11158         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
11159
11160         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
11161         (gdk_window_new): 
11162         (_gdk_windowing_window_init): 
11163         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
11164         (gdk_pixmap_create_from_data): 
11165         (gdk_bitmap_create_from_data): 
11166         (gdk_pixmap_new): 
11167         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
11168         (gdk_image_new): 
11169         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
11170         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
11171         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
11172         (gdk_colormap_get_system): 
11173         (gdk_colormap_new): 
11174         * gdk/gdkwindow.c (gdk_window_init): 
11175         * gtk/gtkstyle.c (gtk_style_new):
11176         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
11177         * gdk/gdkpixmap.c (gdk_pixmap_init): 
11178         * gtk/gtkrc.c (gtk_rc_style_new):
11179         use g_object_new() instead of g_type_create_instance() which
11180         is a private function for fundamental type implementations.
11181
11182 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
11183
11184         * configure.in: Add check for db2html
11185
11186 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
11187
11188         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
11189         hack to set glib_debug_objects based on gtk_debug_flags.
11190
11191 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
11192
11193         * INSTALL.in: Update the Prerequisites section.
11194
11195         * Makefile.am demos/Makefile.am docs/Makefile.am
11196         docs/tutorial/Makefile.am gdk/x11/Makefile.am
11197         gdk/linux-fb/Makefile.am: Dist fixes
11198
11199 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
11200
11201         * NEWS: 10,000 foot view of 1.3.1 changes.
11202
11203 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
11204
11205         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
11206         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
11207         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
11208         gdk/x11/gdkmain-x11.c: 
11209
11210         Patch from George Lebl to add a GdkGrabStatus enumeration to use
11211         as a return value of gdk_*_grab(). Previously, we just
11212         returned the X11 values directly.
11213
11214 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
11215
11216         * gdk/x11/Makefile.am: Patch from George Lebl to 
11217         install all the headers in the right place.
11218
11219 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
11220
11221         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
11222           initial conversion to DocBook.
11223
11224 2000-07-04  Tor Lillqvist  <tml@iki.fi>
11225
11226         * README.win32: Improve a bit.
11227
11228         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
11229         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
11230         Alt+0nnn on the numpad (used to enter characters by numeric code
11231         from current DOS or ANSI codepage) working correctly, as in other
11232         Windows apps.
11233
11234         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
11235         same argument validity tests as in X11 version.
11236         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
11237
11238         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
11239         definitions in case missing from headers.
11240
11241         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
11242         destroy the window-specific cursor.
11243         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
11244         calling GetModuleHandle(NULL).
11245         (gdk_window_set_cursor): Reworked to always copy the passed cursor
11246         with CopyCursor before setting it as the window-specific
11247         cursor. It is OK for the caller to destroy the GdkCursor (and thus
11248         also its Windows cursor) after calling this function. Destroy any
11249         previous window-specific cursor.
11250
11251 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
11252
11253         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
11254         font charset is iso8859-1, not iso-8859-1.
11255
11256 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
11257
11258         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
11259         Use g_get_charset() instead of g_get_codeset().
11260
11261         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
11262         Comment out some strdup'ing functions to keep timj
11263         happy until we finish fighting this out.
11264
11265 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
11266
11267         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
11268         <= width or height.
11269
11270         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
11271         from 1.2 for parent/child states.
11272
11273         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
11274         of typos.
11275
11276         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
11277         event structures, replace with a generic axes field. Replace 
11278         deviceid/sourec with GdkDevice *device.
11279
11280         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
11281         to extract particular axis use value from event. (Also
11282         can be used for normal X/Y.)
11283
11284         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
11285         allow for arbitrary number of axes, namespace everything
11286         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
11287         everywhere.
11288
11289         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
11290         Get rid of the gdk_input_vtable setup if favor of simply
11291         defining the functions in gdkinput-none/gxi/xfree.c in
11292         a similar fashion to the way that the port structure is 
11293         done.
11294
11295         * gtk/gtkdnd.c: Fix fields of synthesized button press event
11296         for new event structures. 
11297
11298         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
11299         new device interfaces.
11300
11301 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
11302
11303         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
11304         set the initial text.
11305
11306         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
11307         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
11308         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
11309         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
11310
11311         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
11312         pango_layout_set_font_description to simplify.
11313
11314 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
11315
11316         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
11317         pango_layout_set_font_description to simplify.
11318
11319 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
11320
11321         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
11322         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
11323         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
11324
11325         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
11326         PANGO_PIXELS() macro.
11327
11328 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
11329
11330         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
11331         that returns a PangoContext owned by the widget and updated to
11332         match future changes in the widget. Also, make 
11333         gtk_widget_create_pango_layout() use this context. If we ever
11334         add a ::changed signal to PangoContext, this will make things
11335         much more convenient. 
11336
11337         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
11338         in the appropriate places instead of destroying the layouts and
11339         creating new ones.
11340
11341         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
11342         in a few strategic places.
11343
11344 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
11345
11346         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
11347         gtk_widget_size_request() on reparented child, if one. Otherwise,
11348         queue_resize() on the child never results in it getting size-requested
11349         at all.
11350
11351         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
11352         in option menus, so that (with luck) people won't copy it into
11353         their apps in the future.
11354
11355         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
11356         to gtk_option_menu_calc_size. This isn't perfect, but should fix
11357         a lot of problems with changing the size of the menu's menu
11358         items after adding it to the option menu.
11359
11360         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
11361
11362         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
11363         the text direction for a widget changes.
11364
11365         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
11366         ::direction_changed to get rid of various hacks.
11367
11368 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
11369
11370         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
11371         name.
11372
11373 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
11374
11375         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
11376         flag to the structure. Do not call XFreePixmap on pixmaps created
11377         by gdk_pixmap_foreign_new().
11378
11379 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
11380
11381         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
11382         value using GdkRGB functionality given GdkColormap and GdkColor.
11383         (name not final, waiting for inspiration.)
11384         
11385         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
11386         set the foreground/background of a GC using the GC's colormap
11387         and GdkRGB. (name not final, waiting for inspiration.)
11388
11389         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
11390         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
11391
11392         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
11393         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
11394         purely a function of the corresponding colormap. Make
11395         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
11396
11397         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
11398         gdk_pixbuf_*create_from_xpm_* in terms of
11399         gdk_pixbuf_new_from_xpm_data(), move into platform independent
11400         code.
11401
11402         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
11403         advantage of the new draw_rgb_32_image_dithalign.
11404
11405         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
11406
11407         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
11408         on each created GC.
11409
11410         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
11411
11412         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
11413         which we initialize from the drawable when the GC is created,
11414         if the drawable has a colormap.
11415
11416         * gdk/x11/gdkgc-x11.c: include string.h for memset.
11417
11418         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
11419
11420         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
11421
11422 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
11423
11424         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
11425         actually returning expose events, make sure to set
11426         the count field properly.
11427
11428         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
11429         accidentally reintroced bug which always cleared
11430         the graphics_exposures value. 
11431
11432 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
11433
11434         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
11435
11436 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
11437
11438         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
11439
11440 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
11441
11442         * docs/faq/gtk-faq.sgml: Start of Section 6.
11443
11444 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
11445
11446         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
11447         
11448         (Fixes problem with drawing childless frames. Pointed out
11449         by and a first patch from Anders)
11450         
11451         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
11452         compute a child_allocation, even if we don't have a child.
11453
11454         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
11455         Always chain to the parent's impl, even if we don't have a child.
11456
11457 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
11458
11459         * gdk/gdkrgb.c: If possible, create only a single shm segment and
11460         use multiple parts of it instead of creating a bunch of separate
11461         segments, since the maximum number of segments per system is not
11462         large. (This might be worth backporting to GTK+-1.2.x if we make a
11463         new release )
11464
11465         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
11466         structure in preparation for per-colormap GdkRGB.
11467
11468         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
11469         to False when we get EINVAL from shmget so that the caller of
11470         gdk_image_new can retry with a smaller segment size.
11471
11472 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
11473
11474         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
11475
11476 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
11477
11478         * configure.in: make the current version number 1.3.1 (binary age 0,
11479         interface age 0).
11480         
11481         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
11482         gtkcompat.h is all we want.
11483
11484         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
11485         GLib primitive types. fixed g_type_register_fundamental() argument
11486         ordering.
11487
11488         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
11489         compiles.
11490
11491         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
11492         object code cleanup, comment trigraph fixes, etc...
11493
11494 2000-06-23  Havoc Pennington  <hp@redhat.com>
11495
11496         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
11497         instead of making up a bogus name for first_para_mark
11498
11499         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
11500         0 as a context ID
11501
11502 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
11503
11504         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
11505
11506 2000-06-21  Havoc Pennington  <hp@pobox.com>
11507
11508         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
11509         we didn't check window->bg_pixmap != GDK_NO_BG.
11510
11511         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
11512         gdk-pixbuf
11513
11514 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
11515
11516         * docs/faq/gtk-faq.sgm: Move file to here.
11517           TODO: Update Makfile.am 
11518
11519 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
11520
11521         * docs/gtk-faq.sgm: Add Section 2
11522
11523 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
11524
11525         * docs/gtk-faq.sgm: New file. Start of DocBook
11526           version of the FAQ.
11527
11528 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
11529
11530         * configure.in (GDK_PIXBUF_MAJOR): Define version
11531         numbers for GDK_PIXBUF_*, as they get substituted
11532         into a header file. Need to consider versioning
11533         for gdk-pixbuf more carefully later.
11534
11535 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
11536
11537         Work with srcdir != builddir.   
11538         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
11539         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
11540         * demos/testpixbuf.c: Likewise.
11541         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
11542         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
11543         <gdk/x11/gdkx.h>.
11544         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
11545         "gdk-pixbuf.h".
11546         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
11547
11548 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
11549
11550         * TODO.xml: Change 1.4 version numbers to 2.0.
11551
11552 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
11553
11554         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
11555         fixups to GTK+ standard.
11556
11557 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
11558
11559         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
11560         gdk-pixbuf.
11561
11562         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
11563         fixups for GObject.
11564
11565         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
11566         gdk-pixbuf with GDK dependencies moved into GDK.
11567         
11568         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
11569         move gdk-pixbuf-loader here until GObject has signals.
11570
11571         * demos/: New directory of demos. Move demos from
11572         gdk-pixbuf here.
11573
11574         * demos/pixbuf-init.c: Small bit of code to check for
11575         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
11576         set GDK_PIXBUF_MODULEDIR appropriately.
11577
11578         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
11579         define which no longer makes sense.
11580
11581 2000-06-21  Havoc Pennington  <hp@redhat.com>
11582
11583         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
11584         gtk_get_default_language
11585
11586         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
11587         new function to get the default language
11588
11589         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
11590         s/gtk_text_view_style_values/gtk_text_style_values/
11591
11592         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
11593         Add a "language" field to tags.
11594
11595         (gtk_text_tag_set_arg): Fix bug in setting
11596         "bg_full_height_set" tag.
11597
11598 2000-06-21  Havoc Pennington  <hp@redhat.com>
11599
11600         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
11601         in the interfaces
11602
11603         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
11604         stuff instead when possible.
11605
11606         * gtk/gtktexttypes.h: Delete some unused constants
11607
11608         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
11609         testtextbuffer.c: use glib instead of custom unicode routines
11610
11611 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
11612
11613         * docs/es/: Removed mistakenly added generated sgml
11614
11615         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
11616         Remove outdated info files.
11617
11618         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
11619         Moved tutorial files into subdir
11620
11621         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
11622         subdir.
11623
11624         * docs/man/gtk_button.pod: Remove. (contents will be
11625         integrated into gtk-reference button page.)
11626
11627         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
11628         docs/faq/Makefile.am: Adjust for new organization
11629
11630 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
11631
11632         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
11633         not $(MKINSTALLDIRS)
11634
11635 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
11636
11637         * gtk/testgtk.c (create_text): Finish the job Elliot started
11638         of removing font setting test for text widget. (Since text widget
11639         and GdkFont are not deprecated, and cause portability problems.)
11640
11641 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
11642
11643         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
11644         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
11645         Remove use of libunicode in favor of new GLib functions.
11646
11647         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
11648         nano-x, framebuffer. The X11 include is just a hack until we get
11649         the necessary functions in gdkcolor.h, so there is no reason to
11650         add other includes of platforms.
11651
11652         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
11653         window bigger than the screen change.
11654
11655         * gtk/testgtk.c: Revert some random changes from Elliot
11656         that had no particular point and were causing testgtkrc
11657         not to function correctly.
11658         
11659         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
11660         because GdkSegment and GdkRegionBox have the same fields,
11661         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
11662         results in clearer code.
11663
11664         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
11665         gdk_input_translate_coordinates): Fix missed GdkObjectification
11666
11667 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11668
11669         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
11670         * gtk/gtk{plug,socket}.h: Missed commits from previous.
11671
11672 2000-06-20  Havoc Pennington  <hp@redhat.com>
11673
11674         * modules/linux-fb/Makefile.am: Make this compile
11675         without framebuffer enabled
11676
11677         * gdk/linux-fb/Makefile.am: Add conditional to not build
11678         framebuffer unless specified in configure
11679
11680         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
11681         the size of the target instead of source if -1 was passed for
11682         width/height
11683
11684         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
11685         width/height confusion.
11686
11687 2000-06-19  Havoc Pennington  <hp@redhat.com>
11688
11689         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
11690         GDK_DRAWABLE_XID. In the future, we probably want to make it
11691         faster with G_DISABLE_CHECKS turned on.
11692
11693 2000-06-14  Havoc Pennington  <hp@redhat.com>
11694
11695         * gdk/Makefile.am: add gdkpixmap.c
11696
11697         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
11698         s/gdk_image_init/_gdk_windowing_image_init
11699
11700         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
11701         ref/unref
11702
11703         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
11704
11705         * gdk/gdkcompat.h: remove GdkWindowType compat, since
11706         GdkWindowType is now non-deprecated; 
11707         change gdk_window_get_type() compat to be
11708         gdk_window_get_window_type().
11709
11710         * gdk/gdkdnd.h: make GdkDragContext a GObject.
11711
11712         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
11713         virtual GObject. Make all functions call into the vtable.
11714         Move gdk_image_put() guts in here. Remove GdkDrawableType
11715         and gdk_drawable_get_type(), these are now GdkWindow-specific.
11716         draw_image, get_depth, get_size, set_colormap, get_colormap,
11717         get_visual added to the vtable.
11718         
11719         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
11720         GObject. Virtualize everything. 
11721         (gdk_gc_new_with_values): remove check for destroyed window,
11722         because now GdkWindow::create_gc will check this.
11723         (gdk_gc_set_values): New function to set GC values, this 
11724         was already implemented but wasn't in the header
11725
11726         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
11727
11728         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
11729         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
11730         remove _gdk_window_class; add _gdk_window_impl_get_type() and
11731         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
11732         _gdk_windowing_window_init, rename gdk_image_init to
11733         _gdk_windowing_image_init.
11734         
11735         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
11736         (gdk_draw_layout): Remove check for destroyed window, 
11737         because all the drawable methods already check it.
11738         
11739         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
11740         Add gdkpixmap.c which contains implementation of GdkDrawable
11741         virtual table (by chaining to a platform-specific implementation
11742         object).
11743         
11744         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
11745         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
11746         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
11747         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
11748         GdkColormapPrivate. 
11749
11750         * gdk/gdktypes.h: #include <glib-object.h>
11751
11752         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
11753         Move most functionality to platform-specific implementation
11754         object. GdkWindow itself now handles the backing store, then
11755         chains to the platform-specific implementation.
11756         (gdk_window_get_window_type): return GdkWindowType of the window.
11757         (gdk_window_peek_children): New routine, returns the children of 
11758         a GdkWindow
11759         (gdk_window_get_children): Was in X11-specific code and did 
11760         XQueryTree. Changed to simply return a copy of window->children; 
11761         so it can go in cross-platform code.
11762         
11763         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
11764
11765         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
11766         GdkColormap; just changed to use the new private data instead
11767         of casting to GdkColormapPrivate.
11768
11769         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
11770         gdk_cursor_new().
11771
11772         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
11773         (private data member in the GObject). 
11774         (xdnd_manager_source_filter): Function had broken 
11775         error handling, fix it (use gdk_error_trap_push).
11776
11777         * gdk/x11/gdkdrawable-x11.c: This file now implements
11778         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
11779         base class is purely for the convenience of the X port,
11780         and not part of the interface to cross-platform GDK.
11781
11782         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
11783         
11784         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
11785         specific to X, and returned by the create_gc virtual method
11786         of GdkDrawableImplX11. 
11787         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
11788         rather than gchar, this was also changed in the GdkGC vtable.
11789         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
11790         mask is 0, return immediately, instead of checking every flag.
11791         This is faster, and keeps us from segfaulting if values is NULL
11792         and the mask contains some nonzero flags.
11793
11794         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
11795         GdkWindow.
11796
11797         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
11798         GdkWindowPrivate is gone.
11799
11800         * gdk/x11/gdkim-x11.c: rename things that got renamed.
11801
11802         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
11803         remove the image_put stuff that got transferred to GdkDrawable.
11804         
11805         * gdk/x11/gdkinput.c: renamings
11806
11807         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
11808
11809         * gdk/x11/gdkpixmap-x11.c: GObject conversion
11810
11811         * gdk/x11/gdkprivate-x11.h: indentation fixes
11812
11813         * gdk/x11/gdkproperty-x11.c: renamings
11814
11815         * gdk/x11/gdkselection-x11.c: renamings
11816
11817         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
11818         implements the platform-specific "impl" object.
11819         Moved gdk_window_get_children to gdk/gdkwindow.c
11820
11821         * gdk/x11/gdkx.h: Remove all the private structs and private datas
11822         that no longer exist. Add declaration of GdkGCX11 object here.
11823         Fix all the macros to still work. 
11824
11825         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
11826         GdkDragContext from the boxed types since they are now GObjects.
11827
11828         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
11829         moved xthickness/ythickness into the instance. GtkStyleClass
11830         functions are now in the standard vtable for GtkStyle, so you have
11831         to create a GObject subclass to write a theme engine.
11832         (gtk_style_copy): fixed a leaked PangoFontDescription
11833         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
11834         can be the standard GObject function.
11835         
11836         * Throughout GTK:
11837         s/style->klass->[xy]thickness/style->[xy]thickness
11838         s/pango_layout_unref/g_object_unref/
11839
11840         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
11841         
11842         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
11843         accessing GDK internals.
11844
11845         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
11846         accessing GDK internals.
11847
11848 2000-06-18  Elliot Lee  <sopwith@redhat.com>
11849
11850         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
11851
11852         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
11853         problem by calculating event position relative to the trough
11854         rather than the slider.
11855         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
11856
11857         * gdk/gdkgc.h: Add GDK_NOR.
11858
11859         * configure.in, Makefile.am: Add modules top level dir
11860         * configure.in: Only use pangox library if building x11 target.
11861         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
11862
11863 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11864
11865         * gtk/gtkcolorsel.c: Change private class member to be named
11866         private_data throughout the file.
11867
11868         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
11869         private_data to avoid clashing with keyword.
11870
11871 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
11872
11873         * gdk/gdkdnd.h: Add comment to remove warning.
11874
11875 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
11876
11877         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
11878         Byelorussian language; changed the Makefile and file names 
11879         to reflect that.
11880
11881 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
11882
11883         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
11884         rather than gdk_window_hide; this makes things work
11885         correctly if the window is programmatically hidden while
11886         iconified.
11887
11888 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
11889
11890         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
11891         cut and paste typo where wrong pixmap was being
11892         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
11893
11894 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
11895
11896         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
11897         Add helper function to compute format / bytes 
11898         relationship. Use in a couple places to fix up
11899         errors which assume 8 * format.
11900
11901         * gtk/gtkselection.c (gtk_selection_request): Use 32
11902         rather than 8 * sizeof (GdkAtom), to work correctly
11903         on Alpha.
11904
11905 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
11906
11907         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
11908         libgtk.la
11909         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
11910         versions
11911
11912         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
11913         checking macros return NULL since the function has a return value.
11914
11915 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
11916
11917         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
11918         GTK+ from building at all.
11919
11920         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
11921
11922 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
11923
11924         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
11925         gtk/Makefile.am: make it possible to configure gtk for different
11926         targets on the same platform. The library name is now 
11927         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
11928         flag. Only the x11 target compiles right now.
11929         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
11930         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
11931         * gdk/nanox/gdk*generic*: delete generic region code.
11932         * gdk/linux-fb/gdk*generic*: delete generic region code.
11933         * README.nanox: update information.
11934         
11935 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
11936
11937         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
11938         prepend not append. (Pointed out by Brett Hall.)
11939
11940 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
11941
11942         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
11943
11944 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
11945
11946         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
11947         need this later, and this makes sure that the atexit for
11948         glib gets called after that for GDK, so atexits are
11949         properly ordered for object leak checking.
11950
11951         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
11952
11953         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
11954         pango_x_shutdown_display()
11955
11956         * gtk/simple.c (main): Close window on destroy.
11957
11958 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
11959
11960         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
11961         to treat initial creation different from setting with 
11962         regards to the graphics-exposures parameter, so add a parameter
11963         indicating whether this is initial or not.
11964
11965 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
11966
11967         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
11968         to sort of work by adding an extra return_exposes arg
11969         to gdk_event_translate() - it might be better to simply
11970         deprecate the function altogether and force people to rewrite
11971         without it. gdk_window_scroll() handles most of it, and where
11972         gdk_window_scroll() doesn't work, simply redrawing more does.
11973
11974         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
11975         assertion.
11976
11977         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
11978
11979         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
11980         bunch of pretty much useless /* Print debugging info */ comments 
11981         which had drifted away from the code they were commenting.
11982
11983 2000-06-02  Havoc Pennington  <hp@pobox.com>
11984
11985         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
11986         is in working order.
11987         
11988         * gtk/testtext.c: Change to reflect anonymous mark API
11989
11990         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
11991
11992         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
11993         field, which was unused.
11994
11995         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
11996         saves some typing.
11997
11998         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
11999
12000         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
12001         flag on the insertion point and selection bound
12002
12003         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
12004         make mark-manipulation functions take a GtkTextMark* instead of a
12005         mark name.
12006         
12007         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
12008         GtkTextMarkBody; will be used to detect attempts to delete
12009         the permanent marks (insert and selection bound)
12010
12011         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
12012
12013 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
12014
12015         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
12016         flag to on.
12017
12018         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
12019         Honor DOUBLE_BUFFRED_FLAG
12020
12021         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
12022         function to set the DOUBLE_BUFFERED flag.
12023
12024         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
12025         or not exposes done on the widget should be double-buffered.
12026
12027         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
12028         to be what would be expected. (Fixes problem with a
12029         g_return_if_fail() validating a TextDirection enumeration)
12030
12031 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
12032
12033         * gtk/gtkwidget.c: Remove all references to 
12034         offscreen flag which was no longer used.
12035
12036         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
12037
12038         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
12039         for non-null label_widget->parent.
12040
12041         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
12042         which no longer was used.
12043
12044         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
12045
12046         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
12047         for null arguments.
12048
12049         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
12050         check for destroyed windows.
12051
12052 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
12053
12054         * gtk/gtkimmulticontext.c: Add a finalize method and unref
12055         the slave context there.
12056
12057         * gtk/gtkinvisible.[ch]: Make reference counting behavior
12058         identical to GtkWindow.
12059
12060 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
12061
12062         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
12063         pangox to here, so we can write them independent of rendering
12064         system, using GDK primitives.
12065
12066         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
12067         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
12068         since we have a rendering-system independent implementation in
12069         terms of draw_glyphs().
12070         
12071         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
12072         function to render a single line.
12073
12074         * gdk/x11/gdkpango.c: Move the guts of this file mostly
12075         into ../gdkpango.c, which simplifies things, since we
12076         don't have to deal with raw X gc's.
12077
12078 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
12079
12080         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
12081         get the logical attributes for a given GtkTextLine.
12082
12083 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
12084
12085         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
12086         g_locale_get_codeset() to g_get_codeset() change.
12087
12088 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
12089
12090         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
12091         descriptions.
12092
12093         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
12094         the entry.
12095
12096         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
12097         redoing (vastly simplifying) for Pango. Still needs quite
12098         a bit of work. (Size selection is currently poor. List of 
12099         predefined sizes is not a good idea, since all of these
12100         sizes won't necessarily be distinct.)
12101
12102 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
12103
12104         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
12105         CODESET results for LANG=C.
12106
12107 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
12108
12109         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
12110         which takes a stringized pango font description;
12111         ignore the older 'font' and 'fontset' declarations.
12112
12113         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
12114         field with a GdkFont derived via gdk_font_from_description(),
12115         for compatibility. (Should we just remove it entirely?
12116         Probably too much compatibility breakage, but people
12117         should be migrating to the new Pango stuff as quickly
12118         as possible.)
12119
12120 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
12121
12122         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
12123
12124 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
12125
12126         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
12127         redoing; there are some bugs in size allocation right
12128         now, the semi-existant distinction between header / day
12129         fonts was removed, but, with Pango, could actually
12130         be made functional in a nice way.
12131         
12132         * gtk/testcalender: Move calender from examples into this
12133         directory as a test program. (We really need to restrcture
12134         testgtk into a whole directory full of tests for every
12135         widget or functionality group, separated into multiple .c
12136         files.)
12137
12138 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
12139
12140         * gtk/testgtk.c (file_exists): Fix stupid typo that
12141         was keeping RC file from being loaded.
12142
12143         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
12144         RC file font code.
12145
12146 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
12147
12148         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
12149         Add function to load a GdkFont from a PangoFontDescription.
12150
12151 2000-05-29  Tor Lillqvist  <tml@iki.fi>
12152
12153         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
12154         variable should be of type GdkEventPrivate.
12155
12156 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
12157
12158         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
12159         to have any widget for the label, use a GtkLabel widget
12160         to display the text. (Based partially on a patch from
12161         Anders Carlson.)
12162
12163         (Quite a bit of code reorganization - strip 90% of the
12164         guts out of gtkaspectframe and add a single virtual
12165         func to GtkFrameClass - compute_child_allocation.)
12166
12167 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
12168
12169         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
12170         (Removed clist->row_center_offset field because caching
12171         it wasn't saving time or code, added private function
12172         _gtk_clist_create_cell_layout()).
12173
12174 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
12175
12176         * gtk/gtkaccellabel.c: Pangoized.
12177
12178         * gtk/[hv]ruler.c: Pangoized
12179
12180 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
12181
12182         * gtk/gtkfilesel.c (gtk_file_selection_init):
12183         Use gtk_clist_set_column_auto_resize() to remove need
12184         need for manual column width computations.
12185
12186 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
12187
12188         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
12189         ensuring Pango correctness, and considerably simplifying the
12190         code.
12191         
12192         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
12193
12194         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
12195         getting of numbers of lines.
12196
12197         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
12198         to the actual requested width of the lable, not to the wrap
12199         width we set.
12200
12201         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
12202
12203         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
12204           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
12205
12206         * gtk/gtktextview.c: Fix structure inheritance.
12207
12208         * gtk/gtkprogressbar.c: Pangoize.
12209
12210 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
12211
12212         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
12213         in a function.
12214
12215         * gtk/gtktextlayout.c (find_display_line_above): Fixed
12216         bug with computing line tops.
12217
12218         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
12219
12220 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
12221
12222         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
12223         and y_offset coordinates to do what we need now. (The offset between
12224         buffer and layout coordinates has been reintroduced, but is a 
12225         bit different than before.)
12226
12227         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
12228         handle the adjustments ourselves, and scroll as necessary using
12229         the new gdk_window_scroll().
12230         
12231         The advantage of this is that when we are incrementally revalidating,
12232         we are essentially rearranging things around the visible portion
12233         of the screen. With the old setup, the visible portion of the
12234         screen was moved around in the layout, so scrolling and redrawing
12235         to track that caused jumping of the display. Since we now
12236         control the scrolling ourselves, we can suppress this and
12237         only redraw when things actually change.
12238
12239 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
12240
12241         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
12242         the region not just redisplay it after-all, since we store the
12243         cursors in the LineDisplay. (Ugly interactions here between
12244         GtkLayout and GtkTextBTree here.)
12245         
12246         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
12247
12248 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
12249
12250         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
12251         Added function to scroll contents of a window while keeping the
12252         window constant. Works by XCopyArea or guffaw-scrolling depending
12253         on the details of how the window is set up. (guffaw-scrolling
12254         still needs to be filled in.)
12255
12256 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
12257
12258         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
12259         move the debugging that was tied to a global variable
12260         to that.
12261
12262         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
12263
12264         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
12265         validated flag, in line data instead of setting height/width to
12266         -1. This allows us to perform operations with partially invalid
12267         buffer (using the old size for invalid lines) and thus to do
12268         incremental vaidation. Keep height/width aggregates up to date
12269         when deleting text and rebalancing the tree.
12270
12271         * gtk/gtktextbtree.[ch]: Add functions validate a line
12272         (gtk_text_btree_validate_line), and to validate up
12273         to a number of pixels (gtk_text_btree_validate).
12274
12275         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
12276         that indicates that something is changed and a revalidation
12277         pass is needed. Change ::need_repaint to ::changed, and
12278         make it take old and new yranges instead of a rectangle.
12279
12280         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
12281         the line_data_destroy() function from 
12282         gtk_text_btree_add_view() to a virtual function in 
12283         GtkTextLayout
12284
12285         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
12286         since we are handling partial repaints in a different fashion
12287         now.
12288
12289         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
12290         of the selection instead of queueing a repaint on the
12291         entire widget.
12292
12293         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
12294         get_selection_bounds() down to btree, make the function
12295         in buffer a wrapper around the btree function.
12296
12297         * gtk/gtktextlayout.[ch]: Add functions to check if the
12298         layout is valid and to recompute either a range of pixels
12299         aroudn a line or a certain total number of pixels.
12300
12301         * gtk/gtktextlayout.[ch]: Cache a single line display;
12302         now that we only redraw the needed portions, the hit rate
12303         for this cache is quite high.
12304         
12305         * gtk/gtktextview.[ch]: Keep track of the first paragraph
12306         on the screen so that when re-laying-out the buffer, we can
12307         keep the same place. This requires connecting to ::value_changed
12308         on the adjustments
12309
12310         * gtk/gtktextview.[ch]: Add idle functions to revalidate
12311         the buffer after we receive an ::invalidated signal.
12312         
12313 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
12314
12315         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
12316         to max of allocation and layout size, not just to the
12317         layout size.
12318
12319         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
12320         Invalidate window so it gets redrawn properly.
12321
12322         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
12323         to mean the entire window.
12324
12325         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
12326         into public header.
12327
12328 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
12329
12330         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
12331         to get the name of a mark.
12332
12333         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
12334         to find the paragraph from a y position.
12335
12336 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
12337
12338         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
12339         nodes have width/height >= 0, not > 0.
12340
12341 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
12342
12343         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
12344         Add a size_only flag, so when we only need the size, we don't create
12345         useless appearance attributes.
12346
12347         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
12348         duplicate setting of font description.
12349
12350         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
12351
12352 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
12353
12354         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
12355         EXTRA_DIST. It does not work well when the file that
12356         everything depends on is not in the tarball.
12357
12358 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
12359
12360         * gtk/testgtk.c: Some hacks and fixes so that it basically
12361         works when not sitting in the GTK+ build tree.
12362
12363 2000-05-03  Havoc Pennington  <hp@redhat.com>
12364
12365         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
12366         Properly determine the ordering of the tag root and the current
12367         line within the tree. Previous algorithm only worked if the tag
12368         root's immediate parent was the common root of both the current
12369         line and the tag root.
12370
12371 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
12372
12373         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
12374         alignment.
12375
12376         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
12377         the widget text directional dynamically.
12378
12379         * gtk/gtktextview.[ch]: Added functions to get and set default
12380         wrap mode.
12381
12382 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
12383
12384         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
12385         in cursor location computation.
12386
12387 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
12388
12389         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
12390         vadjusment values properly when layout gets smaller.
12391
12392         * gtk/gtktextview.c (need_repaint_handler): Areas being
12393         passed in are far completely inaccurate, and sometimes
12394         too small, so, for now, just queue a redraw on the
12395         whole visible region.
12396
12397 2000-04-25  Havoc Pennington  <hp@redhat.com>
12398
12399         * gtk/gtktextbtree.c (summary_destroy): new function to 
12400         destroy tag summary nodes
12401         (gtk_text_line_next_could_contain_tag): this function was 
12402         totally broken if the line passed in wasn't below the tag
12403         root. Fix it.
12404         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
12405         "wildcard" case, we have to do a linear scan. Blah.
12406         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
12407         we have to do the linear scan
12408         (tag_removed_cb): When a tag is removed from the tag table, 
12409         remove the GtkTextTagInfo node from the btree.
12410         (gtk_text_btree_spew): Implement the spew function, for 
12411         our debugging pleasure.
12412
12413 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
12414
12415         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
12416         a problem with referring to the wrong buffer.
12417
12418         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
12419
12420         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
12421         font description to gtk_style_new() - otherwise things
12422         don't work without a .gtkrc file.
12423
12424         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
12425         tags table if we create it ourself, too.
12426
12427         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
12428         it was conflicting with XKB modifiers.
12429
12430         * gtk/gtktextview.[ch]: Add simple support for 
12431         GtkIMContext.
12432
12433 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
12434
12435         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
12436         with deletion from last commit.
12437
12438 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
12439
12440         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
12441         in the context from the current locale.
12442         
12443         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
12444         context, not hardcoded value.
12445
12446         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
12447         not logical.
12448
12449 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
12450
12451         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
12452         attributes - that doesn't handle partial-glyph selection
12453         properly. Instead use new pango_layout_line_get_x_ranges()
12454         functionality to draw the selection.
12455
12456         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
12457         now properly handles out-of-range coordinates.
12458
12459         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
12460
12461         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
12462         public.
12463
12464         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
12465         for paragraphs opposite to the base direction of the widget.
12466
12467         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
12468
12469         * gtk/gtktextlayout.c: Don't split segments on marks, since that
12470         causes Arabic words to reshape as you cursor through.
12471
12472         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
12473         cursor position when moving vertically with the arrow keys and
12474         scrolling with page-up/page-down. (Arrow keys save only the X,
12475         scrolling saves both X and Y.)
12476
12477         This means you can line-up / line-down or page-up / page-down
12478         without losing your place, and also that moving vertically
12479         with the cursor keys keeps the same X position, not the same
12480         character count:
12481
12482         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
12483         arrow keys move by display lines, not paragraphs.
12484
12485 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
12486
12487         * gtk/gtklayout.c: Make sure that the bin window is at least
12488         as big as the allocation. (Should we also make sure that the
12489         bin window is big enough to completely cover widget->window?)
12490
12491         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
12492         function to get the onscreen rectangle.
12493
12494         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
12495         for offsets in window coordinates.
12496
12497 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
12498
12499         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
12500         confusion.
12501
12502         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
12503         from the widget direction.
12504
12505         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
12506         Add a "direction" attribute.
12507
12508         * gtk/gtktextview.c: global s/tkxt/text_view/.
12509
12510         * gtk/testtext.c: Added long block of text in Arabic, to test out
12511         the direction attributes. (Some problems with the shaping system
12512         for arabic become obvious - like the fact the cursor splits words
12513         into unjoined pieces.)
12514
12515 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
12516
12517         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
12518
12519         * gtk/gtktextlayout.c: Fix up alignment.
12520
12521         * gtk/testtext.c: Add some tests for centering, wrapping.
12522
12523 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
12524
12525         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12526         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
12527         If we wrote GTK+-specific layout-render function this could just replace
12528         the draw_layout() operation in the vtable.
12529
12530         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
12531         pango_layout_get_cursor_pos() and use that function.
12532
12533         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
12534         is a non-static symbol.
12535
12536         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
12537         with gtk_text_btree_find_line_by_y()
12538
12539         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
12540         renderer that handles GtkTextAppearance attributes.
12541
12542         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
12543
12544           - Move the values in the style that don't affect geometry into a
12545             GtkTextAppearance structure.
12546           - Change underline to take a PangoUnderline and "font" a string
12547             representation of a font description
12548           - Add a "font_desc" attribute which takes a FontDescription structure.
12549
12550         * gtk/gtktextlayout.[ch]:
12551
12552           - Get rid of the display-line list per each line. Instead, we
12553             generate, on demand, a GtkTextLineDisplay structure which]
12554             contains a PangoLayout * and other necesary information
12555             (offsets, cursor locations) for displaying a paragraph.
12556           - Get rid of the code to wrap lines, create display chunks,
12557             etc. Instead, we just go through a paragraph and convert
12558             it into the necessary inputs to a PangoLayout.
12559           - Implement a new attribute type, GtkTextAttrAppearance. This
12560             holds a GtkTextAppearance, and is used to pass colors, 
12561             stipple, etc, through from the layout to the display without
12562             having to use lots and lots of individual attributes.
12563           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
12564             in terms of PangoLayout functions.
12565         
12566         * gtk/gtktextview.c: 
12567          
12568           - Handle passing the necessary PangoContext to the layout
12569           - Some fixups in painting to deal with the automatic backing store
12570             and offsetting of GTK+-1.4
12571           - Add a style_set handler so that the default style reacts
12572             properly to theme changes.
12573         
12574         * gtk/gtktext?*.[ch]: Random code-style fixes.
12575
12576         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
12577
12578 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
12579
12580         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
12581         in original form preparatory to Pango-ization and gdkimcontext-ization.
12582
12583 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
12584
12585         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
12586         so that we can derive from gtkimcontext in language bindings properly.
12587
12588 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
12589
12590         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
12591         Add a compose table including (almost) all the compose combinations
12592         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
12593         data in the XIM implementation.
12594
12595         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
12596         Moved functions to convert keyvalues from and to unicode here from
12597         the win32 port and made them public.
12598
12599 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
12600
12601         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
12602
12603 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
12604
12605         * gtk/gtkimcontext.[ch]: Base class for new input context system
12606
12607         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
12608         the real input context implementation to be loaded from modules
12609         and switched on the fly.
12610
12611         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
12612         context that just does direct keysymbol => unicode translation.
12613
12614         * gtk/gtkentry.[ch]: Start switching editing over to using
12615         GtkInputContext. (No handling of preedit yet.)
12616
12617 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
12618
12619         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
12620         many substitutions. (klass should not be subsituted.)
12621
12622 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
12623
12624         * configure.in: Add checks for Pango
12625
12626         * configure.in docs/Makefile.am: Add test for sgml2html
12627         and allow 'make dist' without building html, but print out
12628         warnings in that case. (For making snapshots)
12629
12630         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
12631         Add Pango libraries and C flags
12632
12633         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
12634         Add function (gdk_draw_layout) to draw a pango layout.
12635
12636         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
12637         for getting Pango contexts for GDK.
12638
12639         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
12640
12641         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
12642         editing.
12643
12644         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
12645         keysym => unicode translations. More languages can be added
12646         here, but real input-method support is needed.
12647
12648         * docs/Changes-1.4.txt: Added note about entry behavior.
12649         
12650         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
12651         to set the reading direction for a widget and the global direction.
12652         Add test which allows toggling the global direction. Two private
12653         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
12654
12655         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
12656           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
12657
12658         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
12659
12660         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
12661         underlining now handled by Pango.
12662
12663         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
12664         to RCStyle and Style. (Having both this and the old font name and GdkFont 
12665         is temporary.)
12666
12667         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
12668         convenience functions for creating contexts and layouts for widgets.
12669
12670         * gtk/testgtk.c: Enhance label tests with multilingual labels.
12671
12672 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
12673
12674         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
12675         titles to be active, even if they aren't visible.
12676         (gtk_clist_column_titles_passive):  Ditto.
12677
12678 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
12679
12680         * gtkmenu.c:
12681         * gtkmenu.h:
12682         * gtktypeutils.h: Spelling/grammar fixes in comments.
12683
12684 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
12685
12686         * gdk/nanox/*.h: add missing header files.
12687
12688 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
12689
12690         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
12691         send_event to TRUE.
12692         (gtk_drawing_area_size): queue a resize.
12693
12694 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
12695
12696         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
12697         the handlers, also invalidate them. bug nailed down by Karl Nelson
12698         <kenelson@ece.ucdavis.edu>.
12699
12700 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
12701
12702         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
12703         "(nil)" foundries, patch from Grigorios Magklis.
12704
12705         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
12706         on non-available fonts, based on a patch by Grigorios Magklis
12707         <maglis@cs.rochester.edu>.
12708
12709 2000-05-18  Elliot Lee  <sopwith@redhat.com>
12710
12711         * gdk/x11/gdkregion-generic.c: If a region does not have any
12712         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
12713         instead of GDK_OVERLAP_RECTANGLE_IN.
12714
12715 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
12716
12717         * gtk/gtklayout.c (gtk_layout_map): Remove references to
12718         OFFSCREEN, as it is no longer necessary.
12719
12720 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
12721
12722         * gtk/gtkcolorsel.c: Patch from David Santiago
12723         <mrcooger@cyberverse.com> to change things so that the 
12724         indicator of the active palette entry is done independently,
12725         not via the focus, since it should always be visible.
12726
12727 2000-05-17  Tor Lillqvist  <tml@iki.fi>
12728
12729         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
12730         refcount leaks as in the X11 backend.
12731
12732         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
12733         cosmetics.
12734
12735         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
12736         backend. Add _gdk_windowing_window_destroy().
12737
12738         * gtk/gtkcolorsel.c: Include correct backend-specific header.
12739         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
12740         either, but these probably do exist on nanox?)
12741         
12742         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
12743         which isn't necessarily defined by <math.h>.
12744
12745         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
12746         ancestry past GtkObject.
12747
12748         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
12749         from DLL on Win32.
12750
12751         * gtk/gtk.def: Update corresponding to recent changes.
12752
12753         * gtk/makefile.{cygwin,msc}: Updates.
12754
12755 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
12756
12757         * docs/Changes-1.4.txt: A bit of editing.
12758
12759         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
12760         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
12761         to clear the update area for the window, and clear it
12762         when hiding a window.
12763
12764         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
12765         if window destroyed.
12766
12767         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
12768
12769         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
12770         gdk_window_destroy() to the generic code, since there was a lot of 
12771         window-system-independent logic it in. Add a function:
12772         
12773          _gdk_window_destroy() 
12774
12775         to the internal API to destroy a window without unreferencing it.
12776         Add a function:
12777
12778          _gdk_windowing_window_destroy()
12779
12780         That does the windowing-system-dependent part of destroying 
12781         the window.
12782
12783 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
12784
12785         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
12786
12787 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
12788
12789         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
12790         Make gtk_widget_shape_combine_mask() keep a reference count on
12791         the pixmap since it keeps it around.
12792
12793 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
12794
12795         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
12796         leak.
12797
12798         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
12799         leak with event filters.
12800
12801 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
12802
12803         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
12804         signal handlers with the right data arguments. (Fixes
12805         some warnings when a widget was repeatedly set as a drag
12806         destination.)
12807
12808         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
12809         window so we can avoid avoid setting the DND properties on the
12810         toplevel window repeatedly.
12811
12812 2000-05-13  Tor Lillqvist  <tml@iki.fi>
12813
12814         * gdk/win32/gdkwin32.h: Define more message types missing from
12815         mingw headers.
12816
12817         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
12818         call gdk_window_destroy_notify(). It was never called. This
12819         probably meant that the GdkWindow was never freed. Thanks Owen for
12820         noticing (!).
12821
12822         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
12823         window as destroyed before calling DestroyWindow(). DestroyWindow()
12824         causes a call to the window procedure (gdk_WindowProc), which
12825         calls gdk_event_translate(), which calls
12826         gdk_window_destroy_notify(), which gets confused unless the window
12827         is set as destroyed.
12828
12829         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
12830         this function to indicate it's win32 only. Put inside #ifdef
12831         G_ENABLE_DEBUG.
12832
12833         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
12834         debugging function. (gdk_event_translate:) Add a default branch
12835         that uses the above function to print debug messages with all
12836         Windows messages symbolically.
12837
12838         * gdk/win32/gdkprivate-win32.h: Declare it, and
12839         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
12840
12841 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
12842
12843         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
12844         public header file.
12845
12846 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
12847
12848         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
12849
12850         * gtk/gtktext.c: made the adjustments no-construct args, simply
12851         provide default adjustments.
12852         (gtk_text_destroy): release adjustments.
12853
12854         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
12855         adjustment argument non-construct.
12856
12857         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
12858         instead of in finalize.
12859         (gtk_progress_get_text_from_value): 
12860         (gtk_progress_get_current_text): 
12861         (gtk_progress_set_value): 
12862         (gtk_progress_get_percentage_from_value): 
12863         (gtk_progress_get_current_percentage): 
12864         (gtk_progress_set_percentage): 
12865         (gtk_progress_configure): ensure an adjustment is present.
12866
12867 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
12868
12869         * gtk/gtkcolorsel.[hc]:
12870         * gtk/gtkcolorseldialog.[hc]:
12871         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
12872         their parent implementation, use bit fields for boolean values, don't
12873         create unused widgets, usage of glib types, braces go on their own
12874         lines, function argument alignment, #include directives etc. etc. etc..
12875
12876         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
12877
12878 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
12879
12880         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
12881
12882         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
12883         of NULL.
12884
12885         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
12886         to freed data.
12887         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
12888
12889         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
12890         to NULL when the toplevel is getting destroyed.
12891         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
12892         (gtk_menu_destroy): 
12893         (gtk_menu_init): store the information of whether we have to
12894         readd the initial child ref_count during destruction in a new
12895         GtkMenu field needs_destruction_ref_count.
12896
12897         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
12898         here, those reading: learn from my mistake! ;)
12899         in order for set_?adjustment to support a default adjustemnt if
12900         invoked with an adjustment pointer of NULL, the code read (pseudo):
12901         if (v->adjustment) unref (v->adjustment);
12902         if (!adjustment) adjustment = adjustment_new ();
12903         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
12904         now imagine the first unref to actually free the old adjustment and
12905         adjustment_new() creating a new adjustment from the very same memory
12906         portion. here, the latter comparision will unintendedly fail, and
12907         all hell breaks loose.
12908         (gtk_viewport_set_hadjustment):
12909         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
12910         after unreferencing it.
12911
12912         * gtk/gtkcontainer.[hc]: removed toplevel registration
12913         functions: gtk_container_register_toplevel(),
12914         gtk_container_unregister_toplevel() and
12915         gtk_container_get_toplevels() which had wrong semantics
12916         anyways: it didn't reference and copy the list.
12917
12918         * gtk/gtkwindow.c: we take over the container toplevel registration
12919         bussiness now. windows are registered across multiple destructions,
12920         untill they are finalized. the initial implicit reference count
12921         users are holding on windows is removed with the first destruction
12922         though.
12923         (gtk_window_init): ref & sink and set has_user_ref_count, got
12924         rid of gtk_container_register_toplevel() call. add window to
12925         toplevel_list.
12926         (gtk_window_destroy): unref the window if has_user_ref_count
12927         is still set, got rid of call to
12928         gtk_container_unregister_toplevel().
12929         (gtk_window_finalize): remove window from toplevel list.
12930         (gtk_window_list_toplevels): new function to return a newly
12931         created list with referenced toplevels.
12932         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
12933
12934         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
12935         adjustment a non-construct arg.
12936         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
12937         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
12938         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
12939
12940         * gtk/gtkrange.c: added some realized checks.
12941         (gtk_range_destroy): get rid of the h/v adjustments in the
12942         destroy handler instead of finalize. remove timer.
12943         (gtk_range_get_adjustment): demand create adjustment.
12944
12945         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
12946         we simply create them on demand now and get rid of them in
12947         the destroy handler.
12948         (gtk_viewport_destroy): get rid of the h/v adjustments in the
12949         destroy handler instead of finalize.
12950         (gtk_viewport_get_hadjustment): 
12951         (gtk_viewport_get_vadjustment): 
12952         (gtk_viewport_size_allocate): demand create h/v adjustment
12953         if required.
12954
12955         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
12956         gtk_widget_real_destroy () functionality.
12957         (gtk_widget_real_destroy): reinitialize with a new style, instead
12958         of setting widget->style to NULL.
12959
12960 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
12961
12962         * gtk/gtkcalendar.c:
12963         * gtk/gtkbutton.c: ported _get_type() implementation over to
12964         GType, either to preserve memchunks allocation facilities,
12965         or because Gtk+ 1.0 GtkTypeInfo was still being used.
12966
12967         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
12968         over. prepare for ::destroy to be emitted multiple times.
12969         removed reference tracer magic. chain into GObjectClass.shutdown()
12970         to emit ::destroy signal.
12971
12972         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
12973         fundamental.
12974
12975         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
12976         cludge.
12977
12978         * gtk/gtksocket.c:
12979         * gtk/gtkplug.c:
12980         * gtk/gtklayout.c:
12981         * gtk/gtklabel.c:
12982         * gtk/gtkargcollector.c:
12983         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
12984         not being a fundamental anymore, and to work with the new
12985         type system (nuked fundamental type varargs clutter).
12986
12987         * gtk/*.c: install finalize handlers in the GObjectClass
12988         part of the class structure.
12989         changed direct GTK_OBJECT()->klass accesses to
12990         GTK_*_GET_CLASS().
12991         changed direct object_class->type accesses to GTK_CLASS_TYPE().
12992
12993         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
12994         GType. made most of the GTK_*() type macros and Gtk* typedefs
12995         simple wrappers around macros and types provided by GType.
12996         most notably, a significant portion of the old API vanished:
12997         GTK_TYPE_MAKE(),
12998         GTK_TYPE_SEQNO(),
12999         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
13000         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
13001         GTK_TYPE_ARGS,
13002         GTK_TYPE_CALLBACK,
13003         GTK_TYPE_C_CALLBACK,
13004         GTK_TYPE_FOREIGN,
13005         GtkTypeQuery,
13006         gtk_type_query(),
13007         gtk_type_set_varargs_type(),
13008         gtk_type_get_varargs_type(),
13009         gtk_type_check_object_cast(),
13010         gtk_type_check_class_cast(),
13011         gtk_type_describe_tree(),
13012         gtk_type_describe_heritage(),
13013         gtk_type_free(),
13014         gtk_type_children_types(),
13015         gtk_type_set_chunk_alloc(),
13016         gtk_type_register_enum(),
13017         gtk_type_register_flags(),
13018         gtk_type_parent_class().
13019         replacements, where available are described in ../docs/Changes-1.4.txt.
13020         implemented compatibility functions for the remaining API.
13021
13022         * configure.in: depend on glib 1.3.1, use gobject module.
13023
13024 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
13025
13026         * TODO.xml: Various updates to current status.
13027
13028 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
13029
13030         * gtk.m4: Print out version when test succeeds.
13031
13032 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
13033
13034         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
13035         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
13036         
13037         (Original triangle color selector from Simon Budig
13038         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
13039         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
13040         Santiago <mrcooger@cyberverse.com>)
13041
13042         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
13043         out into a separate widget.
13044
13045         * gtk/testgtk.c: Add some checkbuttons for toggling palette
13046         and opacity controls.
13047
13048 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
13049
13050         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
13051         snuck in prematurely.
13052
13053 2000-05-07  Tor Lillqvist  <tml@iki.fi>
13054
13055         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
13056         had deleted a ! operator by mistake, which caused
13057         GDK_SELECTION_CLEAR events never to be generated, which caused
13058         only the first copy to the clipboard from an gtkeditable to
13059         actually cause a copy to the Windows clipboard.
13060
13061 2000-05-06  Tor Lillqvist  <tml@iki.fi>
13062
13063         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
13064         compilation, too. Current mingw gcc distributions include the
13065         necessary headers. Also the necessary IIDs are now in mingw
13066         headers/libraries, and own definitions unnecessary.
13067
13068         More hacking on OLE2 DND, still doesn't work though, and thus
13069         ifdeffed out.
13070
13071         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
13072         here, too.
13073
13074 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
13075
13076         * gdk/nanox/*: nano-X port work in progress.
13077         * gdk/simple.c: simple test for Gdk.
13078         * README.nanox: notes about the port: read this first!
13079         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
13080         with nano-X.
13081
13082 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
13083
13084         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
13085         gdk_window_clear() into common code, implement in terms of
13086         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
13087         not redirected to the backing rectangle.
13088
13089 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
13090
13091         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
13092         EXTRA_DIST. It does not work well when the file that
13093         everything depends on is not in the tarball.
13094
13095 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
13096
13097         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
13098         with recursion where process_updates() is called from
13099         an expose handler. (GtkTextView is highly broken in
13100         doing this, but it should work, so it is a nice test
13101         case.)
13102
13103 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
13104
13105         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
13106         handle the case where updates are queued during processing of
13107         updates.
13108
13109 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
13110
13111         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
13112         window is on gdk_display - use that instead of segfaulting.
13113
13114 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
13115
13116         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
13117         broken and require an empty arg, give it to them.
13118
13119 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
13120
13121         * gtk/gtklabel.h: indentation fixes.
13122
13123 2000-05-02  Tor Lillqvist  <tml@iki.fi>
13124
13125         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
13126         draw too narrow or too low arcs, they seem to fail, at least with
13127         some display drivers.
13128
13129         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
13130
13131         Large changes to the Win32 backend, partially made necessary by
13132         the changes to the backend-independent internal
13133         structures. Attempts to implement similar backing store stuff as
13134         on X11. The current (CVS) version of the Win32 backend is *not* as
13135         stable as it was before the no-flicker branch was merged. A
13136         zipfile with that version is available from
13137         http://www.gimp.org/win32/. That should be use by "production"
13138         code until this CVS version is usable. (But note, the Win32
13139         backend has never been claimed to be "production quality".)
13140
13141         * README.win32: Add the above comment about versions.
13142
13143         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
13144
13145         * gdk/gdk.def: Update.
13146
13147         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
13148         presumably be replaced by some more better mechanism as 1.4 gets
13149         closer to release shape.
13150
13151         * gdk/makefile.{cygwin,msc}: Update.
13152
13153         * gdk/win32/*.c: Correct inclusions of the backend-specific and
13154         internal headers. Change code according to changes in these. Use
13155         gdk_drawable_*, not gdk_window_* where necessary.
13156
13157         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
13158         our old DND.
13159
13160         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
13161         to interpret single characters as UTF-8. Thanks to Hans Breuer.
13162         Use correct function name in warning messages.
13163
13164         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
13165         GSourceFuncs gdk_event_prepare and gdk_event_check.
13166         (gdk_event_get_graphics_expose): Do implement, use
13167         PeekMessage. Thanks to Hans Breuer.
13168         (event_mask_string): Debugging function to print an GdkEventMask.
13169         (gdk_pointer_grab): Use it.
13170
13171         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
13172         (old) book I used claimed was Hangul actually is CJK Unified
13173         Ideographs Extension A. Also, Hangul Syllables were missing.
13174         Improve logging.
13175
13176         * gdk/win32/gdkgc-win32.c: Largish changes.
13177
13178         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
13179         g_win32_getlocale() from GLib, and not setlocale() to get current
13180         locale name.
13181
13182         * gdk/win32/gdkprivate-win32.h
13183         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
13184         gdkwin32.h, similarily as in the X11 backend.
13185
13186         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
13187         assignment was used instead of equals in if test. Thanks to Hans
13188         Breuer.
13189
13190         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
13191         the X11 version.
13192
13193         * gdk/win32/makefile.{cygwin,msc}
13194         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
13195         path to the Win32 headers that works also with the mingw compiler.
13196
13197         * gtk/gtkstyle.c: Include <string.h>.
13198
13199 2000-04-26  Havoc Pennington  <hp@redhat.com>
13200
13201         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
13202         replacing the broken gtk_label_get ()
13203
13204 2000-04-15  Havoc Pennington  <hp@pobox.com>
13205
13206         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
13207         this keeps scanner scripts from getting confused.
13208
13209         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
13210         data, rather than void
13211
13212 2000-04-15  Tor Lillqvist  <tml@iki.fi>
13213
13214         * gtk/gtkclist.c (gtk_clist_motion)
13215         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
13216         with is_hint FALSE, get x and y from the event. They used to be
13217         used uninitialised. The Win32 backend never sends motion events
13218         marked as hints. This for instance fixes the annoying file and
13219         font selector behaviour in the Win32 version.
13220
13221 2000-04-14  Tor Lillqvist  <tml@iki.fi>
13222
13223         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
13224         gtk_private_n_signals variables, they are used by some software,
13225         sigh.
13226
13227         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
13228         installation directory from the Registry, where the installer
13229         should have put it.
13230
13231 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
13232
13233         * gdk/x11/Makefile.am: Fix problem with installation directory for
13234         gdkx.h
13235
13236         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
13237         <mrcooger@cyberverse.com> so that when selecting menus with the
13238         mouse, the first item will not be selected, but when selecting
13239         with an accelerator, or navigating left-right on a menubar with
13240         the menus popped up, the first item will be selected.
13241
13242 2000-04-05  Dan Damian  <dand@dnttm.ro>
13243
13244         * configure.in: Added "ro" to ALL_LINGUAS.
13245
13246 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
13247
13248         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
13249         indentation.
13250
13251         * Makefile.am (EXTRA_DIST): Fix typo.
13252
13253         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
13254         to catch gdkconfig.h
13255
13256         * gtk/gtkitemfactory.c: Added FIXME.
13257
13258 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
13259
13260         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
13261         s/return_if_fail/return_val_if_fail/g and add a return value.
13262
13263 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
13264
13265         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
13266         merge slipup.
13267
13268         * gdk/gdkinput.h: Fix missing line from merge.
13269
13270 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
13271
13272         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
13273         instead of gdkprivate.h.
13274
13275 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
13276
13277         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
13278         parent class to correctly be GtkDialogClass.
13279
13280 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
13281
13282         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
13283         toplevel windows and their immediate children by their parents,
13284         since the size of toplevel windows is out of our immediate
13285         control and we don't get any real benefit from trying to track
13286         this size for clipping.
13287
13288         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
13289         for input_only windows.
13290
13291         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
13292         to fix some hacks and make sure that we don't try to set the
13293         background of input only windows.
13294
13295 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
13296
13297         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
13298         the _really_ internal stuff, and leave gdkprivate.h for the fake private
13299         stuff that we've traditionally exposed.
13300
13301         * gdk/**.c: Use gdkinternals.h where appropriate.
13302
13303         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
13304         not include gdkprivate-x11.h, move all stuff of conceivable public
13305         interest into gdkx.h; keep all really private stuff in
13306         uninstalled header gdkprivate-x11.h.
13307
13308         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
13309         image->image_put on windows through a new function _gdk_window_draw_image()
13310         to allow us to do backing store for images. (Sort of ugly)
13311
13312         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
13313         contexts locally so that we can offset them properly when drawing 
13314         onto backing pixmaps.
13315
13316         * gdk/gdkinput.h: Reindented
13317
13318         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
13319         pixmap or color for the window, so we can properly initialize
13320         our double-buffer pixmaps, and also so that we temporarily set
13321         a background of None while scrolling.
13322
13323         * gdk/gdkregion.h: Revise region boolean operators to have an
13324         interface that is actually convenient - switch from creating new
13325         regions on every op, to "methods" that modify existing regions
13326         (A = A OP B). 3 argument forms which allow dest == src, would also
13327         be possible, but the current interfaces seem to map nicely
13328         onto what needs to be done. (There is quite a lot of region
13329         code in GDK now.)
13330
13331         * gdk/gdkregion.h: Add constructor from rectangle and a copy
13332         operator.
13333
13334         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
13335         gdkpoly-generic.h: Copy region code from Xlib, switch it over
13336         to 32 bit coordinates, modify it to be mostly GTK+ style
13337         and to have interfaces that match gdkregion.h.
13338
13339         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
13340         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
13341         create a backing pixmap and redirect all drawing to
13342         that backing pixmap until a matching gdk_window_end_paint().
13343
13344         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
13345         Create a special drawable class for GtkWindow's that 
13346         redirects the drawing to the backing pixmap as necessary
13347         and then calls the real operations in _gdk_windowing_window_class.
13348
13349         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
13350         Store invalid region for each window. Generate expose events for invalid
13351         region in an idle. This replaces both the expose compression
13352         and the redrawing queuing in GTK+. It is both more efficient and
13353         simpler than either one individually and far more so then the
13354         combination.
13355
13356         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
13357         Emulate 32 bit coordinates for windows with 16 bit coordinates
13358         by offsetting drawing, guffaw scrolling techniques and
13359         mapping/unmapping child windows as necessary.
13360
13361         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
13362         where, when invalid regions are processed, the region is stored,
13363         and if expose events come in that are detectably duplicate
13364         the processed exposes (by comparison of event serial numbers),
13365         the stored region is subtracted out of those exposes.
13366
13367         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
13368         regions newly exposed when scrolling or resizing windows.
13369         This, combined with forcing processesing of queued invalidated
13370         regions, gives nice flicker-free scrolling.
13371
13372         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
13373         invalidated regions after every scroll.
13374
13375         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
13376         emulation in GDK. Its, for all practical purposes just a
13377         GtkViewport/GtkFixed hybrid now.
13378
13379         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
13380         (16-bit) structures as necessary instead of just casting.
13381
13382         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
13383         in terms of the structures from gdkregion-generic.c, using appropriate
13384         offsets from GDK to X11 coordinates. Cache clip mask and
13385         origin and ts origin locally and only flush to the server
13386         when drawing, to avoid constantly setting and resetting these
13387         values when offsetting GC's for scrolling and backing pixmaps.
13388
13389         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
13390
13391         * gtk/gtkcontainer.c: Call process_all_updates at end
13392         of resizing to reduce flicker. (Avoids having redraw
13393         lag arbitrarily behind resize under some circumstances)
13394
13395         * gtk/gtkentry.c: Remove old backing store code, and simply take
13396         advantage of the new backing store capabilities of GDK.
13397
13398         * gtk/gtkmain.c: Simple implementation of widget backing
13399         store - simply push a paint while handling each expose.
13400         (Should really be configurable widget for widget.)
13401         
13402         * gtk/gtkwidget.c: Remove all the old complicated redraw
13403         code, and simply invalidate the GDK windows from
13404         gdk_window_queue_clear(), etc. (Sigh, so much carefully
13405         debugged complexity ... gone to the winds.)
13406
13407         Remove all the code for suppressing expose events while
13408         resizes are pending; this isn't needed since the invalid
13409         areas won't be processed until after the resizes are
13410         processed, since they are in a lower priority idle.
13411
13412 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
13413
13414         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
13415         and height of dest rectangle for non-intersecting rectangles.
13416
13417 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
13418
13419         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
13420         for GdkRectangle.
13421
13422 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
13423
13424         * gdk/gdk{events,image,private,types,window}.h
13425          gdk/x11/gdkinputprivate.h: Change all coordinates
13426          from int16 to int. Also, Change width and height from
13427          unsigned to signed to avoid all the stupid C 
13428          signedness bugs.
13429
13430 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
13431
13432         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
13433         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
13434         Add some more detailed checking.
13435
13436         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
13437         New function to retrieve the depth of a drawable.
13438
13439         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
13440         field, reorder fields to save memory. 
13441
13442 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
13443
13444         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
13445         of the background image instead of scaling the background down to
13446         a line.
13447
13448         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
13449         which temporarily set slider to wrong size.
13450
13451         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
13452         queue_clear().
13453
13454 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
13455
13456 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
13457
13458         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
13459
13460 2000-03-17  Tor Lillqvist  <tml@iki.fi>
13461
13462         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
13463         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
13464
13465         * gdk/win32/gdkfont-win32.c
13466         * gdk/win32/gdkproperty-win32.c
13467         * gdk/win32/gdkselection-win32.c
13468         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
13469         now declared such.
13470
13471 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
13472
13473         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
13474
13475 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
13476
13477         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
13478         is called without trapping X errors.
13479
13480 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
13481
13482         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
13483         way into the fontset lists.
13484
13485 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
13486
13487         * gtk/gtkthemes.h: add extern "C" scope.
13488
13489 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
13490
13491         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
13492         to make appends to the list constant. (gtk-guy-990901-0.patch)
13493
13494 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
13495
13496         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
13497         for the typename hash table.
13498
13499 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
13500
13501         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
13502         to make sure we never divide by zero. 
13503         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
13504
13505 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
13506
13507         * gtk/gtkfontsel.c: Apply patch from
13508         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
13509         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
13510
13511         Also, some cleanups in atom handling.
13512
13513 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
13514
13515         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
13516         not GtkWidget.
13517
13518 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
13519
13520         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
13521         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
13522         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
13523         more guint wrap-around bugs before going to bed.
13524
13525 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
13526
13527         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
13528         guint wrap arounds in allocation.width.
13529
13530         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
13531         process untill we fit the allocation given.
13532
13533 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
13534
13535         * gtk/gtkwidget.c:
13536         (gtk_widget_unrealize): guard widget access with ref/unref
13537         around signal emission.
13538         (gtk_widget_hide): same here, but also check its destroyed
13539         state before queueing a resize.
13540
13541 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
13542
13543         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
13544         of gtk_default_insensitive_bg as insensitive base color.
13545
13546         * gtk/gtktext.c (gtk_text_style_set): set the background color according
13547         to the widget's state.
13548         (gtk_text_realize): same here.
13549         (gtk_text_state_changed): same here.
13550         (draw_bg_rect): compare background color against base[] from
13551         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
13552
13553 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
13554
13555         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
13556         grabs are active, unless a delete event is send to the toplevel
13557         of the currently grab holding widget.
13558
13559 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
13560
13561         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
13562         debugging g_print's.
13563
13564 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
13565
13566         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
13567         ever make the scrolled-window requisition ever depend on the 
13568         visibility state of the scrollbars for the AUTOMATIC policy. 
13569         This breaks the GTK+ requisition model, and causes loops.
13570
13571 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
13572
13573         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
13574         the default font to avoid problems with XFree86-4.0 where the
13575         default charset is iso10646-1, not iso8859-1.
13576
13577 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
13578
13579         * acinclude.m4
13580         * config.guess
13581         * config.sub
13582         * ltconfig
13583         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
13584
13585         * gtk/Makefile.am: minor cosmetic consistency tweak
13586
13587 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
13588
13589         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
13590         the activate_time to 0, so that we handle a quick
13591         press/release press/release properly and don't suppress
13592         the second release. (Red Hat bug #7545)
13593
13594 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
13595
13596         * gtk/gtkctree.c (row_delete):
13597         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
13598         bugs with destruction notifier, *always* update internal
13599         structures *before* calling user code.
13600
13601 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
13602
13603         A few more fixes for bug #5487, #2051, #2677.
13604         * gtk/gtkclist.c : 
13605         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
13606         not GDK_BUTTON_PRESS.
13607         (resync_selection): resync only if selection_mode is
13608         GTK_SELECTION_EXTENDED
13609         * gtk/gtkctree.c (resync_selection): same here
13610
13611 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
13612
13613         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
13614         gdk_drag_get_selection() and gtk_menu_detach().
13615
13616         [ From Jeroen Ruigrok/Asmodai ]
13617
13618 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
13619
13620         * gtk/gtknotebook.c (gtk_notebook_size_request): 
13621         page->tab_label can be NULL.
13622
13623 2000-01-25  Havoc Pennington  <hp@pobox.com>
13624         
13625         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
13626         arg is boolean
13627
13628         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
13629
13630         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
13631
13632         * gdk/gdkproperty.c (gdk_property_get): return boolean
13633
13634         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
13635
13636         * gdk/gdkim.c (gdk_im_ready): return boolean
13637
13638         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
13639
13640         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
13641         glib clash, should fix glib)
13642
13643         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
13644         (gdk_get_show_events): return gboolean, and canonicalize 
13645         to TRUE/FALSE
13646
13647         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
13648         colormap is private
13649         (gdk_colors_alloc): gboolean whether to be contiguous
13650         (gdk_color_equal): return gboolean since we are a predicate
13651         and not a qsort() (this looks semi-wrong due to glib breakage,
13652         IMO glib should be fixed)
13653         
13654         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
13655         (gdk_get_use_xshm): return gboolean
13656         (gdk_pointer_is_grabbed): return gboolean
13657
13658         * gdk/gdk.h: Change prototypes to match all the above changes,
13659         and re-run egtk-format-protos as required.
13660
13661 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
13662
13663         * gtk/gtkctree.c (resync_selection): 
13664         * gtk/gtkclist.c (resync_selection):
13665
13666         Return immediately if clist->drag_pos < 0. This is a workaround
13667         for the corrupt state that the clist gets into when a
13668         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
13669
13670         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
13671         
13672         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
13673         variable from recent commit.
13674
13675 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
13676
13677         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
13678
13679 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
13680
13681         * gtk/Makefile.am: prefix all autogenerated source that get build in
13682         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
13683         in builddir. since we subsequently cd into srcdir for autogeneration,
13684         the paths have to be stripped from the target file names, thusly we
13685         use $(@F) as target names now.
13686         put a comment about configure.in's --disable-rebuilds option,
13687         which can be used for non-writable source directories, for development
13688         setups though, srcdir has to be *writable*.
13689
13690 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
13691
13692         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
13693           Finish the job of allowing event to be NULL.
13694           (Fixes bug #4283, reported by Chris Blizzard)
13695
13696         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
13697           things so that the cursor appears on screen, properly
13698           take into account INNER_BORDER.
13699           (Fixes bug #4754, reported by Antonio Campos)
13700
13701 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
13702
13703         * gtk/gtknotebook.c (gtk_notebook_map): Don't
13704           show the tab_label unless it itself is visible.
13705
13706           gtk/gtknotebook.c (gtk_notebook_size_request):
13707           Do a better job of making sure that the visibility
13708           of the tab label corresponds to whether it should
13709           be mapped or not.
13710
13711 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
13712
13713         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
13714           Use the requisition, not the allocation, since the
13715           allocation has not necessarily been computed yet.
13716           (Pointed out by Eugene Osintsev)
13717
13718 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
13719
13720         * gtk/gtkstyle.c (gtk_style_new): Dont' set
13721           style/base[GTK_STATE_INSENSITIVE] both to
13722           gtk_default_insensitive_bg!
13723           (Bug #2187, reported by Jonathan Blandford)
13724
13725         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
13726           Add Alt_L, Alt_R to list of invalid accelerators.
13727           (Bug #3736, reported by Vlad Harchev)
13728
13729 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
13730
13731         * gtk/gtkfilesel.c (open_ref_dir): Fix several
13732         bugs which occured after an attempt to open 
13733         invalid home directory left cmpl_state->reference_dir == NULL.
13734
13735          - completion on files in home directory didn't work
13736          - completion on an empty string caused  segfault
13737
13738          (Bug #3678, reported by Steve Ratcliffe)
13739
13740         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
13741         cut and paste error that was causing scales to
13742         be incorrectly positioned.
13743         (Bug #2956,
13744          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
13745
13746 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
13747
13748         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
13749         when checking for dcgettext, if we've found we needed
13750         it for dgettext.
13751 +
13752 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
13753
13754         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
13755         queue_clear on NO_WINDOW widgets during a reparent,
13756         since at that point the window and widget heirarchies
13757         are out of sync. This stops crashing in some cases
13758         (the scrolled window reparent test, for instance), and
13759         _probably_ won't cause drawing errors.
13760
13761         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
13762         test do what it was supposed to do and be robust against
13763         window closings, etc. (Bug #2443)
13764
13765 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
13766
13767         * gtk/gtkentry.c: Fix return values on mouse events.
13768         (Bug #2686, Sky <seb_sky@yahoo.com>)
13769
13770         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
13771         (pointed out by George Lebl)
13772
13773         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
13774         (From Ettore Perazzoli  <ettore@helixcode.com>)
13775  
13776 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
13777
13778         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
13779         clicks between rows or outside calender area correctly.
13780         (Patch from Damon Chaplin)
13781
13782         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
13783         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
13784           Call destroy function when overwriting existing data. 
13785           (Pointed out by Damon Chaplin)
13786
13787 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
13788
13789         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
13790           which was causing problems on various systems with Xmu.
13791           This hasn't been needed for a very long time.
13792           (Fixes #1185 3167)
13793
13794 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
13795
13796         * gdk/gdki18n.h: Include <ctype.h> when defining
13797           gdk_isw* in terms of is* as a fallback.
13798           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
13799
13800 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
13801
13802         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
13803           realize the widget when it is size allocated!
13804           (old, old bug)
13805
13806         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
13807           Removed unused call to gdk_window_get_size() that
13808           showed up when the above was fixed.
13809
13810 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
13811
13812         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
13813           fix up widget->window when the widget is a
13814           NO_WINDOW container widget.
13815
13816 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
13817
13818         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
13819           to account for the fact that feof() does _not_ 
13820           return TRUE on errors, and thus avoid infinite loops
13821           when trying to use gdk_pixmap_create_from_xpm()
13822           on unreadable values.
13823
13824 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
13825
13826         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
13827
13828 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
13829
13830         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
13831           gdk_gc_set_dashes to take gint8 instead of gchar to
13832           make it clearer that it is _not_ a NULL terminated string.
13833
13834         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
13835           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
13836           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
13837           arguments.
13838
13839 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
13840
13841         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
13842         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
13843         background size relative to our allocation, guard against small
13844         allocations, we may have not yet been size allocated.
13845
13846 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
13847
13848         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
13849         not just version == 3. We implement all 3 + most of 4 - 
13850         (we don't support matching text/plain;charset=iso-8859-1
13851         to a dest that expects text/plain). We'll still advertise
13852         3 to be safe, but any client implementing version >= 3
13853         must interoperate with 3.
13854         
13855 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
13856
13857         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
13858         background and gc members, add a warning in gtk_tooltips_set_color()
13859         indicating that this function is deprecated.
13860
13861 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
13862
13863         * docs/gtkfaq.sgml: FAQ Update:
13864           - Minor cleanups (Emmanuel, me)
13865           - New questions:
13866                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
13867                 How can I retrieve the text from a GtkMenuItem? (timj)
13868                 How do I validate/limit/filter the input to a GtkEntry? (me)
13869                 Memory does not seem to be released when I free the list
13870                         nodes I've allocated (timj)
13871
13872 2000-03-07  Tor Lillqvist  <tml@iki.fi>
13873
13874         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
13875         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
13876         for which it is no use to call GetLastError onWin9x.
13877         (gdk_other_api_failed) New function, for general error
13878         reporting without calling GetLastError.
13879         (gdk_win32_api_failed) OTOH, this function always calls
13880         GetLastError. (gdk_win32_last_error_string) Remove this function,
13881         GLib has the equivalent now.
13882
13883         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
13884         call them with function name, file name and line number in the
13885         arguments.
13886
13887         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
13888         functions.
13889         
13890         * gtk/gtk.def: Add some missing entry points.
13891
13892         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13893         gtk_paned_set_gutter_size, which don't exist any longer, as void.
13894         
13895         Fixes by Hans Breuer:
13896
13897         * gdk/makefile.msc: Update for debugging.
13898
13899         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
13900         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
13901         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
13902         in the dash_list.
13903
13904         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
13905         the x11 backend.
13906
13907         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
13908
13909         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
13910
13911 2000-03-04  Tor Lillqvist  <tml@iki.fi>
13912
13913         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
13914         just pixel value of background colour.
13915
13916         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
13917         containing code snippet previously duplicated in a couple of
13918         places.
13919         
13920         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
13921         gdk_colormap_color.
13922
13923         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
13924         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
13925         events for autorepeated Shift, Control and Alt keys. Use
13926         gdk_colormap_color.
13927
13928         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
13929         pointer is inside the window the cursor of which we are setting,
13930         call SetCursor immediately.
13931
13932         * gdk/win32/makefile.cygwin
13933         * gtk/makefile.cygwin: If we don't have the build number stamp
13934         file, use zero.
13935
13936         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
13937         gtk_paned_set_gutter_size as empty.
13938
13939         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
13940         
13941 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
13942
13943         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
13944           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
13945           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
13946           docs/gtk_tut.sgml docs/gtk.texi TODO:
13947
13948           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
13949
13950 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
13951
13952         * gtk/gtkcalendar.c: Implement num_marked_dates,
13953           and don't emit mutiple day_selected signals on
13954           month_prev.
13955
13956 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
13957
13958         * docs/make-todo (lineno): let title and logo be configurable so
13959         that GNOME can use this script too.
13960
13961         * TODO.xml: added logourl and a title
13962
13963 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
13964
13965         * TODO.xml: Added some UI items, and an explanatory
13966         comment at the top of the file.
13967
13968 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
13969
13970         * TODO.xml: some updates, added abunch of new entries.
13971         a note for those fiddeling with this file, when done
13972         with it, invoke:
13973         $ ./docs/make-todo TODO.xml >/dev/null
13974         and correct output errors before comitting changes.
13975
13976 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
13977
13978         * TODO.xml: Added XML-structured TODO file.
13979         * docs/make-todo: python script to turn TODO.xml into
13980           pretty XML output. 
13981
13982 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
13983
13984         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
13985         the function to let it draw the seven dots, instead of the old,
13986         much maligned, method.
13987         (draw_dot): New function to draw a dot.
13988
13989         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
13990         to draw the handle inside the border width as opposed to outside.
13991         Use paint function instead of gdk_draw_point.
13992
13993         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
13994         to draw the handle inside the border width as opposed to outside.
13995         Use paint function instead of gdk_draw_point.
13996
13997         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
13998         Change indenting to be more GTK like.
13999
14000 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
14001
14002         * docs/gtk_tut.sgml: New section on GtkCalendar
14003         * examples/calendar: Update example code
14004
14005 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
14006
14007         * docs/gtkfaq.sgml: FAQ Update
14008
14009 2000-02-19  Anders Carlsson  <andersca@gnu.org>
14010
14011         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
14012         to prevent the scroll event to be propagated upwards.
14013
14014 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
14015
14016         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
14017         OwnerGrabButtonMask from button entries for
14018         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
14019
14020         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
14021         to the event mask (which will result in button/press release
14022         being added to the event mask on Unix) so scrolling works
14023         for layouts in scroll windows.
14024
14025         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
14026
14027         Patch from Anders Carlsson  <andersca@gnu.org> to add
14028         a scroll event.
14029
14030         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
14031         scrolling to the "Test Scrolling" part of testgtk.
14032  
14033         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
14034  
14035         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
14036         it against GDK_SCROLL.
14037  
14038         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
14039         way of mouse wheel scrolling.
14040  
14041         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
14042  
14043         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
14044  
14045         * gtk/gtkmain.c: Removed previous mouse wheel hack.
14046  
14047         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
14048         gdk_event_mask_table.
14049  
14050         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
14051         GdkEventScroll handler.
14052  
14053         * gdk/gdkevents.h: Added GdkEventScroll structure.
14054  
14055 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
14056
14057         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
14058         and Anders Carlsson to change the Paned widgets so that they
14059         can be dragged from anywhere along the length. Also change
14060         the way that this is drawn to make this apparent.
14061
14062         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
14063         from George Lebl to check that option_menu->menu is present
14064         before getting history.
14065
14066 2000-02-14  Tor Lillqvist  <tml@iki.fi>
14067
14068         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
14069         before the assertion for non-NULL segment list.
14070
14071         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
14072         Seems that pattern brushes *must* be 8x8 pixels! At least on my
14073         machine, but it might be display driver dependent. Sigh, so make
14074         sure the stipple is that size. Does Windows suck or what?
14075
14076         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
14077         places.
14078
14079 2000-02-13  Havoc Pennington  <hp@pobox.com>
14080
14081         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
14082         refcount to 1
14083         (gdk_cursor_new): init refcount to 1
14084
14085         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
14086
14087 2000-02-13  Tor Lillqvist  <tml@iki.fi>
14088
14089         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
14090         so that we don't have to do unnecessary settings to the HDC.
14091
14092         * gdk/win32/gdkdrawable-win32.c
14093         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
14094         gdk_gc_predraw.
14095
14096         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
14097         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
14098         GDI paths, call WidenPath to get the outline of the stroken path,
14099         and then fill the outline (with the brush that was built from the
14100         stipple).
14101
14102         * gdk/win32/gdkgc-win32.c: Factor out common code from
14103         _gdk_win32_gc_new and gdk_win32_gc_set_values into
14104         gdk_win32_gc_values_to_win32values. Use correct colour for
14105         SetBkColor() (Until now the code actually used a random colour in
14106         the call to SetBkColor()... but that didn't show up as not many
14107         GDI APIs use the background colour. Pattern (opaque stippled)
14108         brushes do.)
14109
14110         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
14111         gdk_win32_api_failed): New functions for error logging.
14112
14113         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
14114         WIN32_API_FAILED to call them, passing function or file name and
14115         line number.
14116
14117         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
14118
14119         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
14120         GdkColor for foreground and background in GdkGCWin32Data.
14121
14122         * gdk/makefile.cygwin: Link in the resource object separately.
14123
14124         * gdk/win32/rc/gdk.rc
14125         * gtk/gtk.rc (New file)
14126         * gdk/win32/makefile.cygwin
14127         * gtk/makefile.cygwin: Update build number in DLLs automatically,
14128         as in GLib.
14129
14130 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
14131
14132         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
14133         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
14134         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
14135         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
14136         parameters given and cursor->ref_count. coding style fixups.
14137
14138         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
14139         not GtkWidget.
14140         
14141         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
14142         fix up widget macros and add _GET_CLASS() variant.
14143         
14144         * gtk/*.c: some GtkType fixups.
14145
14146 2000-02-09  Tor Lillqvist  <tml@iki.fi>
14147
14148         * gdk/win32/gdkproperty-win32.c
14149         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
14150         were reversed.
14151
14152 2000-02-04  Tor Lillqvist  <tml@iki.fi>
14153
14154         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
14155         g_filename_to_utf8 to convert the font names Windows gives us from
14156         whatever is the default codepage to UTF-8.
14157         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
14158         in the other direction.
14159
14160         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
14161         error in debugging output.
14162
14163 2000-02-02  Tor Lillqvist  <tml@iki.fi>
14164
14165         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
14166         and height parameters to gdk_window_clear_area(). Not minus one.
14167
14168 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
14169
14170         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
14171         checks if the widget passed to gtk_drag_get_data() was not the
14172         dest widget.
14173
14174 2000-02-01  Tor Lillqvist  <tml@iki.fi>
14175
14176         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
14177         g_filename_from_utf8 functions (which were added a moment ago to
14178         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
14179         size buffers.
14180
14181         gtk_file_selection_get_filename returns the filename in the C
14182         runtime encoding. It calls g_filename_from_utf8, but copies the
14183         returned string to a static buffer, which is returned. I think
14184         this is better than returning the result from g_filename_from_utf8
14185         directly, which would mean all apps that use it would have to free
14186         the return value. Or should this function care about this issue at
14187         all? Maybe a new function with clearly defined semantics.
14188
14189         * gtk/gtkfilesel.h: Add comment about
14190         gtk_file_selection_get_filename returning the filename in the C
14191         runtime's encoding.
14192
14193         * README.win32
14194         * gdk/gdk.def
14195         * gdk/makefile.{cygwin,msc}
14196         * gtk/gtk.def: Updates.
14197
14198         * gdk/gdkcursor-win32.c: Initialise refcount.
14199
14200 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
14201
14202         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
14203
14204 2000-01-30  Havoc Pennington  <hp@pobox.com>
14205
14206         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
14207         destroy
14208
14209         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
14210
14211         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
14212         implemented in platform-specific code
14213
14214         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
14215
14216         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
14217         underscore in front
14218
14219         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
14220         put an underscore in front
14221
14222         * gdk/gdkcursor.c: new file, implements
14223         gdk_cursor_ref/gdk_cursor_unref
14224
14225         * gdk/gdkcursor.h: Refcount GdkCursor
14226
14227         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
14228
14229 2000-01-29  Tor Lillqvist  <tml@iki.fi>
14230
14231         * gdk/gdkwindow.h
14232         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
14233
14234 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
14235
14236         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
14237         structures to properly inherit from GtkWidget not GtkBin.
14238
14239 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
14240
14241         * gtk+.spec.in: Added lib/gtk+/include/* to %files
14242         (bug #5178 - Peter Wainright)
14243         
14244         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
14245         so that it will be installed.
14246         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
14247
14248 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
14249
14250         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
14251         for the GtkStyleClass vtable const.
14252
14253         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
14254         take a const string argument like GtkTranslateFunc. This will
14255         require changes in use code.
14256
14257 2000-01-19  Tor Lillqvist  <tml@iki.fi>
14258
14259         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
14260         semantics (to mimic the X11 backend, which just calls XClearArea)
14261         is to check for zero width (and height), and in that case use the
14262         window's width minus x (height minus y). This fixes for instance
14263         some redraw problems with gtkclist, which were easily noticeable
14264         in the gtk file selection widget.
14265
14266         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
14267         windows.
14268
14269 2000-01-13  Tor Lillqvist  <tml@iki.fi>
14270
14271         * configure.in
14272         * gdk/Makefile.am
14273         * gdk/x11/Makefile.am
14274         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
14275         (bug #5177).
14276         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
14277         out later.
14278
14279 2000-01-09  Tor Lillqvist  <tml@iki.fi>
14280
14281         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
14282         WM_MOVE for iconified or invisible windows. This fixes various
14283         problems when minimising windows. Thanks to Bernd Herd.
14284
14285 2000-01-05  Tor Lillqvist  <tml@iki.fi>
14286
14287         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
14288         backend's draw_lines method, not draw_points.
14289
14290 2000-01-02  Tor Lillqvist  <tml@iki.fi>
14291
14292         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
14293         before Owen's reorganisation: Don't have queued_events and
14294         queued_tail statics in this file, but use gdk_queued_events and
14295         gdk_queued_tail. This makes exposure event compression work again.
14296
14297         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
14298         seem to be needed?
14299
14300 1999-12-30  Tor Lillqvist  <tml@iki.fi>
14301
14302         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
14303         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
14304         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
14305         doesn't do anything.
14306
14307         * gdk/gdk.def: Add gdk_xid_table_insert.
14308
14309         * gdk/win32/gdkprivate-win32.h
14310         * gdk/win32/gdkevents-win32.c
14311         * gdk/win32/gdkinput-win32.c
14312         
14313         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
14314         extension_events field in the GdkWindowWin32Data struct. Use only
14315         the extension_events field in GdkWindowPrivate. Previously one was
14316         set, and the other one tested, which broke tablet
14317         functionality. Thanks to Keishi Suenaga for pointing this out.
14318
14319 1999-12-18  Tor Lillqvist  <tml@iki.fi>
14320
14321         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
14322         When handling a single character (text length == 1), don't handle
14323         it as if it was UTF-8.
14324
14325 1999-12-11  Tor Lillqvist  <tml@iki.fi>
14326
14327         * Makefile.am: Distribute README.win32.
14328         
14329         * gdk/Makefile.am
14330         * gdk/win32/Makefile.am: Distribute Win32 files.
14331
14332         * gdk/makefile.msc: New file.
14333
14334         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
14335         after label).
14336
14337         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
14338         gdk_error_code as GDKVAR, as they are referred outside GDK.
14339
14340         * gdk/win32/makefile.msc: Update.
14341
14342         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
14343         tweaks. Check only if at least one of those Unicode subrange bits
14344         we care for is set. If no code page bits are set, guess (wildly)
14345         based on the charset.
14346
14347         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
14348
14349         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
14350         non-NULL.
14351
14352         * gtk/gtkdnd.c
14353         * gtk/gtklayout.c
14354         * gtk/gtkplug.c
14355         * gtk/gtkselection.c
14356         * gtk/gtksocket.c
14357         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
14358         appropriate. There must be a cleaner way to handle this?
14359
14360         * gtk/gtkrc.c: Must include windows.h on Win32.
14361
14362         * gtk/testgtk.c: No need to include gdkx.h.
14363
14364         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
14365
14366 1999-12-07  Tor Lillqvist  <tml@iki.fi>
14367
14368         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
14369         the rbearing is set to the same as the width, but this should be
14370         fixed.
14371
14372 1999-12-06  Tor Lillqvist  <tml@iki.fi>
14373
14374         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
14375         function. If Windows doesn't tell us what Unicode subranges a font
14376         covers, guesstimate based on the codepages it covers. This will
14377         hopefully help those Windows versions or fonts that don't give us
14378         any useful Unicode subrange information with GetTextCharsetInfo.
14379         Call this function in gdk_font_load_internal.
14380
14381         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
14382         minor changes.
14383
14384 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
14385
14386         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
14387         New function, long needed.
14388
14389 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
14390
14391         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
14392         only_if_exists argument of gdk_atom_intern to
14393         bool.
14394
14395 1999-11-25  Tor Lillqvist  <tml@iki.fi>
14396
14397         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
14398         Fix two copy&paste errors.
14399
14400         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
14401         win32 has changed.
14402
14403         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
14404         GdkWin32SingleFont struct.
14405
14406         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
14407         subranges of loaded fonts. Clear font signature first, in case
14408         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
14409         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
14410
14411         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
14412         Unoffset clip region.
14413
14414 1999-11-23  Tor Lillqvist  <tml@iki.fi>
14415
14416         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
14417         event->any.window before calling filter functions.
14418
14419 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
14420
14421         * gtk/gtkgamma.h: Adapt cast macros to standard.
14422
14423 [ Merges from 1.2 ]
14424
14425 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
14426
14427         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
14428         If translation does not include a '/', use entire
14429         translation instead of crashing.
14430
14431 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
14432
14433         * docs/gtk_tut.sgml:
14434         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
14435
14436 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
14437
14438         * gtk/gtkselection.c (gtk_target_list_remove): Use
14439         g_list_remove_link, not g_list_remove.
14440
14441         [ From Geert Bevin <gbevin@thunderstorms.org> ]
14442         
14443 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
14444
14445         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
14446         statement upon unselection (how the heck did that slip in?).
14447
14448 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
14449
14450         * gtk/gtktext.c (gtk_text_freeze): 
14451         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
14452         in frozen state (and aparently crashes). patch provided by Anders
14453         Melchiorsen <and@kampsax.dtu.dk>.
14454
14455 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
14456
14457         * fix insensitive default/focus widget activation,
14458         reported by Matt Goodall <mgg@isotek.co.uk>.
14459
14460         * gtk/gtkwindow.c (gtk_window_key_press_event): 
14461         (gtk_window_activate_default):
14462         (gtk_window_activate_focus):
14463         return handled=FALSE for actiavtion of insensitive default
14464         widgets. return handled=TRUE for activation of insensitive
14465         focus widgets. don't activate in either case.
14466
14467 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
14468
14469         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
14470         and $glib_cflags to match library order and in the
14471         theory that an old version of GLib is more likely to
14472         be in the include directory for X then vice-versa.
14473         (Bug #2776)
14474
14475 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
14476
14477         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
14478         to determine the locale for fontsets, not LC_MESSAGES;
14479         the user may want English messages with a handling
14480         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
14481         will still be broken) (Bug #2891)
14482
14483 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
14484
14485         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
14486
14487 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
14488
14489         * gtk/gtkrc.ko: Changed the Korean default fontset.
14490
14491 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
14492
14493         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
14494         where when scrolling to the left or top double exposes
14495         were done, causing major slowdowns.
14496
14497 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
14498
14499         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
14500         names to lowercase and alphanumeric, before looking
14501         them up.
14502
14503         * gtk/Makefile.am: Install codeset variant gtkrc files
14504         with normalized names.
14505
14506 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
14507
14508         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
14509         popup menus when the menu is already visible, but its parent
14510         is still hidden, (happens after tornoff window got hidden).
14511
14512 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
14513
14514         * gtk/Makefile.am (install-data-local): Fix
14515         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
14516         deleted, causing error messages on install.
14517
14518 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
14519
14520         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
14521         the handle as well, since we now sometimes ignore
14522         exposes on the handle while resizing.
14523
14524 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
14525
14526         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
14527         extra g_free introduced in one of the last one or two 
14528         commits.
14529
14530 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
14531
14532         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
14533         consistent, put each style that a gtkrc.* file creates
14534         in a unique namespace, remove old files before installing.
14535
14536 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
14537
14538         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
14539         gtk_rc_init is called multiple times. (Yes, people who
14540         do that have bugs in their code.)
14541
14542 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
14543
14544         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
14545         Remove it since it's generated by the Makefile anyway
14546
14547 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
14548
14549         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
14550         device->info.axes for core pointer.
14551
14552 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
14553
14554         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
14555         idle_id, to deal with obsolete, broken C libraries.
14556
14557 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
14558
14559         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
14560         allocation->x/y twice!
14561
14562         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
14563         consistent with gtk_vscale_pos_trough().
14564
14565 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
14566
14567         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
14568         be queueing a resize on a toplevel container between
14569         the time we show it and when we map it. So, we need
14570         to test GTK_WIDGET_VISIBLE() for toplevels, and only
14571         use GTK_WIDGET_DRAWABLE() for child windows.
14572
14573 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
14574
14575         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
14576         (fixes bug #2144)
14577
14578 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
14579
14580         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
14581         container DRAWABLE (instead of VISIBLE), so we don't queue
14582         resizes on non-toplevel containers.
14583
14584 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
14585
14586         * gtk/gtkselection.[ch]: Make the data argument
14587         const guchar *.
14588
14589 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
14590
14591         * gtk/gtkwindow.c: Try to behave sensibly if 
14592         the focus widget is the window itself. (Should
14593         we allow this at all?)
14594
14595 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
14596
14597         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
14598         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
14599         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
14600         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
14601         in prototypes and implementations consistent (Tomas Ogren).
14602
14603         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
14604         before the widget is unparented (reported by damon).
14605
14606         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
14607         since we provide unsigned data anyways.
14608
14609 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
14610
14611         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
14612         the call to gtk_tooltips_layout_text() until later.
14613
14614         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
14615         Call gtk_widget_ensure_style() before using the style.
14616
14617 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
14618
14619         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
14620         for old widgets that don't propagate draws to all
14621         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
14622
14623 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
14624
14625         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
14626         for a redraw but just the widget that requested the resize.
14627
14628 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
14629
14630         * gtk/gtkcontainer.c: added new widget level method
14631         gtk_container_set_reallocate_redraws() and a GtkContainer flag
14632         reallocate_redraws : 1 to reflect the setting, exported this through
14633         the argument system as a boolean ::reallocate_redraws.
14634
14635         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
14636         on the widget because the allocation changes, do so as well for
14637         widget->parent if the parent has reallocate_redraws set to TRUE.
14638         with that containers requesting reallocation redraws get automatically
14639         redrawn if their children changed allocation (this unfortunately
14640         affects also other children that didn't change allocation, but we
14641         cannot work around that before 1.3).
14642
14643 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
14644
14645         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
14646         _and_ height are >0 (not _or_).
14647
14648         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
14649         instead of gtk_container_queue_resize(), which is a core gtk internal
14650         function (must have been on crack when i queued that).
14651
14652         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
14653         we can check more reliably if we want to discard expose events.
14654         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
14655         flag.
14656         
14657         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
14658         we simply trust these events. for deciding whether to discard exposes,
14659         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
14660         
14661 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
14662
14663         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
14664         queues of areas that are completely off screen.
14665
14666         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
14667         logic for handleboxes.
14668
14669         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
14670         check on width/height.
14671
14672 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
14673
14674         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
14675         we are fine with using $@ the way we do (if we actually encounter
14676         brokeness with $@ in VPATH builds because of additional path prefixes,
14677         we need to use $(@F) actually).
14678
14679 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
14680
14681         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
14682         short lived bugs, that would allow language bindings to do surgeries
14683         to our guts.
14684
14685 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
14686
14687         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
14688         where comparison was being done against an uninitialized
14689         value causing intermittant results depending on
14690         compiler flags. Also make it clearer that we aren't
14691         ever initializing the child as 0x0 (though this will
14692         be caught in gtk_widget_size_allocate())
14693
14694 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
14695
14696         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
14697         gtk_window_unset_transient_for() call after we do checks
14698         involving the old transient parent.
14699         [ From Lance Capser <lmc@cyberhighway.net> ]
14700
14701 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
14702
14703         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
14704         an empty file.
14705
14706 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
14707
14708         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
14709         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
14710
14711 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
14712
14713         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
14714         `$@' is valid only in the build dir, not after we've done 
14715         `cd $srcdir'.  Also use `test -f' instead of less portable
14716         `test -e'.
14717
14718 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
14719
14720         * gtk/gtktext.c (correct_cache_insert): Rewrite
14721          for simplicity, and hopefully correctness.
14722          (Fixes bug #1322, which was a segfault when
14723           on some insertions with the properties around
14724           the insertion set up just wrong.)
14725
14726         * gtk/gtktext.c (gtk_text_adjustment): When we receive
14727          a "changed" signal, clamp the new value to the adjustment
14728          bounds to avoid segfaulting if someone tries to change
14729          the adjustment to a bogus value. (Bug #1795)
14730
14731 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
14732
14733         * gtk/gtkmain.c: Ignore unexpected destroy notifies
14734         for children, for toplevel windows handle them
14735         like delete_event.
14736
14737         * gtk/gtkplug.c: Add an unrealize handler so that
14738         we unref plug->socket_window when we are done
14739         with it.
14740
14741 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
14742
14743         * gtk/gtktext.c (clear_area): Fix stupid signedness
14744          problem that was causing background to sometimes
14745          be misaligned.
14746
14747 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
14748
14749         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
14750         
14751         * gtk/gtkmenu.c (gtk_menu_position): Make
14752          sure we never position menus with negative x, y,
14753          since gtk_widget_set_uposition() can't handle that.
14754
14755         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
14756          Modify the positioning code a bit so that we always
14757          put the top-left corner onscreen. (This is for
14758          UI reasons, gtk_menu_position() now takes care of
14759          gtk_widet_set_uposition() brokeness.)
14760
14761 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
14762
14763         * gtk/Makefile.am: fixed up things for -jx, x > 1.
14764
14765 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
14766
14767         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
14768           RC style that is passed in. The lack of the ref
14769           before was a bug. If people worked around this
14770           bug, this will introduce a slight memory leak
14771           in their code. The code should typically look like:
14772
14773             rc_style = gtk_rc_style_new ();
14774             [...]
14775             gtk_widget_modify_style (widget, rc_style);
14776             gtk_rc_style_unref (rc_style);
14777
14778         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
14779           the style if it was already set.
14780
14781         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
14782           style if it was set before.
14783
14784 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
14785
14786         * gtk/testgtk.c (main): Add a check to see if we
14787           are being run from the correct directory and
14788           to quit nicely if we are not.
14789
14790         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
14791           static.
14792
14793 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
14794
14795         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
14796
14797         * gtk/gtkwindow.c:
14798         queue resizes unconditionally (gtk_widget_queue_resize will figure
14799         what to do if the window is not realized).
14800         (gtk_window_move_resize): only recenter the window
14801         for GTK_WIN_POS_CENTER_ALWAYS.
14802         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
14803         the same way as GTK_WIN_POS_CENTER.
14804
14805 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
14806
14807         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
14808         with (!(info->last_flags & GDK_HINT_POS)) instead of
14809         (!info->last_flags & GDK_HINT_POS).
14810
14811         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
14812         new_height unconditionally, because we use these values even if
14813         !default_size_changed && !hints_changed.
14814         comented the (default_size_changed || hints_changed) case with
14815         respect to resize rejects from the window manager.
14816
14817         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
14818         in the zvt condition hack, since this includes the window hints, set
14819         the hints after the handling_resize case.
14820
14821         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
14822         window is initially shown with to the geometry.
14823
14824 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
14825
14826         * gtk/gtkwindow.c (gtk_window_move_resize):
14827         s/size_changed/default_size_changed/g so i know what's
14828         really going on (frying brain on smaller flame now).
14829
14830 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
14831
14832         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
14833         we have size_changed upon handling_resize. this is a gross
14834         workaround for the broken zvt widget and should be removed in
14835         1.3 again (search for FIXME).
14836         Owen provided an accurate comment for this:
14837
14838         /* We could be here for two reasons
14839          *  1) We coincidentally got a resize while handling
14840          *     another resize.
14841          *  2) Our computation of size_changed was completely
14842          *     screwed up, probably because one of our children
14843          *     is broken. It's probably a zvt widget.
14844          *
14845          * For 1), we could just go ahead and ask for the
14846          * new size right now, but doing that for 2)
14847          * might well be fighting the user (and can even
14848          * trigger a loop). Since we really don't want to
14849          * do that, we requeue a resize in hopes that
14850          * by the time it gets handled, the child has seen
14851          * the light and is willing to go along with the
14852          * new size. (this happens for the zvt widget, since
14853          * the size_allocate() above will have stored the
14854          * requisition corresponding to the new size in the
14855          * zvt widget)
14856          *
14857          * This doesn't buy us anything for 1), but it shouldn't
14858          * hurt us too badly, since it is what would have
14859          * happened if we had gotten the configure event before
14860          * the new size had been set.
14861          */
14862
14863 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
14864
14865         * gtk/gtkrc.c: deal properly with the fact that RC
14866           style lists may include rc styles more than once.
14867
14868         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
14869           unused static function.
14870
14871         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
14872           stack of directories of RC files currently being
14873           parsed and implicitely add them to pixmap path.
14874           
14875           This fixes a bug where the directory would get
14876           appended then overwritten by pixmap_path declarations.
14877
14878           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
14879
14880         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
14881           theme's exit function. (Patch from Peter Wainwright,
14882           bug #1454)
14883
14884         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
14885           Add a destroy() handler to take care of removing
14886           group for menu item. (Fixes bug #1197)
14887
14888         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
14889           in warning message.
14890
14891 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
14892
14893         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
14894         roundtrip to figure window's width and height, since we know that
14895         anyways from widget->allocation.
14896
14897 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
14898
14899         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
14900           the hints after we request the new size.
14901
14902 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
14903
14904         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
14905           GTK_WIDGET_REALIZED() assertion - we can compute the
14906           hints before we are realized.
14907
14908         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
14909           hint changing so that we have a value of hints_changed
14910           when we decide whether to constrain the window size.
14911
14912         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
14913
14914         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
14915         change back to G_MAXINT.
14916
14917 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
14918
14919         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
14920         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
14921         contain uncluttered values.
14922         (gtk_window_compute_hints): simply assert that window is realized
14923         and that geometry_info is valid, since we rely on this anyways.
14924         (gtk_window_constrain_size): major cleanups to the code.
14925         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
14926         for the base size, instead of the minimums. use 32767 as max width
14927         and height (like in gtkwindow.c) instead of G_MAXINT.
14928
14929 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
14930
14931         * cleaned up the GtkContainer.need_resize flag handling mess, we
14932         only need to force resize requests when we were prematurely
14933         realized, or our widget tree was modified when we were temporarily
14934         hidden. handling these cases directly upon showing the window (i.e.
14935         while the GdkWindow is still unmapped) avoids the need to wait for
14936         a configure event response and therefore makes the GUI more snappier
14937         and avoids blank windows during the roundtrip.
14938
14939         * gtk/gtkwidget.c:
14940         (gtk_widget_hide): 
14941         (gtk_widget_show): don't queue resizes on toplevels, they know how
14942         to deal with matters.
14943
14944         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
14945         flag directly for not visible resize containers and spare us unecessary
14946         signal emissions.
14947
14948         * gtk/gtkwindow.c:
14949         (gtk_window_realize): if we need to enforce premature size allocation,
14950         queue a container resize so we are correctly resized later on.
14951         (gtk_window_init):
14952         (gtk_window_size_request):
14953         don't freak around with the ->need_resize flag,
14954         gtk_container_queue_resize() will care about that.
14955         (gtk_window_show):
14956         handle initial resizing issues here, we can handle matters better in
14957         this place, especially since we know that our GdkWindow is still
14958         unmapped.
14959         (gtk_window_move_resize):
14960         don't care about ->need_resize at all.
14961         handle size changes properly that occoured while we waited for a
14962         configure event.
14963
14964 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
14965
14966         * gtk/gtkwidget.c (gtk_widget_set_uposition):
14967         * gtk/gtkwindow.[hc] (gtk_window_reposition):
14968         Move the hint setting code from gtk_widget_set_uposition
14969         to here; set the hints so that we respect any previously
14970         set geometry hints.
14971
14972         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
14973         change the window hints here or move the window here,
14974         let that happen in gtk_window_move_resize().
14975
14976 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
14977
14978         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
14979         to already queued resizes (and therefore redraws) on a widget, check
14980         its anchestry as well.
14981
14982         * gtk/gtkcontainer.c:
14983         (gtk_container_queue_resize): clear resize widgets for resize
14984         containers before aborting prematurely. this is especially important
14985         for toplevels which may need imemdiate processing or their resize
14986         handler to be queued.
14987         (gtk_container_dequeue_resize_handler): added new internal function for
14988         gtkwindow.c.
14989
14990         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
14991         configure event, take possible changes in window position into account
14992         as well.
14993         if we request a new window size, queue up a resize handler that will
14994         last until the configure event response arrives.
14995         combined the ->need_resize case (initial show) with the general size
14996         (hints) changed case and added even more comments.
14997         if !auto_shrink, only revert to the old allocation if the new size
14998         is smaller than the current allocation.
14999
15000 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
15001
15002         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
15003                            gtk_window_set_geometry_hints
15004                            gtk_window_set_default_size):
15005         When hints are set, queue a resize so that the hints will
15006         be eventually reset on the toplevel.
15007
15008         * gtk/gtkwindow.c (gtk_window_show): Use
15009         gtk_window_compute_default_size(). Clear the need_resize flag
15010         on the initail map so that we don't unnecessarily trigger the
15011         resize code.
15012
15013         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
15014         into separate functions. Compare the hints we are setting
15015         with what we set last time so that we can accurately
15016         tell when we need to reset the hints.
15017
15018         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
15019         function to figure out the size from requisition
15020         and default_size.
15021
15022         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
15023         from fvwm to constrain a size to the geometry hints.
15024
15025         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
15026         to compare two sets of geometry hints.
15027
15028         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
15029         from gtk_window_set_hints(), just compute the hints,
15030         don't set them.
15031
15032         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
15033         code from gtk_window_move_resize() to separate function,
15034         rationalize a bit.
15035
15036 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
15037
15038         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
15039         structure into a new private structure.
15040
15041         * gtkrc.c: Split GtkRcStyle into public/private.
15042         In the private part, add a list of pointers to the
15043         RcStyle lists this RcStyle participates in.
15044
15045         * gtkrc.c: When a RcStyle is free, remove all
15046         lists referencing it from the 
15047         realized_style_ht hash, and free those lists.
15048         
15049         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
15050         gtk_rc_init(), since that adds the default styles
15051         to the list of parsed RC files again.
15052
15053         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
15054         
15055 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
15056
15057         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
15058         checks that ensure that a widget's allocation is at least 1 in width
15059         and height. (GNOME note: this doesn't affect old panel code anymore,
15060         because GtkSocket will request width and height of at least 1 since
15061         Fri Jul 23).
15062
15063         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
15064         allocated yet (happens if the user realizes the window prematurely),
15065         size request and allocate it.
15066         (gtk_window_size_allocate): guard against guint underflows.
15067
15068 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
15069
15070         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
15071         in gtk_built_sources, so gtk.defs gets built prior to all other
15072         sources.
15073
15074 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
15075
15076         * gtk/Makefile.am:
15077         invoke indent on gtkmarshal.*. 
15078         rewrote source generation rules, use COPYING as oldest source tag for
15079         a piggyback rule to generate all sources from (don't touch it ;).
15080         major cleanups, strip spaces on build rules for GNU Make.
15081
15082         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
15083         source and target files from commandline arguments. don't invoke indent.
15084
15085 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
15086
15087         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
15088         notebook after switch to avoid drawing problems.
15089         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
15090         
15091         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
15092         show them instead. 
15093         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
15094
15095 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
15096
15097         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
15098         notebook after switch to avoid drawing problems.
15099         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
15100         
15101         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
15102         show them instead. 
15103         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
15104
15105 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
15106
15107         * gtk/gtkwindow.c:
15108         we use window->need_resize from configure_event now, to indicate that
15109         the gtkwindow should keep its allocation (e.g. because the user resized
15110         the window through window manager handles). resize_count is now reliably
15111         used to figure whether we got the allocation we requested from the
15112         window manager.
15113         configure events get queued as resizes now, the real stuff (size
15114         computation and allocation) now only goes on in gtk_window_move_resize().
15115         GtkWindow's requisition now contains its *real* requisition (like all
15116         other widgets), *not* taking usize into account.
15117         geometry_info->last_{width|height} is now updated from set_hints() only
15118         so it always contains the last hints we set for the window manager.
15119         made some event handlers return TRUE instead of FALSE.
15120         the overall code should be much more straight forward now, and the
15121         significant code portions are accompanied by comments now.
15122         (gtk_window_set_hints):
15123         removed requisition argument and made it
15124         fetch the requisition through gtk_widget_get_child_requisition.
15125         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
15126         does that now.
15127         (gtk_window_show):
15128         ensure that the widget is realized before calling 
15129         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
15130         ensure that we got properly size requested and allocated before
15131         realization.
15132         (gtk_window_configure_event):
15133         ignore plain window moves, or reallocate the widget tree through the
15134         resize queue otherwise.
15135         (gtk_window_move_resize):
15136         mostly rewrote this function to figure window manager hints more
15137         reliably, coalesce window moves and resizes to reduce configure events
15138         and do actuall size allocations.
15139
15140 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
15141
15142         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
15143         that have a resize pending, because a redraw is already queued for them.
15144
15145         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
15146         hack to clear resize_widgets.
15147
15148         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
15149         for resize containers prior to size allocation. (this is also a bit
15150         ugly, but avoids side effects for stopped emissions and is thus more
15151         reliable).
15152         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
15153
15154         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
15155         function from gtk_tooltips_expose, as we connect to ::expose_event
15156         *and* ::draw now.
15157
15158 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
15159
15160         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
15161         checks.
15162         (gtk_target_list_unref): Likewise.
15163
15164         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
15165
15166 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
15167
15168         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
15169         guard against division by zero. (Fixes bug #1339)
15170
15171 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
15172
15173         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
15174         Prevent the trivial leak of information of allowing
15175         word motion when the entry is not visible.
15176
15177 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
15178
15179         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
15180         modality to error dialog as well as confirmation dialogs.
15181         (Bug #1803, reported by Rosanna Wing Sze Yuen)
15182
15183 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
15184
15185         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
15186         tree->view_lines.
15187         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
15188
15189         * gtk/Makefile.am (install-data-local): Solaris apparently
15190         has various troubles with ln -f; use rm first instead.
15191         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
15192
15193 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
15194
15195         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
15196         use `cp' followed by `rm' (the `rm' was already there).
15197
15198 July 30, 1999 Elliot Lee <sopwith@redhat.com>
15199         
15200         * configure.in: Fix autoconf warnings about cross compilation by
15201         trying to provide sane defaults for AC_TRY_RUN.
15202         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
15203         put them into $(srcdir) when generated. Also add a dependency of
15204         gtksignal.h on gtkmarshal.h for -j builds. 
15205         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
15206
15207 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
15208
15209         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
15210         GDK_THREADS_{LEAVE,ENTER} pair.
15211         (From Paul Fisher <pnfisher@redhat.com>)
15212
15213 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
15214
15215         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
15216         width and height are always >0 (owen).
15217
15218 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
15219
15220         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
15221         change that assured that a widget's allocated with and height are
15222         always >1, since this breaks *buggy* panel code. unfortunately this
15223         back-breaks the gimp's color selector.
15224
15225         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
15226         allocation is always >0 in width and height, before sending the
15227         configure event; this is a *gross* hack to get the gimp back to work.
15228         
15229         * marked both cases with TODO-1.3
15230
15231 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
15232
15233         * gtk/gtktext.c: Don't display wrap indicators when
15234         text is not editable and word wrap is on.
15235
15236 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
15237
15238         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
15239         option menus here as they are not derived from menu shell, assure that
15240         the option menu has a menu we can add items to.
15241
15242 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
15243
15244         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
15245         width/height to (gint) before calculations and check against < 0 to
15246         avoid guint wraparounds.
15247
15248 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
15249
15250         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
15251         width and height is never zero. sanity check both dimensions against
15252         32767 and issue a warning if the allocation is greater than that.
15253
15254 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
15255
15256         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
15257         to g_main_pending() as well.
15258
15259 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
15260
15261         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
15262         call to g_main_iteration() - since that will regrab
15263         GTK+ lock to process events.
15264
15265 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
15266
15267         * gtk/gtkwindow.c
15268         - Regularize with the rest of GTK+ by making widget->requisition
15269           not reflect the set_usize()
15270         - Always recompute geometry hints, then check if they
15271           changed before sending them to the X server. The
15272           previous checks for changes would fail in a number
15273           of circumstances. 
15274
15275 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
15276
15277         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
15278
15279 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
15280
15281         * gtk/gtkdnd.c:
15282         - Code cleanups
15283         - Instantaneously update on modifier key presses
15284         - Allow cancellation of the drag with Escape.
15285
15286 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
15287
15288         * gtk/testgtk.c (create_handle_box): Set the policy
15289         to auto_shrink - otherwise the appearance is rather
15290         strange when flipping between horizontal and vertical.
15291
15292 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
15293
15294         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
15295         (gtk_window_set_default_size): don't change a value if it's < 0.
15296         queue a resize.
15297
15298 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
15299
15300         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
15301
15302 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
15303
15304         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
15305         add an extra "/" when concating "/" + filename.
15306         (From Matt Grossman <mattg@oz.net>)
15307
15308 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
15309
15310         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
15311         for fg_gc if we set it for drawing pixmap.
15312
15313 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
15314
15315         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
15316         
15317         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
15318         already set, call old engine's destroy function and
15319         unref the old engine.
15320
15321 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
15322
15323         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
15324
15325 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
15326
15327         * gtk/gtkaccelgroup.h: mark certain functions as internal.
15328
15329 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
15330
15331         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
15332         expand behaviour changed.
15333
15334         * gtk/gtklabel.c (gtk_label_set_pattern):
15335         (gtk_label_set_justify):
15336         (gtk_label_set_line_wrap):
15337         don't bother invoking queue_clear, the reallocation does
15338         that for us, always free_words so the upcoming resize will
15339         relayout the label's contents.
15340
15341 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
15342
15343         * applied argument implementation patches from Elena Devdariani
15344         <elena@cogent.ca>.
15345
15346         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
15347         ::space_style, ::relief
15348         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
15349         * gtk/gtkpreview.c: ::expand
15350         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
15351         * gtk/gtknotebook.c: ::homogeneous
15352         * gtk/gtklabel.c: ::wrap
15353         * gtk/gtklist.c: ::selection_mode
15354         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
15355         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
15356         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
15357         * gtk/gtkclist.c: ::sort_type
15358         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
15359         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
15360
15361 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
15362
15363         * gtk/gtkstyle.c: Removed ill-thought-out part of last
15364         comment.
15365
15366 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
15367
15368         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
15369         counting right when we have to attach a new style
15370         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
15371
15372         * gtk/gtkstyle.c: Documented the refcounting
15373         peculularities of gtk_style_attach.
15374
15375 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
15376
15377         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
15378         window types.
15379
15380         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
15381         of GTK_TOPLEVEL for creating the window.
15382
15383 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
15384
15385         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
15386         the last argument (reported by Per Winkvist).
15387         
15388 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
15389
15390         Fixes for invisible XOR lines (Frank Loemker
15391         <floemker@TechFak.Uni-Bielefeld.DE>)
15392         
15393         * gtk/gtkclist.c (gtk_clist_realize): Always use
15394         a non-zero pixel for GDK_XOR.
15395
15396         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
15397         Use GDK_INVERT instead of GDK_XOR.
15398
15399 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
15400
15401         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
15402         signals if h/voffsets differ from adjustment values.
15403         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
15404
15405 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
15406
15407         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
15408         ::selection-done emissions up to the topmost menu shell.
15409
15410 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
15411
15412         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
15413         the user data on the window before destroying it.
15414
15415         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
15416         unrealize handler to take care of destroying 
15417         notebook->panel properly. 
15418         (Bug #1198 - Morten Welinder <terra@diku.dk>)
15419
15420         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
15421         of g_new and g_realloc to stop memory leak. (Actually,
15422         we could just use g_realloc(), but I'm not 100% sure
15423         that is portable).
15424         (Bug #1196 - Morten Welinder <terra@diku.dk>)
15425
15426 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
15427
15428         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
15429
15430         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
15431         for fontsets.
15432
15433         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
15434         with bin/button confusion.
15435
15436 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
15437
15438         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
15439         and show how preselection of radio items is done.
15440
15441 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
15442
15443         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
15444         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
15445         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
15446         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
15447         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
15448         * gtk/gtktable.c (gtk_table_attach): 
15449         * gtk/gtklist.c (gtk_list_insert_items): 
15450         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
15451         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
15452         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
15453         * gtk/gtkbin.c (gtk_bin_add): 
15454         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
15455         * gtk/gtkfixed.c (gtk_fixed_put): 
15456         * gtk/gtklayout.c (gtk_layout_put):
15457         general fixups to container_add logic. always realize child if
15458         child->parent is realized, only map the child and queue a resize
15459         if child and child->parent are both visible.
15460
15461 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
15462
15463         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
15464         instead of gtk_container_foreach to walk and unrealize children, so
15465         composite children get also unrealized.
15466         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
15467         (gtk_widget_map): assert that the widget is visible (basic constrain).
15468         (gtk_widget_real_map): assert that the widget is realized (basic
15469         constrain).
15470
15471 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
15472
15473         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
15474
15475 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
15476
15477         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
15478         file for iso-8859-2 locales.
15479
15480         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
15481
15482 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
15483
15484         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
15485          (Pointed out by andy@rz.uni-karlsruhe.de and others).
15486          Remove some suspicious and useless lines. 
15487
15488 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
15489
15490         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
15491         width,height = 0, 0 to mean - here to edge of window,
15492         instead of -1, -1, since the former is all we support.
15493
15494 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
15495
15496         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
15497         when removing from quit_functions list.
15498
15499 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
15500
15501         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
15502
15503 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
15504
15505         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
15506          When redrawing characters on non-visible entry, use appropriate
15507          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
15508
15509 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
15510
15511         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
15512         from drag coordinates.
15513         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
15514         use drag_dest_cell.
15515
15516         * gtk/gtktree (drag_dest_cell)
15517         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
15518         (Bug #1129)
15519
15520 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
15521
15522         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
15523         translate_* fields.
15524         (gtk_item_factory_finalize): invoke translate_notify independant from
15525         translate_data.
15526         (gtk_item_factory_set_translate_func): likewise.
15527         (gtk_item_factory_destroy): only remove ifactory pointer from those
15528         widgets that belong to us (stupid me).
15529
15530 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
15531
15532         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
15533         rc_style list when lookup succeeeds.
15534
15535 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
15536
15537         * gtk/gtkctree.c (resync_selection): 
15538         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
15539         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
15540         bug.
15541
15542 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
15543
15544         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
15545         Add some missing GDK_THREADS_ENTER()/LEAVE around
15546         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
15547
15548 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
15549
15550         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
15551         rather than emit_by_name.
15552
15553         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
15554         on the widget across multiple signal emissions.
15555         (gtk_editable_delete_text): same here.
15556         (gtk_editable_class_init): set widget_class->activate_signal after
15557         editable_signals[ACTIVATE] has been created.
15558
15559 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
15560
15561         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
15562         position here prematurely -- we might not have the
15563         right ->min_position and ->max_position yet.
15564
15565 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
15566
15567         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
15568         Add error traps so if the other end of the connection
15569         dies, we survive.
15570
15571         * gtk/gtkselection.c (gtk_selection_notify): Clean
15572         up properly when selection property retrieval fails.
15573         
15574         * gtk/gtkselection.c (gtk_selection_request): Correctly
15575         reject SelectionRequest notifies where the handler
15576         returns no data.
15577
15578 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
15579
15580         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
15581         when we've previously highlighted.
15582
15583         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
15584         emit two "drag_leave" signals for Motif drops.
15585
15586         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
15587         back the correct status messages when dropping from
15588         Motif onto a proxy window that is rejecting the
15589         drop.
15590
15591 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
15592
15593         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
15594         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
15595         to compare two argument values. added gtk_arg_to_valueloc() to set a
15596         variable from an arg through its location (pointer).
15597
15598         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
15599         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
15600         as gfloat*, uchars are collected as guchar*, ints are collected as
15601         gint*, etc...
15602
15603 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
15604
15605         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
15606         Include <string.h> instead of <strings.h>.
15607
15608         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
15609         (actually, a lot more duplicate includes occur if
15610          you trace through the sequence of #include's)
15611         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
15612         
15613 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
15614
15615         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
15616         gtk-a-higuti-990322-[0-3]
15617
15618         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
15619         that was causing -DX_LOCALE not to work.
15620
15621         * gtk/gtkrc.c (gtk_rc_init):
15622         X_LOCALE will never have LC_MESSAGES defined
15623
15624 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
15625
15626         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
15627         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
15628
15629         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
15630         left/right as well (gtk-michael-980726-0.patch.gz).
15631
15632         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
15633         for pointer values, use gchar instead of char. fixed uline allocation
15634         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
15635         chunks instead of G_ALLOC_ONLY.
15636         (gtk_label_size_request): always alter requisition as passed and leave
15637         widget->requisition alone.
15638         (gtk_label_set_text): allow NULL strings.
15639         (gtk_label_new): likewise.
15640
15641 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
15642
15643         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
15644
15645 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
15646
15647         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
15648         *and* mapped (i.e. drawable).
15649         (gtk_bin_expose): only send exposes to drawable children.
15650
15651         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
15652         (gtk_box_expose): only send exposes to drawable children.
15653
15654         * gtk/gtkhscale.c (gtk_hscale_draw): 
15655         * gtk/gtkvscale.c (gtk_vscale_draw):
15656         hm, this is an ugly one. we first compute the size of our trough area
15657         here (window relative) and then check intersection with the draw_area
15658         which is parent relative because we're a NO_WINDOW widget, so we need
15659         to offset the trough area by allocation.x and allocation.y before the
15660         check. (this must not be done for the background area though, since
15661         that's already computed parent relative).
15662
15663 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
15664
15665         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
15666         unrealize title buttons.
15667
15668 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
15669
15670         * gtk/gtkclist.c (gtk_clist_column_title_passive)
15671         (gtk_clist_column_title_active): 
15672         only connect/disconnect to GtkWidgetClass::event to block mouse events.
15673
15674         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
15675         zero initialize event, removed superfluous gdk_window_get_pointer call
15676
15677         * gtk/gtklist.c (gtk_list_vertical_timeout)
15678         (gtk_list_horizontal_timeout): removed superfluous
15679         gdk_window_get_pointer call
15680
15681 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
15682
15683         * plugging problems reported by "Bruce Mitchener, Jr."
15684         <bruce@puremagic.com> due to a purify session.
15685
15686         * gtk/gtkstyle.c:
15687         (gtk_style_ref): 
15688         (gtk_style_unref): assert ref_count to be > 0.
15689
15690         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
15691         the requisition.
15692         (gtk_clist_set_shift): likewise.
15693
15694         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
15695         adjustments.
15696
15697         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
15698         event before sending it and set send_event to TRUE (which needs to
15699         be done for *all* synthesized events).
15700         (gtk_list_vertical_timeout): likewise.
15701
15702         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
15703         leaks.
15704
15705         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
15706         to TRUE when synthesizing events.
15707
15708 [ *** end of merges from 1.2 *** ]      
15709         
15710 1999-11-21  Tor Lillqvist  <tml@iki.fi>
15711
15712         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
15713         (or copied from gdkconfig.h.win32 on Win32, sigh).
15714
15715         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
15716
15717         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
15718
15719         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
15720
15721         * gdk/gdkconfig.h.win32: New file.
15722
15723         * gdk/win32/makefile.cygwin: Build just a static archive here.
15724
15725         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
15726         for the DLL from the static archive built above.
15727
15728         * gdk/gdk.def: Moved here from the win32 subdirectory.
15729
15730         * gdk/win32/*: Adapt for the changed private struct organisation.
15731
15732         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
15733
15734 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
15735
15736         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
15737         for wheel mice (buttons 4 and 5).
15738
15739 1999-11-18  Tor Lillqvist  <tml@iki.fi>
15740
15741         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
15742         drawables use just the pixel field in the foreground and
15743         background GdkColor of the GdkGC.
15744
15745         gdk_gc_set_{fore,back}ground() are called in the GIMP with
15746         GdkColors containing uninitialized (red,green,blue) fields, and
15747         just the pixel field filled in, and furthermore in the
15748         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
15749         It thus turns out that we really don't need to have the full
15750         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
15751         it later to have just the pixel values.
15752
15753 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
15754
15755         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
15756
15757 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
15758
15759         * docs/gtkfaq.sgml: threads example from Erik Mouw.
15760         New question on GtkLabel background colors.
15761
15762         * docs/gtk_tut.sgml:
15763           - Correct the example code callback
15764             function definitions.
15765           - Update the gtkdial example code, from Frans van Schaik.
15766           - Update setselection.c to current API.
15767
15768         * examples/Makefile examples/*/*.c: Update to code
15769         listed in tutorial.
15770
15771 1999-11-10  Tor Lillqvist  <tml@iki.fi>
15772
15773         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
15774         subrange table (from the "Developing International Software for
15775         WIndows 95 and Windows NT" book) was missing the Hangul syllable
15776         block... Get the loaded font's charset correctly.
15777
15778         (Note that this, and the other *-win32.c files, still really are
15779         the old ones, the win32 subdirectory is not ready for compilation
15780         yet after the reorg.)
15781
15782 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
15783
15784         * gtk/gtkclist.c: Fix off-by-one bug in parameter
15785         check.
15786
15787 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
15788
15789         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
15790         on results of XQueryDeviceState().
15791
15792 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
15793
15794         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
15795         we need to accesss only ->children. We need an accessor
15796         for the children.
15797
15798         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
15799         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
15800         to get rid of gdkx.h include.
15801         
15802         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
15803         and random references to 'None'.
15804
15805         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
15806         Get rid of unused #include <gdk/gdkx.h>
15807
15808         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
15809         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
15810         gdkconfig.h.
15811
15812 1999-11-08  Tor Lillqvist  <tml@iki.fi>
15813
15814         * gdk/win32/gdkdraw.c
15815         * gdk/win32/gdkfont.c
15816         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
15817         following yesterday's changes. (Unrelated to Owen's reorg.)
15818
15819 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
15820
15821         * gdk/x11/gdkinput-gxi.c: Add missing include,
15822           fix GdkWindowPrivate => GdkDrawablePrivate.
15823
15824         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
15825
15826         * gdk/x11/Makefile.am (xinput_sources): Add missing
15827         backslash to fix building with --with-xinput=none
15828
15829 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
15830
15831         Move all X specific code into the x11/ directory.
15832         Aside from shuffling things around, did the following:
15833
15834        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
15835          gdk_arg_context_* - a simple argument parsing system
15836          in the style of popt.
15837
15838        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
15839          gdk/x11/gdkprivate-x11.h:
15840          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
15841          add ->klass and ->klass_data fields. The klass_data
15842          field points to an auxilliary structure that is
15843          windowing system dependent.
15844
15845        * gdk/gdkfont.c: Make most of the measurement functions
15846          simply wrappers around gdk_text_extents().
15847
15848        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
15849          _gdk_font_strlen() function that hides the weird
15850          behavior in gtk+-1.[02] where a string is interpreted
15851          differently for 8-bit and 16-bit fonts.
15852
15853        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
15854          to store common code for synthesizing double/triple
15855          press events.
15856         
15857        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
15858          Make all the function that modify an existing GC
15859          simply wrappers around gdk_gc_set_values().
15860          
15861        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
15862          for throwing out later.
15863
15864        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
15865          GdkImagePrivate and GdkColormapPrivate to have a
15866          windowing system dependent part (GdkFontPrivateX etc.)
15867          that "derives" from the system-independent part.
15868
15869        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
15870          Got rid of the included-source-files for XInput in
15871          favor of automake conditionals. (Which didn't exist
15872          when XInput support was originally added.)
15873
15874        * gdk/gdkrgb.c: Remove the visual id from the debugging
15875          statements since that is X11 specific; print out
15876          type/depth info instead.
15877          
15878
15879 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
15880
15881         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
15882         loading duplicates of hashed fonts.
15883
15884         * gdk/gdk.c (gdk_keysym_convert_case): rename
15885         gdk_XConvertCase to gdk_keysym_convert_case, allow
15886         results to be NULL in the GTK+ style.
15887
15888         * gdk/gdkcompat.h: Started compatibility header
15889         for renames.
15890
15891 1999-11-07  Tor Lillqvist  <tml@iki.fi>
15892
15893         * gdk/win32/gdkprivate.h: New font private structures, related to
15894         fontsets.
15895
15896         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
15897         gdk_font_list_free(). On X11, will just be wrappers to
15898         XListFonts() and XFreeFontNames(). On Win32, the code previously
15899         in gtkfontsel.c is now here.
15900
15901         New function gdk_font_xlfd_create(). On X11 will get the FONT
15902         property of the font (for GDK_FONT_FONTs), or call
15903         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
15904         builds a XLFD style name from the font information in the LOGFONT
15905         struct(s).
15906
15907         New function gdk_font_xlfd_free(), which correspondingly frees the
15908         string returned by gdk_font_xlfd_create().
15909
15910         Implement fontsets on Win32. Add a function that iterates over a
15911         wide char string and calls a callback function for each substring
15912         of wide chars from the same Unicode subrange (and thus probably
15913         available in the same real font).
15914
15915         Improve the XLFD emulation a bit.
15916
15917         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
15918
15919         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
15920         Beta3, WM_IME_CHAR messages don't seem to contain the composed
15921         multi-byte char as with the Active IMM on Win9x. Oh well, handle
15922         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
15923         ImmGetCompositionStringW() to get the composed Unicode chars.
15924
15925         * gdk/win32/gdkgc.c
15926         * gdk/win32/gdkdraw.c: Changes needed because of the font private
15927         struct changes.
15928
15929         * gdk/win32/gdk.def: Add the new functions.
15930
15931 1999-11-04  Tor Lillqvist  <tml@iki.fi>
15932
15933         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
15934         get the Platform SDK to get <dimm.h>.
15935
15936         * gdk/win32/gdkevents.c: More event handling fixes and
15937         simplification. Never generate motion events with is_hint true. We
15938         used to do that on bogus grounds earlier. Windows sends
15939         WM_MOUSEMOVE messages on button events even if the mouse hasn't
15940         moved, ignore these.
15941
15942         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
15943
15944         * gdk/win32/gdkglobals.c
15945         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
15946         the TrackMouseEvent function, and use it.
15947
15948         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
15949         char before calling WideCharToMultiByte in order to get a string
15950         for the window title.
15951
15952         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
15953
15954         * gdk/win32/gdk.def: Remove obsolete functions.
15955
15956         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
15957         /nodefaultlib and /defaultlib switches.
15958
15959         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
15960
15961 1999-10-31  Tor Lillqvist  <tml@iki.fi>
15962
15963         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
15964         EuroSign).
15965
15966         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
15967         same type as GdkWChar, especially on Win32.
15968
15969         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
15970
15971         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
15972         before passing to Windows GDI for drawing etc. Convert to the
15973         system default codepage before passing to Windows as window
15974         titles.
15975
15976         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
15977         support changing input locale on the fly.
15978
15979         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
15980         on-the-fly changes. Convert incoming characters from the current
15981         codepage to Unicode (and then to a UTF-8 multi-byte string) based
15982         on the current input language. Use keysym<->Unicode mapping tables
15983         and functions borrowed from xterm sources.
15984
15985         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
15986         editions of Win9x, use the ActiveX-based Active IMM (Input Method
15987         Manager) if available. IMEs and the Active IMM are available under
15988         the disguise of Chinese, Korean and Japanese support for IE and
15989         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
15990         support is present in all editions (as long as you install it).
15991
15992         Call DispatchMessage from gdk_events_queue() (and thus
15993         gdk_WindowProc()), instead of duplicating the code in
15994         gdk_WindowProc().
15995
15996         Reworked the grab handling and propagation code, factored out
15997         duplicated code snippets into separate functions. Other cleanups,
15998         too.
15999
16000         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
16001         the <dimm.h> header describing the Active IMM.
16002
16003         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
16004         just do the same as for "single" fonts.
16005
16006         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
16007         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
16008         the new keysyms from gdkkeysyms.h.
16009
16010         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
16011         fontset, so that gtkentry uses wide characters.
16012
16013         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
16014         GTk+'s system directory "gtk+", not "gtk".
16015
16016 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
16017
16018         * docs/gtkfaq.sgml: FAQ update
16019
16020 1999-10-21  Tor Lillqvist  <tml@iki.fi>
16021
16022         * gdk/win32/gdkprivate.h: Add more font private data.
16023
16024         * gdk/win32/gdkfont.c
16025         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
16026         fonts and strings. Now works much better. You still have to
16027         have a correct font selected, though. No fontset emulation yet.
16028
16029 1999-10-19  Tor Lillqvist  <tml@iki.fi>
16030
16031         * gtk/maketypes.awk: Use G_OS_WIN32.
16032
16033         * gtk/gtk.def: Add some missing entry points. Also some non-public
16034         ones, but PyGTK porter claims to need them.
16035
16036         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
16037         built-in type generation.
16038
16039 1999-10-14  Tor Lillqvist  <tml@iki.fi>
16040
16041         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
16042         GDK_FONT_FONT fonts (which is all we have for now, we don't
16043         emulate fontsets). The X11 version uses plain XDrawString in that
16044         case, too. The string passed to gdk_draw_text_wc seems to be in
16045         fact (at least, when used by gtkentry and gtktext) either in a
16046         single-byte charset, or a DBCS. Not Unicode.
16047
16048         This fixes the problem in gtkfontsel, where even if you had
16049         selected a font with a non-Latin1 charset (windows-greek, for
16050         instance), the preview still used Latin-1 glyphs.
16051
16052         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
16053         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
16054         (gdk_font_load): Recognize the demibold etc weights, even if we
16055         don't have the corresponding constants in the headers.
16056         (gdk_font_hash_insert): Use same hash mechanism as in the X11
16057         version. Should save font resources a bit, when we don't have
16058         multiple HFONTs for the same font.
16059
16060         * gdk/win32/gdkprivate.h: Add the names field as in the X11
16061         version.
16062
16063 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
16064
16065         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
16066         X values
16067
16068 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
16069
16070         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
16071         layout support (as mentioned on
16072         http://www.jcinteractive.com/gnome-ui/software/widgets/)
16073
16074 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
16075
16076         * gtk/fnmatch.c
16077         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
16078
16079 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
16080
16081         * configure.in (ALL_LINGUAS): Added Galician (gl)
16082
16083 1999-10-05  Tor Lillqvist  <tml@iki.fi>
16084
16085         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
16086
16087         * gdk/win32/gdkcompat.c: New file, actually provide an
16088         implementation for the deprecated functions. (Just temporarily.)
16089
16090         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
16091
16092         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
16093
16094         * gdk/win32/gdk.def gtk/gtk.def: Updates.
16095
16096 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
16097
16098         * configure.in: Added "uk" to ALL_LINGUAS.
16099         
16100 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
16101
16102         * configure.in: correct checking for BeOS check
16103
16104         * gdk/gdktypes.h
16105         * gtk/fnmatch.c
16106         * gtk/gtkfilesel.c
16107         * gtk/gtkitemfactory.c
16108         * gtk/gtkmain.[ch]
16109         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
16110
16111 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
16112
16113         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
16114         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
16115         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
16116         by Bulgarian). 
16117
16118 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
16119
16120         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
16121         Fix a reference to window_private->destroyed.   
16122
16123         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
16124         (ugly) setting of an internal GdkWindow member to use
16125         a _slightly_ cleaner macro.
16126
16127         * gdk/gdkprivate.h: Split GdkWindowPrivate into
16128         GdkDrawablePrivate and GdkWindowPrivate.
16129         Add extra macros for accessing GDK_DRAWABLE_ components.
16130
16131         * *.[ch]: Massive adjustments for the above, use the
16132         new macros in a lot of places.
16133
16134 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
16135
16136         * gdk/gdktypes.h: Make GdkDrawable the base type,
16137         not GdkWindow.
16138
16139 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
16140
16141         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
16142
16143 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
16144
16145         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
16146
16147 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
16148
16149         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
16150         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
16151
16152         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
16153
16154         * docs/gtk-config.1: Now autogenerated.
16155         * docs/Changes-1.4.txt: started
16156         
16157 1999-10-03  Tor Lillqvist  <tml@iki.fi>
16158
16159         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
16160         to #ifdef also here.
16161
16162         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
16163         Owen did to the X11 backend.
16164
16165         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
16166         ScrollWindowEx when blitting inside a window, it can't be correct
16167         in the general case.
16168
16169         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
16170         WM_GETMINMAXINFO is easier.
16171
16172         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
16173         depth equal to the bitspixel value, not the visual's depth.
16174
16175         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
16176         to 24 even if the bitspixel value is 32.
16177
16178         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
16179         need to check for depth==32 when bpp==32, depth will always be 24.
16180
16181 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
16182
16183         * docs/Changes-1.4.txt: Started
16184         
16185         * gtk/Makefile.am (gdk_headers): Include all the new headers.
16186
16187         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
16188         
16189         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
16190         into C file.
16191         
16192         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
16193         header to gdkinputprivate.h.
16194
16195         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
16196         unused since before 1.2.
16197
16198 1999-09-30  Tor Lillqvist  <tml@iki.fi>
16199
16200         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
16201         expand possible hex escapes in the font family (put there by
16202         logfont_to_xlfd if the font name isn't a legal XLFD font family,
16203         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
16204         On Win32, add hex escapes here, too.
16205
16206 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
16207
16208         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
16209         to #ifdef GDK_WINDOWING_X11.
16210
16211 [ Merges from gtk-1-2 ]
16212
16213 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
16214
16215         * configure.in: fixed "GNU Make" check to pass with new make version
16216         3.77.95.
16217
16218 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
16219
16220         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
16221         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
16222         AM_PATH_GTK() macros don't get confused by the -pre1.
16223
16224 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
16225
16226         * configure.in (REBUILD): Change check for perl5
16227           to check explicitely for v >= 5.002. (5.001
16228           does not work with our scripts.)
16229
16230 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
16231
16232         * configure.in: evaluate $PERL for the perl version check. added
16233         --disable-rebuilds to give the user an option to completely disable
16234         any source autogeneration rules.
16235
16236 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
16237
16238         * configure.in: evaluate $ac_make when checking for GNU Make.
16239
16240 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
16241
16242         * docs/Makefile.am: added generation.txt.
16243
16244         * Makefile.am: require automake 1.4, build README from README.in and
16245         INSTALL from INSTALL.in in dist-hook.
16246         
16247         * README.in:
16248         * INSTALL.in: new files to autogenerate README and INSTALL from.
16249
16250         * configure.in: figure whether we have GNU Make
16251
16252         * docs/generation.txt: minor additions/corrections.
16253
16254 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
16255
16256         * docs/gtkfaq.sgml: FAQ Update
16257
16258 July 30, 1999 Elliot Lee <sopwith@redhat.com>
16259         
16260         * configure.in: Fix autoconf warnings about cross compilation by
16261         trying to provide sane defaults for AC_TRY_RUN.
16262
16263 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
16264
16265         * ltconfig
16266         * ltmain.sh: upgrade to libtool 1.3.3
16267
16268 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
16269
16270         * INSTALL: Indicate that the --with-glib= configure
16271         time flag is unsupported.
16272
16273 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
16274
16275         * docs/generation.txt: Added a file that gives
16276         documenation about the autogeneration process for
16277         various autogenerated files.
16278         
16279 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
16280
16281         * configure.in (LIBS): Look for libgmodule in the
16282         right location.
16283
16284 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
16285
16286         * docs/gtk_tut.sgml: Removed references to
16287         code examples in my directory on gtk.org as
16288         they should all be in the tutorial now.
16289
16290         * docs/gtk_tut.sgml: Added sources for dial-test
16291         and scribble-xinput programs that were previously
16292         missing.
16293
16294 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
16295
16296         * TODO: Added entry about menu keyboard navigation, removed
16297         some finished items.
16298
16299 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
16300
16301         * acinclude.m4: Standardize on func_dgettext
16302         not func_gettext, so that the checks for dgettext
16303         actually are paid attention to.
16304
16305 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
16306
16307         * configure.in (LIBS): Add $INTLLIBS into $LIBS
16308         directly, rather than repeating the checks for
16309         gettext.
16310
16311         * INSTALL: Added information about gettext and
16312         NLS support.
16313
16314         * acinclude.m4 (LIBM): Check for dgettext, not
16315         just gettext. This should hopefully fix things wrt
16316         systems with old versions of GNU gettext installed.
16317
16318 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
16319
16320         * configure.in (LIBS): Look for libgmodule in the
16321         right location.
16322
16323 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
16324
16325         * autogen.sh: add --enable-maintainer-mode
16326
16327         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
16328
16329 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
16330
16331         * docs/gtk-config.1.in:
16332           docs/Makefile.am:
16333           configure.in: gtk-config is now generated.
16334
16335         * docs/gtk-config.1: Removed, now generated.
16336
16337 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
16338
16339         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
16340         handle CreateNotify itself, still put out a debuging message for
16341         --gdk-debug=events. made the ReparentNotify debugging message more
16342         verbose.
16343         wrap xcoords translation for ConfigureEvents into an error trap,
16344         a destroy event may already be pending, and in that case, the
16345         actuall coordinate values are not at all critical.
16346
16347 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
16348
16349         * gdk/gdkcc.c: Stop leaking the color_hash all over
16350         the place. Simplify and improve the logic.
16351
16352 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
16353
16354         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
16355         for prototypes and function implementations consistent (reported
16356         by Tomas Ogren).
16357
16358 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
16359
16360         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
16361         send_event set in debugging output.
16362         (gdk_compress_exposures): default initialize the event so we don't
16363         operate on bogus values (namely send_event).
16364
16365 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
16366
16367         * gdk/gdkwindow.c: When we receive an unexpected
16368         destroy notify on one of our windows, don't just
16369         warn about it, also mark our windows as destroyed.
16370
16371 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
16372
16373         * gdk/gdkfont.c (gdk_font_hash_insert): Add
16374           name => font and name => fontset hashes. The 
16375           name => fontset hash is a _big_ win since we
16376           weren't previously caching fontsets at all and loading
16377           fontsets is expensive. The name => font hash
16378           is less of a win, but it does save us from doing
16379           repeated XQueryFont calls on the same font.
16380
16381         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
16382           list so we can remove font/fontset from hash.
16383
16384 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
16385
16386         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
16387           and slightly confusing test. [ XInternAtom (,,TRUE)
16388           will never return None ].
16389
16390 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
16391
16392         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
16393           gdk/gdkwindow.c (gdk_window_set_hints):
16394
16395         Don't omit setting the properties if flags == 0 -
16396         there may be an existing set of properties there
16397         already. (Very old bug. Would it be better to
16398         delete the property instead?)
16399
16400         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
16401           spelling error in comment.
16402
16403 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
16404
16405         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
16406           to avoid stomping over gdk_error_warnings.
16407
16408         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
16409           as (bits_per_pixel + 7) / 8. This gives the same
16410           result as before for multiples of 8, but actually
16411           a "reasonable" value for 1bit or 4bit displays.
16412
16413 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
16414
16415         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
16416         GNU Make.
16417
16418 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
16419
16420         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
16421         discarding configure events.
16422
16423 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
16424
16425         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
16426         refcount is greater than zero.
16427
16428         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
16429
16430         * gdk/gdkfont.c (gdk_font_unref): Likewise.
16431
16432         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
16433
16434         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
16435
16436 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
16437
16438         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
16439         that format 32 => sizeof(item) == 4. It really is
16440         sizeof(long).
16441
16442 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
16443
16444         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
16445         core dump at all on X IO errors, only core dump
16446         if --enable-debug for X errors.
16447
16448 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
16449
16450         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
16451         unknown window:" message. disabled ConfigureNotify discarding code,
16452         because it led to events being processed out of order.
16453
16454 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
16455
16456         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
16457
16458         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
16459         we export this function, supress error warnings and don't reset the
16460         error code in the first half of this function.
16461
16462         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
16463         code (instead of just -1) so gdk_error_trap_pop() reveals something
16464         actually informative about the error that happened.
16465
16466         * gdk/*.c:
16467         don't rely on gdk_error_code being -1 if an error occoured, but just
16468         gdk_error_code != 0.
16469
16470 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
16471
16472         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
16473         pointer *before* invoking the filter function, so we at least don't
16474         crash if a filter is removed that is currently executed. window filters
16475         *really* need to be made truely reentrant at some point.
16476
16477 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
16478
16479         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
16480         PropertyNotify debug messages.
16481
16482 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
16483         
16484         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
16485         
16486         * gdk/gdkim.c: Fix cut-and-paste errors for 
16487         x/y and PreeditAttributes/StatusAttributes.
16488
16489 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
16490
16491         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
16492         G_MAXINT to 2^16 to alleviate overflow problems in
16493         various window managers.
16494
16495 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
16496
16497         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
16498         for fontsets.
16499
16500 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
16501
16502         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
16503         Initialize size_hints.x and size_hints.y because kwm
16504         brokenly pays attention to them.
16505         (Bug #1181 -  Lars Heete <hel@admin.de>)
16506
16507 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
16508
16509         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
16510         return value of gdk_list_visuals(). 
16511         (Bug #1193 - Morten Welinder <terra@diku.dk>)
16512
16513 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
16514
16515         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
16516         XSetIMValues to (void *) when comparing to NULL, to workaround
16517         the problem of some compilers barfing since older X headers don't
16518         have the prototype for it.
16519
16520 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
16521
16522         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
16523         for pseudocolor where colormap->colors was double
16524         allocated.
16525
16526         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
16527         color value in the hash table with the pixel filled
16528         in so when we do later hash table lookups, the color
16529         value is correct.
16530         
16531 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
16532
16533         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
16534         making the call
16535
16536 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
16537
16538         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
16539         pointed out by Morten Welinder <terra@diku.dk>.
16540
16541 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16542
16543         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16544           default filter from the list
16545
16546 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
16547
16548         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
16549           default filter from the list
16550
16551 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
16552
16553         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
16554
16555         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
16556         g_strdup_printf instead of calcing the length separately
16557
16558 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
16559
16560         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
16561         that we don't do in many other places. (Fixing duplicate 
16562         #include of config.h)
16563
16564         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
16565         Otherwise, #ifndef XINPUT_NONE check in the latter
16566         doesn't work. (Bug #546)
16567
16568 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
16569
16570         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
16571         "None" case insensitive.
16572
16573 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
16574
16575         * gdk/gdkselection.c: 
16576         Add error traps so if the other end of the connection
16577         dies, we survive.
16578
16579 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
16580
16581         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
16582         dest_xid field into two fields - one for the window
16583         to send in messages, one to indicate the last looked
16584         up window for caching purposes. This is needed, so
16585         that Leave messages get the correct window.
16586
16587 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
16588
16589         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
16590         Fix warning created by people mucking around
16591         with the gsource API.
16592
16593         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
16594         Change mapping between GIOCondition and GdkInputCondition
16595         to match the way the Linux kernel does it. This should
16596         fix problems where closed pipes were no longer signalling
16597         GDK_INPUT_READ on systems with a native poll().
16598
16599 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
16600
16601         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
16602         explicitly for the string "None" - it is in the XPM
16603         spec and some servers treat unknown colors in odd ways
16604         (like asking the user!)
16605
16606 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
16607
16608         * gdk/gdkevents.c: made "->" into a "." of previous change so
16609         it compiles
16610
16611 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
16612
16613         * gdk/gdkevents.c (gdk_compress_exposures): Set the
16614         window field of the event structure before calling
16615         user filters.
16616
16617 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
16618
16619         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
16620         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
16621
16622 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
16623
16624         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
16625         intermediate text property - prevents major memory
16626         leak when gdk_use_mb.
16627         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
16628
16629 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
16630
16631         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
16632         gtk-a-higuti-990322-[0-3]
16633
16634         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
16635         sizeof(wchar_t) != sizeof (GdkWChar)
16636
16637         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
16638         that was causing -DX_LOCALE not to work.
16639
16640         * gtk/gtkrc.c (gtk_rc_init):
16641         X_LOCALE will never have LC_MESSAGES defined
16642
16643         * gdk/gdk.c (gdk_init_check):
16644         Remove --xim-preedit and --xim-status from argv properly.
16645
16646         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
16647         that the client window is present on the X server
16648         before we pass it to the input method.
16649
16650 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
16651
16652         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
16653         if --display is specified on the command line, than
16654         the drag window will not be created on that display.
16655         
16656 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
16657
16658         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
16659         lookups with only_if_exists == TRUE were inserting
16660         bogus values into the atom cache.
16661
16662 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
16663
16664         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
16665         then reset it to NULL.
16666
16667         * gdk/gdkcolor.c:
16668         (gdk_colors_free): 
16669         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
16670         key for g_hash_table_remove() in both functions, this prevents us
16671         from accessing possibly uninitialized portions of a GdkColor structure
16672         where we are only interested in its pixel value.
16673
16674 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
16675
16676         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
16677         font hash table, if we have a GdkFontPrivate entry for this font
16678         already, simply increment its reference count, provided by Olaf Dietsche
16679         <olaf.dietsche+list.gtk@netcologne.de>.
16680
16681 1999-09-21  Tor Lillqvist  <tml@iki.fi>
16682
16683         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
16684         just to be sure.
16685
16686         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
16687         unused variables, leftovers from the X11 version.
16688
16689         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
16690
16691         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
16692         downcase fields on X11.
16693
16694 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
16695         
16696         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
16697         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
16698
16699 1999-09-17  Tor Lillqvist  <tml@iki.fi>
16700
16701         * gdk/win32/gdk.def: Add gdk_threads_mutex.
16702
16703         * gtk/makefile.msc: Correct path to libintl.
16704
16705         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
16706         use of gint vs. int, and gint vs. gboolean in headers and
16707         definitions. Use GtkType for the *_get_type functions. Note that
16708         these changes preserve binary compatibility.
16709
16710         * gdk/gdk.c
16711         * gdk/win32/gdk.c
16712         * gdk/gdk.h: Fix inconsistencies: gint vs int.
16713
16714         * gtk/gtkmain.c
16715         * gtk/gtkclist.c
16716         * gtk/gtkmenufactory.c
16717         * gtk/gtknotebook.c
16718         * gtk/gtkwidget.c: Fix inconsistencies, also gint
16719         vs. gboolean.
16720
16721         * gtk/gtkcolorsel.[ch]
16722         * gtk/gtkcombo.[ch]
16723         * gtk/gtkdrawingarea.[ch]
16724         * gtk/gtkgamma.[ch]
16725         * gtk/gtkhandlebox.[ch]
16726         * gtk/gtkhpaned.[ch]
16727         * gtk/gtkhruler.[ch]
16728         * gtk/gtkplug.[ch]
16729         * gtk/gtkpreview.[ch]
16730         * gtk/gtkruler.[ch]
16731         * gtk/gtksocket.[ch]
16732         * gtk/gtkstatusbar.[ch]
16733         * gtk/gtktoolbar.[ch]
16734         * gtk/gtkvbbox.[ch]
16735         * gtk/gtkvpaned.[ch]
16736         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
16737         functions.
16738
16739         * gtk/gtkgamma.h: Fix bug, missing () in call of
16740         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
16741
16742 1999-09-14  Tor Lillqvist  <tml@iki.fi>
16743
16744         * gdk/gdkcolor.c (gdk_colormap_new)
16745         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
16746         colormap->colors was allocated twice.
16747
16748         * gdk/win32/gdk.c: Remove some unused stuff.
16749
16750         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
16751         colormap.
16752
16753         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
16754         * gtk/gtklabel.h (gtk_label_get_type)
16755         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
16756         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
16757         in a couple of places, not guint.
16758
16759 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16760
16761         * configure.in,po/et.po: added Estonian language file
16762
16763 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
16764
16765         * configure.in,po/da.po: added Danish file
16766
16767 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
16768
16769         * docs/gtkfaq.sgml: Minor FAQ Update
16770
16771 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
16772
16773         * docs/gtkfaq.sgml: FAQ update
16774
16775 1999-08-27  Tor Lillqvist  <tml@iki.fi>
16776
16777         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
16778         way to get window contents continually refreshed while resizing. I
16779         didn't like the effects myself, so it's not on by default.
16780
16781         * gdk/win32/gdkprivate.h: New flag variable
16782         gdk_event_func_from_window_proc, FALSE by default.
16783
16784         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
16785         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
16786         are passed --gdk-event-func-from-window-proc.
16787
16788         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
16789         and we have am event_func, call it instead of enqueing the event.
16790
16791 1999-08-23  Tor Lillqvist  <tml@iki.fi>
16792
16793         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
16794         Kelley: Set expose_count in GdkEventExposes correctly.
16795
16796         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
16797         MULTIPLE_WINDOW_CLASSES).
16798
16799         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
16800         for bug in NT, apparently NT *does* draw the end pixel, too, in
16801         LineTo with a one-pixel pen, so we don't have to do it ourselves.
16802
16803 1999-08-21  Tor Lillqvist  <tml@iki.fi>
16804
16805         Improvements by Hans Breuer: 
16806
16807         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
16808
16809         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
16810         CS_?REDRAW flags as they cause lots of (late) redraws when "show
16811         window contents while dragging" is turned on. Allocate at least
16812         one unique class for every GdkWindowType. If support for single
16813         window-specific icons is ever needed (eg. Dialog specific), every
16814         such window should get its own class.
16815
16816 1999-08-19  Tor Lillqvist  <tml@iki.fi>
16817
16818         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
16819         error that caused crashes.
16820
16821 1999-08-17  Tor Lillqvist  <tml@iki.fi>
16822
16823         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
16824         window, use ScrollWindowEx, and call UpdateWindow. This prevents
16825         bugs when for instance part of the window was outside the
16826         display. Thanks to Philippe Colantoni for finding and fixing this.
16827
16828 1999-08-16  Tor Lillqvist  <tml@iki.fi>
16829
16830         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
16831         endpoint calculations which were totally wrong. (A little RTFMing
16832         helps a lot ;-)
16833
16834         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
16835         from a separate directory, not from gettext, because of licensing
16836         issues (we want to use the LGPL version).
16837
16838         * README.win32: Mention the intl from glibc vs from gettext issue.
16839
16840 1999-08-13  Tor Lillqvist  <tml@iki.fi>
16841
16842         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
16843         in the key event handling: Now AltGr chars work again. Also,
16844         now Alt-digits are passed up as well as Control-digits.
16845         Pass keypad plus and minus as normal plus and minus.
16846
16847 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
16848
16849         * docs/gtkfaq.sgml: FAQ Update
16850
16851 1999-07-25  Tor Lillqvist  <tml@iki.fi>
16852
16853         * README.win32
16854         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
16855         the Wintab SDK.
16856
16857         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
16858         OK, but getting closer. Guard against bogus tilt data from Wacom
16859         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
16860         enable easier building without Wintab.
16861
16862         * gdk/win32/gdkinput.h
16863         * gdk/win32/gdkevents.c 
16864         * gdk/win32/gdkwindow.c: Minor changes related related to above.
16865         
16866         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
16867         code. As we have just one visual on Win32, no sense to have it in a
16868         table, and no need for the hash table.
16869
16870         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
16871         better on white background.
16872
16873 1999-07-21  Tor Lillqvist  <tml@iki.fi>
16874
16875         * README.win32: Update gcc build instructions. Mention gettext is
16876         GPL.
16877
16878         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
16879         supported cursor size with GetSystemMetrics.
16880
16881         * gdk/win32/gdkfont.c
16882         * gtk/gtkfontsel.c: Guard against some font weight and charset
16883         symbols being undefined (in mingw32 headers).
16884
16885         * gdk/win32/makefile.cygwin
16886         * gtk/makefile.cygwin
16887         * gtk/gtkthemes.c: No longer need to have differently named
16888         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
16889
16890 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
16891
16892         * docs/gtkfaq.sgml: Long awaited FAQ update.
16893
16894 1999-07-15  Tor Lillqvist  <tml@iki.fi>
16895
16896         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
16897         it. Obscure bit manipulation needed.
16898
16899         * gdk/win32/gdkevents.c: Logging.
16900         
16901         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
16902         style (file name include compiler name) for theme engines.
16903
16904 1999-07-13  Tor Lillqvist  <tml@iki.fi>
16905
16906         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
16907
16908         * gdk/win32/gdkevents.c: Fix long-standing bug in key
16909         events. The key.string wasn't zero-terminated, still we strdup'ed
16910         it in gdk_event_copy(). Synthesize crossing events for button
16911         events before possible propagation.
16912
16913         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
16914
16915         * gdk/win32/makefile.cygwin
16916         * gtk/makefile.cygwin: Use new DLL naming style for the
16917         GCC-compiled ones.
16918
16919         * gdk/win32/makefile.msc
16920         * gtk/makefile.msc: Cosmetics mostly.
16921
16922         * gtk/gtk.def: Add missing entry points.
16923
16924         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
16925
16926 1999-07-09  Tor Lillqvist  <tml@iki.fi>
16927
16928         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
16929         or height is zero. Don't print a warning if Pie or Arc fails, they
16930         always fail (?) for very narrow ellipses.
16931
16932         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
16933         the part or the destination window corresponding to source area
16934         outside of the source drawable's boundary.
16935
16936         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
16937         anything if less than two points.
16938
16939         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
16940         return NULL. Gtk cut-and-paste inside a single program works
16941         better this way. (It always gets the clipboard contents from
16942         Windows, not from its own copy, which is cleared anyway. I can't
16943         say I fully understand what happens... Emulating the X selection
16944         and property stuff is a bit of a mess.)
16945
16946         * gdk/win32/gdkevents.c
16947         * gdk/win32/gdkproperty.c: A bit more verbose logging.
16948
16949         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
16950         that never got deleted). Revamp gdk_region_shrink.
16951
16952         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
16953         after use.
16954
16955         * gtk/gtk.def: Add some missing entry points.
16956
16957         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
16958         component.
16959
16960 1999-07-04  Tor Lillqvist  <tml@iki.fi>
16961
16962         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
16963         Control-digits specially.
16964
16965 1999-07-03  Tor Lillqvist  <tml@iki.fi>
16966
16967         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
16968
16969 1999-06-28  Tor Lillqvist  <tml@iki.fi>
16970
16971         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
16972         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
16973         finding this.)
16974
16975 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
16976
16977         * gtk+.spec.in: Corrected some typos in files section.
16978         
16979 1999-06-15  Tor Lillqvist  <tml@iki.fi>
16980
16981         * README.win32: Mention using GNU gettext.
16982         * config.h.win32: Enable NLS stuff.
16983         * gtk/makefile.msc: Use GNU gettext.
16984         * gdk/win32/gdkdnd.c: Minor header reorg.
16985         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
16986         cosmetics.
16987         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
16988         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
16989
16990 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
16991
16992         * acinclude.m4
16993         * config.guess
16994         * config.status
16995         * ltconfig
16996         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
16997
16998 1999-05-30  Tor Lillqvist  <tml@iki.fi>
16999
17000         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
17001         SafeAdjustWindowRectEx. Don't override all calls to
17002         AdjustWindowRectEx by it, but use it only in two places: When
17003         creating a new top-level window and when moving a top-level
17004         window.
17005
17006         Use screen coordinate rectangle, not client rectangle, in
17007         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
17008         when we try to place a window so that the decoration (mainly,
17009         title bar) isn't visible.
17010
17011         These changes fix the bug that showed up for instance as the
17012         GIMP's saved top-level windows moving right and down (by an amount
17013         equal to the window decoration) for each session. This bug showed
17014         up also in testgtk's "Saved Position".
17015
17016         gdk_window_resize also redone a bit.
17017
17018 1999-05-25  Tor Lillqvist  <tml@iki.fi>
17019
17020         * gtk/testgtkrc: Add (commented out) Windows-style theme
17021         include line.
17022
17023         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
17024
17025 1999-05-18  Tor Lillqvist  <tml@iki.fi>
17026
17027         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
17028         gdkx.h to a gdk subdirectory, so that applications can include
17029         these with <gdk/*.h> without trouble.
17030
17031         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
17032         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
17033         have their bitmap destroyed.
17034
17035         * gdk/win32/gdk.def: Add gdk_root_parent.
17036
17037 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
17038
17039         * configure.in
17040           gtk-config.in
17041           ltconfig
17042           ltmain.sh     
17043           gtk/Makefile.am: changes to compile nicely (with xlib) 
17044           on BeOS
17045
17046 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
17047
17048         * acinclude.m4
17049         * config.guess
17050         * config.sub
17051         * ltconfig
17052         * ltmain.sh: upgrade to libtool 1.3
17053
17054 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
17055
17056         * gtk/gtkclist.c:
17057         * gtk/gtkctree.c: merges from gtk-1-2
17058
17059 1999-04-25  Tor Lillqvist  <tml@iki.fi>
17060
17061         Support added for building using a GNU toolchain on Win32,
17062         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
17063
17064         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
17065         * config.h.win32: Changes for gcc.
17066         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
17067         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
17068         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
17069         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
17070         Protect shl stuff unavaiilable with mingw32 headers.
17071         * gdk/win32/gdkevents.c: Fix typo.
17072         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
17073         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
17074         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
17075         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
17076         the mingw32 headers.
17077         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
17078         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
17079         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
17080         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
17081         Test for NATIVE_WIN32, not _MSC_VER.
17082         * gtk/gtkmain.c: No use warning about developer version on Win32,
17083         there aren't any non-developer versions anyhow.
17084         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
17085         * gtk/makefile.msc: Use pthread from another directory. Minor other
17086         changes. 
17087
17088 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
17089
17090         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
17091           default filter from the list
17092
17093 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
17094
17095         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
17096          when gtk_widget_grab_default() is called for a widget that
17097          is not within a GtkWindow.
17098
17099 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
17100
17101         * docs/gtk_tut.sgml, examples/clist.c: use a
17102           scrolled window in the clist example. Minor
17103           tutorial fixes.
17104
17105 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
17106
17107         * docs/gtk_tut.sgml: Style check from David King
17108           <dking@youvegotmail.net>
17109
17110 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
17111
17112         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
17113         compile with unknown value of GDK_WINDOWING
17114
17115 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
17116
17117         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
17118         after the rule is fired.
17119         (install-exec-local): Install gdkconfig.h only if the contents are
17120         different from the currently installed gdkconfig.h.
17121
17122 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
17123
17124         * gdk/Makefile.am (configexecincludedir): Rename from 
17125         configincludedir so that gdkconfig.h will be installed 
17126         as part of `make install-exec'. 
17127
17128 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
17129
17130         * acinclude.m4
17131         * config.guess
17132         * config.sub
17133         * ltconfig
17134         * ltmain.sh: upgrade to libtool 1.2f
17135
17136         * autogen.sh: libtool is not required to autogen gtk+
17137
17138         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
17139         needed)
17140
17141 1999-03-18  Tor Lillqvist  <tml@iki.fi>
17142
17143         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
17144         declaring gdk variables exported/imported from the DLL. New image
17145         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
17146         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
17147         GDK_DRAG_PROTO_OLE2.
17148
17149         * gdk/gdk.h: Merge in Win32 version: Two new functions,
17150         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
17151         declared only for the Win32 version, but could be in the X11
17152         version as well. (Needed for a Xlib-less gdk_imlib.)
17153         gdk_color_hash should have only one parameter. Declare
17154         gdk_threads_mutex with GDKVAR.
17155         
17156         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
17157         just one parameter.
17158
17159         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
17160         per pixel, not bits.
17161
17162         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
17163         Fetch bpp (which means bits-per-pixel here) from another place on
17164         Win32. Accept also depth==32 (which we might get on Win32) with
17165         bpp==32.
17166
17167         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
17168         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
17169         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
17170         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
17171         in the backend-dependent directory, not in the common gdk
17172         directory.
17173
17174         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
17175         headers.
17176
17177 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
17178
17179         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
17180         want to use the Gtk+ devel version (which is true, and yes - even i am
17181         currently working with the 1.2.x branch). so everyone reading this, you
17182         probably want to issue
17183         cvs checkout -r glib-1-2 glib
17184         and
17185         cvs checkout -r gtk-1-2 gtk+
17186         as your next two comands.
17187
17188 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
17189
17190         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
17191         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
17192
17193         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
17194         file. strongly deprecated the GTK_HAVE_* macros, we provide
17195         GTK_CHECK_VERSION() for people that need to check for certain
17196         Gtk+ versions.
17197
17198         * gtk/gtkcompat.h: removed this from CVS.
17199         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
17200         idea right from the start, it just didn't seem like that back then.
17201
17202 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
17203
17204         * merges from gtk-1-2:
17205
17206 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
17207
17208         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
17209         item factory class has been created.
17210         (gtk_item_factory_parse_rc): likewise.
17211
17212         * gtk/gtkmenu.c:
17213         keep proper references for old_active_menu_item.
17214         (gtk_menu_reparent): unset the usize of the new parent,
17215         so the menu can sanely be size requested and we don't get nasty screen
17216         artefacts upon next reparentation.
17217         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
17218         enter notify. only synthesize enter notifies if the pointer really is
17219         inside the event window.
17220         (gtk_menu_popdown): use gtk_menu_shell_deselect().
17221         (gtk_menu_popup): move the background setting stuff into
17222         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
17223
17224         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
17225         gtk_menu_shell_select_item() to select the new item.
17226         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
17227         do the right thing for deselection as well.
17228
17229 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
17230
17231         * gtk/gtkwidget.[hc]:
17232         (gtk_widget_accelerators_locked): return whether a widget's accelerators
17233         are locked.
17234
17235         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
17236         existing accelerators if the widget's accelerators are locked.
17237
17238 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
17239
17240         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
17241
17242         * gtk/gtkmenu.c: truely forward key press and key release events to
17243         the menu widget from the toplevel or tearoff window. we can't simply
17244         connect to that, we need to stop further processing of the events as
17245         well.
17246
17247 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
17248
17249         * gtk/gtkmenu.c:
17250         (gtk_menu_key_press): pass event->keyval, event->state to
17251         gtk_accelerator_valid, instead of event->keyval twice.
17252         refuse to install single letter accelerators for menus that use
17253         single letter shortcuts.
17254
17255         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
17256         gtk_menu_ensure_uline_accel_group().
17257
17258         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
17259         which will always return an uline accel group, made
17260         gtk_menu_get_uline_accel_group() return NULL if the group isn't
17261         yet created.
17262
17263 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
17264
17265         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
17266
17267         * gtk/gtkclist.c (gtk_clist_column_title_passive):
17268         Leave button sensitive, trap  button_press, button_release,
17269         motion_notify, enter_notify and leave_notify events instead.
17270         (gtk_clist_column_title_active): disconnect event handler.
17271         (gtk_clist_drag_data_get): fixed memory leak. Reported by
17272         Guillaume Laurent <glaurent@worldnet.fr>
17273
17274 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
17275
17276         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
17277         width/height mixups.
17278
17279         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
17280         if needed.
17281
17282 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
17283
17284         * gtk/testgtk.c (create_item_factory): unref the item factory after
17285         window's destruction.
17286
17287         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
17288         count on the menu shell around the menu item's activation, since the
17289         signal emission may cause menu shell destruction.
17290
17291         * gtk/gtkitemfactory.c:
17292         the previous code leaked one accel group per menu. we use
17293         gtk_menu_get_uline_accel_group() now to fix that, and with that
17294         also create the underline accelerator group of the menus only if
17295         required (i.e. an underline accelerator has been specified).
17296         (gtk_item_factory_construct):
17297         (gtk_item_factory_create_item): removed code that would create an
17298         extra accel group for the menu (and leak references).
17299         (gtk_item_factory_create_item): adapted the underline accelerator
17300         installation code to properly feature gtk_menu_get_uline_accel_group().
17301
17302         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
17303         menu->accel_group, this may return NULL if the accelerator group
17304         hasn't been set yet.
17305         added gtk_menu_get_uline_accel_group() to retrive the underline
17306         accelerator group of the menu, this will be created on demand
17307         and proper care is taken about its reference count.
17308
17309         * gtk/gtkitemfactory.h:
17310         * gtk/gtkitemfactory.c:
17311         dumped the approach of keeping a widgets by action list on the
17312         factory since the factory<->widget destroy negotiation didn't work
17313         and would be hard to get going at all. instead we keep a list of
17314         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
17315         persistant throughout a program's life time).
17316         also, i removed the static const gchar *key_* variables, and made
17317         them inline strings (they weren't actually used anyways).
17318         (gtk_item_factory_add_item): update ifactory->items.
17319         (gtk_item_factory_destroy): destroy ifactory->items (and remove
17320         the item factory pointer from the remaining ifactory widgets).
17321         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
17322         list to find the widget.
17323         (gtk_item_factory_get_item): new function that works around
17324         gtk_item_factory_get_widget() limitations, this function will only
17325         return menu items, even for <Branch> entries.
17326
17327 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
17328
17329         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
17330         font hash table, if we have a GdkFontPrivate entry for this font
17331         already, simply increment its reference count, provided by Olaf Dietsche
17332         <olaf.dietsche+list.gtk@netcologne.de>.
17333
17334         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
17335         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
17336
17337 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
17338
17339         * gtk/gtkcontainer.c:
17340         (gtk_container_add_with_args):
17341         (gtk_container_addv):
17342         (gtk_container_add): before adding a child to a conatiner, make sure
17343         it is (default) constructed, this is neccessary because under certain
17344         circumstances the child will get relized and mapped immediatedly, in
17345         which case it has to be constructed already.
17346
17347 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
17348
17349         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
17350         values > 1 as TRUE also.
17351
17352 1999-03-16  Tor Lillqvist  <tml@iki.fi>
17353
17354         * README.win32: New file.
17355                 
17356         * configure.in: Check for lstat.
17357
17358         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
17359         completeness.
17360
17361         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
17362
17363         * gtk/gtk.def: Removed CRs.
17364
17365         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
17366         ..\gdk\win32).
17367
17368         * gdk/win32/makefile.msc: Correct upwards relative paths.
17369         
17370 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
17371
17372         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
17373           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
17374           it was connecting a void function to expose_event and the int
17375           returning function to the draw signal
17376
17377 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
17378
17379         * configure.in:
17380         Use correct path to libgmodule.la when ref'ing uninstalled copy
17381         of glib.  (Already in stable branch, Bug #417)
17382
17383 1999-03-15  Tor Lillqvist  <tml@iki.fi>
17384
17385         Win32 merge and general portability stuff:
17386                 
17387         * acconfig.h,configure.in: Check for <sys/time.h>.
17388
17389         * gdk/win32: New directory (actually, been there for a while).
17390         
17391         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
17392         NATIVE_WIN32, and use these. Always case fold on Win32. No
17393         backslashed escapes on native Win32.
17394
17395         * gtk/{gtk.def,makefile.msc}: New files.
17396
17397         * gtk/Makefile.am: Add above new files.
17398         
17399         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
17400         instead of <strings.h>.
17401
17402         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
17403         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
17404         <unistd.h> appropriately.
17405
17406         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
17407         Use ABS() (from <glib.h>) instead of abs().
17408         
17409         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
17410         of gtk (and thus glib) headers, so that WIN32 will be
17411         defined. With MS C, include <direct.h> for mkdir prototype.
17412
17413         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
17414         some casts, needed by MS C.
17415
17416         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
17417         implemented).
17418
17419         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
17420         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
17421         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
17422
17423         * gtk/gtkmain.h: Mark variables for export/import on Win32.
17424                 
17425         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
17426         the event is not a hint, or its window is not the slider. Needed
17427         on Win32, at least.
17428
17429         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
17430         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
17431         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
17432         a subdirectory of the Windows directory as gtk system
17433         configuration directory.
17434
17435         * gtk/gtkselection.c: No chunks on Win32.
17436
17437         * gtk/gtksocket.c: Not implemented on Win32.
17438
17439         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
17440
17441         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
17442
17443         * gtk/maketypes.awk: Declare variables with a macro that expands to
17444         necessary export/import magic in the case of Win32.
17445                 
17446         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
17447
17448 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
17449
17450         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
17451         since those were meant only for gdki18n.h.  
17452         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
17453         for widechar tests.
17454         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
17455
17456 1999-03-13  Tor Lillqvist  <tml@iki.fi>
17457
17458         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
17459         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
17460
17461         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
17462         installed) to CFLAGS.
17463
17464         * gdk/Makefile.am: Add rules for gdkconfig.h.
17465
17466         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
17467         APIs.
17468
17469         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
17470         gdkx.h anyway when compiling for X11.
17471         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
17472         general): Merge in Win32 version.
17473         
17474         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
17475         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
17476         expansion (if we don't have HAVE_PWD_H), allow for drive
17477         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
17478         included code from Craig Setera's port to Win32 (the one that uses
17479         X11, and the cygwin dll), even if it probably will be abandoned.
17480
17481         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
17482         the user entered one herself.  This way one can complete *.h and
17483         don't get matches on any .help files, for instance.
17484         
17485 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
17486
17487         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
17488         font hash table, if we have a GdkFontPrivate entry for this font
17489         already, simply increment its reference count, provided by Olaf Dietsche
17490         <olaf.dietsche+list.gtk@netcologne.de>.
17491
17492         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
17493         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
17494
17495 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
17496
17497         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
17498         the number of calls to gdk_draw_point() (and thus to X) by
17499         clipping the points by hand.
17500
17501         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
17502         the clip parameter.
17503         (gtk_handle_box_paint): Only paint the handle if the expose area
17504         intersects it.
17505
17506 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
17507
17508         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
17509
17510 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
17511
17512         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
17513         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
17514
17515 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
17516
17517         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
17518          textmode (O_TEXT) for OS/2 version.
17519
17520 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
17521
17522         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
17523         GtkSpinButton, "input" and "output", to make the output more flexible.
17524         The user has to provide a mapping between adjustment->value and the
17525         output string (and vice versa, if the spin button is editable). 
17526         See testgtk for examples.
17527
17528 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
17529
17530         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
17531         new one.
17532         
17533         * configure.in: set gtk+ version to 1.3.0.